@charset "utf-8";
/* CSS Document */

/* VIDEO*/
.container1-max-width {
    position: relative;
    height: 80vh;
    margin-top: 0px;
}

.video-container {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-container video {
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
}

/* FIN VIDEO*/

/*LINEAS SEPARADORAS*/
.linea-color {
	border-top: 2px solid;
	color: blueviolet
}

/*PORTADAS HEADER*/
.img-productos {
    background-image: url("../img/header/ferre-instrumentacion-productos.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
    flex-direction: column;
	margin-top: 0px;
}

.header-tylok {
    background-image: url("../img/header/ferre-instrumentacion-tylok.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
    flex-direction: column;
	margin-top: 0px;
}

.header-automat {
    background-image: url("../img/header/ferre-instrumentacion-automatizacion.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
    flex-direction: column;
	margin-top: 0px;
}

.header-tele {
    background-image: url("../img/header/ferre-instrumentacion-telemetria.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
    flex-direction: column;
	margin-top: 0px;
}

.header-montajes {
    background-image: url("../img/header/ferre-instrumentacion-electromecanicos.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
    flex-direction: column;
	margin-top: 0px;
}

.header-asistecnica {
    background-image: url("../img/header/ferre-instrumentacion-asistencia.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
    flex-direction: column;
	margin-top: 0px;
}

.header-talento {
    background-image: url("../img/header/ferre-instrumentacion-apoyo.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
    flex-direction: column;
	margin-top: 0px;
}

.header-alquiler {
    background-image: url("../img/header/ferre-instrumentacion-alquiler.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
    flex-direction: column;
	margin-top: 0px;
}

.header-productos {
    background-image: url("../img/header/ferre-instrumentacion-planta.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
    flex-direction: column;
	margin-top: 0px;
}

/*LÍE DE COLOR*/
.linea-color {
	border-top: 4px solid;
	color: red
}

.linea-tylok {
	border-top: 2px solid;
	color: #05548f
}

/*GALERIA*/
#galeria .col-lg-3 {
    margin: 0 !important;
    padding: 15px;
}

#galeria img {
    width: 100%;
    height: 100%;
}

#galeria img:hover {
    border: 5px solid #fff;

}



/*CONTACTO CLIENTES*/
.contacto-container {
    display: flex;
    margin-right: 35PX;
    align-items: center;
    justify-content: center;
}

.contacto-container ul li {
    display: inline-block;
    margin: 0 20px;
    width: 100px;
    height: 100px;
    text-align: center;
}

.contacto-container ul li a {
    display: block;
    padding: 0 10px;
    background: #234d69;
    border-radius: 6px;
    color: #fff;
    line-height: 100px;
    font-size: 50pt;
    box-shadow: 0 3px 5px 0px rgba(0, 0, 0, .3);
}

.contacto-container ul li a:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 5px 5px 0px rgba(0, 0, 0, .7);
}

.contacto-container ul li .whatsapp:hover {
    background-color: #05d327;
}

.contacto-container ul li .location-dot:hover {
    background-color: #117bb8;
}

/*REDES SOCIALES LEPRINT*/
:root {
    --facebook: #3e5c9a;
    --instagram: #8134AF;
    --linkedin: #117bb8;
    --tiktok: #000000;
    --whatsapp: #05d327;
    --youtube: #c3271a;
}

.redes-container {
    display: flex;
    margin-right: 35px;
    align-items: center;
    justify-content: center;
}

.redes-container ul li {
    display: inline-block;
    margin: 0 3px;
    width: 35px;
    height: 35px;
    text-align: center;
}

.redes-container ul li a {
    display: block;
    padding: 0 10px;
    background: red;
    border-radius: 6px;
    color: #fff;
    line-height: 35px;
    font-size: 10pt;
    box-shadow: 0 3px 5px 0px rgba(0, 0, 0, .3);
}

.redes-container ul li a:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 5px 5px 0px rgba(0, 0, 0, .7);
}

.redes-container ul li .whatsapp:hover {
    background: var(--whatsapp);
}

.redes-container ul li .facebook:hover {
    background: var(--facebook);
}

.redes-container ul li .instagram:hover {
    background: var(--instagram);
}

.redes-container ul li .linkedin:hover {
    background: var(--linkedin);
}

.redes-container ul li .tiktok:hover {
    background: var(--tiktok);
}

.redes-container ul li .youtube:hover {
    background: var(--youtube);
}

/*FIN REDES SOCIALES*/

