/*
CSS Name: Solanas Punta del Este Verano
Version: 1.0
Author: Franco Miliozzi
Develop by: MF Consulting
*/

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

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

body {
	font-family: 'Montserrat', 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: 98%;
			margin:0 auto;}
			
iframe {width: 100%; height: 500px;}

@media (min-width: 768px) { 
	.contenido {width: 96%;}
}

.titulos {margin: 3rem 0 2rem; text-align:center; font-weight: bold; color:#069;}
			
.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;
}

.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;}

.cronograma {
	display: flex;
    flex-direction: column;
    justify-content: center;
}	

.cronograma a {
	display: block;
	background-color: #069;
	text-align: center;
	color: #FFF;
	padding: .5rem;
	font-size: 1.2rem;
	text-decoration: none;
	transition: .3s ease-in-out all;
}
.cronograma a:hover {
	background-color: #002D42;
}

@media (min-width: 768px) {
	.cronograma a {
		display: block;
		background-color: #069;
		text-align: center;
		color: #FFF;
		padding: .5rem;
		font-size: 1.5rem;
}
}

.btn-cronograma {
	display: block;
	background-color: #069;
	text-align: center;
	color: #FFF;
	padding: 1rem 0;
	margin-top: 4rem;
	font-size: 1.8rem;
	text-decoration: none;
	width: 98%;
	transition: .3s ease-in-out all;
}
.btn-cronograma:hover {
	background-color: #002D42;
	color: #FFF;
	text-decoration: none;
}

.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;}

.header-imagen {position: relative;}

.whatsapp {
  position: fixed;
  right: -10px;
  top: 100px;
  z-index: 99;}
  
.whatsapp img {
	width: 70%;
	height: 70%;
}


@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;}
	
	.whatsapp {
		  position: fixed;
		  right: 20px;
		  top: 110px;
		  z-index: 99;
	  }
	 .whatsapp img {
		width: 100%;
		height: 100%;
	}
}

.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(51,51,51,.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: 1.8rem;
	font-weight: 600;
	padding: 1.5rem 3rem;
	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.2rem;
	right: 0;
	width: 100%;
	height: 400px;
	text-align: right;
}

@media (min-width: 480px) {
	
	.main-nav.menu-open {
	top: 9.2rem;
	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-content2{
	left: 15%;
	position: absolute;
	right: 15%;
	top: 50%;
	width: auto;
	z-index: 99999;
	padding: 2rem;
}

.ol-main-slider-content h2, .ol-main-slider-content2 h2 {
	font-size: 2.2rem;
	padding: 2rem .5rem;
	text-align:center;
	color: #069;
	font-family: 'Exo 2', sans-serif;
	font-weight: 900;
	font-style: italic
}
				
.icono-slider  {background-color: #069;
               color: #FFF;
			   font-size: 3rem;
			   padding: 1rem;
			   margin: 0;
			   display: block;
			   text-align:center;}
			   
.texto-slider {background-color: rgba(255,255,255,.9)}
			   
.imagen-slider {display: block;
			    padding: 1rem;
				text-align:center;}

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

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

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

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

.icono-slider  {background-color: #069;
               color: #FFF;
			   font-size: 3.2rem;
			   padding: 2rem;
			   margin: 0;
			   display: inline-block;
			   z-index: 9999;}
			   
.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);
}

/* RESERVAS */
.reservas {background-color: #069; padding: 2rem 5rem; color:#FFF;}

.reservas-contenido { width: 100%; text-align: center; margin: 0 auto;}

.reservas-contenido p {text-align: left;}

.reservas-contenido input {color:#FFF; 
                           padding: .5rem; 
						   border: 1px solid #FFF; 
						   border-color: #FFF!important;
						   font-size: 1.8rem;
						   }

@media (min-width: 768px) { 

		.reservas-contenido {width: 80%;
			         margin: 0 auto;
		             display: grid;
	    			 grid-template-columns: repeat(2, 1fr);
					 column-gap: 3rem;
					 padding: 0 100px;}
					 
		.reservas-contenido input {margin-top: 0;}
}
.reservas-btn{
	color: #FFF!important;
	background-color: #069;
	font-size: 1.5rem;
	padding: 1rem 2rem!important;
	border: 1px solid #FFF;
	font-weight: bold;
	text-align: center;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 100%;
	margin-top: 2rem;
	float: right;
}

@media (min-width: 768px) { 
	.reservas-btn { margin-top: 0; width: 80%;}
}

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


/* PROGRAMA */

#programa { padding: 1rem 0 5rem;
		   text-align:center;}

.item i {font-size: 72px; color:#069;}
.item h3 {margin-top: 1rem; font-weight:bold; text-transform: uppercase; font-size: 20px;}
.item p {margin-top: 10px;}

@media (min-width: 768px) {
.items {display: grid;
	    grid-template-columns: repeat(4, 1fr);
		column-gap: 4rem;
}
.item p {font-size: 1.6rem; line-height: 2rem;}
}

.item {margin-top: 3rem;
	   transition: all .5s ease-in-out;
	   padding: 2rem;}
	   
.item:hover {background-color: #069; color: #FFF;}
.item:hover i, .item:hover a {color: #FFF;}

.previaje {font-size: 14px; margin-top: 3rem;}

/* DESTINOS */

#destinos {padding: 4rem 0;}

.destinos {background-color:#F5F5F5;
		   margin-top: 4rem;
		   display: grid;
		   grid-template-columns: repeat(1, 1fr);}
		   
@media (max-width: 768px) {		   
.destino-foto, .destino-foto-1 {grid-row: 1/1;}
}
		   
@media (min-width: 768px) {
	
	.destinos {display: grid;
			   grid-template-columns: repeat(2, 1fr);
			   column-gap: 1rem;
			   background-color:#F5F5F5;
			   margin-top: 6rem;}
			   
}
		   
.destino-texto {padding: 1rem 2rem;}
.destino-texto h2 {margin-top: 1rem; text-align: center; font-size: 3rem; font-weight: bold;}
.destino-texto p {margin-top: 1.5rem; font-size: 1.6rem; line-height: 2rem;}

.destino-texto ul {display: grid;
	       		   grid-template-columns: repeat(2, 1fr);
		   		   column-gap: 2rem;
				   margin-top: 1rem;}
.destino-texto ul li {margin-top: 1rem; font-size: 1.4rem;} 

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

.precio-rec {position: absolute;
             top: 10px;
			 right: 10px;
			 background-color: rgba(0,0,0,.5);
			 padding: 1rem 2rem;}
.precio-rec-1 {position: absolute;
             top: 10px;
			 left: 10px;
			 background-color: rgba(0,0,0,.5);
			 padding: 1rem 2rem;}
.precio-rec p, .precio-rec-1 p {color: #FFF; font-size: 2.2rem; font-weight:bold;}

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

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

@media (min-width: 767px) {
	
	.paquetes {
		   display: grid;
		   grid-template-columns: repeat(3, 1fr);
		   column-gap: 5rem;
		   padding: 0 3rem; }
		   
     .paquete {background-color: #FFF;}
		   
     .paquete h3, .paquete p, .paquete .noches, .paquete .precio {color: #0A181C;}
	
}

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

/*--------------------*/
/* GALERIA DE FOTOS
 */
/*--------------------*/


#screenshot {
	background-color: #069;
	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; 
}

/* lightbox plugin */

.portfolio-detail{
	display: none;
	float: left;	
	text-align: center;	
	width: 100%;
}

#portfolio-popup{
	background-color: rgba(0,0,0,0.94);
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	text-align: center;
	top: 0;
	opacity: 0;
	z-index: 99999;
	overflow-y: scroll;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.portfolio-popup-area{
	display: block;
	float: left;
	padding: 40px 15%;
	width: 100%;
}

#portfolio-popup .portfolio-detail{
	display: inline;
}

#portfolio-popup.portfolio-popup-show{
	align-items: center;
	display: flex;
}

.portfolio-popup-inner{
	color: #333;
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.portfolio-popup-inner-show{
	margin-left: 0;
}


.portfolio-popup-inner img{
	border: 5px solid #fff;
	max-width: 100%;
}

.portfolio-popup-inner h2{
	color: #000;
	margin-bottom: 10px;
	margin-top: 15px;	
}

.modal-close-btn{
	background-color: #fff;
	border: 2px solid #fff;
	border-radius: 50%;
	color: #000;
	display: inline-block;
	height: 40px;
	line-height: 35px;
	opacity: 1;
	position: absolute;
	right: -18px;
	text-align: center;
	top: -18px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	width: 40px;
}

.modal-close-btn:hover,
.modal-close-btn:focus{
	color: #000;
}

.view-project-btn{
	border: 2px solid #333;
	color: #000;
	display: inline-block;
	margin-top: 10px;
	padding: 6px 15px;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.view-project-btn:hover,
.view-project-btn:focus{
	border-color: #000;
	color: #000;
	text-decoration: none;
	
}

/* BENEFICIOS */
#beneficios {
	padding: 50px 0;
	width: 100%;
}
#beneficios h3 { text-align: center;
				 margin: 1rem 0 3rem;
}

#beneficios .slick-prev:before,
#beneficios .slick-next:before
{
    color: #000;
}

/* LINKS */
#links { background-color: #069;
         padding: 1rem;}

.links { text-align: center; 
	}
.link { margin: 1rem 0;}
	
@media (min-width: 768px) {
	.links { display: grid;
			 grid-template-columns: 1fr;
			 column-gap: 2rem;
	}
}
.links a { color: #FFF;
           text-transform: uppercase;
}

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

.formulario-contacto {margin: 2rem 0;
					  padding: 2rem;	
					  background-color: rgba(0,0,0,.5);			  
					  }
					  
.color-fondo-oscuro {background-color: #FCFAFA;
			        margin-top: 2rem;
					background-attachment: fixed !important;
					background-image: url("assets/images/contacto-bg_movil.jpg");
					background-repeat: repeat;  
					background-size: cover;  
					color: #ffffff;
					padding: 2rem 1rem;}

.color-fondo-oscuro h2, .color-fondo-oscuro p, .color-fondo-rojo h2, .color-fondo-rojo p  {color: #FFF;}

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

.formulario {margin: 4rem;}
					  
@media (min-width: 768px) {
	.formulario-contacto {padding: 4rem 0;
						  width: 80%;
	                      margin: 0 auto;
						  display: grid;
						  grid-template-columns: 1fr 2fr;
						  column-gap: 4rem;}
						  
	.formulario {margin-top: 0; width: 70%;}	
	
	.color-fondo-oscuro {
			        	 margin-top: 2rem;
						 background-image: url("assets/images/contacto-bg.jpg");
						 background-repeat: repeat;  
						 background-size: cover;  
						 padding: 2rem 0;}
						  
	.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;
}

/*--------------------*/
/* 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 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:left;}

@media (min-width: 768px) {
	.mfc {text-align:right;}
}