@charset "utf-8";
@import url("webfonts/fredoka_one_one_regular/stylesheet.css");

img, object, embed, video {
	max-width: 100%;
}
/* IE 6 no admite max-width (anchura máxima), por lo que usa de manera predeterminada una anchura del 100% */
.ie6 img {
	width: 100%;
}
body {
	width: 100%;
	/* [disabled]height: 900px; */
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-image: url(imagenes/fondos/bg-general.jpg);
}

/*
	Propiedades de cuadrícula fluida de Dreamweaver
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiración obtenida de "Responsive Web Design" de Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	y Golden Grid System de Joni Korpi
	http://goldengridsystem.com/
*/

/* Diseño móvil: 480 px e inferior. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
#LayoutDiv1 {
	clear: both;
	width: 100%;
	display: block;
}
header{
	clear: none;
	margin-left: auto;
	width: 96%;
	display: block;
	margin-right: auto;
	height: 80px;
	}
#head1{
	clear: none;
	width: 100%;
	display: none;
	text-align: center;
	font-size: 14px;
	height: 120px;
	}
#head2 {
	clear: none;
	width: 47%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
#head3 {
	clear: none;
	width: 47%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	float: right;
	margin-top: 10px;
} 

nav {
	clear: both;
	width: 100%;
	display: block;
}
#slider-mobil {
	clear: both;
	width: 100%;
	display: block;
}
#slider {
	clear: none;
	width: 100%;
	display: none;
}
section {
	clear: both;
	margin-left: auto;
	width: 96%;
	display: block;
	margin-right: auto;
}
main {
	clear: both;
	margin-left: auto;
	width: 96%;
	display: block;
	margin-right: auto;
}
article {
	clear: none;
	width: 92%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
aside {
	clear: none;
	width: 94%;
	display: block;
	/* [disabled]height: 510px; */
	margin-right: auto;
	margin-left: auto;
}
#about {
	clear: both;
	margin-left: auto;
	width: 96%;
	display: block;
	margin-right: auto;
}
#about-01 {
	clear: none;
	width: 92%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#about-02 {
	clear: none;
	width: 94%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#benefit {
	clear: both;
	margin-left: auto;
	width: 96%;
	display: block;
	margin-right: auto;
}
#benefit-01 {
	clear: none;
	width: 92%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#benefit-02 {
	clear: none;
	width: 94%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#hero {
	clear: both;
	width: 100%;
	display: block;
	/* [disabled]height: 500px; */
}
#hero1 {
	clear: none;
	width: 92%;
	display: block;
	text-align: center;
	/* [disabled]height: 240px; */
	margin-right: auto;
	margin-left: auto;
}
#hero2 {
	clear: none;
	width: 92%;
	display: block;
	text-align: center;
	/* [disabled]height: 240px; */
	margin-right: auto;
	margin-left: auto;
}
#hero3 {
	clear: none;
	width: 92%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#grey {
	clear: both;
	width: 100%;
	display: block;
	/* [disabled]height: 500px; */
}
#grey-1 {
	clear: none;
	width: 92%;
	display: block;
	text-align: center;
	/* [disabled]height: 240px; */
	margin-right: auto;
	margin-left: auto;
}
#grey-2 {
	clear: none;
	width: 92%;
	display: block;
	text-align: center;
	/* [disabled]height: 240px; */
	margin-right: auto;
	margin-left: auto;
}
#sidex {
	clear: both;
	margin-left: auto;
	width: 80%;
	display: block;
	margin-right: auto;
	/* [disabled]height: 300px; */
}
#side1 {
	clear: none;
	width: 100%;
	display: block;
}
#side2 {
	clear: none;
	width: 100%;
	display: block;
}
#container{
	clear: both;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;
	text-align: center;
	margin-top: 10px;
	height: 50px;
}
#ruler {
	clear: both;
	width: 100%;
	display: block;
	text-align: center;
	height: 200px;
}
#visual {
	clear: both;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;	
}
#vis1 {
	clear: both;
	float: left;
	width: 45%;
	display: block;
	text-align: center;
	height: 520px;
}
#vis2 {
	clear: none;
	float: left;
	margin-left: 10%;
	width: 45%;
	display: block;
	text-align: center;
	height: 520px;
}
#vis3 {
	clear: none;
	float: left;
	width: 45%;
	display: block;
	text-align: center;
	height: 560px;
}
#vis4 {
	clear: none;
	float: left;
	margin-left: 10%;
	width: 45%;
	display: block;
	text-align: center;
	height: 560px;
}

#visualx {
	clear: both;
	margin-left: auto;
	width: 96%;
	display: block;
	margin-right: auto;
	
}
#vis5 {
	clear: both;
	float: left;
	width: 45%;
	display: block;
	text-align: center;
	height: 420px;
}
#vis6 {
	clear: none;
	float: left;
	margin-left: 10%;
	width: 45%;
	display: block;
	text-align: center;
	height: 420px;
}
#vis7 {
	clear: none;
	float: right;
	width: 45%;
	display: block;
	text-align: center;
	height: 440px;
	margin-left: 10%;
}
#vis8 {
	clear: none;
	float: left;
	/* [disabled]margin-left: 10%; */
	width: 45%;
	display: block;
	text-align: center;
	height: 440px;
}
#galeriax {
	clear: both;
	width: 96%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#galeria {
	clear: none;
	width: 96%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#gale1 {
	clear: none;
	width: 90%;
	display: block;
	line-height: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#gale2 {
	clear: none;
	width: 90%;
	display: block;
	line-height: 20px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#gale3 {
	clear: none;
	width: 90%;
	display: block;
	line-height: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#gale4 {
	clear: none;
	width: 90%;
	display: block;
	line-height: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
footer {
	clear: both;
	width: 100%;
	display: block;
	height: 480px;
	background-color: #28B3A9;
}
#footer-central {
	clear: none;
	width: 95%;
	display: block;
	/* [disabled]height: 250px; */
	margin-right: auto;
	margin-left: auto;
}
#foot1 {
	clear: none;
	width: 100%;
	display: block;
	text-align: center;
	height: 85px;
}
#foot2 {
	clear: none;
	width: 100%;
	display: block;
	text-align: center;
	height: 85px;
}
#foot3 {
	clear: none;
	width: 100%;
	display: block;
	height: 85px;
	text-align: center;
}
#foot4 {
	clear: none;
	width: 100%;
	display: block;
	text-align: center;
	height: 110px;
}
#info {
	clear: both;
	margin-left: auto;
	width: 80%;
	display: block;
	margin-right: auto;
}	
#social-media {
	clear: none;
	/* [disabled]float: left; */
	margin-left: auto;
	width: 50%;
	display: block;
	margin-right: auto;
}
#social1 {
	clear: none;
	float: left;
	margin-left: 18%;
	width: 100%;
	display: block;
	height: 29px;
}
#social2 {
	clear: none;
	float: left;
	margin-left: 5%;
	width: 100%;
	display: block;
	height: 29px;
}
#social3 {
	clear: none;
	float: left;
	margin-left: 35%;
	width: 100%;
	display: block;
	height: 29px;
}
#side-brand {
	margin-left: auto;
	width: 100%;
	display: block;
	margin-right: auto;
}
.text-info {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #1AB3A9;
	line-height: 23px;
	font-weight: bold;
}
.text-titulos {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #28B3A9;
}
.text-titulo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #1AB3A9;
}
.text-galery {
	font-family: "fredoka One";
	font-size: 18px;
	color: #28B3A9;
	font-weight: bold;
	text-align: center;
}  
.titulo-principal {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color: #1AB3A9;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
.titulo-menu {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-weight: normal;
	margin: 0px;
}
.titulo-contenido {
	font-family: Tahoma, Geneva, sans-serif;
	color: #28B3A9;
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	line-height: 18px;
	display: none;
}
   
.text-subtitulo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 17px;
	color: #666666;
}
.text-contenido {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color: #666;
	line-height: 26px;
	text-align: justify;
}
.text-visual {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color: #666666;
	font-weight: normal;
	line-height: 22px;
}
.text-footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	line-height: 28px;
	font-style: normal;
}
.text-white {
	font-size: 0px;
	line-height: 0px;
	color: #FFFFFF;
}
.text-video {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color: #28B3A9;
}

.borderx {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #27B8AE;
	border-right-color: #27B8AE;
	border-bottom-color: #1AB3A9;
	border-left-color: #27B8AE;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	width: 98%;
}
#chat-bot {
	clear: none;
	width: 30%;
	display: block;
	height: 80px;
	color: #FFF;
	border-radius: 200px 200px 200px 200px;
	background-attachment: fixed;
	text-align: center;
	position: fixed;
	z-index: 1233;
	top: 630px;
	float: right;
}	
#informationx {
	clear: both;
	width: 100%;
	display: block;
}	


/* Diseño tableta: de 481 px a 768 px. Hereda estilos de: Diseño móvil. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
header{
	clear: none;
	margin-left: auto;
	width: 100%;
	display: block;
	margin-right: auto;
	height: 110px
	}
#head1{
	clear: none;
	width: 45%;
	display: none;
	/* [disabled]margin-right: auto; */
	/* [disabled]margin-left: auto; */
	}
#head2 {
	clear: none;
	width: 46%;
	display: block;
	float: left;
}
#head3 {
	clear: none;
	width: 46%;
	display: block;
	text-align: center;
	float: right;
	margin-top: 16px;
}
.text-info {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #1AB3A9;
	line-height: 23px;
	font-weight: bold;
}
#slider{
	clear: none;
	width: 100%;
	display: block;
}
#slider-mobil {
	clear: none;
	width: 0%;
	display: none;
}
nav {
	clear: both;
	width: 100%;
	display: block;
	padding-top: 10px;
}
section {
	clear: both;
	margin-left: auto;
	width: 95%;
	display: block;
	margin-right: auto;
}
main {
	clear: both;
	margin-left: auto;
	width: 95%;
	display: block;
	margin-right: auto;
}
article {
	clear: none;
	float: left;
	/* [disabled]margin-left: 2.5641%; */
	width: 100%;
	display: block;
}
aside {
	clear: none;
	float: left;
	/* [disabled]margin-left: 2.5641%; */
	width: 100%;
	display: block;
}
#about {
	clear: both;
	margin-left: auto;
	width: 95%;
	display: block;
	margin-right: auto;
}
#about-01 {
	clear: none;
	width: 100%;
	display: block;
}
#about-02 {
	clear: none;
	width: 100%;
	display: block;
}
#benefit {
	clear: both;
	margin-left: auto;
	width: 95%;
	display: block;
	margin-right: auto;
}
#benefit-01 {
	clear: none;
	width: 100%;
	display: block;
}
#benefit-02 {
	clear: none;
	width: 100%;
	display: block;
}
#hero {
	clear: both;
	width: 90%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: 480px;
}
#hero1 {
	clear: none;
	width: 100%;
	display: block;
	text-align: center;
	height: 760px;
	margin-right: auto;
	margin-left: auto;
}
#hero2{
	clear: none;
	width: 100%;
	display: block;
	text-align: center;
	height: 760px;
	margin-right: auto;
	margin-left: auto;
}
#hero3 {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	height: 800px;
}
#grey {
	clear: both;
	width: 90%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	/* [disabled]height: 480px; */
}
#grey-1 {
	clear: none;
	width: 100%;
	display: block;
	text-align: center;
	height: 760px;
	margin-right: auto;
	margin-left: auto;
}
#grey-2{
	clear: none;
	width: 100%;
	display: block;
	text-align: center;
	height: 760px;
	margin-right: auto;
	margin-left: auto;
}
#sidex {
	clear: both;
	margin-left: auto;
	width: 70%;
	display: block;
	margin-right: auto;
}
#side1 {
	clear: none;
	float: left;
	width: 100%;
	display: block;
    }
#side2 {
	clear: none;
	float: left;
	width: 100%;
	display: block;
}
#container {
	clear: both;
	width: 100%;
	display: block;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #009B98;
	margin-top: 20px;
}
#ruler {
	clear: both;
	width: 100%;
	display: block;
	height: 200px;
}
#visual {
	clear: both;
	margin-left: auto;
	width: 95%;
	display: block;
	margin-right: auto;
	font-size: 13px;
	/* [disabled]height: 280px; */
	
}
#vis1 {
	clear: none;
	float: left;
	margin-left: auto;
	width: 45%;
	display: block;
	margin-right: auto;
	text-align: center;
	height: 550px;
}
#vis2 {
	clear: none;
	float: left;
	width: 45%;
	display: block;
	text-align: center;
	margin-left: 9%;
	height: 550px;
}
#vis3 {
	clear: none;
	float: left;
	width: 45%;
	display: block;
	text-align: center;
	height: 620px;
	/* [disabled]margin-left: 9%; */
}
#vis4 {
	clear: none;
	float: left;
	margin-left: 9%;
	width: 45%;
	display: block;
	text-align: center;
	height: 620px;
}

#visualx {
	clear: both;
	margin-left: auto;
	width: 95%;
	display: block;
	margin-right: auto;
	text-align: center;
	
}
#vis5 {
	clear: none;
	float: left;
	margin-left: auto;
	width: 45%;
	display: block;
	margin-right: auto;
	height: 400px;
}
#vis6 {
	clear: none;
	float: left;
	margin-left: 9%;
	width: 45%;
	display: block;
	height: 400px;
}
#vis7 {
	clear: both;
	float: left;
	width: 45%;
	display: block;
	height: 400px;
	margin-left: 0%;
}
#vis8 {
	clear: none;
	float: left;
	width: 45%;
	display: block;
	margin-left: 9%;
	height: 400px;
}
#galeriax {
	clear: both;
	width: 100%;
	display: block;
}
#galeria {
	clear: none;
	float: left;
	width: 100%;
	display: block;
}
#gale1 {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 40%;
	display: block;
	height: 220px;
    }
#gale2 {
	clear: none;
	float: left;
	margin-left: 15%;
	width: 40%;
	display: block;
	height: 220px;
    }
#gale3 {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 40%;
	display: block;
	height: 220px;
    }
#gale4 {
	clear: none;
	float: left;
	margin-left: 15%;
	width: 40%;
	display: block;
	height: 220px;
    }
#info {
	clear: both;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;
}
footer {
	clear: both;
	width: 100%;
	display: block;
	height: 480px;
	background-color: #28B3A9;
}
#footer-central {
	clear: none;
	width: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	/* [disabled]height: 280px; */
}
#foot1 {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	height: 90px;
	margin-top: 20px;
}
#foot2 {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	height: 90px;
}
#foot3 {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	height: 90px;
	line-height: 23px;
}
#foot4 {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	height: 90px;
}

#social-media {
	clear: none;
	/* [disabled]float: left; */
	margin-left: auto;
	width: 50%;
	display: block;
	margin-right: auto;
}
#social1 {
	clear: none;
	float: left;
	margin-left: 37%;
	width: 100%;
	display: block;
	height: 30px;
}
#social2 {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 100%;
	display: block;
	height: 30px;
}
#social3 {
	clear: none;
	float: left;
	margin-left: 45%;
	width: 100%;
	display: block;
	height: 30px;
}
#side-brand {
	clear: both;
	margin-left: auto;
	width: 100%;
	display: block;
	margin-right: auto;
}
.text-titulos {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	color: #28B3A9;
}
.titulo-principal {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color: #1AB3A9;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
.text-titulo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 19px;
	color: #28B3A9;
}
.text-galery {
	font-family: "fredoka One";
	font-size: 20px;
	color: #28B3A9;
	font-weight: bold;
	text-align: center;
}  
.text-subtitulo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #666666;
}
.text-visual {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color: #666666;
	margin-right: auto;
	margin-left: auto;
	line-height: 23px;
}
.text-contenido {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	font-weight: normal;
	text-align: justify;
}
.text-footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color: #FFF;
	line-height: 28px;
	font-style: normal;
}
.text-white {
	font-size: 0px;
	line-height: 0px;
	color: #FFFFFF;
}
.text-video {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color: #28B3A9;
}


.borderx {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #27B8AE;
	border-right-color: #27B8AE;
	border-bottom-color: #1AB3A9;
	border-left-color: #27B8AE;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	width: 80%;
}
#chat-bot {
	clear: none;
	width: 100%;
	display: none;
	height: 34px;
	float: right;
}
#informationx {
	clear: both;
	width: 100%;
	display: block;
}
}

/* Diseño escritorio: de 769 px hasta un máximo de 1232 px.  Hereda estilos de: Diseño móvil y Diseño tableta. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	/* [disabled]max-width: 1232px; */
	/* [disabled]margin: auto; */
	/* [disabled]height: 900px; */
	/* [disabled]background-repeat: no-repeat; */
	/* [disabled]background-position: center; */
	/* [disabled]background-color: #FFF; */
}
#LayoutDiv1 {
	clear: both;
	width: 100%;
	display: block;
}
header{
	clear: both;
	width: 100%;
	display: block;
	height: 110px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 5;
	margin-top: 6px;
	background-color: #FFF;
	max-width: 1500px;
	}
#head1{
	clear: none;
	float: left;
	margin-left: 10%;
	width: 20%;
	display: block;
	text-align: left;
	height: 90px;
	margin-top: 8px;
	}
#head2{
	clear: none;
	float: left;
	margin-left: 5%;
	width: 30%;
	display: block;
	text-align: center;
	height: 90px;
	}
#head3{
	clear: none;
	float: left
	;
	margin-left: 5%;
	width: 25%;
	display: block;
	text-align: left;
	line-height: 24px;
 	margin-top: 8px;
	}
#slider-mobil {
	clear: none;
	width: 100%;
	display: none;
}
#slider {
	clear: both;
	width: 100%;
	display: block;
	height: 800px;
	max-width: 1950px;
}	
.text-info {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #1AB3A9;
	line-height: 23px;
	font-weight: bold;
}
nav {
	clear: both;
	margin-left: auto;
	width: 100%;
	display: block;
	height: 44px;
	margin-right: auto;
	background-repeat: no-repeat;
	max-width: 1950px;
	background-color: #1AB3A9;
}
section {
	clear: both;
	margin-left: auto;
	width: 96%;
	display: block;
	margin-right: auto;
	height: 70px;
	max-width: 1300px;
	text-align: center;
}
main {
	clear: both;
	margin-left: auto;
	width: 100%;
	display: block;
	margin-right: auto;
	height: 800px;
	max-width: 1400px;
	margin-top: 50px;
}
article {
	clear: none;
	width: 54%;
	display: block;
	height: 780px;
	}
aside {
	clear: none;
	float: right;
	width: 44%;
	display: block;
	height: 750px;
	text-align: center;
	padding-top: 30px;
	animation: flotar 2s ease-in-out infinite;
	}
#about {
	clear: both;
	margin-left: auto;
	width: 100%;
	display: block;
	margin-right: auto;
	height: 600px;
	max-width: 1400px;
	margin-top: 50px;
}
#about-01 {
	clear: none;
	width: 46%;
	display: block;
	height: 450px;
	float: left;
	padding-top: 20px;
	}
#about-02 {
	clear: none;
	float: right;
	width: 52%;
	display: block;
	height: 450px;
	text-align: 30;
	}
#benefit {
	clear: both;
	margin-left: auto;
	width: 100%;
	display: block;
	margin-right: auto;
	height: 660px;
	max-width: 1400px;
	margin-top: 50px;
}
#benefit-01 {
	clear: none;
	width: 62%;
	display: block;
	height: 450px;
	float: left;
	}
#benefit-02 {
	clear: none;
	float: right;
	width: 36%;
	display: block;
	height: 450px;
	text-align: 30;
	}	
#hero {
	clear: both;
	margin-left: auto;
	max-width: 1500px;
	width: 100%;
	display: block;
	margin-right: auto;
	height: 1000px;
}
#hero1 {
	clear: none;
	float: left;
	width: 30%;
	display: block;
	height: 850px;
	text-align: left;
}
#hero2 {
	clear: none;
	float: left;
	width: 30%;
	display: block;
	height: 850px;
	text-align: left;
	margin-left: 4%;
}
#hero3 {
	clear: none;
	float: left;
	margin-left: 4%;
	width: 30%;
	display: block;
	height: 850px;
	text-align: left;
}	
#grey {
	clear: both;
	margin-left: auto;
	max-width: 1500px;
	width: 100%;
	display: block;
	margin-right: auto;
	height: 750px;
}
#grey-1 {
	clear: none;
	float: left;
	width: 48%;
	display: block;
	height: 700px;
	text-align: left;
}
#grey-2 {
	clear: none;
	float: left;
	width: 48%;
	display: block;
	height: 700px;
	text-align: left;
	margin-left: 4%;
}
#sidex {
	clear: both;
	margin-left: auto;
	width: 100%;
	display: block;
	margin-right: auto;
	height: 300px;
	max-width: 1350px;
}
#side1 {
	clear: none;
	float: left;
	width: 650px;
	display: block;
	height: 290px;
    }
#side2 {
	clear: none;
	float: right;
	width: 650px;
	display: block;
	height: 290px;
	}	
#container {
	clear: both;
	margin-left: auto;
	width: 60%;
	display: block;
	height: 60px;
	margin-right: auto;
	text-align: center;
	margin-top: 60px;
}	
#visual {
	clear: both;
	margin-left: auto;
	width: 100%;
	display: block;
	height: 710px;
	margin-right: auto;
	max-width: 1450px;
}
#vis1 {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 21%;
	display: block;
	height: 600px;
	text-align: center;
}
#vis2 {
	clear: none;
	margin-left: 5%;
	width: 21%;
	display: block;
	height: 600px;
	/* [disabled]float: left; */
	text-align: center;
}

#vis3 {
	clear: none;
	float: left;
	margin-left: 5%;
	width: 21%;
	display: block;
	height: 600px;
	text-align: center;
}
#vis4 {
	clear: none;
	float: left;
	margin-left: 5%;
	width: 21%;
	display: block;
	height: 600px;
	text-align: center;
}
#visualx {
	clear: both;
	margin-left: auto;
	width: 100%;
	display: block;
	height: 500px;
	margin-right: auto;
	max-width: 1500px;
	padding-top: 20px;
}
#vis5 {
	clear: both;
	float: left;
	margin-left: 20px;
	width: 20%;
	display: block;
	height: 400px;
	text-align: center;
}
#vis6 {
	clear: none;
	margin-left: 5%;
	width: 20%;
	display: block;
	height: 400px;
	/* [disabled]float: left; */
	text-align: center;
}

#vis7 {
	clear: none;
	float: left;
	margin-left: 5%;
	width: 20%;
	display: block;
	height: 400px;
	text-align: center;
}
#vis8 {
	clear: none;
	float: left;
	margin-left: 5%;
	width: 20%;
	display: block;
	height: 400px;
	text-align: center;
}
#ruler {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	height: 350px;
	text-align: center;
}
#galeria {
	clear: none;
	width: 100%;
	display: block;
	height: 250px;
	max-width: 1500px;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
#galeriax {
	clear: none;
	width: 100%;
	display: block;
	height: 600px;
	max-width: 1500px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	margin-top: 100px;
}	
#gale1 {
	clear: none;
	float: left;
	margin-left: 5.0408%;
	width: 21%;
	display: block;
	height: 230px;
	text-align: center;
    }
#gale2 {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 21%;
	display: block;
	height: 230px;
	color: #1AB3A9;
	text-align: center;
    }
#gale3 {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 21%;
	display: block;
	height: 230px;
	color: #1AB3A9;
	font-size: 12px;
	text-align: center;
    }
#gale4 {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 21%;
	display: block;
	height: 190px;
	color: #1AB3A9;
	text-align: center;
	line-height: 18px;
    }
footer {
	clear: both;
	width: 100%;
	display: block;
	height: 260px;
	background-color: #FFFFFF;
	background-image: url(imagenes/fondos/footer-general.png);
}
#footer-central 
	{
	clear: none;
	max-width: 1500px;
	width: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: 130px;
	padding-top: 80px;
}
#foot1 {
	clear: none;
	float: left;
	width: 24%;
	display: block;
	height: 120px;
	line-height: 27px;
	margin-top: 0px;
	text-align: left;
	}
#foot2 {
	clear: none;
	float: left;
	margin-left: 4%;
	width: 20%;
	display: block;
	height: 120px;
	line-height: 25px;
	text-align: left;
	}
#foot3 {
	clear: none;
	float: left;
	margin-left: 2.041%;
	width: 24%;
	display: block;
	height: 120px;
	line-height: 25px;
	text-align: left;
	}
#foot4 {
	clear: none;
	float: left;
	margin-left: 2%;
	width: 22%;
	display: block;
	height: 120px;
}
#info {
	clear: both;
	width: 76%;
	display: block;
	height: 820px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	max-width: 1500px;
  }

#informationx{
	clear: both;
	width: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	max-width: 1300px;
	height: 800px;
}
#chat-bot {
	clear: both;
	float: right;
	width: 12%;
	display: block;
	position: fixed;
	height: 150px;
	right: 100px;
	top: 790px;
}
#social-media {
	clear: none;
	margin-left: auto;
	width: 80%;
	display: block;
	margin-right: auto;
	height: 30px;
	}
 	
#social1 {
	clear: none;
	float: left;
	margin-left: 12%;
	width: 26%;
	display: block;
	}
#social2 {
	clear: none;
	float: left;
	margin-left: 7%;
	width: 26%;
	display: block;
	}
#social3 {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 26%;
	display: block;
	}
#side-brand {
	clear: both;
	margin-left: auto;
	width: 100%;
	display: block;
	margin-right: auto;
	text-align: center;
	max-width: 1350px;
	}
.titulo-menu {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-weight: normal;
	margin: 0px;
	color: #FFF;
}
.titulo-principal {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 17px;
	color: #1AB3A9;
	padding: 0px;
	font-weight: bold;
	margin-top: 10px;
}
.titulo-contenido {
	font-family: Tahoma, Geneva, sans-serif;
	color: #28B3A9;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 23px;
	display: block;
}
.text-titulos {
	font-family: "fredoka one one regular";
	font-size: 27px;
	color: #28B3A9;
}
.text-titulo {
	font-family: "fredoka One";
	font-size: 27px;
	color: #28B3A9;
	font-weight: bold;
}
.text-galery {
	font-family: "fredoka One";
	font-size: 27px;
	color: #28B3A9;
	font-weight: bold;
	text-align: center;
}  
.text-subtitulo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}
.text-visual {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #666;
	font-weight: normal;
	line-height: 30px;
	margin-top: 5px;
}
.text-contenido {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	font-weight: normal;
	text-align: justify;
}
.text-footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	line-height: 36px;
	text-align: left;
}
.text-white {
	font-size: 0px;
	line-height: 0px;
	color: #FFFFFF;
}
.text-video {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #28B3A9;
	font-weight: 500;
	margin-top: 80px;
}

.borderx {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #27B8AE;
	border-right-color: #27B8AE;
	border-bottom-color: #1AB3A9;
	border-left-color: #27B8AE;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	width: 96%;
 
}
.borderz {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #58B8DF;
	border-right-color: #58B8DF;
	border-bottom-color: #58B8DF;
	border-left-color: #58B8DF;
	border-top-width: 7px;
	border-right-width: 7px;
	border-bottom-width: 7px;
	border-left-width: 7px;
	width: 900px;
	height:380px;
	border-radius: 15px;
}	
.contenido {
	font-size: 16px;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #28B3A9;
	height: 42px;
	width: 90%;
	font-weight: 700;
	border: none;
	-webkit-border-radius: 50px;
}
.size {
	width: 90%;
	height: 40px;
	border-color: #CCC;
	border-style: solid;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.size2 {
	height: 190px;
	width: 89%;
	border-color: #CCC;
	border-style: solid;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

 
#maps{
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #28B3A9;
	border-right-color: #28B3A9;
	border-bottom-color: #28B3A9;
	border-left-color: #28B3A9;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	width: 80%;
	height: 550px;
	margin-right: auto;
	margin-left: auto;
}

@keyframes 
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}

 

}
.white{
	font-size: 0px;
	line-height: 0px;
	color
	}
h2{
 font-size: 0px;
	}

h6, h4{
	font-size: 0px;
	line-height: 0px;
	}	


a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.whatsapp-button {
	position: fixed;
	bottom: 30px; /* Ajusta según necesites */
	right: 30px; /* Ajusta según necesites */
	z-index: 1000; /* Asegura que esté por encima de otros elementos */
	width: 80px;
}
.messenger-button {
	position: fixed;
	bottom: 30px; /* Ajusta según necesites */
	left: 20px; /* Ajusta según necesites */
	z-index: 1000; /* Asegura que esté por encima de otros elementos */
	width: 80px;
}


 /* Definición de la animación */
@keyframes pulse {
  0% {
    transform: scale(1); /* Escala normal (sin cambios) */
  }
  50% {
    transform: scale(1.1); /* Escala aumentada al 110% */
  }
  100% {
    transform: scale(1); /* Vuelve a la escala normal */
  }
}

/* Aplicación de la animación a la imagen */
.img-pulse {
  animation: pulse 2s infinite; /* Nombre de la animación, duración y repetición infinita */
}
.hover-underline {
  font-size: 2rem;
  position: relative;
  color:#060;
  display: inline-block;
}

.hover-underline::after,
.hover-underline::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: linear-gradient(to right, #17A8A0, #00ffff);
	bottom: -25px;
	left: 0;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.4s ease-out;
}

.hover-underline::before {
  top: -25px;
  transform-origin: left;
}

.hover-underline:hover::after,
.hover-underline:hover::before {
  transform: scaleX(1);
}
