/*styles*/
html {
  scroll-behavior: smooth;



   
}

body {
	background: url('../images/fondo.jpg') no-repeat;
	position: absolute;
    width: 100%;

    background-size: cover;
    z-index: 1;
  	font-family: 'Roboto Condensed', sans-serif;
  	color: #2b2b2b;
  	font-size: 16px;
	line-height: normal;

	z-index: 99;
}

.nav.nav-pills{
	float: right;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #016d38;
}
a {
    color: #016d38;
    border: 1px solid #016d38;
    margin: 2px;
}
img{
	max-width: 100%;
	width: 100%;
	display: block;
}
.cierre{
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 22px;
}

.id2 {
	max-width: 380px;
}
.seccion1{
	margin-bottom: 30px;

}
.seccion2 {
	background-color: #f6f6f8;

}
.seccion3{
	background-color: #f6f6f8;

}
.titular{
	width: 600px;

}

.body-text{
	color: #686868;
	font-size: 18px;
	
	text-align: center;


}
.texto-condiciones{
	text-align: center;
	font-weight: bold;
	color: #016d38;
	z-index: 1;
	
}
.texto-condiciones1{
	text-align: center;
	
	color: #686868;
	z-index: 1;
	
}
.section2{
	background-color: #f6f6f6;
	opacity: 1;
	z-index: -1;
}
.titular-2{
	color: #016d38;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	padding-top: 10%;
	padding-bottom: 30px;
}
.titular-3{
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 25px;
	padding-top: 120px;
}
.cuadros-1{
	box-shadow: 0px 7px 18px -1px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0px 7px 18px -1px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 7px 18px -1px rgba(0,0,0,0.35);
border-radius: 20px;
max-width: 300px;
margin: 0 auto;
margin-top: 20px;

}
.cuadros-2{
	box-shadow: 0px 7px 18px -1px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0px 7px 18px -1px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 7px 18px -1px rgba(0,0,0,0.35);
border-radius: 20px;
max-width: 200px;
margin: 0 auto;
margin-top: 20px;

}
.cuadros-3{
	background-color: #ffffff;
	box-shadow: 0px 7px 18px -1px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0px 7px 18px -1px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 7px 18px -1px rgba(0,0,0,0.35);
border-radius: 20px;
max-width: 300px;
margin: 0 auto;
margin-top: 20px;

}

.iconos-1{
	width: 130px;
	margin: 15px;
}
.iconos-2{
	width: 90px;
	margin: 15px;
}
.botones{
	width: 160px;
}
.pantallas{
	padding: 10px;
}
.pantallas-1{
	padding-top: 25px;
}


.texto-lista{
	padding-top: 45px;
}
.marco1{
	width: 600px;
    position: absolute;
    left: 50%;
    margin-left: -300px;
}
.marco-postal{
	width: auto;
	height: auto;
}
.altura-marco{
	height: 600px;
    width: 600px;
    position: relative;
    margin: 0 auto;
	
}

.top-space{ padding-top: 5%;}
.top-space1 { padding-top: 120px;}
.top-space2{padding-top: 210px;}
.top-space3{padding-top: 190px;}
.foto-boton{

	width: 200px;



}
.logo{
	width: 150px;
	margin: 0 auto;
}
.logo2{
	width: 280px;
	padding-left: 80px;
	padding-top: 5px;

}
.legal-top{
	position: absolute;
	z-index: 1;
	top:100px;
	right: 5px;
	width: 15px;
}
.legal-bottom{
	position: absolute;
	z-index: 1;
	bottom: 190px;
	left: 5px;
	width: 15px;
}
h1{
	font-size: 65px;
	line-height: 65px;
	font-weight: bold;
	font-style: italic;
	color:#016d38;
	text-align: center;
	margin: -20px 0 -30px 0;
}
h1 span{
	color: #2b2b2b;
}
h2{
	font-size: 40px;
	text-align: center;

	color: #FA4B80;
}
h2 span{
	color: #016d38;
	font-weight: bold;
	text-align: center;
}
a.btn-1 {
	display: block;
	margin: 0 auto;
	color: #ffffff;
	font-weight:bold;
	background-color: #016d38;
	padding: 20px;
	text-align: center;
	border-radius: 40px;
	width: 155px;
	height: 60px;
}
a.btn-1:hover{
	background-color: #ffffff;
	color:#016d38;
}
a.btn-2 {
	display: block;
	margin: 0 auto;
	color: #ffffff;
	font-weight:bold;
	background-color: #016d38;
	padding: 10px 20px;
	text-align: center;
	border-radius: 40px;
	width: 155px;
	height: 60px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -77px;
}
a.btn-2:hover{
	background-color: #ffffff;
	color:#016d38;
}
a.btn-3 {
	display: block;
	margin: 0 auto;
	color: #016d38;
	font-weight:bold;
	background-color: #ffffff;
	padding: 20px;
	text-align: center;
	border-radius: 40px;
	width: 155px;
	height: 60px;
	border:1px solid #016d38;
	cursor: pointer;
}
a.btn-3:hover{
	background-color: #ffffff;
	color:#016d38;
	border:1px solid #016d38;
}
.line-division {
    margin: 0 auto;
    width: 1px;
    max-width: inherit;
    height: 100%;
    display: block;
    background-color: #686868;
}
.group-memes{
	float: left;
	width: 100%;
}
.group-memes .btn{
	float:left;
	width: 14%;
	margin: 1%;	
    padding: 0;
}
.group-memes .btn img{
	border: solid 5px #ffffff;
	border-radius: 5px;
}
.group-memes .btn.active img{
	border: solid 5px #016d38;	
}
.group-memes .btn:hover img{
	border: solid 5px #016d38;	
}
.group-postal{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.group-postal .btn{
	float:left;
	width: 30%;
	margin: 1.5%;	
    padding: 0;
}
.group-postal .btn img{
	border: solid 5px #ffffff;
	border-radius: 5px;
}
.group-postal .btn.active img{
	border: solid 5px #016d38;	
}
.group-postal .btn:hover img{
	border: solid 5px #016d38;	
}

.croppr-container::before{
	content: "Recortar imagen";
    display: block;
    width: 100%;
    text-align: center;
    color: #016d38;
    padding: 10px 0;
    border-top: 1px solid #dee2d6;
    margin: 15px 0 0 0;
    font-size: 30px;
}
footer {
  	background-color: #bbbbbb;
  	margin-top: 2rem;
  	padding: 1rem;
	position: relative;
    z-index: 1;
}

footer p {
  color: #ffffff;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
}
.titulos-modales{
	padding: 20px;
	text-align: center;
	font-weight: bold;
	color: #016d38;
	font-size: 20px;

}
.textos-modales{
	padding: 20px;
	text-align: center;
	color: #686868;
	font-size: 18px;
}
.modal-header{


	width: 100%;
	height: 80px;
	background: url('../images/header-modal.jpg') no-repeat;
	background-size: cover;

	

}
.modal-header h5{
	width: 80%;
    margin: 0 0 0 10%;
	color: #016d38;
}
.modal-body .btn-load {
    margin: 0 auto;
    width: 140px;
    display: block;
}


/*---- POSTAL 1----*/

.btn-camera {
    width: 30px;
    height: 30px;
    border: 1px solid #686868;
    border-radius: 15px;
    position: absolute;
    left: 180px;
    bottom: 120px;
	z-index: 3;
	background-image:url("../images/icon-camera.png");
	background-position: center center;
	background-size: 80% auto;
	background-repeat: no-repeat;
}

/*final postal 1*/

/*---- POSTAL 2----*/

/*final postal 2*/


/*---- POSTAL 3----*/


/*final postal 3*/

/*-----estrellas-----*/

.stars {
  	margin-top: 2rem;
  	margin-bottom: 2rem;	
    position: relative;
    z-index: 2;
}

.stars .itemsContainer {
  margin-top: 1rem;
}

.stars .itemsContainer .calificacion .text1 h3 {
  font-weight: bold;
  font-style: italic;
  color: #016d38;
  margin-bottom: 2rem;
}

.califique {
    font-size: 20px;
    color: #016d38;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 0 !important;
    margin-top: 15px;
}

.separadorhr {
    border: none;
    height: 5px;
    background-color: none;
}

a {
    text-decoration: none !important;
}

.pregunta {
    font-size: 2rem;
}

.inbl {
    display: inline-block;
}

.puntuacion {
    margin: 0 auto;
}

.lhestrellas {}

input[type="radio"] {
    -ms-transform: scale(1.5);
    /* IE 9 */
    -webkit-transform: scale(1.5);
    /* Chrome, Safari, Opera */
    transform: scale(1.5);
}

.fontboton {
    font-size: 20px !important;
    color: #716122 !important;
}

.ec-stars-wrapper {
    /* Espacio entre los inline-block (los hijos, los `a`)
			   https://ksesocss.blogspot.com/2012/03/display-inline-block-y-sus-empeno-en.html */
    font-size: 20;
    /* Podríamos quitarlo,
				pero de esta manera (siempre que no le demos padding),
				sólo aplicará la regla .ec-stars-wrapper:hover a cuando
				también se esté haciendo hover a alguna estrella */
    display: inline-block;
}

.ec-stars-wrapper a {
    text-decoration: none;
    display: inline-block;
    /* Volver a dar tamaño al texto */
    font-size: 2rem;
    color: #eeeeee;
}

.estrellasp {
    text-decoration: none;
    display: inline-block;
    /* Volver a dar tamaño al texto */
    font-size: 32px;
    font-size: 3rem;

    color: #ffdc5d;
}

.ec-stars-wrapper:hover a {
    color: #ffdc5d;
}

/*
		 * El selector de hijo, es necesario para aumentar la especifidad
		 */
.ec-stars-wrapper > a:hover ~ a {
    color: #ffffff;
}

.mrginput {
    padding-top: 20px !important;
}

.calificacion {
    margin: 0 auto;
    text-align: center;
    /*background-color: rgba(255, 255, 255, 0.5);*/

    vertical-align: middle;
    padding-top: 10px;

    background-position: right;
    background-size: 100%;
}

.contenedorclasificacion {
    max-width: 100vw;
    margin: 0 auto;
}

/*----- Boton ------*/

.boton1 {
	text-align: center;
	padding: 20px;
    margin-bottom: 20px;
}
.boton1 a {
	padding: 12px;
    background: #016d38;
    color: #ffffff;
    border-radius: 24px;
    border-color: #016d38;
}
@media only screen and (min-width: 768px) {
	.ec-stars-wrapper a {
		text-decoration: none;
		display: inline-block;
		/* Volver a dar tamaño al texto */
		font-size: 3rem;
		color: #eeeeee;
	}
}
/*-----final estrellas-----*/



@media (min-width: 1600px) {



}
@media (max-width: 991px) {
	h1 {
		margin: 20px 0 -20px 0;
	}
	.line-division {
		margin: 20px auto;
		height: 1px;
		max-width: inherit;
		width: 100%;
		display: block;
		background-color: #686868;
	}
	.intro{
		float: left;
		width: 100%;
		padding: 0px 20px 50px 20px;
	}
	.legal-top {
		right: 2px;
		top: 200px;
	}

	.menu-top {
		margin: 40px auto 0 auto;
		float: inherit;
		width: 100%;		
    	padding-bottom: 20px;
    	border-bottom: 1px solid #686868;
	}
	.menu-top ul {
		margin: 40px auto 0 auto;
		width: 270px;
	}
	.group-memes .btn {
		float: left;
		width: 30%;
		margin: 1.5%;
		padding: 0;
	}
	.group-postal .btn {
		width: 70px;
		margin: 10px;
	}
}
@media (max-width: 767px) {



	.bg5 {

		position: absolute;
		width: 100%;
		height: 950px;
		background: url('../images/bg5.jpg') no-repeat;
		background-size: cover;
		z-index: -1;
		opacity: 1;
	
	
	}
	.top-space3{padding-top: 10px;
	}

	.marco1{
		width: 350px;
		position: absolute;
		left: 50%;
		margin-left: -175px;
	}

	.picture{
		position: absolute;
		left: 50%;
		width: 310px;
		height: 310px;
		z-index: -1;
		margin-left: -155px;
		top: 50%;
		margin-top: -155px;
	}

	.altura-marco{
		height: 350px;
		width: 350px;
		position: relative;
		margin: 0 auto;
		
	}
	.postal {
		width: 350px;
		height: 204px;
		margin: 0 auto;
    	float: inherit;
	}
	/*---- POSTAL 1----*/
	.postal-1 .picture{
    	width: 100px;
    	margin-left: 15px;
    	margin-top: 15px;
    	height: 130px;
	}
	.postal-1 .picture p{
		font-size: 12px;
	}
	.postal-1 .text{
		width: 215px;
    	height: 125px;
    	margin-left: 10px;
    	margin-top: 70px;
	}
	.postal-1 .text textarea{
		padding: 5px;
    	font-size: 12px;
    	line-height: 16px;
	}
	.postal-1 .btn-camera {
		left: 90px;
		bottom: 50px;
	}
	/*final postal 1*/
	
	
	/*---- POSTAL 2----*/
	.postal-2 .picture{
    	width: 100px;
    	right: 15px;
    	top: 15px;
    	height: 130px;
	}
	.postal-2 .picture p{
		font-size: 12px;
	}
	.postal-2 .text{
		width: 215px;
    	height: 125px;
    	margin-left: 10px;
    	margin-top: 70px;
	}
	.postal-2 .text textarea{
		padding: 5px;
    	font-size: 12px;
    	line-height: 16px;
	}
	.postal-2 .btn-camera {
		right: 90px;
		bottom: 50px;
	}
	/*final postal 2*/
	
	
	/*---- POSTAL 3----*/

	/*final postal 3*/
	

	
}
@media (max-width: 575px) {
	.bg5 {

		position: absolute;
		width: 100%;
		height: 1000px;
		background: url('../images/bg5.jpg') no-repeat;
		background-size: cover;
		z-index: -1;
		opacity: 1;
	
	
	}


	h1{
		font-size: 45px;
	}	
	.group-memes .btn {
		float: left;
		width: 45%;
		margin: 2.5%;
		padding: 0;
	}

	.modal-body {
		padding: 20px 35px;
	}
}
@media (max-width: 400px) {


	.postal {
		width: 300px;
		height: 175px;
	}
	.postal-1 .btn-camera {
		left: 75px;
	}
	.postal-1 .picture {
		width: 90px;
		margin-left: 10px;
		margin-top: 10px;
		height: 115px;
	}
	.postal-1 .text {
		width: 190px;
		height: 110px;
		margin-left: 5px;
		margin-top: 60px;
	}
	.postal-2 .btn-camera {
		right: 75px;
	}
	.postal-2 .picture {
		width: 85px;
		right: 15px;
		top: 10px;
		height: 115px;
	}
	.postal-2 .text {
		width: 180px;
		height: 110px;
		margin-left: 10px;
		margin-top: 60px;
	}
	.postal-3 .btn-camera {
		left: 75px;
		bottom: 20px;
	}
	.postal-3 .picture {
		width: 85px;
		margin-left: 15px;
		margin-top: 40px;
		height: 110px;
	}
	.postal-3 .text {
		width: 180px;
		height: 105px;
		margin-left: 10px;
		margin-top: 60px;
	}
}