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

html {
    scroll-behavior: smooth;
}

* {
	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;
}
.wrap {
	width: 1440px;
	margin-left: auto;
	margin-right: auto;
}
.seccion {padding: 30px 0;} 


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



.contenedorCentrado {
  display: flex;
  justify-content: center; /* Centra horizontalmente */
}


h1, .estiloTitulo {
	font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-style: normal;
	font-size: 45px;
	line-height: 49px;
	padding: 20px 0;
}

/* Opción de H1 en bold itálica */

/*h1, .estiloTitulo {
	font-family: 'Barlow', sans-serif;
	font-style: italic;
	font-weight: 900;
	font-size: 50px;
	line-height: 49px;
	padding: 20px 0;
}*/

h2 {
	font-family: 'Barlow', sans-serif;
	font-size: 40px;
	line-height: 34px;
	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, li {padding: 10px 0 20px 0; font-size: 19px; line-height: 28px;}
b {font-weight: 700;}
a {text-decoration: none; color: inherit;}
a:hover {}

ul {padding: 10px 0 20px 0; list-style: none;}

.txtIntro {max-width: 600px; margin-left: auto; margin-right: auto;}
.txtDestacado {font-size: 24px;}
.liFooter {padding: 5px 0;}
.pieDeFoto {font-size: 16px;}
.txtPublicidad  {font-size: 16px; padding: 10px 0 5px 0;}


.cursiva {font-family: 'signpainter'; font-size: 60px;	line-height: 54px;	color: #714732;	padding: 20px;}
.txtCentrado {text-align: center;}
.espacioInferior {padding-bottom: 50px;}
.espacioFinal {padding-bottom: 100px;}
.redondear {border-radius: 20px;}
.imgFluida {width: 100%; height: auto; display: block; max-width: 500px;}
.imgFluidaBanner {width: 100%; height: auto; display: block;} 

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


.colorNegro {color: #000000;}
.colorBlanco {color: #FFFFFF;}

.fondoNegro {background-color: #000000;}
.fondoBlanco {background-color: #FFFFFF;}


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

.redondear {border-radius: 20px;}


/* 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 20px 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;
}

.centrado-vertical {
  display: flex;
  flex-direction: column;
  justify-content: center; /* Centrar contenido verticalmente */
}

.colABa, .colBAb {
  flex: 0 0 300px; /* Ancho fijo de 300px */
  margin-right: 15px; /* Espacio entre columnas */
}

.colABb, .colBAa {
  flex: 1; /* Ocupa el espacio restante */
  margin-left: 15px; /* Espacio entre columnas */
}

.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: #f1f1f1;}


/* 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;}


/* Masonry */
.container { width: 100%; }

.itemContainer {
    background-color: #fff;
    float: left;
    margin: 10px;
    width: 340px;
    padding: 0;
/*	border: 1px solid black;*/
	border-radius: 20px;
}

.portaImagen img {
    width: 100%;
    height: auto;
	display: block;
	 border-radius: 20px 20px 0 0;
}
.portaTextoFicha {
	padding: 15px;
	background-color: #ededed;
	 border-radius: 0 0 20px 20px;
}

.limpiador {
    clear: both;
}


/* LinkTree */
.linktreeContent {width: 100%; margin-left: auto; margin-right: auto; max-width: 600px;}
.linktreeArticle {display: flex; align-items: center; border-radius: 20px; background-color: #ededed;}
.linktreeArticle img {width: 100%; height: auto; max-width: 150px; border-radius: 20px 0 0 20px;}
.linkTreeTitulo {padding: 15px; line-height: 21px;}
.portalinktreeArticle {padding: 15px 0;}
.linktreeHeader h2 {padding: 50px 0 10px 0;}

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

.celularTableta {display: none;}



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

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

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

@media only screen and (min-width: 480px) and (max-width: 639px) {
.wrap {width: 480px;}
.soloEscritorio {display: none;}
.soloTableta {display: none;}
.soloCelular {display: block;}
.escritorioTableta {display: none;}
.celularTableta {display: block;}	
.botonWhatsapp, .botonLinkTree {display:none;}	
.buttonMenuCelular {height: 48px;}
.col-2, .col-3, .col-4, .colABa, .colBAb, .colABb, .colBAa {flex: 0 0 100%; margin-left: 0; margin-right: 0; text-align: center;}
h1,h2,h3,h4,p {text-align: center;}	
.itemContainer {width: 220px;}
.linkTreeTitulo {text-align: left;}		
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
.wrap {width: 320px;}
.soloEscritorio {display: none;}
.soloTableta {display: none;}
.soloCelular {display: block;}
.escritorioTableta {display: none;}
.celularTableta {display: block;}	
.botonWhatsapp, .botonLinkTree {display:none;}	
.buttonMenuCelular {height: 48px;}
.col-2, .col-3, .col-4, .colABa, .colBAb, .colABb, .colBAa {flex: 0 0 100%; margin-left: 0; margin-right: 0; text-align: center;}
h1,h2,h3,h4,p {text-align: center;}	
.itemContainer {width: 310px;  margin: 10px 0;}	
.linkTreeTitulo {text-align: left;}	
}
