/*--------------------*/
/* TIPOGRAFIA */
/*--------------------*/

:root {
    --colorPrimario: #8BA73D;
	--colorSecundario: #567032;
    --grisOscuro: #2F2E2E;
    --grisClaro: #ececec;
}

::placeholder {
  color: var(--colorPrimario)!important;
}

@media (max-width: 480px) {
	.hide-xs {display: none;}
}
@media (min-width: 480px) {
	.hide-lg {display:none;}
}

body,html{
  	overflow-x:hidden;  	
}

body {
	font-family: 'Barlow', sans-serif;
	font-size: 16px;
	overflow-x: hidden !important;
	color: #838282;
}

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

a{ 
	text-decoration: none;
	color: #2f2f2f;  
}

a:focus{
	outline: none;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Barlow', sans-serif;
}

h2 {
	color: #fff;  
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	margin: 0;
	padding-bottom: 10px;  
}

.contenedor {
	max-width: 1480px;
    width: 100%;
    margin: 0 auto;
}

.contenido {width: 99%;
			margin:0 auto;}
			
.whatsapp {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 99;}
  
@media (min-width: 768px) { 
	.contenido {width: 96%;}
	
	.whatsapp {
	  position: fixed;
	  right: 20px;
	  top: 100px;
	  z-index: 99;}
}

img{
 border:none;
}
.bg_gris {background-color: #CCC;}

.precio {font-weight:bold; font-size: 24px; color:#F60;}

.min_alt_green {min-height: 573px;}

.negrita {font-weight: bold;}

.margen_top_30 {padding-top: 30px;}

.margen_superior {display: inline;
	float: left;
	padding: 30px 0 20px;
	width: 100%;}

.espacio_superior_redes {margin-top: 10px;}
	
.margen_superior h3 {margin-top: 10px;}

.texto_verde {color:#189D0E;}
.texto_blanco {color:#FFF;}
.texto_negro {color:#000;}
.texto_chico {font-size: 13px;}
.texto_grande {font-size: 42px;}

.fondos {background-color: rgba(0, 0, 0, 0.4);
		margin-top: 40px;
        padding: 20px 10px; text-align:center;}

.fondo_paga {margin-top: 20px; background-color: rgba(0, 0, 0, 0.5);
        padding: 20px 10px; text-align:center;}
.fondo_paga h4 {font-size: 32px; color:#F60; font-weight:bold;}

/* HEADER */

.header{
	padding: 1rem 1rem;
}

.menu-header {
    display: grid;
	grid-template-columns: 3fr 2fr;
	column-gap: 1rem;
	
}
@media (min-width: 768px) { 
	.menu-header {
		display: grid;
		grid-template-columns: 3fr 1fr;
		column-gap: 1rem;
		
	}
}

.menu-idioma {margin: .5rem 3rem 0;
			  color: #999;
			  font-size: 1rem;
			  font-weight: bold;
			  float: left;
}
.menu-idioma a {
	color: #999;
}
.boton-nav {float: right;}

.nav-area {justify-self: center; align-self: center;}

@media (min-width: 768px) {
	.nav-area {justify-self: end;}
}

.tel-header { align-self: center; font-weight: bold; text-align:center;}
.tel-header span { font-size: 1.4rem; font-weight: normal;}
.tel-header i {display:block; margin-bottom: 1rem;}

#recuadro{
	background-color: #fff;
	display: inline;
	float: left;
	padding: 40px 0;
	width: 100%;
}
.recuadro_celeste {background-color:#0066B2 ; padding: 10px 0;}
.recuadro_celeste p {font-size: 22px; color: #FFF;}

.links_btn {display:block; background-color:#0066B2; border: 1px solid #001E33; color:#FFF; font-size: 14px; text-decoration:none;}
.links_btn:hover, .links_btn:focus {color:#CCC;}

.recuadro-over {background-color: #FFF; margin-top: 30px; padding: 10px 0; border-radius: 10px;}
.recuadro-over:hover {background-color: #045186; color:#FFF;}
.recuadro-over:hover p, .recuadro-over:hover i {color:#FFF!important;}

.destacado {background-color: #018ECB; border-radius: 10px; border: 1px solid #00344A;}
.destacado p, .destacado i { color:#FFF!important;}

/*--------------------*/
/* HEADER */
/*--------------------*/

.header-inner{	
	display: inline;
	position: relative;
	float: left;	
	width: 100%;
	height: 600px;
	background-image:url(assets/images/header-bg.jpg);
}

.overlay{
	background-color: rgba(0, 0, 0, .3);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

.header-content {
	float: left;
	width: 100%;
	height: 100%;
	text-align: center;
}

.header-top {
	display: inline;
	float: left;
	padding: 10px 0;
	width: 100%;
}

.header-top p {font-size: 22px;
	   color:#000;
	   font-weight:bold;}
	   
.header-top i {margin-right: 10px;
               font-size: 28px;
			   color:#000;}
			   
.header-top .footer-social a {color:#000;}
			   
.tel {color:#000; text-decoration:none;}
.tel:hover {color:#000; text-decoration:none;}
.tel:visited {color:#000; text-decoration:none;}

.header-top li {
	display: inline;
	margin: 0 10px;
	font-weight: bold;
}

.logo-area{
	display: inline;
	float: left;
}

.logo {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
}


.logo:hover,
.logo:focus{
	text-decoration: none;
	outline: none;
	color: #fff;
}

.menu-area{
	display: inline;	
}
.main-wrap{
	position: relative;
}

.header-bottom {
	font-family: 'Barlow', sans-serif;
	display: inline;
	float: left;
	margin-top: 20px;
	width: 100%;
}

.header-bottom-left {
	display: inline;
	float: left;
	text-align: left;
	width: 100%;
	margin-top: 50px;
}

.header-bottom-left h1 {
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	line-height: 54px;
	margin-top: 10px;
}

.header-bottom-left h2 {
	color: #fff;
	font-size: 28px;
	margin: 10px 0 0;
}

.header-bottom-left h3 {
	color: #fff;
	font-size: 26px;
	margin: 0;
}
.header-bottom-left h3 span { font-size: 30px; font-weight: bold;}

.header-bottom-left p {
	color: #fff;
	font-size: 22px;
}

.header-bottom-left .fondo {background-color: rgba(0, 0, 0, 0.5);
        padding: 10px 20px;
		text-align:center;
		margin-top: 20px;}
		
.header-bottom-right {
    display: inline;
    float: left;
    width: 100%;
	margin-top: 20px;
}
.header-bottom-right .fondo {background-color: rgba(95, 118, 65, 0.6);
        padding: 10px 20px;
		border-radius: 20px;
		border: 1px solid #5F7641;}
.header-bottom-right h3 {
	text-align:center;
	color: #FFF;
	font-size: 20px;
	font-weight:bold;
}
.header-bottom-right p {
	text-align:center;
	color: #FFF;
	font-size: 14px;
}

.download-btn{
	border-radius: 3px;
	color: #FFF;
	font-weight: bold;
	display: block;
	float: left;
	font-size: 18px;
	height: 48px;
	line-height: 48px;
	margin-top: 20px;
	opacity: 0.8;
	text-align: center;
	width: 360px;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}


.download-btn:hover,
.download-btn:focus,
.crono-btn:hover,
.crono-btn:focus{
	text-decoration: none;
	outline: none;
	color: #011F36;
	opacity: 1;
}

.crono-btn{
	border-radius: 3px;
	color: #ffffff;
	display: block;
	float: left;
	font-size: 16px;
	height: 48px;
	line-height: 48px;
	margin-top: 20px;
	opacity: 0.8;
	text-align: center;
	width: 300px;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}


.header-bottom-right{
	display: inline;
	float: left;
	width: 100%;
}

/* PRECIO HEADER */
.precio-desde { color: #FFF; 
				background-color: rgba(0,0,0,.5);
				padding: 0 10px 0 10px;
				font-weight: 300;
				margin-top: 20px;
				display: grid;
				grid-template-columns: 1fr 1fr;}
.precio-desde p {margin: 0;}

.agotado {font-weight: bold; color:#F60!important; justify-self: end;}

.precio-numeros {
	display: grid;
	grid-template-columns: 5fr 1fr 3fr;
	background-color: rgba(0,0,0,.5);
	margin-top: 3px;
}	
.precio-numeros .precio {
	font-weight: bold;
	text-align:center;
	font-size: 38px;
	color: #F60;
	align-self: center;
}
.precio-numeros .precio-linea {
	font-size: 48px;
	font-weight: 300;
	text-align:center;
	opacity: 50%;
}
.precio-numeros .precio-texto {
	align-self: center;
	text-align: left;
	font-weight: 300;
	font-size: 14px;
}

@media (min-width: 768px) {
	
	.incluye {      margin-top: 20px;
				display: grid;
				grid-template-columns: 1fr 1fr 1fr;
				column-gap: 4rem;}

}

.title-area {
	display: inline;
	float: left;
	padding: 0 150px;  
	text-align: center;
	width: 100%;
}


.title-area .title {
	color: #777;
	display: inline-block;
	font-size: 33px;
	font-weight: 700;
	padding-bottom: 20px;
	position: relative;
	text-transform: uppercase;
}


.title-area p{
	color: #777777;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.8;
	padding: 20px 0 10px;
}

/* MENU */
/*--------------------*/

#close {
	color: #fff;
	cursor: pointer;
	font-size: 24px;
	font-weight: bold;
	height: 20px;
	position: absolute;
	right: 25px;
	text-align: center;
	top: 20px;
	width: 20px;
}

#menu-btn {
  color: #000;
  font-size: 3.5rem;
}

.main-nav {
	background-color: rgba(95, 118, 65, 0.9);
	position: fixed;
	padding-top: 50px;
	width: 260px;
	height: 100%;
	top: 0;
	right: -260px;
	z-index: 1000;
}

.main-nav ul {margin-top: 5rem;}

@media (min-width: 1400px) {
	.main-nav ul {margin-right: 15rem;}
}

.main-nav ul li a {
	color: #FFF;
	display: block;
	font-size: 2.3rem;
	font-weight: 600;
	padding: 1.5rem 5rem;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

@media (min-width: 480px) {
	.main-nav ul li a {
	font-size: 2rem;
	padding: 1rem 5rem;
}
}


@media (min-width: 768px) {
	.main-nav ul li a {
	font-size: 3rem;
	padding: 1rem 5rem;
}
}

.main-nav ul li > a > i {
  	padding-right: 10px;
}


.main-nav a:hover,
.main-nav a:focus {
	background: #182029;
}

.main-nav a:active {
	background: #182029;	
}

.main-nav.menu-open {
	top: 9.3rem;
	right: 0;
	width: 100%;
	height: 400px;
	text-align: right;
}

@media (min-width: 480px) {
	
	.main-nav.menu-open {
	top: 9.3rem;
	right: 0;
	width: 100%;
	height: 500px;
	text-align: right;
}
	
}

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}


.main-nav,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* DETALLES */

.icono {text-align: center; margin-top: 4rem; transition: all .3s ease-in-out; margin: 6rem 0;}

@media (min-width: 768px) { 
	.iconos {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		column-gap: 1rem;
	}
		
		.icono {margin: 1rem 0;}
		
}

.icono i {font-size: 5rem; color: var(--colorPrimario);}
.icono h4 { font-weight: bold; font-size: 2.5rem;}
.icono p {font-size: 2rem;}

/* PAQUETES */
#paquetes { background-color:#F5F5F5; padding: 6rem 0;}
#paquetes h4 {text-align:center;}

.paquete { margin-top: 4rem;
           padding: 6rem 0;
           text-align:center;
		   background-color: #FFF;
		   border-radius: 10px;
		   transition: all .5s ease-in-out;}
.paquete:hover {background-color: var(--colorSecundario);}
.paquete:hover h3, .paquete:hover .precio, .paquete:hover ul li {color:#FFF;}
.paquete h3 {font-size: 3rem; color: var(--colorPrimario); font-weight: bold; transition: all .5s ease-in-out;}
.paquete p {margin-top: 2rem;}
.paquete i {margin-right: .5rem;}
.paquete .cant {font-size: 3rem; background-color: var(--colorPrimario); padding: 1rem 0; width: 80%; margin: 2rem auto 0; line-height: 2.2rem; color: #FFF;}
.paquete ul {margin-top: 2rem;}
.paquete ul li {margin-top: 1.5rem;}

@media (min-width: 767px) {
	
	.paquetes {
		   display: grid;
		   grid-template-columns: repeat(3, 1fr);
		   column-gap: 5rem;
		   padding: 0 3rem; }
	
}

.condiciones {margin-top: 3rem;}
.condiciones p {margin-top: 1rem;}

/* DESTINOS */

#destinos {
           background-color: var(--colorPrimario);
		   margin: 0 auto;
		   padding: 6rem 0;}
		   
#destinos h2, #destinos p { color: #FFF!important;}

.destinos { background-color: var(--colorSecundario);
            border-radius: 20px;
			padding: 10px;}
			
.grupo { text-align: center; margin: 4rem 0;}
.grupo:first-child {margin: 1rem 0 4rem;}
.grupo h3 { font-weight:bold; font-size: 1.8rem;}
					   	   
@media (min-width: 768px) {
	
	.destinos {display: grid;
			   grid-template-columns: repeat(2, 1fr);
			   column-gap: 1rem;
	}
	
	.grupos {display: grid;
			   grid-template-columns: repeat(4, 1fr);
			   column-gap: 2rem;
	}
	
	.grupo {margin-top: 0;}
			   
}

.destino {margin: 20px auto;}

.destino img {border-radius: 20px;}
		   
.destino-texto {padding: 1rem 2rem;}
.destino-texto h2 {margin-top: .5rem; text-align: center; font-size: 2.2rem; font-weight: bold; color:#000;}
.destino-texto p {margin-top: 1.5rem; font-size: 1.5rem; line-height: 1.8rem;}

.destino-texto ul { margin-top: 1rem;}
.destino-texto ul li {margin-top: 1rem; font-size: 1.5rem;} 
.destino-texto ul li i {margin-right: .5rem;}

.listados { list-style-type: disc; padding-left: 20px;}
.listados li {margin-top: 0!important; }

.destino-foto, .destino-foto-1 {position: relative;}


/*--------------------*/
/* CARACTERISTICAS */
/*--------------------*/


#features, #ubicacion, #financiacion, #grupo {
	background-color: #fff;
	display: inline;
	float: left;
	padding: 20px 0;
	width: 100%;
}


@media (min-width: 768px) {
	#features, #ubicacion, #financiacion, #grupo {
		padding: 70px 0;
	}
}

.title-area {
	display: inline;
	float: left;
	padding: 0 50px;  
	text-align: center;
	width: 100%;
}


.title-area .title {
	color: var(--colorPrimario);
	display: inline-block;
	font-size: 33px;
	font-weight: 700;
	padding-bottom: 20px;
	position: relative;
	text-transform: uppercase;
}

.title-area p{
	color: #777777;
	font-size: 22px;
	font-weight: 400;
	line-height: 32px;
	padding: 10px 0;
}


.features-area{
	display: inline;
	float: left;
	margin-top: 20px;
	width: 100%;
}


.features-left {
	display: inline;
	float: left;  
	width: 100%;
}


.features-list li {
	float: left;
	padding: 25px 0;
	position: relative;
}


.features-list li:hover .fa{
	color: #fff;
}


.features-list li i{
	background-color: var(--colorPrimario);	
	border-radius: 50%;
	color: #fff;
	display: block;
	font-size: 40px;
	height: 90px;
	line-height: 93px;
	margin: 20px auto;
	position: absolute;
	text-align: center;
	top: 10px;
	transition: all 0.5s ease 0s;
	width: 90px;
	padding: 2px 0 0 2px;
}


.features-list-left li i {
  	left: 0;
}


.features-list-left .features-content{
	padding-left: 115px;
}


.features-content{
	float: left;
	display: inline;
	width: 100%;
}


.features-content h4 { 
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}


.features-content p{
	font-size: 16px;	
}


.feature-img {
	display: inline;
	float: left;
	padding: 0 30px;
	text-align: center;
	width: 100%;
}


.feature-img img {
  	width: 100%;
}


.features-right{
	display: inline;
	float: left;	
	width: 100%;	
	padding-left: 50px;
}


.features-list-right .features-content{
	padding-left: 130px;
}

.features-content-padding {
	padding-top: 20px;}

/*--------------------*/
/* CRYSTAL BEACH */
/*--------------------*/

#crystal {
	background-attachment: fixed !important;
	background-image: url("assets/images/contacto_bg.jpg");
	background-repeat: repeat;  
	background-size: cover;  
	color: #ffffff;
	display: inline;
	float: left;
	padding: 40px 0;
	width: 100%;
	height: 400px;
}
#crystal p {font-size: 24px; font-weight:bold; text-align:center;}

/*--------------------*/
/* CONTACTO */
/*--------------------*/

.contact-area {
	display: inline;
	float: left;
	margin-top: 10px;
	padding: 0 20px;
	width: 100%;
}


.contact-form{}
.contact-form input{
	height: 40px;
	border-radius: 0;
}

.contact-form textarea {
	border-radius: 0;
	padding: 15px;
}


.contact-form .form-control {
	background-color: rgba(95, 118, 65, 0.6); 
	color: #ffffff;
	font-size: 16px;
	box-shadow: none;
}


.contact-form.form-control::-webkit-input-placeholder {
	color: #ffffff;
	font-size: 16px;
}


.contact-form .form-control:-moz-placeholder { /* Firefox 18- */
	color: #ffffff;
	font-size: 16px;
}


.contact-form .form-control::-moz-placeholder {  /* Firefox 19+ */
	color: #ffffff;
	font-size: 16px;
}


.contact-form .form-control:-ms-input-placeholder {  
    color: #ffffff;
   	font-size: 16px;
}


.send-area{
	display: inline;
	float: left;
	text-align: center;
	margin-top: 15px;
	width: 100%;
}


.send-btn {
	background-color: #8DA849;
	border: 1px solid #ccc;
	color: #fff;
	display: inline-block;
	height: 50px;
	margin: 0 auto;
	padding: 8px 10px 10px 10px;;
	width: 210px;
	font-weight: bold;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

/* FINANCIACION */

.financiacion {text-align: center; margin: 50px 0;}
.financiacion img { margin: 10px 10px 0 10px;}
.financiacion p {font-size: 20px;}

@media (min-width: 768px) {
	.financiaciones {display: grid;
				   grid-template-columns: repeat(2, 1fr);
				   column-gap: 1rem;
		}
		
	.financiacion {margin: 30px 0 0 0;}
}

/*--------------------*/
/* FOOTER */
/*--------------------*/
#footer {
	background-color: #999;
	display: inline;
	float: left;
	padding: 3rem 0 2rem;
	width: 100%;
}

@media (min-width: 768px) {
	
	.footer {display: grid;
			   grid-template-columns: repeat(2, 1fr);
			   column-gap: 1rem;
			   margin: 0 auto 3rem;
	}
			   
}

.footer-text { text-align: center; color: #FFF; font-size: 16px; font-weight: bold;}


/*--------------------*/
/* ERROR PAGE */
/*--------------------*/


#error{
	display: inline;
	float: left;
	width: 100%;
}


.error-area {
  display: inline;
  float: left;
  padding: 150px 0;
  text-align: center;
  width: 100%;
}


.error-group{
	display: inline;
	float: left;
	width: 100%;
}


.error-group h1{
	color: #979797;
	font-size: 80px;
	margin-bottom: 25px;
}


.error-group h1 span {
  border: 1px solid #cccccc;
  display: inline-block;
  margin-left: 5px;
  overflow: hidden;
  padding: 2px;
}


.error-group h1 span strong {
  border: 1px solid #cccccc;
  display: inline-block;
  font-weight: normal;
  padding:  15px 20px;
}


.error-group h2 {
  color: #979797;
  font-size: 60px;
  text-align: center;
  text-transform: uppercase;
  line-height: 55px;
}


.error-group h2 span{
	display: block;
	font-size: 30px;
}


.home-btn a{
	text-decoration: none;
	outline: none;
}



/*======================///////////////
			START RESPONSIVE STYLE
=====================///////////////////////*/


@media(max-width:1199px ){
	.header-bottom {  
	  margin-top: 50px;  
	}
	.feature-img {
	  padding: 0;  
	}
	.features-list li {
	  padding: 10px 0;  
	}
	.features-list li i { 
	  top: 0px;  
	}
	.single-download {
	  padding: 18px 10px;
	}
	#menu-btn {
	  right: 50px;  
	}
	
	/* 	Edited v1.1 */
	/*  lightbox plugin */
	
	.portfolio-popup-area {
		padding: 20px 5%;
	}
}


@media(max-width:991px ){
	.header-bottom {  
	  margin-top: 10px;  
	}
	.header-bottom-right img{
		width: 100%;
	}
	.header-bottom-left h1 { 
	  font-size: 32px;
	  line-height: 45px;  
	}
	.features-list li {
	  margin-bottom: 20px;
	}
	.feature-img img {
	  width: auto;
	}
	.features-list-right li i {
	  left: 0;
	  right: auto;
	}
	.features-list-right .features-content {
	  padding-left: 115px;
	  padding-right: 0;
	}
	.features-left {  
	  margin-bottom: 30px;
	}
	.features-right {  
	  margin-top: 30px;
	}
	.features-list li i { 
	  font-size: 25px;
	  height: 70px;
	  line-height: 70px; 
	  width: 70px;
	}
	.title-area {
	  padding: 0 20px;  
	}
	.single-plan {  
	  margin-bottom: 25px;
	}
	.single-download {
		margin: 0 8px;
		padding: 18px 5px; 
		width: 30%;
	}
	.subcr-form {  
	  width: 95%;
	}
	.contact-area {  
	  padding: 0 100px;  
	}
}


@media(max-width:767px ){
	.margen-movil {margin-top: 20px;}
	.header-bottom {
	  margin-top: 0;
	}
	.header-bottom-left {  
	  padding-right: 0;
	  padding-top: 0;  
	  margin-top: 10px;
	}
	.header-bottom-left h1 {
	  font-size: 25px;
	  line-height: 30px;
	}
	.header-bottom-left p {  
	  margin: 10px 0 0;
	}
	.download-btn {  
	  margin-top: 20px; 
	  width: 160px;
	}
	.header-bottom-right img {
	  width: 45%;
	}
	.title-area {
	  padding: 0 10px;
	}
	.howit-works-video {
	  background: none;
	  text-align: center;
	}
	.howit-works-video iframe {
	  display: inline-block;	 
	  margin-left: auto;
	  width: 90%;
	}
	.slick-prev {
	  left: 6px;
	  z-index: 999;
	}
	.slick-next {
	  right: 5px;
	}
	.download-icon i {
	  font-size: 35px; 
	}
	.download-icon {
	  width: 45px;
	}
	.download-content p {  
	  font-size: 13px;  
	}
	.download-content span {	 
	  font-size: 15px;
	}
	.contact-area {
	  padding: 0 50px;
	}
	/* 	edited v1.1 */
	.portfolio-popup-area{
		overflow-y: scroll;
	}
	.portfolio-popup-inner{
		margin-top: 30px;	
	}
	.portfolio-popup-inner img {
	  max-width: 100%;
	}
	
}

@media (max-width: 640px) {
	
	/* Edited v1.1 */
  	/* 	lightbox plugin */
	
	#portfolio-popup.portfolio-popup-show{
		display: block;
	}
	
	.header-top li {
	margin: 5px 5px;}
	
	.header-top li img {width: 20%; height: 20%;}
	.header-top .whatsapp img {width: 40%; height: 40%;}
	
}

@media(max-width:480px ){
	
	#menu-btn {
	  font-size: 20px;
	  right: 10px;
	  top: 10px;
	}
	
	.fondo_movil {background-color: rgba(0, 0, 0, 0.4);
        padding: 0 10px 10px 20px;}
	
	.fondo_paga { margin-top: 10px;}
	
	.espacio_superior_redes {margin-top: 5px;}
	
	.header-inner{	
	height: 900px;
	background-image:url(assets/images/header-bg_movil.jpg);
    }
	.crono-btn {margin-top: 10px; width: 100%;}
	
	#crystal{
	background-image: url("assets/images/crystal_bg_movil.jpg");
	height: 500px;
}

	#gardens{
	background-image: url("assets/images/gardens_bg_movil.jpg");
	height: 800px;
	padding: 10px 0;
}

	
	.main-nav {
		padding-top: 10px;
	  width: 200px;
	}
	.main-nav ul li a {
	  font-size: 20px;
	  padding: 8px 35px;
	}	
	.header-top {padding: 15px 0; }
	.header-top p a {font-size: 12px;}
	.header-top i {margin-right: 10px;
               font-size: 16px;}
	.header-top li {font-size: 14px;}	
			   
	.header-bottom-right { 
	  margin-top: 30px;
	}
	.header-bottom-left {  
	  padding-right: 0;
	  padding-top: 0;  
	  margin-top: 15px;
	}
	.header-bottom-left .fondo {
		background-color: rgba(0, 0, 0, 0.3);
		width: 100%;
		}
	.header-bottom-left h1 {
	  font-size: 24px;
	  line-height: 28px;
	  text-align:center;
	  text-transform:uppercase;
	}
	.header-bottom-left h2 {
	  font-size: 19px;
	  line-height: 25px;
	  text-align: center;
	}
	.header-bottom-left h3 {
	  font-size: 24px;
	  line-height: 30px;
	  text-align: center;
	}
	.header-bottom-left p {  
	  margin: 10px 0 0;
	  font-size: 20px;
	  text-align:center;
	}
	.download-btn {  
	  margin-top: 10px; 
	  width: 100%;
	}
	.header-bottom-right img {
	  width: 50%;
	}
	.recuadro_celeste p {font-size: 18px;}
	.title-area {
		padding: 0;
	}
	.features-left {padding-left: 50px;}
	.howit-works-video {
	  background: none;
	  text-align: center;
	}
	.howit-works-video iframe {
	  display: inline-block;	 
	  margin-left: auto;
	  width: 90%;
	}
	.screenshots-slide li img {
	width: 100%;
	}
	.slick-prev {
	  left: 6px;
	  z-index: 999;
	}
	.slick-next {
	  right: 5px;
	}
	.single-download {
	  margin: 0 8px 20px;	 
	  width: 100%;
	}
	.download-icon {
	  width: 60px;
	}
	.download-icon i {
	  font-size: 40px; 
	}	
	.download-content p {  
	  font-size: 15px;  
	}
	.download-content span {	 
	  font-size: 18px;
	}
	.contact-area {
	  padding: 0 10px;
	}
	.title-area .title {  
	  font-size: 25px; 
	  padding-bottom: 10px;  
	}
	.title-area .title::before {
	  top: 50px;
	}
	.view-btn {
	  margin-right: 0;
	}	
	
	/* Edited v1.1 */
	
  	/* 	lightbox plugin */
	
	.portfolio-popup-inner h2{
		font-size: 20px;	
	}
	
	.portfolio-popup-inner p{
		font-size: 14px;
	}
	
	.footer-social a{
		margin: 5px 5px;
	}
	
	.footer-text {margin: 50px 0;}

}


@media(max-width:360px ){	

	.header-bottom-left h1 {
	  font-size: 20px;
	  line-height: 25px;
	}
	.header-bottom-left p {
	  font-size: 14px;
	}
	.header-bottom-right {
	  margin-top: 60px;
	}
	.header-bottom-right img {
	  width: 60%;
	}
	.title-area .title {
	  font-size: 20px;
	}
	.title-area .title::before {
	   width: 85px;
	}
	#subscribe .title-area .title::before {
	  width: 145px;
	}
	.title-area p {
	  font-size: 14px;
	}
	.features-content h4 {
	  font-size: 16px;
	}
	.features-content p {
	  font-size: 14px;
	}
	.features-list-left .features-content {
	  padding-left: 95px;
	}
	.features-list-right .features-content {
	  padding-left: 95px;	  
	}
	.feature-img img {
	  width: 85%;
	}
	.download-app-content { 
	  width: 95%;
	}
	.single-download {
	  padding: 18px 30px;	 
	}
	.testimonial-slider {
	  padding: 40px 10px;
	  width: 100%;
	}
	.testi-text {
	  font-size: 18px;
	  margin-top: 20px;
	}
	.subcr-form {
	  width: 100%;
	}
	.subcr-form i {
	  font-size: 25px;
	  left: 10px;
	  top: 14px;
	}
	.subcr-form input[type="text"] {
	  font-size: 14px;
	  height: 55px;
	  padding-left: 40px;
	  padding-right: 105px;
	}
	.subcr-form .subcr-btn {
	  font-size: 15px; 
	  height: 55px;  
	  width: 100px;
	}
	.contact-area {
	  padding: 0;
	}
	.testimonial-slider .slick-dots {
	  bottom: 15px;
	  margin-left: -10px;
	}
	.single-plan-head h5 {
	  font-size: 25px;
	}
	.single-plan-head p {
	  font-size: 20px;
	  line-height: 25px;
	}
	.single-plan-content ul li {
		font-size: 15px;
	}
	.single-plan-bottom .signup-btn {  
	  font-size: 16px;  
	  padding: 13px 35px;  
	}
	.footer-text p {
	  font-size: 14px;
	}
	.view-btn {
	  margin-right: 23%;
	}
	.error-area {  
	  padding: 100px 0;  
	}
	.error-group h1 { 
	  font-size: 65px;	 
	}
	.error-group h2 {  
	  font-size: 55px;
	  line-height: 50px;  
	}
	
	.footer-social a{
		margin: 5px 0px;
	}

}


@media(max-width:320px ){
	
	/* 	edited v1.1 */
	
	.portfolio-popup-inner {
		margin-top: 20px;
		padding: 0 26px;
	}
	
	.modal-close-btn{
		right: 0;
	}
	
	.view-btn {
	 	margin-right: 39%;
	}
}
