@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
*{
    font-family: 'Lato';
}
.navbar-fixed{
    height: 110px;
}
nav{
    height: 110px;
    background-color: #fff;
    background-image: url('../img/textura.png');
}
.brand-logo{
    margin-top: 20px;
    margin-bottom: 1rem;
}
.brand-logo img{
    width: 105px;
}
nav ul a{
    font-family: "Lato",sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.085em;
    text-transform: uppercase;
    color: rgb(9,69,95);
    margin: 0 15px;
    padding: 0;
    padding-top: 40px;
    line-height: normal;
}
.dropdown-trigger:after {
    content: "\f103";
    margin-left: 0.35em;
    font-family: "FontAwesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
nav ul a:hover, .linkActivo{
    color: rgb(247,146,30);
    background: none;
    box-shadow: 0 2px 0 0 rgb(247,146,30);
}
.subLinkActivo{
    color: rgb(247,146,30) !important;
}
#dropdown1{
    top: 60px !important;
    width: auto !important;
}
.dropdown-content li>a{
    text-transform: none;
    color: rgb(9,69,95);
}
.dropdown-content li:hover{
    background: none;
}
.dropdown-content li>a:hover{
    box-shadow: 0 0px 0 0 rgb(247,146,30);
}


.wa-button {
    background-color: #25D366;
    border-radius: calc(80px / 2);
    width: 80px;
    height: 80px;
    box-shadow: 10px 10px 20px grey;
    position: fixed;
    transition: width 0.15s;
    text-align: right;
    z-index: 2;
    bottom: 10px;
    left: 20px;
  }
  
  .wa-button img {
    content: url("https://whatsappbrand.com/wp-content/themes/whatsapp-brc/images/WhatsApp_Logo_2.png");
    max-width: 80px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
  
  .wa-button p {
    position: absolute;
    top: 3px;
    left: 70px;
    font-size: 21px;
    color: white;
    visibility: hidden;
  }
  
  .wa-button:hover {
    width: 350px;
  }
  
  .wa-button:hover p {
    visibility: visible;
    opacity: 1;
    animation: fade 1s;
  }

nav i.material-icons {
    font-size: 40px;
    color:#000;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 0 0 rgba(0,0,0,0.25);
    padding: 5px;
    height: auto;
    line-height: normal;
    margin-top: 25px;
}
nav .btn-large,nav .btn-large:hover {
    border-radius: 10px;
    padding: 10px 20px;
}
.waves-effect img{
    height: 100%;
    width: auto;
}
.sidenav{
    background-color: #fff;
    background-image: url('../img/textura.png');
    text-transform: uppercase;
    color: rgb(9,69,95);   
}
.sidenav li>a>i{
    color: rgb(9,69,95);
}
.sidenav li>a>i:hover{
    color: rgb(247,146,30);
}
.sidenav li>a,.sidenav .submenu>a{
    margin: 5px;
    color: rgb(9,69,95);
    border: solid 1px rgb(9,69,95); 
}
.sidenav .submenu{
    padding-left: 25px;
}
.sidenav li>a:hover{
    color: rgb(247,146,30);
    border: solid 1px rgb(247,146,30);
    background: none;
}
.sidenav li>a:hover > i {
    color: rgb(247,146,30);
}
.cabeceraLeasing{
    background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(19, 30, 41, 0.80), 
      rgba(19, 30, 41, 0.80)
    ),
    /* bottom, image */
    url('../img/leasingHeader.jpg');
    background-position-x: center;
    padding: 5% 0;
}
.cabeceraSofom{
    background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(19, 30, 41, 0.80), 
      rgba(19, 30, 41, 0.80)
    ),
    /* bottom, image */
    url('../img/sofomHeader.jpg');
    background-position-x: center;
    background-position-y: center;
    padding: 5% 0;
}
.cabeceraFactoraje{
    background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(19, 30, 41, 0.80), 
      rgba(19, 30, 41, 0.80)
    ),
    /* bottom, image */
    url('../img/factorajeHeader.jpg');
    background-position-x: center;
    background-position-y: 65%;
    padding: 5% 0;
}
.cabeceraSale{
    background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(19, 30, 41, 0.80), 
      rgba(19, 30, 41, 0.80)
    ),
    /* bottom, image */
    url('../img/saleHeader.jpg');
    background-position-x: center;
    background-position-y: 40%;
    padding: 5% 0;
}
.cabeceraCreditos{
    background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(19, 30, 41, 0.80), 
      rgba(19, 30, 41, 0.80)
    ),
    /* bottom, image */
    url('../img/creditosHeader.jpg');
    background-position-x: center;
    background-position-y: 65%;
    padding: 5% 0;
}
.cabeceraSeguros{
    background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(19, 30, 41, 0.80), 
      rgba(19, 30, 41, 0.80)
    ),
    /* bottom, image */
    url('../img/segurosHeader.jpg');
    background-position-x: center;
    background-position-y: 70%;
    padding: 5% 0;
}
.parallax-container{
    background: 
    linear-gradient(
      rgba(19, 30, 41, 0.80), 
      rgba(19, 30, 41, 0.80)
    );
    padding: 5% 0;
}
/* .cabeceraAviso{
    background: 
    linear-gradient(
      rgba(19, 30, 41, 0.80), 
      rgba(19, 30, 41, 0.80)
    ),
    url('../img/avisoHeader.jpg');
    background-position-x: center;
    background-position-y: 35%;
    padding: 5% 0;
} */
.cabeceraContacto{
    background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(19, 30, 41, 0.80), 
      rgba(19, 30, 41, 0.80)
    ),
    /* bottom, image */
    url('../img/contactoHeader.jpg');
    background-position-x: center;
    background-position-y: center;
    padding: 5% 0;
}
h1{
    color: #fff;
    font-weight: lighter;
    font-size: 7rem;
    margin-top: 0;
}
h1 span{
    color: rgb(247,146,30);
}
h2{
    color: rgb(247,146,30);
    font-size: 2.5em;
}
h2 i{
    color: rgb(119,119,119);
}
.box-docs-descargas-list {
    list-style: none !important;
}
.box-docs-descargas-list li {
    list-style: none !important;
    display: inline-block;
    color: rgb(119,119,119);
}
.box-docs-descargas-list li:not(:last-child) {
    margin-right: 3rem;
}
.box-docs-descargas-list li a{
    color: rgb(119,119,119);
}
.box-docs-descargas-list li a i{
    color: rgb(247,146,30);
}
p, #intro ul li{
    font-size: 1.2rem;
    color: rgb(119,119,119);
}
#intro{
    padding-top: 5%;
}
#intro img{
    max-width: 100%;
}
#intro p, #intro ul li{
    text-align: justify;
}
#intro ul li{
    list-style-type: disc;
}
#listaAviso li{
    list-style-type: none !important;
}
.fondoAzul{
    background: #5892a3;
}
.fondoAzul h2{
    color: #efb005;
}
.fondoAzul p{
    color: #fff;
    text-align: center !important;
}
.centrado p{
    text-align: center !important;
}
#leasingMensualidad{
    background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(88, 146, 163, 0.80), 
      rgba(88, 146, 163, 0.80)
    ),
    /* bottom, image */
    url('../img/leasingPareja.jpg');
    background-position-x: center;
    background-position-y: 75%;
    padding: 5% 0;
}
#leasingMensualidad ul li{
    text-align: center;
    color: #fff;
    list-style: none;
}
#leasingMensualidad ul li::before{
    content: "•";
}
#leasingTriparte h2{
    font-size: 1.5em;
}
.fondoGris{
    background-color: rgb(238,238,238);
}
.punto{
    background-color: rgba(255,255,255,0.6);
    margin-right: 12%;
}
.punto:last-of-type{
    margin-right: 0;
}
.punto p, .punto ul li{
    text-align: justify;
    font-size: 1rem;
    color: rgb(119,119,119);
}
#puntos{
    padding-top: 3.5em;
}
.row__instituciones{
    display: flex;
    align-items: center;
}
.btn__descarga h2{
    color: rgb(9,69,95);
    transition: transform .5s;
}
.btn__descarga i{
    color: rgb(9,69,95);
}
.btn__descarga:hover > h2{
    color: rgb(247,146,30);
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1); 
}
.btn__descarga:hover i{
    color: rgb(247,146,30);
}
.btn__descarga p{
    text-align: center !important;
}
.instituto{
    /* margin-right: 4%; */
}
.instituto:last-of-type{
    margin-right: 0;
}
.instituto img {
    max-width: 100%;
}
footer, .page-footer{
    background-color: #1d232c;
    background-image: url("../img/textura.png");
}
.page-footer .row{
    margin-bottom: 0;
}
#menuFooter li{
    display: inline-block;
}
#menuFooter li>a, #menuFooter a{
    text-transform: uppercase;
    color: #fff;
    font-size: 11px;
}
#menuFooter li>a:hover{
    opacity: 0.35;
}

.page-footer p, .page-footer a{
    color: #fff;
    font-size: 11px;
}
#menuFooter li:before {
    content: "/";
    float: left;
    margin: 0 0.55em 0 0.45em;
    opacity: 0.35;
}
#menuFooter li:first-child:before {
    content: none;
}
  .form__input-group,
  .form-inv__input-group {
    width: 100%; }
    .form__input-group:not(:last-child){
      margin-bottom: 2rem; }
  .form__input,
  .form-inv__input {
    font-size: 1.5rem !important;
    font-family: inherit;
    padding: .5rem 0 !important;
    background-color: #fff !important;
    border: 1px solid #dddee2 !important;
    display: block;
    width: 100% !important;
    margin-bottom: 0 !important;
    transition: all .2s; }
    .form__input:focus,textarea:focus {
      outline: none;
      border-bottom: 3px solid #2eb82e !important;
      box-shadow: 0 0 0 0 !important; }
    .form__input:focus:invalid,
    .textarea:focus:invalid {
      border-bottom: 3px solid #ec7601 !important; }
      .form-inv {
        width: 100%;
        margin-left: 90rem;
        margin-top: 27rem; }
        @media (max-width: 93.75em) {
          .form-inv {
            margin-left: 60rem;
            margin-top: 16.5rem; } }
        .form-inv-header {
          position: absolute;
          color: #858788;
          left: 55%;
          top: 20%; }
@media (max-width: 93.75em) {
            .form-inv-header {
              left: 39%;
              top: 12%; } }
              .inputIcon input[type=text] {
                text-indent: 3.5rem; }
              
              .inputIcon input[type=email] {
                text-indent: 3.5rem; }
              
              .inputIcon input[type=tel] {
                text-indent: 3.5rem; }
              
              .inputIcon input[type=text]:focus + i {
                color: #ec7601; }
              
              .inputIcon input[type=email]:focus + i {
                color: #ec7601; }
              
              .inputIcon input[type=tel]:focus + i {
                color: #ec7601; }
              
              .inputIcon {
                position: relative; }
                .inputIcon i {
                  position: absolute;
                  left: .7rem;
                  top: 1.2rem;
                  font-size: 1.6rem;
                  color: #dddee2; }
            
textarea{
    width: 100%;
    height: 11rem;
    font-size: 1.5rem !important;
    background-color: #fff;
    outline-color: none;
    padding: 1rem 3.8rem;
    resize: none;
    border: 1px solid #dddee2 !important;
}
textarea:focus + i {
    color: #ec7601; }
.btn-large {
    font-family: 'Lato';
    background-color: #ec7601;
    margin-top: 1rem;
    box-shadow: none;
    border-radius: 0; }
    .btn-large:hover {
        background-color: #ec7601;
        box-shadow: none;
        border-radius: 0; }      
#menuFaqs{
    list-style-image: url('../img/flechita.png');
    list-style-position: inside;
}
#menuFaqs li{
    color: #ec7601 !important;
    cursor: pointer;
}
#menuFaqs li p{
    color: #ec7601;
    display: inline-flex;
    vertical-align: super;
}
.collapsible li{
    list-style: none !important;
}
.collapsible-header{
    background-image: url("../img/down.png");
    background-repeat: no-repeat;
    background-position: 95% center;
}
.collapsible-header span{
padding-right: 10%;
}
.abierto{
    background-image: url("../img/up.png");
}
/* tabla */
thead{
    background-color: #48b2e8;
    color: #fff;
}
tbody tr td{
    background: #eeeeee;
}
.subhead{
    background: #a1cbe1;
    color: #fff;
    text-transform: uppercase;
}
/*btn whatsapp */
.whatsapp__CA{
    z-index: 100;
    position: fixed;
    bottom: 15%;
    right: 10%;
    width: 1px;
    height: 1px;
    background: grey;
}
.whatsapp__img{
    transition: transform .5s;
}
.whatsapp__img:hover{
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1); 
  }
  .nav__redes{
    padding-top: 15px;
    color: rgb(9,69,95);
    transition: transform .5s;
}
.nav__redes:hover {
    box-shadow: 0 0 0 0 rgb(247,146,30);
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1); 
}
#instituciones p{
    color: #ec7601;
}
@media only screen and (max-width: 1400px) and (min-width: 1025px){
    .container{
        width: 95%;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 769px){
    nav .container{
        width: 95%;
    }
}
@media only screen and (max-width: 768px) and (min-width: 415px){
    .parallax-container{
        height: 300px;
    }
    .punto {
        margin-right: 0;
    }
    .whatsapp__CA{
        bottom: 15%;
        right: 15%;
    }
    .row__instituciones{
        display: block;
    }
    .instituto{
        margin-right: 0;
    }
}

@media only screen and (max-width: 414px) and (min-width: 360px){
    .parallax-container{
        height: 300px;
    }
    .cabeceraAviso__titulo--Aviso,.titulo-contacto {
        font-size: 4rem;
    }
    .intro__parrafo-link{
        font-size: 1rem;
    }
    table{
        font-size: 9px;
    }
    .row__instituciones{
        display: block;
    }
    .instituto{
        margin-right: 0;
    }
}
@media only screen and (max-width: 359px) and (min-width: 320px){
    .parallax-container{
        height: 300px;
    }
    .cabeceraAviso__titulo--Aviso,.titulo-contacto {
        font-size: 4rem;
    }
    h1 {
        font-size: 6rem;
    }
    .intro__parrafo-link{
        font-size: 1rem;
    }
    table{
        font-size: 8px;
    }
    .row__instituciones{
        display: block;
    }
    .instituto{
        margin-right: 0;
    }
}
/*bread */
.bread{
    display: flex;
    justify-content: flex-start;
    list-style: none !important;
}
.bread li{
    list-style: none !important;
}
.icon__home {
    font-size: 3rem;
    color: #fff;
    background-color: #dddee2;
    border-radius: 2px;
    padding: .6rem;
    -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    -moz-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    -ms-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}
.background__menu-servicios {
    background-color: #858788;
    -webkit-clip-path: polygon(0 0, 91% 0, 100% 50%, 91% 100%, 0 100%, 9% 50%);
    -moz-clip-path: polygon(0 0, 91% 0, 100% 50%, 91% 100%, 0 100%, 9% 50%);
    -ms-clip-path: polygon(0 0, 91% 0, 100% 50%, 91% 100%, 0 100%, 9% 50%);
    clip-path: polygon(0 0, 91% 0, 100% 50%, 91% 100%, 0 100%, 9% 50%);
}
.background__menu {
    background-color: #ec7601;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 9% 50%);
    -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 9% 50%);
    -ms-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 9% 50%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 9% 50%);
    border-radius: 2px;
}
.menu-servicios {
    padding: 1.3rem 3rem;
}
.menu {
    display: inline-block;
    color: #fff;
    font-size: 1.5rem;
    padding: 1rem 3rem;
}
@media only screen and (max-width: 414px) and (min-width: 360px){
    .icon__home {
        font-size: 2rem;
    }
    .menu-servicios {
        padding: .85rem 3rem !important;
        font-size: 1rem;
    }
}
@media only screen and (max-width: 359px) and (min-width: 320px){
    .icon__home {
        font-size: 2rem;
    }
    .menu-servicios {
        padding: .85rem 2rem !important;
        font-size: 1rem;
    }
}
/*calculadora */
.heading,
.total {
    color: rgb(247,146,30);
}

.title,
.title-total {
    color: rgb(247,146,30);
    border: 1px solid rgb(247,146,30);
    padding:3px 5px;
}

.movil {
    display: none;
}

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

    .desktop{
        display: none;
    }

    .movil {
        display: block;
    }
    body {
        font-family: 10px;
    }

}

@media only screen and (max-width: 1024px) {
    .title {
        padding:1.2rem;
    }
}
@media only screen and (max-width: 1400px) and (min-width: 1025px){
    .container{
        width: 95%;
    }
}