@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700|Palanquin+Dark|Raleway:400,600,700|Roboto+Condensed');
/* font-family: 'Open Sans', sans-serif;
font-family: 'Palanquin Dark', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Roboto Condensed', sans-serif; */

*, html {
	margin:0px;
	padding:0px;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	background: #daf0fc; /* */
	background: -moz-linear-gradient(top, #daf0fc 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #daf0fc 0%,#ffffff 100%);
	background: linear-gradient(to bottom, #daf0fc 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#daf0fc', endColorstr='#ffffff',GradientType=0 );
}
a {
	text-decoration:none;
	outline:none;
}
a, :focus {
	outline:none !important;
}
::-moz-focus-inner {
  border: 0;
}
fieldset {
	border:none;
}
legend {
	display:none;
}
textarea {
	resize:none !important;
}
img {
	vertical-align:top;
	max-width:100%;
	height:auto;
}
header, footer {
	width:100%;
	height:auto;
}
footer {
	background: #000000;
	background: -moz-linear-gradient(top, #000000 0%, #333333 100%);
	background: -webkit-linear-gradient(top, #000000 0%,#333333 100%);
	background: linear-gradient(to bottom, #000000 0%,#333333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#333333',GradientType=0 );
}
/* GENERAL */
#top, #header, #textoHome, #contenedor, #tituloSeccion, #footer {
	width:1200px;
	margin:0px auto;
	position:relative;
	z-index:auto;
}
.celular {
	background:url(../imag/icono_celular.png) no-repeat left top;
	padding:3px 0 5px 30px;
	pointer-events: none;
	cursor: default;
}
.correo {
	background:url(../imag/icono_correo.png) no-repeat left top 5px;
	padding:3px 0 5px 38px;
}

/* TOP */
#cubreTop {
	background:#004B79;
}

#top {
	font-size:20px;
	text-align:right;
	height:52px;
	padding:17px 0 0 0;
}
#top a {
	color:#FFF;
	display:inline-block;
	
	-webkit-transition:	color ease 300ms;
	-moz-transition: 	color ease 300ms;
	transition: 		color ease 300ms;
}
#top a:last-of-type {
	margin:0 2.9166666666666665% 0 6.30%;
}
#top a:hover {
	color:#FF3;
}

/* ############################################################### */
/* HEADER */
header {
	overflow:hidden;
	position:relative;
	z-index:1;
}

#cubreHeader {
	background:rgba(255,255,255,0.5);
	width:100%;
	height:151px;
	border-bottom:solid 1px #FFF;
	position:absolute;
	z-index:1000;
	left:0px;
	top:0px;
	right:0px;
}
#header {
	height:100%;
}
	/* class */
	#header .head_logo {
		float:left;
		margin:29px 0 0 2.4166666666666665%; /* margin:29px 0 0 29px; */
	}
	#header .head_logo2 {
		display:none;
	}
	#header .head_frase {
		font-family: 'Palanquin Dark', sans-serif;
		font-size:16px;
		color:#FFF;
		line-height:1em;
		text-shadow:#000 0px 0px 3px, #000 0px 1px 3px, #000 1px 1px 3px, #000 1px 0px 3px;
		position:absolute;
		z-index:10;
		left:2.4166666666666665%;
		bottom:8px;
	}

#menu {
	font-family: 'Palanquin Dark', sans-serif;
	font-size:18px;
	text-shadow:#000 0px 0px 7px, #000 0px 0px 3px;
	float:right;
	margin:70px 40px 0 0;
}
#menu a {
	color:#FFF;
	display:inline-block;
	padding:5px;
	margin:0px 11px;
	
	-webkit-transition:	color ease 300ms;
	-moz-transition: 	color ease 300ms;
	transition: 		color ease 300ms;
}
#menu a:hover {
	color:#F0BC08;
}

.slicknav_menu {
	display: none;
}

#wowslider-container2 {
	display:none !important;
}

#textoHome {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	font-family: 'Raleway', sans-serif;
	color:#FFFFE0;
	font-weight:600;
	text-shadow:#000 0px 0px 10px, #000 0px 0px 3px;
	padding:97px 125px 10px 94px;
	position:absolute;
	z-index:1005;
	top:152px;
	left:50%;
	margin-left:-600px;
}
#textoHome h1 {
	font-size:30px;
	font-weight:700;
	margin:0 0 25px 0;
}
#textoHome p {
	font-size:20px;
	line-height:1.4em;
	margin:0 0 10px 0;
}
#textoHome p:last-of-type {
	margin:0px;
}

/* JUMBOTRON */
#jumbotron {
	width:100%;
	height:auto;
}
	/* class */
	.fondo_reservas {
		background: url(../imag/jumbotron_reserva.jpg) no-repeat center top;
	}
	.fondo_contacto {
		background:url(../imag/jumbotron_contacto.jpg) no-repeat center top;
	}

#tituloSeccion {
	position:relative;
	z-index:1;
}
#tituloSeccion h1 {
	font-family:'Raleway', sans-serif;
	font-size:30px;
	font-weight:700;
	color:#FFF;
	text-shadow:#000 2px 2px 5px;
	position:absolute;
	z-index:10;
	left:8%;
	bottom:92px;
}
/* ############################################################### */
/* CUERPO */
#contenedor {
	background:#FFF;
	width:1200px;
}
	.servicio_boton {
		background: url(../imag/icono_flecha_blanca.png) no-repeat right 10px center, #ed6f3f;
		background: url(../imag/icono_flecha_blanca.png) no-repeat right 10px center, -moz-linear-gradient(top, #ed6f3f 0%, #d84c14 100%);
		background: url(../imag/icono_flecha_blanca.png) no-repeat right 10px center, -webkit-linear-gradient(top, #ed6f3f 0%,#d84c14 100%);
		background:  url(../imag/icono_flecha_blanca.png) no-repeat right 10px center, linear-gradient(to bottom, #ed6f3f 0%,#d84c14 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed6f3f', endColorstr='#d84c14',GradientType=0 );
		font-family: 'Roboto Condensed', sans-serif;
		font-size:13px;
		color:#FFF;
		text-shadow:#501D0A 2px 2px 4px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		width:192px;
		padding:4px 30px 6px 13px;
		
		-moz-border-radius:7px;
		-webkit-border-radius:7px;
		-ms-border-radius:7px;
		-khtml-border-radius:7px;
		border-radius:7px;
	}
	.servicio_boton:hover {
		background: url(../imag/icono_flecha_blanca.png) no-repeat right 10px center, #d84c14;
		background: url(../imag/icono_flecha_blanca.png) no-repeat right 10px center, -moz-linear-gradient(top,  #d84c14 0%, #ed6f3f 100%);
		background: url(../imag/icono_flecha_blanca.png) no-repeat right 10px center, -webkit-linear-gradient(top,  #d84c14 0%,#ed6f3f 100%);
		background: url(../imag/icono_flecha_blanca.png) no-repeat right 10px center, linear-gradient(to bottom,  #d84c14 0%,#ed6f3f 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d84c14', endColorstr='#ed6f3f',GradientType=0 );
	}

#servicios {
	font-size:15px;
	padding:12px 40px 60px 40px;
}
#servicios img {
	margin:0 0 11px 0;
}
#servicios h2 {
	font-family: 'Raleway', sans-serif;
	color:#004B79;
	font-size:22px;
	font-weight:600;
	margin:0 0 12px 0;
}
#servicios p {
	letter-spacing:-0.5px;
}
#servicios hr {
	background:#B3DFF8;
	color:#B3DFF8;
	border:none;
	height:1px;
	margin: 0 0 10px 50%; /* margin:0 0 10px 200px; */
}
#servicios li {
	padding:0px;
	margin:0 0 0 20px;
}
#servicios section {
	box-sizing:border-box;
	padding:42px 7.142857142857142% 49px 7.142857142857142%;
	margin:0 0 20px 0;
	float:left;
	width:50%;
	position:relative;
	z-index:2;
}
	#servicios .servicio_altura1 {
		min-height:570px;
	}
	#servicios .servicio_boton {
		position:absolute;
		z-index:20;
		left:14.28%;
		bottom:0px;
	}

#casino {
	font-family: 'Open Sans', sans-serif;
	background:#DEE8F5;
	font-size:16px;
	color:#666;
	border-top:solid 1px #BCB2CA
}
#casinoTexto, #casinoSlider {
	width:50%;
}
#casinoTexto  {
	float:left;
}
#casinoSlider {
	float:right;
}
#casinoTexto {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:38px 8.333333333333332% 38px 6.25%; /* padding:0 58px 0 75px; */
}
#casinoTexto h1 {
	font-family: 'Roboto Condensed', sans-serif;
	color:#004B79;
	font-size:25px;
	font-weight:400;
	margin:0 0 11px 0;
}
#casinoTexto h2 {
	font-family: 'Roboto Condensed', sans-serif;
	color:#000;
	font-size:19px;
	font-weight:700;
}
#casinoTexto p {
	line-height:1.2em;
	margin:0 0 17px 0;
}
#casinoTexto .servicio_boton {
	margin:30px 0 0 0;
	display:inline-block;
}
#casinoSlider {
}

#behavior {
	font-family: 'Raleway', sans-serif;
	color:#FFF;
	font-size:15px;
	font-weight:400;
	border-top:solid 1px #BCB2CA;
	padding:22px 0px;
}
#behavior div {
	width:100%;
	height:auto;
	display: -webkit-flex;
    display: flex;
	 -webkit-justify-content: space-around;
    justify-content: space-around;
}
#behavior h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:25px;
	font-weight:600px;
	color:#004B79;
	margin:0 0 23px 6.333333333333334%;
}
#behavior h3 {
	font-size:15px;
	font-weight:600px;
	margin:0 2px 4px 2px;
}
#behavior hr {
	background:#FFF;
	color:#FFF;
	height:1px;
	border:none;
}
#behavior p {
	letter-spacing:-0.3px;
	width:160px;
	margin:1px 2px;
}
#behavior section {
	box-sizing:border-box;
	width:27.500000000000004%; /* w:330px */
	height:238px;
	padding:82px 15px 27px 15px;
	margin:0 0 28px 0;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:25px;
	
	box-shadow:#CCC 4px 4px 4px;
}
	/* Class */
	#behavior .caracteristica1 {
		background:#004B79 url(../imag/behavior_van.png) no-repeat left center;
	}
	#behavior .caracteristica1 h3 { 
		text-align:right;
	}
	#behavior .caracteristica1 p {
		float:right;
	}
	#behavior .caracteristica2 {
		background:#37658B url(../imag/behavior_reloj.png) no-repeat right center;
	}
	#behavior .caracteristica3 {
		background:#9B9ABD url(../imag/behavior_cinturo.png) no-repeat right 21px center;
	}

#formulario {
	font-size:15px;
	color:#666;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:66.66666666666666%;
	padding:29px 61px 62px 68px;
	float:left;
}
#formulario h3 {
	font-size:17px;
	font-weight:400;
	color:#D84C13;
	margin:12px 0 7px 0;
}
#formulario form {
	font-family:'Raleway', Arial, Helvetica, Calibri, sans-serif;
}
#formulario br {
	clear:both;
}
#formulario label, #formulario input, #formulario textarea {
	float:left;
	margin:0 0 16px 0;
}
#formulario label {
	font-weight:600;
	display:block;
	width:89px;
	margin:6px 10px 0 0;
}
#formulario input, #formulario select, #formulario textarea {
	box-sizing:border-box;
	font-family:'Raleway', Arial, Helvetica, Calibri, sans-serif;
	font-size:15px;
	font-weight:600;
	color:#004B79;
	padding:5px 9px 6px 9px;
	border:solid 1px #9B9ABD;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}
#formulario textarea {
	height:150px;
}
	/* class formulario */
	#formulario .form_bajada {
		padding:0 0 59px 0;
		letter-spacing:-0.3px;
	}
	#formulario .form_input_largo {
		width:81.37108792846497%;
	}
	#formulario .form_input_corto {
		width:29.806259314456035%;
	}
	#formulario .form_label_corto {
		margin-left:6.7064083457526085%;
	}
	#formulario .form_seleccionado {
		background:#F3F3F8;
	}
	#formulario .form_submit {
		background: url(../imag/icono_flecha_blanca.png) no-repeat right 10px center, #ed6f3f;
		background: url(../imag/icono_flecha_blanca.png) no-repeat right 10px center, -moz-linear-gradient(top, #ed6f3f 0%, #d84c14 100%);
		background: url(../imag/icono_flecha_blanca.png) no-repeat right 10px center, -webkit-linear-gradient(top, #ed6f3f 0%,#d84c14 100%);
		background:  url(../imag/icono_flecha_blanca.png) no-repeat right 10px center, linear-gradient(to bottom, #ed6f3f 0%,#d84c14 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed6f3f', endColorstr='#d84c14',GradientType=0 );
		font-family: 'Roboto Condensed', sans-serif;
		font-size:13px;
		color:#FFF;
		text-align:left;
		text-shadow:#501D0A 2px 2px 4px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		width:192px;
		margin:0 0 0 99px; /* 14.754098360655737% */
		padding:4px 30px 6px 13px;
		border:none;
		
		-moz-border-radius:7px;
		-webkit-border-radius:7px;
		-ms-border-radius:7px;
		-khtml-border-radius:7px;
		border-radius:7px;
	}
	#formulario .form_submit:hover {
		background: url(../imag/icono_flecha_blanca.png) no-repeat right 10px center, #d84c14;
		background: url(../imag/icono_flecha_blanca.png) no-repeat right 10px center, -moz-linear-gradient(top,  #d84c14 0%, #ed6f3f 100%);
		background: url(../imag/icono_flecha_blanca.png) no-repeat right 10px center, -webkit-linear-gradient(top,  #d84c14 0%,#ed6f3f 100%);
		background: url(../imag/icono_flecha_blanca.png) no-repeat right 10px center, linear-gradient(to bottom,  #d84c14 0%,#ed6f3f 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d84c14', endColorstr='#ed6f3f',GradientType=0 );
	}

#respuesta {
	color:#333;
	font-size:17px;
	min-height:500px;
	margin:90px 0 0 0;
}
#respuesta h1 {
	font-size:30px;
	color:#004B79;
	margin:0 0 10px 0;
	padding:0 0 5px 2px;
	border-bottom: solid 1px #CCC;
}
#respuesta p {
	margin:0 0 20px 0;
}
#respuesta strong {
	color:#D84C13;
	font-weight:bold;
}
#respuesta section {
	background:#EEE;
	padding:10px;
	border:solid 1px #DDD;
}
#respuesta section p {
	margin-bottom:0px !important;
}
	/* class respuesta */
	#respuesta .respuesta_nota {
		font-size:12px;
	}

#cobertura {
	color:#2A6B97;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:33.3333%;
	float:left;
	padding:10px 53px 90px 29px;
	margin:110px 0 0 0;
	border-left:solid 1px #91BAE1;
}
#cobertura h4 {
	font-family:'Raleway', Arial, Helvetica, Calibri, sans-serif;
	font-size:22px;
	font-weight:400;
	color:#2A6B97;
	margin:0px 14px 0 14px;
}
#cobertura hr {
	background:#B3DFF8;
	color:#B3DFF8;
	border:none;
	height:1px;
	margin:4px 0 13px 129px;
}
#cobertura img {
	margin:0 0 8px 0;
}
#cobertura p {
	margin:0px 14px;
}
/* ############################################################### */
/* FOOTER */
#footer {
	color:#FFF;
	font-size:16px;
	min-height:130px;
}
#footer section {
	width:27.500000000000004%;
	float:left;
	margin:35px 0 0 0;
}
#footer section h4 {
	color:#666;
	font-size:15px;
}
#footer section hr {
	background:#444;
	color:#444;
	width:100%;
	height:1px;
	border:none;
}
#footer section a {
	color:#FFF;
	display:inline-block;
	
	-webkit-transition:	color ease 300ms;
	-moz-transition: 	color ease 300ms;
	transition: 		color ease 300ms;
}
#footer section a:hover {
	color:#FF3;
}

	#footer .pie_logo, #footer .pie_sernatur, #footer .pie_chilecompra {
		float:left;
	}
	#footer .pie_logo {
		margin:29px 0 0 23px;
	}
	#footer .pie_sernatur {
		margin:15px 18.484848484848484% 0 0;
	}
	#footer .pie_chilecompra {
		margin:15px 0 0 0;
	}
	#footer .pie_seccion1 { 
		margin-left:9.75%;
	}
	#footer .pie_seccion2 {
		margin-left:7.083333333333333%;
	}
	#footer .pie_celular {
		background: url(../imag/footer_celular.png) no-repeat left 4px top 3px;
		padding:0 0 0 21px;
		margin:6px 10px 5px 0;
		pointer-events: none;
		cursor: default;
	}
	#footer .pie_fono {
		background: url(../imag/footer_fono.png) no-repeat left 4px top 3px;
		padding:0 0 0 28px;
		margin:6px 0 5px 0;
		pointer-events: none;
		cursor: default;
	}
	#footer .pie_correo {
		background: url(../imag/footer_correo.png) no-repeat left 1px top 7px;
		padding:0 0 0 21px;
	}

#footerBlack {
	background:#000;
	width:100%;
	height:10px;
	border-top:solid 1px #FFF;
}

/* CLEARFIX */
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix { zoom: 1; }
*:first-child+html .clearfix { zoom: 1; }

/* RESPONSIVO */
@media (min-width: 250px) and (max-width: 1199px) {
body {
	background:#FFF;
}
#top, #header, #textoHome, #contenedor, #tituloSeccion, #footer {
	width:100%;
	margin:0px auto;
}
#wowslider-container1 {
	display:none !important;
}
#wowslider-container2 {
	display:inherit !important;
}
#textoHome {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	font-family: 'Raleway', sans-serif;
	color:#FFFFE0;
	font-weight:600;
	text-shadow:#000 0px 0px 10px, #000 0px 0px 3px;
	padding:97px 125px 10px 94px;
	position:absolute;
	z-index:1005;
	top:152px;
	left:0;
	margin-left:0px;
}
}

@media (min-width: 1000px) and (max-width: 1199px) {
#casinoTexto p {
	line-height:1em;
}
#footer section {
	width:29%;
}
#footer .pie_seccion1 { 
	margin-left:8.75%;
}
#footer .pie_seccion2 {
	margin-left:6.083333333333333%;
}
}
#footer .pie_correo {
	padding:0 0 30px 21px;
}
@media (min-width: 1000px) and (max-width: 1150px) {
#formulario label, #formulario input, #formulario textarea {
	float:none;
}
#formulario .form_input_largo, #formulario .form_input_corto {
	width:81.37108792846497%;
}
#formulario .form_label_corto {
	margin-left:0px;
}
}
@media screen and (max-width: 999px) {
#textoHome {
	padding:48px 85px 10px 85px;
}
#textoHome h1 {
	font-size:25px;
}
#textoHome p {
	font-size:17px;
	line-height:1.3em;
}
#servicios {
	padding:12px 20px 60px 20px;
}
#servicios h2 {
	font-size:20px;
}
#servicios hr {
	margin-left: 30%;
}
#servicios section {
	padding:42px 5.2% 49px 5.2%;
}
#servicios .servicio_altura1 {
	min-height:550px;
}
#casino {
	font-size:15px;
}
#casinoTexto h1, #behavior h2 {
	font-size:20px;
}
#casinoTexto h2 {
	font-size:17px;
}
#casinoTexto p {
	line-height:1em;
}
#behavior section {
	width:30.5%;
}
#respuesta {
	padding-top:0px;
	margin-top:0px;
}
#respuesta h1 {
	font-size:25px;
}
#cobertura {
	margin-bottom:50px;
}
#footer {
	height:auto;
	min-height:inherit !important;
	padding:0 0 30px 0;
}
#footer section {
	width:100%;
	float:none;
	margin:0px;
}
#footer .pie_div {
	width:60%;
	float:right;
	margin:35px 70px 0 0;
}
#footer .pie_seccion1 { 
	margin-left:0%;
	margin:0 0 20px 0;
}
#footer .pie_seccion2 {
	margin-left:0px;
}
#footer .pie_celular {
	margin:6px 15% 5px 0;
}
#footer .pie_fono {
	margin:6px 0 5px 0;
}
#footer .pie_correo {
	margin:0px;
	padding:0 0 0 21px;
}
}
@media screen and (max-width: 749px) {
#textoHome {
	padding:24px 43px 10px 43px;
}
#textoHome h1 {
	font-size:20px;
	margin:0 0 7px 0;
}
#textoHome p {
	font-size:15px;
	line-height:1.2em;
}
#tituloSeccion img {
	height:90%;
}
#servicios {
	font-size:14px;
	padding:12px 5px 60px 5px;
}
#servicios h2 {
	font-size:20px;
}
#servicios hr {
	margin-left: 30%;
}
#servicios section {
	padding:42px 5.2% 49px 5.2%;
}
#servicios .servicio_altura1 {
	min-height:520px;
}
#casino {
	font-size:15px;
	padding:50px;
}
#casinoTexto, #casinoSlider {
	width:100%;
	float:none;
}
#casinoTexto {
	padding:38px 5% 0 5%;
}
#casinoTexto h1, #behavior h2 {
	font-size:20px;
}
#casinoTexto h2 {
	font-size:17px;
}
#casinoTexto p {
	line-height:1em;
}
#behavior {
	font-size:14px;
}
#behavior h3 {
	font-size:14px;
}
#behavior section {
	width:30%;
	height:200px;
	padding:50px 15px 27px 15px;
	margin:0 0 28px 0;
}
#behavior .caracteristica1 h3 { 
	text-align:left;
}
#behavior .caracteristica1 p {
	float:none;
}
#behavior .caracteristica2 h3 { 
	width:50%;
}
#formulario, #cobertura {
	width:100%;
	float:none;
}
#respuesta {
	padding-top:0px;
	margin-top:0px;
}
#respuesta h1 {
	font-size:25px;
}
#cobertura {
	background:#EEF4FA;
	text-align:center;
	padding:30px 30px 50px 30px;
	margin:0px;
}
#cobertura hr {
	margin:4px 0 13px 0;
}
#footer {
	height:auto;
	min-height:inherit !important;
	padding:0 0 30px 0;
}
#footer section {
	width:100%;
	float:none;
	margin:0px;
}
#footer .pie_logo {
	max-width:25%;
	height:auto;
}
#footer .pie_div {
	width:60%;
	float:right;
	margin:35px 30px 0 0;
}
#footer .pie_seccion1 { 
	margin-left:0%;
	margin:0 0 20px 0;
}
#footer .pie_seccion2 {
	margin-left:0px;
}
#footer .pie_celular {
	margin:6px 5% 5px 0;
}
#footer .pie_fono {
	margin:6px 0 5px 0;
}
#footer .pie_correo {
	margin:0px;
	padding:0 0 0 21px;
}
#footer .pie_sernatur {
	margin: 15px 25% 0 0;
}
}

@media screen and (max-width: 680px) {
#header .head_frase {
	font-size:14px;
}
}

@media screen and (max-width: 599px) {
.celular {
	background: url(../imag/footer_celular.png) no-repeat left center;
	padding:0 0 0 21px;
	pointer-events:inherit;
	cursor: pointer;
}
.correo {
	background: url(../imag/footer_correo.png) no-repeat left center;
	padding:0 0 0 20px;
}
#top {
	font-size:15px;
	text-align:center;
	height:auto;
	padding:10px 0;
	display: -webkit-flex;
    display: flex;
	 -webkit-justify-content: space-around;
    justify-content: space-around;
	flex-wrap: wrap;
}
#top a {
	letter-spacing:-0.5px;
	margin:0px;
	display:inherit !important;
}
#top a:last-of-type {
	margin:0px;
}
.slicknav_menu {
	display: block !important;
}
#cubreHeader {
	height:auto;
}
#cubreHeader:before{
    content:"";
    display:block;
    padding-top:10%;
	float:left;
}
#header {
	text-align:center;
}
#header .head_logo {
	display:none;
}
#header .head_logo2 {
	display:inline !important;
	width:45%;
	float:none;
	margin: 29px 0 15px 0; margin:19px 0 30px 0;
}
#header .head_frase {
	bottom:5px;
}
#menu {
	display:none;
}
header {
	overflow:inherit;
	height:auto;
}
#textoHome {
	color:#666;
	font-size:16px;
	padding:20px 24px 50px 24px;
	border-bottom:solid 1px #808080;
	text-shadow:none;
	position:relative;
	top:0px;
}
#textoHome h1 {
	font-size:25px;
	color:#37658B;
	margin:0 0 7px 0;
}
#textoHome p {
	font-size:15px;
	line-height:1.2em;
}
#servicios {
	font-size:14px;
	padding:0 0 60px 0;
}
#servicios h2 {
	font-size:20px;
}
#servicios hr {
	margin-left: 0px;
}
#servicios section {
	text-align:left;
	width:80%;
	float:none !important;
	padding:42px 0 49px 0;
	margin:0px auto;
}
#servicios .servicio_altura1 {
	min-height:auto;
}
#servicios .servicio_boton {
	left:0px;
}
#casino {
	font-size:15px;
	padding:0 0 30px 0;
}
#casinoTexto, #casinoSlider {
	width:100%;
	float:none;
}
#casinoTexto {
	padding:38px 5% 0 5%;
}
#casinoTexto h1, #behavior h2 {
	font-size:20px;
}
#casinoTexto h2 {
	font-size:17px;
}
#casinoTexto p {
	line-height:1em;
}
#behavior {
	font-size:14px;
}
#behavior h3 {
	font-size:14px;
}
#behavior div {
	width:100%;
	height:auto;
	display: inherit !important;
}
#behavior section {
	width:90%;
	height:150px;
	padding:50px 15px 27px 15px;
	margin:0 auto 28px auto;
}
#behavior p {
	width:auto;
}
#behavior .caracteristica1, #behavior .caracteristica2, #behavior .caracteristica3 {
	background-size:contain;
}
#behavior .caracteristica1 h3 { 
	text-align:left;
}
#behavior .caracteristica1 p {
	float:none;
}
#behavior .caracteristica2 h3 { 
	width:50%;
}
#formulario, #cobertura {
	width:100%;
	float:none;
}
#formulario {
	padding:30px;
}
#respuesta {
	padding-top:0px;
	margin-top:0px;
}
#respuesta h1 {
	font-size:25px;
}
#cobertura {
	background:#EEF4FA;
	text-align:center;
	padding:30px 30px 50px 30px;
	margin:0px;
}
#footer {
	height:auto;
	min-height:inherit !important;
	padding:0 0 50px 0;
}
#footer section {
	text-align:left;
	width:100%;
	float:none;
	margin:0px;
}
#footer .pie_logo, #footer .pie_sernatur, #footer .pie_chilecompra {
	float:none;
}
#footer .pie_logo {
	max-width:100%;
	margin-left:20%;
}
#footer .pie_div {
	width:auto;
	float:none;
	margin:35px 30px 0 30px;
}
#footer .pie_seccion1 { 
	margin-left:0%;
	margin:0 0 20px 0;
}
#footer .pie_seccion2 {
	margin-left:0px;
}
#footer .pie_celular {
	margin:6px 5% 5px 0;
	pointer-events:inherit;
	cursor: pointer;
}
#footer .pie_fono {
	margin:6px 0 5px 0;
	pointer-events:inherit;
	cursor: pointer;
}
#footer .pie_correo {
	margin:0px;
	padding:0 0 0 21px;
}
#footer .pie_sernatur {
	margin: 15px 15% 0 0;
}
}

@media screen and (max-width: 583px) {
#header .head_logo2 {
	margin:19px 0 35px 0;
}
#header .head_frase {
	bottom:5px;
}
}

@media (min-width: 300px) and (max-width: 399px) {
#servicios section {
	width:90%;
	padding:42px 0 49px 0;
}
}
@media (min-width: 300px) and (max-width: 999px) {
#formulario label, #formulario input, #formulario textarea {
	float:none;
}
#formulario label {
	margin-bottom:3px;
}
#formulario .form_input_largo, #formulario .form_input_corto {
	width:100%;
}
#formulario .form_label_corto {
	margin-left:0px;
}
#formulario .form_submit {
	width:100%;
	margin:0px;
}
}