@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;700&display=swap');

:root {
	--primary-color: #22C55E;
}

html > *, body > *, button,
h1, h2, h3, h4, h5, h6{
	font-family: 'Montserrat', sans-serif !important;
	color: #333;
}

.wrapper-logo {
	background-color: #fff;
}

#logo-link {
	width:280px;
}

p {
    font-size: 1.5rem;
}

table tr th, table tr td, table tfoot tr th {
    font-size: 1.5rem;
}

header#masthead {
  background:#fff;
}

.custom-logo {
	padding: 10px 0 10px 10px;
    max-width: 150px;
}

.main-content {
	min-height: 90vh;
	padding: 20px 0 20px;
	background-size: auto;
	background-color:#01a0ff;
}

.wrapper-checkout {
	width: 90%;
	margin: auto;
	display: grid;
	grid-gap: 20px;
	align-items: center;
	grid-template-columns: 50% 50%;
}

.box-message {
	color:#fff;
	margin:50px auto;
}

.box-message > h1 {
	color: #FFF;
	margin: 0 auto;
	font-weight: 800;
	text-align: center;
	font-size: 3.15rem;
}

.box-message > p {
	color: #fff;
	margin: 10px auto;
	text-align: center;
	font-size: 1.6rem;
}

button:active {
	outline: none;
	border: none;
}

.required {
	color: #ff0000
}

.content-preloader {
	display: flex;
	height: 50vh;
	max-height: 50vh;
	align-items: center;
	justify-content: center;
	transition: all 500ms ease-in-out 100ms;
	-o-transition: all 500ms ease-in-out 100ms;
	webkit-transition: all 500ms ease-in-out 100ms;
}

.padding-0-5 {
	padding: 0 5%;
	text-align: center;
}

/******************************
* iframe de mercadoPago
******************************/
#thm_mp_cntnr {
	position: absolute;
}

/******************************
* CHECKOUT
******************************/

#content-checkout {
	background: #f4f4f4;
	padding: 30px 30px 30px 30px;
	border-radius:10px;
}

.center {
	text-align: center;
}

.content-checkout h2 {
	color: #45494C;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 5px;
}

.content-checkout h3 {
	color: #45494C;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 5px;
}

.cta-prev {
	width: 100%;
	color: #888888;
	display: block;
	font-size: 12px;
	cursor: pointer;
}

/*********
* BOX-1
*********/
.box-1 {
	text-align: center;
}

.amountDonate {
	display: grid;
	color: #45494C;
	grid-template-columns: repeat(2, 1fr);
}

.price-amount{
    font-size: 1.8rem;
}

.vertical-center{
    padding-top:20px;
}

.amount {
    font-size: 1.5em;
	padding: 5%;
	display: flex;
	cursor: pointer;
	background: #fff;
	min-height: 100px;
	position: relative;
	align-items: center;
	justify-content: center;
	border: 1px solid #DDDDDC;
	-webkit-user-select: none; /* Safari */
	-webkit-touch-callout: none; /* iOS Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-ms-user-select: none; /* Internet Explorer/Edge */
	-moz-user-select: none; /* Old versions of Firefox */
	user-select: none; /* Non-prefixed version, currently
											supported by Chrome, Edge, Opera and Firefox */
	border-top-left-radius:0px;
    border-top-right-radius: 10px;
}

.amount.active {
	margin-top: -4px;
	min-height: 110px;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	box-sizing: border-box;
	border: 3px solid var(--primary-color);
	box-shadow:
							0 2px 5px 0 rgba(0,0,0,0.16),
							0 2px 10px 0 rgba(0,0,0,0.12);
}

.amount:after {
	top: 0px;
	right: 0px;
	content: '';
	z-index: 101;
	display: block;
	position: absolute;
	border-left: 40px solid transparent;
}

.amount.active:after {
	border-top: 42px solid var(--primary-color);
}

.amount.active:before {
	top: 0;
	right: 0;
	width: 22px;
	z-index: 500;
	position: absolute;
	content: url('../img/ic_check_black_24px.svg');
}

.quantity {
	font-size: 26px;
	font-weight: bold;
}

.amount .importe_donate {
	margin: 0;
	margin: 0;
	border: none;
	border: none;
	box-shadow: none;
	border-width: 1px;
	border-bottom-style: solid;
	color: var(--primary-color);
	background-color: transparent;
	border-color: var(--primary-color) !important;
}

.amount .importe_donate:focus {
	border-width: 2px;
}

.amount .importe_donate,
.amount.active .quantity.text {
	display: none;
}

.amount .quantity.text,
.amount.active .importe_donate {
	display: block;
}

.amount.active .quantity {
	color: var(--primary-color);
}

.quantity.text,
.amount .importe_donate {
	font-size: 22px;
	line-height: 2.5;
	font-weight: bold;
}

.label-amounts-donate {
	background: #BBDFF7;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
}

.label-amount {
	padding: 5%;
	display: none;
	color: #45494c;
	font-size: 16px;
	text-align: left;
}

.label-amount.active {
	display: flex;
}

.label-amount .fulles {
	width: 62px;
	height: 62px;
	flex-shrink: 0;
	background: #fff;
	overflow: hidden;
	margin-right: 20px;
	border-radius: 100%;
}

.label-amount .fulles img {
	width: 95%;
}

/*********
* BOX-2
*********/
#content-checkout > .box-2,
#content-checkout #pay {
	height: auto;
	display: flex;
	line-height: 2;
	flex-wrap: wrap;
	justify-content: center;
}

select,
.form-activation,
input.form-activation,
select.form-activation {
	margin: 0;
	outline: 0;
	height: 4.5rem;
	color: #45494c;
	font-size: 16px;
	border-radius: 0;
	box-shadow: none;
	font-weight: 400;
	padding-top: 10px;
	box-sizing: border-box;
	background-color: #FFF;
	-webkit-appearance: none;
	border: 1px solid #DDDDDC;
	border-bottom-style: none;
}

#content-checkout label,
#content-checkout label {
	width: 100%;
	margin-bottom: 1px;
}

#content-checkout > .box-2 #imei-code {
	width: calc(40% - 10px);
}

#content-checkout .box-2 hr,
#content-checkout .box-3 hr {
	width: 90%;
	margin: 1.25rem auto 1.1875rem;
}

.resumen-donacion {
	margin-top: 20px;
	text-align: center;
}

.cta-core {
	color: #FFF;
	width: auto;
	outline: none;
	margin: 30px 0;
	font-size: 17px;
	font-weight: 500;
	padding: 12px 35px;
	border-radius: 5px;
	background-color: #085281;
	border: 0px;
	text-transform: uppercase;
}

#content-checkout > div.box-1 > div:nth-child(7) > a.cta-core.exterior{
    color: #fff;
	outline: none;
	background: #60c3ad!important;
	border-color: #60c3ad!important;
	text-decoration: none;    
}

.cta-core:hover,
.cta-core:active,
.cta-core:visited {
	color: #fff;
	outline: none;
	background: #22C55E;
	border-color: #22C55E;
	text-decoration: none;
}

.cta-core[disabled] {
	opacity: .6 !important;
	border: none !important;
	background-color: #9E9E9E !important;
}

#content-checkout [class^=box] {
	justify-content: center;
	webkit-transition: all 500ms ease-in-out 100ms;
	-o-transition: all 500ms ease-in-out 100ms;
	transition: all 500ms ease-in-out 100ms;
}

#content-checkout .ocultar {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
}

#content-checkout #wrap-cta-adicionar {
	width: 100%;
}

/* MENSAJES DE ERRORES*/
span.msj-error {
	 color: #fff;
	background: #e2401c;
	border-left: .6180469716em solid rgba(0,0,0,.15);
	padding: 0 15px;
	margin-left: 15px;
	display: block;
	position: relative;
	margin-top: 11px;
	border-radius: 25px;
}

span.msj-error:before {
	content: '';
	width: 20px;
	height: 20px;
	background: red;
	background: linear-gradient(to bottom right, transparent 0%, transparent 50%, #e2401c 50%, #e2401c 100%);
	transform: rotate(225deg);
	position: absolute;
	top: -7px;
	left: 15px;
	z-index: -1;
}
#err-content {
	background-color: #e2401c;
	color: #ffffff;
	border-left: .6180469716em solid rgba(0,0,0,.15);
}

#err-content > ul {
	list-style: none;
	margin-left: 15px;
}

#err-content > ul > li > span {
	font-weight: 700;
}

.input-invalid {
	background-color: #ffdddd!important;
}

input[pattern]:invalid{
	/*background-color: #ffdddd!important;*/
}

/* \ MENSAJES DE ERRORES*/


/* tab list checkout */
.tabs-list-checkout {
	display: flex;
	font-size: 14px;
	list-style: none;
	overflow: hidden;
	width: max-content;
	margin: 0 auto 20px;
}

.tabs-list-checkout > .tab-item {
	flex-grow: 1;
	flex-basis: 0;
	text-align: center;
	position: relative;
	padding-left: 10px;
}

.tabs-list-checkout > .tab-item:first-child {
	padding-left: 0;
}

.tabs-list-checkout > .tab-item:before {
	left: 0;
	top: 12px;
	z-index: 1;
	content: '';
	width: 100%;
	display: block;
	position: absolute;
	transition: border-color .35s;
	border-bottom: 2px solid #c9c9c9;
}

.tab-item.current:before,
.tab-item.completed:before,
.tab-item.current > .tab-number,
.tab-item.completed > .tab-number {
	color: var(--primary-color);
	border-color: var(--primary-color);
}

.tab-item > .tab-number {
	z-index: 5;
	width: 25px;
	color: #000;
	height: 25px;
	margin: auto;
	background: #fff;
	border-radius: 50%;
	position: relative;
	border: 2px solid #c9c9c9;
	transition: border-color .35s;
}

.fa-check {
	opacity: 0;
	color: var(--primary-color);
	transition: all .35s;
}

.tab-item .fa-check,
.tab-item.completed > .tab-number > .number {
 display: none;
}

.tab-item.completed .fa-check {
	opacity: 1;
	display: inline-block;
}

table.review-order-table {
	width: 100%;
	border: none;
}
table.review-order-table td,
table.review-order-table th {
	padding: 1em 1.1575em;
	text-align: right;
	vertical-align: top;
}
table.review-order-table th {
	background-color: #f8f8f8;
	padding: 1.41575em;
	vertical-align: middle;
}
table.review-order-table tfoot, 
table.review-order-table tr {
	background: #fff;
}

.payment-methods {
	display: grid;
	background: #f5f5f5;
	margin-bottom: 54px;
	justify-content: space-between;
	grid-template-columns: repeat(2, max-content);
}

.Mercado-pago {
	display: flex;
	align-items: center;
}
.Mercado-pago i.selected-circle {
	display: block;
	cursor: pointer;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 0 5px var(--primary-color) inset;
}

.product-name {
	width: 300px;
	word-wrap: break-word;
	line-height:1.525rem;
}

.otras-donaciones {
	margin: auto;
	padding: 40px 5%;
	text-align: center;
	background: #fff;
	color:#0E71B8;
}

.otras-donaciones h2 {
	color:#0E71B8;
	font-weight: 900;
}

.otras-donaciones .separador {
	width: 100%;
	margin: auto;
	max-width: 120px;
	border-top: 3px solid #60c3ad;
}

.boxes-grid {
	display: grid;
	margin: 50px 0;
	grid-gap: 30px;
	justify-content: center;
	grid-template-columns: repeat(4, 1fr);
}

.boxes-grid-iniciativas {
    display: inline-grid;
    margin: 15px 0 10px;
    grid-gap: 10px 15px;
    justify-content: center;
    grid-template-columns: repeat(3, 1fr);
    max-width: 60%;
}

.box-donacion {
	padding: 30px;
	background: #fff;
	border: 2px solid #fec96b;
}

.donacion-icon i {
	color: #60c3ad;
	font-size: 35px;
}

.donacion-icon i.fa-plane {
	transform: rotate(-45deg);
}

.donacion-label {
	margin: 20px 0;
}

.donacion-cta a {
	color: #fec96b;
}

.opciones span {
	display: block;
	margin-bottom: 12px;
}

.opciones a {
	color: #666;
	display: block;
	margin-bottom: 8px;
}

.nena-sonrisas {
	display: none;
}

#myCarousel img{
    padding:30px;
}

.video-responsive{
    width: 900px;
    margin: auto;
}

.shared-panel{
	overflow: auto;
	display: inline-block;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.shared-panel span{
	margin: 10px 0;
	font-size: 16px;
	font-weight: 600;
}
.shared {
	display: inline-block;
	width: 30px; 
	height: 30px;
	margin: 5px 0; 
	padding: 0; 
	background: url("../img/shared.png") no-repeat; 
	float: left;
	margin-right: 5px; 
	cursor: pointer;
	border-radius: 50%;
}

.shared-panel button{
    height: 30px;
    width: 120px;
    margin: 5px 0;
    padding: 0;
    float: left;
    cursor: pointer;
    color: #fff; 
    background-color: #22BB9F;
    border: 1px solid #53a797;
    border-radius: 5px;
}

.shared-panel button:focus, .shared-panel button:hover {
    background-color: #53a797;
    color: #fff;
    font-weight: 600;
}

.shared:hover{
	opacity: 0.7;
}

.shared.gp {border-radius: 5px;background-position: 0px 0px; background-color: #E62B34;}
.shared.tt {border-radius: 5px;background-position: 0px -30px; background-color: #43BDF0;}
.shared.ce {border-radius: 5px;background-position: 0px -60px; background-color: #8A898D;}
.shared.wa {border-radius: 5px;background-position: 0px -90px; background-color: #0dc143;}
.shared.fb {margin-left:5%;border-radius: 5px;background-position: 0px -120px; background-color: #6081C4;}

.st2{border-radius: 0;}
.st3{border-radius: 5px;}
    
@media  only screen and (max-width: 1300px) {
    .cta-core {
        width: 100%;
        display: block;
    }

}

@media  only screen and (max-width: 982px) {
    .product-name {
        width: 155px;
    }
    
    #logo-link {
        width: 280px;
        text-align: center;
        margin: auto;
        display: block;
    }

    .main-content {
        padding: 0px 0 50px;
    }
    
    .wrapper-checkout {
        grid-gap: 0px;
    }
    
    #myCarousel img{
        padding:20px;
    }
    
    .video-responsive{
        width: 100%;
        margin: auto;
    }
    
    .box-message > h1,.box-message > p{
        color: #fff;
    }
    
    .box-message > h1,.box-message > p{
        font-size: 2.9rem;
    }
    
    .box-message > p{
        color: #fff;
        font-size: 1.38rem;
    }
    
    .cta-core {
    	margin: 10px 0;
    	width: 90%;
        display: inline-grid;
        font-size: 15px;
        font-weight: 500;
        padding: 12px 20px;
    }

    
    #content-checkout {
        padding: 10px 10px 5px 10px;
    }
    .main-content {
		background-image: none;
		background-color: #01a0ff;
	}

	.nena-sonrisas {
		display: inline-block;
	}
	.wrapper-checkout {
		grid-template-columns: 1fr;
	}

	.quantity {
		font-size: 18px;
	}

	.boxes-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.box-message {
        margin: 20px auto;
    }
    
    .otras-donaciones h2 {
    	font-size: 2.1rem;
    }
    
    .boxes-grid-iniciativas {
        display: inline-grid;
        margin: 25px 0;
        grid-gap: 10px;
        justify-content: center;
        grid-template-columns: repeat(1, 1fr);
        max-width: 100%;
    }
}

@media  only screen and (max-width: 767px) {
    .cta-core {
    	width: 100%;
    }
    
    a.passport img{
        margin-top:15px;
        margin-left:auto;
        margin-right:auto;
    }
    
    .exterior {
    	width: 82%!important;
    }
    
    div.content-checkout{
        margin-top:-85px;    
    }
    
	#content-checkout > .box-2 #imei-code {
		width: 100%;
	}

	table.review-order-table {
		width: 100%;
	}

	.amount:after {
		top: -2px;
		right: -2px;
	}

	.boxes-grid {
		grid-template-columns: 1fr;
	}

	.main-content {
		background-image: none;
		background-color: #01a0ff;
	}

	.nena-sonrisas {
		display: inline-block;
		width: 100%;
	}
	
	body > div.main-content > div > div.box-message > a > img{
	    width: 200px;
	    margin-top: -50px;
	}
}