/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
    font-family: 'toyota_displayregular';
    src: url('../fonts/toyota_display-webfont.woff2') format('woff2'),
         url('../fonts/toyota_display-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'toyota_displaybold';
    src: url('../fonts/toyotadisplay_bd-webfont.woff2') format('woff2'),
         url('../fonts/toyotadisplay_bd-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bebas_neuebold';
    src: url('../fonts/bebasneue_bold-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'monument_extendedregular';
    src: url('../fonts/monumentextended-regular-webfont.woff2') format('woff2'),
         url('../fonts/monumentextended-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'monument_extendedultrabold';
    src: url('../fonts/monumentextended-ultrabold-webfont.woff2') format('woff2'),
         url('../fonts/monumentextended-ultrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
  background: #e4e3e4;
  color: #444;
  font-family: 'toyota_displayregular';
}


a {
  color: #ca242b;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #424242;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: toyota_displayregular, sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #ca242b;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

.texcolor{
  color: #ca242b;
  font-size: 1.2em;
  font-family: 'toyota_displaybold';
}

.texcolor2{
  color: #ca242b;
  font-size: 1.5em;
  font-family: 'toyota_displaybold';
  line-height: 40px;
}

.texcolor3{
  color: #ca242b;
  font-size: 1.2em;
  font-family: 'toyota_displaybold';
}

.embed-container {
    position: relative;
    height: 0;
    overflow: hidden;
}
.16by9 {
    padding-bottom: 56.25%;
}
.4by3 {
    padding-bottom: 75%;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  /*padding: 20px 0;*/
  background: #e4e3e4;
  /*box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);*/
}

#header.header-scrolled,
#header.header-pages {
  height: 100px;
  padding: 10px 0;
  /*background: #d85c63;*/
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #00366f;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  /*margin: 7px 0;*/
  max-height: 126px;
}

.main-pages {
  margin-top: 60px;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  position: relative;
  background-color: #e4e3e4;
  padding: 60px 0 5px 0;
}

#intro .intro-img {
  width: 35%;
  margin: 0 auto;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 10px 0;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: block;
  position: relative;
  color: #ca242b;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 1em;
  font-family: toyota_displayregular, sans-serif;
  font-weight: 800;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #424242;
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 13px;
  color: #ca242b;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #007bff;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(145, 144, 145, 0.9);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav .contacto a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #424242;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #ca242b;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 36px;
  color: #283d50;
  text-align: center;
  font-weight: 500;
  position: relative;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #556877;
  width: 50%;
}



/* Section with background
--------------------------------*/

.section-bg {
  /*background: #ecf5ff;*/
  background: #e4e3e4;
}

/* About Us Section
--------------------------------*/

#about {
  background: #e4e3e4;
  padding: 60px 0;
  text-align: center;
  font-family: 'toyota_displayregular';
}

#about p {
  text-align: center;
  font-family: 'toyota_displayregular';
  font-size: 1.5em;
  line-height: 10px;
}

#about .about-container .box {
  margin: 30px 0;
}

#about .about-container .box .icon{
  width: auto;
  height: auto;
  margin:0 auto;
}
#about .about-container .box .title {
  color: #ca242b;
  font-size: 1.7em;
  font-family: 'toyota_displaybold';
  text-align: center;
}

#about .about-container p {
  line-height: 10px;
}

#about .about-extra {
  padding-top: 60px;
}

#about .about-extra h4 {
  font-weight: 600;
  font-size: 24px;
}


/* vehicles Section
--------------------------------*/

#vehicles {
  padding: 20px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  background: #a2a2a2;
  margin: 10px 5%;
  border-radius: 2%;
}

#vehicles .vehicles-wrap {
  margin-bottom: 30px;
}

#vehicles p{
  text-align: center;
  font-family: 'toyota_displayregular';
  font-size: 1.5em;
  color: #fff;
}

#vehicles .vehicle-logo {
  padding: 64px;
  display: inline-block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  height: 240px;
}

#vehicles_img{
  
}


#logos_img{
    margin: 0 auto;
    width: 250px;
}

#vehicles .vehicle-logo a {
  min-height: 125px;
}

#vehicles .vehicle-logo img {
  padding: 0 20px;
}

#vehicles .vehicle-logo:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#vehicles img {
  transition: all 0.4s ease-in-out;
}

#vehicles .vehicle-modelo{
    width: 250px;
    margin: 0 auto;
}

/* Services Section
--------------------------------*/

#services {
  padding: 11px 0 40px 0;
  /* box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1); */
  height: 100%;
}

#Scorrectivos{
    background: url(../img/bg-correctivos.png) left top no-repeat;
    background-size: 100%;
    padding:10% 3% 36%;
    color: #fff;
}

/* Back to top button */

.btn-cita {
  position: fixed;
  display: none;
  background: #ca242b;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.btn-cita i {
  padding-top: 12px;
  color: #fff;
}

#services h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 1.3em;
}

#services .services_bigtext{
  font-size: 6em;
  font-family: 'bebas_neuebold';
  margin-bottom: -35px;
}

#services .services_semibigtext{
    font-size: 2em;
    font-family: 'monument_extendedultrabold';
}

#services ul li{
  font-size: 1.2em;
  margin-bottom: 0;
  clear: both;
}

#img-taller{
  margin-top: 37%;
  margin-bottom: 10%;
}

#img-taller img{
    margin-left: -13%;
    transform: scale(1.3);

}
#services_correctivos{
    padding: 20% 15px 0 !important;
    color: #fff;
    margin: 10% 0;
}

.bolder_services{
  font-weight: bold;
  font-size: 2em;
  line-height: 33px;
}

.modal-content {
  background-color: #e4e3e4;
}

.modal-body p{
    color: #ca242b;
    font-size: 2em;
    font-family: 'toyota_displaybold';
    margin: 0px auto 20px;
    padding: 0;
}

.modal-body .asesores{
    color: #ca242b;
    font-size: 1em;
    font-family: 'toyota_displaybold';
    margin: 10px auto 20px;
    padding: 2%;
}
#model-info{
  margin-bottom: 10px;
}

#btn_select_modal{
  margin-top: 10px;

}
.modal-header {
    padding: 0.5rem 0.5rem;
    border-bottom: none;
}

.modal-body img{
  max-width: 465px;
}

.btn-year {
    color: #fff;
    background-color: #ca242b;
    border-color: #ca242b;
    width: 100%;
    font-size: 15px;
}

#btn_cita_modal{
  margin: 20px auto;
}

#sectionIframe{
 min-height:850px;
}
.map-toyota{
    margin-top:45px;
}

#contact .row{
    background:#fff;
        padding: 5px 0;
    margin-top: 25px;
}
.contacto{
    cursor: pointer;
    color: #ca242b!important;
}
li a.contacto:hover{
        color: #424242 !important;
}
.modal-body p {
    color: #ca242b;
    font-size: 2em;
    font-family: 'toyota_displaybold';
    margin: 0px auto 20px;
    padding: 0;
}
.section-header{
      color: #ca242b;
    font-size: 1.2em;
    font-family: 'toyota_displaybold';
    text-align: center;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*******BOTON FLOTANTE ***/

.containerbtn {
  display:flex;
  justify-content: center;
  align-items: center;
}

.buttoncita {
  z-index: 99;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  right: 0;
  height: 50px;
  background: #ca242b;
  border-radius: 10px;
  color: #fff;
  font-size: 30px;
  letter-spacing: 1px;
  font-weight: 200;
}

.citaservice {
  opacity: 0;
  position: relative;
  margin: 8px;
  width: 240px;
  height: 50px;
  padding:10px;
  background: #ca242b;
  border-radius: 0 5px 5px 0;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  text-align: center;
  i {
   margin-top: 10px;
  }
  
  #btn-cita .citaservice a {
    color: #fff;
  }
}

.clicked {
  opacity: 1;
  transition: 1.2s all ease;
  transform: translateX(135px);
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    /*background: #141414;*/
  /*background: url(../img/footer.png) center center no-repeat;*/
  background-color: #141414;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
  min-height: 210px;
}

#footer .footer-top {
  background: #004a99;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#footer .footer-top .footer-info p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #ecf5ff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #007bff;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #0067d5;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 8px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #ecf5ff;
}

#footer .footer-top .footer-links ul a:hover {
  color: #74b5fc;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  /*background: #141414;*/
  background-color: #141414;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #0062cc;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #f1f7ff;
}

#footer .credits a {
  color: #bfddfe;
}

#footer .credits a:hover {
  color: #f1f7ff;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 1280px) {



}

@media (min-width: 1024px) {
#vehicles .vehicle-logo {
    padding: 0;
}
#Scorrectivos {
    background-size: 100% 100%;

}
#img-taller img {
    margin-left: -15px;
    transform: scale(1.2);
}

#services h4 {
    padding: 0 12% 0 0;
}
#img-taller {
    margin-top: 16%;
}

}

@media (min-width: 992px) {

}

@media (max-width: 991px) {
  #header {
    height: 60px;
    padding: 0;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }

  #intro {
      padding: 140px 0 10px 0;
  }

.btn-year {
    margin: 10px 0;
}
/*.btn-auto-cita {
    margin: 0 auto;
}*/
#services h4 {
    padding-top: 10%;
    padding-right: 30px;
}

#Scorrectivos {
    background-size: 100% 100%;

}
#img-taller {
    margin-top: 17%;
}

#img-taller img {
    margin-left: 0;
    transform: scale(1.2);
}

#services ul li {
    padding-right: 15px;
}


}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  .texcolor2 {
    line-height: 35px;
}

#about .about-container .box .icon img {
    width: 110px;
    height: auto;
    margin: 0 auto;
}
#about .about-container .box .title {
    font-size: 1.5em;
}

.texcolor3 {
    font-size: 1em;
}

#vehicles {
    margin: 10px 0;
}

#vehicles .vehicle-logo {
  max-height: 400px;
  padding: 20px;
}

#img-taller {
    margin-top: 30%;
    margin-bottom: 12%;
}

#img-taller img {
    margin-left: 10px;
    transform: scale(1.2);
}

.modal {
    top: 15%;
}

#services_correctivos {
    width: 60%;
}

#services .services_bigtext {
    font-size: 4em;
    margin-bottom: -30px;
}
#services .services_semibigtext {
    font-size: 1.5em;
}
#services h4 {
    padding-right: 5%;
    font-size: 1.1em;
}
#Scorrectivos .h3, h3 {
    font-size: 1.40rem;
}
.bolder_services {
    font-size: 1.5em;
}
#Scorrectivos {
    background-size: 110% 100%;
}

}

@media (max-width: 767px) {
  #intro .intro-img {
      width: 50%;
  }

#vehicles p {
    font-size: 1.2em;
}
.texcolor {
    font-size: 0.9em;
    line-height: 25px;
}

  .texcolor2 {
    font-size: 1em;
    line-height: 25px;
}

#vehicles .vehicle-logo {
  /*max-height: 215px;*/
  padding: 0;
  height: auto;
}

#vehicles {
  border-radius: 50px;
}

#services {
    background-size: 100% 100%;
}


#services_correctivos {
    margin: 20% 0;
}


}

@media (max-width: 574px) {
  #intro {
    padding: 100px 0 20px 0;
  }

#intro .intro-img {
    width: 50%;
}

#header .logo img {
    max-height: 75px !important;
}
#header {
    padding: 0px;
}
.texcolor3 {
    font-size: 1em;
}

#about {
    padding: 0;
}

#about p {
    line-height: 20px;
}
#about .about-container .box .icon img {
    width: 135px;
    height: auto;
    margin: 0 auto;
}

#vehicles p {
    font-size: 1em;
}

.modal {
    top: 25%;
}

.btn-year {
    margin: 10px 0;
}

.modal-body img{
  max-width: 100%;
}

.modal-body p {
    font-size: 1em;
}

#Scorrectivos {
    background-size: 100% 112%;
}

#services h4 {
    padding-top: 20%;
    padding-right: 15%;
}

#services .services_bigtext {
    font-size: 4em;
    padding-left: 3%;
    margin-bottom: -30px;
}

#services .services_semibigtext {
  font-size: 1.4em;
  padding-left: 3%;
}

#services ul li{
  font-size: 1em;
}

.bolder_services {
  font-size: 1.2em;
}

.clicked {
  transform: translateX(30px);
}

#vehicles .vehicle-logo {
    max-height: 380px;
    padding: 0;
    height: auto;
}

#img-taller {
    margin-top: 3%;
    margin-bottom: 10%;
}

#footer {
    min-height: 85px;
}

#btn_select_modal{
  margin-top: 10px;
}
}

