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

* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
}
body {
	margin: 0;
	font-family: 'Barlow', sans-serif;
	background-image: url("images/pattern.png");
	background-position: center;
	font-size: 19px; line-height: 28px;
	text-align: center;
}
.wrap {
	width: 1440px;
	margin-left: auto;
	margin-right: auto;
}


.portaLogo {padding: 20px 0; margin-left: auto; margin-right: auto; width: 310px;}
.logo {height: auto; width: 100%;}






h1, .estiloTitulo {
	font-family: 'Barlow', sans-serif;
	font-style: italic;
	font-weight: 900;
	font-size: 60px;
	line-height: 59px;
	padding: 20px 0;

}
h2 {
	font-family: 'Barlow', sans-serif;
	font-size: 50px;
	line-height: 44px;
	padding: 20px 0;
	font-weight: 400;
}
h3, h4 {
	font-family: 'Barlow', sans-serif;
	font-size: 26px;
	line-height: 26px;
	padding: 10px 0;
	font-weight: 700;
}

p {padding: 10px; font-size: 19px; line-height: 28px;}
b {font-weight: 700;}
a {text-decoration: none; color: crimson;}
a:hover {text-decoration: none;}

.txtIngles { font-weight: 700; color: #4c2d16;}



.cursiva {font-family: 'signpainter'; font-size: 60px;	line-height: 54px;	color: #714732;	padding: 20px;}
.txtCentrado {text-align: center;}
.espacioInferior {padding-bottom: 50px;}
.redondear {border-radius: 20px;}


.icoSocial {font-size: 40px;}
.icoSocial a {text-decoration: none; color: #000000;}


.colorBlanco {color: #FFFFFF;}
.colorRojo {color: #ed1b24;}

.fondoAzul {color: #000000;}
.fondoCafe {color: #c6baa2;}


.footer {background-color: #000; padding: 30px 20px 100px 20px;}

ul {list-style: none;}


/* Menu Principal */
nav {
			display: flex;
			justify-content: center;
			align-items: center;
		}
		
		nav ul {
			list-style: none;
			margin: 0;
			padding: 0;
			display: flex;
			justify-content: center;
			align-items: center;
		}
		
		nav li {
			margin: 0 10px;
		}
		
		nav a {
			font-family: 'Barlow', sans-serif;
			font-weight: 400;
			color: #000;
			text-decoration: none;
			font-size: 26px;
			line-height: 26px;
			padding: 10px;
			border-radius: 5px;
			transition: background-color 0.3s ease;
		}
		
		nav a:hover {
			background-color: #000;
			color: #fff;
		}
.barraMenu {padding: 0 0 10px 0; width: 100%; max-width: 1440px; margin-right: auto; margin-left: auto;}
.barraMenuSeccion {padding: 30px 0 30px 0; max-width: 1440px; margin-right: auto; margin-left: auto;}



/* Sistema de colúmnas */
.row {
  display: flex;
  flex-wrap: wrap;
}

.col-2,
.col-3,
.col-4 {
  padding: 15px;
  margin-bottom: 30px;
}

.col-2 {
  flex: 0 0 calc(50% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}

.col-3 {
  flex: 0 0 calc(33.3333% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}

.col-4 {
  flex: 0 0 calc(25% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}
.fondoBordeCol {border: 1px solid #ccc; background-color: #c6baa2;}


/* Boton Whats */
.botonWhatsapp {
  position: fixed;
  bottom: 90px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  z-index: 9999;
	
}

.whatsapp-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  box-shadow: 0px 2px 5px #888888;
}

.whatsapp-link i {
  color: #fff;
  font-size: 45px;
}

a.whatsapp-link {text-decoration: none;}

/* Boton LinkTree */
.botonLinkTree {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  z-index: 9999;
	
}

.linktree-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #333;
  border-radius: 50%;
  box-shadow: 0px 2px 5px #888888;
}

.linktree-link i {
  color: #fff;
  font-size: 30px;
  padding-bottom: 5px;	
}

a.linktree-link {text-decoration: none;}


/* Menu Celular */
.menuCelular {
  position: fixed;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  z-index: 9990;
  background-color: #666;
  padding: 10px 0;	
}


/* Boton Clular */
.buttonMenuCelular {
  align-items: center;
  background-color: initial;
  background-image: linear-gradient(#464d55, #25292e);
  border-radius: 8px;
  border-width: 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .1),0 3px 6px rgba(0, 0, 0, .05);
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  font-family: expo-brand-demi,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 18px;
  height: 52px;
  justify-content: center;
  line-height: 1;
  margin: 5px;
  outline: none;
  overflow: hidden;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  transition: all 150ms;
  vertical-align: baseline;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.buttonMenuCelular:hover {
  box-shadow: rgba(0, 1, 0, .2) 0 2px 8px;
  opacity: .85;
}

.buttonMenuCelular:active {
  outline: 0;
}

.buttonMenuCelular:focus {
  box-shadow: rgba(0, 0, 0, .5) 0 0 0 3px;
}

.btnMenuColor {color: #fff; background-image: linear-gradient(#464d55, #25292e);}
.btnWhatsColor {color: #fff; background-image: linear-gradient(#6eed75, #00c817); font-size: 30px;}
.btnMailsColor {color: #42370D; background-image: linear-gradient(#ffed4a, #ffb547); font-size: 25px;}


/* Parches */
.soloTableta {display: none;}
.soloCelular {display: none;}

ul {padding: 10px 20px;} 


.imgFluida {width: 100%; height: auto;}



.slideshow-container {
    position: relative;
    width: 100%;
    height: 50vh; /* Altura completa de la ventana */
    overflow: hidden; /* Ocultar cualquier parte de la imagen que exceda el contenedor */
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0; /* Inicialmente ocultas */
    transition: opacity 3s ease-in-out;
    object-fit: cover; /* Asegura que la imagen mantenga su proporción */
}

#image1, #image1t, #image1c {
    opacity: 1; /* Asegura que la imagen 1 sea visible desde el inicio */
}

#image2, #image2t, #image2c {
    /* La imagen 2 está configurada para ser manipulada por JavaScript */
}



.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}

.modal-contenido {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
	position: relative; /* Agregado para la animación */
    animation-name: slideUp; /* Nombre de la animación */
    animation-duration: 0.5s; /* Duración de la animación */
}

.cerrar {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.cerrar:hover,
.cerrar:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}



@media only screen and (min-width: 1280px) and (max-width: 1439px) {
.wrap {width: 1280px;}
.soloTableta {display: none;}
.soloCelular {display: none;}
}

@media only screen and (min-width: 960px) and (max-width: 1279px) {
.wrap {width: 960px;}
.soloTableta {display: none;}
.soloCelular {display: none;}	
}

@media only screen and (min-width: 640px) and (max-width: 959px) {
.wrap {width: 640px;}
.soloEscritorio {display: none;}
.soloTableta {display: block;}
.soloCelular {display: none;}	
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
.wrap {width: 480px;}
.soloEscritorio {display: none;}
.soloTableta {display: none;}
.soloCelular {display: block;}
.botonWhatsapp, .botonLinkTree {display:none;}	
.buttonMenuCelular {height: 48px;}
.col-2, .col-3, .col-4 {flex: 0 0 100%;}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
.wrap {width: 320px;}
.soloEscritorio {display: none;}
.soloTableta {display: none;}
.soloCelular {display: block;}
.botonWhatsapp, .botonLinkTree {display:none;}	
.buttonMenuCelular {height: 48px;}
.col-2, .col-3, .col-4 {flex: 0 0 calc(100%);}
}
