 body {
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
  background-color: #F5F5F5;
  }

html {
  scroll-behavior: smooth;
}

video {
    object-fit: fill;
}

h2:before{
	bottom: -5px!important;
}

.fluid-border{
padding-right: 0;
padding-left: 0;
}

/*dots*/

 .owl-dots{
      margin: 0 auto;
    text-align: center;
    z-index: 999999999999;
    position: relative;
    bottom: -20px;
  
}


 .owl-dots span{
  background-color: #cd1130;
  height: 15px;
    width: 15px;
    display: block;
    border-radius: 50%;
    margin: 0 5px;
}

 .active span{
  background-color: #000;
}


/*fin*/

section.intro-centrov2{
  padding-top: 280px!important;
}
.wrapper-fixed {
    text-transform: uppercase;
    color: #555;
    cursor: pointer;
    padding: 5px;
    position: fixed;
    text-align: center;
    width: 60px;
    height: 60px;
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
    z-index: 99999;
    right: 20px;
    top: 70%;
    border-radius: 40px;
    background-color: #25D366;
}

.wrapper-fixed img {
    max-width: 47px;
}

.wrapper-fixed2 {
    text-transform: uppercase;
    color: #555;
    cursor: pointer;
    padding: 5px;
    position: fixed;
    text-align: right;
    width: 20%;
    height:auto;
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
    z-index: 99999;
    right: 0px;
    top: 80%;
    border-radius: 0px;
    background-color: transparent;
}

.wrapper-fixed2 img {
    max-width: 130px;
}

@media (max-width: 990px){
  .wrapper-fixed2 {
    width: 25%;
    
  }
}

section.white-separador{
  padding: 20px;
  background-color: #fff;
  position: relative;
}


p {
  font-size: 20px; }

p.small {
  font-size: 16px; }
a,
a:hover,
a:focus,
a:active,
a.active {
  
  outline: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
}

hr.star-light,
hr.star-primary {
  max-width: 250px;
  margin: 25px auto 30px;
  padding: 0;
  text-align: center;
  border: none;
  border-top: solid 5px; }

hr.star-light:after,
hr.star-primary:after {
  font-family: FontAwesome;
  font-size: 2em;
  position: relative;
  top: -.8em;
  display: inline-block;
  padding: 0 .25em;
  content: '\f005'; }

hr.star-light {
  border-color: white; }

hr.star-light:after {
  color: white;
  background-color: #18BC9C; }

hr.star-primary {
  border-color: #2C3E50; }

hr.star-primary:after {
  color: #2C3E50;
  background-color: white; }

.img-centered {
  margin: 0 auto; }
#mainNav .navbar-nav .menu-item.logo a {
  margin-top: 0;
}
header {
  position: relative;
  /*padding-top: 90px;*/
}
section {
  padding: 100px 0; }
  .bwd-visualizer-color[_ngcontent-c0] {
    display: none;
  }
  section h2 {
    font-size: 3em;
    margin: 0; }

.virtual {
  background: #fff;
}
.virtual h2 {
    color: #0c0807;
    font-size: 25px;
    position: relative;
    display: block;

}
.virtual h2::before {
    content: "";
    width: 127px;
    height: 19px;
    background: #cd1130;
    position: relative;
    display: inline-block;
    margin-right: 10px; 
   
}
.no-padding {
  padding: 0!important;
}
section.success {
  color: white;
  background: #BDC2C1; }

.interna .text-banner {
  position: absolute;
  width: 50%;
  top: 33%;
  left: 0px;
}
.interna .text-banner h1 {
    font-size: 26px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 23px;
    margin-bottom: 10px;
    text-shadow: 2px 2px 5px #080000;
}
.interna .text-banner h1::before {
    content: "";
    width: 80px;
    height: 19px;
    background: #cd1130;
    position: absolute;
    top: 0;
    left: -85px;
}
.interna .text-banner p  {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    text-shadow: 2px 2px 5px #080000;
}
/******************************************************
	GALLERY
*******************************************************/			

	/*** No slider ***/

.myGallery:not(.owl-carousel) {overflow:hidden; font-size: 0} 
.myGallery:not(.owl-carousel) .item { width:50%; padding:15px;  display: inline-block;vertical-align: text-top; }
.myGallery:not(.owl-carousel) img { display:block; width:100%; }
.box-estructura:not(.owl-carousel) .item { width:50%; display: inline-block; vertical-align: top; margin: 0; padding-left: 0; }
	/*** Slider ***/

.myGallery.owl-carousel { /* Slider stuff here */ } 

/******************************************************
	BREAKPOINTS TESTING
*******************************************************/		
.bp_checking { display:none; }



@media only screen and (max-width:767px) {
	#bp_mobile { display:block; 

  }
  .myGallery:not(.owl-carousel) .item{
    width: 100%;
  }

  .wrapper-fixed2{
  	right: 50px;
  }
}
@media (max-width: 767px) {

  section.intro-centrov2 {
  padding-top: 130px !important;
padding-bottom: 5px !important;
}

.myGallery.box-estructura .item {

}
  .interna .text-banner {
    width: 80%;
  }
  section {
    padding: 75px 0; }
  section.first {
    padding-top: 75px; } }

.scroll-top {
  position: fixed;
  z-index: 1049;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px; }
  .scroll-top .btn {
    font-size: 16px;
    line-height: 28px;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%; }
    .scroll-top .btn:focus {
      outline: none; }

.social {
  display: inline-block;
  margin-right: 10px;
}
.social i {
  font-size: 15px;
  line-height: 33px;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  border: 2px solid white;
  border-radius: 100%;
  margin-top: 0;
  color: #fff;
}
#mainNav {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  background: #000; 
  width: 100%;
 -webkit-box-shadow: -1px 2px 3px -1px rgba(0,0,0,0.38);
-moz-box-shadow: -1px 2px 3px -1px rgba(0,0,0,0.38);
box-shadow: -1px 2px 3px -1px rgba(0,0,0,0.38);
}
  #mainNav a:focus {
    outline: none; }
  #mainNav .navbar-brand {
    color: white; }
    #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:active, #mainNav .navbar-brand.active {
      color: white; }
  #mainNav .navbar-nav {
    letter-spacing: 1px; }
    #mainNav .navbar-nav > li.menu-item > a {
      display:block; color: #fff; font-family: 'Montserrat', sans-serif;font-weight: 400;font-size: 11px;margin: 23px 14px 6px 6px; padding:5px;cursor: pointer;}
      #mainNav .navbar-nav > li.menu-item > a:hover {
        color: #cd1130;
        outline: none; 
      
    }
     #mainNav .navbar-nav > li.menu-item.active > a {
        color: #cd1130;
        outline: none; 
        position: relative;
    }

     #mainNav .navbar-nav > li.menu-item.active > a:after{
          content: "";
    position: absolute;
    border-bottom: 3px solid #da0834;
    width: 60%;
    height: 20px;
    bottom: -25px;
    display: block;
    margin: 0 auto;
    left: 0;
    text-align: center;
    right: 0;
     }

      #mainNav .navbar-nav > li.menu-item.active:last-child > a:after{
      	display: none;
      }


     #mainNav .navbar-nav > li.menu-item.active > .cotizar a:after{
        display: none;
        border-bottom: transparent;
     }

    #mainNav .navbar-nav > li.menu-item.logo.active > a {
      border: none;
    }
      #mainNav .navbar-nav > li.menu-item > a:focus, #mainNav .navbar-nav > li.menu-item a:active {
        color: #cd1130; }
    }
  #mainNav .navbar-toggler {
    font-size: 14px;
    padding: 11px;
    text-transform: uppercase;
    color: white;
    border-color: white; }
    #mainNav .navbar-toggler:hover, #mainNav .navbar-toggler:focus {
      color: white;
      border-color: #cd1130;
     }

@media (min-width: 992px) {
  
  #mainNav {
    padding: 15px 0;
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s;
        padding-top: 50px;
  }
    #mainNav .navbar-brand {
      font-size: 2em;
      -webkit-transition: all .3s;
      -moz-transition: all .3s;
      transition: all .3s; }
    #mainNav .navbar-nav > li.nav-item > a.nav-link.active {
      color: white;
      border-radius: 3px;
      background: #18BC9C; }
      #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:focus, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:active {
        color: white;
        background: #18BC9C; }
  #mainNav.navbar-shrink {
    padding: 15px 0; 
    padding-top: 40px;

  }
    #mainNav.navbar-shrink .navbar-brand {
      font-size: 1.5em; } }

header.masthead {
  text-align: center;
padding: 0;
height: auto;
margin: 0;
padding-top: 125px;

   }
  header.masthead .container {
    padding-top: 100px;
    padding-bottom: 50px; }
  header.masthead img {
    display: block;
     }

    header.masthead .img-mobile{
      display: none;
    }
header.masthead .slider-banner-principal .link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

  header.masthead .intro-text .name {
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 2em;
    font-weight: 700;
    display: block;
    text-transform: uppercase; }
  header.masthead .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300; }

@media (min-width: 768px) {
  header.masthead .container {
    padding-top: 200px;
    padding-bottom: 100px; }
  header.masthead .intro-text .name {
    font-size: 4.75em; }
  header.masthead .intro-text .skills {
    font-size: 1.75em; } }

#portfolio .portfolio-item {
  right: 0;
  margin: 0 0 15px; }
  #portfolio .portfolio-item .portfolio-link {
    position: relative;
    display: block;
    max-width: 400px;
    margin: 0 auto;
    cursor: pointer; }
    #portfolio .portfolio-item .portfolio-link .caption {
      position: absolute;
      width: 100%;
      height: 100%;
      -webkit-transition: all ease .5s;
      -moz-transition: all ease .5s;
      transition: all ease .5s;
      opacity: 0;
      background: rgba(24, 188, 156, 0.9); }
      #portfolio .portfolio-item .portfolio-link .caption:hover {
        opacity: 1; }
      #portfolio .portfolio-item .portfolio-link .caption .caption-content {
        font-size: 20px;
        position: absolute;
        top: 50%;
        width: 100%;
        height: 20px;
        margin-top: -12px;
        text-align: center;
        color: white; }
        #portfolio .portfolio-item .portfolio-link .caption .caption-content i {
          margin-top: -12px; }
        #portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
        #portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
          margin: 0; }

#portfolio * {
  z-index: 2; }

@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px; } }

.portfolio-modal .modal-dialog {
  max-width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  border: none;
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .portfolio-modal .modal-dialog .modal-content {
    padding: 100px 0;
    border: 0;
    border-radius: 0; }
    .portfolio-modal .modal-dialog .modal-content h2 {
      font-size: 3em;
      margin: 0; }
    .portfolio-modal .modal-dialog .modal-content img {
      margin-bottom: 30px; }
    .portfolio-modal .modal-dialog .modal-content .item-details {
      margin: 30px 0; }

.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent; }
  .portfolio-modal .close-modal:hover {
    opacity: .3; }
  .portfolio-modal .close-modal .lr {
    /* Safari and Chrome */
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #2C3E50; }
    .portfolio-modal .close-modal .lr .rl {
      /* Safari and Chrome */
      z-index: 1052;
      width: 1px;
      height: 75px;
      /* IE 9 */
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      background-color: #2C3E50; }

.portfolio-modal .modal-backdrop {
  display: none;
  opacity: 0; }

.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: .5em;
  border-bottom: 1px solid #dededeeee; }
  .floating-label-form-group input,
  .floating-label-form-group textarea {
    font-size: 1.5em;
    position: relative;
    z-index: 1;
    padding-right: 0;
    padding-left: 0;
    resize: none;
    border: none;
    border-radius: 0;
    background: none;
    box-shadow: none !important; }
  .floating-label-form-group label {
    font-size: .85em;
    line-height: 1.764705882em;
    position: relative;
    z-index: 0;
    top: 2em;
    display: block;
    margin: 0;
    -webkit-transition: top .3s ease, opacity .3s ease;
    -moz-transition: top .3s ease, opacity .3s ease;
    -ms-transition: top .3s ease, opacity .3s ease;
    transition: top .3s ease, opacity .3s ease;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0; }
  .floating-label-form-group:not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #dededeeee; }

.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1; }

.floating-label-form-group-with-focus label {
  color: #18BC9C; }

form .row:first-child .floating-label-form-group {
  border-top: 1px solid #dededeeee; }

footer {
  color: white; }
  footer h3 {
    margin-bottom: 30px; }
  footer .footer-above {
    padding-top: 50px;
    background-color: #000; }
  footer .footer-col {
    margin-bottom: 50px; }
  footer .footer-below {
    padding: 25px 0;
    background-color: #2c3e50; }

.btn-outline {
  font-size: 20px;
  margin-top: 15px;
  transition: all .3s ease-in-out;
  color: white;
  border: solid 2px white;
  background: transparent; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
    color: #18BC9C;
    border: solid 2px white;
    background: white; }

.btn-primary {
  font-weight: 700;
  color: white;
  border-color: #2C3E50;
  background-color: #2C3E50; }
  .btn-primary:focus, .btn-primary.focus {
    color: white;
    border-color: black;
    background-color: #1a252f; }
  .btn-primary:hover {
    color: white;
    border-color: #161f29;
    background-color: #1a252f; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: white;
    border-color: #161f29;
    background-color: #1a252f; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: white;
      border-color: black;
      background-color: #0d1318; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    border-color: #2C3E50;
    background-color: #2C3E50; }
  .btn-primary .badge {
    color: #2C3E50;
    background-color: white; }

.btn-success {
  font-weight: 700;
  color: white;
  border-color: #18BC9C;
  background-color: #18BC9C; }
  .btn-success:focus, .btn-success.focus {
    color: white;
    border-color: #0a4b3e;
    background-color: #128f76; }
  .btn-success:hover {
    color: white;
    border-color: #11866f;
    background-color: #128f76; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: white;
    border-color: #11866f;
    background-color: #128f76; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: white;
      border-color: #0a4b3e;
      background-color: #0e6f5c; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    border-color: #18BC9C;
    background-color: #18BC9C; }
  .btn-success .badge {
    color: #18BC9C;
    background-color: white; }

.btn-social {
  font-size: 20px;
  line-height: 45px;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  border: 2px solid white;
  border-radius: 100%; }

.btn:focus,
.btn:active,
.btn.active {
  outline: none; }


/*Nav - carrusel*/

.fixed-top{
  /*position: absolute;
  top: 50px;*/
  margin: 0 auto;
}


.navbar-brand{
  display: none;
}


#mainNav .navbar-nav li.menu-item.cotizar a {
  border: 1px solid #cd1130;
  color: #fff!important;
  background-color: #cd1130;
   font-family: 'Montserrat', sans-serif;
   border-radius: 20px;
   padding: 10px;
   
        width: 150px;
    margin-top: 15px;
    max-width: 100%;
    text-align: center;
}
#mainNav .navbar-nav li.menu-item.cotizar a:hover {
  outline: none; 
  border-bottom: 2px solid #da0834;
}
#mainNav .navbar-nav li.menu-item.menu-rojo a {
	font-size: 11px;
}
/*
#mainNav .navbar-nav li.menu-item.menu-rojo a {
  border: 1px solid #FFF;
  color: #cd1130!important;
  background-color: #FFF;
   font-family: 'Montserrat', sans-serif;
   border-radius: 20px;
   padding: 10px;
   
        width: 120px;
    margin-top: 15px;
    max-width: 100%;
    text-align: center;
}
#mainNav .navbar-nav li.menu-item.menu-rojo a:hover {
  outline: none; 
  border-bottom: 2px solid #da0834;
}
*/
.dropdown-menu{
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  border-radius: 0;
  border: none;
  max-width: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.9;
}

.dropdown-menu:before{
      background: #000;
    content: "";
    width: 100%;
    position: absolute;
    left: 82%;
    height: 100%;
    display: block;
    top: 0;
    opacity: 98%
}

.dropdown-menu:after{
      background: #000;
    content: "";
    width: 100%;
    position: absolute;
    right: 99%;
    height: 100%;
    display: block;
    top: 0;
    opacity: 98%
}

.dropdown-menu .menu-item {
    display: block;
    width: 100%;
    padding: 12px;
    clear: both;
    font-weight: normal;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0;
    text-align: center;
    max-width: 224px;
}

.dropdown-menu .menu-item {
    /*display: inline-block;*/
    margin: 0 auto;
    margin-right: 51%;
    text-align: left;
}

.dropdown-menu .menu-item a{
  display: block;
  color: #fff;
}

.dropdown-menu li a:hover{
  color: #cd1130
}

.dropdown-menu li a .modelo-menu{
}

.menu-item a:hover{
  color: #cd1130;
  text-decoration: none;
}

.dropdown-menu .menu-item a:hover{
  text-decoration: none;
}


.dropdown-menu .menu-item  .modelo-menu h3{
  font-size: 13px;
  font-family: 'Open Sans';
  color: #121212;
}

.dropdown-menu .menu-item  .modelo-menu:hover{
  border: 1px solid #cd1130;  
}

.dropdown-menu .menu-item .modelo-menu:hover h3{
  color: #cd1130;
  transition: all 0.8s ease-out;
}

.dropdown-menu .menu-item.active, .dropdown-menu .menu-item:active{
  background-color: transparent;
  color: red;
}

.dropdown-menu .menu-item:active a{
  color: red;
}


/*#mainNav .navbar-nav > .menu-item{
  position: static;
}*/

#mainNav .navbar-nav > .menu-item{
  position: relative;
}

.dropdown-menu::before {
  width: 700%;
  left: 100%;
  opacity: 100%;
}

.dropdown-menu::after{
  width: 700%;
  opacity: 100%;
}

a.link-banner {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.carousel-item{
  height: auto;
  background: no-repeat center center scroll;
  background-image: none;
  background-size: auto auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-item img {
  width: 100%;
  height: 100%;
}
.carousel-item  .box-slider-texto {
  position: absolute;
  height: 100%;
  right: 8%;
  left: 8%;
}
.carousel-item  .box-slider-texto .container {
  position: relative;
  height: 100%;
}
.carousel-item .texto-banner {
    position: absolute;
    width: 100%;
    top: 29%;
}

.carousel-item .texto-banner .banner-modelo{
    font-size: 34px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 17px;
}

.carousel-item  .texto-banner .banner-modelo span{
  font-weight: 300;
  font-size: 22px;
  line-height: 15px;
  text-shadow: 2px 2px 5px #080000;
}

.carousel-item .texto-banner a.link-cotizar {
    width: 121px;
    color: #fff;
    background: #ed1a2f;
    background-color: rgb(237, 26, 47);
    font-size: 14px;
    font-family: 'Open Sans';
    line-height: 20px;
    position: relative;
    padding: 10px;
    display: inline-block;
    text-align: center;
}

.carousel-indicators{
  bottom: 22px;
}

.carousel-indicators li{
  max-width: 160px;
  margin-left: -3px;
  background-color: #000;
}
.carousel-indicators .active{
  background-color: #cd1130;
}

/* fin nav - carrusel*/


.padding-rl{
  padding-left: 0;
  padding-right: 0;
}

.show > .dropdown-menu {
    background-color: #000;
}

.dropdown-toggle::after{
  content: none;
}

.dropdown:hover .dropdown-menu {
    display: block;
    background-color: #000;
    opacity: 0.9;
}

.dropdown-item:focus, .dropdown-item:hover{
  background-color: transparent;
}


/*nav*/

.navbar-toggler .icon-bar {
    background-color: #928d8d;
    width: 22px;
    transition: all 0.2s;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}
.navbar-default .navbar-toggler .icon-bar {
    background-color: #888;
}
.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}
.navbar-toggler .icon-bar {
    width: 22px;
    transition: all 0.2s;
}
.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}
.navbar-default .navbar-toggler .icon-bar {
    background-color: #888;
}
.navbar-toggler .icon-bar + .icon-bar {
    margin-top: 4px;
}
.navbar-toggler .middle-bar {
    opacity: 0;
}
.navbar-toggler .icon-bar {
    width: 22px;
    transition: all 0.2s;
}
.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggler {
  border: none;
  background: transparent !important;
}
.navbar-toggler:hover {
  background: transparent !important;
}
.navbar-toggler .icon-bar {
  width: 22px;
  transition: all 0.2s;
}
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggler .middle-bar {
  opacity: 0;
}
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}
.navbar-toggler .icon-bar {
    background-color: #cd1130;
}


.nav-open #navbarResponsive,
.nav-open #navbarResponsive2 {
    left: 0;
}

section.wrapper-cotizar {
  display: none;
  position: absolute;
  top: 115px;
  left: 0;
  width: 100%;
  padding: 50px 0;
  background: 0 0;
     z-index: 9;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
}

section.wrapper-cotizar .bg-white {
  position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    background: #000;
    opacity: .97;
    right: 0;
    margin: 0 auto;
}

section.wrapper-cotizar .btn-close {
    position: absolute;
   z-index: 9;
    width: 50px;
    height: 44px;
    top: 0px;
    right: 152px;
    margin: 0;
    padding: 0;
    cursor: pointer;
  }

  section.wrapper-cotizar .box-modelos p{
        font-size: 14px;
    color: #58595B;
    font-weight: 400;
    text-align: center;
  }

  section.wrapper-cotizar .box-modelos p span{
    color: #EB0A1E;
  }

  #mainNav .navbar-brand{
    display: block;
  }
  #mainNav .navbar-brand img{
    max-width: 180px;
  }

  header.header-redes{
    position: fixed;
    display: block;
    z-index: 9999;
    width: 100%;
    background-color: #000;
  }

  header.header-redes .block-redes{
    position: relative;
  }

  header.header-redes .block-redes a.tienda{
    position: absolute;
    right: 230px;
   
    padding: 8px;
    border-radius: 20px;
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    width: 130px;
    max-width: 100%;
    display: block;
    top: 10px;
    text-align: center;
    
  }

 /*header.header-redes .block-redes a.tienda:hover{
 	border: 1px solid #cd1130;
 	text-decoration: none;
 	transition: 0.3s;
 	color: #fff;
	background-color:#cd1130;
 }*/

  header.header-redes ul{
  list-style: none;
  margin: 0;
  padding: 0;
  /*padding-right: 70px;*/
  margin-top: 20px;
}

header.header-redes ul li {
  font-size: 11px;
  font-weight: 300;
  color: #fff;
  margin: 0 10px;
}

header.header-redes ul li a{
  font-size: 11px;
  font-weight: 300;
  color: #fff;
}

header.header-redes ul li .btn-social{
  font-size: 18px;
  line-height: 0px;
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: center;
  border: none;
  border-radius: 100%;
  margin-top: 0;
  color: #58595B;
}

header.header-redes ul li .btn-social:hover{
	color:  #cd1130
}

.red-footer{
  display: none;
}

.rwd-tienda-gac{
  display: none;
}

@media (max-width: 992px){
    .navbar .container {
        position: relative;
    }

    header.masthead{
      padding-top: 0;
    }

      .red-footer{
  display: block;
}



    header.header-redes{
      position: relative;
      display: none;
    }

    #mainNav{
      padding-top: 1rem;
      margin-top: 0;
    }

    .logo1 {
        top: 0;
        left: 0;
        margin: 0 auto;
        display: block;
        text-align: center;
    }

  .navbar-toggler {
      margin-left: auto;
  }

  #navbarResponsive,
  #navbarResponsive2  {
    background: #000;
    margin: 0;
    padding: 50px 25px 25px 25px;
    display: block;
    height: 100%;
    overflow: auto;
    overflow-x: auto;
    overflow-x: hidden;
    position: fixed;
    left: -20em;
    font-size: 15px;
    top: 0;
    width: 17em;
    z-index: 99;
    transition: left 0.06s ease-in-out 0s;
    -webkit-transition: left 0.06s ease-in-out 0s;
    -moz-transition: left 0.06s ease-in-out 0s;
    -o-transition: left 0.06s ease-in-out 0s;
    z-index: 99;
  }

  #navbarResponsive a,
  #navbarResponsive2 a {
    display: block;
    color: #fff!important;
    font-size: 14px;
    padding: 5px 10px;
    margin-bottom: 12px;
    line-height: 21px!important;
  }

  #navbarResponsive .dropdown-menu,
  #navbarResponsive2 .dropdown-menu {
    border: none;
    padding-left: 15px; 
    background: transparent;
  }

  section.wrapper-cotizar{
   background: #fff;
position: fixed;
height: 100%;
min-height: 100%;
top: 0;
z-index: 9999;
overflow: auto;
  }

  section.wrapper-cotizar .bg-white {
    position: fixed;
    min-height: 100%;
    width: 100%;
  }


}

@media (max-width: 990px){
     header.header-redes ul{
       margin-bottom: 15px;
     }

     header.header-redes .block-redes a.tienda{
      right: 0;
      left: 10px;
      display: none
     }

     .rwd-tienda-gac{
        display: block;
      }

      .rwd-tienda-gac img.rwd-gac{
        display: block!important;
      }
}


@media (max-width: 700px){
  header.header-redes ul{
    padding-right: 0;
   
  }

  #mainNav .navbar-nav > li.menu-item.active > a::after {
  	margin: inherit;
  	bottom: -7px;
  }
}


/*fin*/



/*footer*/
footer h3{
  font-size: 12px;
  color: #fff;
  position: relative;
  margin-bottom: 20px;
  text-transform: uppercase;
}

footer .red a{
  color: #fff;
}

/*footer h3.red:before{
  content: "";
  bottom: -5px;
  width: 20px;
  height: 3px;
  background: #cd1130;
  display: block;
  position: absolute;
}
*/

footer .footer-col ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .footer-col ul li {
  font-size: 11px;
  font-weight: 300;
  color: #fff;
}

footer .footer-col ul li a{
  font-size: 11px;
  font-weight: 300;
  color: #fff;
}

footer .footer-col ul li .btn-social{
  font-size: 25px;
  line-height: 33px;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  border: transparent;
  border-radius: 100%;
  margin-top: 0;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active{
  color: #cd1130;
  background: transparent;
}

footer .footer-logos a{
text-align: right;
display: block;
}

footer .footer-logos img.logo-garantia{
  width: 120px;
    display: block;
    text-align: right;
    float: right;
    margin-top: 15px;
}


@media (max-width: 990px){
  footer .footer-logos{
    text-align: center!important;
    display: inline-grid;
  }

  footer .footer-logos a{
    text-align: center!important;
  }

  footer .footer-logos img.logo-garantia{
    float: inherit;
    text-align: center;
    margin: 0 auto;
  }

}


/*fin*/




/*cabecera titulos*/

.maste-home .owl-next, .owl-prev {
    width: 30px;
    height: 30px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    font-size: 0;
    cursor: pointer;
    transition: 0.5s;
  }

   .maste-home .slider-banner-principal .owl-next {
      background: url(../images/next-slider.png) no-repeat!important;
      right: 85px;
    font-size: 0!important;

  }
   .maste-home .slider-banner-principal .owl-prev {
      background: url(../images/prev-slider.png) no-repeat!important;
      left: 85px;
    font-size: 0!important;
  }

.block-titulo{
  
    padding: 27px;
    margin-top: -30px;
    margin-bottom: 30px;
    background-color: #fff;
}

.block-titulo h1{
  color: #000;
    font-size: 32px;
    font-weight: bold;
}


.img-rwd{
  display: none;
}

.maste-home .owl-dots{
  display: none;
}


@media only screen and (max-width: 990px){
    .img-desktop{
        display: none;
    }

    .img-rwd{
      display: block;
    }

     .maste-home .slider-banner-principal .owl-next {
      background: url(../images/next-slider.png) no-repeat!important;
      right: 30px;
      font-size: 0!important;

    }
     .maste-home .slider-banner-principal .owl-prev {
        background: url(../images/prev-slider.png) no-repeat!important;
        left: 30px;
      font-size: 0!important;
    }
}

  @media only screen and (max-width: 550px){
    .block-titulo h1{
  color: #000;
    font-size: 24px;
}

  }

/*fin*/


/*Sección Nuestros autos*/
  section.nuestros-autos{
    padding: 0;
    position: relative;
    background-color: #fff;
  }

  section.nuestros-autos .bg-white{
    background-color: #fff;
    position: relative;
    padding-bottom: 40px;
    padding-top: 40px;
  }

  /*section.nuestros-autos .bg-white:before{
        content: "";
    border-top: 40px solid #fff;
    position: absolute;
    width: 100%;
    top: -32px;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 9;
  }
*/
  section.nuestros-autos h1{
    font-size: 52px;
    font-weight: bold;
    color: #000000;
    margin-top: 12px;
    margin-bottom: 20px;
  }

  section.nuestros-autos p{
    font-size: 24px;
    font-weight: bold;
    color: #000;
    padding-bottom: 20px;
    position: relative;
  }

  section.nuestros-autos p:after{
    content: "";
    display: block;
    height: 25px;
    width: 3px;
    background-color: #EB0A1E;
    position: absolute;
    top: 5px;
    left: 0px;
    right: 260px;
    text-align: center;
    margin: 0 auto;
  }

  section.nuestros-autos h5{
  	font-size: 9px;
  	margin-top: 10px;
  	font-weight: 500;
  	line-height: 16px;
  }


  section.nuestros-autos .owl-carousel .owl-item .modelo h3 {
    color: #262626;
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
    margin-top: 5px;
    line-height: 20px;
  }

    section.nuestros-autos .owl-carousel .owl-item .modelo h4{
      font-size: 14px;
      color: #58595B;
      font-weight: 400;
      text-align: center;
    }

    section.nuestros-autos .owl-carousel .owl-item .modelo h4 span{
    font-size: 12px;
    text-transform: uppercase;
    }

    section.nuestros-autos .owl-carousel .owl-item .modelo h5{
      font-size: 9px;
      margin-bottom: 10px;
      color: #58595B;
      font-weight: 600;
    }

    section.nuestros-autos .owl-carousel .owl-item .modelo ul{
      padding: 0;
      margin: 0;
      text-align: center;
    }

    section.nuestros-autos .owl-carousel .owl-item .modelo ul li{
      display: inline-block;
      margin: 0 10px;
    }

    section.nuestros-autos .owl-carousel .owl-item .modelo ul li img{
      margin-bottom: 5px;
      width: 20px;
    }

  section.nuestros-autos .owl-carousel .owl-item a{
       display: block;
    background-color: #EB0A1E;
    margin: 0 auto;
    padding: 7px;
    font-weight: 400;
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    width: 120px;
    max-width: 100%;
    margin-top: 10px;
    text-decoration: none;
  }

   section.nuestros-autos .owl-carousel .owl-item a:hover{
    background-color: #000;
    color: #fff;
    text-decoration: none;
   }

  section.nuestros-autos .owl-carousel .owl-item .modelo h2 span{
    font-weight: 300;
    font-size: 14px;
  }

  section.nuestros-autos .owl-carousel .owl-item a:hover{
    opacity: 1;
    cursor: pointer;
  }

   section.nuestros-autos .owl-carousel .owl-item .modelo{
    position: relative;
   }

  /*section.nuestros-autos .owl-carousel .owl-item .modelo:hover:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #f2f6f7;
  }
  section.nuestros-autos .owl-carousel .owl-item .modelo:hover {
    cursor: pointer;
  }

  section.nuestros-autos .owl-carousel .owl-item .modelo:hover h2 {
    color: #cd1130;
  }

  section.nuestros-autos .owl-carousel .owl-item .modelo:hover h2 span{
    color: #262626;
  }*/

  .owl-next, .owl-prev {
    width: 30px;
    height: 30px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    font-size: 0;
    cursor: pointer;
    transition: 0.5s;
  }

   section.nuestros-autos .slider-modelos .owl-next {
      background: url(../images/next-slider.png) no-repeat;
      right: -60px;

  }
   section.nuestros-autos .slider-modelos .owl-prev {
      background: url(../images/prev-slider.png) no-repeat;
      left: -60px;
  }

  section.nuestros-autos .owl-carousel .owl-dots{
    text-align: center;
    margin-top: 10px;
  }

  section.nuestros-autos .owl-theme .owl-dots .owl-dot span{
    background-color: #e1e1e1;
    height: 2px;
    width: 38px;
  }

  section.nuestros-autos .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background-color: #cd1130;
  }

   section.nuestros-autos .owl-carousel .owl-item img{
    width: 70%;
    margin: 0 auto;
   }


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

    section.lista-modelos  .owl-carousel .owl-next {
      background: url(../images/next-slider.png) no-repeat;
      right: 0px;
      font-size: 0

      }
      section.lista-modelos .owl-carousel .owl-prev {
          background: url(../images/prev-slider.png) no-repeat;
          left: 0px;
          font-size: 0;
      }
   }


  /*fin*/

  /*destacados*/

  section.destacados{
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 0;
  }

  section.destacados h2{
    font-size: 24px;
    font-weight: bold;
    color: #000;
    padding-bottom: 40px;
    position: relative;
  }


  section.destacados h2:after{
    content: "";
    display: block;
    height: 25px;
    width: 3px;
    background-color: #EB0A1E;
    position: absolute;
    top: 0;
    left: 0;
    right: 210px;
    text-align: center;
    margin: 0 auto;
  }

  section.destacados .whats-new{
    position: relative;
  }

  section.destacados .whats-new a.whats{
    color: #fff;
    position: relative;
    height: 390px;
    display: block;
    /*background: no-repeat center center scroll #000;
    background-image: none;
    background-size: auto auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    background-color: #fff;
    padding: 10px;
  }
  section.destacados .whats-new .whats .text {
    position: relative;
  } 
  section.destacados .whats-new .whats .bottom {
    bottom: 0;
  }

  section.destacados .whats-new .whats .top{
    top: 0;
  }

  section.destacados .whats-new .whats .text .titulo{
    color: #000;
    font-size: 18px;
    font-weight: bolder;
    line-height: 20px;
    padding: 15px;
  }

  section.destacados .whats-new .whats .text .text-bk{
    color: #000;
  }

  section.destacados .whats-new .whats .text .titulo span{
    font-size: 12px;
    font-weight: 400;
    color: #000;
    margin-top: 10px;
    display: block;
  }

  section.destacados .whats-new a.whats:hover{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 9;
  }  


    @media only screen and (max-width: 990px){
      section.destacados .whats-new a.whats{
        height: 100%;
      }

      section.destacados .whats{
        padding-bottom: 30px;
      }
    }

  /*fin destacados*/  

  /*video*/

section.video{
  padding: 100px 0;
  overflow: hidden;
  position: relative;
  background-color: #000;
}

section.video h2 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 40px;
    position: relative;
  }



  section.video h2:after{
    content: "";
    display: block;
    height: 25px;
    width: 3px;
    background-color: #EB0A1E;
    position: absolute;
    top: 0;
    left: 0;
    right: 120px;
    text-align: center;
    margin: 0 auto;
  }

section.video a:hover{
  text-decoration: none;
}

section.video h3{
  font-size: 18px;
  font-weight: 400;
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
    height: 50px;
    max-height: 100%;
}

section.video p{
  font-size: 12px;
  font-weight: 600;
    color: #fff;
    text-align: center;
}

  /*fin*/



/*fin nuestros modelos*/

section.registro{
  padding: 70px 0 100px;
}

section.registro h2{
    font-size: 24px;
    font-weight: bold;
    color: #000;
    padding-bottom: 40px;
    position: relative;
  }

  

  section.registro h2:after{
    content: "";
    display: block;
    height: 25px;
    width: 3px;
    background-color: #EB0A1E;
    position: absolute;
    top: 0;
    left: 0;
    right: 370px;
    text-align: center;
    margin: 0 auto;
  }

section.registro .registro-pd{
  padding-left: 0;
  padding-right: 0;
}

section.registro .suscribete{
  padding: 40px;
  height: 284px;
    background: no-repeat center center scroll #FFF;
  background-image: none;
  background-size: auto auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

section.registro  a:hover{
  text-decoration: none;
}

/*section.registro .block-novedades{
 
  background-image: url(../images/bg-novedades-home.png);
  background-repeat: repeat;
  margin-top: 5%;
   padding: 15px;
}*/

section.registro .suscribete h3{
  font-size: 18px;
  margin-bottom: 10px;
  color: #000;
  font-weight: bold;
 
  text-transform: uppercase;
}

section.registro .suscribete p{
  color: #000;
  font-size: 12px;
  font-weight: 300;
}


section.registro .suscribete h2{
  font-size: 33px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 400;
  padding-top: 10%;
}

section.registro .suscribete .timer{
  color: #CD1130;
  font-size: 12px;
  margin-bottom: 10px;
}

section.registro .suscribete .btn-blog{
  display: block;
       padding: 7px;
    font-weight: 400;
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    width: 120px;
    max-width: 100%;
    margin-top: 10px;
    text-decoration: none;
    background-color: transparent;
    color: #cd1130;
    border: 1px solid #cd1130;
}

section.registro .suscribete:hover .btn-blog{
  background-color: #cd1130;
  color: #fff;
}


section.registro .form-control{
  border-radius: 0;
}

section.registro .suscribete .btn-suscribite{
  background-color: #000;
  color: #da0834;
  border-radius: 0;
  border: none;
  font-weight: 400;
  cursor: pointer;
}

section.registro .suscribete .btn-suscribite:hover{
  color: #fff;
}

section.registro .cotizar{
  background-color: #cd1130;
  padding: 40px;
  height: 284px;
  
}

section.registro .cotizar h3{
  font-size: 24px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 400;
  padding-top: 18%;
}

section.registro .cotizar p{
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

section.registro .cotizar .btn-cotizar{
  background-color: transparent;
  color: #fff;
  padding: 5px;
  font-weight: 300;
  text-transform: uppercase;
  border: 1px solid #fff;
  font-size: 12px;
  width: 145px;
  max-width: 100%;
  border-radius: 20px;
}

section.registro .cotizar .btn-cotizar:hover{
  background-color: #000;
  color: #fff;
}

  @media only screen and (max-width: 700px){
    section.registro .suscribete{
      margin-bottom: 30px;
    }
  }

/*fin*/

/*social media*/

section.social-media{
  padding: 50px 0 40px 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 100%;
  height: auto;
 
}

section.social-media h2{
  font-size: 26px;
  font-weight: 600;
  color: #000;
  padding-bottom: 20px;

}

.u-floatLeft{
  display: none!important;
}

section.social-media .text-grey{
    color: #262626;
    font-size: 18px;
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
}

section.social-media .icon{
 
    width: 120px;
    height: auto;
  
    margin: 0 auto;
}

/*fin*/

/*social dealer*/
section.dealer{
  padding: 0 0 35px;
  position: relative;
  background-color: #000;
}

section.dealer:before{
  content: "";
  position: absolute;
  border-top: 20px solid #fff;
  top: 0;
  width: 100%;
  height: 35%;
  background-color: #fff;
}

section.dealer .dealer-info{
  background: no-repeat center center scroll #000;
  background-image: none;
  background-size: auto auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 60vh;
  position: relative;
}


section.dealer .dealer-info .busca-dealer{
  background-color: #cd1130;
  padding: 70px;
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50%;
}

section.dealer .dealer-info .busca-dealer h3{ 
  font-size: 30px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 15px;
}

section.dealer .dealer-info .busca-dealer a.btn-dealer{
  background-color: #000;
  color: #fff;
  padding: 10px;
  font-weight: 300;
  text-transform: uppercase;
  border: none;
  font-size: 14px;
}

section.dealer .dealer-info .busca-dealer a.btn-dealer img{
  margin-right: 10px;
}

section.dealer .dealer-info .busca-dealer a.btn-dealer:hover{
  background-color: transparent;
  border: 1px solid #fff
}
/*fin*/


/*lista modelos*/

  section.lista-modelos{
    padding: 70px 0;
    position: relative;
  }

  section.lista-modelos .bg-white{
    background-color: #fff;
    position: relative;
    padding-bottom: 40px;
  }

  section.lista-modelos .bg-white:before{
        content: "";
    border-top: 40px solid #fff;
    position: absolute;
    width: 100%;
    top: -38px;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 9;
  }

   section.lista-modelos .slider-modelo .modelo a.link-modelos{
    background-color: transparent!important;
    padding: 0!important;
    width: 100%!important;
    display: block;
  }

   section.lista-modelos .slider-modelos .modelo a.link-modelos{
    background-color: transparent!important;
    padding: 0!important;
    width: 100%!important;
    display: block;
  }


  section.lista-modelos h1{
    font-size: 52px;
    color: #000000;
    font-weight: bold;
  }

  section.lista-modelos p{
    font-size: 24px;
    font-weight: bold;
    color: #000;
    padding-bottom: 20px;
    position: relative;
  }

   /*section.lista-modelos p span{
    position: relative;
   }

  section.lista-modelos p span:after{
    content: "";
    display: block;
    height: 5px;
    width: 40px;
    background-color: #EB0A1E;
    position: absolute;
    top: 30px;
    left: 0;
    right: 310px;
    text-align: center;
    margin: 0 auto;
  }*/


  section.lista-modelos .owl-carousel {
    background-color: #fff;
    padding: 20px;
  }


  section.lista-modelos .owl-carousel .owl-item .modelo h3 {
    color: #262626;
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
    margin-top: 5px;
    line-height: 20px;
    margin-bottom: 15px;
  }

    section.lista-modelos .owl-carousel .owl-item .modelo h4{
      font-size: 14px;
      color: #58595B;
      font-weight: 400;
      text-align: center;
    }

     section.lista-modelos .owl-carousel .owl-item .modelo h4 span{
    font-size: 12px;
    text-transform: uppercase;
    }

    section.lista-modelos .owl-carousel .owl-item .modelo h5{
      font-size: 8px;
      margin-bottom: 10px;
    }

    section.lista-modelos .owl-carousel .owl-item .modelo ul{
      padding: 0;
      margin: 0;
      text-align: center;
    }

    section.lista-modelos .owl-carousel .owl-item .modelo ul li{
      display: inline-block;
      margin: 0 10px;
    }

    section.lista-modelos .owl-carousel .owl-item .modelo ul li img{
      margin-bottom: 5px;
      max-width: 20px;
    }

  section.lista-modelos .owl-carousel .owl-item a{
       display: block;
    background-color: #EB0A1E;
    margin: 0 auto;
    padding: 7px;
    font-weight: 400;
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    width: 120px;
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  section.lista-modelos .owl-carousel .owl-item .modelo h2 span{
    font-weight: 300;
    font-size: 14px;
  }

  
   section.lista-modelos .owl-carousel .owl-item .modelo{
    position: relative;
   }

  section.lista-modelos .owl-carousel .owl-item .modelo:hover {
    cursor: pointer;
  }

  section.lista-modelos .owl-carousel .owl-item .modelo:hover h2 {
    color: #cd1130;
  }

  section.lista-modelos .owl-carousel .owl-item .modelo:hover h2 span{
    color: #262626;
  }

  section.lista-modelos .owl-next, .owl-prev {
    width: 30px;
    height: 30px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    font-size: 0;
    cursor: pointer;
    transition: 0.5s;
  }

  section.lista-modelos  .owl-carousel .owl-next {
      background: url(../images/next-slider.png) no-repeat;
      right: -15px;
      font-size: 0

  }
  section.lista-modelos .owl-carousel .owl-prev {
      background: url(../images/prev-slider.png) no-repeat;
      left: 0px;
      font-size: 0;
  }

  section.lista-modelos .owl-carousel .owl-dots{
    text-align: center;
    margin-top: 10px;
  }

  section.lista-modelos .owl-theme .owl-dots .owl-dot span{
    background-color: #e1e1e1;
    height: 2px;
    width: 38px;
  }

  section.lista-modelos .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background-color: #cd1130;
  }

   section.lista-modelos .owl-carousel .owl-item img{
    width: 70%;
   }


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

    section.nuestros-autos .slider-modelos .owl-next {
      background: url(../images/next-slider.png) no-repeat;
      right: 0px;
      font-size: 0

      }
      section.nuestros-autos .slider-modelos .owl-prev {
          background: url(../images/prev-slider.png) no-repeat;
          left: 0px;
          font-size: 0;
      }
   }


  /*fin*/




/*banner modelo autos*/

.banner-modelo-autos {

padding-bottom: 0;
padding-top: 0;
text-align: center;
    background: #000;
}
	.banner-modelo-autos-interna {
		padding-top: 125px;
	}

.banner-modelo-autos .img-mobile{
  display: none;
}

section.sticky-navigation{
  padding: 0;
}

.sticky-navigation.navbarshrink {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999999;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  box-shadow: 0 15px 19px 0 rgba(28,10,28,.26);
  margin-top: 30px;
}

section.sticky-navigation .tab-navigation {
   
   
}

section.sticky-navigation .nombre-modelo h1{
  font-size: 32px;
  color: #000000;
  margin-top: 0px;
    margin-bottom: 0;
}

section.sticky-navigation .slider-estructura{
  margin: 0 auto;
    padding: 0;
        padding-top: 5px;
}


section.sticky-navigation .modelo-btn-cotizar .btn-cotizar a{
  color: #FFFFFF;
  font-size: 12px;
  padding: 10px;
  background-color: #cd1130;
  border-radius: 20px;
  width: 180px;
  max-width: 100%;
  text-align: center;
  display: block;
  margin: 0 auto;
}

section.sticky-navigation .tab-navigation .box-menu-links {
    position: relative;
     background: #fff;
    padding: 35px;
    margin-top: 40px;
}

section.sticky-navigation .tab-navigation .nombre-modelo {
  
    line-height: 21px;
    font-size: 15px;
    margin: 0 auto;
}

section.sticky-navigation .tab-navigation .tab-menu-links {
    position: relative;
   text-align: center;
}

.tab-navigation .owl-carousel .owl-item .item {
    display: block;
        font-size: 13px;
    text-transform: uppercase;
        margin-top: 6px;
}

section.sticky-navigation .tab-navigation li a {
    color: #333;
}

.tab-navigation-pagina li a.active {
    color: #EB0A1E!important;
}

section.sticky-navigation .tab-navigation .ficha-tecnica {
  
 
}

  section.sticky-navigation .owl-nav .owl-next {
      background: url(../images/next-slider.png) no-repeat;
      right: -5px;
      font-size: 0;
      background-position: right;
      top: 27px;

  }
 section.sticky-navigation .owl-nav .owl-prev {
      background: url(../images/prev-slider.png) no-repeat;
      left: -5px;
      font-size: 0;
      top: 27px;
  }



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


  .banner-modelo-autos{
    padding-top: 0;
  }

  .banner-modelo-autos .img-mobile{
    display: block;
  }
  .banner-modelo-autos .img-desktop{
    display: none;
  }

  section.sticky-navigation .nombre-modelo h2{
    text-align: center;
  }

  section.sticky-navigation .slider-estructura{
    margin: 15px 0;
  }

  section.sticky-navigation .modelo-btn-cotizar {
  padding-top: 20px;
}

}


@media only screen and (max-width: 600px){
  section.sticky-navigation .tab-navigation .box-menu-links{
    margin-top: 0;
  }
}
/*fin*/

/* modelos autos*/

section.modelo-auto{
  padding: 50px 0;
  
}

.no-top{
  padding-top: 0!important;
}

section.modelo-auto .modelo-btn-cotizar .btn-cotizar a {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 100;
    padding: 10px;
    background-color: #cd1130;
    border-radius: 20px;
    width: 230px;
    max-width: 100%;
    text-align: center;
    display: block;
    margin: 0 auto;
}

section.modelo-auto h2{
  font-size: 24px;
  color: #0c0807;
  font-weight: 700;
  position: relative;
}

section.modelo-auto h2:before {
    content: "";
    display: block;
    height: 25px;
    width: 3px;
    background-color: #EB0A1E;
    position: absolute;
    top: 0;
    left: -14px;
    text-align: center;
    margin: 0 auto;
}

section.modelo-auto p{
  font-size: 14px;
  color: #000000;
  line-height: 21px;
  text-align: justify;
}

section.fixed-btn {
 padding: 30px;
}

section.fixed-btn  .btn-cotizar a {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 100;
    padding: 10px;
    background-color: #cd1130;
    border-radius: 20px;
    width: 230px;
    max-width: 100%;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.stick {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 999999;
      background: #fff;
    margin: 0 auto;
    height: 115px;
    padding-top: 10px;
   box-shadow: -3px 11px 16px -12px rgba(0,0,0,0.58);
-webkit-box-shadow: -3px 11px 16px -12px rgba(0,0,0,0.58);
-moz-box-shadow: -3px 11px 16px -12px rgba(0,0,0,0.58);
    }



@media only screen and (max-width: 600px){
  section.fixed-btn .btn-cotizar{
    margin-top: 8px;
  }

  section.fixed-btn {
  padding: 0;
  top: 70px;
}

  .stick .btn-cotizar a{
      font-size: 12px!important;
      width: 120px!important;
    }
.stick {
  height: 75px;
}
  
}
/*fin*/

/*diseño*/

section.sobre-modelo{
  padding: 0px 0 70px;
  position: relative;
  background-color: #fff;
}

section.sobre-modelo-v2{
  background-color: transparent;
}

section.sobre-modelo-v3{
  background-color: #F5F5F5;
}

section.sobre-modelo-v4{
  background-color: #FFF;
}



section.sobre-modelo .sobre-bg{
  background-color: #fff;
}

section.sobre-modelo h2{
  color: #0c0807;
  font-size: 25px;
  position: relative;
}

section.sobre-modelo h2:before{
  content: "";
  width: 127px;
  height: 19px;
  background: #cd1130;
  position: relative;
  display: inline-block;
  margin-right: 10px
}

section.sobre-modelo p{
  font-weight: 400;
  font-size: 14px;
  text-align: justify;
  color: #000000;
  padding-top: 20px;
}

section.sobre-modelo .slider-diseno .item{
  padding: 10px;
}




  section.sobre-modelo .owl-nav .owl-next {
      background: url(../images/next-slider.png) no-repeat;
      right: -60px;
      font-size: 0;
      background-position: right;

  }
 section.sobre-modelo .owl-nav .owl-prev {
      background: url(../images/prev-slider.png) no-repeat;
      left: -60px;
      font-size: 0;
  }

.margin-dise{
  padding-top: 5px;
  padding-right: 5px;
}

.margin-dise:last-child{
  padding-right: 0;
}

@media only screen and (max-width: 620px){
  section.sobre-modelo .owl-nav .owl-next{
    right: 0px;
    font-size: 0;
  }

   section.sobre-modelo .owl-nav .owl-prev {
    left: 0px;
    font-size: 0;
   }
}

/*fin*/



/*exterior*/

section.exterior{
  /*padding: 0px 0 70px;*/
  padding: 50px 0;
  position: relative;
}

section.exterior h2{
  font-size: 25px;
  color: #0c0807;
  font-weight: 700;
  position: relative;
}

section.exterior h2:before {
    content: "";
    display: block;
    height: 25px;
    width: 3px;
    background-color: #EB0A1E;
    position: absolute;
    top: 0;
    left: -14px;
    text-align: center;
    margin: 0 auto;
}

section.exterior p{
  font-size: 14px;
  color: #000000;
  line-height: 21px;
  text-align: justify;
  margin-bottom: 0;
  padding-top: 20px;
}

section.exterior .slider-diseno .item {
    padding: 10px;
}

section.exterior  .owl-nav .owl-next {
      background: url(../images/next-slider.png) no-repeat;
      right: -60px;
      font-size: 0;
      background-position: right;

  }
section.exterior  .owl-nav .owl-prev {
      background: url(../images/prev-slider.png) no-repeat;
      left: -60px;
      font-size: 0;
  }
/*fin*/

/*interior*/
section.interior{
  padding: 50px 0;
  padding-bottom: 0;
  position: relative;
  background-color: #fff;
}

section.interior h2{
  font-size: 25px;
  color: #0c0807;
  font-weight: 700;
  position: relative;
}

section.interior h2:before {
    content: "";
    display: block;
    height: 25px;
    width: 3px;
    background-color: #EB0A1E;
    position: absolute;
    top: 0;
    left: -14px;
    text-align: center;
    margin: 0 auto;
}

section.interior p{
  font-size: 14px;
  color: #000000;
  line-height: 21px;
   text-align: justify;
}

section.sobre-interior {
  padding: 50px 0;
  background-color: #fff;
}


section.sobre-interior p{
  font-weight: 400;
  font-size: 14px;
  text-align: justify;
  color: #000000;
  padding-top: 20px;
}

section.sobre-interior .sobre-bg{
  background-color: #fff;
}


section.sobre-interior .slider-diseno .item{
  padding: 10px;
}


 section.sobre-interior .owl-carousel .owl-stage{
  margin: 0 auto
}


  section.sobre-interior .owl-nav .owl-next {
      background: url(../images/next-slider.png) no-repeat;
      right: -60px;
      font-size: 0;
      background-position: right;

  }
 section.sobre-interior .owl-nav .owl-prev {
      background: url(../images/prev-slider.png) no-repeat;
      left: -60px;
      font-size: 0;
  }


  @media only screen and (max-width: 620px){
  section.sobre-interior .owl-nav .owl-next{
    right: 0px;
    font-size: 0;
  }

   section.sobre-interior .owl-nav .owl-prev {
    left: 0px;
    font-size: 0;
   }
}

/*fin*/


/*Colores*/

section.colores{
  padding: 70px 0;
  background: url(../images/bg-colores.jpg) repeat;
    background-size: auto auto;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
}

section.colores h2{
  font-size: 25px;
  color: #0c0807;
  font-weight: 700;
  position: relative;
}

section.colores h2:before {
        content: "";
    width: 37px;
    height: 5px;
    background: #cd1130;
    position: absolute;
    display: inline-block;
    margin-right: 10px;
    bottom: 0px;
}

/*Slider Color Auto*/
section.colores .slider-color-auto {
  max-width: 680px;
  margin: 0 auto;
}
section.colores .slider-color-auto .owl-nav {
  display: none;
}
section.colores .slider-color-auto .owl-dots {
  text-align: center;
}
section.colores .slider-color-auto .owl-dot {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  margin: 0 10px 10px 10px;
  height: 40px;
}
section.colores .slider-color-auto .owl-dot.active .dot-color-primary {
  height: 46px;
  width: 46px;  
}
section.colores .slider-color-auto .dot-color-primary {
  height: 32px;
    width: 32px;
    border: 2px solid #acacac !important;
    top: 50%;
    border-radius: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -webkit-writing-mode: unset;
    cursor: pointer;
    font-size: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    outline: none;
    -webkit-transform: translateY(-50%) translateX(0%);
    -ms-transform: translateY(-50%) translateX(0%);
    transform: translateY(-50%) translateX(0%);
}

section.colores .page_nav ul li a {  
    padding: 0 23px;
    font-size: 13px;
}


/*fin*/


/*360*/
section.page360{
  padding: 70px 0;
  background-color: transparent;
  position: relative;
}

section.page360 h2{
  font-size: 25px;
  color: #0c0807;
  font-weight: 700;
  position: relative;
}

section.page360 h2:before {
        content: "";
    width: 37px;
    height: 5px;
    background: #cd1130;
    position: absolute;
    display: inline-block;
    margin-right: 10px;
    bottom: 0px;
}

/*fin*/

/*descargas*/
section.descargas{
  padding: 25px 0;
  background-color: #EBEBEB;
}

section.descargas a{
  cursor: pointer;
}

section.descargas a img{
  width: 40px;
}

section.descargas a p{
  font-size: 14px;
  color: #000;
  margin-top: 10px;
}

/*fin*/

/*Equipamiento*/

section.equipamiento{
  padding: 70px 0;
  position: relative;
}

section.equipv2{
  padding-top: 0;
}

section.equipamiento h2{
  font-size: 25px;
  color: #0c0807;
  font-weight: 700;
  position: relative;
}

section.equipamiento h2:before {
    content: "";
    width: 37px;
    height: 5px;
    background: #cd1130;
    position: absolute;
    display: inline-block;
    margin-right: 10px;
    bottom: -5px;
}

section.equipamiento h5{
  font-size: 14px;
  color: #cd1130;
  margin-top: 10px;
}

section.equipamiento p{
  font-size: 14px;
  color: #000000;
  line-height: 21px;
   text-align: justify;
}

section.equipamiento .slider-equipamiento .item p{
  margin-top: 10px;
}


section.equipamiento .owl-nav .owl-next {
      background: url(../images/next-slider.png) no-repeat;
      right: -60px;
      font-size: 0;
      background-position: right;

  }
 section.equipamiento .owl-nav .owl-prev {
      background: url(../images/prev-slider.png) no-repeat;
      left: -60px;
      font-size: 0;
  }

  section.equipamiento .form-control{
    border: 1px solid #cd1130;
    border-radius: 0;
    background-color: transparent;
    font-size: 14px;
  }

  section.equipamiento select.input-lg {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  /* no standardized syntax available, no ie-friendly solution available */
}

section.equipamiento select + i.fa {
      float: right;
    margin-top: -26px;
    margin-right: 5px;
    pointer-events: none;
    background-color: #F5F5F5;
    padding-right: 8px;
    color: red;
    font-size: 12px;
}

  section.equipamiento  .card{
    border-radius: 0;
    border: transparent;
    background-color: #EBEBEB;
  }
  section.equipamiento .card-body{
    background-color: #fff;
  }
 section.equipamiento  .card-header {
  padding: 5px;
 
}

section.equipamiento .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none;
}

 section.equipamiento .card-header .btn-link{
  text-align: left;
  color: #000000;
  margin: 0 auto;
  width: 100%;
  font-size: 13px;
    line-height: 20px;
}



 section.equipamiento  .card-header .btn-link:hover{
  color: #cd1130;
  text-decoration: none;
}


 section.equipamiento .block-select{
  width: 50%;
}

 section.equipamiento .container-ft .card-body{
  color: #231815;
  font-size: 14px;
  padding: 10px;
}

 section.equipamiento .container-ft .ft-bold{
  font-weight: bold
}

 section.equipamiento   .btn-link.collapsed:after {
        content: "\f105";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 14px;
        color: #EB0A1E;
    }

 section.equipamiento    .btn-link:after {
        position: absolute;
        right: 25px;
        content: "\f107";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 14px;
        color: #EB0A1E;
        top: 16px;
    }


    @media only screen and (max-width: 620px){
  section.equipamiento .owl-nav .owl-next{
    right: 0px;
    font-size: 0;
  }

   section.equipamiento .owl-nav .owl-prev {
    left: 0px;
    font-size: 0;
   }
}




/*fin*/


/*version modelo*/

section.versiones-modelo{
  padding: 50px 0;
  background-color: #F5F5F5;
}


section.versiones-modelo h2 {
    font-size: 24px;
    color: #0c0807;
    font-weight: 700;
    position: relative;
}

section.versiones-modelo h2:before {
    content: "";
    display: block;
    height: 25px;
    width: 3px;
    background-color: #EB0A1E;
    position: absolute;
    top: 0;
    left: -14px;
    text-align: center;
    margin: 0 auto;
}


section.versiones-modelo h3{
  font-size: 24px;
  color: #000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px
}


section.versiones-modelo a{
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  padding: 7px;
  color: #fff;
  background-color: #CD1130;
  border-radius: 30px;
  display: block;
  margin: 0 auto;
  width: 120px;
  max-width: 100%;
}

/*Centro I+D*/

section.intro-centro{
   padding: 70px 0;
  position: relative;
  padding-bottom: 30px;
}

section.intro-centro p{
  font-size: 14px;
  color: #000000;
  line-height: 21px;
  text-align: justify!important;
}

section.talento{
  padding: 70px 0;
  padding-top: 0;
}


section.talento h2{
  font-size: 25px;
  color: #0c0807;
  font-weight: 700;
  position: relative;
}

section.talento h2:before {
    content: "";
    width: 37px;
    height: 5px;
    background: #cd1130;
    position: absolute;
    display: inline-block;
    margin-right: 10px;
    bottom: -5px;
}

section.talento p{
  font-size: 14px;
  color: #000;
  line-height: 20px;
 
}


 section.talento .owl-nav .owl-next {
      background: url(../images/next-slider.png) no-repeat;
      right: 5%;
      font-size: 0;
      background-position: right;

  }
section.talento .owl-nav .owl-prev {
      background: url(../images/prev-slider.png) no-repeat;
      left: 5%;
      font-size: 0;
  }


section.talento .block-white{
  padding: 40px;
}


section.talento .block-white p{
  font-size: 14px;
  color: #000;
  line-height: 20px;
  text-align: justify!important;
}

section.talento .slider-seo .seo{
  padding: 20px;
}

section.talento .slider-seo .seo img{
  border-radius: 50%;
}

section.talento .slider-seo .seo h3{
  font-size: 18px;
  color: #000000;
  margin-top: 30px;
}

section.talento .slider-seo .seo p{
  font-size: 14px;
  color: #000;
  line-height: 20px;
  text-align: center;
 
}


section.filosofia{
  padding: 70px 0;
  padding-top: 0;
  position: relative;
}

section.filosofia .bg-filosofia{

      background: no-repeat center center scroll #000;
        background: url(../images/im-pp-bg.jpg) no-repeat;
    background-size: auto auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 50px 40px;
}


section.filosofia .bg-filosofia h2{
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
}

section.filosofia .bg-filosofia p{
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  margin-bottom: 20px;

}

section.filosofia .bg-filosofia h3{
  font-size: 15px;
  color: #fff;
  margin-bottom: 20px;
}

section.filosofia .bg-filosofia ul{
  padding: 0;
  margin: 0;
}

section.filosofia .bg-filosofia ul li{
  font-size: 14px;
  color: #fff;
  display: inline-block;
    margin-right: 30px;
}

section.filosofia .bg-filosofia ul li img{
  width: 40px;
}


section.filosofia .bg-filosofia .lista2 ul{
  padding: 0;
  margin: 0;
  padding-left: 30px;
}

section.filosofia .bg-filosofia .lista2 ul li{
font-size: 14px;
    color: #fff;
    display: block;
    margin: 0;
    display: list-item;
    margin-bottom: 5px;
}


section.planta{
  padding: 70px 0;
  padding-top: 30px
}


section.planta h2{
  font-size: 25px;
  color: #0c0807;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
}

section.planta h2:before {
    content: "";
    width: 37px;
    height: 5px;
    background: #cd1130;
    position: absolute;
    display: inline-block;
    margin-right: 10px;
    bottom: -5px;
}

section.planta p{
  font-size: 14px;
  color: #000;
  text-align: justify!important;
}

section.tab-cetroid {
  padding-top: 0;
  position: relative;
}

section.tab-cetroid  .nav-pills{
  justify-content: center;
}


section.tab-cetroid  .nav-pills .nav-link{
  background-color: transparent;
  font-size: 14px;
  color: #000000;
  margin: 0 16px;
  margin-bottom: 20px;
      text-align: left;
    border: none;
}


section.tab-cetroid  .nav-pills .nav-link.active{
  color: #cd1130;
  border: 1px solid #cd1130;
  border-radius: 20px;
}

section.tab-cetroid  .tab-pane h3{
  font-size: 16px;
  color: #000;
  font-weight: bold;
}


section.tab-cetroid  .tab-pane p{
  font-size: 14px;
  color: #000;
   text-align: justify!important;
}



section.tab-cetroid  .nav-pills button:focus {
  outline: none;
  box-shadow: none;
}


  @media only screen and (max-width: 620px){
    section.talento h2 {
  font-size: 23px;
 
}

section.talento .slider-seo .seo {
  padding: 20px;
  max-width: 235px;
  margin: 0 auto;
}
  }

/*fin*/




/*Innovación tecnologica*/
section.inno-tech{
  padding: 70px 0;
  position: relative;
}

section.inno-tech .text-principal p{
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  text-align: justify!important;
}

section.inno-tech .block-descripcion-modelo-exterior {
    display: flex;
    padding-bottom: 40px;
}

section.inno-tech  .block-descripcion-modelo-exterior figure {
    width: 50%;
    position: relative;
    padding: 0 20px;
}

section.inno-tech  .block-descripcion-modelo-exterior .block-text {
    width: 50%;
    padding: 0 20px;
  
}

section.inno-tech  .block-descripcion-modelo-exterior .block-text h3{
   color: #0c0807;
  font-size: 24px;
  position: relative;
  font-weight: 500;
}



section.inno-tech  .block-descripcion-modelo-exterior .block-text h3:before{
  content: "";
    display: block;
    height: 5px;
    width: 30px;
    background-color: #EB0A1E;
    position: absolute;
    top: 29px;
    left: 0;
    text-align: center;
    margin: 0 auto;
}

section.inno-tech  .block-descripcion-modelo-exterior .block-text p{
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  margin-top: 20px;
  line-height: 20px;
  text-align: justify!important;
}

section.destacados-tech{
  padding: 20px 0px 70px 0;
  position: relative;
  overflow: hidden;
}

section.destacados-tech .bg-white{
  padding: 50px 20px 50px 20px;
  background-color: #fff;
}


section.destacados-tech h2{
  font-size: 24px;
  color: #0c0807;
  font-weight: 500;
  position: relative;

}

section.destacados-tech h2:before {
    content: "";
    width: 37px;
    height: 5px;
    background: #cd1130;
    position: absolute;
    display: inline-block;
    margin-right: 10px;
    bottom: -5px;
}


section.destacados-tech .nav-pills .nav-link{
  background-color: transparent;
  font-size: 14px;
  color: #000000;
  margin-bottom: 20px;
      text-align: left;
    border: none;
    text-transform: capitalize;
}


section.destacados-tech .nav-pills .nav-link.active{
  color: #cd1130;
  border: 1px solid #cd1130;
  border-radius: 20px;
}

section.destacados-tech .tab-pane h3{
  font-size: 16px;
  color: #000;
  font-weight: bold;
}


section.destacados-tech .tab-pane p{
  font-size: 14px;
  color: #000;
  text-align: justify!important;
}



section.destacados-tech .nav-pills button:focus {
  outline: none;
  box-shadow: none;
}

section.destacados-tech .slider-tech{
  padding-bottom: 20px;
  position: relative;
}


section.destacados-tech .slider-tech .owl-next {
      background: url(../images/next-slider.png) no-repeat;
      right: 20px;
      font-size: 0;

  }
section.destacados-tech .slider-tech .owl-prev {
      background: url(../images/prev-slider.png) no-repeat;
      left: 20px;
      font-size: 0;
  }




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

    section.inno-tech .block-descripcion-modelo-exterior{
      display: grid;
    }

    section.inno-tech  .block-descripcion-modelo-exterior figure {
      width: 100%;
      
    }

    section.inno-tech  .block-descripcion-modelo-exterior .block-text {
      width: 100%;
    }

    section.inno-tech .block-descripcion-modelo-exterior .block-text h3{
      font-size: 20px;
    }

    .order1{
      order: 1
    }

    .order2{
      order: 2
    }
 }

/*fin*/


/*cotizar*/

section.intro-centrov2 .info-modelo-cotizar{
  display: inline-flex;
      align-items: center;
}

section.intro-centrov2 .info-modelo-cotizar h1{
    
}

section.intro-centrov2 .info-modelo-cotizar img{
  width: 140px;
  margin: 0 30px;
}

section.intro-centrov2 .info-modelo-cotizar p{
  font-size: 12px;
  margin-bottom: 0;
}

section.intro-centrov2 .info-modelo-cotizar span{
    font-size: 18px;
}

section.intro-centrov2 .info-modelo-cotizar span.v3{
    font-size: 8px;
    color: #CD1130;
}


section.cotizar{
  padding: 0px 0 70px;
  position: relative;
}


section.cotizar h2{
  font-size: 25px;
  color: #0c0807;
  font-weight: 600;
  position: relative;
}

/*section.cotizar h2:before {
    content: "";
    width: 37px;
    height: 5px;
    background: #cd1130;
    position: absolute;
    display: inline-block;
    margin-right: 10px;
    bottom: -5px;
}*/

section.cotizar figure img{
  width: 320px;
}

section.cotizar p.precio{
  font-size: 18px;
  font-weight: 500;
  color: #58595B;
}

section.cotizar p span.v2{
  font-size: 12px;
}

section.cotizar p span.v3{
  font-size: 9px;
}


section.cotizar p{
  font-size: 9px;
  font-weight: 500;
}

section.cotizar h3.gracias{
  font-size: 20px;
  position: relative;
}

section.cotizar h3.gracias:after {
    content: "";
    bottom: -8px;
    width: 60px;
    height: 3px;
    background: #cd1130;
    display: block;
    position: absolute;
    left: 47%;
    right: 0;
}

section.cotizar p.respuesta{
  font-size: 16px;
  margin-top: 20px
}

section.cotizar .bg-gris{
  background-color: #f2f6f7;
}

section.cotizar .bg-white{
  background-color: #fff;
   padding: 70px 0 0px;
}

section.cotizar .selector{
  padding: 70px;
  width: 100%;
}

section.cotizar .selector .titulo{
  font-size: 20px;
  color: #0c0807;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 10px;
}

section.cotizar .cotizar-white{
  background-color: #fff;
  padding: 40px;
}

/*section.cotizar .cotizar-white:before{
  content: "";
  position: absolute;
  border-top: 37px solid #fff;
  top: -34px;
  width: 100%;
  background-color: #fff;
  left: 0;
}*/

section.cotizar label{
  font-size: 14px;
  color: #282828;
  font-weight: 400;
}

section.cotizar .form-control{
  font-size: 14px;
    color: #282828;
    font-weight: 300;
    border: transparent;
    border: 1px solid #000;
    border-radius: 0;
    padding: 8px;

    margin-bottom: 10px;
   
}

section.cotizar select.form-control{
  border: 1px solid #000;
  padding: 8px;
}

section.cotizar  .custom-control-label::before {
    border: 2px solid #cd1130;
    border-radius: 0;
}


section.cotizar .custom-control-label::after {
    top: -1px;
    left: -27px;
    width: 25px;
    height: 25px;
}

section.cotizar .custom-control-label::before {
    border: 2px solid #cd1130;
    background-color: transparent;
    width: 25px;
    height: 25px;
    top: -1px;
    left: -27px;
}

section.cotizar .custom-control-input:checked~.custom-control-label::before {
    background-color: #cd1130!important;
}

section.cotizar  .radio-block label{
  padding-left: 15px;
}


section.cotizar  select.control-red{
    border: 2px solid #cd1130;
    color: #cd1130;
    
}

section.cotizar input::-webkit-outer-spin-button,
section.cotizar input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

/* Firefox */
input[type=number] {
 -moz-appearance: textfield;
}

 input[type="number"] {
    -moz-appearance: textfield;
}

input[type="number"]:hover,
input[type="number"]:focus {
    -moz-appearance: number-input;
}


section.cotizar .btn-cotizador{
  background-color: #cd1130;
  color: #fff;
  border: none;
  font-size: 15px;
    font-weight: 700;
    width: 200px;
    max-width: 100%;
    padding: 10px;
    border-radius: 20px;
}


[type="checkbox"], [type="radio"]{
  margin-right: 10px;
}

section.cotizar a{
  color: #cd1130
}

section.cotizar label.error{
  color: #cd1130;
  font-weight: bold;
}

@media (max-width: 990px){
  section.intro-centrov2 .info-modelo-cotizar{
    display: block;
  }

  section.intro-centrov2 .info-modelo-cotizar p{
    text-align: center!important;
  }

  section.intro-centrov2 .info-modelo-cotizar img{
    margin: 0 auto;
    display: none!important;
  }
}


@media only screen and (max-width: 600px){
  section.cotizar h2{
    font-size: 16px;
    display: none;
  }
  section.intro-centrov2 .info-modelo-cotizar span{
    font-size: 25px;
  }

  section.rwd-block{
    padding-bottom: 0!important;
    margin-bottom: 0!important;
  }

  .text-coti-rwd{
    display: none!important;
  }

  .rwd-block-titulo{
    padding-bottom: 0!important;
    margin-bottom: 0!important;
    padding: 50px 0px;
  }

  section.intro-centrov2 .info-modelo-cotizar span.v3{
    width: 190px;
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
  }
}


/*fin*/

.btn-pedido {
  background: #cd1130;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  padding: 60px 0;
  text-align: center;
  display: block;
  width: 100%;
  border-bottom: 50px solid #b2b2b2;
}

.btn-pedido:hover {
  color: #fff;
  text-decoration: underline;
}


/*dealer*/

section.dealer{
  padding: 0px 0 70px;
  background: #f2f6f7;
  position: relative;
}

section.dealer h1{
  color: #0c0807;
  font-size: 25px;
  position: relative;
  font-weight: 500;
}

section.dealer h1:before{
  content: "";
  width: 127px;
  height: 19px;
  background: #cd1130;
  position: absolute;
  top: 13%;
  left: -13%;
}

section.dealer p{
  font-weight: 300;
  font-size: 14px;
  font-family: 'Open Sans';
}

section.dealer .bg-gris{
  background-color: #f2f6f7;
}

section.dealer .bg-white{
  background-color: #fff;
   padding: 70px 0 0px;
}


section.dealer .dealer-white{
  background-color: #fff;
  padding: 25px;
}

section.dealer .dealer-white:before{
  content: "";
  position: absolute;
  border-top: 37px solid #fff;
  top: -34px;
  width: 100%;
  background-color: #fff;
  left: 0;
}

section.dealer .table th{
  background-color: #f4f4f4;
  font-size: 14px;
}

section.dealer .table td{
  font-size: 14px;
  font-family: 'Open Sans';
}
section.dealer a.link-cotizar {
  color: #fff;
  background: #ed1a2f;
  background-color: rgb(237, 26, 47);
  font-size: 14px;
  font-family: 'Open Sans';
  line-height: 20px;
  position: relative;
  padding: 10px 20px;
  display: inline-block;
  text-align: center;
}
.success .nav.nav-tabs {
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.success .nav-tabs .nav-link {
    padding: 14px;
    font-size: 13px;
    border-radius: 20px;
}

.nav-tabs .nav-link.active {
    background-color: #cd1130;
    color: #fff;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
  border: none;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
    border: 1px solid #cd1130;
    margin-right: 30px;
}

.nav-tabs .nav-item a:hover{
  color: #0c0807;
}

.nav-tabs .nav-link{
  border: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.nav-link{
  color: #cd1130; 
}

.nav-tabs{
  text-align: center;
  border-bottom: none;
  margin: 30px auto;
}


.tabs{
  display: inline-flex;
  width: 100%;

}

.mobile-imagen {
  display: none;
}

.vi-2 {
  display: none;
}

.slider-diseno {
  padding-top: 5px;
}


.slider-diseno .owl-carousel .owl-item {
  padding: 0!important;
}
.data-estructura.v2 { 
  display: none;
}
/*fin*/
.hidden-desktop {
	display: none;
}
.myGallery.box-estructura .owl-next, .myGallery.box-estructura .owl-prev {
	top: 32%;
}

.respuesta-suscripcion{

  font-size: 12px;
background-color: #000;
width: 74%;
padding: 10px;
text-align: center;
color: #fff;
}

@media only screen and (max-width: 991px) {
section h2 {
	font-size: 24px;
}

 header.masthead img.img-desktop{
      display: none;
    }

 header.masthead img.img-mobile{
      display: block;
    }
.push-6, .pull-6 {
		right: auto;
		left: auto;
	}
  .data-estructura.v1 {
    display: none;
  }
  .data-estructura.v2{
    display: block;
  }
  .hidden {
    /*display: none;*/
  }
  section.modelo-auto p {
    font-size: 14px;
  }
  .carousel-item .texto-banner .banner-modelo {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 14px;
  }
  .carousel-item .texto-banner .banner-modelo span {
    font-size: 13px;
    text-shadow: 2px 2px 10px #080000;
  }
  .carousel-item .texto-banner a.link-cotizar {
    font-size: 12px;
    padding: 5px 10px;
    width: auto;
  }
  .dropdown-menu .menu-item  .modelo-menu:hover{
    border: none;
  }
  header {
    padding-top: 0;
  }
  .carousel-item .container {
    width: 90%;
  }

  #mainNav .navbar-nav .menu-item.logo {
    display: none;
  }
  .navbar-brand{
    display: block;
  }

  #mainNav .navbar-nav img{
    display: none;
  }

  .fixed-top{
    position: relative;
    top: 0;
  }

  .navbar-toggler-right {
    position: absolute;
    right: 1rem;
    top: 2rem;
    z-index: 9;
}

  #mainNav .navbar-toggler{
    font-size: 14px;
    padding: 11px;
    text-transform: uppercase;
    color: #cd1130;
  }

  section.futuro h2{
    text-align: center;
  }

  section .foto {
    height: 24rem;
  }

   footer .movile{
    
  }

  body.nav-open {
    overflow: hidden;
  }

  .nav-open #navbarExample {
    left: 0;
  }

  #navbarExample {
    background: #fff;
    margin: 0;
    padding-top: 50px;
    display: block;
    min-height: 100%;
    overflow: auto;
    overflow-x: auto;
    overflow-x: hidden;
    position: fixed;
    left: -20em;
    font-size: 15px;
    top: 0;
    width: 17em;
    z-index: 99;
    transition: left 0.3s ease-in-out 0s;
    -webkit-transition: left 0.3s ease-in-out 0s;
    -moz-transition: left 0.3s ease-in-out 0s;
    -o-transition: left 0.3s ease-in-out 0s;
    -webkit-box-shadow: 10px -6px 11px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px -6px 11px -8px rgba(0,0,0,0.75);
    box-shadow: 10px -6px 11px -8px rgba(0,0,0,0.75);
  }

  section.dealer .dealer-info .busca-dealer{
    width: 85%
  }

  section.cotizar h1::before {
    top: 79%;
    left: 0%;
    height: 6px;
  }

  section.dealer h1::before{
    top: 79%;
    left: 0%;
    height: 6px;
  }

  section.futuro h2::before {
    top: 95%;
    left: 0%;
    height: 6px;
    right: 0;
    margin: 0 auto;
  }

  .dropdown-menu:before{  
    width: 100%;
    position: relative;
    left: 0;
    height: 100%;
    display: block;
    top: 0;
    opacity: 98%
}

.dropdown-menu:after{
    width: 100%;
    position: relative;
    right: 0;
    height: 100%;
    display: block;
    top: 0;
    opacity: 98%
}

  section.nuestros-autos .bg-white::before {
    
  }
  section.cotizar .cotizar-white::before {
    display: none
  }
  .footer-above .footer-col:last-child {
    text-align: center;
  }
  section.diseno h2::before {
    position: absolute;
    display: block;
    height: 5px;
    margin-right: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 5px;
  }

  section.estructura h2::before {
    position: absolute;
    display: block;
    height: 5px;
    margin-right: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 5px;
  }

  section.seguridad h2::before{
    position: absolute;
    display: block;
    height: 5px;
    margin-right: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 5px;
  }

  section.inteligencia h2::before {
    position: absolute;
    display: block;
    height: 5px;
    margin-right: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 5px;
  }

  section.datos h2::before{
    position: absolute;
    display: block;
    height: 5px;
    margin-right: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .mobile-imagen {
    display: block;
  }
  .desktop-imagen {
    display: none;
  }
  section.registro .suscribete h2 {
    font-size: 25px;
    padding-top: 0;
  }
  section.registro .suscribete {
    height: auto;
  }
  section.nuestros-autos .whats-new .whats .top, section.nuestros-autos .whats-new .whats .bottom {
    top: auto;
    bottom: 0;
  }
   section.cotizar .selector {
    padding: 20px 30px;
  }
  section.cotizar p {
    font-size: 9px;
  }
  section.cotizar .cotizar-white .aceptar {
      font-size: 12px;
  }
  .owl-prev {
    left: 20px;
  }
  .owl-next {
    right: 20px;
  }
  section.futuro h2 {
    margin-bottom: 20px;
  }
  section.datos .table-ficha-tecnica .col-ficha > div {
    font-size: 10px;
  }
}
@media only screen and (max-width: 680px) {
  section.registro {
    /*padding: 0;*/
  }
  .carousel-indicators {
    bottom: -10px;
  }
  .carousel-item .box-slider-texto {
    right: 0;
    left: 0;
  }
  .interna .text-banner h1 {
    font-size: 15px;
    margin: 0;
    line-height: 14px;
  }
  .interna .text-banner p {
    display: none;
  }
  .carousel-item .container .texto-banner {
    top: 20px;
  }
  section.nuestros-autos .whats-new a.whats:hover {
      transform: scale(1);
      -ms-transform: scale(1);
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
      -o-transform: scale(1);
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      z-index: 9;
  }
}
.ico-map {
  text-align: center;
}
@media screen and (max-width: 600px) {
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    text-align: right;
  }
  
  table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
  .ico-map {
    text-align: right;
  }
}

@media only screen and (max-width: 480px){
  section.vision p {
    font-size: 12px;
  }
  section.vision ul {
    font-size: 12px;
  }
  section.vision h3 {
    font-size: 18px;
  }
  .virtual h2 {
    font-size: 22px;
  }
  section.diseno h2 {
    font-size: 22px;
  }
  section.estructura h2 {
    font-size: 22px;
  }
  section.seguridad h2 {
    font-size: 22px;
  }
  section.inteligencia h2 {
    font-size: 22px;
  }
  section.datos h2 {
    font-size: 22px;
  }
  section.cotizar .cotizar-white::before {
    border-top: none; 
  } 
  section.nuestros-autos h2 {
    font-size: 18px;
  }

  section.dealer .dealer-info .busca-dealer{
    width: 100%
  }
  .carousel-item .container .texto-banner a.link-cotizar {
    font-size: 9px;
  }

}

/*premio*/

section.premio{
  background-color: #fff;
  padding: 50px 0;
  margin: 0 auto;
}

section.premio figure img{
  text-align: center;
  margin: 0 auto;
}

/*fin*/

/*novedades*/

section.novedades{
  padding: 70px 0;
  padding-top: 0px;
  position: relative;
}

section.novedades p{
  font-size: 14px;
  color: #58595B;
  font-weight: 400;
   text-align: justify;
}


section.novedades ul li{
  font-size: 14px;
  color: #58595B;
}

section.novedades h2{
  font-size: 25px;
  color: #0c0807;
  font-weight: 700;
  position: relative;
}



section.novedades h2:before {
    content: "";
    width: 37px;
    height: 5px;
    background: #cd1130;
    position: absolute;
    display: inline-block;
    margin-right: 10px;
    bottom: -5px;
}

section.novedades h4{
  font-size: 18px;
  color: #0c0807;
  font-weight: 700;
  position: relative;
}

section.novedades .btn-novedades{
     display: block;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    background-color: #cd1130;
    width: 250px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 30px;
}

section.novedades a{
  text-decoration: none;
}

section.novedades a .card{
  padding: 30px;
  background-color: #fff;
  border-radius: 0;
  border: none;
}

section.novedades a .card h3{
  font-size: 15px;
  color: #58595B;
  font-weight: bold;
  margin-top: 10px;
}


section.novedades a .card p{
  color: #000;
  font-size: 14px;
   text-align: justify;
}


section.novedades a .card h5{
  font-size: 14px;
  color: #58595B;
  font-weight: 400;
}



section.novedades .page-numbers{
  border: 1px solid  #cd1130;
  background-color: #fff;
  color:  #cd1130;
  font-size: 14px;
  font-weight: 500;
  width: 40px;
  height: 40px;
  display: inline-block;
  padding: 8px;
  margin: 0 5px;
}

section.novedades .next{
  width: 10%;
}

section.novedades .prev{
  width: 10%;
}


section.novedades .current{
  background-color:  #cd1130;
  color: #fff;
}

section.novedades .owl-carousel .owl-stage{
  text-align: center;
  margin: 0 auto;
}


 section.novedades .owl-nav .owl-next {
      background: url(../images/next-slider.png) no-repeat;
      right: 0px;
      font-size: 0;
      background-position: right;

  }
 section.novedades .owl-nav .owl-prev {
      background: url(../images/prev-slider.png) no-repeat;
      left: 0px;
      font-size: 0;
  }

@media only screen and (max-width: 990px){
  section.novedades .next{
    width: 40%;
  }

  section.novedades .prev{
    width: 40%;
  }

  section.intro-novedades .block-titulo h1{
    font-size: 18px;
  }

}


/*fin*/

/*Descargar PDF*/

section.descargar-pdf{
  padding: 70px 0;
  padding-top: 0px;
  position: relative;
}

section.descargar-pdf p{
  font-size: 14px;
  color: #58595B;
  font-weight: 400;
}

section.descargar-pdf .btn-novedades{
     display: block;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    background-color: #cd1130;
    width: 250px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 30px;
}

section.descargar-pdf a{
  text-decoration: none;
}

section.descargar-pdf a .card{
  padding: 30px;
  background-color: #fff;
  border-radius: 0;
  border: none;
}

section.descargar-pdf a .card i{
  font-size: 50px;
  text-align: center;
  color: #cd1130
}

section.descargar-pdf a .card p{
  color: #000;
  font-size: 14px;
  text-align: center;
  padding-top: 20px;
}


section.descargar-pdf a .card h5{
  font-size: 14px;
  color: #58595B;
  font-weight: 400;
}


section.descargar-pdf a:hover .card{
  background-color: #000;
  color: #fff;
  transition: 0.3s;
}

section.descargar-pdf a:hover i{
  color: #fff;
  transition: 0.3s;
}

section.descargar-pdf a:hover p{
  color: #fff;
  transition: 0.3s;
}

/*fin*/



/*red de atencion*/

section.red-atencion{
  padding: 70px 0;
  padding-top: 0px;
  position: relative;
}

section.red-atencion h2{
  font-size: 25px;
  color: #0c0807;
  font-weight: 700;
  position: relative;
}

section.red-atencion h2:before {
    content: "";
    width: 37px;
    height: 5px;
    background: #cd1130;
    position: absolute;
    display: inline-block;
    margin-right: 10px;
    bottom: -5px;
}

section.red-atencion p{
  font-size: 14px;
}

section.red-atencion .block-red-atencion{
  background: #fff;
  box-shadow: 0 2rem 4rem rgb(0 0 0 / 10%);
  padding: 2.5rem 2rem
}


section.red-atencion .block-red-atencion .resultados{
  display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 1rem;
}

section.red-atencion .block-red-atencion .resultados h3{
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

section.red-atencion .block-red-atencion .resultados .categoria{
      background: #0b0b0b;
    padding: 0.5rem 1.25rem;
    color: #fff;
}

section.red-atencion .block-red-atencion .block-resultados{
  padding-bottom: 15px;
  font-size: 14px;
}

section.red-atencion .block-red-atencion .block-resultados strong{
  color: #cd1130;
}

section.red-atencion .block-red-atencion .block-resultados a{
  color: #000;
  text-decoration: underline;
}

section.red-atencion .horario-block{
  height: 95px;
}

section.red-atencion .direccion-block{
  height: 40px;
}

section.red-atencion .block-red-atencion p{
  font-size: 14px;
  color: #000;
  /*padding: 15px 0;*/
}

section.red-atencion .block-red-atencion .google-map{
  display: flex;
    align-items: center;
    padding: 15px;
    background-color: #cd1130;
    width: 215px;
    max-width: 100%;
    font-size: 14px;
    color: #fff;
}
section.red-atencion .block-red-atencion .google-map i{
  margin-right: 10px;
}


section.red-atencion .form-control {
    font-size: 14px;
    color: #282828;
    font-weight: 300;
    border: transparent;
    border: 1px solid #cd1130;
    border-radius: 0;
    padding: 15px;
    height: auto;
}


section.red-atencion .card{
  background-color: transparent;
  border: none;
}

section.red-atencion .card-header{
  display: none;
}


@media screen and (max-width: 500px){
  section.red-atencion .horario-block{
    height: auto;
  }
  section.red-atencion .direccion-block{
    height: auto;
  }

}


/*fon*/

/*sobre garc*/

section.vm{
  padding: 70px 0;
  padding-top: 0px;
  position: relative;
}


section.vm h2{
  font-size: 25px;
  color: #0c0807;
  font-weight: 700;
  position: relative;
}

section.vm h2:before {
        content: "";
    width: 37px;
    height: 5px;
    background: #cd1130;
    position: absolute;
    display: inline-block;
    margin-right: 10px;
    bottom: 0px;
}



section.vm .block-vm{
  padding: 20px;
  background-image: url(../images/bg-sobre-gac.png);
  background-size: auto auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 300px;
}

section.vm .block-vm h3{
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}

section.vm .block-vm p{
  font-size: 14px;
  color: #fff;
  text-align: justify;
}


section.propuestas{
  padding: 70px 0;
  position: relative;
  background-color: #fff;
}

section.propuestas p{
  font-size: 14px;
  text-align: justify;
}


section.propuestas h2{
  font-size: 25px;
  color: #0c0807;
  font-weight: 700;
  position: relative;
}

section.propuestas h2:before {
        content: "";
    width: 37px;
    height: 5px;
    background: #cd1130;
    position: absolute;
    display: inline-block;
    margin-right: 10px;
    bottom: 0px;
}


section.propuestasv2{
  padding: 70px 0;
  position: relative;
   background-image: url(../images/hero-conoce.png);
  background-size: auto auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

section.propuestasv2 .block-vm{
  padding: 20px;
  background-color: #cd1130
}

section.propuestasv2 .block-vm h3{
  font-size: 18px;
  color: #fff;
}

section.propuestasv2 .block-vm p{
  font-size: 14px;
  color: #fff;
  text-align: justify;
}


section.timeline h2{
  font-size: 25px;
  color: #0c0807;
  font-weight: 700;
  position: relative;
}

section.timeline h2:before {
        content: "";
    width: 37px;
    height: 5px;
    background: #cd1130;
    position: absolute;
    display: inline-block;
    margin-right: 10px;
    bottom: 0px;
}



section.timeline .timer {
  list-style: none;
  position: relative;
  max-width: 750px;
  margin: auto;
  padding: 0;
}
section.timeline .timer::before {
  /* content: ''; */
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: #F2F2F2;
  left: 50%;
  transform: translateX(-50%);
}

section.timeline .timer .step {
  width: 50%;
  padding: 20px 15px;
  position: relative;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .04);
}
section.timeline .timer .step:not(:first-child),
section.timeline .timer .step:not(:last-child) {
  /*margin: 90px 0 60px 0;*/
}
section.timeline .timer .step:nth-child(odd) {
  transform: translateX(100%);
  border-left: 2px solid #cd1130;
  border-radius: 0 3px 3px 0;
  margin-left: -1px;
}
section.timeline .timer .step:nth-child(even) {
  border-right: 2px solid #000;
  border-radius: 3px 0 0 3px;
}

section.timeline .timer .step > span {
  position: absolute;
  height: 26px;
  width: 25px;
  color: #333;
  background-color: #F2F2F2;
  text-align: center;
  line-height: 22px;
  border-radius: 3px;
  font-size: .8rem;
}
section.timeline .timer .step:nth-child(odd) > span {
  top: -40px;
  left: -13px;
  border: 2px solid #cd1130;
}
section.timeline .timer .step:nth-child(even) > span {
  top: -40px;
  right: -13px;
  border: 2px solid lightsalmon;
}

section.timeline .timer .step h3 {
  margin-bottom: 15px;
}
section.timeline .timer .step p {
  font-weight: 300;
  font-size: .85rem;
  color: #555;
}


@media screen and (max-width: 850px){
   section.vm .block-vm{
    height: auto;
  }
}

@media screen and (max-width: 500px) {
  section.timeline .timer .step {
    width: 100%;
    text-align: center;
    transform: translateX(0%);
    border-radius: 3px !important;
  }
  section.timeline .timer .step:nth-child(odd) {
    transform: translateX(0%);
    border: none;
    border-top: 2px solid #cd1130;
  }
  section.timeline .timer .step:nth-child(even) {
    border: none;
    border-top: 2px solid lightsalmon;
  }
  section.timeline .timer .step span {
    left: 50% !important;
    transform: translateX(-50%);
  }

 
}

/*fin*/

/*Promociones*/
section.promociones{
  padding: 70px 0;
  position: relative;
  padding-top: 0;
}

section.promociones .block-promo{
  background-color: #fff;
  padding: 20px;
  position: relative;
}

section.promociones .block-promo .block-categoria{
  background-color: #cd1130;
  color: #fff;
  font-size: 14px;
  width: 180px;
  max-width: 100%;
  display: block;
  text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 7px;
}

section.promociones .block-promo h2{
  text-align: center;
  color: #cd1130;
  font-size: 18px;
  padding-bottom: 20px;
}

section.promociones .block-promo h6{
  font-size:14px; 
}



section.promociones .block-promo p{
  font-size: 12px;
  text-align: justify;
  margin-bottom: 40px;
}

section.promociones .block-promo ul li{
  font-size: 12px;
  text-align: justify;
}

section.promociones .block-promo ol li{
  font-size: 12px;
  text-align: justify;
}

section.promociones .block-promo  a.btn-promo{
    color: #fff!important;
    background-color: #cd1130;
    font-family: 'Montserrat', sans-serif;
    border-radius: 20px;
    padding: 10px;
    width: 180px;
    margin-top: 15px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;

}
/*fin*/


/*libro*/

section.form-libro{
  position: relative;
  padding: 70px 0;
  padding-top: 0px;
}

section.form-libro p{
  font-size: 14px;
}

section.form-libro .cotizar-white {
    background-color: #fff;
    padding: 40px;
    padding-top: 0;
}

section.form-libro h2{
  font-size: 15px;
  color: #cd1130;
  padding-top: 40px;
}

section.form-libro h3{
  font-size: 20px;
  color: #cd1130;
}

section.form-libro .table{
  background-image: url(../images/bg-sobre-gac.png);
  background-size: auto auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 20px;
  height: 150px;
}

section.form-libro .table h3{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

section.form-libro .table p{
  font-size: 12px;
  color: #fff
}

section.form-libro label {
    font-size: 14px;
    color: #282828;
    font-weight: 400;
}


section.form-libro .form-control {
    font-size: 14px;
    color: #282828;
    font-weight: 300;
    border: transparent;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding: 0;
    height: auto;
}

section.form-libro .form-control textarea{
  border: 1px solid #000
}

section.form-libro p.legal{
  font-size: 10px;
} 


section.form-libro .btn-enviar {
    background-color: #cd1130;
    color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 700;
    width: 200px;
    max-width: 100%;
    padding: 10px;
    border-radius: 20px;
}
/*fin*/



.bg-whitev2{
 background-color: #fff;
}

.bg-whitev2 h5{
      font-size: 9px;
    font-weight: 500;
    line-height: 16px;
     background-color: #fff;
     padding-bottom: 20px;
}



/*gracias*/


section.graciasv2 p{
   font-size: 23px;
    color: #000;
}

section.graciasv2 h3{
  font-size: 24px;
  color: #000000;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}

section.graciasv2 h5{
  font-size: 24px;
  color: #000000;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 18px;
}


section.graciasv2 h5 span{
  font-size: 14px;
}

section.graciasv2 p.respuesta{
   font-size: 14px;
    color: #000;
}


/*fin*/


/*seguridad*/

section.sobre-modelo .slider-seguriv2 {
    padding-top: 5px;
}

section.sobre-modelo .slider-seguriv2 .owl-stage{
  margin: 0 auto;
   
}

section.sobre-modelo .slider-seguriv2 .item {
    padding: 10px;
}
section.sobre-modelo .slider-seguriv2 {
    padding-top: 5px;
}

section.sobre-modelo .slider-seguriv2 .item {
    padding: 10px;
}


/*fin*/

/*grupo gac*/



section.intro-grupo-gac{
  padding: 70px 0;
  padding-top: 0;
}

section.intro-grupo-gac p{
  font-size: 14px;
  text-align: justify;
}

section.intro-grupo-gac .block-valores{
  padding: 20px;
  background-color: #fff;
  height: 230px;
}

section.intro-grupo-gac .block-valores h3{
  font-size: 17px;
  font-weight: bold;
}

section.intro-grupo-gac .block-valores p{
  font-size: 12px;
  text-align: left;
}

section.intro-grupo-gac .block-valores ul {
  padding: 15px;
}

section.intro-grupo-gac .block-valores ul li{
  font-size: 12px;
  text-align: justify;
  margin-bottom: 10px;
}


section.intro-grupo-gacv2{
  padding: 70px 0;
  padding-top: 0;
}


section.intro-grupo-gacv2 h2{
  font-size: 25px;
  color: #0c0807;
  font-weight: 700;
  position: relative;
}

section.intro-grupo-gacv2 h2:before {
        content: "";
    width: 37px;
    height: 5px;
    background: #cd1130;
    position: absolute;
    display: inline-block;
    margin-right: 10px;
    bottom: 0px;
}




section.intro-grupo-gacv2 p{
  font-size: 14px;
  text-align: justify;
}

.group-dp-slogan-inner ul{
  margin: 0;
  padding: 0;
  text-align: center;
}

.group-dp-slogan-inner li {
    display: inline-block;
    vertical-align: top;
    padding: 0 30px;
}

.group-dp-slogan-inner li .block-box .icon img {
    height: 128px;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.group-dp-slogan-inner li .block-box .title {
    margin-top: 25px;
    font-size: 16px;
}

@media (max-width: 992px){

  .group-dp-slogan-inner li .block-box .icon img {
  height: 50px;
}

  .group-dp-slogan-inner li {
    padding: 0;
  }

  .group-dp-slogan-inner li .block-box .title {
    font-size: 12px;
    writing-mode: vertical-lr;
    margin-top: 15px;
  }
}

/*fin*/

/* legal de imagen*/
section.legal-separador{
  padding: 20px;
  position: relative;
}
section.legal-separador p{
  padding-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0px;
}


/*fin*/



section.lista-modelos .bg-blanco{
  background-color: #fff;
  /*padding: 20px;*/
  padding: 70px;
}

section.lista-modelos .bg-blanco h2{
  font-size: 24px;
  color: #000000;
  font-weight: bold;
  position: relative;
}

section.lista-modelos .bg-blanco h2:after {
    content: "";
    display: block;
    height: 25px;
    width: 3px;
    background-color: #EB0A1E;
    position: absolute;
    top: 0;
    left: -14px;
    text-align: center;
    margin: 0 auto;
}


section.lista-modelos .slider-modelo .modelo h3 {
    color: #262626;
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
    margin-top: 5px;
    line-height: 20px;
    margin-bottom: 15px;
  }

    section.lista-modelos .slider-modelo .modelo h4{
      font-size: 14px;
      color: #58595B;
      font-weight: 400;
      text-align: center;
    }

     section.lista-modelos .slider-modelo .modelo h4 span{
    font-size: 12px;
    text-transform: uppercase;
    }

    section.lista-modelos .slider-modelo .modelo h5{
      font-size: 8px;
      margin-bottom: 10px;
      text-transform: uppercase;
      text-align: center;
      color: #EB0A1E;
      height: 15px;
    }

    section.lista-modelos .slider-modelo .modelo ul{
      padding: 0;
      margin: 0;
      text-align: center;
    }

    section.lista-modelos .slider-modelo .modelo ul li{
      display: inline-block;
      margin: 0 10px;
    }

    section.lista-modelos .slider-modelo .modelo ul li img{
      margin-bottom: 5px;
      max-width: 20px;
    }

  section.lista-modelos .slider-modelo a{
       display: block;
    background-color: #EB0A1E;
    margin: 0 auto;
    padding: 7px;
    font-weight: 400;
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    width: 120px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }

 
  section.lista-modelos .slider-modelo .modelo h2 span{
    font-weight: 300;
    font-size: 14px;
  }

  
   section.lista-modelos .slider-modelo .modelo{
    position: relative;
   }

  section.lista-modelos .slider-modelo .modelo:hover {
    cursor: pointer;
  }

  section.lista-modelos .slider-modelo .modelo:hover h2 {
    color: #cd1130;
  }

  section.lista-modelos .slider-modelo .modelo:hover h2 span{
    color: #262626;
  }




  /*ffffffffffff*/

  section.nuestros-autos .slider-modelo .modelo h3 {
    color: #262626;
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
    margin-top: 5px;
    line-height: 20px;
  }

    section.nuestros-autos .slider-modelo .modelo h4{
      font-size: 14px;
      color: #58595B;
      font-weight: 400;
      text-align: center;
    }

    section.nuestros-autos .slider-modelo .modelo a.link-modelos{
    background-color: transparent!important;
    padding: 0!important;
    width: 100%!important;
    display: block;
  }


    section.nuestros-autos .slider-modelo .modelo h4 span{
    font-size: 12px;
    text-transform: uppercase;
    }

    section.nuestros-autos .slider-modelo .modelo h5{
      font-size: 10px;
      margin-bottom: 10px;
      color: #cd1130;
      font-weight: 600;
      text-transform: uppercase;
      text-align: center;
      font-weight: bold;
      width: 170px;
      max-width: 100%;
    margin: 0 auto;
    height: 15px;
    }

    section.nuestros-autos .slider-modelo .modelo ul{
      padding: 0;
      margin: 0;
      text-align: center;
    }

    section.nuestros-autos .slider-modelo .modelo ul li{
      display: inline-block;
      margin: 0 10px;
    }

    section.nuestros-autos .slider-modelo .modelo ul li img{
      margin-bottom: 5px;
      width: 20px;
    }

     section.nuestros-autos .slider-modelo .modelo ul li h5{
      font-size: 8px;
      margin-bottom: 10px;
      color: #58595B;
      font-weight: 600;
      text-transform: inherit;
      font-weight: bold;
    }

  section.nuestros-autos .slider-modelo a.link-modelo{
       display: block;
    background-color: #cd1130;
    margin: 0 auto;
    padding: 7px;
    font-weight: 400;
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    width: 120px;
    max-width: 100%;
    margin-top: 10px;
    text-decoration: none;
  }

  section.nuestros-autos .slider-modelo a.sin-fondo{
    background-color: transparent;
    color: #cd1130;
    border: 1px solid #cd1130;
  }

   section.nuestros-autos .slider-modelo a.link-modelo:hover{
    background-color: #000;
    color: #fff;
    text-decoration: none;
   }

  section.nuestros-autos .slider-modelo .modelo h2 span{
    font-weight: 300;
    font-size: 14px;
  }

  section.nuestros-autos .slider-modelo a:hover{
    opacity: 1;
    cursor: pointer;
  }

   section.nuestros-autos .slider-modelo .modelo{
    position: relative;
   }


.btn-cotiza-aqui {
    background: #d71009;
    border: 1px solid #d71009;
    position: fixed;
    display: none;
}

.btn-cotiza-aqui a{
  color: #fff;
}

.btn-cotiza-aqui a:hover{
  text-decoration: none;
  background-color: #000;
}

@media (max-width: 990px){
section.nuestros-autos .slider-modelo .modelo ul{
  display: none;
}

section.cotizar .cotizar-white{
  padding: 10px;
}

section.lista-modelos .bg-blanco{
  padding: 20px;
}
}




@media (max-width: 550px){
  section.nuestros-autos .slider-modelo .modelo h4{
    font-size: 11px;
  }
  section.nuestros-autos .slider-modelo .modelo h4 span{
    font-size: 11px;
  }

  section.nuestros-autos .slider-modelo .modelo ul li{
    margin: 0 5px;
  }
}

@media (max-width: 990px){
  .btn-cotiza-aqui {
      width: 70%;
      margin: 0 auto;
      padding: 15px;
      top: auto;
      bottom: 10px;
      left: 0;
      text-align: center;
      border-radius: 10px;
      display: block;
      z-index: 99999;
      text-align: center;
      left: 0;
      right: 0;
      color: #fff;
  }
}


/*fin¨/


/*block mante - sobre nosotros*/

.block-mante{
  padding: 30px 0;
  background-color: #44596e;
  position: relative;
}

.block-mante p{
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

/*fin*/



/*gACLAB*/

section.intro-centro-gac{
	padding: 60px 0;
	position: relative;
	overflow: hidden;
	background: url(../images/gaclab/gaclab_seccion2_bg.webp) no-repeat;
	background-size: cover;
}

section.intro-centro-gac h1{
	font-size: 50px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}

section.intro-centro-gac h1 span{
	color: #EB0A1E
}

section.intro-centro-gac h2{
	font-size: 24px;
	color: #000;
	position: relative;
	margin-bottom: 40px;
}

section.intro-centro-gac h2:before {
    content: "";
    width: 130px;
    height: 1px;
    background: #cd1130;
    position: absolute;
    display: inline-block;
    margin-right: 10px;
    bottom: -20px!important;
}

section.intro-centro-gac p{
	font-size: 16px;
	color: #000;
}


section.agenda-gaclab{
	padding: 70px 0;
	position: relative;
	overflow: hidden;
	background-color: #000;
}

section.agenda-gaclab h2{
	font-size: 50px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}

section.agenda-gaclab h2 span{
	color: #EB0A1E
}


section.agenda-gaclab h3{
	font-size: 24px;
	color: #fff;
	position: relative;
	margin-bottom: 70px;
}

section.agenda-gaclab h3:before {
    content: "";
    width: 130px;
    height: 1px;
    background: #cd1130;
    position: absolute;
    display: inline-block;
    margin-right: 10px;
    bottom: -20px!important;
}

section.agenda-gaclab ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

section.agenda-gaclab ul li img{
	margin-right: 30px;
	width: 35px;
}

section.agenda-gaclab ul li{
	font-size: 14px;
	font-weight: 400;
	position: relative;
	color: #fff;
	margin-bottom: 30px;
	display: inline-flex;
	align-items: center;
}
section.agenda-gaclab ul li:before{
	content: "";
	position: absolute;
	background: url(../images/gaclab/gaclab_flecha-01.svg) no-repeat;
	left: 40px;
    height: 20px;
    width: 20px;
}

section.agenda-gaclab p.legal-agenda{
	font-size: 12px;
	color: #fff;
	text-align: right;
}

section.agenda-gaclab-2 {
	position: relative;
	background: url(../images/gaclab/gaclab_seccion4_bg.webp) no-repeat;
	padding: 0;
	background-color: #000;
	background-size: contain;
}

section.agenda-gaclab-2 h3{
	font-size: 24px;
	color: #fff;
	position: relative;
	margin-bottom: 40px;
	margin-top: 30px;
}

section.agenda-gaclab-2 h3:before {
    content: "";
    width: 130px;
    height: 1px;
    background: #cd1130;
    position: absolute;
    display: inline-block;
    margin-right: 10px;
    bottom: -20px!important;
}

section.agenda-gaclab-2 img{
	margin-bottom: 30px;
	width: 335px;
    max-width: 100%;
}


section.mante-prepago{
	padding: 70px 0;
	position: relative;
	overflow: hidden;
	background-color: #EBEBEB;
}

section.mante-prepago h3{
	font-size: 24px;
	color: #000;
	position: relative;
	margin-bottom: 70px;
}

section.mante-prepago h3:before {
    content: "";
    width: 130px;
    height: 1px;
    background: #cd1130;
    position: absolute;
    display: inline-block;
    margin-right: 10px;
    bottom: -20px!important;
}

section.mante-prepago p{
	color: 000;
	font-size: 16px;
}

section.mante-prepago .mante-listado img{
	width: 64px;
	max-width: 100%;
}

section.mante-prepago .mante-listado h4{
	color: #EB0A1E;
	font-size: 14px;
	margin-bottom: 20px;
	margin-top: 20px;
}

section.mante-prepago .mante-listado p{
	font-size: 14px;
	font-weight: 400;
}

section.conoces-gaclab{
	position: relative;
	background-color: #fff;
	overflow: hidden;
	padding: 0;
}

section.conoces-gaclab h3{
	font-size: 24px;
    color: #0c0807;
    font-weight: 700;
    position: relative;
    padding-left: 40%;
    padding-top: 50px;
}

section.conoces-gaclab h3:before {
    content: "";
    width: 37px;
    height: 5px;
    background: #cd1130;
    position: absolute;
    display: inline-block;
    margin-right: 10px;
    bottom: -10px;
}


section.conoces-gaclab .form-pdf .bg-item {
    background-color: #000;
    background: url(../images/gaclab/gaclab_conoce_01.webp) no-repeat;
    position: relative;
    padding: 20px;
    background-size: cover;
}
section.conoces-gaclab .form-pdf .bg-item2 {
    background: url(../images/gaclab/gaclab_conoce_2.webp) no-repeat;
    background-size: cover;
 
}
section.conoces-gaclab .form-pdf .bg-item3 {
    background: url(../images/gaclab/gaclab_conoce_3.webp) no-repeat;
    background-size: cover;
}

section.conoces-gaclab .form-pdf .bg-item img {
    width: 40px;
    margin-top: 30px;
}

section.conoces-gaclab .form-pdf .bg-item h2{
	color: #EB0A1E;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 15px;

}

section.conoces-gaclab .form-pdf .bg-item p{
	color: #fff;
	font-size: 14px;
	padding-bottom: 30px;
	    height: 130px;
}

section.conoces-gaclab .form-pdf .bg-item .form-control{
	font-size: 14px;
    color: #fff;
    font-weight: 300;
    border: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 0;
    background-color: transparent;
}

section.conoces-gaclab .form-pdf .bg-item .form-control option{
	color: #000;
}

section.conoces-gaclab .form-pdf .bg-item .btn-form-pdf{
	background-color: #cd1130;
    color: #fff;
    border: none;
    font-size: 12px;
    font-weight: 400;
    width: 110px;
    max-width: 100%;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
    margin-top: 75px;
    border-radius: 0;
    text-transform: uppercase;
    display: block;
    margin-bottom: 30px;
}

section.repo{
	background: url(../images/gaclab/gaclab_seccion7_bg.webp) no-repeat;
	background-repeat: repeat;
	padding: 100px 0;
	position: relative;
	overflow: hidden;
	background-size: cover;
}

section.repo h3{
	font-size: 24px;
    color: #0c0807;
    font-weight: 400;
    position: relative;
    margin-bottom: 30px;
    text-transform: uppercase;
   
}

section.repo h3:before {
    content: "";
    width: 37px;
    height: 2px;
    background: #cd1130;
    position: absolute;
    display: inline-block;
    margin-right: 10px;
    bottom: -10px;
}

section.repo p{
	color: #000;
	font-size: 14px;
	padding-bottom: 30px;
}

section.repo a{
	background-color: #58595B;
    color: #fff;
    border: none;
    font-size: 12px;
    font-weight: 400;
    width: 110px;
    max-width: 100%;
    padding: 10px;
    
    border-radius: 0;
    text-transform: uppercase;
    display: block;
    margin-bottom: 30px;
    text-align: center;
}

section.repo a.btn-catalogo{
	background-color: transparent;
    color: #cd1130;
    border: none;
    font-size: 12px;
    font-weight: 400;
    width: 200px;
    max-width: 100%;
    padding: 10px;
    margin-top: 25px;
    border-radius: 0;
    text-transform: uppercase;
    display: block;
    margin-bottom: 30px;
    border: 1px solid #cd1130;
    text-align: center;
}


@media (max-width: 990px){
	section.conoces-gaclab h3{
		padding-left: 20px;
	}

	section.agenda-gaclab-2{
		background-image: none;
		background-color: #000;
	}
}


@media (max-width: 550px){
	section.agenda-gaclab h2{
		font-size: 28px;
	}
	section.mante-prepago .mante-listado img{
		text-align: center;
		margin: 0 auto;
		display: block;
	}
	section.mante-prepago .mante-listado h4{
		text-align: center;
	}
	section.mante-prepago .mante-listado p{
		text-align: center;
	}
}


/*FIN*/


/*flotante rwd home*/


.btn-cotiza-aqui-rwd {
    
    position: fixed;
    display: none;
    bottom: 0;
}

.btn-cotiza-aqui-rwd ul {
  display: flex;
  padding: 0;
  width: 100%;
  margin: 0;
  background-color: #cd1130;
}


.btn-cotiza-aqui-rwd ul li{
  background-color: #cd1130;
display: inline-block;
margin: 0 0px;
width: 22%;
margin: 0 auto;
}

.btn-cotiza-aqui-rwd ul li img{
    width: 25px;
  display: block;
  margin: 0 auto;
}



.btn-cotiza-aqui-rwd a{
  color: #fff;
display: block;
font-size: 10px;
padding: 8px;

}


.btn-cotiza-aqui-rwd a:hover{
  background-color: #cd1130;
  text-decoration: none;
  color: #fff;
}


            .flotante-desk{
                min-height: 200px;
                position: fixed;
                top: 70%;
                right: 10px;
                z-index: 9999
            }
            .flotante-desk .btn-float {
    width: 54px;
    height: 54px;
    border: 0;
    outline: 0;
    cursor: pointer;
    background-color: #cd1130;
    border-radius: 100%;
    box-shadow: 0px 3px 12.48px 0.52px rgba(0, 0, 0, 0.45);
    color: #fff;
    font-size: 25pt; /*Trocar por ícone*/
    
    position: absolute;
    bottom: -20px;
    right: 0px;
}

.flotante-desk .btn-float::after {
    display: block;
    content: '+';
    transition: transform 0.2s;
        transform: rotate(135deg);
}

/*Remove o pontilhado do botão no firefox*/
.flotante-desk .btn-float::-moz-focus-inner {
    outline: 0;
    border: 0;
}

.flotante-desk .btn-float--active::after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.flotante-desk .menu-float {
    list-style: none;
    min-width: 185px;
    visibility: visible;
    transform-origin: bottom right;
    transition: transform,
                            opacity,
                            visibility;
    transition-duration: .2s;
    transition-timing-function: ease-out;

}

.flotante-desk .menu-float--hidden {
/*  -webkit-transform: translateY(45%);
    -moz-transform: translateY(45%);
    -ms-transform: translateY(45%);
    -o-transform: translateY(45%);
    transform: translateY(45%);*/
    transform: scale3d(.7,.3,.3);
    opacity: 0;
    visibility: hidden;
}

.flotante-desk .menu-float__item {
    margin-bottom: 10px;
    text-decoration: none;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    visibility: inherit;
        background: #cd1130;
}

.flotante-desk .menu-float__item img{
    margin-right: 10px;
    margin-left: 10px;
}

.flotante-desk .menu-float__icon {
    width: 42px;
    height: 42px;
    background-color: #323c48;
    border-radius: 50%;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flotante-desk .menu-float__icon::after {
    content: '';
    background-color: #c3c3c3;
    width: 15px;
    height: 15px;
}

.flotante-desk .menu-float__text {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    margin: 0;
    padding: 10px 0;
    margin-left: 22px;
    display: block;
    width: 100%;
    text-align: center;
}


@media (max-width: 990px){

  .flotante-desk{
    display: none;
  }

  .btn-cotiza-aqui-desk{
    display: none;
  }
  .btn-cotiza-aqui-rwd {
      width: 100%;
      margin: 0 auto;
      padding: 0px;
      padding-bottom: 0;
      top: auto;
      bottom: 0px;
      left: 0;
      text-align: center;
      border-radius: 0px;
      display: block;
      z-index: 9;
      text-align: center;
      left: 0;
      right: 0;
      color: #fff;
  }
}

/*fin*/

/*blog*/

@media (min-width: 1400px){
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
}
}

section.blog-gac {
    padding: 100px 0;
    position: relative;
}

 section.blog-gac  h1{
  font-size: 35px;
    color: #0c0807;
    font-weight: 500;
    position: relative;
    margin-bottom: 18px;
}


 section.blog-gac  h1:before {
    content: "";
    width: 37px;
    height: 2px;
    background: #cd1130;
    position: absolute;
    display: inline-block;
    margin-right: 10px;
    bottom: -3px;
}


 section.blog-gac .fecha-noticia{
  font-weight: 400;
  font-size: 12px;
 }
section.blog-gac article{
  padding: 30px;
    background-color: #fff;
    border-radius: 0;
    border: none;
}

section.blog-gac article img{
  max-width: 100%;
    height: auto;
}

section.blog-gac article h2{
  font-size: 15px;
    color: #58595B;
    font-weight: 700;
    margin-top: 10px;
    height: 80px;
}

section.blog-gac article a{
  font-size: 14px;
  font-weight: bold;
  color: #cd1130
}

section.blog-gac article .post-category a{
   color: #cd1130;
    font-size: 14px;
}


section.blog-gac article .post-excerpt p{
  color: #000;
    font-size: 14px;
    text-align: justify;
}

section.blog-gac  .page-numbers{
  border: 1px solid  #cd1130;
  background-color: #fff;
  color:  #cd1130;
  font-size: 14px;
  font-weight: 500;
  width: 40px;
  height: 40px;
  display: inline-block;
  padding: 8px;
  margin: 0 5px;
}

section.blog-gac  .next{
  width: 11%;
}

section.blog-gac  .prev{
  width: 11%;
}


section.blog-gac  .current{
  background-color:  #cd1130;
  color: #fff;
}


 .sidebar-content{
  padding: 15px;
    background-color: #fff;
    border-radius: 0;
    border: none;
}

 .sidebar-content  .widget{
  padding-bottom: 30px;
}

 .sidebar-content  .widget ul {
  padding: 0;
  margin: 0;
 }

 .sidebar-content  .widget ul li {
  list-style: none;
  color: #000;
  font-size: 14px;
  margin-bottom: 15px;
 }

.sidebar-content  .widget ul li a {
  list-style: none;
  color: #000;
  font-size: 14px;
 }


 .sidebar-content .widget-title-holder h3{
  font-size: 18px;
    color: #0c0807;
    font-weight: 500;
    position: relative;
    margin-bottom: 18px;
}


 .sidebar-content .widget-title-holder h3:before {
    content: "";
    width: 37px;
    height: 2px;
    background: #cd1130;
    position: absolute;
    display: inline-block;
    margin-right: 10px;
    bottom: -3px;
}

 .sidebar-content input{
  width: 170px;
  border: 1px solid #c0c0c0;
    height: 30px;
}
 .sidebar-content input:nth-child(3){
  background-color: #cd1130;
  color: #fff;
  width: 70px;
      border: none;
    font-size: 13px;
    height: 30px;
}

section.success {
   padding: 150px 0;
    position: relative;
    background-color: #F5F5F5
}

section.success .fecha-noticia {
  font-size: 12px;
  color: #cd1130;

}


section.success img{
  max-width: 100%;
    height: auto;
    padding-bottom: 20px;
}

section.success  h1 {
    color: #000;
    margin-bottom: 20px;
    font-size: 24px;
}


section.success p {
    font-size: 14px;
    color: #58595B;
    font-weight: 400;
    text-align: justify;
}

section.success p a{
  color: #cd1130;
}

section.success ul {
      margin: 30px 0;
}

section.success ul li{
  font-size: 14px;
    color: #58595B;
    font-weight: 400;
    text-align: justify;
    margin-bottom: 10px;
}

section.blog-gac .wp-pagenavi span {
		border: 1px solid  #cd1130;
  background-color: #fff;
  color:  #cd1130;
  font-size: 14px;
  font-weight: 500;
  width: 40px;
  height: 40px;
  display: inline-block;
  padding: 8px;
  margin: 0 5px;
}

section.blog-gac .wp-pagenavi span.current {
    background-color: #cd1130;
    color: #fff;
}


section.blog-gac .wp-pagenavi a {
		border: 1px solid  #cd1130;
  background-color: #fff;
  color:  #cd1130;
  font-size: 14px;
  font-weight: 500;
  width: 40px;
  height: 40px;
  display: inline-block;
  padding: 8px;
  margin: 0 5px;
}


section.success .owl-carousel .owl-stage{
  text-align: center;
  margin: 0 auto;
}


 section.success .owl-nav .owl-next {
      background: url(../images/next-slider.png) no-repeat;
      right: 0px;
      font-size: 0;
      background-position: right;

  }
 section.success .owl-nav .owl-prev {
      background: url(../images/prev-slider.png) no-repeat;
      left: 0px;
      font-size: 0;
  }


  @media (max-width: 990px){
   section.blog-gac article h2{
    height: 60px;
    font-size: 14px;
   } 
  }

  


/*fin*/


/*Ecoamigables*/

section.intro-centro .intro-eco{
  background-color: #0164D5;
}

section.intro-centro .intro-eco h1{
  color: #fff;
}

.eco-color{
  background-color: #0164D5!important;
}


section.ecoamigables h2:before{
    background-color: #0164D5;
}

section.ecoamigables a{
  background-color: #0164D5;
}


section.ecoamigables .owl-dots span{
  background-color: #0164D5;
}

section.ecoamigables .owl-dots .owl-dot:hover span {
  background-color: #0164D5;
}

section.ecoamigables .active span {
  background-color: #000;
}


.btn-cotiza-eco-rwd {
    
    position: fixed;
    display: none;
    bottom: 0;
}

.btn-cotiza-eco-rwd ul {
  display: flex;
  padding: 0;
  width: 100%;
  margin: 0;
  background-color: #0164D5;
}


.btn-cotiza-eco-rwd ul li{
  background-color: #0164D5;
display: inline-block;
margin: 0 0px;
width: 22%;
margin: 0 auto;
}

.btn-cotiza-eco-rwd ul li img{
    width: 25px;
  display: block;
  margin: 0 auto;
}



.btn-cotiza-eco-rwd a{
  color: #fff;
display: block;
font-size: 10px;
padding: 8px;
text-align: center;
}


.btn-cotiza-eco-rwd a:hover{
  background-color: #0164D5;
  text-decoration: none;
  color: #fff;
}

@media (max-width: 990px){
  .btn-cotiza-eco-rwd{
    display: block;
    width: 100%;
    z-index: 999;
  }
}

/*fin*/

/*Eco home*/


section.nuestros-autos .eco-home .slider-modelo .modelo h5{
  color: #0164D5;
}




section.nuestros-autos  .eco-home .slider-modelo a.link-modelo {
    background-color: #0164D5;
}

section.nuestros-autos .eco-home .slider-modelo a.sin-fondo {
    background-color: transparent;
    color: #0164D5;
    border: 1px solid #0164D5;
}

section.nuestros-autos  .eco-home .slider-modelo a.link-modelo:hover{
  background-color: #000;
  color: #fff;
}

section.nuestros-autos .eco-home .slider-modelo .modelo h3{
  color: #0164D5;
}

/*home banner*/
section.headmaster {
    text-align: center;
    padding: 0;
    height: auto;
    margin: 0;
    padding-top: 125px;
}
section.headmaster .slider-banner-principal .owl-next {
      background: url(../images/next-slider.png) no-repeat!important;
      right: 85px;
    font-size: 0!important;

  }
  section.headmaster .slider-banner-principal .owl-prev {
      background: url(../images/prev-slider.png) no-repeat!important;
      left: 85px;
    font-size: 0!important;
  }
section.headmaster .img-mobile{
  display: none;
}

@media (max-width: 990px){

 section.headmaster{
    padding-top: 0;
  }
 section.headmaster .img-desktop{
    display: none;
  }
 section.headmaster .img-mobile{
    display: block;
  }

 section.headmaster .slider-banner-principal .owl-next {
      right: 30px;
      font-size: 0!important;
      top: 90%;

    }
  section.headmaster .slider-banner-principal .owl-prev {
        left: 30px;
      font-size: 0!important;
      top: 90%;
    }
}

/*fin*/


/*Nueva red*/

section.sucursal-mapa{
  padding-top: 0;
  padding-bottom: 100px;
  position: relative;
}

section.sucursal-mapa h2{
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 50px;
}

section.sucursal-mapa .form-group label{
  font-weight: bold;
  font-size: 14px;
  color: #000000;
}

section.sucursal-mapa .form-group .form-control{
  border: 1px solid #C7C7C7;
  color: #000;
  border-radius: 0;
  background-color: transparent;
  font-size: 14px;
}

section.sucursal-mapa .form-group .btn-filtrar {
     display: block;
    background-color: #EB0A1E;
    margin: 0 auto;
    padding: 10px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    width: 100%;
    margin-top: 30px;
    border: none;
}

section.sucursal-mapa h2.block-title {
  font-size: 30px !important;
}


section.sucursal-mapa .block-exclusivos {
  border-top: 1px solid #C7C7C7 !important;
}


section.sucursal-mapa .btn-link {
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  color: #2f2f2f;
  border-radius: 0;
  display: inline-flex;
  width: 100%;
  height: auto;
  padding: 10px 0;
  position: relative;
  white-space: normal;
  padding-bottom: 20px;
  margin-top: 10px;
}

section.sucursal-mapa .btn-link img{
  margin-right: 18px;
  margin-top: -10px;
  width: 20px;
}

section.sucursal-mapa .btn-link h3{
  font-size: 16px;
  width: 220px;
  max-width: 100%;
}

section.sucursal-mapa .btn-link h3 span{
  display: block;
}


section.sucursal-mapa {
  padding-top: 70px;
}

section.sucursal-mapa .card-header {
  border-bottom: 0px !important;
  background-color: transparent;
  padding: 0;
}

section.sucursal-mapa .card-body{
  padding-top: 0;
  padding-left: 50px;
}

section.sucursal-mapa .card-body p {
  font-size: 14px;
  
}

@media (max-width: 991px) {
  section.sucursal-mapa__heading:after {
    bottom: 0 !important;
  }
}

@media (max-width: 991px) {
  section.sucursal-mapa__heading::before {
    bottom: 0 !important;
  }
}

.btn-link__title {
  font-size: 15px;
  margin-bottom: 0px;
}

.btn-link.collapsed {
  text-decoration: none;
}

.btn-link.collapsed:hover {
  text-decoration: none;
}

.btn:not(:disabled):not(.disabled):hover {
  text-decoration: none;
}


section.sucursal-mapa .card-header .accicon {

    position: absolute;
    right: 0;
}
section.sucursal-mapa .card-header .accicon img{
  width: 30px;
}

section.sucursal-mapa .collapsed .rotate-icon {
  transform: rotate(180deg);
  transition: .3s transform ease-in-out;
}


/*video modelo interna*/

section.videos-modelos{
  background-color: #fff;
  padding: 50px 0;
  border-bottom: 1px solid #F5F5F5;
}

.videos-modelos h3{
     font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
    text-align: center;
    margin-top: 13px;
}



/*google maps*/

.marker-heading{
  font-size: 20px;
  color: #000;
  font-weight: bold;
}

.marker-heading-store{
  font-size: 16px!important;
}


/*btn flotante gac*/


.app-gac{
   position: fixed;
  background: #171717;
  width: 100%;
  z-index: 5;
  top: 0;
  text-align: center;
  padding: 15px;
  color: #fff !important;
  }

  .app-gac img{
    width: 120px;
    max-width: 100%;
  }

  .app-gac:hover{
    text-decoration: none;
    color: #cd1130;
  }


  /*Flotas*/

  section.intro-flotas{
    background-color: #000;
    padding: 0 20px;
  padding-bottom: 40px;
  }
  section.intro-flotas h1{
    font-size: 50px;
    color: #fff;
    line-height: 40px;
    text-align: center;
  }
   section.intro-flotas h1 span{
    display: block;
    font-size: 24px;
    color: #CD1130;
  }

  section.respaldo-ast{
    background-image: url(../images/flotas/bg_gacflotas_seccion.webp);
    background-size: auto auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 80px 0;
  }

  section.respaldo-ast h2{
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
  }

  section.respaldo-ast h2 span{
    color: #CD1130;
  }


  section.respaldo-ast p{
    text-align: justify;
    font-size: 14px;
    color: #fff;
  }

  section.respaldo-option{
    background-color: #000;
    padding: 80px 0;
    overflow: hidden;
    position: relative;
  }

  section.respaldo-option .block-opt{
    display: flex;
  }

   section.respaldo-option .block-opt img{
    width: 60px;
    max-width: 100%;
    margin-top: -50px;
    margin-right: 25px;
   }

  section.respaldo-option .block-opt .texto h3{
    font-size: 24px;
    color: #fff;
  }

  section.respaldo-option .block-opt .texto h3 span{
     color: #CD1130;
  }

  section.respaldo-option .block-opt .texto p{
    text-align: justify;
    font-size: 14px;
    color: #fff;
  }

   section.respaldo-option a.btn-flotas{
      width: 100%;
      text-align: center;
      color: #fff;
      background-color: #cd1130;
      margin-top: 30px;
      padding: 20px;
    display: block;
    border: 1px solid #cd1130;
    font-size: 18px;
  }

   section.respaldo-option a.btn-flotas:hover{
    background-color: transparent;
    border: 1px solid #fff;
    transition: all 0.8s ease-out;
    text-decoration: none;
   }

  section.form-flotas{
    background-color: #212529;
    padding: 80px 0;
    position: relative;
  }

  section.form-flotas h2{
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
  }


  section.form-flotas .form-control{
  font-size: 14px;
    color: #fff;
    font-weight: 300;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 8px;
    background-color: transparent;
    margin-bottom: 10px;
   
}

section.form-flotas select.form-control{
  border: 1px solid #fff;
  padding: 8px;
}

section.form-flotas select.form-control option{
  color: #000;
}

section.form-flotas  .custom-control-label::before {
    border: 2px solid #cd1130;
    border-radius: 0;
}


section.form-flotas .custom-control-label::after {
    top: -1px;
    left: -27px;
    width: 25px;
    height: 25px;
}

section.form-flotas .custom-control-label::before {
    border: 2px solid #cd1130;
    background-color: transparent;
    width: 25px;
    height: 25px;
    top: -1px;
    left: -27px;
}

section.form-flotas .custom-control-input:checked~.custom-control-label::before {
    background-color: #cd1130!important;
}

section.form-flotas  .radio-block label{
  padding-left: 15px;
  color: #fff;
  font-size: 14px;
}

section.form-flotas  .radio-block label a{
  color: #CD1130;
}


section.form-flotas  select.control-red{
    border: 2px solid #cd1130;
    color: #cd1130;
    
}

section.form-flotas input::-webkit-outer-spin-button,
section.form-flotas input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

section.form-flotas .btn-cotizador{
  background-color:#CD1130;
  width: 200px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  font-size: 14px;
  color: #fff;
  border-radius: 20px;
  padding: 10px;
}

section.form-flotas input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
section.form-flotas input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
section.form-flotas input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
section.form-flotas input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}


section.form-flotas textarea::-webkit-input-placeholder {
color: #fff;
}

section.form-flotas textarea:-moz-placeholder { /* Firefox 18- */
color: #fff;  
}

section.form-flotas textarea::-moz-placeholder {  /* Firefox 19+ */
color: #fff;  
}

section.form-flotas textarea:-ms-input-placeholder {
color: #fff;  
}

section.form-flotas .error{
  color: #CD1130;
}

section.form-flotas #politica-error{
  position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    color: #CD1130;
}

/*libro*/


section.libro-de-reclamaciones {
  padding-top: 0;
}

section.libro-de-reclamaciones .bg-white{
  padding: 40px;
}

section.libro-de-reclamaciones .card-header{
  padding: 0;
  max-width: 100%;
  background-color: #ffff;
  display: inline-block;
  margin-bottom: 20px;
  border-radius: 0;
    border-bottom: none;
    margin-right: 10px;
}

section.libro-de-reclamaciones .btn-block  {
   background-color: #cd1130;
    min-height: 40px;
    color: #fff;
    border-radius: 0;
}

section.libro-de-reclamaciones .collapsed{
  background-color: #000;
  color: #fff;
  border-radius: 0;
}

section.libro-de-reclamaciones .form-control {
    font-size: 14px;
    color: #282828;
    font-weight: 300;
    border: transparent;
    border: 1px solid #000;
    border-radius: 0;
    padding: 8px;
    margin-bottom: 10px;
    background-color: transparent;
}

section.libro-de-reclamaciones .card{
  border-radius: 0;
  border: none;

}

section.libro-de-reclamaciones .card .btn{
  background-color: #000;
  color: #fff;
      border-radius: 0;
}

section.libro-de-reclamaciones .card .btn-cotizador{
  background-color: #cd1130;
}

section.libro-de-reclamaciones .titulo-acc{
  width: 100%;
  background-color: #000;
  padding: 15px;
}

section.libro-de-reclamaciones .titulo-acc h2{
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}

section.libro-de-reclamaciones .titulo-acc h2 span{
  margin-right: 20px;
    border: 1px solid #cd1130;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
  color: #cd1130;
  font-weight: bold;
}


section.libro-de-reclamaciones .custom-control-label{
  padding-left: 10px;
}

section.libro-de-reclamaciones   .custom-control-label::before {
    border: 2px solid #cd1130;
    border-radius: 0;
}


section.libro-de-reclamaciones  .custom-control-label::after {
    top: -1px;
    left: -27px;
    width: 25px;
    height: 25px;
}

section.libro-de-reclamaciones  .custom-control-label::before {
    border: 2px solid #cd1130;
    background-color: transparent;
    width: 25px;
    height: 25px;
    top: -1px;
    left: -27px;
}

section.libro-de-reclamaciones  .custom-control-input:checked~.custom-control-label::before {
    background-color: #cd1130!important;
}

section.libro-de-reclamaciones   .radio-block label{
  padding-left: 15px;
  font-size: 12px;
}

section.libro-de-reclamaciones   .radio-block label a{
  color: #cd1130;
}


section.libro-de-reclamaciones   select.control-red{
    border: 2px solid #cd1130;
    color: #cd1130;
    
}

section.libro-de-reclamaciones  input::-webkit-outer-spin-button,
section.libro-de-reclamaciones  input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}


section.libro-de-reclamaciones  [type="radio"]:checked,
section.libro-de-reclamaciones  [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
section.libro-de-reclamaciones  [type="radio"]:checked + label,
section.libro-de-reclamaciones  [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
section.libro-de-reclamaciones  [type="radio"]:checked + label:before,
section.libro-de-reclamaciones  [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: -24px;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
        border-radius: 0;
}
section.libro-de-reclamaciones  [type="radio"]:checked + label:after,
section.libro-de-reclamaciones  [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #cd1130;
    position: absolute;
    top: 4px;
    left: -20px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
section.libro-de-reclamaciones  [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
section.libro-de-reclamaciones  [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

section.libro-de-reclamaciones p{
  font-size: 12px;
}

.modal-libro{
  z-index: 999999;
}

.modal-libro .modal-header{
 text-align: center;
 font-size: 18px;
}

.modal-libro .modal-body p{
  font-size: 16px;
}

.modal-libro .modal-footer .btn-success{
  background-color: #000;
  font-size: 14px;
  color: #fff;
}


.modal-libro .modal-footer .btn-cerrar{
   background-color: #cd1130;
  font-size: 14px;
  color: #fff;
}

section.libro-de-reclamaciones .radio-block #politica-error{
  position: absolute;
  color: #cd1130;
    font-weight: bold;
    top: -30px;
    left: 0;
    right: 0;
    text-align: center;
}

  @media (max-width: 990px){
    section.lista-modelos h1{
      font-size: 30px;
    }
  }

   @media (max-width: 600px){

    section.libro-de-reclamaciones .card-body{
      padding: 5px;
      margin-top: 10px;
    }
    section.libro-de-reclamaciones .titulo-acc h2{
      font-size: 16px;
      color: #fff;
      font-weight: 400;
      position: relative;
      margin-left: 40px;

    }

    section.libro-de-reclamaciones .titulo-acc h2 span{
      position: absolute;
     left: -47px;
    }
   }