                                        
/*--------------------------------------------------------------# General--------------------------------------------------------------*/
body {font-family: "Object Sans", sans-serif;margin:0; padding-bottom:0px; background-color:#114E9E}
a {color: #FBDE17;text-decoration: none;}
a:hover {color:#ff9211;text-decoration: none;}h1,h2,h3,h4,h5,h6 {font-family: "Object Sans", sans-serif;}
/*--------------------------------------------------------------# Back to top button--------------------------------------------------------------*/
.back-to-top {position: fixed;visibility: hidden;opacity: 0;right: 15px;bottom: 15px;z-index: 996;background: red;width: 40px;height: 40px;border-radius: 4px;transition: all 0.4s;}
.back-to-top i {font-size: 28px;color: #fff;line-height: 0;}
.back-to-top:hover {background:#CC0033;color: #fff;}
.back-to-top.active {visibility: visible;opacity: 1;}
/*--------------------------------------------------------------# Preloader--------------------------------------------------------------*/
#preloader {position: fixed;top: 0;left: 0;right: 0;bottom: 0;z-index: 9999;overflow: hidden;background: #fff; opacity:0.8}
#preloader:before {content: "";position: fixed;top: calc(50% - 30px);left: calc(50% - 30px);border: 6px solid #114e9e;border-top-color:#114e9e;border-radius: 50%;width: 70px;height: 70px;animation: animate-preloader 1s linear infinite;background-image:url(../../imagenes/loader.png);background-repeat: no-repeat;background-position: center;}
@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------# Disable aos animation delay on mobile devices--------------------------------------------------------------*/
@media screen and (max-width: 768px) {[data-aos-delay] {transition-delay: 0 !important;}}
/*--------------------------------------------------------------# Header--------------------------------------------------------------*/
#header {transition: all 0.5s;z-index: 997;padding: 5px 0;background-color:#114E9E;}
#header.header-scrolled,
#header.header-inner-pages {background:#114E9E;opacity:1; /* opacidad del header */padding: 12px 0;color:#666;box-shadow: 5px 5px 5px #0A2E5C;}
#header .logo {font-size: 32px;margin: 0;padding: 0;line-height: 1;font-weight: 400;letter-spacing: 2px;
/* agregado */max-width:329px;width:329px;height:105px;/* fin agregado */}
#header .logo a {color: #FBDE17;}
#header .logo img {max-height: 105px;}
@media (max-width: 912px) {#header{padding-top:5px;height:100px}#header .logo img{width:75%; height:auto}}
/*--------------------------------------------------------------# Navigation Menu--------------------------------------------------------------*/
/*** Desktop Navigation */
.navbar {padding: 0;}
.navbar ul {margin: 0;padding: 0;display: flex;list-style: none;align-items: center;}
.navbar li {position: relative;}
.navbar>ul>li {padding: 10px 0 10px 24px;}
.navbar a,.navbar a:focus {display: flex;align-items: center;justify-content: space-between;padding: 0 3px;font-family: "Object Sans", sans-serif;font-size: 15px;font-weight: 600;color:#FBDE17;white-space: nowrap;transition: 0.3s;position: relative;}
.navbar a i,.navbar a:focus i {font-size: 12px;line-height: 0;margin-left: 5px;}
.navbar>ul>li>a:before {content: "";position: absolute;width: 100%;height: 2px;bottom: -5px;left: 0;background-color: #0dd439;visibility: hidden;width: 0px;transition: all 0.3s ease-in-out 0s;} /* subrayado */
.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {visibility: visible;width: 100%;}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {color:#ff9211;/*color: #fff;*/}
.navbar .getstarted,
.navbar .getstarted:focus {padding: 8px 25px;margin-left: 30px;border-radius: 5px;color: #fff;transition: 0.3s;font-size: 14px;font-weight: 600;border: 2px solid rgba(255, 255, 255, 0.5);}
.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {color: #fff;border-color: #fff;}
.navbar .getstarted:before,
.navbar li:hover>.getstarted:before {visibility: hidden;}
.navbar .dropdown ul {display: block;position: absolute;left: 24px;top: calc(100% + 30px);margin: 0;padding: 10px 0;z-index: 99;opacity: 0;visibility: hidden;background: #fff;box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);transition: 0.3s;}
.navbar .dropdown ul li {min-width: 200px;}
.navbar .dropdown ul a {padding: 10px 20px;font-size: 14px;color: #2c4964;}
.navbar .dropdown ul a i {font-size: 12px;}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {color: #5846f9;}
.navbar .dropdown:hover>ul {opacity: 1;top: 100%;visibility: visible;}
.navbar .dropdown .dropdown ul {top: 0;left: calc(100% - 30px);visibility: hidden;}
.navbar .dropdown .dropdown:hover>ul {opacity: 1;top: 0;left: 100%;visibility: visible;}
@media (max-width: 1366px) {.navbar .dropdown .dropdown ul {left: -90%;}
.navbar .dropdown .dropdown:hover>ul {left: -100%;}}
/*** Mobile Navigation */
.mobile-nav-toggle {color: #fbde17;font-size: 28px;font-weight:bold;cursor: pointer;display: none;line-height: 0;transition: 0.8s;}
@media (max-width: 991px) {
.mobile-nav-toggle {display: block; position:absolute;bottom:15%; right:5%; color:#0DD439}
.navbar ul {display: none;}}
.navbar-mobile {position: fixed;overflow: hidden;top: 0;right: 0;left: 0;bottom: 0;background: #ccc;/*rgba(28, 47, 65, 0.9);*//*opacity:0.9;*/transition: 0.3s;z-index: 999;}
.navbar-mobile .mobile-nav-toggle {position: absolute;top: 10px;right: 15px;}
.navbar-mobile ul {/*display cuando se activa el men? hamburguesa*/display: block;position: absolute;top: 55px;right: 15px;bottom: 15px;left: 15px;height:300px;padding: 10px 0;
background-color: #114e9e;overflow-y: auto;transition: 0.8s;box-shadow: 2px 2px 5px #fbde17;border-radius: 10px;}
.navbar-mobile>ul>li {padding: 0;}
.navbar-mobile a,
.navbar-mobile a:focus {padding: 10px 20px;font-size: 15px;color: fbde17;/*#2c4964*/} /* color letra despliegue menu hamburguesa */
.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {visibility: hidden;}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {color: #ff9211;}
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {margin: 15px;}
.navbar-mobile .dropdown ul {position: static;display: none;margin: 10px 20px;padding: 10px 0;z-index: 99;/*opacity: 0.9;*/visibility: visible;background-color: #fff;box-shadow: 0px 0px 30px rgba(251, 222, 23, 0.25);}
.navbar-mobile .dropdown ul li {min-width: 200px;}
.navbar-mobile .dropdown ul a {padding: 10px 20px;}
.navbar-mobile .dropdown ul a i {font-size: 12px;}
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {color: #fbde17;}
.navbar-mobile .dropdown>.dropdown-active {display: block;}
/*--------------------------------------------------------------# Tene tu 0km / # Dejanos tu usado --------------------------------------------------------------*/
.tt0km{background-color:#114E9E; color:#FBDE17; border-color:#fbde17}
.dtu{background-color:#FBDE17; color:#114e9e; border-color:#114e9e;}
.dtu{font-size:16px; text-align:center}
/*--------------------------------------------------------------# SLIDER--------------------------------------------------------------*/
.slide-avisos{width:400px; height:auto}
@media (max-width: 1366px) {.slide-avisos {width:330px; height:auto;}}
@media (max-width: 992px) {.slide-avisos {width:330px; height:auto;}}
@media (max-width: 400px) {.slide-avisos {width:310px; height:auto;}}
/*--------------------------------------------------------------# DIVISOR--------------------------------------------------------------*/
.divisor{width:100%; height:50px;display:block;}
@media (max-width: 992px) {.divisor {height:50px}}
/*--------------------------------------------------------------# PROMOS--------------------------------------------------------------*/
.promo{width:100%; height:auto}
#promo-movil{display:none}
@media (max-width: 992px) {#promo-desktop{display:none}#promo-movil{display:block}.promo-movil{margin-left:auto; margin-right:auto}}
/*--------------------------------------------------------------# BANNER 1--------------------------------------------------------------*/
.banner1{color:#114e9e; font-family:'Object Sans'; font-size:2em; padding:1.75vw; background-color:#fbde17}/*display:flex; justify-content:center;text-align:center; background-color:#333; */
@media (max-width: 992px) {.banner1 {font-size:1.25em;padding:2.5vw}}
/*--------------------------------------------------------------# BANNER 2--------------------------------------------------------------*/
.banner2{display:flex; flex-wrap:wrap; justify-content: center;align-items: center;text-align:center; background-color:#DDDDDD; padding-top:2vw; padding-bottom:2vw; font-family:'Object Sans';}
.banner2-titulo{ font-size:1.75em; width:100%; display:inline-block; padding-bottom:1vw;font-weight:bold; color:#333}
.banner2-subtitulo{color:#666;font-size:1em; width:100%; display:inline-block}
@media (max-width: 992px) {.banner2-titulo{font-size:1.25em;padding:2.5vw}.banner2-subtitulo{font-size:1em;}}
/*--------------------------------------------------------------# BANNER 3--------------------------------------------------------------*/
.banner3-titulo{ font-family:'Object Sans';font-size:1.75em; width:100%; display:inline-block; font-weight:bold; color:#333}
.banner3-subtitulo{font-family:'Object Sans';color:#666;font-size:1.25em; width:100%; display:inline-block}
@media (max-width: 992px) {.banner3-titulo{font-size:1.5em}}
/*--------------------------------------------------------------# MARCAS -----------------------------------------------------------------------*/
.marcas{margin-left:auto; margin-right:auto}
.marca {transition: transform .2s; /* Animation */ margin-left:auto; margin-right:auto; width:153px; height:153px}
.marca:hover{transform: scale(1.2);}
@media (max-width: 1366px) {.marca{width:120px; height:120px}}
/*--------------------------------------------------------------# Sections General--------------------------------------------------------------*/
section {padding: 50px 0;overflow: hidden;}
.section-bg {background-color: #f9f8ff;}
.section-title {text-align: center;padding-bottom: 30px;}
.section-title h2 {font-size: 32px;font-weight: bold;text-transform: uppercase;margin-bottom: 20px;padding-bottom: 20px;position: relative;}
.section-title h2::after {content: "";position: absolute;display: block;width: 50px;height: 3px;background: #5846f9;bottom: 0;left: calc(50% - 25px);}
.section-title p {margin-bottom: 0;}
/*--------------------------------------------------------------# Services--------------------------------------------------------------*/
#caja{overflow:hidden;}
.icon-box {/*.services */text-align: center;padding: 10px 20px 80px 20px;transition: all ease-in-out 0.3s;background: linear-gradient(white,white,white,#ccc)}
.icon-box h4 {font-family:'Object Sans';top:10px;font-weight:bold;margin: 10px 0 15px 0;font-size: 1.5em;}
.icon-box h4 a {color: #2c4964;transition: ease-in-out 0.3s;}
.icon-box p {line-height: 24px;font-size: 14px;margin-bottom: 0;}
.icon-box:hover {border-color: #fff;box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);}
.icon-box img {margin-bottom: 2vh;}
.icon-box .cuota, .icon-box .valor, .icon-box .plan{font-family:'Object Sans';font-size:1.35em; }
.icon-box .cuota{color:#666;margin-bottom:1.25em}
.icon-box .valor{color:red; font-weight:bold;margin-bottom:3em}
.icon-box .plan{color:red;padding-top:1em;}
.icon-box .btn-get-started {font-family: "Object Sans", sans-serif;font-weight: 500;font-size: 16px;letter-spacing: 1px;display: inline-block;padding: 10px 28px;border-radius: 5px;transition: 0.5s;margin-top: 30px;color: red; border: 2px solid red;}
.icon-box .btn-get-started:hover {background: red;color:white;transition:0.5s;}
@media (max-width: 1280px) {.model{width:80%; height:auto}}
@media (max-width: 992px) {.icon-box {width:100%;}.icon-box h4 {font-size: 1.75em;}}
@media (max-width: 575px) {.model{width:80%; height:auto}}
/*--------------------------------------------------------------# Contact--------------------------------------------------------------*/
.contact .info-box {color: #444444;text-align: center;box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);padding: 20px 0 30px 0;background: #fff;}
.contact .info-box i {font-size: 32px;color: #5846f9;border-radius: 50%;padding: 8px;}
.contact .info-box h3 {font-size: 20px;color: #2c4964;font-weight: 700;margin: 10px 0;}
.contact .info-box p {padding: 0;line-height: 24px;font-size: 14px;margin-bottom: 0;}
.contact .php-email-form {box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);padding: 30px;background: #fff;}
.contact .php-email-form .error-message {display: none;color: #fff;background: #ed3c0d;text-align: left;padding: 15px;font-weight: 600;}
.contact .php-email-form .error-message br+br {margin-top: 25px;}
.contact .php-email-form .sent-message {display: none;color: #fff;background: #18d26e;text-align: center;padding: 15px;font-weight: 600;}
.contact .php-email-form .loading {display: none;background: #fff;text-align: center;padding: 15px;}
.contact .php-email-form .loading:before {content: "";display: inline-block;border-radius: 50%;width: 24px;height: 24px;margin: 0 10px -6px 0;border: 3px solid #18d26e;border-top-color: #eee;animation: animate-loading 1s linear infinite;}
.contact .php-email-form input,
.contact .php-email-form textarea {border-radius: 5px;box-shadow: none;font-size: 14px;}
.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {border-color: #5846f9;}
.contact .php-email-form input {padding: 10px 15px;}
.contact .php-email-form textarea {padding: 12px 15px;}
.contact .php-email-form button[type=submit] {background: #5846f9;border: 0;padding: 10px 24px;color: #fff;transition: 0.4s;border-radius: 5px;}
.contact .php-email-form button[type=submit]:hover {background: #7b27d8;}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.contenedor-form{background-color:#114E9E; color:#fbde17;  font-family:'Object Sans'; font-size:1.25em; padding-top:1vw; padding-bottom:1vw}/*padding-bottom:6vw*/
.contenedor-form > .form-title{text-align:center;font-size:1.5em; padding:4vh}
#ama{color:#fbde17}
#formulario{font-size:1.25em}
#name,#mail,#phone,#seller,#model{font-size:1em}
@media (max-width: 1280px) {#quieromitoyota{width:350px;padding:0.5em; }}
@media (max-width: 992px) {#quieromitoyota{width:250px;}
.contenedor-form > .form-title{padding:2vh}
.contenedor-form > .form-title > h2{font-size:1em}}
@media (max-width: 992px) {#columna1 {display:none;}
#formulario{font-size:1em}
#name,#mail,#phone,#seller,#model{font-size:0.75em}}
/*--------------------------------------------------------------# Contact - Ubicacion--------------------------------------------------------------*/
.container-ubicacion-imagen{width:100%;height:auto;background-image:url(../../imagenes/promos/2.avif);background-repeat: repeat;background-position: center;min-height: 600px; background-attachment: fixed;background-size: cover;}
@media only screen and (max-width: 2560px){.container-ubicacion-imagen{width:100%;height:auto;background-image:url(../../imagenes/promos/2.avif);background-repeat: repeat;background-position: center;min-height: 600px; background-attachment: fixed;background-size: cover;}
.card{width:400px}}

@media only screen and (max-width: 1600px){
.container-ubicacion-imagen{width:100%;height:auto;background-image:url(../../imagenes/promos/2.png);background-repeat: repeat;background-position: center;
min-height: 600px; background-attachment: fixed;background-size: cover;}}
@media only screen and (max-width: 1400px){.card{width:350px}
iframe{width:326px}
}
@media only screen and (max-width: 992px){iframe{width:326px}}
@media only screen and (max-width: 400px){iframe{width:320px}}
/*--------------------------------------------------------------# Footer--------------------------------------------------------------*/
#footer{background-color:#0A2E5C; color:#fbde17; font-family:'Object Sans'; }
ul{list-style:none}