/*IDIOMA PREDETERMINADO*/
.espanol{
	display: none;
}

body{
	 background: url(../img/fondo-agua.jpg) no-repeat center center fixed; 
}

/* TOP BAR */
#top_bar{
	position: fixed;
	z-index: 99;
	top: 0px;
	width: 100%;
	height: 60px;
	background: url(../img/greca.jpg) ;
}

/* MENU */

.navigation{
	position: fixed;
    width: 230px;
    z-index: 999;
    top: 60px;
    bottom: 0;
    padding: 50px 28px 0px 28px;
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: rgba(102, 140, 14, 0.81);
    border-right: 2px solid #1C834D;
    color: #000000;
    -webkit-transition: left 0.5s;
    -moz-transition: left 0.5s;
    -o-transition: left 0.5s;
    transition: left 0.5s;
}

.navigation ul {
	margin: 0px;
	padding: 0px;
}

.navigation ul li {
	color: #fff;
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: #88b125;
	border: 1px solid rgba(255, 255, 255, 0.37);
	border-radius: 5px;
	height: 28px;
	margin: 8px 0px;
	text-align: center;
	padding: 3px 0px;
}

.navigation ul li a{
	color: #fff;
	text-decoration: none;
	width: 100%;
	height:10px;
}

.img_nav{
	width: 100%;
    margin: -95px 0px 0px 0px;
    padding: 0px 10px;
}

.img_nav img.img_texas{
	width: 100%;
}

img.img_alcancia{
	margin-top: 25px;
	width: 100%;
}

img.img_alcancia_text{
	width: 100%;
}

.img_alcancia{
	-webkit-animation: flip_coin 4s infinite;  /* Chrome, Safari, Opera */
    -webkit-animation-timing-function: linear;  /* Chrome, Safari, Opera */
    animation: flip_coin 4s infinite;
    animation-timing-function: linear;
}

@keyframes flip_coin {
    0%  {
        transform:rotateY(0deg);
    }
    100%{
        transform:rotateY(360deg);
    }
}


.slicknav_menu {
    position: fixed !important;
    width: 100% !important;
}

/*CONTENIDO */

.box_logo_v2{
	text-align: center;
	margin-top: 60px;
}

.content{
	position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 60px;
    bottom: 0;
    margin-left: 230px;
}

.logo_box{
	margin: -20px 0px 0px 105px;
	position: relative;
	z-index: -1;
}

.content_box{
	text-align:center;
	padding:0px 10%;
	margin-top:-40px;
	margin-bottom: 20px;
}

.img_lista{
	position: relative;
	z-index: -2;
}

.img_lista ul{
	padding: 0px;
}

.img_lista ul li{
	list-style: none;
}

.img_lista ul li img{
	width: 95%;
}

.slogan{
	position: absolute;
	left: 400px;
	width: 70%;
	bottom: 110px;
	z-index: 99;
}

ul#menu{
	display: none;
}

.slicknav_menu{
	display: none;
}

.ingles h1, .espanol h1{
	font-weight: 600;
	color: #ee8102;
}

.ingles p, .espanol p{
	color: #bd0926;
	font-weight: 600;
	text-align: justify;
}

.box_tip .titulo_tip {
	background: #bd0926;
	color: #FECB0A;
	font-weight: bold;
	padding: 2px 0px 2px 10px;
}

.box_tip ul {
    list-style: none;
    padding:0;
    margin:0;
}

.box_tip li { 
    padding-left: 1em; 
    text-indent: -.7em;
    color: #bd0926;
}

.box_tip li:before {
    content: "• ";
    color: #bd0926; /* or whatever color you prefer */
}

#fotos_juntas{
	margin-top: 20px;
	width: 100%;
}

.answer{
	font-weight: normal !important;
}

#ingles,#espanol {
	color: #bd0926;
	font-weight: bold;
	word-spacing: 10px;
	letter-spacing: 2px;
}

.box_informacion{
	margin-left: 70px;
}

.control-label{
	text-align: left !important;
}

.box_services_inputs{
	margin-bottom: 30px;
}

.planes .p_normal{
	font-weight: normal !important;
}

.box_planes p{
	font-weight: 600 !important;
	line-height: 11px;
}

.box_planes{
	padding-top: 10px;
	padding-bottom: 10px;
    border-bottom: 2px solid #BD0926;
}

.box_precios{
	text-align: center;
	width: 100%;
}

.box_precios p{
	font-weight: normal !important; 
}

.nombre_servicio{
	margin-top: 8px;
	display: inline-block;
}

.precio_servicio{
	padding: 0px 0px 0px 10px;
	display: inline-block;
}


/* RESPONSIVE */

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.navigation{
		display: none;
	}
	.content{
	    margin-left: 0px;
	}
	.content_box img{
		width: 90%;
	}

	.content_box{
		padding:0px;
		margin-top: 0px;
	}
	.logo_box{
		text-align: center;
		margin:50px 0px 0px 0px;
	}
	.logo_box img {
		width: 90%;
	}
	.img_lista{
		text-align: center;
	}
	.slogan{
		position: relative !important;
		left: 0px;
		bottom: 0px;
		margin-bottom:25px; 
	}
	.img_lista ul {
		padding: 0px;
	}
	.slicknav_menu{
		display: block;
	}
	.box_informacion{
		margin-left: 0px;
	}
	.esconder_salto{
		display: none;
	}
	.mover_titulo{
		margin-top: 70px;
	}
	.esconder_img{
		display: none;
	}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.ubicacion iframe{
		margin: 0px 0 0 0px;
	    width: 100% !important;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.img_lista ul li img{
		width: 80%;
	}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
        
}


@media screen and ( max-height: 800px ){
	.flip_coin{
		text-align: center;
	}
   	img.img_alcancia{
		width: 90%;
	}

	img.img_alcancia_text{
		width: 90%;
	}
}
