@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;
}
.wrap {
	width: 1420px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px;
}

.encabezado {background-image: url("images/fondo_header.jpg"); background-position: left top; background-repeat: no-repeat; width: 100%; height: 200px; background-color: #bebebe;}
.portaLogo {padding: 15px 0; margin-left: auto; margin-right: auto; width: 310px;}
.logo {height: auto; width: 100%; max-width: 310px;}
.logoSecciones {width: 150px; margin-left: auto; margin-right: auto;}
.logoSecciones img {width: 100%; height: auto; padding-top: 20px;}

.portada {width: 100%; height: 470px; background-color: #fff; background-image: url('images/portada-1440.jpg'); background-size: 1440px 470px; background-position: top center; background-repeat: no-repeat;}


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: 0 10px 10px 10px; font-size: 21px; line-height: 28px; text-align: justify; margin-bottom: 20px;}
b {font-weight: 700;}
a {text-decoration: none;}
a:hover {text-decoration: none;}

.txtCentrado {text-align: center;}

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

.imgFluida { width: 100%; height: auto;}
.iccoPortada  { width: 100%; height: auto; max-width: 150px;}

.txtAreas {font-family: 'Barlow', sans-serif; font-style: italic; font-weight: 400; text-transform: uppercase; font-size: 22px; line-height: 22px;}

.etiquetaTurno {
	font-family: 'Barlow', sans-serif;
	font-size: 26px;
	line-height: 26px;
	padding: 11px 0 12px 0;
	font-weight: 400;
	text-align: center;
}

.etiquetaHorario {
	font-family: 'Barlow', sans-serif;
	font-size: 30px;
	line-height: 34px;
	padding: 0px 0 0px 0;
	font-weight: 400;
	text-align: center;
}



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


.colorAzul {color: #1e56aa;}
.colorVerde {color: #008f55;}
.colorGris {color: #838385;}
.colorFosfo {color: #d8ff00;}
.colorBlanco {color: #fff;}

.fondoAzul {background-color: #1e56aa;}
.fondoVerde {background-color: #008f55;}
.fondoVerdeClaro {background-color: #00c16e;}
.fondoGris {background-color: #838385;}
.fondoFosfo {background-color: #d8ff00;}
.fondoBlanco {background-color: #fff;}
.fondoGrisClaro {background-color:#D3D3D3;}





.recuadro01 {padding: 20px; border-radius: 20px; margin: 0 10px;}



.footer {background-color: #000; padding: 30px 20px 100px 20px;}
ul.menuFooter {list-style: none;}
.menuFooter li {text-align: center;}
.menuFooter li a {text-decoration: none; color: #fff; text-align: center;}
footer h3 {text-align: center;}

.pad20 {padding: 20px 0;}

/* 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: #1e56aa;
			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: #1e56aa;
			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 {
  margin: 20px 0;
}

.col-2 {
  flex: 0 0 50%;
}

.col-3 {
  flex: 0 0 33%;
}

.col-4, .col-icos {
  flex: 0 0 25%;
}
.contCol {padding: 15px;}
.fondoBordeCol {border: 1px solid #ccc; background-color: #f1f1f1;}

.colSlikerA {width: 10%; float: left;}
.colSlikerB  {width: 80%; float: left;}


/* 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: #1e56aa;
  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: rgba(216,255,0,0.7);
  padding: 10px 0;

}


/* Boton Clular */
.buttonMenuCelular {
  align-items: center;
  background-color: initial;
  background-image: linear-gradient(#1e56aa, #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;
  width: calc(100% - 10px);	
  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(#1e56aa, #113576);}
.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;}


.limpiador {clear: both;}
.barraBlanca {width: 100%; height: 10px; background-color: #fff;}
.barraFosfo {width: 100%; height: 15px; background-color: #d8ff00;}
.barraFosfoBig {width: 100%; height: 150px; background-color: #d8ff00;}
.lineaVerde {width: 100%; height: 5px; background-color: #008f55;}
.barraColor, .barraColor img {width: 100%; height: 15px;}
.barraColor img {display: block;}
.barraTenis, .barraTenis img {width: 100%; height: auto;}
.barraTenis, footer, .barraBlanca, .barraFosfo, .barraFosfoBig {max-width: 1440px; margin-left: auto; margin-right: auto;}
.barraMenuEscritorio {width: 100%; height: auto; max-width: 1440px; margin-left: auto; margin-right: auto; margin-bottom: -30px;}
.barraMenuEscritorio img {width: 100%; height: auto; display: block;}




.portaVideo {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
	}
.portaVideo iframe, .portaVideo object, .portaVideo embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	}


ol, ul {
  padding-left: 0;
}


img.footerlogo {
  display: inline;
  width: auto;
}


@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;}
nav a {font-size: 26px; line-height: 26px; padding: 0 5px;}
nav li {margin: 0 5px;}	
}

@media only screen and (min-width: 640px) and (max-width: 959px) {
.wrap {width: 640px;}
.soloEscritorio {display: none;}
.soloTableta {display: block;}
.soloCelular {display: none;}
.encabezado {background-image: url("images/fondo_header_tablet.jpg"); height: 150px;}
/*.portaLogo {padding: 15px 10px 0px 10px;}
.logo {height: 130px; width: auto;}	*/
h4 {font-size: 20px;}
.portada { height: 470px; background-image: url('images/portada-960.jpg'); background-size: 960px 470px; }
.col-3 {flex: 0 0 100%; padding: 0; margin: 0;}	
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
.wrap {width: 480px;}
.soloEscritorio {display: none;}
.soloTableta {display: none;}
.soloCelular {display: block;}
.escritorioyTableta {display: none}		
.botonWhatsapp, .botonLinkTree, #carousel {display:none;}	
.buttonMenuCelular {height: 48px;}
.col-2, .col-3, .col-4 {flex: 0 0 100%; padding: 0; margin: 0;}
.col-icos {flex: 0 0 50%}		
.encabezado {background-image: url("images/fondo_header_tablet.jpg"); height: 150px;}
/*.portaLogo {padding: 15px 10px 0px 10px;}
.logo {height: 130px; width: auto;}*/
.menuFooter li {padding: 10px 0; text-align: center;}	
.menuFooter li a {text-align: center;}
footer h3 {text-align: center;}	
h1, h2, h3, .estiloTitulo {text-align: center;}	
.redondear {border-radius: 15px;}
.portada { height: 800px; background-image: url('images/portada-640.jpg'); background-size: 640px 800px; margin-bottom: -60px;}
.contCol {padding: 10px 0;}		
footer .wrap .row {padding: 20px 0;}
.colSlikerA {display: none;}
.colSlikerB  {width: 100%;}		
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
.wrap {width: 320px;}
.soloEscritorio {display: none;}
.soloTableta {display: none;}
.soloCelular {display: block;}
.escritorioyTableta {display: none}		
.botonWhatsapp, .botonLinkTree, #carousel {display:none;}	
.buttonMenuCelular {height: 48px;}
.col-2, .col-3, .col-4 {flex: 0 0 100%; padding: 0; margin: 0;}
.col-icos {flex: 0 0 50%}
.contCol {padding: 10px 0;}	
.encabezado {background-image: url("images/fondo_header_tablet.jpg"); height: 150px;}
/*.portaLogo {padding: 15px 0px 0px 0px;}
.logo {height: 130px; width: auto;}	*/
.menuFooter li {padding: 10px 0; text-align: center;}	
.menuFooter li a {text-align: center;}
footer h3 {text-align: center;}
h1, h2, h3, .estiloTitulo {text-align: center;}	
h2 {font-size: 35px; line-height: 35px;}
p {font-size: 21px;}
.redondear {border-radius: 10px;}
h3 {font-size: 20px;}
.portada { height: 600px; background-image: url('images/portada-480.jpg'); background-size: 480px 600px; margin-bottom: -60px;}
footer .wrap .row {padding: 20px 0;}
.colSlikerA {display: none;}
.colSlikerB  {width: 100%;}	
}
