/*===============Propiedades Globales================*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    border: 0;
    padding: 0;
}

/* ============= HEADER ===================
#txt-contacto-hdr {
    font-size: 10px;
}

#nro-contacto-hdr {
    font-size: 10px;
    font-weight: bold;
}
*/

/* ============= TIPS ============*/
.sinpadding [class*="col-"] {
    padding: 0;
}

.titulo-tips-lg {
    font-size: 18px;
    color: #0d62ab;
    /* font-weight: bold; */
}

.titulo-tips {
    font-size: 18px;
    color: #0d62ab;
    /* font-weight: bold; */
    margin-left: 8px;
}

.texto-tips {
    font-size: 13px;
    color: #666;
}

#boton-instagram a {
    text-decoration: none;
}

/* ============= TEMP CAROUSEL ============*/
body {
    margin: 0;
  }
  
  .carrusel {
    /*width: 100vw;*/
    /* height: 100vh;*/
    display: flex;
    align-items: center;
  }
  
  .carrusel-items {
    display: flex;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0px 0px;
  }
  
  .carrusel-item {
    min-width: 200px;
    max-width: 200px;
    height: 113px;

  }
  
  .carrusel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .carrusel-item:hover {
    transform: scale(1.2);
  }
/* ======================================*/


/*=================== BOTON WHATSAPP ==========================*/
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
    background-color:#fff;
}

.my-float{
	margin-top:16px;
}

/*===================FONDOS SECCIONES==========================*/
.cajon {
    height: 300px;
    padding-top: 70px;
    text-decoration: none;
}

.caja-indicadores {
    background-color: goldenrod;
}

#fondo-lvr {
    background-color: #1693d0;
}

#fondo-hrn {
    background-color: #3c5daa;
}

#fondo-lvv {
    background-color: #4b3393;
}

#fondo-scrp {
    background-color: #8f3795;
}

#fondo-eqp {
    background-color: #c41b64;
}

#fondo-tips {
    background-color: #ee2d24;
}

#fondo-seguro {
    background-color: #ff5c0b;
}

#fondo-gtia {
    background-color: #f89b21;
}

#fondo-cto {
    background-color: #fcbd14;
}

/* FONDOS CON IMAGEN PARA PANTALLA ANCHA */
#fondo-tips-img-lava-lg {
    background-image: url("../img/cabeceras/foto-lava-tips.jpg");
    background-position: center;
}

#fondo-tips-img-lvv-lg {
    background-image: url("../img/cabeceras/foto-lvv-tips.jpg");
    background-position: center;
}

#fondo-tips-img-hdr-lg {
    background-image: url("../img/cabeceras/foto-hdr-tips.jpg");
    background-position: center;
}

/* FONDOS CON IMAGEN PARA PANTALLA MOVIL */
#fondo-tips-img-lava-sm {
    background-image: url("../img/cabeceras/foto-lava-tips.jpg");
    background-position: bottom 0px right 855px;
}

#fondo-tips-img-lvv-sm {
    background-image: url("../img/cabeceras/foto-lvv-tips.jpg");
    background-position: bottom 0px right -160px;
}

#fondo-tips-img-hdr-sm {
    background-image: url("../img/cabeceras/foto-hdr-tips.jpg");
    background-position: bottom 0px left -100px;
}



#lvr-fondo-tip {
    background-color: #1863ad;
    border-width: thin;
    border-color: #1863ad;
}

#hdr-fondo-tip {
    background-color: #3c5daa;
    border-width: thin;
    border-color: #3c5daa;
}

#lvv-fondo-tip {
    background-color: #4b3393;
    border-width: thin;
    border-color: #4b3393;
}

#boton-tip {
    text-decoration: none;
    padding: 5px 14px;
    border-radius: 4px;
    border: 1px solid;
    border-color: #fff;
    font-size: 12px;
    text-align: center;
    color: #fff;
    /* background-color: #fff; */
}

#lvr-color-texto {
    color: #1693d0;
}

#hdr-color-texto {
    color: #3c5daa;
}

#lvv-color-texto {
    color: #4b3393;
}


#color-card {
    border-width: 1px;
    border-radius: 6px;
    border-color: #1863ad;
}

/*===================CARDS==========================*/
.card {
    background-color: transparent;
    border: 0;
    text-align: start;
}

#card-covid {
    color: #ed1c24;
}

#img-center {
    text-align: center;
}

@media (max-width: 575.98px) {
    .card-body {
    flex-wrap:wrap-reverse;
    flex-direction:column;
    }
}

/*===================MENU==========================*/

#menu a,
button {
    font-size: 14px !important;
    font-weight: 300;
}

#menu a {
    color: #6d6d6d;
}

#menu a:hover {
    color: #1863ad;
}

/*===================SLIDER DE IMAGENES==========================*/

.carousel-inner {
    max-height: 55rem !important;
}

/* ===================== MODAL IMAGENES AMPLIADAS OUTLET =============== */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  #myImg:hover {opacity: 0.7;}
  
  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.75); /* Black w/ opacity */
  }
  
  /* Modal Content (image) */
  .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
  }
  
  /* Caption of Modal Image */
  #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
  }
  
  /* Add Animation */
  .modal-content, #caption {  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  
  @-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
  }
  
  @keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
  }
  
  /* The Close Button */
  .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
    .modal-content {
      width: 100%;
    }
  }


/*=================== VIDEOS DE YOUTUBE ==========================*/

.video-responsive {
    overflow:hidden;
    padding-bottom:400px; /* Adecua este valor para controlar la altura del video */
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


/*===================SECCION NUESTRO EQUIPO IMAGEN==========================*/

#img-equipo {
    max-height: 30rem !important;
    width: 50%;
}


/*===================SECCION NUESTRO EQUIPO MAPA==========================*/
#local {
    margin-top: 50px;
    background-color: #f3f3f3;
    display: flex;
    justify-content: center;
    padding-bottom: 300px;
}

.mapa {
    background: url(../img/mapa.png);
    width: 100%;
    height: 500px;
}


.wrapper-local {
    width: 50%;
    margin-left: 100px;
    padding-top: 150px;
}


/*===========================SECCION EQUIPO MIAMI==================================*/
#numeros-local {
    margin: 0 !important;
    padding: 0 !important;
}

#numeros-local div {
    padding: 0 20px 0 0;
    text-align: left;
    height: 48px;
}

#numeros-local div:not(:last-child) {
    border-right: 2px solid #3f3f3f;
}

#numeros-local div:not(:first-child) {
    padding-left: 20px;
}

#numeros-local p {
    margin: 0;
}

/*=========================CONTACTOS BACKGROUND================================*/

#seccion-contacto {
    background-color: #e6e6e6;
    font-size: 12px;
}
#seccion-logos {
    background-color: #e6e6e6;
    padding-bottom: 30px;
}

/*=========================CONTACTOS FORMULARIO================================*/

#contenedor-formulario {
    background: #cccccc;
    border-radius: 5px;
}

#titulo-formulario {
    color: #3f3f3f;
}

#campos-contacto {
    font-size: 12px;
}

/*=========================FOOTER================================*/

footer {
    background: #3a3a3a;
    min-height: 100px;
    ;
}

footer p {
    color: #f3f3f3;
    text-align: center;
}

#iconos img {
    padding: 0 8px;
}

#txt-footer {
    font-size: 12px;
    color: #f3f3f3;
    font-weight: 100;
}

#ico-datos-pie {
    color: #505050;
    padding: 0 8px;
}

#txt-datos-pie {
    font-size: 14px;
    color: #505050;
    font-weight: 200;
    padding: 5px;
    text-decoration: none;
}

/*=========================MEDIA QUERIES PANTALLA ANCHA================================*/

@media (max-width:1200px) {

    #intro,
    #equipo {
        width: 90% !important;
        margin: auto;
    }

    #local {
        flex-wrap: wrap;
        padding-top: 30px;
    }

    .wrapper-local {
        width: 90%;
        margin: auto;
        padding-top: 50px;
    }

}

/*=========================MEDIA QUERIES PANTALLA SM================================*/


@media (max-width:768px) {

    #intro,
    #equipo {
        width: 90% !important;
        margin: auto;
    }


    #img-equipo {
        max-height: 20rem !important;
        width: 90%;
    }

    .wrapper-local {
        width: 90%;
        margin: auto;
        padding-top: 50px;
    }

    #local {
        flex-wrap: wrap;
    }

    .mapa img {
        width: 100%;
        height: auto;
    }

    #bg-contactos {
        top: -120px;
    }


}

/*=========================MEDIA QUERIES PANTALLA EXTRA-SM================================*/

@media (max-width: 576px) {
    #servicios-fila-2 {
        width: 100% !important;
    }

    #servicios-fila-1 {
        width: 100% !important;
    }

    .icono-wrap {
        flex-wrap: wrap !important;
        justify-content: center !important;
        text-align: center;
    }
}