@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
*{
    font-family: 'Lato';
}
.slide__flex{
    display: flex;
  align-items: center;
  justify-content: center;
}
#videoIntro, #video__fin{
    /* width: 100%; */
    height: 100%;
}
.navbar-fixed{
    height: 110px;
}
nav{
    height: 110px;
    background-color: #fff;
    background-image: url('../img/textura.png');
}
.brand-logo{
    margin-top: 20px;
    margin-bottom: 1rem;
}
.brand-logo img{
    width: 105px;
}

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

nav ul a{
    font-family: "Lato",sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.085em;
    text-transform: uppercase;
    color: rgb(9,69,95);
    margin: 0 15px;
    padding: 0;
    padding-top: 40px;
    line-height: normal;
}
.dropdown-trigger:after {
    content: "\f103";
    margin-left: 0.35em;
    font-family: "FontAwesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
nav ul a:hover, .linkActivo{
    color: rgb(247,146,30);
    background: none;
    box-shadow: 0 2px 0 0 rgb(247,146,30);
}
.subLinkActivo{
    color: rgb(247,146,30) !important;
}
#dropdown1{
    top: 60px !important;
    width: auto !important;
}
.dropdown-content li>a{
    text-transform: none;
    color: rgb(9,69,95);
}
.dropdown-content li:hover{
    background: none;
}
.dropdown-content li>a:hover{
    box-shadow: 0 0px 0 0 rgb(247,146,30);
}
nav i.material-icons {
    font-size: 40px;
    color:#000;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 0 0 rgba(0,0,0,0.25);
    padding: 5px;
    height: auto;
    line-height: normal;
    margin-top: 25px;
}
.sidenav{
    background-color: #fff;
    background-image: url('../img/textura.png');
    text-transform: uppercase;
    color: rgb(9,69,95);   
}
.sidenav li>a>i{
    color: rgb(9,69,95);
}
.sidenav li>a>i:hover{
    color: rgb(247,146,30);
}
.sidenav li>a,.sidenav .submenu>a{
    margin: 5px;
    color: rgb(9,69,95);
    border: solid 1px rgb(9,69,95); 
}
.sidenav .submenu{
    padding-left: 25px;
}
.sidenav li>a:hover{
    color: rgb(247,146,30);
    border: solid 1px rgb(247,146,30);
    background: none;
}
.sidenav li>a:hover > i {
    color: rgb(247,146,30);
}
/* slider */
.slider{
    height: 500px;
}
h1,h2{
    color: rgb(247,146,30);
    font-size: 2.5em;
}
.btn__descarga h2{
    color: rgb(9,69,95);
    transition: transform .5s;
}
.btn__descarga:hover > h2{
    color: rgb(247,146,30);
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1); 
}
p{
    font-size: 1.2rem;
    color: rgb(119,119,119);
}
.fondoGris{
    background-color: rgb(238,238,238);
}
.punto{
    background-color: rgba(255,255,255,0.6);
    margin-right: 12%;
}
.punto:last-of-type{
    margin-right: 0;
}
.punto p, .punto ul li{
    text-align: justify;
    font-size: 1rem;
    color: rgb(119,119,119);
}
#puntos{
    padding-top: 3.5em;
}
.row__instituciones{
    display: flex;
    align-items: center;
}

/* .instituto{
    margin-right: 4%;
} */
.instituto img{
    max-width: 100%;
}
.instituto:last-of-type{
    margin-right: 0;
}
footer, .page-footer{
    background-color: #1d232c;
    background-image: url("../img/textura.png");
}
.page-footer .row{
    margin-bottom: 0;
}
#menuFooter li{
    display: inline-block;
}
#menuFooter li>a, #menuFooter a{
    text-transform: uppercase;
    color: #fff;
    font-size: 11px;
}
#menuFooter li>a:hover{
    opacity: 0.35;
}

.page-footer p, .page-footer a{
    color: #fff;
    font-size: 11px;
}
#menuFooter li:before {
    content: "/";
    float: left;
    margin: 0 0.55em 0 0.45em;
    opacity: 0.35;
}
#menuFooter li:first-child:before {
    content: none;
}
.whatsapp__CA{
    z-index: 100;
    position: fixed;
    bottom: 15%;
    right: 10%;
    width: 1px;
    height: 1px;
}
.whatsapp__img{
    transition: transform .5s;
}
.whatsapp__img:hover{
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1); 
  }
.nav__redes{
    padding-top: 15px;
    color: rgb(9,69,95);
    transition: transform .5s;
}
.nav__redes:hover {
    box-shadow: 0 0 0 0 rgb(247,146,30);
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1); 
}
.btn__dpc{
    background-color: rgb(9,69,95);
}
.btn__dpc:hover, .btn__dpc:focus{
    background-color: rgb(247,146,30);
}

.btn__dpc-buscas{
    width: 200px;
}

.slides{
    background-color: rgb(18,23,34) !important;
}

.form__input-group,
.form-inv__input-group {
  width: 100%; }
  .form__input-group:not(:last-child){
    margin-bottom: 2rem; }
.form__input,
.form-inv__input {
  font-size: 1.5rem !important;
  font-family: inherit;
  padding: .5rem 0 !important;
  background-color: #fff !important;
  border: 1px solid #dddee2 !important;
  display: block;
  width: 100% !important;
  margin-bottom: 0 !important;
  transition: all .2s; }
  .form__input:focus,textarea:focus {
    outline: none;
    border-bottom: 3px solid #ec7601 !important;
    box-shadow: 0 0 0 0 !important; }
  .form__input:focus:invalid,
  .textarea:focus:invalid {
    border-bottom: 3px solid #ec7601 !important; }
    .form-inv {
      width: 100%;
      margin-left: 90rem;
      margin-top: 27rem; }
      @media (max-width: 93.75em) {
        .form-inv {
          margin-left: 60rem;
          margin-top: 16.5rem; } }
      .form-inv-header {
        position: absolute;
        color: #858788;
        left: 55%;
        top: 20%; }
.radio{
    margin-right: 10px;
}
    [type="radio"]:not(:checked)+span, [type="radio"]:checked+span {
        padding-left:25px;
    }
@media (max-width: 93.75em) {
          .form-inv-header {
            left: 39%;
            top: 12%; } }
            .inputIcon input[type=text] {
              text-indent: 3.5rem; }
            
            .inputIcon input[type=email] {
              text-indent: 3.5rem; }
            
            .inputIcon input[type=tel] {
              text-indent: 3.5rem; }
            
            .inputIcon input[type=text]:focus + i {
              color: #ec7601; }
            
            .inputIcon input[type=email]:focus + i {
              color: #ec7601; }
            
            .inputIcon input[type=tel]:focus + i {
              color: #ec7601; }
            
            .inputIcon {
              position: relative; }
              .inputIcon i {
                position: absolute;
                left: .7rem;
                top: 1.2rem;
                font-size: 1.6rem;
                color: #dddee2; }
          
textarea{
  width: 100%;
  height: 11rem;
  font-size: 1.5rem !important;
  background-color: #fff;
  outline-color: none;
  padding: 1rem 3.8rem;
  resize: none;
  border: 1px solid #dddee2 !important;
}
textarea:focus + i {
  color: #ec7601; }
.btn-large {
  font-family: 'Lato';
  margin-top: 1rem;
  box-shadow: none;
  border-radius: 0; }
  .btn-large:hover {
      box-shadow: none;
      border-radius: 0; }  

      [type="checkbox"].filled-in:checked+span:not(.lever):after {
        top: 0;
        width: 20px;
        height: 20px;
        border: 2px solid rgb(247,146,30);
        background-color: rgb(247,146,30);
        z-index: 0;
    }
    [type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:before, [type="radio"].with-gap:checked+span:after {
        border: 2px solid rgb(247,146,30);
    }
    [type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:after {
        background-color: rgb(247,146,30);
    }
.servicio{
    color: rgb(119,119,119)
}
.servicio:hover, .servicio:focus{
    color: rgb(9,69,95);
}
.servicio img{
    max-height: 50px;
}
/*banners */
#slide__flex-img2{
    background-image: url('../img/banner__automotriz-web.png');
}
#slide__flex-img3{
    background-image: url('../img/banner__flotilla-web.png');
}
#slide__flex-img4{
    background-image: url('../img/banner__lujo-web.png');
}
#slide__flex-img5{
    background-image: url('../img/banner__maquinaria-web.png');
}
#slide__flex-img6{
    background-image: url('../img/banner__blindados-web.png');
}
.slider .indicators .indicator-item.active {
    background-color: rgb(247,146,30);
}
#instituciones p{
    color: #ec7601;
}
@media only screen and (max-width: 1024px) and (min-width: 768px){
    #slide__flex-img2{
        background-image: url('../img/banner__automotriz-tablet.png') !important;
    }
    #slide__flex-img3{
        background-image: url('../img/banner__flotilla-tablet.png') !important;
    }
    #slide__flex-img4{
        background-image: url('../img/banner__lujo-tablet.png') !important;
    }
    #slide__flex-img5{
        background-image: url('../img/banner__maquinaria-tablet.png') !important;
    }
    #slide__flex-img6{
        background-image: url('../img/banner__blindados-tablet.png') !important;
    }
}
@media only screen and (max-width: 767px) and (min-width: 600px){
    .slider{
        height: 490px !important;
    }
    .slides{
        height: 450px !important;
    }
    #slide__flex-img2{
        background-image: url('../img/banner__automotriz-tablet.png') !important;
    }
    #slide__flex-img3{
        background-image: url('../img/banner__flotilla-tablet.png') !important;
    }
    #slide__flex-img4{
        background-image: url('../img/banner__lujo-tablet.png') !important;
    }
    #slide__flex-img5{
        background-image: url('../img/banner__maquinaria-tablet.png') !important;
    }
    #slide__flex-img6{
        background-image: url('../img/banner__blindados-tablet.png') !important;
    }
}
@media only screen and (max-width: 599px) and (min-width: 361px){
    .slider{
        height: 380px !important;
    }
    .slides{
        height: 340px !important;
    }
    #slide__flex-img2{
        background-image: url('../img/banner__automotriz-celular.png') !important;
    }
    #slide__flex-img3{
        background-image: url('../img/banner__flotilla-celular.png') !important;
    }
    #slide__flex-img4{
        background-image: url('../img/banner__lujo-celular.png') !important;
    }
    #slide__flex-img5{
        background-image: url('../img/banner__maquinaria-celular.png') !important;
    }
    #slide__flex-img6{
        background-image: url('../img/banner__blindados-celular.png') !important;
    }
}
@media only screen and (max-width: 360px){
    .slider{
        height: 340px !important;
    }
    .slides{
        height: 300px !important;
    }
    #slide__flex-img2{
        background-image: url('../img/banner__automotriz-celular.png') !important;
    }
    #slide__flex-img3{
        background-image: url('../img/banner__flotilla-celular.png') !important;
    }
    #slide__flex-img4{
        background-image: url('../img/banner__lujo-celular.png') !important;
    }
    #slide__flex-img5{
        background-image: url('../img/banner__maquinaria-celular.png') !important;
    }
    #slide__flex-img6{
        background-image: url('../img/banner__blindados-celular.png') !important;
    }
}
/* fondo azul */
#fondo__azul{
    background-color: rgb(18,23,34);
    padding-bottom: 1%;
}
#fondo__azul p{
    color: white;
}

#fondo__azul .btn__descarga h2{
    color: #858585;
    transition: transform .5s;
}
#fondo__azul .btn__descarga:hover > h2{
    color: rgb(247,146,30);
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1); 
}

#fondo__azul .btn__dpc{
    background-color: #858788;
    color: rgb(18,23,34);
}
#fondo__azul .btn__dpc:hover, .btn__dpc:focus{
    background-color: rgb(247,146,30);
    color: white;
}

@media only screen and (max-width: 1400px) and (min-width: 1025px){
    .container{
        width: 95%;
    }
    .whatsapp__CA{
        bottom: 15%;
        right: 10%;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 769px){
    nav .container{
        width: 95%;
    }
    .punto {
        margin-right: 0;
    }
    .whatsapp__CA{
        bottom: 15%;
        right: 10%;
    }
}
@media only screen and (max-width: 768px) and (min-width: 415px){
    .punto {
        margin-right: 0;
    }
    .whatsapp__CA{
        bottom: 15%;
        right: 15%;
    }
    .row__instituciones{
        display: block;
    }
    .instituto{
        margin-right: 0;
    }
    
}
@media only screen and (max-width: 414px) and (min-width: 361px){
    .punto {
        margin-right: 0;
    }
    .whatsapp__CA{
        bottom: 15%;
        right: 25%;
    }
    .row__instituciones{
        display: block;
    }
    .instituto{
        margin-right: 0;
    }
}
@media only screen and (max-width: 360px) and (min-width: 320px){
    .punto {
        margin-right: 0;
    }
    .whatsapp__CA{
        bottom: 20%;
        right: 30%;
    }
    .row__instituciones{
        display: block;
    }
    .instituto{
        margin-right: 0;
    }
}