@charset "utf-8";
/* CSS Document colores E11F25 y 000000 */


/* CARRUSEL / MASONRY PARA PAG PRINCIPAL */
@media (max-width: 576px) {
    .hero__section.carrusel {
        display: none;
    }
}
@media (min-width: 576px) {
    .blog__page.masonry {
        display: none;
    }
}
.text-item h2 {
    line-height: 32px;
}
.text-item p {
    margin-bottom: 5px;
}


/* GALERÍA MASONRY LISTA DE CONTENIDOS */
.gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
    margin: 0 auto;
}
.gallery-item {
    width: calc(33.333% - 10px); /* 3 columnas */
    margin-bottom: 10px;
}
.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
}
/* texto */
.blog__content {
    width: 100%;
    text-align: left;
}
/* Ajustes para pantallas pequeñas */
@media (max-width: 768px) {
    .gallery-item {
        width: calc(50% - 10px); /* 2 columnas */
    }
}
@media (max-width: 576px) {
    .gallery-item {
        width: 100%; /* 1 columna */
    }
}
/* Centrar botón CARGAR MAS */
.btn-container {
    text-align: center;
    margin-top: 20px;
}







.centro-total {
  display: flex; 
  align-items: center;  /*Aligns vertically center */
  justify-content: center; /*Aligns horizontally center */
}

.custom-file-label::after {
    content: "Examinar...";
}

/* ----------- MENU ----------- */
.site-logo img {
	max-height: 80px;
}
.main__menu .nav__menu>li>a:after {
    background: #E11F25;
}
/* mostar y ocular menu */
.header{
	width: 100%;
	position: fixed;
	background-color: white;
	z-index: 1000;
	padding-bottom: 40px;
}
.header.is-hidden {
	transform: translate(0,-240px);
	transition: transform .3s;
}
.header.is-visible {
	transform: translate(0,0);
	transition: transform .3s;
}
/* header movil */
@media (max-width: 576px) {
	.header {
		padding-bottom: 0px;
	}
}
/* margenes superiores por menu fixed */
/* pag principal y contenido */
.hero__section, .contact__page {
    padding-top: 240px;
}
.contact__warp {
    padding: 20px 15px 40px;
}





/* listas */
.blog__page {
    padding: 240px 0 55px;
}



/* trampa para formularios */
.ciudad {
	display: none;
}



/* LINK */
a {
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;	
	color: #222222;
}
a:hover {
    color: #E11F25;
}




/* carrusel links */
.text-item h2 a {
	color: #222222;
}
.text-item h2 a:hover {
	color: #E11F25;
}
.text-item p a {
    font-size: 16px;
    color: #7E858B;
    font-weight: 700;
    text-transform: uppercase;
}
.text-item p a:hover {
    color: #E11F25;
}



/* CARRUSEL PRINCIPAL */
/* carrusel altura */
.hero-slider.principal .slide-item img {
    height: 540px;
}
/* carrusel fadein */
.slick-slide {
	opacity: 1; /* 0.7 */
	transition: opacity 1s; 
}
.slick-current, .slick-current-clone-animate {
	opacity: 1;
}
/* video imagen */
.video-gal a img {
	aspect-ratio: 16 / 9;
	object-fit: cover;	
}
/* boton youtube imagen carrusel */
/* boton video para acerca */
.slide-item {
    position: relative;
}
.video-play-btn i {
    position: absolute;
    background-color: #E11F25;
    color: #ffffff;
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 92px;
    border-radius: 50%;
    font-size: 20px;
    padding-left: 5px;
    display: block;
    z-index: 2;
    top: 50%;
    margin-top: -45px;
    -webkit-box-shadow: 0 0 20px #000000;
    box-shadow: 0 0 20px #000000;
    left: 50%;
    margin-left: -45px;
}
/*
.video-play-btn:hover i {
    background-color: #333333;
}
*/


/* Load More */
.site-btn i {
    font-size: 15px;
    top: 0px;
}


/* categos metadata */
.blog__metas .blog__meta a {
    color: #7E858B;
}
.blog__metas .blog__meta a:hover {
    color: #E11F25;
}


/* wa y links para img categos */
.blog__item span {
    padding: 5px 12px;
    background-color: #E11F25;
    font-size: 24px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.blog__item span:hover {
    background-color: #222222;
}
.site-btn {
	background: #E11F25;
	border-radius: 0;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;	
}
.site-btn:hover {
	background: #222222;
}
.blog__content h4 a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 6px;
    left: 0;
    bottom: 8px;
    background: #E11F25;
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.blog__content h4:hover a:after {
    width: 100%;
}




/* contenidos */
/* categoria, nop ahora WA */
.blog__cata {
    background: #25D366;
}
.blog__cata:hover {
    background: #000000;
}
.blog__cata a {
    color: #FFFFFF;
}
/* etiquetas */
.post__tags a:hover {
    background: #E11F25;
}
/* mapa */
.map-responsive{
    overflow:hidden;
    padding-bottom:40%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/* formulario contacto */
.comment__form input:focus, .comment__form textarea:focus {
    border: 1px solid #E11F25;
}
.contact__form textarea {
    margin-bottom: 26px;
}

/* contacto */
.contact__social a:hover {
    background: #E11F25;
}
.mapa iframe {
	height: 340px;
}
.contact__form input:focus, .contact__form textarea:focus {
    border: 1px solid #E11F25;
}


/* COMERCIO ALERTS */
.alert {
    border-radius: 0px;
}
/* COMERCIO FORMULARIOS */
.contact__form input[type='checkbox'] {
	width: auto;
    height: auto;    
}
.contact__form select {
    width: 100%;
    height: 50px;
    font-size: 16px;
    padding: 15px 20px;
    margin-bottom: 26px;
    color: #222222;
    border: 1px solid rgba(0, 0, 0, 0.1);
}



/* footer */
.footer__copyright__text a:hover {
    color: #E11F25;
}






















