


body{
    font-family: 'Toyota Type';
   
}

.boton-whatsapp:hover{
    text-decoration: none;
    opacity: 0.9;
    color: #ffffff;
}

.boton-whatsapp{
    position: fixed;
    z-index: 9999999;
    bottom: 20px;
    right: 130px;
    background-color: #27AE4C;
    color: #ffffff;
    height: 40px;
    width: 160px;
    margin: 0 auto;
    border-radius: 25px;
    text-align: center;
    line-height: 40px;
    font-family: 'Toyota Type Regular';
    font-size: 14px;
    border: none;
    cursor: pointer;
    box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.14);
}

.boton-whatsapp i {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 8px;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: -8px;
    background-image: url(../img/ico-whatsapp.svg);
}

header{
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #d7d7d7;
    background-color: #fff;
}

.escritorio{
    display: block !important;
}

.movil{
    display: none !important;
}

.mostrar{
    display: block !important;
}


.owl-dots {
    margin-top: 30px;
    text-align: center;
    display: block;
  }
  
.owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #75787B;
  }
  
 .owl-dot.active {
    background-color: #e42f2c;
      width: 30px !important;
      height: 10px !important;
      border-radius: 35px !important;
  }

  .wpcf7{
    margin: 30px 0;
  }

  .wpcf7-text{
    border: none;
    background-color: #eaeaea;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    padding: 0 0 0 10px;
    margin-bottom: 15px;
  }

  .wpcf7-select{
    border: none;
    background-color: #eaeaea;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    padding: 0 0 0 10px;
    margin-bottom: 15px;
  }

  .wpcf7-textarea{
    border: none;
    background-color: #eaeaea;
    border-radius: 5px;
    width: 100%;
    padding: 0 0 0 10px;
    margin-bottom: 15px;
  }

  .wpcf7-submit{
    width: 160px;
    display: block;
    height: 40px;
    border-radius: 25px;
    border: solid 1px #e42f2c;
    color: #e42f2c;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    margin: 0 auto;
    background-color: #fff;
  }

h1{
    font-size: 24px;
    font-family: 'Toyota Type Semibold';
    color: #000;
    text-align: center;
}

h2{
    font-size: 24px;
    font-family: 'Toyota Type Semibold';
    color: #000;
    text-align: center;
}

.fondo-gris{
    background-color: #f2f2f2;
    padding: 60px 0;
    margin-top: 60px;
}

.cabecera-simple{
    width: 100%;
    background-color: #e42f2c;
    padding: 60px 0;
}

.cabecera-simple h2{
    color: #ffffff;
    text-align: left;
}


/*=============================================
MENU SUPERIOR ESCRITORIO
=============================================*/

.centrado-vertical{
    display: flex;
    align-items: center;
}

.boton-buscar{
    width: 30px;
    height: 30px;
    margin: 0 auto;
    display: none;

}

.boton-menu-abrir, .boton-menu-cerrar, .menu-principal-movil{
    display: none;

}

.menu-principal{
    width: 100%;
}

.menu-principal ul{
    
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	align-items: center;
	align-content: stretch;

    padding: 0;
    margin: 0;
    list-style: none;

    font-family: 'Toyota Type Regular';
    font-size: 16px;


}

.menu-principal ul .menu-item{
    background-image: url('../img/ico-flecha-roja-abajo.svg');
    background-repeat: no-repeat;
    background-size: 14px auto;
    background-position: center right;
    padding-right: 22px;
}

.noFlecha{
    background-image: none !important;
    padding-right: 0px !important;
}

.menu-principal ul .abierto{
    background-image: url('../img/ico-flecha-negra-arriba.svg') !important;

}




.menu-principal a{
    color: #000;
    text-decoration: none;
}


.menu-solapa{
    position: absolute;
    z-index: 200;
    background-color: #fff;
    padding: 30px;
    width: 100%;
    top:60px;
    left: 0;
    display: none;
    border-top: solid 1px #eaeaea;
    }

.menu-solapa ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-solapa .container{
    position: relative;
}

.menu-solapa .container .cerrar{
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-image: url('../img/ico-cerrar.svg');
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.menu-solapa .menu{
    width: 100%;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  
    
}

.menu-solapa .menu li{
   width: 20%;
    
}

.menu-solapa .menu .sub-menu{

    margin-bottom: 30px;
    
}

.menu-solapa .menu li a {
        color: #969696;
        font-family: 'Toyota Type Semibold';
        font-size: 14px;
        
    }

.menu-solapa .menu .sub-menu li{
    width: 100%;
}

.menu-solapa .menu .sub-menu li a {
        color: #000;
        font-family: 'Toyota Type Regular';
        font-size: 14px;
        
    }

.menu-solapa.abierto{
    display: block !important;
}

.padre{
    position: relative;
    width: 100%;
}

.item-info{

   
   left: 0;   
   width: 100%;
   position: absolute;
   bottom: 30%;
  

    
}

.item-info h2{
    color: #ffffff;
    text-align: left;
    max-width: 300px;
    font-size: 40px;
}

.item-info p{
    color: #ffffff;
    text-align: left;
    max-width: 300px;
    font-size: 16px;
    margin-bottom: 30px;
}

.item-info a{
    color: #ffffff;
    border:solid 1px #ffffff;
    padding: 10px 30px;
    border-radius: 25px;
   
  
}

@media (max-width:991px){

    
.boton-whatsapp{

    bottom:15px;
    right: 15px;
    height: 60px;
    width: 60px;    
    border-radius: 50%;    
    line-height: 60px; 
    font-size: 0px;
    padding: 7px 0 0 8px;

}

    .item-info{
        bottom: 5%;
        
        
    }
    
    .item-info h2{
        color: #ffffff;
        text-align: center;
        max-width: 90%;
        font-size: 25px;
        margin: 0 auto;
    }
    
    .item-info p{
        color: #ffffff;
        text-align: center;
        
        max-width: 90%;
        font-size: 16px;
        margin: 0 auto;
    }
    
    .item-info a{
        color: #ffffff;
        border:solid 1px #ffffff;
        padding: 10px 30px;
        border-radius: 25px;
        text-align: center;
        display: block;
        margin: 15PX AUTO 0 auto;
        width: 200px;
       
      
    }


    .escritorio{
        display: none !important;
    }

    .movil{
        display: block !important;
    }

    .menu-principal{
        
        display: none;

    }

    .alinear-botones{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-items: center;
        align-content: flex-end;
    }

    .boton-buscar{
        display: block;
        width: 30px;
        height: 30px;
        margin: 0;
        display: none;
       
    
    }

    .boton-menu-abrir{
        display: block;
        width: 30px;
        height: 30px;
        margin: 0 0 0 15px;
    
    }

    .boton-menu-cerrar{
        display: none;
        width: 30px;
        height: 30px;
        margin: 0 0 0 15px;
    
    }

    .menu-principal-movil{
        
        background-color: #fff;
        position: absolute;
        top: 60px;
        left: 0;
        padding: 15px;
        width: 100%;
        z-index: 100;
    }

    .menu-principal-movil ul a{
        color: #000;
        font-family: 'Toyota Type Regular';
    }

    .menu-principal-movil ul{
        list-style: none;
        padding: 0;
        margin: 0;
        height: 100vh;

        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;

        
    }

    .menu-principal-movil ul .menu-item{
        background-image: url('../img/ico-flecha-roja-derecha.svg');
        background-repeat: no-repeat;
        background-size: 8px auto;
        background-position: center right;
        padding-right: 22px;

        font-size: 22px;
        margin-bottom: 15px;
    }


    .menu-solapa{
        position: absolute;
        
        z-index: 200;
        background-color: #fff;
        padding: 30px 15px;
        width: 100%;
        height: 100vh;
        top:0;
        left: 0;
        overflow-y: scroll;
       
        }

    .menu-solapa .menu li {
            width: 100%;
        }
}



/*=============================================
FOOTER
=============================================*/



footer .mapa iframe{
    width: 100%;
}

footer .direcciones{
    background-color: #333333;
    width: 100%;
    margin-top: -100px;
    padding: 160px 0 0 0;
}

footer .direcciones .modulos{
    
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
    margin: 30px 0 0 0;
}

footer .direcciones .modulos .modulo{
    width: 230px;
    text-align: center;
    margin: 0 7px;
}


footer .direcciones h2{
    color: #fff;
    text-align: center;
    font-family: 'Toyota Type Semibold';
    font-size: 18px;
}


footer .direcciones .modulos .modulo h3{
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-family: 'Toyota Type Black';
    border: solid 1px #fff;
    padding: 6px 20px 10px 20px;
    display: inline-block;
    border-radius: 25px;

}

footer .direcciones .modulos .modulo i {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 8px;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: -7px;
    background-image: url('../img/ico-mapa.svg');
}

footer .direcciones .modulos .modulo p{
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-family: 'Toyota Type Book';
}

footer .direcciones .modulos .modulo p span{
    color: #808080;

}


footer .cierre{
    background-color: #000;
    width: 100%;
    padding: 60px 0;
    border-bottom: solid 20px #e42f2c;
}

footer .logo-footer{
    width: 200px;
}

footer #menu-principal-pie{
    list-style: none;
    padding: 0;
    margin: 0;
}

footer #menu-principal-pie a{
    color: #fff;
    text-decoration: none;
}

footer #menu-principal-pie li:last-child a{
    color: #e42f2c;
    text-decoration: none;
}


footer #menu-principal-pie li{
    display: inline;
    margin: 0 7px;
}


/*MD*/ @media (max-width:991px){

    footer .direcciones .modulos{
    
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        margin: 30px 0 0 0;
    }

    footer .direcciones .modulos .modulo{
        width: 100%;        
        margin: 0 0 30px 0;
    }

    footer .logo-footer{
        width: 160px;
        margin: 30px auto;
    }

    footer #menu-principal-pie li{
        display: block;
        margin: 0 0 8px 0;
        text-align: center;
    }


}






/*=============================================
MODELOS
=============================================*/

#modelos{
    padding: 60px 0;
}

#modelos .boton-precio{
    display: inline-block !important;
    margin-bottom: 15px;
}


#modelos a{
    color: #000;
}

#modelos a:hover{
    color: #e42f2c;
    text-decoration: none;
}

#modelos .owl-item{
    text-align: center;
}



#modelos .disabled{
    opacity: 0.3;
}



#modelos .categorias{
    list-style: none;
    margin: 30px 0;
    padding: 0;
    color: #000;
    font-family: 'Toyota Type Regular';
    font-size: 18px;
}

#modelos .categorias li{
    text-align: center;
    display: inline;
    cursor: pointer;
}

#modelos .categorias .seleccionada{
    font-family: 'Toyota Type Bold';
    border-bottom: solid 3px #e42f2c;

}

#modelos .categorias .owl-nav, #modelos .versiones .owl-nav,#kinto .categorias .owl-nav{
    width: 100%;
    height: 20px;
    position: relative;
    
}

#modelos .categorias .owl-nav .owl-prev,#modelos .versiones .owl-nav .owl-prev,#kinto .categorias .owl-nav .owl-prev{
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: -20px;
    background-image: url('../img/ico-prev.svg');
    background-repeat: no-repeat;
    background-position: center;
}

#modelos .categorias .owl-nav .owl-next,#modelos .versiones .owl-nav .owl-next,#kinto .categorias .owl-nav .owl-next{
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    top: -20px;
    background-image: url('../img/ico-next.svg');
    background-repeat: no-repeat;
    background-position: center;
}

#modelos .solapa{
    width: 100%;
    display: none;
    
    
   
}

#modelos .solapa .owl-nav, #kinto .solapa .owl-nav,#usados .usados .owl-nav{
    width: 100%;
    height: 20px;
    position: relative;    
    
}

#modelos .solapa .owl-nav .owl-prev, #kinto .solapa .owl-nav .owl-prev, #usados .usados .owl-nav .owl-prev{
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: -130px;
    background-image: url('../img/ico-prev.svg');
    background-repeat: no-repeat;
    background-position: center;
}

#modelos .solapa .owl-nav .owl-next,#kinto .solapa .owl-nav .owl-next, #usados .usados .owl-nav .owl-next{
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    top: -130px;
    background-image: url('../img/ico-next.svg');
    background-repeat: no-repeat;
    background-position: center;
}




#modelos .solapa .modelo{
    width: 240px;
    margin: 0 auto;

}

#modelos .solapa .modelo h4{
    font-family: 'Toyota Type Semibold';
    text-align: center;
    font-size: 16px;
}

#modelos .solapa .modelo .botones{
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
    margin-top: 15px;
}

#modelos .solapa .modelo .botones .ver-modelo{
    width: 110px;
    height: 30px;
    border-radius: 25px;
    border: solid 1px #000;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
}

#modelos .solapa .modelo .botones .alquila-kinto{
    width: 110px;
    height: 30px;
    border-radius: 25px;
    border: solid 1px #00708c;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    color: #00708c;
    cursor: pointer;
}


#modelos .modelo-contenido{
    background-color: #f2f2f2;
    padding: 60px 0;
}

#modelos .modelo-contenido .container{
    margin-bottom:100px;
}

#modelos .modelo-contenido h2{
    font-family: 'Toyota Type Semibold';
    text-align: left;
    font-size: 28px;
    margin: 0 0 0 15px;
}


#modelos .modelo-razones{ 
    margin: 30px 0;
}

#modelos .modelo-razones img{
    width: 100%;
}

#modelos .modelo-razones h3{
    font-size: 18px;
    font-family: 'Toyota Type Semibold';
}

#modelos  .galeria a{
    color: #fff;
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
    font-family: 'Toyota Type Semibold';
    font-size: 30px;
    width: 100%;
    height: 500px;
    background-color: rgba(0, 0, 0, 0.6);
    
}

#modelos .galeria a:hover{
   
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.103);
    
}

#modelos .galeria small{
    font-size: 14px;
    font-family: 'Toyota Type Regular';
}

#modelos .galeria{
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 15px;
    background-size: cover; 
}

#modelos .modelo-diferenciales{
    margin: 30px 0;
}


#modelos .modelo-diferencial{
    margin-top: 30px;
    border-bottom: solid 1px #a8a8a8;
    padding-bottom: 30px;
}

#modelos .modelo-diferencial:last-child{
    
    border-bottom: none;
    
}

#modelos .modelo-diferencial h3{
    font-size: 24px;
    font-family: 'Toyota Type Semibold';
    text-transform: uppercase;
}

#modelos .modelo-diferencial p{
    font-size: 14px;
    font-family: 'Toyota Type Regular';
}

#modelos .modelo-diferencial-cv{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
}


#modelos .descargables{
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	align-items: stretch;
	align-content: stretch;
    margin: 30px 0;
}

#modelos .descargable{
   
    text-align: center;
}

#modelos .descargable .icono{
    width: 100px;
    margin: 0 auto;
}

#modelos .descargable h4{
    text-align: center;
    font-family: 'Toyota Type Semibold';
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 15px;
}

#modelos .descargable a{
    font-family: 'Toyota Type Regular';
    display: inline-block;
    text-align: center;
    border: solid 1px #000;
    color: #000;
    padding: 0 30px;
    border-radius: 25px;
    height: 32px;
    
}

#modelos  h2{
    font-family: 'Toyota Type Semibold';
    text-align: left;
    font-size: 28px;
    margin: 0 0 15px 15px;
}

#modelos  h1{
    font-family: 'Toyota Type Regular';
    text-align: left;
    font-size: 18px;
    margin: 0 0 0 15px;
}

#modelos .versiones{
    width: 100%;
    margin: 30px 15px;
    font-family: 'Toyota Type Semibold';
    
}

#modelos .versiones .owl-item{
    text-align: center;
}




#modelos .solapa .owl-stage {
    margin: 0 auto;
}

#modelos .versiones .version{
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    
}

#modelos .versiones .seleccionado{
    border-bottom: solid 3px #e42f2c;
}

#modelos .version-tab{
    display: none;
}

#modelos .version-tab.activo{
    display: block !important;
    
}

#modelos .version-colores{

    margin: 0 0 30px 0;
}

#modelos .version-colores ul{
    margin: 0;
    padding: 0;
    list-style: none;

    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
    height: 33px;

}

#modelos .version-colores ul li{
    margin: 0 8px;
   
}

#modelos .version-colores ul li .version-boton-color{
    width: 25px;
    height: 24px;
    border-radius: 50%;
    cursor: pointer;
    border: solid 1px #f2f2f2;
    
}

#modelos .version-colores ul .seleccionado{
    border: solid 1px #e42f2c;
    width: 33px;
    height: 32px;
    border-radius: 50%;   
    display: flex;
    align-items: center;
    justify-content: center;
    
}

#modelos .version-colores p{
    text-align: center;
    font-family: 'Toyota Type Regular';
    font-size: 12px;
    margin: 15px 0 0 0;
}


#modelos .version-tab .precio-sugerido{
    font-family: 'Toyota Type Semibold';
    color: #e42f2c;
    font-size: 35px;
    margin-bottom: 30px;
}


#modelos .version-tab .precio-sugerido span{
    color: #000;
    font-family: 'Toyota Type Regular';
    font-size: 18px;
    display: block;
}

#modelos .version-tab a.boton{
    font-family: 'Toyota Type Regular';
    display: inline-block;
    text-align: center;
    border: solid 1px #000;
    color: #000;
    padding: 0 30px;
    border-radius: 25px;
    height: 32px;
}

#modelos .destacados{
    margin: 30px 0;
    
}

#modelos .destacados .destacado{
    margin: 0 15px;
}

#modelos .destacados .destacado h5{
    text-align: left;
    font-family: 'Toyota Type SemiBold';
    font-size: 18px;
    color: #000;
}

#modelos .destacados .destacado p{
    text-align: left;
    font-family: 'Toyota Type Regular';
    font-size: 14px;
    color: #000;
    margin: 0;
}

#modelos .destacados .destacado .destacado-icono{
    width: 40px;
    margin: 0 auto 15px 0;
}

 .modelos-cabecera{
    position: relative;
}

.modelos-cabecera .modelos-logo{
    position: absolute;
    width: 100%;
    left: 0px;
    top: 40%;
}

.modelos-cabecera .modelos-logo a{

    font-family: 'Toyota Type Regular';
    display: inline-block;
    text-align: center;
    border: solid 1px #ffffff;
    color: #ffffff;
    padding: 0 30px;
    border-radius: 25px;
    height: 32px;
    display: block;
    width: 200px;
    margin: 30px auto 0 0;

}

#modelos .kmfranja{
    margin-bottom: 60px;
}

#modelos .kmfranja .botones{
    justify-content: center !important;
}

#modelos  .solapa .owl-stage {
    margin: 0 auto;
}

#modelos  .kmfranja .owl-stage {
    margin: 0;
}



@media (max-width:991px){

    #modelos h1{
        
        margin: 0;
        text-align: left;
    }

      #modelos h2{
       
        margin: 0 0 15px 0;
       
    }

    #modelos .modelo-razones .col-lg-4 p:last-child{
        margin-bottom: 30px;
    }

    #modelos .galeria{
        margin-bottom: 30px;
        height: 300px;
        margin: 0 0 30px 0;
    }

    #modelos .galeria a{
        height: 300px;
    }

    #modelos .modelo-diferencial img{
        margin: 0 0 15px 0;
    }

    #modelos .descargables{
        display: block;
    }

    #modelos .descargables .descargable{
        width: 100%;
    }

    .modelos-cabecera .modelos-logo{
        position: absolute;
        width: 100%;
        left: 0px;
        bottom:  30%;
        top: 70%;
        text-align: center;
        height: 300px;
    }

    .modelos-cabecera .modelos-logo a{

        font-family: 'Toyota Type Regular';
        display: inline-block;
        text-align: center;
        border: solid 1px #ffffff;
        color: #ffffff;
        padding: 0 30px;
        border-radius: 25px;
        height: 32px;
        display: block;
        width: 200px;
        margin: 30px auto 0 auto;
    
    }

    #modelos .destacado{
        padding: 15px;
    }

    #modelos .versiones{
    width: 100%;
    margin: 30px 0px;
    font-family: 'Toyota Type Semibold';
    
}
    


}





/*=============================================
KINTO
=============================================*/

#kinto{
    margin: 0 0 30px 0;
}

#kinto iframe{
    width: 100%;
    margin: 30px 0 0 0;
    border: solid 1px #e42f2c;
}


#kinto .banner{
    background-color: #00708c; 
    padding: 0 15px 0 15px;
}

#kinto .banner h2{
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    font-family: 'Toyota Type bold';
}

#kinto .foto{
    background-image: url('../img/kinto-foto.png');
    background-size: cover;
    height: 300px;
}

#kinto .banner .centrar{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#kinto .banner .botones{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
    width: 100%;
}

#kinto .banner .botones .boton-app{
    border-radius: 25px;
    border: solid 1px #fff;
    text-align: center;
    height: 30px;
    line-height: 28px;
    padding: 0 15px;
    color: #fff;
    font-size: 14px;
    margin: 0 7px;
}

#kinto .banner .botones .boton-store{
    width: 30px;
    height: 30px;
    margin: 0 7px;
}

#kinto .foto-item{
    margin: 0 0 15px 0;
}


#kinto  h3{
    font-size: 18px;
    font-family: 'Toyota Type Semibold';
}

#kinto .fondo-gris h2{
    margin: 0 0 30px 0;
}

#kinto  p{
    font-size: 15px;
    font-family: 'Toyota Type Regular';
}

#kinto .descargar{
    padding: 60px 0 0 0;
}

#kinto .descargar p{
    text-align: center;
}

#kinto a{
    color: #000000;
}


#kinto .solapas{
    padding: 60px 0;
}

#kinto .owl-stage{
    margin: 0 auto;
}

#kinto .categorias{
    list-style: none;
    margin: 30px 0;
    padding: 0;
    color: #000;
    font-family: 'Toyota Type Regular';
    font-size: 18px;
}

#kinto .categorias li{
    text-align: center;
    display: inline;
    cursor: pointer;
}

#kinto .owl-item {
    text-align: center;
}

#kinto .categorias .seleccionada{
    font-family: 'Toyota Type Bold';
    border-bottom: solid 3px #00708c;

}

#kinto .modelo .foto-modelo{

    width: 200px;
    margin: 0 auto;
}

#kinto .solapa{
    display: none;
}

#kinto .solapa .modelo h4{
    font-family: 'Toyota Type Semibold';
    text-align: center;
    font-size: 16px;
}

#kinto .solapa .modelo .boton{
    width: 110px;
    height: 30px;
    margin: 15px auto 0 auto;
    border-radius: 25px;
    border: solid 1px #000;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
}



#kinto .owl-prev,#kinto .owl-next{

    top: -100px;

}

@media (max-width:991px) {

    #kinto .banner{
        background-color: #00708c; 
        padding: 0 15px 30px 15px;
    }

    #kinto h2{
        margin: 15px 0 15px 0;
    }

}

/*=============================================
PLANES
=============================================*/

#planes{
    padding: 60px 0;
}

#planes .logo-plan{
    width: 240px;
    margin: 0 auto 15px auto;
}

#planes .planes {
    margin: 30px 0 0 0;
}

#planes .solapa{
    display: none;
}

#planes .planes .plan{
    width: 240px;
    margin: 0 auto;

}

#planes .planes .plan h4{
    font-family: 'Toyota Type Semibold';
    text-align: center;
    font-size: 16px;
}

#planes .planes .plan h5{
    font-family: 'Toyota Type Semibold';
    text-align: center;
    font-size: 14px;
    color: #e42f2c;
}

#planes a{
    color: #ffffff;
}

#planes a:hover{
    text-decoration: none;
}

#planes .planes .plan .ver-mas{
    width: 110px;
    height: 30px;
    border-radius: 25px;
    border: solid 1px #000;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
    margin: 0 auto;
}

#planes p{
    text-align: center;
    font-family: 'Toyota Type Regular';
}

#planes .plan-tipos{
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;

    font-family: 'Toyota Type Regular';
    }

#planes .plan-tipos li{
    margin: 0 15px;
    cursor: pointer;
}

#planes .plan-tipos li.seleccionado{
    font-family: 'Toyota Type Bold';
    border-bottom: solid 3px #e42f2c;
}

#planes .plan .datos-cuotas{
    display: none;
    margin-bottom: 30px;
}


#planes .plan{
    margin: 0 auto;
    max-width: 300px;
    padding: 15px;
}

#planes .plan strong{
    font-family: 'Toyota Type Bold';
}

#planes .plan .foto{
    
    margin: 0 auto;
}

#planes .plan h2{
    font-family: 'Toyota Type Semibold';
    text-transform: uppercase;
    font-size: 18px;
}

#planes .plan h4{
    font-family: 'Toyota Type Semibold';
    text-transform: uppercase;
    font-size: 14px;
    color: #000000;
    text-align: center;
}

#planes .plan .dato{
    border-bottom: solid 1px #000;
    padding: 8px 0;
}

#planes .plan .dato {
    font-family: 'Toyota Type Regular';
    font-size: 14px;
    text-align: center;
}

#planes .plan .cuotas{
    font-family: 'Toyota Type Regular';
    font-size: 18px;
    text-align: center;
}


#planes .plan .ampliar{
    font-family: 'Toyota Type Regular';
    text-align: center;
    margin: 15px 0;
    cursor: pointer;
}

#planes .plan .minimizar{
    display: none;
    font-family: 'Toyota Type Regular';
    text-align: center;
    margin: 15px 0;
    cursor: pointer;
}

#planes .plan .boton{
    font-family: 'Toyota Type Regular';
    text-align: center;
    border-radius: 25px;
    border: solid 1px #000;
    height: 40px;
    line-height: 35px;
    background-color: #27AE4C;
}

#planes .plan i {
    width: 20px;
    height: 30px;
    display: inline-block;
    margin-right: 8px;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: -8px;
    background-image: url(../img/ico-whatsapp.svg);
}



#planes .video iframe{
border: none;
width: 100%;
margin: 30px 0;
height: 500px;
}

#planes .solapa .owl-stage {
    margin: 0 auto;
}

#planes .owl-nav{
    width: 100%;
    height: 20px;
    position: relative;
}

#planes .owl-prev{
    left: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -160px;    
    background-image: url('../img/ico-prev.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff;
}

#planes .owl-next{
    right: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -160px;    
    background-image: url('../img/ico-next.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff;
}


@media (max-width:768px){

    #planes .video iframe{
        height: 260px;
        }
}
/*=============================================
TEST DRIVE
=============================================*/

#testDrive{
    margin: 0 0 30px 0;
}


#testDrive .banner{
    background-color: #e42f2c; 
    padding: 0 15px 0 15px;
}

#testDrive .foto{
    background-image: url('../img/foto-testdrive-escritorio.jpg');
    background-size: cover;
    height: 300px;
}

#testDrive .banner .centrar{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#testDrive h2{
    color: #fff;
    text-align: center;
    font-family: 'Toyota Type BookIt';
    font-size: 40px;
}

#testDrive h2 strong{
    font-family: 'Toyota Type BlackIt';
}

#testDrive .volante{
    background-image: url('../img/ico-volante.svg');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 60px;
}

#testDrive .banner   .boton-proba{
    border-radius: 25px;
    border: solid 1px #fff;
    text-align: center;
    height: 30px;
    line-height: 28px;
    padding: 0 15px;
    color: #fff;
    font-size: 14px;
    margin: 0 7px;
}


@media (max-width:991px) {
    #testDrive h2{
        font-size: 30px;
        margin: 15px 0 15px 0;
    }

    #testDrive .banner{
        padding: 0 15px 30px 15px;
    }

    #testDrive .volante{
        padding-left: 40px;
        
    }
}


/*=============================================
SERVICIOS
=============================================*/

#servicios{
    margin: 0 0 30px 0;
}


#servicios .banner{
    background-color: #333333;    
    padding: 0 15px 0 15px;
    
}

#servicios .foto{
    background-image: url('../img/foto-servicios.jpg');
    background-size: cover;
    height: 300px;
}

#servicios .banner .centrar{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#servicios h2{
    color: #fff;
    text-align: center;
    font-family: 'Toyota Type BookIt';
    font-size: 40px;
}

#servicios h2 strong{
    font-family: 'Toyota Type BlackIt';
}

#servicios .turno{
    background-image: url('../img/ico-servicios.svg');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 60px;
    background-size: 40px;
}

#servicios .banner   .boton-turno{
    border-radius: 25px;
    border: solid 1px #fff;
    text-align: center;
    height: 30px;
    line-height: 28px;
    padding: 0 15px;
    color: #fff;
    font-size: 14px;
    margin: 0 7px;
}


@media (max-width:991px) {
    #servicios h2{
        font-size: 25px;
        margin: 15px 0 15px 0;
    }

    #servicios .banner{         
        padding: 0 15px 30px 15px;
        
    }

    #servicios .turno{
        padding-left: 40px;
        background-size: 30px;
        
    }
}

/*=============================================
CONTACTO
=============================================*/

#contacto{
    padding: 60px 0;
}

#contacto h2 span{
    color: #e42f2c;
}

/*=============================================
CORPORATIVO
=============================================*/

#corporativo{
    padding: 100px 0;
}

#corporativo .kinto{
    padding: 30px 0 0 0;
}

#corporativo .kinto h2{
    text-align: left;
    margin-bottom: 8px;
}

#corporativo  h2{

    margin-bottom: 30px;
}

#corporativo .foto{
    margin: 0 0 15px 0;
}


#corporativo  h3{
    font-size: 18px;
    font-family: 'Toyota Type Semibold';
}

#corporativo  p{
    font-size: 15px;
    font-family: 'Toyota Type Regular';
}

#corporativo  .boton {
    border-radius: 25px;
    border: solid 1px #000;
    text-align: center;
    height: 30px;
    line-height: 28px;
    padding: 0 15px;
    color: #000;
    font-size: 14px;
    margin: 0 auto;

    width: 200px;
}


@media (max-width:768px){
    #corporativo .foto{
        margin: 30px 0 15px 0;
    }
}

/* LA EMPRESA */

#empresa{
    padding: 60px 0;
}

#empresa .fotos{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0;
}

#empresa .fotos .foto{
    background-color: #f1f1f1;  
             
    flex: 0 0 calc(33% - 10px);
    
    
    margin-bottom: 10px;
}

#empresa .departamento{
    margin-bottom: 30px;
    border: solid 1px #dedede;
    padding: 15px;
}

#empresa .departamento h3{
   
    font-size: 24px;
    font-family: 'Toyota Type Semibold';
    color: #e42f2c;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}

#empresa .departamento p{
   
    font-size: 18px;
    font-family: 'Toyota Type Regular';
    color: #000;
    margin: 0;
}

#empresa .imagen{
    cursor: pointer;
}

#empresa .imagen:hover{
    opacity: 0.8;
}

.modal h5{
    font-family: 'Toyota Type Semibold';
    color: #e42f2c;
}

.modal .modal-body{
    font-family: 'Toyota Type Regular';
    color: #000;
}

 @media (max-width:991px){

    #empresa .fotos{
        
        justify-content: space-around;
        
    }

    #empresa .fotos .foto{
         
                 
        flex: 0 0 calc(50% - 10px);
        
    }
 }

 /* TURNOS */

 #turnos{
    padding: 60px 0;
 }

 #turnos p{
    font-family: 'Toyota Type Regular';
    color: #000;
 }

 #turnos h3{
    font-family: 'Toyota Type Semibold';
    color: #e42f2c;
    margin: 0;
 }

 #turnos .telefono{
    font-family: 'Toyota Type Semibold';
    color: #e42f2c;
    font-size: 24px;
    
 }

 #turnos .boton-pedir{
    display: block;
    width: 200px;
    font-family: 'Toyota Type Regular';
    text-align: center;
    border-radius: 25px;
    border: solid 1px #75787B;
    height: 50px;
    line-height: 45px;
    padding: 0 30px;
    background-color: #27AE4C;
    color: #ffffff;
    margin:30px auto 0 auto;
}

#turnos .tarjeta{
    background-color: #ffffff;
    box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.14);
    padding: 30px;
    border-radius: 5px;

    margin-bottom: 30px;

}

 
/*=============================================
ACCESORIOS
=============================================*/

#accesorios{
    padding: 60px 0;
    background-color: #f2f2f2;
}

#accesorios a{
    color: #000000;
}

#accesorios a:hover{
    color: #000000;
    text-decoration: none;
}

#accesorios .modelo{
    width: 100%;
    height: 50px;
    padding: 5px;
    border-radius: 6px;
    font-family: 'Toyota Type Semibold';
}

#accesorios ul{
    list-style: none;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;

    padding: 0;
    margin: 0;
    height: 50px;
}

#accesorios ul .filtro{
    font-family: 'Toyota Type Regular';
    margin: 0 15px;
    height: 50px;
    border: solid 1px #000000;
    border-radius: 25px;
    width: 160px;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
}

#accesorios ul .seleccionado{
    border: solid 1px #e42f2c;    
    color: #e42f2c;
}

#accesorios .respuesta{
    margin-top: 60px;
    margin-bottom: 60px;
}

#accesorios .respuesta .modulo{
    padding: 15px;
    background-color: #ffffff;
    margin-bottom: 30px;
}

#accesorios .respuesta .modulo .foto{
    width: 100%;
    height: 230px;
    background-color: #27AE4C;
    margin-bottom: 15px;
    background-position: center;
    background-size: cover;
    
}

#accesorios .respuesta .modulo h3{
    font-family: 'Toyota Type Semibold';
    text-transform: uppercase;
    font-size: 16px;
    line-height: 17px;
    height: 36px;
}

#accesorios .respuesta .modulo .codigo{
    font-family: 'Toyota Type Regular';
    text-transform: uppercase;
    font-size: 12px;
    color: #333333;
    border-top: solid 1px #f2f2f2;
    border-bottom: solid 1px #f2f2f2;
    padding: 5px 0;
    margin-bottom: 15px;
}

#accesorios .respuesta .modulo .boton{
    font-family: 'Toyota Type Regular';
    font-size: 14px;
    line-height: 27px;
    border: solid 1px #000000;
    border-radius: 25px;
    height: 30px;
    width: 160px;
    margin: 0 auto;
    text-align: center;


}

@media (max-width:991px){
    #accesorios .modelo{
        margin-bottom: 15px;
    }
}

/* USADOS */

#usados{
    padding: 60px 0;
    background-color: #f2f2f2;
}

#usados a{
    color: #000000;
}

#usados a:hover{
    color: #e42f2c;
    text-decoration: none;
}

.cabecera-simple .buscador{
    width: 100%;
    height: 50px;
    padding: 5px;
    border-radius: 6px;
    font-family: 'Toyota Type Semibold';
    background-image: url('../img/ico-buscador.svg');
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 40px;
    border: none;
}

#usados select{
    width: 100%;
    height: 50px;
    padding: 5px;
    border-radius: 6px;
    font-family: 'Toyota Type Semibold';
    margin: 0 0 15px 0;
}

#usados .listado{
    margin-top: 0px;
    margin-bottom: 60px;
}

#usados .modulo{
    background-color: #ffffff;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 30px;
}

#usados .modulo .foto{
    margin-bottom: 8px;
    position: relative;
}

#usados .modulo a:hover .foto{
    opacity: 0.7;
}

#usados .certificado{
    position: absolute;
    left: 0;
    top: 0;
    width: 124px;
    height: 24px;
    background-image: url(../img/certificados.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff;
}




#usados .modulo h3, #busquedaInformador .modulo-busqueda h3{
    font-family: 'Toyota Type Bold';
    font-size: 24px;
}

#usados .modulo h4, #busquedaInformador .modulo-busqueda h4{
    font-family: 'Toyota Type Bold';
    font-size: 12px;
    margin: 0;
}

#usados .modulo p, #busquedaInformador .modulo-busqueda p{
    font-family: 'Toyota Type Regular';
    margin-bottom: 0;
    font-size: 12px;
    color: #333333;
}

#busquedaInformador a{
    color: #000000;
}

#busquedaInformador{
    position: absolute;
    width: 90%;
    padding: 15px;
    background-color: #ffffff;
   
    top: 55px;
    left: 15px;
    z-index: 888;
    display: none;

    box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.14);

    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

#busquedaInformador .cerrar{
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    background-color: #e42f2c;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    font-family: 'Toyota Type Bold';
    cursor: pointer;
    z-index: 999;
}

#busquedaInformador .modulo-busqueda{
    width: 100%;
    border-bottom: solid 1px #dedede;
    margin-bottom: 15px;
}

#usados .foto-grande{
    position: relative;
}



#usados .galeria .owl-nav{
    width: 100%;
    height: 30px;   
    position: relative;
    margin: 0 ; 
 }

 #usados .galeria .owl-prev{
    left: 0;
    background-image: url('../img/ico-prev.svg');
 }

  #usados .galeria .owl-next{
    right: 0;
    background-image: url('../img/ico-next.svg');
 }

 #usados .galeria .owl-prev,  #usados .galeria .owl-next{
    width: 30px;
    height: 30px;
    opacity: 0.9;    
    background-position: center;    
    background-repeat: no-repeat;
    background-color: #e42f2c;
    background-size: 20px 20px;
    position: absolute;
    top: -150%;

}



#usados h1{
    font-family: 'Toyota Type Bold';
    text-align: left;
    font-size: 30px;
}

#usados small{
    font-family: 'Toyota Type Regular';
    text-align: left;
    font-size: 14px;
    
}

#usados .bajada{
    font-family: 'Toyota Type Semibold';
    text-align: left;
    font-size: 18px;
    margin: 15px 0;
}

#usados .precio{
    font-family: 'Toyota Type Black';
    text-align: left;
    font-size: 40px;
    margin: 15px 0;
}

#usados .boton{
    width: 200px;
    text-align: center;
    font-family: 'Toyota Type Regular';
    background-color: #e42f2c;
    color: #ffffff;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    border-radius: 25px;
    cursor: pointer;
}

#acordionUsados{
    margin-top: 30px;
}

#acordionUsados h2{
    font-family: 'Toyota Type Semibold';
    color: #e42f2c;
    text-align: left;
    font-size: 14px;
    cursor: pointer;
    padding-left: 20px;
}


#acordionUsados .card-body{
    font-family: 'Toyota Type Regular';
}

#acordionUsados .seguridad{
    background-image: url('../img/shield-alt-solid-red.svg');
    background-repeat: no-repeat;
    background-position: 10px center;
}

#acordionUsados .confort{
    background-image: url('../img/icon-equipamiento-red.svg');
    background-repeat: no-repeat;
    background-position: 10px center;
}

#acordionUsados .descripcion{
    background-image: url('../img/description-icon.svg');
    background-repeat: no-repeat;
    background-position: 10px center;
}

#usados .migas{
    font-family: 'Toyota Type Regular';
    color: #e42f2c;
    text-transform: uppercase;
    margin-bottom: 30px;
}

#usados .usados{
    margin: 30px 0;
}

#usados .usados .usado{

    width: 300px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 15px;
    border-radius: 6px;
}

#usados .usados .usado h4{
    font-size: 18px;
    font-family: 'Toyota Type Semibold';
    margin: 15px 0 0 0;
    color: #e42f2c;
}

#usados .usados .usado .precio{
    font-size: 24px;
    font-family: 'Toyota Type Black';
    margin: 5px 0 0 0;
    color: #000000;
}

#usados .usados .usado .boton{
    margin: 0 auto;
}

.rango_contenedor{
    width: 100%;
    padding: 0 10px;
    display: none;
    margin-top: 15px;
}


.usados-rango .rango_precio{
    width: 100px !important;
    display: block;
    font-size: 14px;
    font-family: 'Toyota Type Regular';
    border: none;
    background-color: transparent;
}

#amountmax{
    text-align: right;
}

#usados .usados-rango{
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
    margin-top: 15px;
}

.ui-slider-handle.ui-corner-all{

    border-radius: 50% !important;
    border: none !important;
    
}
.ui-slider-handle.ui-state-default{
    background: #e42f2c url() !important;
}

.rango-boton{

    width: 100%;
    height: 30px;
    line-height: 30px;
    font-family: 'Toyota Type Regular';
    color: #ffffff;
    background-color: #e42f2c;
    text-align: center;
    font-size: 12px;
    border-radius: 25px;
    cursor: pointer;
    display: none;
    margin-top: 15px;
}


#usados select{
    background-color: #ffffff;
    border: solid 1px #333333;
    font-family: 'Toyota Type Regular';
}

 @media (max-width:991px){

    #usados select{
        margin: 0 0 15px 0;
        
    }

    .rango-boton{
        margin-bottom: 30px;
        height: 48px;
        line-height: 48px;
    }
 }


/* RSE: mismo look & feel que otros banners */
/* Imagen lado izquierdo */
#rse .rse-foto {
  min-height: 320px; /* mismo alto que otros banners */
  background-image: url("https://treos.com.ar/wp-content/uploads/2024/12/PORT.jpg");
  background-size: cover;
  background-position: center center;
  border-radius: 12px; /* opcional, si tus otros banners lo tienen */
}

/* Imagen alternativa para mobile */
@media (max-width: 991.98px) {
  #rse .rse-foto {
    min-height: 220px;
    background-image: url("https://treos.com.ar/wp-content/uploads/2024/12/reporte-2.jpg");
  }
}
.boton-disabled {
  opacity: .45;
  cursor: not-allowed;
  pointer-events: none;
  filter: grayscale(1);
}
