@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,300&display=swap');


body{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color:#023447;
	overflow-x: hidden;
}

a{
	/* text-decoration: underline; */
}

.menuLateral{
	background-color:#fff;
}

.btLateralHome{
	border:0px;
	border-bottom:1px solid #ccc;
	border-radius: 0px;
	width:100%;
	text-align:left;
	padding-top: 10px;
        padding-bottom: 10px;
}

.boxHome{
	margin: 7px;
    margin-bottom: 10px;
    margin-top: 10px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

.boxAliados{
	border-top: 3px solid #6ba802;
	margin: 7px;
    margin-bottom: 10px;
    margin-top: 10px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}



.title{
	color:#009bdf;
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	font-weight:bold;
	background-color:#dcf4fe;
	text-align:right;
	padding:10px;
	padding-right:15px;
	padding-left:15px;
	box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
	position: relative;
	z-index: 10;
}

.subTitle{
	font-family: 'Roboto', sans-serif;
	color:#009bdf !important;
	font-size:16px;
}

.btBasic{
	margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 30px;
    padding: 13px;
}

/*===============
ACCOUNT
=================*/

.userAccount{
    font-size: 18px;
	padding: 15px;
    background-color: #f5f5f5;
    font-weight: bold;
    color: #002f87;
    text-align: start;
}

.panel_option_benefits{
    padding-top: 22px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
}


.label_suscripcion_text_txt{
    font-family: 'proxima-nova', sans-serif;
    color: #002E58 !important;
    font-size: 16px;
}

@media (max-width: 768px) {
    .panel_option_benefits{
        position: relative;
    }
}

.btnSmall{
    height: 44px;
    line-height: 5px;
    padding: 0px 10px;
}

.panel_option_benefits__option_clic{
    font-size: 18px;
    padding: 10px 13px;
    text-align: center;
    border-radius: 30px;
    background-color: #0069a6;
    color: #fff;
    cursor: pointer;
}

.redeemList{
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    margin-top: 10px;
    padding: 5px;
    margin-left: -5px;
    margin-right: -5px;
    padding: 10px;
}

.btFiltroAliados{
	border: 0px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
    width: 100%;
    padding: 10px;
    margin-top: 15px;
}

.btFiltroBuscar{
	border: 0px;
    padding: 10px;
    margin-top: 15px;
    background-color: #fff;
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.captionBanner{
	left:0px;
	right:0;
	background-color:rgba(0,113,152,0.6);
	padding-top: 0px;
	margin-bottom: -20px;
}

.btIcosCats{
	width:70%;
	cursor:pointer
}

@media (max-width: 768px) {

}

.cajaPreguntas{
	box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
	border-radius: 5px;
	margin: 10px;
	padding: 17px;
	text-align: justify;
}


.cajaPreguntas:hover{
	background-color:#dcf4fe
}

button.accordion {
	background-color: rgba(0,0,0,0);
    cursor: pointer;
    width: 93%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: rgba(0,0,0,0);
}

button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2212";
}

div.panel_acord {
    padding: 0 18px;
    background-color: rgba(0,0,0,0);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.miniaturas{
	-webkit-transition:0.5s all;
}

.miniaturas:hover{
	-webkit-transform:scale(0.95);
	opacity:0.5;
}

.btEliminar{
	background-color:#CCC;
	border-color: #CCC;
}

.btEliminar:hover{
	background-color: #999;
	border-color: #999;
}

.carousel-indicators{

}

.carousel-indicators:hover{
	opacity:1;
}



/*======================================================
						DRAWDE
========================================================*/

/*===============
POP-UP HOME
=================*/

.drawde{
	background: white;
	color: black;
}

.pop-up-home{
	background: rgba(0, 0, 0, 0.78);
    left: 0;
    height: 100%;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.pop-up-home .close{
	margin-right: 11px;
    margin-top: 11px;
    width: 25px;
    height: 25px;
    line-height: 17px;
}

.pop-up-home-containt{
	background: white;
	border-radius: 12px;
	margin-top: 40px;
	margin-bottom: 50px;
    width: 75%;
}

.pop-up-home-containt img{
	margin: 10px 0;
	width: 100%
}

.pop-up-home-containt figure{
	margin: auto;
	width: 220px;
}

.pop-up-home-containt figure img{
	margin: 50px 0;
}

.pop-up-home-containt p{
	color: rgba(64, 62, 62, 0.83);
    font-weight: 800;
    font-size: 16px;
}

.pop-up-home-containt .row{
	margin: 40px;
}

.pop-home-textarea{
	border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    height: 70px!important;
	resize: none;
    width: 61%;
}

.pop-home-submit{
	background-color: #3071a9;
	border-color: #285e8e;
	width: 50%;
    margin-bottom: 15px;
}

.pop-home-close{
	background: #d4d4d4;
	width: 50%;
    margin-bottom: 25px;
}

.danger-login{
    color: red;
    font-size: 12px;
}

@media (max-width: 768px) {

	.pop-up-home-containt{
	    width: 95%;
	}

	.pop-home-textarea{
		width: 90%;
	}

	.pop-home-submit, .pop-home-close{
		width: 100%
	}

	.pop-up-home-containt .row{
		margin: 10px;
	}

	.boton-aliados{
		margin-left: 20px;
		margin-right: 20px;
	}

}


/*==============================================
			SECCION CUMPLEA�OS
================================================*/

.container-cumple{
	margin: 50px auto;
	width: 80%;
}

.promo-cumple{
	margin-bottom: 50px;
}

.promo-cumple h3{
	color: #002e58;
	font-weight: bold;
	height: 55px;
}

.promo-cumple .botonAzul{
	color: white
}

.promo-cumple p{
	display: block;
	color: #002e58;
    font-size: 12px;
    margin-top: 5px;
	text-align: justify;
	width: 100%;
}

.boton-cumple{
	padding-top: 10%;
}


.promo-cumple .ver-mas{
	cursor: pointer;
	text-align: end;
    margin-top: 15px;
    font-size: 12px;
    color: #0069a6;

}

.cumple-pop-up{
	position: fixed;
    background: #00000024;
    height: 100%;
    overflow: auto;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}

.cumple-pop-up .promo-cumple{
	background: white;
	width: 60%;
	margin:50px auto;
}

.detalle_promo_titulo{
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 15px;
	margin-left: 20px;
	margin-right: 20px;
}

.img-footer{
	width: 300px; padding: 15px;
}

.footer-icono{
	width: 50px;
}
.titulo{
	height: 55px;
	overflow: hidden;
}

@media (max-width: 1200px) {
	.titulo{
		height: 55px;
		overflow: hidden;
	}
}

@media (max-width: 768px) {

	.container-cumple{
		width: 100%;
	}

	.promo-cumple .col-md-8, .promo-cumple .col-md-4{
		width: 100%!important;
	}

	.boton-cumple{
		padding-top:20px;
	}

	.promo-cumple{
		margin-bottom: 50px;
	}
	.g-recaptcha{
                        transform: scale(0.6);
                        transform-origin: 0 0;
                       }

                         .g-recaptcha, #g-recaptcha-response  {
                        transform: scale(0.75);
                        transform-origin: 0 0;
                       }

    .home-grand{
    	    display: none;
    }

    .detalle_promo_titulo{
    	font-size: 15px;
    	margin: 15px 0;
	    text-align: justify;
    }

    .img-footer{
    	width: 100%;
    }

    .col-md-4{
    	border-right:none!important;
    }

    .footer-icono{
    	margin: 0;
		width: 20px;
	}

	.botonAzul{
		width: 100%!important;
		margin: 0!important;
	}

	#suscripcion_text{
		width: 100%!important
	}
}
