/*
CSS Name: Landing Sunia
Version: 1.0
Author: Franco Miliozzi
Develop by: MF Consulting
*/

html {
    font-size: 62.5%;
    box-sizing: border-box;
	overflow-x:hidden;
	font
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
	font-family: 'Calibri', sans-serif;
	font-size: 1.6rem;
    line-height: 1.6rem;
	overflow-x: hidden !important;
}

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

h1, h2, h3, p {
	margin: 0;
	padding: 0;
}

a{ 
	text-decoration: none;
}

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

img{
 border:none;
 max-width: 100%;
}

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

.contenedor {
    max-width: 1480px;
    width: 100%;
    margin: 0 auto;
}
.contenido {width: 99%;
			margin:0 auto;}
@media (min-width: 768px) { 
	.contenido {width: 96%;}
}

.titulos {margin: 6rem 0 2rem; text-align:center; font-weight: bold;}
			
.margen_superior_3 {margin-top: 3rem;}
.margen_superior_6 {margin-top: 6rem;}

.fondo_blanco { background-color: #FFF;}

ul.condiciones {list-style:disc; margin-left: 2rem;}
ul.condiciones li {margin-bottom: 1rem;}

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

header{
	padding: 1rem 1rem;
}

.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: end; align-self: center;}
.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;}

.whatsapp {
	  position: fixed;
	  right: 10px;
	  top: 110px;
	  z-index: 99;}
	  
@media (min-width: 768px) {	
	.whatsapp {
	  right: 30px;
	  top: 120px;}
}

.header-imagen {position: relative;}


@media (min-width: 768px) {
	
	.menu-header { grid-template-columns: 5fr 1fr; }
	.header-imagen img {min-height: 500px;}
	.header-texto img {min-height: 20px;}
	
	.tel-header i {display:inline; margin-right: 1rem;}
}

.header-texto { position: absolute;
				top: 5%;
				width: 100%;
				margin: 0 auto;
				text-align:center;
				background-color: rgba(0,0,0,.5);
				
}

@media (min-width: 768px) {
	.header-texto { top: 20%;
					width: 100%;
					margin: 0 auto;
					padding: 3rem 0;
	}
}
				
.header-texto h1 { color: #FFF;
				   font-size: 2rem;
				   font-weight: 600;
				   margin-top: 1rem;		
}
.header-texto h2 { color: #FFF;
				   font-size: 1.6rem;
				   margin-top: 1rem;				
}

.header-texto p {  color: #FFF;
				   font-size: 1rem;
				   margin-top: 1rem;}

@media (min-width: 768px) { 

.header-texto h1 { font-size: 5rem;	}
.header-texto h2 { font-size: 3rem;	}
.header-texto p {  font-size: 2rem;
				   margin-top: 2rem; }		
} 

.join-us {
		display: inline-block;
		color: #FFF;
		background-color: #000;
		font-size: 1.5rem;
		padding: 1rem 2rem;
		margin-top: 1rem;
		text-align: center;
		-webkit-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;		
}

.comprar-paq {display: inline-block;
		color: #FFF;
		background-color: #069;
		width: 100%;
		margin-top: 3rem;
		font-size: 1.6rem;
		padding: 1rem 2rem;
		text-align: center;
		-webkit-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
}

@media (min-width: 768px) { 

		.join-us {
		font-size: 2rem;
		padding: 1.5rem 2.5rem;
		margin-top: 3rem;	
}

}

.join-us:hover,
.join-us:focus{
	text-decoration: none;
	outline: none;
	color: #000;
	background-color: #FFF;
	opacity: 1;
}

.comprar-paq:hover,
.comprar-paq:focus {
	text-decoration: none;
	outline: none;
	color: #000;
	background-color: #06F;
	opacity: 1;
}

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

#close {
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	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(113,28,95,.9);
	position: fixed;
	padding-top: 50px;
	width: 260px;
	height: 100%;
	top: 0;
	right: -260px;
	z-index: 1000;
}

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

@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;
	-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: 2rem 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.5rem;
	right: 0;
	width: 100%;
	height: 300px;
	text-align: right;
}

@media (min-width: 480px) {
	
	.main-nav.menu-open {
	top: 9.3rem;
	right: 0;
	width: 100%;
	height: 460px;
	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;
}

/* MAIN SLIDER */

.ol-wrapper{
	max-width: none;	
	width: 100%;
}

#ol-main-slider{
	width: 100%;
}

#ol-main-slider .flexslider{
	border: 0;	
	margin-bottom: 0;
}

.flex-viewport {
	min-height: 20px;
}


@media (max-width: 1920px){	
	.flex-viewport {
	min-height: 400px;
}	
}

@media (max-width: 991px){
	.flex-viewport {
		min-height: 200px;
	}
}

#ol-main-slider .flexslider ul.slides li{
	position: relative;
}

#ol-main-slider .flexslider ul.slides li:before{
	content: '';
	opacity: 0.4;
	position: absolute;
	left: 0;
	right: 0;
	height: 100%;
	bottom: 0;
	width: 100%;
}

.ol-main-slider-content{
	left: 15%;
	position: absolute;
	right: 15%;
	top: 10%;
	width: auto;
	z-index: 99999;
	padding: 2rem;
}

.ol-main-slider-content h2{
	font-size: 3rem;
	font-weight: bold;
	padding: 2rem .5rem;
	text-align:center;
	color: #FFF;
	margin: 1rem 0;
}
				
.icono-slider  {background-color: #069;
               color: #FFF;
			   font-size: 3rem;
			   padding: 1rem;
			   margin: 0;
			   display: block;
			   text-align:center;}
			   
/*.texto-slider {background-color: rgba(0,0,0,.2)}*/
			   
.imagen-slider {display: block;
			    padding: 1rem;
				text-align:center;}

@media (min-width: 767px) {
	
	.ol-main-slider-content {
	left: 15%;
	position: absolute;
	right: 15%;
	top: 15%;
	width: auto;
	z-index: 99999;
}

	.ol-main-slider-content h2 {
	font-size: 3rem;
}
	
}

@media (min-width: 1024px) {
	.ol-main-slider-content {
	left: 5%;
	position: absolute;
	right: 75%;
	text-align: center;
	top: 5%;
	z-index: 99999;
}

.ol-main-slider-content h2 {
	font-size: 4.5rem;
	display: inline-block;
	padding: 0 2rem;
}

.icono-slider  {background-color: #069;
               color: #FFF;
			   font-size: 3.2rem;
			   padding: 2rem;
			   margin: 0;
			   display: inline-block;}
			   
.texto-slider {margin: 0;
			   display: inline-block;}
			   
.imagen-slider {display: inline-block;
			    padding: 1rem}


}

#ol-main-slider .flex-direction-nav a{
	border: 2px solid #fff;
	color: #fff;
	padding-top: 10px;
}

#ol-main-slider .flex-direction-nav a:before {
	font-family: "fontAwesome";
	font-size: 40px;
	display: inline-block;
	content: '\f104';
	color: #fff;
	text-shadow: none;
	-webkit-transition: all 0.5s;
	      transition: all 0.5s;
}

#ol-main-slider .flex-direction-nav a.flex-next:before {
	content: '\f105';
	padding-right: 10px;
	text-align: center;
}

#ol-main-slider .flex-direction-nav a.flex-prev:before {
	padding-left: 10px;
	text-align: center;
}

#ol-main-slider .flexslider:hover .flex-direction-nav .flex-prev {
	left: 50px;
}

#ol-main-slider .flexslider:hover .flex-direction-nav .flex-next {
	right: 50px;
}

#ol-main-slider .flex-control-nav {
  bottom: 10px;
  z-index: 10;
}

#ol-main-slider .flex-control-paging li a{
	background-color: transparent;
	box-shadow: none;
	height: 15px;
	width: 15px;
	-webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
	-webkit-transition: all 0.5s;
	        transition: all 0.5s;
}

#ol-main-slider .flex-control-paging li a.flex-active {
  background: #fff;
  cursor: default;
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}


/* PROGRAMA */

.programa { padding: 6rem 3rem;
		   background-color:#A4344C;
		   text-align:center;

}
.programa h1 {font-size: 3rem; font-weight:bold; color:#FFF;}
.programa h2 {font-size: 2.5rem; font-weight:bold; color:#FFF; margin-top: 1rem;}
.programa h3 {margin-top: 6rem; color:#FFF;}
.programa p {margin-top: 2rem; color:#FFF; line-height: 2rem; }
.programa .precio {font-weight: bold;}

.programa ul {margin-top: 2rem; color: #FFF;}
.programa ul li {margin-top: 1rem;}

.detalles-contenedor {padding: 3rem 0; text-align: center;}

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

.detalles { display: grid;
	    	grid-template-columns: repeat(4, 1fr);
			column-gap: 4rem;
}
}

.item {margin-top: 5rem; transition: all .5s ease-in-out; padding: 1rem;}
.item p {margin-top: 3rem; font-size: 1.6rem;}
.item i {margin-top: 3rem; font-size: 4rem; color: #FFF;}

.item:hover { background-color: #AD5B25;}
.item:hover i, .item:hover p { color: #FFF;}

/* PRECIO */

.precios {	margin: 2rem auto;
		background-color: rgba(255,255,255,.1);
		padding: 2rem;}

@media (min-width: 768px) {
.precios {display: grid;
	    grid-template-columns: repeat(2, 1fr);
		column-gap: 4rem;
		width: 50%;
}
}

.precio p { color: #000; margin: 1rem 0;}

.numero {font-size: 3rem; font-weight: bold;}

/* DETALLES */

.detalles, .todos {
		   display: grid;
		   grid-template-columns: repeat(1, 1fr);
		   margin-top: 2rem;}

.todos a { text-decoration: none;}
		   
@media (min-width: 768px) {
	
	.detalles {display: grid;
			   grid-template-columns: repeat(4, 1fr);
			   column-gap: 2rem;
			   margin-top: 6rem;}
	
	.todos {display: grid;
			   grid-template-columns: repeat(5, 1fr);
			   column-gap: 3rem;
			   margin-top: 0;}
			   
}

.detalle, .todo {margin-top: 5rem; text-align: center; transition: all .5s ease-in-out; padding: 1rem;}
.detalle p, .todo p {margin-top: 3rem; font-size: 2rem; line-height: 2rem;}
.detalle i, .todo i {margin-top: 3rem; font-size: 7rem; color: #711C5F;}

.detalle:hover, .todo:hover { background-color: #899D91;}
.detalle:hover i, .detalle:hover p, .todo:hover i, .todo:hover p { color: #FFF;}

/* GALERIA */
#screenshot {
	background-color: #711C5F;
	padding: 70px 0;
	width: 100%;
}


#screenshot .title,
#screenshot .title-area p{
	color: #fff;
}


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


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


.screenshots-slide li{
	outline: none;
}


.screenshots-slide li a {
	border: 5px solid #fff;
	display: block;
	float: left;  
	position: relative;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}


.view-btn-area {
	display: none;
	background-color: rgba(0, 0, 0, 0.8);
	height: 100%;
	left: 0; 
	position: absolute;
	text-align: center;
	top: 0;
	opacity: 0;
	width: 100%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}


.view-btn {	
	color: #fff;
	font-size: 35px;  
	margin-top: 80px;	
}


.screenshots-slide li a:hover .view-btn-area{	
	display: block;
	opacity: 1;
}


.screenshots-slide .slick-dots li button {
  background-color: #fff;
  border: 0 none; 
  outline: none;
  height: 4px;  
  padding: 5px;
  width: 20px;
}


.screenshots-slide .slick-dots li button::before {
  display: none;
}


.screenshots-slide .slick-dots {
  bottom: -60px; 
}



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

.formulario-contacto {
					  padding: 4rem 2rem;					  
					  }
					  
.color-fondo-oscuro { background-color: #711C5F;}
.color-fondo-oscuro h2, .color-fondo-oscuro p  {color: #FFF;}

.contacto-texto h2 { font-weight:800;
                     font-size: 3.5rem;}
					 
.contacto-texto p { margin-top: 2rem;
					font-size: 2.2rem;
					line-height: 2.4rem;}

.formulario {margin: 4rem;}
					  
@media (min-width: 768px) {
	.formulario-contacto {padding: 5rem 0 2rem 2rem;
						  width: 80%;
	                      margin: 0 auto;
						  display: grid;
						  grid-template-columns: 1fr 2fr;
						  column-gap: 4rem;}
						  
	.formulario {margin-top: 0; width: 70%;}	
						  
	.contacto-texto { justify-self: end;}
	
	.contacto-texto h2 {text-align:right;}
	
	.contacto-texto p  {text-align:right;}
}
					 
input[type="text"], input[type="email"], input[type="file"], textarea, select {
  width: 100%;
  outline: 0;
  border-width: 0 0 1px;
  border-color: #000;
  background-color: transparent;
  margin-top: 1rem;
}
.color-fondo-oscuro input[type="text"], .color-fondo-oscuro input[type="email"], .color-fondo-oscuro textarea, .color-fondo-rojo input[type="text"], .color-fondo-rojo input[type="email"], .color-fondo-rojo textarea {
	border-color: #FFF;
	color: #FFF;
}
input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
  border-color: #666;
}
option {font-size: 1.5rem;}

.form-format {margin-top: 2rem;}
.form-format:first-of-type {margin-top: 1rem;}
.form-format p {font-size: 1.5rem;}

.send-btn{
	color: #FFF;
	background-color: #000;
	font-size: 1.5rem;
	padding: 1rem 2rem;
	margin-top: 3rem;
	border: 2px solid #000;
	float: right;
	text-align: center;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.color-fondo-oscuro .send-btn {
	background-color: #F00;
	border: 2px solid #F00;
}


.send-btn:hover,
.send-btn:focus{
	text-decoration: none;
	outline: none;
	color: #000;
	background-color: #FFF;
	border: 2px solid #000;
	opacity: 1;
}

.gracias {padding: 8rem 0; text-align:center;}

/*--------------------*/
/* FOOTER */
/*--------------------*/
footer .contenedor {
	background-color: #1C1C1C;
	padding: 2rem 1rem 2rem 2rem;
	color: #FFF;
}

.textos, .redes {margin-top: 3rem;}

.redes img:first-child {margin-right: 2rem;}

@media (min-width: 768px) {
	
	footer .contenedor { padding: 2rem 6rem 2rem 7rem;}
		
	.contenido-footer {
	display: grid;
	grid-template-columns: 2fr 2fr 1fr;
	justify-content: space-between;
	column-gap: 2rem;
}
	.textos {margin-top: 0;}
	
	.redes {margin-top: 1rem;}
}
.contenido-footer h2 {font-size: 1.4rem;}
.contenido-footer p {font-size: 1.5rem; text-align:center; margin-top: 2rem;}

.contenido-footer i {font-size: 2rem;
                     margin-right: 2rem;}
					 
.mfc {margin-top: 3rem; text-align:right;}