@import url('https://fonts.googleapis.com/css?family=Roboto:300,400&display=swap');


/*------------------------------------------------
                    Materials icons
-------------------------------------------------*/
/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/material-icons/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
  }
  
  .material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    font-feature-settings: 'liga';
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
  }

  

/*------------------------------------------------

                    STYLES PROPRES

------------------------------------------------*/

input:not([type]):focus:not([readonly]), input[type="text"]:not(.browser-default):focus:not([readonly]), input[type="password"]:not(.browser-default):focus:not([readonly]), input[type="email"]:not(.browser-default):focus:not([readonly]), input[type="url"]:not(.browser-default):focus:not([readonly]), input[type="time"]:not(.browser-default):focus:not([readonly]), input[type="date"]:not(.browser-default):focus:not([readonly]), input[type="datetime"]:not(.browser-default):focus:not([readonly]), input[type="datetime-local"]:not(.browser-default):focus:not([readonly]), input[type="tel"]:not(.browser-default):focus:not([readonly]), input[type="number"]:not(.browser-default):focus:not([readonly]), input[type="search"]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #f8601d;
    -webkit-box-shadow: 0 1px 0 0 #f8601d;
    box-shadow: 0 1px 0 0 #f8601d;
}
.link {
    color: #f8601d !important;
}

.link:hover {
    color: #cc4e17 !important;
}

.h-25 {
    height: 25%;
}

.mh-25 {
    max-height: 25%;
}

.w-25 {
    width: 25%;
}

.mw-25 {
    max-width: 25%;
}

.h-50 {
    height: 50%;
}

.mh-50 {
    max-height: 50%;
}

.w-50 {
    width: 50%;
}

.mw-50 {
    max-width: 50%;
}

.h-75 {
    height: 75%;
}

.mh-75 {
    max-height: 75%;
}

.w-75 {
    width: 75%;
}

.mw-75 {
    max-width: 75%;
}

.h-100 {
    height: 100%;
}

.mh-100 {
    max-height: 100%;
}

.w-100 {
    width: 100%;
}

.mw-100 {
    max-width: 100%;
}

.mt-auto {
    margin-top: auto !important;
}

.pg-1 {
    padding: 10px;
}

.pg-2 {
    padding: 20px;
}

.pg-3 {
    padding: 30px;
}

.pg-4 {
    padding: 40px;
}

.pg-5 {
    padding: 50px;
}

.p-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.p-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.mg-1 {
    margin: 10px;
}

.mg-2 {
    margin: 20px;
}

.mg-3 {
    margin: 30px;
}

.mg-4 {
    margin: 40px;
}

.mg-5 {
    margin: 50px;
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-5 {
    margin-top: 50px;
}

.mb-1 {
    margin-bottom: 10px;
}

.mb-2 {
    margin-bottom: 20px;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-5 {
    margin-bottom: 50px !important;
}

.pb-1 {
    padding-bottom: 10px !important;
}

.mg-auto {
    margin: auto;
}

.mgv-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.mgh-auto {
    margin-left: auto;
    margin-right: auto;
}

.flex {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.flex.wrap {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.flex.column {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;  
    flex-direction: column;
    -ms-flex-direction: column;
}

.site-logo {
    height: 64px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
}

.rounded-title {
    color: #f8601d;
    padding-bottom: 30px;
    font-size: 25px;
}

.dropdown-content li > a, .dropdown-content li > span {
    color: #f8601d;
}

.select-wrapper input.select-dropdown:focus {
    border-bottom: 1px solid #f8601d;
}

.btn-default, .btn-cancel {
    background-color: #f8601d;
    height: 45px;
    line-height: 45px;
    box-shadow: none !important;
}

.login #content {
    background: linear-gradient(rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.70)), url(/img/computer-using.jpeg) center no-repeat;
    background-size: cover;
}

.login-first #content {
    background: linear-gradient(rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.70)), url(/img/new-login.jpg) center top no-repeat;
    background-size: cover;
}

.customerlogincard h3 {
    line-height: 1.5;
}

.form-container {
    background-color: rgba(255, 255, 255, 0.78);
    padding: 20px;
}

.customerlogincard .btn-default[type="submit"] {
    height: 45px;
    line-height: 45px;
}

.btn-default:hover, .btn-default:focus {
    background-color: #cc4e17;
}

.btn-cancel {
    background-color: #736A62;
    margin-right: 10px;
}

.btn-cancel:hover {
    background-color: #3C3733;;
}

.no-element {
    color: #ABABAB;
    font-weight: 500;
    font-size: 20px;
}

.iti {
    width: 100%;
}

.iti--allow-dropdown input[type="tel"] {
    width: calc(100% - 58px);
}

[type="radio"]:checked + span::after, [type="radio"].with-gap:checked + span::after {
    background-color: #f8601d;
}

[type="radio"]:checked + span::after, [type="radio"].with-gap:checked + span::before, [type="radio"].with-gap:checked + span::after {
    border: 2px solid #f8601d;
}

input:not([type]):focus:not([readonly]), input[type="text"]:not(.browser-default):focus:not([readonly]), input[type="password"]:not(.browser-default):focus:not([readonly]), input[type="email"]:not(.browser-default):focus:not([readonly]), input[type="url"]:not(.browser-default):focus:not([readonly]), input[type="time"]:not(.browser-default):focus:not([readonly]), input[type="date"]:not(.browser-default):focus:not([readonly]), input[type="datetime"]:not(.browser-default):focus:not([readonly]), input[type="datetime-local"]:not(.browser-default):focus:not([readonly]), input[type="tel"]:not(.browser-default):focus:not([readonly]), input[type="number"]:not(.browser-default):focus:not([readonly]), input[type="search"]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #722873;
    -webkit-box-shadow: 0 1px 0 0 #722873;
    box-shadow: 0 1px 0 0 #722873;
}

input.valid:not([type]), input.valid:not([type]):focus, input.valid[type="text"]:not(.browser-default), input.valid[type="text"]:not(.browser-default):focus, input.valid[type="password"]:not(.browser-default), input.valid[type="password"]:not(.browser-default):focus, input.valid[type="email"]:not(.browser-default), input.valid[type="email"]:not(.browser-default):focus, input.valid[type="url"]:not(.browser-default), input.valid[type="url"]:not(.browser-default):focus, input.valid[type="time"]:not(.browser-default), input.valid[type="time"]:not(.browser-default):focus, input.valid[type="date"]:not(.browser-default), input.valid[type="date"]:not(.browser-default):focus, input.valid[type="datetime"]:not(.browser-default), input.valid[type="datetime"]:not(.browser-default):focus, input.valid[type="datetime-local"]:not(.browser-default), input.valid[type="datetime-local"]:not(.browser-default):focus, input.valid[type="tel"]:not(.browser-default), input.valid[type="tel"]:not(.browser-default):focus, input.valid[type="number"]:not(.browser-default), input.valid[type="number"]:not(.browser-default):focus, input.valid[type="search"]:not(.browser-default), input.valid[type="search"]:not(.browser-default):focus, textarea.materialize-textarea.valid, textarea.materialize-textarea.valid:focus, .select-wrapper.valid > input.select-dropdown {
    border-bottom: 1px solid #f8601d;
    -webkit-box-shadow: 0 1px 0 0 #F8601D;
    box-shadow: 0 1px 0 0 #F8601D;
}

.default-background, .datepicker-date-display {
    background-color: #f8601d !important;
}

.default-color {
    color: #f8601d !important;
}

.default-background1 {
    background-color: #722873 !important;
}

.default-color1 {
    color: #722873 !important;
}

form .form-group {
    padding-bottom: 100px;
}

form .form-group h2 {
    text-transform: unset;
    font-weight: 600;
}

.card-panel.white-text.red.pg-2 {
    width: fit-content;
    width: -moz-fit-content;
    margin: 0 auto;
    margin-bottom: 40px;
}

nav .nav-wrapper {
    position: initial;
}

.site-header li a {
    max-height: 80px;
}

nav ul li.active {
    background-color: transparent;
}

nav ul a:hover, nav ul li.active a {
    background-color: transparent;
    border-bottom: 5px solid #f8601d;
}

li.nav-link.connected a:hover {
  border-bottom: none;
}

nav ul .dropdown-content a:hover, nav ul li.active  .dropdown-content a {
    border-bottom: none;
}

nav ul .dropdown-content a:hover {
    background-color: #f8601d;
    color: #ffffff;
}

nav ul li.button a {
    background-color: #f8601d;
    border-bottom: none;
}

nav ul li.button a {
    background-color: #f8601d;
    border-bottom: none;
}

.slick-dots li.slick-active button::before {
    opacity: .75;
    color: #f8601d;
}

.nav-link .chip {
    color: rgb(255, 255, 255);
    background-color: #f8601d;
}

.sidenav .collapsible-body > ul:not(.collapsible) > li.active, .sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active, .collapsible.active .collapsible-header, .sidenav li.active, .sidenav li > a:hover, .sidenav .collapsible-header:hover, .sidenav.fixed .collapsible-header:hover {
    background-color: #722873;
    color: #fff;
}

.no-padding .collapsible-header {
    padding: 0 32px;
}

.no-padding .collapsible-body ul li {
    background-color: #f8601d;
}

.no-padding .collapsible-body ul li a {
    padding-left: 52px;
}


/*--------------- Fin style propre --------------*/

html {
    overflow-x: hidden;
}

body {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    color: #0D0D0D;
    background-color: #f5f5f5;
    top: 0 !important;
}

h1 {
    font-size: 30px;
    font-weight: 300;
    margin: 0 0 30px;
    text-transform: uppercase;
}

h2 {
    font-size: 25px;
    font-weight: 400;
    margin: 0 0 10px;
    text-transform: uppercase;
}

h3 {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 10px;
}

.account-type-h2 {
    font-size: 20px;
}

.container {
    width: 96%;
    max-width: 1200px;
}

.site-header a {
    font-weight: normal;
}

.row {
    margin-bottom: 0;
}

.top-bar-btn {
    background-color: transparent;
    color: initial;
    box-shadow: none;
    height: 45px;
    line-height: 45px;
}

.top-header {
    line-height: 45px;
    background-color: #E6E6E0;
}

.top-header nav {
    height: 45px;
    line-height: 45px;
    background-color: transparent;
    box-shadow: none;
    color: initial;
}

.top-header .nav-wrapper, .top-header .top-search-div,
.top-header nav .nav-wrapper .dropdown-trigger {
    display: inline-block;
}

.userLogged {
    display: inline-block;
    height: 45px;
    line-height: 45px;
}

.userLogged .top-ul{
    margin: 0;
}

.client-info {
    height: 45px;
}

.client-info .client {
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 10px;
    font-weight: 300;
}

img.c_image {
    border-radius: 50%;
}

.client-info:after {
    padding-left: 10px;
    content: "expand_more";
    font-family: 'Material Icons';
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
}

[id^=dropdown-topbar ], [id^=lang-dropdown] {
    top: initial !important;
    width: 150px !important;
    right: 0 !important;
}

.top-search-div i {
    font-size: inherit;
}

.top-header .dropdown-content li > a, .top-header .dropdown-content li > span {
    font-size: 16px !important;
    color: inherit !important;
    font-weight: 300;
}

.personnal .top-bar-btn.personnal, .top-bar-btn:hover {
    background: #fff;
    border-bottom: 3px solid#f8601d;
    box-shadow: none;
}

.translateLinks img {
    width: 30px;
}

#goog-gt-tt {
    display:none !important;
}

.goog-te-banner-frame {
    display:none !important;
}

.goog-te-menu-value:hover {
    text-decoration:none !important;
}

#google_translate_element2 {
    display:none!important;
}

#FlagSelect {
    height: 45px;
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
}

.currentLangage {
  width: 40px;
  text-align: center;
}

ul#lang-dropdown {
  top: initial !important;
  width: 40px !important;
  right: 0 !important;
  min-width: auto;
}

ul#lang-dropdown li {
  min-height: auto;
}

ul#lang-dropdown li.hidden {
  display: none;
}

ul#lang-dropdown li a {
  width: 20px;
  padding: 5px 10px;
  margin: 0;
}

a.dropdown-trigger.langAcivator {
  display: block;
  width: 40px;
  text-align: center;
}

#FlagSelect li img {
    width: 20px;
    vertical-align: middle;
    margin: 0 2px;
}

#FlagSelect li span {
    display: none;
}

.user-view {
    background: url(/img/mobilebg.png) center no-repeat;
    background-size: cover;
}


/*----------------------------------------------

                SEARCH BAR

-----------------------------------------------*/

.top-header .fa.fa-search {
    cursor: pointer;
}

.togglesearch {
    background: #f8601d;
    position: absolute;
    top: 126px;
    right: 0;
    padding: 20px 0;
    width: 100%;
    line-height: 60px;
    display: none;
    z-index: 1;
}
   
.togglesearch input[type="text"] {

    width: calc(100% - 130px);
    background-color: rgba(0, 0, 0, 0.51);
    outline: none;
    border: none;
    color: #fff;
    padding-left: 30px;

}
   
.togglesearch button {
    width: 100px;
    background: #FFF;
    color: #f8601d;
    margin-left: -4px;
    outline: none;
    cursor: pointer;
    height: 3rem;
}

/*----------------- end search bar -----------------*/

.Info .card .card-image .card-title {
    background-color: #722873;
    padding: 5px 10px;
    left: 20px;
    bottom: 20px;
}

.site-navigation {
    height: 80px;
    line-height: 80px;
    text-transform: uppercase;
    box-shadow: none;
    position: relative;
}

.sidenav .user-view a {
    text-transform: initial;
}

#logoBox {
    height: 125px;
    position: absolute;
    bottom: 0;
    padding-top: 20px;
}

#logoBox img {
    margin: 0 40px;
}

.brand-logo img {
    vertical-align: middle;
}

nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i {
    height: 80px;
    line-height: 80px;
}

.loginBtn:before {
    content: "lock";
    font-family: "Material icons";
    font-size: 24px;
    text-transform: none;
    font-feature-settings: 'liga';
    -webkit-font-feature-settings: 'liga';
    vertical-align: middle;
    padding-right: 10px;
}

#main-banner {
    height: 200px;
    padding-top: 50px;
}

.frontpage #main-banner {
    width: auto;
    height: 450px;
    padding-top: 0;
}

.frontpage #main-banner .frontpageSlider .slide {
    height: 450px;
    padding-top: 80px;
}

.frontpage #main-banner .frontpageSlider .slide.slide1 {
    background: url(/img/aplback.png) center center;
    background-size: cover;
}

.frontpage #main-banner .frontpageSlider .slide.slide2 {
    background: url(/img/aplback-1.jpg) center center;
    background-size: cover;
}

.frontpage #main-banner .frontpageSlider .slide.slide3 {
    background: url(/img/aplback-2.jpg) center center;
    background-size: cover;
} 

.slick-dots {
    bottom: 25px;
}

#main-banner .aplaction {
    font-size: 25px;
    width: 350px;
    padding: 20px;
    color: #fff;
    background-color: rgba(114, 40, 115, 0.64);
}

.aplaction .btn {
    background-color: transparent;
    border: 1px solid;
}

.aplaction .btn:hover {
    background-color: #f8601d;
    border: 1px solid #f8601d;
}

.btn-default:hover, .btn-default:focus {
    background-color: #cc4e17;
}

#Services {
    padding: 50px 0;
    background-color: #e3e3e3;
}

#Services a {
    color: #f8601d;
}

#Services a:hover {
    color: #722873;
}

#Services .fas {
    font-size: 60px;
}

#News {
    padding: 50px 0;
}

#whyOrex {
    padding: 80px 0;
    background: linear-gradient( rgba(0, 0, 0, 0.74), rgba(0,0,0,0.74)), url(/img/orex-building.jpg) center no-repeat;
    background-size: cover;
}

#AccountApl img {
    width: 100%;
}

.Actapl {
    font-size: 30px;
    text-transform: uppercase;
}

.div-title {
    font-weight: normal;
    font-size: 24px;
}

.login-btn.white {
    padding: 10px;
    margin-right: 10px;
}

.registerlink {
    color: white;
}

.row-title {
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
}

#News .card-image {
    height: 300px;
    overflow: hidden;
}

.card-image.saber1 {
    background: url(/img/covid-19.jpg) bottom center no-repeat;
        background-size: auto;
    background-size: cover;
}

.card-image.saber2 {
    background: url(/img/start-a-company.jpg) bottom center no-repeat;
        background-size: auto;
    background-size: cover;
}

#description-page h1 {
    width: -moz-fit-content;
    width: fit-content;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    background-color: #f8601d;
    color: #722873;
    margin: auto;
    padding: 5px 10px;
}

#main-banner.default {
    height: 200px;
    text-align: center;
    background-color: #F7DED3;
}

.contact-us #main-banner {
    background: url(/img/contactban.jpg) center center;
    background-size: cover;
}

.bankInfo h2 {
    font-size: 25px;
}

.bankInfo h2 b {
    text-transform: uppercase;
}

.svg-quality .icon {
    display: inline-block;
    width: 4em;
    height: 4em;
    stroke-width: 0;
    fill: #f8601d;
}

.svg-quality .svg-title {
    font-size: 20px;
    font-weight: 600;
}

.tabs .tab {
    text-transform: initial;
}

.tabs .tab a:hover, .tabs .tab a.active {
    color: #f8601d;
}

.tabs .tab a:focus, .tabs .tab a:focus.active {
    background-color: rgba(133, 166, 63, 0.16);
}

.tabs .tab a {
    color: rgb(133, 166, 63);
}

.tabs .indicator {
    background-color: #f8601d;
}

.card{
    -webkit-box-shadow: 0 24px 24px 0 rgba(0,0,0,0.12), 0 0 10px 0 rgba(0,0,0,0.06);
    -moz-box-shadow: 0 24px 24px 0 rgba(0,0,0,0.12), 0 0 10px 0 rgba(0,0,0,0.06);
    box-shadow: 0 24px 24px 0 rgba(0,0,0,0.12), 0 0 10px 0 rgba(0,0,0,0.06);
}

.card.vm .card-content ul {
    line-height: 3;
    padding-left: 20px;
}

.card.vm .card-content ul i {
    font-size: 40px;
    color: #f8601d;
}

.bk-cards h2, .credit h2, .account h2 {
    font-size: 20px;
    color: #f8601d;
}

h2.credito-title {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #f5f5f5;
    background: rgba(114, 40, 115, 0.85);
    padding: 10px;
    font-weight: 700;
}

.bk-cards .card-title {
    font-size: 40px;
    font-weight: 500;
    padding: 20px 0;
}

.bk-cards .card-content {
    background-color: rgba(64, 130, 84, 0.7803921568627451);
    position: relative;
}

.bk-cards .card .card-content.first p {
    font-weight: 500;
}

.bk-cards .card .card-content p {
    line-height: 2;
    margin-bottom: 20px;
}

.credito-features .collapsible-header.caracteristiques::before {
    content: "format_list_bulleted";
    font-family: "Material Icons";
    font-size: 24px;
    padding-right: 10px;
    font-feature-settings: 'liga';
    -webkit-font-feature-settings: 'liga';
    text-transform: none;
    line-height: 1;
}

.credito-features .collapsible-header.avantages::before {
    content: "star";
    font-family: "Material Icons";
    font-size: 24px;
    padding-right: 10px;
    font-feature-settings: 'liga';
    -webkit-font-feature-settings: 'liga';
    text-transform: none;
    line-height: 1;
}

.credito-features .collapsible-header.presentation::before {
    content: "description";
    font-family: "Material Icons";
    font-size: 24px;
    padding-right: 10px;
    font-feature-settings: 'liga';
    -webkit-font-feature-settings: 'liga';
    text-transform: none;
    line-height: 1;
}

.credito-features .collapsible-header.fonctionnement::before {
    content: "highlight";
    font-family: "Material Icons";
    font-size: 24px;
    padding-right: 10px;
    font-feature-settings: 'liga';
    -webkit-font-feature-settings: 'liga';
    text-transform: none;
    line-height: 1;
}

.features .icon .fas {
    font-size: 25px;
}

.features .icon .fas.fa-plus {
    font-size: 12px;
}

.features .icon {
    height: 33px;
}

.features .icon.flex.center-align {
    margin: 0 5px;
    align-items: center;
    width: auto;
}

.features .feat .icon {
    width: 60px;
    text-align: center;
}

.features .feat-int {
    font-weight: 500;
}

.vm .card-content .background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: blur(8px);
    -webkit-filter: blur(8px);
}

.vm .card-content img {
    filter: blur(0);
    -webkit-filter: blur(0);
    max-width: 100%;
}

.vm .card-content.visaclassic .background {
    background: url(/img/vclassic.png) center no-repeat;
    background-size: cover;
}

.vm .card-content.visapremier {
    background-color: #a39474;
}

.vm .card-content.visapremier .background {
    background: url(/img/vpremier.png) center no-repeat;
    background-size: cover;
}

.vm .card-content.mclassic {
    background-color: #35b2a5;
}

.vm .card-content.mclassic .background {
    background: url(/img/mclassic.png) center no-repeat;
    background-size: cover;
}

.vm .card-content.mgold {
    background-color: #a19358;
}

.vm .card-content.mgold .background {
    background: url(/img/mgold.png) center no-repeat;
    background-size: cover;
}

.accounts #main-banner {
    background: url(/img/accounts.png) center no-repeat;
    background-size: cover;
}

.savings #main-banner {
    background: url(/img/savings.jpg) center right no-repeat;
    background-size: cover;
}

.checking #main-banner {
    background: url(/img/checking.jpg) top right no-repeat;
    background-size: cover;
}

.account-row {
    padding: 100px 0;
}

.rowTitle {
    font-size: 40px;
    margin: auto;
    width: 80%;
    font-weight: 600;
    padding-bottom: 50px;
    text-transform: initial;
}

.account-desc p {
    font-size: 40px;
    width: 90%;
    margin-top: 1rem;
}

ul.account-features {
    line-height: 2;
}

ul.account-features li {
    font-size: 25px;
}

ul.account-features i {
    line-height: 2;
}

.loans #main-banner {
    background: url(/img/happy-businessman.png) center center no-repeat;
    background-size: cover;
}

.credits #main-banner {
    background: url(/img/credits.jpg) top center no-repeat;
    background-size: cover;
}

.covid #main-banner {
    background: url(/img/covid19.jpg) center no-repeat;
    background-size: cover;
}

.empresasbank #main-banner {
    background: url(/img/empresas.jpg) center no-repeat;
    background-size: cover;
}

#reminder {
    background-color: #e6e6e0;
}

.reminder {
    font-size: 22px;
}

.grande {
    font-size: 25px;
}

#content .collapsible-body li::before {
    content: "fiber_manual_record";
    font-family: 'Material Icons';
    font-feature-settings: 'liga';
    -webkit-font-feature-settings: 'liga';
    font-size: 10px;
    padding-right: 10px;
}

form#step1 .btn::after, form#step2 .btn::after {
    content: "\f35a";
    font-family: "Font Awesome 5 Free";
    padding-left: 10px;
}

.card .card-content .card-title {
    line-height: initial;
}

.conso-desc {
    font-size: 20px;
}

.credit .card-content.first {
    height: 250px;
    background-color: #f8601d;
}

.credito-available .illus {
    position: relative;
    width: 50%;
    margin: .5rem 0 1rem 0;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
}

.credito-available .credito-features {
    width: 50%;
}

.illus.corienteorex {
    background: url(/img/corienteorex.jpg) center no-repeat;
    background-size: cover;
}

.illus.corientepremium {
    background: url(/img/corientepremium.jpg) center no-repeat;
    background-size: cover;
}

.illus.ahorrosorex {
    background: url(/img/ahorrosorex.jpg) center no-repeat;
    background-size: cover;
}

.illus.ahorrospremium {
    background: url(/img/ahorrospremium.jpg) center no-repeat;
    background-size: cover;
}

.illus.hypotecario {
    background: url(/img/hypotecario.jpg) center no-repeat;
    background-size: cover;
}

.illus.remodelacion {
    background: url(/img/remodelacion.jpg) center no-repeat;
    background-size: cover;
}

.illus.constructor {
    background: url(/img/constructor.jpg) center no-repeat;
    background-size: cover;
}

.illus.credito-vivienda {
    background: url(/img/vivienda.jpg) center no-repeat;
    background-size: cover;
}

.illus.credito-coche {
    background: url(/img/consoauto.jpg) center no-repeat;
    background-size: cover;
}

.illus.credito-perso {
    background: url(/img/consoperso.jpg) center no-repeat;
    background-size: cover;
}

.realstate #main-banner {
    background: url(/img/realstate.jpg) center no-repeat;
    background-size: cover;
}

.illus.credito-hypotecario {
    background: url(/img/housebuying.png) center no-repeat;
    background-size: cover;
}

.illus.credito-remodelacion {
    background: url(/img/houseworks.png) center no-repeat;
    background-size: cover;
}

.illus.credito-constructor {
    background: url(/img/newhouse.png) center no-repeat;
    background-size: cover;
}

.illus.visa-clasica {
    background: url(/img/orex-clasica.jpg) center no-repeat;
    background-size: cover;

}

.illus.visa-platinum {
    background: url(/img/orex-platinum.jpg) center no-repeat;
    background-size: cover;

}

.illus.visa-infinite {
    background: url(/img/orex-infinite.jpg) center no-repeat;
    background-size: cover;

}

.servicePrice b {
    font-size: 35px;
    font-weight: 800;
}

.serDetails {
    text-align: left;
    padding: 30px 0;
}

.serDetails li {
    padding-bottom: 20px;
}

.card-content li::before {
    content: url(/svg-icons/check.svg);
    display: inline-block;
    padding-right: 10px;
}

.cards #main-banner {
    background: url(/img/orex-cards-banniere.png) center no-repeat;
    background-size: cover;
    background-color: #848484;
}

.insurance #main-banner {
    background: url(/img/insuranceban.jpg) center no-repeat;
    background-size: cover;
}

.about-us #main-banner {
    background: url(/img/hands.png) center no-repeat;
    background-size: cover;
}

.orexillus {
    height: 300px;
    width: 300px;
    margin: auto;
    border-radius: 50%;
}

.orexhistory {
    background: url(/img/orex-building.jpg) center no-repeat;
    background-size: cover;
}

.orexbusiness {
    background: url(/img/orex-business.jpg) center no-repeat;
    background-size: cover;
}

#dgWords {
    width: 45%;
    background-color: rgba(133, 166, 63, 0.81);
    padding: 20px 20px 50px;
    margin-top: 50px;
    font-size: 20px;
}

#dgWords .right-align:before {
    padding-left: 10px;
    content: "remove";
    font-family: 'Material Icons';
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    vertical-align: middle;
}

.happyCustomer {
    width: 100%;
}

.saber h2 {
    color: #f8601d;
}

.saber #content_reel ul {
    list-style-type: inherit;
    padding-left: 50px;
}

.saber #content_reel ul li {
    list-style-type: inherit;
    padding-bottom: 20px;
}

.illus-saber img {
    max-width: 100%;
    height: auto;
    max-height: 300px;
}

.bankInfo .local::before {
    content: "place";
    font-family: "Material Icons";
    text-transform: none;
    font-feature-settings: 'liga';
    -webkit-font-feature-settings: 'liga';
    padding-right: 10px;
    font-size: 24px;
    vertical-align: middle;
    color: #f8601d;
}

.bankInfo .phone::before {
    content: "phone";
    font-family: "Material Icons";
    text-transform: none;
    font-feature-settings: 'liga';
    -webkit-font-feature-settings: 'liga';
    padding-right: 10px;
    font-size: 24px;
    vertical-align: middle;
    color: #f8601d;
}

.bankInfo .mail::before {
    content: "email";
    font-family: "Material Icons";
    text-transform: none;
    font-feature-settings: 'liga';
    -webkit-font-feature-settings: 'liga';
    padding-right: 10px;
    font-size: 24px;
    vertical-align: middle;
    color: #f8601d;
}


/*--------------------------------------
                FOOTER
---------------------------------------*/

.site-footer {
    background-color: #4a1743;
    color:#fff;
}

.site-footer a {
    color: #fff;
}

.top-footer {
    padding: 60px 0;
}

.top-footer .flex {
    justify-content: center;
    align-items: center;
}

.top-footer .socials .fab {
    padding-left: 30px;
    font-size: 20px;
}

.bottom-footer {
    background-color: #33102E;
}

.social-networks {
    width: fit-content;
    width: -moz-fit-content;
    display: inline-block;
}

.social-networks .socials {
    width: 203.9px;
}









/*--------------------------------------

                RESPONSIVE

---------------------------------------*/

@media only screen and (max-width: 1100px) {
    .Info .card .card-image .card-title {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1024px) {

    .account-type-h2 {
        font-size: 18px;
    }

    .account-desc p {
        font-size: 30px;
    }

    ul.account-features li {
        font-size: 18px;
    }

    ul.account-features i {
        line-height: 1.5;
    }
}

@media only screen and (max-width: 992px) {
    .userLogged .nav-wrapper {
        display: none;
    }

    #dgWords {
        width: 60%;
    }
}

@media only screen and (max-width: 930px) {

    .wantoptiontitle, .wanted-options, .frontpage .select-wrapper .select-dropdown.dropdown-trigger {
        font-size: 25px;
    }

    .btn-default, .btn-cancel {
        height: initial;
        line-height: inherit;
        padding: 10px;
    }

    .reminder {
        font-size: 18px;
    }

    .rowTitle {
        font-size: 25px;
    }

    .conso-desc {
        font-size: 18px;
    }

    #News .card-image {
        height: 200px;
        overflow: hidden;
    }

    .Info .card .card-image .card-title {
        font-size: 16px;
        left: 10px;
    }
}

@media only screen and (max-width: 850px) {

    #dgWords {
        font-size: 16px;
        margin-top: 30px;
        padding: 20px;
    }

    #main-banner .aplaction {
        font-size: 20px;
        width: 280px;
    }
}

@media only screen and (max-width: 800px) {

    #main-banner {
        height: 150px;
        padding-top: 30px;
    }
    
    .frontpage #main-banner {
        height: 300px;
    }

    .frontpage #main-banner .frontpageSlider .slide {
        height: 300px;
        padding-top: 30px;
    }

    #main-banner .aplaction {
        font-size: 18px;
    }
}

@media only screen and (max-width: 730px) {

    .p-100 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .p-50 {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .card .card-content p, .card .card-content ul {
        font-size: 13px;
    }

    .card.vm .card-content ul i {
        font-size: 30px;
    }

    .credito-available.flex {
        display: inherit;
    }

    .credito-available .illus {
        width: 100%;
        height: 200px;
        -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.14),0 0 0 0 rgba(0,0,0,0.12),0 0 5px 0 rgba(0,0,0,0.2);
        box-shadow: 0 0 0 0 rgba(0,0,0,0.14),0 0 0 0 rgba(0,0,0,0.12),0 0 5px 0 rgba(0,0,0,0.2);
        margin: 0;
    }

    .credito-available .credito-features {
        width: 100%;
    }

    .credito-features .collapsible {
        margin-top: 0;
        -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 0 0 0 rgba(0,0,0,0.2);
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 0 0 0 rgba(0,0,0,0.2);
    }
}

@media only screen and (max-width: 670px) {

    .wantoptiontitle, .wanted-options, .frontpage .select-wrapper .select-dropdown.dropdown-trigger, .frontpage .dropdown-content li > a, .frontpage .dropdown-content li > span {
        font-size: 20px;
    }

    #description-page h1 {
        font-size: 30px;
    }

    .rowTitle {
        font-size: 30px;
    }

    #main-banner .aplaction {
        font-size: 14px;
        width: 200px;
    }

    .aplaction .btn {
        font-size: 10px;
        padding: 5px;
    }
}

@media only screen and (max-width: 650px) {

    .client.c-name {
        display: none;
    }

    .col.s12.m8.offset-m2.flex {
        display: initial;
    }

    .social-networks {
        vertical-align: top;
    }

    .social-networks .socials {
        width: 203.9px;
        display: flex;
        display: -ms-flexbox;
        display: -webkit-flex;
        align-items: center;
        height: 50px;
    }
}

@media only screen and (max-width: 600px) {
    .top-footer {
        padding: 60px 0 10px;
    }

    .top-footer .social-networks {
        min-height: auto;
    }

    .top-footer .socials {
        position: initial;
        text-align: center;
    }

    .top-footer .socials .fa {
        padding: 0 15px;
    }

    .products, .important-links {
        width: 50% !important;
    }

    .illusapl img {
        width: 70%;
    }

    .cards-florel {
        margin-bottom: 0;
    }

    .cards-florel img {
        margin-bottom: 30px;
    }

    .bk-cards, .credit {
        margin-bottom: 50px;
    }

    .row .bk-cards:last-child, .row .credit:last-child {
        margin-bottom: 0;
    }

    .reminder {
        font-size: 16px;
    }

    .rowTitle {
        font-size: 25px;
    }

    .userLogged ul li ul li {
        text-align: right;
    }

    h2.credito-title {
        font-size: 16px;
    }
}

@media only screen and (max-width: 560px) {
    
    .client.c-name {
        display: none;
    }

    .top-header .left {
        display: none;
    }

    #dgWords {
        width: 80%;
    }
}

@media only screen and (max-width: 540px) {

    .site-navigation, nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i {
        height: 60px;
        line-height: 60px;
    }

    .brand-logo img {
        padding: 5px;
    }

    .togglesearch {
        top: 106px;
        padding: 10px 0;
    }

    .btn-default {
        font-size: 10px;
    }

    #description-page h1, .rowTitle {
        font-size: 20px;
    }

    .wantoptiontitle, .wanted-options, .frontpage .select-wrapper .select-dropdown.dropdown-trigger, .frontpage .dropdown-content li > a, .frontpage .dropdown-content li > span {
        font-size: 16px;
    }

    .bk-cards h2, .credit h2 {
        font-size: 16px;
    }

    .conso-desc, .card h3 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 480px) {
    .Actapl {
        font-size: 16px;
    }

    .aplText {
        text-align: center;
    }
}

@media only screen and (max-width: 450px) {

    .account-type-h2 {
        font-size: 12px;
    }

    .account-desc p {
        font-size: 20px;
    }

    ul.account-features li {
        font-size: 14px;
    }

    ul.account-features i {
        line-height: 1.6;
        font-size: 15px;
    }

    .svg-quality .icon {
        width: 2.5em;
        height: 2.5em;
    }

    .svg-quality .svg-title {
        font-size: 16px;
    }

    .col.s4.svg-quality.mb-5 {
        margin-bottom: 10px !important;
    }
}

@media only screen and (max-width: 400px) {
    #description-page {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 370px) {
    .aplinks {
        text-align: center;
        line-height: 3;
    }

    .togglesearch input[type="text"] {
        width: calc(100% - 60px);
        padding-left: 10px;
    }

    .togglesearch button {
        width: 50px;
    }

    #dgWords {
        width: 90%;
        margin-top: 10px;
    }

    h2.credito-title {
        font-size: 14px;
    }
}

@media only screen and (max-width: 340px) {
    .products, .important-links {
        width: 100% !important;
    }
}