@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
* {
  /* font-family: Helvetica; */
  font-family: 'Montserrat', sans-serif;
}
/* .fondo-suki:hover +#navScroll,
#navScroll:hover{ background-color: #ffffff; color: #000000; }
.fondo-suki:hover + #navScroll a,.fondo-suki:hover + .navbar.scrolled a,
#navScroll:hover a,.navbar.scrolled a{ color: #000000; } */

.bg-transparecia{
  /* background: rgba(255, 255, 255, .2); */
  background: rgb(0 0 0 / 10%);
}

.navbar.scrolled {
  background-color: rgb(0 0 0 / 40%);
  color: #FFF !important;
}
.bg-transparecia a,.bg-transparecia a{color:#ffffff;}

.mano,.mano:hover, .mano * { 
  cursor: pointer;
}

#navbarSupportedContent a{
  font-size:1rem;
}

.grow { 
  transition: all .2s ease-in-out; 
}

.grow:hover { 
  transform: scale(1.1); 
}
.img-g{
  height: 50px;
}

.font-azul{
  color: #213b89;
}

.font-azul-bajo{
  color: #305aa6;
}

.font-gris{
  color: #575756;
}

.font-gris-claro{
  color: #98988d;
  text-decoration:none;
}

.font-subtitulo{
  color: #4b5e65;
}

.font-form{
  color: #0f2832;
}

.enlace{
  text-decoration:none;
}

.pie{
  background-color: #f6f6f6;
}

.wrapper{
  overflow-x: hidden;
}

.my-slider{
  padding: 0 70px;
}

.slick-initialized .slick-slide{
  margin: 0 15px 0 0;
}

.slick-next, .slick-prev{
  z-index: 5;
}

.slick-next{
  right: 15px;
}

.slick-prev{
  left: 15px;
}

.slick-next:before, .slick-prev:before{
  color: #000;
  font-size: 26px;
}

.fondo-triangulo{
  background-image: url(./imagenes/azul-pie.png);
  background-repeat: round;
  width: 100%;
  padding: 10px 130px 10px 30px;
}

.text-justify {
  text-align: justify;
  text-justify: inter-word;
}

.pico-derecho{
  height: 150px;
  background: linear-gradient(135deg,#213b89 100px,#fff 0);
  left: 0;
  color: white;
  overflow: hidden;
}

.pico-izquierdo{
  height: 150px;
  background: linear-gradient(315deg,#213b89 100px,#fff 0);
  left: 0;
  color: white;
  overflow: hidden;
}

.container-w {
  position: relative;
  width: 100%;
}

.image-w {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-w {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(33,59,137,0.9);
}

.container-w:hover .overlay-w {
  opacity: 1;
}

.text-w {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  }

@media (min-width: 768px) {
  .text-w {width: 90%;}
}

@media (min-width: 992px) {
.text-w {width: 90%;}
}

.formulario{
  background-color: #F2F2F2;
  position: relative;
}

.over-rigth {
  position: absolute;
  top: -40px;
  right: 0px;
}

.over-left {
  position: absolute;
  top: -40px;
  left: 0px;
}

.over-left-80 {
  position: relative;
  top: -50px;
}

.over-carro{
  position: relative;
  /*  top: -110px; */  

}

.left-cero{
  top: 25%;
  left: 5%;
}

.w-auto{
  width: auto;
}

.label-suki{
  color: #676767;
  font-weight: 500;
  font-size: larger;
}

.btn-suki{
  color: #fff;
  background-color: #213b89;
  border-color: #213b89;
  padding: 10px 30px 10px 30px;
}

.fondo-suki{
  color: #fff;
  background-color: #213b89;
}

.form-suki{
  border: 0px;
}

.caja-azul{
  color: white;
  font-weight: 500;
  font-size: x-large;
  background-color: #213b89;
  padding: 30px;
  position: absolute;
  top: -5%;
  bottom: -5%;
  right: 3%;
  height: fit-content;
  width: inherit;
}

.caja-azul-simple{
  color: white;
  font-weight: 500;
  font-size: x-large;
  background-color: #213b89;
  padding: 30px;
  position: absolute;
  top: -5%;
  height: fit-content;
  width: inherit;
}

.caja-azul-normal{
  color: white;
  font-weight: 500;
  font-size: x-large;
  background-color: #213b89;
  width: inherit;
}

.media {
  position: relative;
  width: 100%;
}

.media ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.media ul li {
  height: 100%;
  display: inline-block;
  list-style: none;
}

.media ul li img {
  width: auto;
  height: 100%;
  cursor: pointer;
}

#logo-icon{ width:350px; }

.media_full {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.8); */
  background-color: #607d8bfa;
}

.prev {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFFFFF;
  font-size: 2em;
  font-weight: bold;
}

.next {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFFFFF;
  font-size: 2em;
  font-weight: bold;
}

.view_close {
  position: fixed;
  bottom: 15px;
  left: 0px;
  right:0px;
  margin:auto;
  width: 200px;
  height: 40px; 
}

.img_view {
  position: fixed;
  top: 15%;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: 75%;
}

.img_view img {
  display: block; 
}

.prev {
  position: absolute;
  left: 0;
}

.next {
  position: absolute;
  right: 0;
}

.image_slider{
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #F2F2F2;
  border-bottom: #213b89 4px solid;
}

.media_img{
  width: 95%;
}

.img-parallax-text {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
}

.lista-menu{
  right: 0 !important;
  position: relative;
}

@media (min-width: 992px) {
  .lista-menu{
    right: 0 !important;
    position: fixed;
  }
}

.font-sm{
  font-size: 11px;
}

.icon-sm{
  font-size: 14px;
}

.over-servicios{
  position: relative;
  top: -110px;    
}

.font-w-600{
    font-weight: 600;
}

.fondo-gris{
  background-color: #f3f3f3;  
}

.fondo-gris-modelos{
  background-color: #f6f6f6;  
}

.f-14{
  font-size: 14px;
}

.f-15{
  font-size: 15px;
}

.f-20{
  font-size: 20px;
}

.fw-500{
  font-weight: 500;
}

.w-60{
  height: auto;
  width: 55% !important;
}

.w-40{
  height: auto;
  width: 45% !important;
}
 
 /** Cambio LAHR **/
.border-top-suki{
  border-top: 2px solid #008DE1;
  width: 35px;
}

.azul-ligero{
  color: #008DE1;
}

.btn-catalogo{
  color: #008DE1 !important;
  border-color: #008DE1 !important;
  border-radius: 25px !important;
}

.color-accesorios{
  color: #595959;
}

.h-70{
  height: 70px;
}
 
.su-dropbtn {
  background-color: transparent;
  color: #000;
  font-size: 12.8px;
  border: none;
}

.su-dropdown {
  position: relative;
  display: inline-block;
}

.su-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 185px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  left: -60px;
}

.su-dropdown-content .su-a {
  color: #4B4B4B;
  padding: 10px 3px;
  text-decoration: none;
  display: block;
}

.su-a{
  background-color: #F2F2F2;
  color: #9A9A9A;
  font-weight: 600;
  padding: 5px;
  margin: 3px;
}


.su-dropdown-content .su-a:hover {
  background-color: #C5C5C5;
}

.su-dropdown:hover .su-dropdown-content {
  display: block;
}
 /** actualizado **/

.he-img{
  height: 30vw;
}

.bg-img{
  background-position: center center;
  background-size: cover;
  width: 100%;
  transform-origin: center top;
  transform-origin: center top;
  transition: var(--animation-duration);
}

.sombra{
  box-shadow: 0 2px 0 rgb(90 97 105 / 11%), 0 4px 8px rgb(90 97 105 / 12%), 0 10px 10px rgb(90 97 105 / 6%), 0 7px 70px rgb(90 97 105 / 10%);    
}
.borde-caja{
  border: 1px solid #dee2e6;
}

.left {
  position: relative;
  animation: left 5s;
  animation-direction: left;
}

@keyframes left {
  0%   {left: -200px; top: 0px;}
  25%  { left: 0px; top: 0px;}
}


/* MEDIA QUERIES */
/* // `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    #logo-icon{ width:260px; }
}

/* // `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

}

/* // `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    #navbarSupportedContent{
        background-color: #000000e3;
    }
    #navbarSupportedContent ul li{
        padding-top   :15px;
        padding-bottom:15px;
    }
    
    #navbarSupportedContent ul{
        min-height:100vh;
    }
}

/* // `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

}

/* // `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {

}