@charset "utf-8";

@import url("webfonts/berkshireswash/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.png);
	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;
}
article {
	clear: both;
	width: 100%;
	display: block;
	text-align: center;
}
#container {
	clear: none;
	width: 100%;
	display: block;
}
#container-1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#container-2 {
	clear: both;
	width: 92%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#hero {
	clear: both;
	width: 100%;
	display: block;
}
#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;
	/* [disabled]float: left; */
	margin-left: auto;
	width: 95%;
	display: block;
	height: 1100px;
	margin-right: auto;
}
#vix1 {
	clear: none;
	float: left;
	margin-left: 70px;
	width: 70%;
	display: block;
	text-align: center;
	height: 350px;
}
#vix2 {
	clear: none;
	margin-left: 70px;
	width: 70%;
	display: block;
	float: left;
	text-align: center;
	height: 390px;
}
#vix3 {
	clear: none;
	float: left;
	margin-left: 70px;
	width: 70%;
	display: block;
	text-align: center;
	height: 350px;
}
#vix4 {
	clear: none;
	float: left;
	margin-left: 70px;
	width: 70%;
	display: block;
	text-align: center;
	height: 350px;
}
#redes-sociales {
	clear: both;
	width: 100%;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	line-height: 20px;
	height:300px;
}
footer {
	clear: both;
	width: 100%;
	display: block;
}
#footer-central {
	clear: none;
	width: 100%;
	display: block;
}
#foot1
{
	clear: none;
	width: 90%;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
 #foot2
 {
	clear: none;
	width: 90%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-style: normal;
}
  #foot3 {
	clear: none;
	width: 90%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#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:96%;
	height:440px;
}
#social-media {
	clear: both;
	width: 90%;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#brand {
	clear: both;
	width: 92%;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.text-titulo {
	font-family: "berkshireswash regular";
	font-size: 24px;
	font-weight: bold;
	color: #009ADC;
	line-height: 45px;
	letter-spacing: 2px;
	text-align: left;
}
.text-principal {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #009ADC;
}

.text-subtitulo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	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-align: left;
}
.text-contenido {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	line-height: 28px;
	font-weight: normal;
	color: #333;
	text-align: justify;
}
.text-contenido:hover{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	line-height: 28px;
	font-weight: normal;
	color: #333;
}

.text-form {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	/* [disabled]letter-spacing: 2px; */
}
.text-subform {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	line-height: 2;
}

.text-footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #666666;
	line-height: 25px;
	font-style: normal;
}
.text-visual {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #009ADC;
}
.text-frame {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color: #009ADC;
	text-align: left;
}

.titulo-menu {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	color: #009ADC;
}


.enviar {
	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;
}
.text-info-title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #009ADC;
	text-align: left;
}
.text-info-contenido {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color: #333;
	text-align: left;
	font-weight: normal;
	line-height: 27px;
}
.text-campaing {
	font-size: 30px;
	color: #efb810;
	font-family: "berkshireswash regular";
	letter-spacing: 2px;
	/* [disabled]line-height: 1; */
	text-shadow: 0 0 5px #820C0C, 0 0 7px #820C0C;
	margin-top: -1px;
}
.text-campaing-2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-shadow: 0 0 6px #003, 0 0 9px #003;
	color: #FFF;
}

/* 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.png);
	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;
	width: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
article {
	clear: both;
	width: 95%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#container {
	clear: none;
	width: 95%;
	display: block;
	text-align: center;
	height: 510px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#hero {
	clear: both;
	width: 100%;
	display: block;
	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;
	height: 820px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #666;
	margin-right: auto;
}
#vix1 {
	clear: none;
	float: left;
	margin-left: 8%;
	width: 35%;
	display: block;
	text-align: center;
	height: 450px;
}
#vix2 {
	clear: none;
	margin-left: 18%;
	width: 35%;
	display: block;
	float: left;
	text-align: center;
	height: 450px;
}
#vix3 {
	clear: none;
	float: left;
	margin-left: 8%;
	width: 35%;
	display: block;
	text-align: center;
	height: 450px;
}
#vix4 {
	clear: none;
	float: left;
	margin-left: 18%;
	width: 35%;
	display: block;
	text-align: center;
	height: 450px;
}
#redes-sociales {
	clear: both;
	width: 100%;
	display: block;
	/* [disabled]text-align: center; */
	margin-right: auto;
	margin-left: auto;
	line-height: 60px;
}
footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	/* [disabled]background-image: url(../images/background/footer-tablet.png); */
	height: 600px;
}
#footer-central {
	clear: none;
	/* [disabled]float: left; */
	width: 90%;
	display: block;
	/* [disabled]margin-top: 30px; */
	margin-right: auto;
	margin-left: auto;
	height: 500px;
}
#foot1 {
	clear: none;
	margin-left: auto;
	width: 100%;
	display: block;
	margin-right: auto;
	height: 190px;
	text-align: center;
}
#foot2 {
	clear: none;
	margin-left: auto;
	width: 100%;
	display: block;
	margin-right: auto;
	text-align: center;
	height: 190px;
	color: #666;
}
#foot3 {
	clear: none;
	margin-left: auto;
	width: 100%;
	display: block;
	height: 190px;
	margin-right: auto;
	text-align: center;
}

#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:96%;
	height:540px;
}
#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;
}
.text-titulo {
	font-family: "berkshireswash regular";
	font-size: 26px;
	font-weight: bold;
	color: #009ADC;
	line-height: 45px;
	letter-spacing: 2px;
	text-align: left;
}
.text-principal {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	color: #009ADC;
}

.text-subtitulo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	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-align: left;
}
.text-contenido {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: normal;
	color: #333;
	text-align: justify;
}
.text-contenido:hover{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: normal;
	color: #333;
}

.text-form {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	/* [disabled]letter-spacing: 2px; */
}
.text-subform {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	line-height: 2;
}

.text-footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #666666;
	line-height: 25px;
	font-style: normal;
}
.text-visual {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #009ADC;
}
.text-frame {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color: #009ADC;
	text-align: left;
}

.titulo-menu {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	color: #009ADC;
}


.enviar {
	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;
}
.text-info-title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	color: #009ADC;
	text-align: left;
}
.text-info-contenido {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color: #666;
	text-align: left;
	font-weight: normal;
	line-height: 27px;
}
#container-1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#container-2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.text-campaing {
	font-size: 30px;
	color: #efb810;
	font-family: "berkshireswash regular";
	letter-spacing: 2px;
	/* [disabled]line-height: 1; */
	text-shadow: 0 0 5px #820C0C, 0 0 7px #820C0C;
	margin-top: -1px;
}
.text-campaing-2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-shadow: 0 0 6px #003, 0 0 9px #003;
	color: #FFF;
}
}

/* 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.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
}
header {
	clear: none;
	width: 65%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: 150px;
}
#head1 {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 30%;
	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: 710px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1350px;
}
article {
	clear: none;
	float: left;
	width: 48%;
	display: block;
	height: 600px;
	padding-top: 40px;
}
aside {
	clear: none;
	float: right;
	width: 46%;
	display: block;
	height: 500px;
	padding-top: 60px;
	text-align: center;
}
#container {
	clear: none;
	margin-left: auto;
	width: 98%;
	display: block;
	height: 670px;
	text-align: center;
	padding-top: 20px;
	max-width: 1350px;
	margin-right: auto;
}
#container-1 {
	clear: none;
	float: left;
	width: 49%;
	display: block;
	height: 450px;
}
#container-2 {
	clear: none;
	width: 48%;
	display: block;
	float: right;
	height: 600px;
}
#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: 80%;
	display: block;
	height: 520px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#information {
	clear: both;
	width: 98%;
	display: block;
	height: 650px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1350px;
}
#info-1 {
	clear: none;
	float: left;
	width: 50%;
	display: block;
}
#info-2 {
	clear: none;
	float: right;
	width: 46%;
	display: block;
}
section {
	clear: both;
	margin-left: auto;
	width: 65%;
	display: block;
	height: 130px;
	margin-right: auto;
	text-align: center;
	margin-top: 50px;
}
#vixual {
	clear: both;
	margin-left: auto;
	max-width: 1200px;
	width: 100%;
	margin-right: auto;
	height: 510px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #666;
	line-height: 19px;
	/* [disabled]background-image: url(imagenes/background/bg-visual.png); */
	background-repeat: no-repeat;
	text-align: center;
}
#vix1 {
	clear: none;
	float: left;
	width: 20%;
	display: block;
	height: 200px;
	text-align: left;
	margin-left: 5%;
}
#vix2 {
	clear: none;
	margin-left: 4%;
	width: 20%;
	display: block;
	height: 200px;
	float: left;
	text-align: center;
}
#vix3 {
	clear: none;
	margin-left: 4%;
	width: 20%;
	display: block;
	height: 200px;
	float: left;
	text-align: center;
}
#vix4 {
	clear: none;
	float: left;
	width: 20%;
	display: block;
	height: 200px;
	margin-left: 5%;
	text-align: right;
}
#redes-sociales {
	clear: both;
	width: 100%;
	display: block;
	height: 250px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
footer {
	clear: both;
	width: 100%;
	display: block;
	height: 300px;
	margin-top: 50px;
}
#footer-central {
	clear: none;
	width: 100%;
	max-width: 1350px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: 250px;

}
#foot1 {
	clear: none;
	float: left;
	width: 30%;
	display: block;
	height: 200px;
	color: #FFF;
	text-align: center;
}
#foot2 {
	clear: none;
	float: left;
	margin-left: 4%;
	width: 30%;
	display: block;
	height: 200px;
	text-align: center;
}
#foot3 {
	clear: none;
	float: left;
	margin-left: 4%;
	width: 30%;
	display: block;
	height: 200px;
	color: #FFF;
	text-align: center;
}#map {
	clear: both;
	margin-left: auto;
	max-width: 1350px;
	width: 100%;
	display: block;
	margin-right: auto;
	height: 550px;
	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:96%;
	height:540px;
    }

#social-media {
	clear: both;
	width: 80%;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: 160px;
	margin-top: 60px;
    }

#brand {
	clear: both;
	width: 90%;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: 430px;
    }
.text-campaing {
	font-size: 40px;
	color: #efb810;
	font-family: "berkshireswash regular";
	letter-spacing: 2px;
	/* [disabled]line-height: 1; */
	text-shadow: 0 0 5px #820C0C, 0 0 7px #820C0C;
	margin-top: -1px;
}
.text-campaing-2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-shadow: 0 0 6px #003, 0 0 9px #003;
	color: #FFF;
}


.text-titulo {
	font-family: "berkshireswash regular";
	font-size: 28px;
	font-weight: bold;
	color: #009ADC;
	line-height: 20px;
	/* [disabled]letter-spacing: 1px; */
	text-align: left;
}
.text-principal {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	color: #009ADC;
}


.text-subtitulo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	line-height: 19px;
	text-align: left;
}
.text-key {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color: #666;
	text-align: left;
}
.text-contenido {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	line-height: 29px;
	font-weight: normal;
	color: #333;
	text-align: justify;
}
.text-contenido:hover{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	line-height: 29px;
	font-weight: normal;
	color: #333333;
}

.text-form {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	/* [disabled]letter-spacing: 2px; */
}
.text-subform {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	line-height: 2;
}

.text-footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #333333;
	line-height: 25px;
	font-style: normal;
}
.text-visual {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #009ADC;
}
.text-frame {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #009ADC;
	text-align: left;
}

.titulo-menu {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	color: #009ADC;
}
.text-info-title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	color: #009ADC;
	text-align: left;
}
.text-info-contenido {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #333;
	text-align: left;
	font-weight: normal;
	line-height: 29px;
}




}




.size {
	width: 96%;
	height: 35px;
	border-color: #CCC;
	border-style: solid;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.size2 {
	height: 220px;
	width: 95%;
	border-color: #CCC;
	border-style: solid;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.whatsapp-button {
    position: fixed;
    bottom: 70px; /* Ajusta según necesites */
    right: 30px; /* Ajusta según necesites */
    z-index: 1000; /* Asegura que esté por encima de otros elementos */
}
.messenger-button {
    position: fixed;
    bottom: 50px; /* Ajusta según necesites */
    left: 20px; /* Ajusta según necesites */
    z-index: 1000; /* Asegura que esté por encima de otros elementos */
}

.enviar{
	font-size: 17px;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #009ADC;
	height: 42px;
	width: 96%;
	font-weight: 700;
	border: none;
	-webkit-border-radius: 50px;
}
.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:94%;
}
.text-white {
    font-size: 0;
    color: #FFF;
    line-height: 0
}
