@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic,300,300italic);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,500);
@import url(https://fonts.googleapis.com/css?family=Kaushan+Script);

/* reset browser styles */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} 
ol { 
	padding-left: 1.4em;
	list-style: decimal;
}
ul {
	padding-left: 1.4em;
	list-style: square;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
div, li {
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
}
body {
	background-color: transparent;
	background-image:url('../imagenes/fondonuevo1.jpg');
}
.wrapper, .footer {
	overflow:hidden;
}
.header, .main, .footer {
	max-width:100%;
	margin:0 auto;
}
a[href^=tel] {
    color: inherit;
    text-decoration: none;
}
.blog-title {
	font-family: 'Kaushan Script', cursive;
	font-size: 48px;
	color: #fff;
}
.page-title-area {
	background-color: #F3E0E0;
	padding: 10px;
}
.logo {
	float: left;
	width: 195px;
	height: 110px;
	background-image: url("../imagenes/logo.png");
	background-repeat:no-repeat;
    background-size:contain;
	margin:10px 0;
}
#main-menu {
	float:right;
	position:relative;
	z-index:9999;
	width:auto;
	max-width: 1000px;
	margin: 0 auto;
}
#main-menu ul {
	width:12em;
}
.clear {
	clear:both;
}
.chiliseo a {
	color:#bbb;
	font-family: sans-serif;
	font-size: 13px;
}
.slider {
	max-width: 100%;
}
.main {
	overflow: hidden;
}
.fondo1 {
	background-image: url("../imagenes/fondo1.jpg");
}
.fondo2 {
	background-image: url("../imagenes/fondo2.jpg");
}
.fondo3 {
	background-image: url("../imagenes/fondo3.jpg");
}
.fondo4 {
	background-image: url("../imagenes/fondo4.jpg");
}
.fondo5 {
	background-image: url("../imagenes/fondo5.jpg");
}
.color-contactenos {
	color:#0059B2!important;
}
.color-pregunta {
	color:#D90000!important;
}
.seccion-color1 {
	overflow: hidden;
	background-color: #E9E9E9;
	width: 100%;
	border-bottom: 10px solid #E3E3E3;
	padding: 30px 0;
}
.seccion-color2 {
	overflow: hidden;
	background-color: #F0F0F0;
	width: 100%;
	padding: 30px 0;
}
.seccion-color2-portada {
	overflow: hidden;
	background-color: #F0F0F0;
	width: 100%;
	padding: 30px 0;
	min-height: 420px
}
.seccion-color3 {
	background-color:#FFFFFF;
	overflow: hidden;
	width: 100%;
	padding: 20px 0;
	min-height: 340px
}
#googleMap {
	width: 100%;
	height:500px;
}
.overlay {
   background:transparent; 
   position:relative; 
   width:640px;
   height:480px;
   top:480px;
   margin-top:-480px;
}
.wellcome1 {
	color: #333;
	font-family: 'Merriweather', sans-serif;
	font-style: italic;
	font-weight: 700;
	font-size: 50px;
	text-align: center;
	margin: 0;
	padding: 10px 25px;
}
.wellcome2 {
	color: #333;
	font-family: 'Merriweather', sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 20px;
	text-align: center;
	margin: 0;
	padding: 10px 25px;
}
.wellcome3 {
	color: #333;
	font-family: 'Merriweather', sans-serif;
	font-style: italic;
	font-weight: 700;
	font-size: 30px;
	text-align: left;
	margin: 10px 0 40px 0;
	padding: 0;
}
.icono-cv {
	float:left;
	overflow: hidden;
	width:11%;
}
.texto-cv {
	float:right;
	overflow: hidden;
	width:89%;
}
.color1 {
	background-color:#F44236;
}
.color2 {
	background-color:#01BBD4;
}
.color3 {
	background-color:#4BAF4F;
}
.color4 {
	background-color:#FEBD00;
}
.descarga img {
	max-width: 70%!important;
}
.contenedor {
	margin: 0 auto;
	max-width: 1200px;
	overflow: hidden;
}
.contenedor1 {
	margin: 0 auto;
	max-width: 1200px;
	overflow: hidden;
	text-align: left;
	padding: 0 30px;
}
.contenido-columnas1 {
	margin:15px auto;
	max-width: 1200px;
	overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	display: -webkit-flex;
    padding: 0 15px;
}
.contenido-columnas2 {
	margin:0 auto;
	padding:15px 20px;
	max-width: 1200px;
	overflow: hidden;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.dos-columnas {
	float:left;
	width:50%;
	padding: 15px;
}
.columna-flex {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.dos-columnas-noflex {
	float:left;
	width:50%;
	padding: 15px;
}
.dos-columnas-noflex1 {
	float:left;
	width:50%;
	padding: 15px;
}
.dos-columnas-imagen {
	width: 25%;
	float: left;
	text-align: center;
}
.dos-columnas-imagen-centrado {
	width: 100%;
	float: none;
	text-align: center;
}
.dos-columnas-texto {
	width: 70%;
	float: right;
}
.dos-columnas-texto-centrado {
	width: 100%;
	float: none;
}
.dos-columnas img{
	max-width: 100%;
}
.tres-columnas img{
	max-width: 100%;
}
.cuatro-columnas img{
	max-width: 100%;
}

.una-columna {
	width:100%;
	padding: 15px;
}
.una-columna-imagen {
	width: 40%;
	float: right;
	text-align: center;
	padding: 0 15px;
}
.una-columna-texto {
	width: 60%;
	float: left;
	padding: 0 15px;
}
.una-columna img{
	max-width: 100%;
}
.dos-columnas-noflex1 img{
	max-width: 100%;
}

.tres-columnas {
	float:left;
	width:33.33333333%;
	padding: 10px;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.cuatro-columnas {
	float:left;
	width:25%;
	padding: 10px;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.textocolumna-centrado {
	color:#333;
	font-family: 'Merriweather', sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 15px;
	line-height: 1.5em;
	margin:0;
	text-align: center;
	padding-bottom: 5px;
}
.textocolumna1 {
	color:#333;
	font-family: 'Merriweather', sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 15px;
	line-height: 1.5em;
	margin:0;
	text-align: justify;
	padding-bottom: 5px;
}
.textocolumna2 {
	color:#333;
	font-family: 'Merriweather', sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 13px;
	line-height: 1.5em;
	margin:0;
	text-align: left;
	padding-bottom: 5px;
}
.titulo-seccion1{
	display: inline-block;  
	position:relative;
	z-index: 1;
	color:#fff;
	font-family: 'Merriweather', sans-serif;
	font-weight: 700;
	font-style: italic;
	font-size: 30px;
	text-align: left;
	margin: 0 auto;
	padding-bottom: 10px;
}
.titulo-seccion1:before {
  content : "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 50%;  /* or 100px */
  border-bottom:3px solid #01BBD4;
}
.titulo-seccion2{
	display: inline-block;  
	position:relative;
	z-index: 1;
	color:#333;
	font-family: 'Merriweather', sans-serif;
	font-weight: 700;
	font-style: italic;
	font-size: 30px;
	text-align: center;
	margin: 0 10px;
	padding: 0 0 10px 0;
}
.titulo-seccion2:before {
  content : "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 50%;
  border-bottom:3px solid #01BBD4;
}
.intro-seccion1 {
	max-width: 500px;
	color: #fff;
	font-family: 'Merriweather', sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 20px;
	text-align: left;
	margin: 0;
	padding: 10px 0;
}
.subtitulo-seccion{
	color:#333;
	font-family: 'Merriweather', sans-serif;
	font-weight: 700;
	font-style: italic;
	font-size: 17px;
	text-align: left;
	margin: 0;
	padding-bottom: 15px;
}
.subtitulo-seccion-centrado {
	color:#333;
	font-family: 'Merriweather', sans-serif;
	font-weight: 700;
	font-style: italic;
	font-size: 20px;
	text-align: center;
	margin: 0;
	padding-bottom: 15px;
}
.subtitulo-seccion1{
	color:#333;
	font-family: 'Merriweather', sans-serif;
	font-weight: 700;
	font-style: italic;
	font-size: 17px;
	text-align: left;
	margin: 0;
	padding-bottom: 15px;
}
.contenedor-transparente {
	width:100%;
	padding: 0;
	background-color: transparent;
	overflow: hidden;
}
.paquete {
	padding: 0 0 20px 0;
	background-color: #f9f9f9;
	overflow: hidden;
}
.titulo-paquete {
	font-family: 'Merriweather', sans-serif;
	font-weight: 900;
	color:#fff;
	letter-spacing: -1px;
	line-height: 50px;
	font-style: italic;
	font-size: 20px;
	text-align: left;
	padding-left: 20px;
}
.intro-paquete {
	font-family: "Merriweather", sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 13px;
	line-height: 1.7em;
	color:#333;
	margin: 20px 0 0 0;
	text-align: left;
	padding: 0 15px;
}

/*Inicio menu inferior*/
.footer {
	background-color: #F5F2F0;
	text-align: center;
	padding: 0;
}
.derechos {
	clear: both;
	max-width: 1100px;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
}
.derechos-empresa, a {
	color:#333;
	font-family: 'Merriweather', sans-serif;
	font-weight: 400;
	font-size: 15px;
	font-style: italic;
	line-height: 1.5em;
	text-decoration: none;
}
/*Fin menu inferior*/

/*Inicio formulario*/
/*input {
	width:96%;
	height: 20px;
	font-family:Verdana;
	font-size:11px;
	background-color: #FFF;
	border: 0px solid #84775B;
	color:#725538;
	border-radius: 100px;
	padding: 5px 10px;
}
select {
	width:100%;
	height: 30px;
	font-family:Verdana;
	font-size:11px;
	background-color: #FFF;
	border: 0px solid #84775B;
	color:#725538;
	border-radius: 100px;
	padding: 5px 7px;
}
textarea {
	width:96%;
	height:150px;
	font-family:Verdana;
	font-size:11px;
	background-color: #fff;
	border: 0px solid #84775B;
	color:#725538;
	overflow:auto;
	padding: 5px 10px;
	border-radius: 15px;
}
input[type=submit] {
	width:75px;
	height:40px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size:15px;
	background-color: #b2c700;
	border: 0px solid #725538;
	color:#fff;
	margin-top: 10px;
}
::-webkit-input-placeholder {
    color:    #AA9B78;
}
:-moz-placeholder {
    color:    #AA9B78;
}
::-moz-placeholder {
    color:    #AA9B78;
}
:-ms-input-placeholder {
    color:    #AA9B78;
}*/
/*Fin formulario*/


.muypronto {
	height: 100%;
	overflow: hidden;
	vertical-align: middle;
}
.muypronto img {
	width: 100%;
	max-width: 100%;
}
.header {
	border:0px solid #000;
}
.menu {
	margin: 0 auto;
	/*background-image: url("../imagenes/fondopan.jpg");*/
	/*background-image: url("../imagenes/fondonuevo1.jpg");*/
}
.slider {
	border:0px solid #000;
}
.slider-galeria img {
	max-width: 100%;
	width:100%;
}
.iframe_mapa {
	position:relative;
}
.iframe_mapa .ratio {
	display: block;
	width: 100%;
	height: auto;
}
.iframe_mapa iframe {
	position:absolute;
	top:0;left:0;
	width:100%;
	height:100%;
	min-height: 200px;
}
.carrusel {
	min-width: 2000px;
}
.main {
	/*background-image:url('../imagenes/fondopan.jpg');*/
	background-image:url('../imagenes/fondonuevo1.jpg');

}
.contenido {
	padding: 20px 20px 40px 20px;
	max-width: 600px;
	margin: 0 auto;
}
.gallery {
	padding: 20px 0px 20px 00px;
	margin: 0 auto;
	max-width: 1300px;
}
.titulos {
	text-align: left;
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 16px;
	width: 100%;
	height:20%;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.15);
	position: absolute;
	bottom: 0;
}
.footer {
	overflow:auto;
	padding: 30px 0 10px 0;
	border:0px solid #000;
	/*background-image:url('../imagenes/fondofooterabril2015.jpg');*/
	clear: both;
}
.welcometitle {
	color: #D6670D;
	font-family: 'Ubuntu', cursive;
	font-size: 60px;
	text-align: left;
	margin: 0;
}
.welcome {
	color: #804040;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	font-size: 1.2em;
	text-align: left;
	margin: 0;
	line-height: 1.7em;
}
.menuinferior {
	max-width: 1000px;
	margin: 0 auto;
}
.titulomenufooter {
	/*color:#EEE3D0;*/
	color:#5e231f;
	font-family: 'Ubuntu', sans-serif;
	/*font-weight: 300;*/
	font-weight: 400;
	font-size: 16px;
	margin:0;
	text-align:left;
	padding-bottom: 15px;
}
.gallery-text1 {
	color:#5e231f;
	font-family: 'Ubuntu', cursive;
	font-weight: 300;
	font-size: 50px;
	padding: 0 30px;
	margin: 30px 0;
	text-align: center;
}
.gallery-text2 {
	color:#5e231f;
	font-family: 'Ubuntu', cursive;
	font-weight: 300;
	font-size: 30px;
	padding: 0 30px;
	margin: 30px 0;
	text-align: center;
}
.titulocolumna {
	color:#5e231f;
	font-family: 'Ubuntu', cursive;
	font-weight: 300;
	font-size: 20px;
	margin: 10px 0;
}
.titulocolumna1 {
	color:#5e231f;
	font-family: 'Ubuntu', cursive;
	font-weight: 300;
	font-size: 30px;
	margin: 10px 0 20px 0;
}
.textocolumna {
	color:#804C4D;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 1.5em;
	margin:0;
}
.textocolumna a {
	color:blue
}
.left {
	text-align: left!important;
}
.textoregistrado {
	color:green;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 1.5em;
	margin:0;
}
.itemmenufooter {
	color: #5e231f;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-align: left;
	list-style-type: none;
	padding:0;
}
.itemmenufooter li{
	color: #CC9600;
	text-decoration: none;
	line-height: 20px;
	background-image: url('../imagenes/bullet1.png');
	background-repeat: no-repeat;
	padding: 0 0 8px 15px;
}
.itemmenufooter li a{
	color: #CC9600;
	text-decoration: none;
	line-height: 20px;
}
.derechos {
	clear: both;
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px;
}
.derechos a{
	color:#B49976;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	font-size: 12px;
	line-height: 1.5em;
	text-decoration: none;
}
.servicio, .informacion, .siganos, .aceptamos {
	float:left;
	width:25%;
	border: 0px solid #000;
	padding: 30px;
	text-align: left
}
.contenido-columnas {
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
}
.contenido-columnas-flex {
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	display: -webkit-flex;
}
.columna-izquierda {
	float: left;
	width: 65%;
	overflow: hidden;
}
.columna-derecha {
	float:left;
	width: 35%;
	overflow: hidden;
	padding: 30px 20px 0 20px;
}
.columna1, .columna2, .columna3, .columna4 {
	float:left;
	width:25%;
	padding: 10px 30px;
	text-align: justify;
}
.columna5, .columna6 {
	float:left;
	width:50%;
	border: 0px solid #000;
	padding: 10px 30px;
}
.columna7, .columna8 {
	float:left;
	width:50%;
	padding: 40px 20px 0 20px;
}
.columna8 {
	border-left: 1px solid #fff;
}
.columna9 {
	float:left;
	width:100%;
	padding: 10px 20px;
	text-align: center;
}
.columna10 {
	float:left;
	width:33%;
	border: 0px solid #000;
	padding: 40px 20px 0 20px;
	border-left: 1px solid #fff;
}
.columna10 img {
	width: 100%;
}

.social {
	margin-right: 10px;
}

a.siguenos {
	color: #CC9600!important;
	background-color:#fff!important;
	padding: 9px 22px!important;
	font-family:'Ubuntu'!important;
	font-weight: 400!important;
	font-size:15px!important;
	border: 2px solid #CC9600!important;
	border-radius:3px!important;
	margin: 15px 0 15px 15px!important;
	top: 35px;
	right:10px;
}
a.siguenos:hover {
	color: #fff!important;
	background-color:#CC9600!important;
}

input {
    width: 99%;
    height: 24px;
    font-family: Verdana;
    font-size: 11px;
    background-color: #fff;
    border: 1px solid #D9C4B0;
    color: #725538;
    border-radius: 3px;
}
select {
    width: 99%;
    height: 24px;
    font-family: Verdana;
    font-size: 11px;
    background-color: #fff;
    border: 1px solid #D9C4B0;
    color: #725538;
    border-radius: 3px;
}
textarea {
	width:99%;
	height:150px;
	font-family:Verdana;
	font-size:11px;
	background-color:transparent;
	border:1px solid #D9C4B0;
	color:#725538;
	overflow:auto;
}
input[type=submit] {
	width:75px;
	height:25px;
	font-family: 'Ubuntu', cursive;
	font-size:14px;
	background-color:#725538;
	border:1px solid #725538;
	color:#fff;
	margin-top: 10px;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #D9C4B0;
    padding-left: 15px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #D9C4B0;
    padding-left: 15px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #D9C4B0;
    padding-left: 15px;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #D9C4B0;
    padding-left: 15px;
}



/**********************************

Name: cmxform Styles

***********************************/
form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-family: 'Ubuntu', cursive;
}
div.error { display: none; }



input.error { border: 1px dotted red; margin-bottom:8px;}







hr.fancy-line { 
     color: #DAD8A5;
     background: #DAD8A5; 
     width: 100%; 
     height: 1px;
     border: 0;
     clear: both;
}
/*iframe {
	width:100%;
	height:500px;
	max-width: 100%;
	max-height: 100%;
}*/




@media screen and (max-width: 480px) {
	.blog-title {
		font-size: 32px;
	}
	.dos-columnas , .dos-columnas-noflex, .dos-columnas-noflex1 {
	width:100%;
	}
/*	.dos-columnas-noflex1 p {
	display:none;
	}*/
	.una-columna-imagen, .dos-columnas-imagen {
		width: 100%;
		float: none;
	}
	.una-columna-texto, .dos-columnas-texto {
		width: 100%;
		float: none;
	}
	.tres-columnas {
		width:100%;
	}
	.cuatro-columnas {
		width:100%;
	}
	.logo {
		width: 192px;
		height: 50px;
		margin-top: 5px;
		margin-left: 45px;
	}
	.servicio, .informacion, .siganos, .aceptamos {
		width:100%;
	}
	.seccion-color1, .seccion-color2 {
		padding: 10px 0;
	}
	.contenido-columnas {
		position: static;
		margin-top: 0;
	}
	.wellcome1 {
		font-size: 24px;
	}
	.wellcome2 {
		font-size: 17px;
	}
	.wellcome3 {
		text-align: center;
	}
	.subtitulo-seccion{
		text-align: center;
	}
	.subtitulo-seccion1{
		font-size: 17px;
		text-align: center;
	}
	#main-menu {
		display:none!important;
	}
	#googleMap {
		height:320px;
	}
	.titulo-paquete {
		font-size: 18px;
		padding-left: 10px;
	}
	.descarga img {
		max-width: 100%!important;
	}
	.derechos-empresa, a {
		font-size: 13px;
	}
	.columna1, .columna2, .columna3, .columna4 {
		width:100%;
	}
	.columna5, .columna6 {
		width:100%;
	}
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 481px) and (max-width : 767px) {
	.dos-columnas, .dos-columnas-noflex, .dos-columnas-noflex1 {
	width:100%;
	}
/*	.dos-columnas-noflex1 p {
	display:none;
	}*/
	.dos-columnas-imagen {
		width: 100%;
		float: none;
	}
	.dos-columnas-texto {
		width: 100%;
		float: none;
	}
	.cuatro-columnas {
		width:50%;
	}
	.logo {
		width: 88px;
		height: 50px;
		margin-top: 5px;
		margin-left: 45px;
	}
	.paquete {
		padding: 10px;
	}
	.titulo-paquete {
		margin-bottom: 5px;
		font-size: 18px;
		padding-left: 10px;
	}
	.contenido-columnas {
		position: static;
		margin-top: 0;
	}
	#main-menu {
		display:none!important;
	}
	.subtitulo-seccion{
		text-align: center;
	}
	.wellcome3 {
		text-align: center;
	}
	#googleMap {
		height:420px;
	}
	.columna1, .columna2, .columna3, .columna4 {
		width:100%;
	}
	.columna5, .columna6 {
		width:100%;
	}

}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1023px) {
	.cuatro-columnas {
		width:50%;
	}
	.titulo-paquete {
		font-size: 18px;
		padding-left: 10px;
	}
	.sm-blue a {
		padding:29px 24px;
	}
	.logo {
		width: 159px;
		height: 90px;
		margin-top: 25px;
	}

}
@media only screen and (min-width : 1024px) and (max-width : 1365px) {
	.titulo-paquete {
		font-size: 18px;
		padding-left: 10px;
	}

}

/*Chat de Whatsapp*/
.float {
    position: fixed;
    width: 58px;
    height: 58px;
    bottom: 98px;
    right: 25px;
    background-color: #3BBF26;
    color: #FFF;
    border-radius: 58px;
    text-align: center;
    font-size: 44px;
    line-height: 58px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px 0px;
    z-index: 100;
}
.float:hover {
    color: #FFF;
}
.float:focus {
    color: #FFF;
}
.float:active {
    color: #FFF;
}
.my-float{
}
@media only screen and (max-width: 768px) {
.float {
    width: 58px;
    height: 58px;
    border-radius: 58px;
    font-size: 44px;
    line-height: 58px;
    z-index: 1000;
}
.my-float{
margin-top:6px;
}
}
/*Termina chat de Whatsapp*/