@charset "utf-8";

@import url("webfonts/nature_beauty/stylesheet.css");
@import url("Roboto_Regular/stylesheet.css");

/* Medios fluidos sencillos
   Nota: Los medios fluidos exigen la eliminación de los atributos de altura y anchura de los medios del código HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
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%;
}

/*
	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%;
	background-image: url(images/background/wallpaper-tablet.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
header {
	clear: none;
	width: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#head1 {
	clear: none;
	width: 60%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
}
#head2 {
	clear: both;
	width: 60%;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
nav {
	clear: both;
	width: 86%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
main {
	clear: both;
	width: 95%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
aside {
	clear: both;
	width: 100%;
	display: block;
	/* [disabled]height: 800px; */
	padding-top: 20px;
}
article {
	clear: both;
	width: 94%;
	display: block;
	/* [disabled]height: 700px; */
	margin-right: auto;
	margin-left: auto;
}
#container {
	clear: none;
	width: 100%;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: 500px;
	margin-top: 30px;
}
#herox {
	clear: both;
	margin-left: auto;
	width: 96%;
	display: block;
	margin-right: auto;
}
#herox1 {
	clear: none;
	display: block;
	margin-top: 13px;
	text-align: left;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#herox2 {
	clear: none;
	display: block;
	text-align: center;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
}
#hero {
	clear: none;
	width: 100%;
	display: none;
	/* [disabled]height: 800px; */
}
#information {
	clear: both;
	width: 100%;
	display: block;
}
#info-1 {
	clear: none;
	width: 92%;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#info-2 {
	clear: both;
	margin-left: auto;
	width: 92%;
	display: block;
	text-align: center;
	margin-right: auto;
}
#our-video {
	clear: none;
	width: 80%;
	display: none;
}
section {
	clear: both;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;
	text-align: center;
}
#vixual {
	clear: both;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;
	/* [disabled]height: 280px; */
	
}
#vix1 {
	clear: both;
	float: left;
	width: 45%;
	display: block;
	text-align: center;
	height: 320px;
}
#vix2 {
	clear: none;
	float: left;
	margin-left: 10%;
	width: 45%;
	display: block;
	text-align: center;
	height: 320px;
}
#vix3 {
	clear: none;
	float: left;
	width: 45%;
	display: block;
	text-align: center;
	height: 350px;
}
#vix4 {
	clear: none;
	float: left;
	margin-left: 10%;
	width: 45%;
	display: block;
	text-align: center;
	height: 350px;
}
footer {
	clear: both;
	width: 100%;
	display: block;
	background-color: #009ADC;
	padding-top: 30px;
	height: 350px;
}
#foot1 {
	clear: none;
	width: 70%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: 80px;
}
#foot2 {
	clear: none;
	width: 70%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: 70px;
}
#foot3 {
	clear: both;
	width: 70%;
	display: block;
	height: 70px;
	margin-right: auto;
	margin-left: auto;
}
#foot4 {
	clear: both;
	width: 70%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: 80px;
}
#foot-left {
	clear: none;
	float: left;
	width: 15%;
	display: block;
}
#foot-right {
	clear: none;
	float: right;
	width: 80%;
	display: block;
}
#foot-left2 {
	clear: both;
	float: left;
	width: 15%;
	display: block;
}
#foot-right2 {
	clear: none;
	float: right;
	width: 80%;
	display: block;
}
#foot-left3 {
	clear: both;
	float: left;
	width: 15%;
	display: block;
}
#foot-right3 {
	clear: none;
	float: right;
	width: 80%;
	display: block;
}
#foot-left4 {
	clear: both;
	float: left;
	width: 15%;
	display: block;
}
#foot-right4 {
	clear: none;
	float: right;
	width: 80%;
	display: block;
}
#chat-bot {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#map{
	clear: both;
	/* [disabled]float: left; */
	width: 100%;
	display: block;
	text-align: center;
	height: 450px;
}
#mapax {
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #28ABE3;
	border-right-color: #089FDF;
	border-bottom-color: #089FDF;
	border-left-color: #089FDF;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
    width:90%;
	height:400px;
}
#social-media {
	clear: both;
	width: 90%;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: 250px;
}
#brand {
	clear: both;
	width: 92%;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}


/* 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%;
	background-image: url(images/background/wallpaper-tablet.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
header {
	clear: none;
	width: 95%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#head1 {
	clear: none;
	width: 45%;
	display: block;
	text-align: center;
	height: 120px;
	float: left;
}
#head2 {
	clear: none;
	width: 45%;
	display: block;
	float: right;
	height: 120px;
}
nav {
	clear: both;
	width: 96%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
main {
	clear: both;
	width: 100%;
	display: block;
}
aside {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	/* [disabled]height: 620px; */
	margin-top: -20px;
}
article {
	clear: both;
	width: 95%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	/* [disabled]height: 450px; */
	text-align: center;
	padding-top: 50px;
}
#container {
	clear: none;
	width: 95%;
	display: block;
	text-align: center;
	height: 510px;
	margin-top: 30px;
}
#herox {
	clear: both;
	margin-left: auto;
	width: 98%;
	display: block;
	margin-right: auto;
}
#herox1 {
	clear: both;
	display: block;
	margin-top: 13px;
	text-align: center;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
}
#herox2 {
	clear: both;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 96%;
}
#hero {
	clear: both;
	width: 100%;
	display: block;
	/* [disabled]height: 1000px; */
}
#information {
	clear: both;
	width: 100%;
	display: block;
}
#info-1 {
	clear: none;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;
	text-align: center;
}
#info-2 {
	clear: none;
	width: 90%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
section {
	clear: both;
	width: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#vixual {
	clear: both;
	margin-left: auto;
	width: 95%;
	display: block;
	/* [disabled]height: 600px; */
	margin-right: auto;
}
#vix1 {
	clear: none;
	margin-left: 5%;
	width: 38%;
	display: block;
	text-align: center;
	height: 430px;
	float: left;
}
#vix2 {
	clear: none;
	margin-left: 18%;
	width: 38%;
	display: block;
	float: left;
	text-align: center;
	height: 430px;
}
#vix3 {
	clear: none;
	float: left;
	margin-left: 5%;
	width: 38%;
	display: block;
	text-align: center;
	height: 460px;
}
#vix4 {
	clear: none;
	float: left;
	margin-left: 18%;
	width: 38%;
	display: block;
	text-align: center;
	height: 460px;
}
footer {
	clear: both;
	width: 100%;
	display: block;
	background-color: #009ADC;
	margin-top: 30px;
	height: 420px;
}
#foot1 {
	clear: none;
	margin-left: auto;
	width: 44%;
	display: block;
	margin-right: auto;
	height: 90px;
}
#foot2 {
	clear: none;
	width: 44%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: 90px;
}
#foot3 {
	clear: both;
	width: 44%;
	display: block;
	height: 90px;
}
#foot4 {
	clear: both;
	width: 44%;
	display: block;
	height: 90px;
}
#foot-left {
	clear: none;
	float: left;
	width: 14%;
	display: block;
}
#foot-right {
	clear: none;
	float: right;
	width: 75%;
	display: block;
}
#foot-left2 {
	clear: none;
	float: left;
	width: 14%;
	display: block;
}
#foot-right2 {
	clear: none;
	float: right;
	width: 75%;
	display: block;
}
#foot-left3 {
	clear: none;
	float: left;
	width: 14%;
	display: block;
}
#foot-right3 {
	clear: none;
	float: right;
	width: 75%;
	display: block;
}
#foot-left4 {
	clear: none;
	float: left;
	width: 14%;
	display: block;
}
#foot-right4 {
	clear: none;
	float: right;
	width: 75%;
	display: block;
}
#chat-bot {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#map {
	clear: both;
	width: 90%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: 500px;
}
#mapax {
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #28ABE3;
	border-right-color: #089FDF;
	border-bottom-color: #089FDF;
	border-left-color: #089FDF;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
    width:90%;
	height:400px;
}
#social-media {
	clear: both;
	width: 90%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#brand {
	clear: both;
	width: 90%;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}


}

/* 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%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/background/wallpaper.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
}
header {
	clear: none;
	width: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: 120px;
	max-width: 1300px;
}
#head1 {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 24%;
	display: block;
	height: 100px;
}
#head2 {
	clear: none;
	float: right;
	width: 30%;
	display: block;
    }
nav {
	clear: none;
	float: right;
	width: 60%;
	display: block;
	height: 100px;
	padding-top: 36px;
	padding-bottom: -63px;
}
main {
	clear: both;
	width: 100%;
	display: block;
	height: 690px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 70px;
	max-width: 1900px;
}
aside {
	clear: none;
	float: left;
	width: 30%;
	display: block;
	height: 500px;
	margin-left: 0%;
	padding-top: 0px;
}
article {
	clear: none;
	float: left;
	width: 36%;
	display: block;
	height: 490px;
	margin-left: 2%;
	padding-top: 40px;
}
#container {
	clear: none;
	float: left;
	margin-left: 2%;
	width: 24%;
	display: block;
	height: 400px;
	text-align: center;
	padding-top: 60px;
}
#herox {
	clear: both;
	margin-left: auto;
	width: 100%;
	display: block;
	margin-right: auto;
	height: 680px;
	max-width: 1500px;
	margin-top: 70px;
}
#herox1 {
	clear: none;
	float: left;
	width: 40%;
	display: block;
	text-align: left;
	height: 580px;
}
#herox2 {
	clear: none;
	width: 55%;
	display: block;
	margin-top: 11px;
	height: 580px;
	float: right;
	text-align: left;
}
#our-video {
	clear: both;
	width: 90%;
	display: block;
	height: 500px;
	background-image: url(images/our-video.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
#hero {
	clear: both;
	width: 85%;
	display: block;
	height: 450px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#information {
	clear: both;
	width: 100%;
	display: block;
	height: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	max-width: 1700px;
}
#info-1 {
	clear: none;
	float: left;
	width: 48%;
	display: block;
}
#info-2 {
	clear: none;
	float: right;
	width: 48%;
	display: block;
}
section {
	clear: both;
	margin-left: auto;
	width: 65%;
	display: block;
	height: 80px;
	margin-right: auto;
	text-align: center;
	margin-top: 50px;
}
#vixual {
	clear: both;
	margin-left: auto;
	max-width: 1600px;
	width: 100%;
	margin-right: auto;
	height: 530px;
	line-height: 19px;
	background-repeat: no-repeat;
	text-align: center;
}
#vix1 {
	clear: none;
	float: left;
	width: 20%;
	display: block;
	height: 450px;
	text-align: center;
	margin-left: 3%;
}
#vix2 {
	clear: none;
	margin-left: 4%;
	width: 20%;
	display: block;
	height: 450px;
	float: left;
	text-align: center;
}
#vix3 {
	clear: none;
	margin-left: 4%;
	width: 20%;
	display: block;
	height: 480px;
	float: left;
	text-align: center;
}
#vix4 {
	clear: none;
	float: left;
	width: 20%;
	display: block;
	height: 480px;
	margin-left: 5%;
	text-align: center;
}footer {
	clear: both;
	width: 100%;
	display: block;
	height: 100px;
	background-color: #007FFF;
	padding-top: 22px;
	max-width: 2100px;
	margin-right: auto;
	margin-left: auto;
}
#foot1 {
	clear: none;
	float: left;
	margin-left: 6%;
	width: 20%;
	display: block;
	height: 60px;
}
#foot2 {
	clear: none;
	float: left;
	margin-left: 2%;
	width: 20%;
	display: block;
	height: 60px;
}
#foot3 {
	clear: none;
	float: left;
	margin-left: 2%;
	width: 20%;
	display: block;
	height: 60px;
}
#foot4 {
	clear: none;
	float: left;
	margin-left: 2%;
	width: 21%;
	display: block;
	height: 60px;
}
#chat-bot {
	clear: both;
	float: left;
	width: 20%;
	display: block;
	height: 40px;
	background-color: #06C;
}
#foot-left {
	clear: none;
	float: left;
	width: 16%;
	display: block;
}

#foot-right {
	clear: none;
	float: right;
	width: 82%;
	display: block;
}
#foot-left2 {
	clear: none;
	float: left;
	width: 16%;
	display: block;
}

#foot-right2 {
	clear: none;
	float: right;
	width: 82%;
	display: block;
}
#foot-left3 {
	clear: none;
	float: left;
	width: 16%;
	display: block;
}

#foot-right3 {
	clear: none;
	float: right;
	width: 82%;
	display: block;
}
#foot-left4 {
	clear: none;
	float: left;
	width: 16%;
	display: block;
}

#foot-right4 {
	clear: none;
	float: right;
	width: 82%;
	display: block;
}
#map {
	clear: both;
	margin-left: auto;
	max-width: 1700px;
	width: 100%;
	display: block;
	margin-right: auto;
	height: 640px;
	text-align: center;
    }
#mapax {
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #28ABE3;
	border-right-color: #089FDF;
	border-bottom-color: #089FDF;
	border-left-color: #089FDF;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	width: 90%;
	height: 540px;
    }
#social-media {
	clear: both;
	width: 80%;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: 120px;
    }

#brand {
	clear: both;
	width: 90%;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: 430px;
    }

}


.text-titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #009ADC;
	line-height: 45px;
	/* [disabled]letter-spacing: 2px; */
}
.text-subtitulo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	line-height: 19px;
	text-align: center;
}
.text-herox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #009ADC;
	line-height: 45px;
	text-align: left;
}
.text-subherox {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	line-height: 19px;
	text-align: left;
}
.text-key {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color: #333;
}
.text-contenido {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	line-height: 26px;
	font-weight: normal;
	color: #333;
	text-align: justify;
}
.text-contenido:hover{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	line-height: 26px;
	font-weight: normal;
	color: #333333;
	text-align: justify;
}

.text-form {
	font-family: "Roboto Regular";
	font-size: 22px;
	font-weight: bold;
	color: #009ADC;
	/* [disabled]letter-spacing: 2px; */
}
.text-section {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #009ADC;
}
.text-footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color: #FFF;
	line-height: 26px;
}
.text-visual {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #009ADC;
}
.titulo-menu {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	color: #007FFF;
}
.img-zoom {
  transition: transform 0.6s; /* Agrega transición para un efecto suave */
}

/* Efecto de zoom al pasar el mouse sobre la imagen */
.img-zoom:hover {
  transform: scale(1.06); /* Ajusta el valor según sea necesario para el nivel de zoom deseado */
}

.img-float {
  transition: transform 0.5s ease-in-out; /* Agrega transición para un efecto suave */
}

/* Efecto flotante hacia arriba al pasar el mouse sobre la imagen */
.img-float:hover {
  transform: translateY(-10px); /* Ajusta el valor según sea necesario para el nivel de flotación deseado */
}

.img-shake {
  transition: transform 0.5s ease-in-out; /* Agrega transición para un efecto suave */
}

/* Efecto de shake al pasar el mouse sobre la imagen */
.img-shake:hover {
  animation: shake 0.5s ease-in-out; /* Utiliza la animación 'shake' durante 0.5 segundos */
}

/* Definición de la animación 'shake' */
@keyframes shake {
  0%, 100% {
    transform: translateX(0); /* No hay desplazamiento al principio y al final de la animación */
  }
  25%, 75% {
    transform: translateX(-5px); /* Desplazamiento a la izquierda en el 25% y 75% de la animación */
  }
  50% {
    transform: translateX(5px); /* Desplazamiento a la derecha en el 50% de la animación */
  }
}

.contenido {
	font-size: 16px;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #009ADC;
	height: 35px;
	width: 90%;
	font-weight: 700;
	border: none;
	-webkit-border-radius: 50px;
}
.size {
	width: 90%;
	height: 35px;
	border-color: #CCC;
	border-style: solid;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.size2 {
	height: 150px;
	width: 89%;
	border-color: #CCC;
	border-style: solid;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.titulos {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #FFF
}
.consulta_box {
    height: 290px
}
.contactanos {
    color: #FFF;
    font-weight: 700
}
borderx {	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #28ABE3;
	border-right-color: #089FDF;
	border-bottom-color: #089FDF;
	border-left-color: #089FDF;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
    width:80%;
}
.text-white {
    font-size: 0;
    color: #FFF;
    line-height: 0
}
