/*
	--INICIO Home/Index
*/
div.inline {
	float: left;
}

.clearBoth {
	clear: both;
}

.containerSpinner {
	overflow: hidden;
	width: 100%;
}

.left-col {
	float: left;
	width: 50%;
	background-color: orange;
	padding-bottom: 500em;
	margin-bottom: -500em;
}

.right-col {
	float: left;
	width: 50%;
	margin-right: -1px; /* Thank you IE */
	border-left: 1px solid black;
	background-color: red;
	padding-bottom: 500em;
	margin-bottom: -500em;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	padding-right: 0px !important;
}

.resumen {
	font-size: 1.6rem;
}

.resumen2 {
	font-size: 1.6rem;
}

div.resumen span, div.resumen2 span {
	color: #A6A6B7 !important;
	border-bottom: ridge;
	border-color: #EDE9E9;
	border-bottom-width: thin;
	text-align: right;
}

.total {
	font-weight:bold !important;
	font-size:1.8rem;
}
/*
	--FIN Home/Index
*/

/*
 --------estilo del modalefecty
*/
.modalDialogefecty {
	position: absolute;
	background: rgba(0,0,0,0.4);
	z-index: 1;
	opacity:2;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
	width: 100%;
	height: 100%;
	top: 0;
}

.modalDialogefecty:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialogefecty > div {
    margin-top:5px;
	width: 50%;
	top: 4px;
	height:auto;
	position: relative;
	float:right;
	padding: 4px 4px 4px 4px;
	margin-right:10px;
	border-radius: 10px;
	background: #fff;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #D8000C;
	background-color: #FFBABA;
	font-size: 0.9em!important;
    text-align:center;
	
}
.closeefecty {
	background: #606061;
	color: #FFFFFF;
	line-height: 20px;
	position: absolute;
	right: -8px;
	text-align: center;
	top: -10px;
	width: 20px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.closeefecty:hover { background: #FDC82F; }

/**
 * ------- estilo del modalefecty
 */


/**

* -- -- -- -- estilo del modal

*/

.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

    .modalDialog:target {
        opacity: 1;
        pointer-events: auto;
    }

    .modalDialog > div {
        width: 900px;
        position: relative;
        margin: 6% auto;
        background-repeat: no-repeat;
        background-position: 10px center;
        color: #D8000C;
        font-size: 1em;
        height: auto;
    }

.fondomensajemodal {
    border-radius: 40px;
    width: 100%;
    background-color: #FFBABA;
}

.mensajemodal {
	padding: 25px 40px 17px 40px !important;
	border-radius: 0 0 40px 40px;
	color: #D8000C;
	font-size: 1.5rem;
	background-color: #FFBABA;
}

.fondotitulomodal {
    border-radius: 10px 10px 0px 0px;
    width: 100%;
    height: auto;
    float: left;
    background: #fff;
}

.titulomodal {
    width: 100%;
    height: auto;
    float: left;
    padding: 20px 20px 20px 80px;
    font-size: 1.5em;
    color: #000000;
}

.iconoerrormodal {
	color: #FFFFFF;
	position: absolute;
	text-align: center;
	float: left;
	top: -8px;
	left: -16px;
	width: 80px;
	height: 80px;
	background-image: url(img/iconorechazado.svg);
	z-index: 999999;
}

.closeicono {
	background: url(img/cerrar-01.svg);
    position: absolute;
    right: -10px;
	font-size: 20px; 
    text-align: center;
    top: -10px;
    width: 30px;
	height: 30px;
}

 .closeicono:hover {
        background: url(img/cerrar-02.svg);
		width: 30px;
		height: 30px;
    }


	.contenedor{
		display: table;
		background-color:#CCC;
		width:100%;
		height:100px;
	}
	.contenidoterminos{
		display: table-cell;
		height:auto;
		width:40%;
		vertical-align: top;
		
	}
.contenidoterminoscheck{
		display: table-cell;
		width:40%;
		vertical-align: top;
		padding: 0;
		
	}

.terminos {

	width: 100%;
}

.checkboxFive {
	width: 25px;
	position: absolute;
	float: left;
}
.checkboxFive label {
	cursor: pointer;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
  	left: 0;
	background: #FDC82F;
	border:1px solid #ddd;
	border-radius: 3px;
}
.checkboxFive label:after {
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 6px;
	left: 7px;
	border: 3px solid #333;
	border-top: none;
	border-right: none;
	transform: rotate(-45deg);
}

.checkboxFive label:hover::after {
	opacity: 0.5;
	
}

.checkboxFive input[type=checkbox]:checked + label:after {
	opacity: 1;
}

/**
 * ------- estilo del checkbox
 */

.labeldatos{
	display:inline-block!important;
	font-weight: bolder!important;
	float:left!important;
	width: 40%!important;
	padding:0!important;
	margin:0!important;
}
.iconocompra {
	float:left;
	width:auto;
	margin:0;
	padding:0;
}

.iconocompra img{
	height:50px;
	width:50px;

}

.iconopago img{
	height:50px;
	width:50px;

}
.iconopago{
	float:left;
	width:auto;
	margin:0;
	padding:0;
}
.input_text {
	overflow: hidden !important;
	position:relative !important;
	float:right!important;
	display:inline-block!important;
	color: #A6A6A6!important;
	border: hidden!important;
	border:none!important;
	font-size: 1em!important;
	width:60%!important;
	height:auto!important;
	text-align:right!important;
	font-family: 'Muli', sans-serif!important;
	font-weight: lighter!important;
	margin: 0 0 1px 0!important;
	padding:1px 0 0 0!important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)!important;
          box-shadow: inset 0 1px 0px rgba(0, 0, 0, .075)!important;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s!important;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s!important;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s!important;
	
}

body {
	background: #ffff;
	height: 100%;
	margin: 0;
	background-repeat: no-repeat;
	padding: 0;
	font-family: 'Muli', sans-serif!important;
}
form > div {
  padding: 1px;
  margin: 0 0 5px 0;
}
.fieldset{
	padding:0!important;
	border:none!important;
	margin:0!important;
	width:auto!important;
	height:auto!important;
	
}
.footerbackground {
	background:url(img/footerimagen.jpg);
	width: 100%;
	height: 150px;
	position: fixed;
	bottom: 0;
	background-size: contain;
	z-index: -400;
}

.footeralinear {
	display:block;
	height:100px;
	width: 98%;
	float:left;
}
.footercontent {
	display:block;
	color: #CDCACA;
	padding: 2em 2em;
	height: auto;
	margin: 0 auto;
	float:right;
	font-size: 12px;
}

.textofooter {
	display:inline-block;
	float:left;
	padding: 2px 20px 0 0;
}
.logofooter {
	display:inline-block;
	float:left;
	border-left:solid #CDCACA thin;
	padding-left: 15px
}
#headercontainer {
	background-color: #fff;
	width: auto;
	min-height: 70px;
	align-content:center;
	padding: 0 0 0 0;
	margin: 10px 40px 0 40px;
	overflow: hidden;
	vertical-align: top;
}

.headerconfirmacion {
	position: relative;
	text-align:center;
	}
	
.linea {
	width: 90%;
	margin: 0 auto;
	border:#FDC82F thin dashed;
}
.linea2 {
	float:left;
	position:relative;
	width: 90%;
	margin: 0 0px 0 40px;
	border:#FDC82F thin dashed;
}
.logotienda img {
	max-width: 250px;
	height: auto;
	vertical-align: 0;
	padding: 15px;
	

}
.logo img {
	height: auto;
	max-width: 150px;
	padding: 15px;
}

.logoconfirmacion {
	position:relative;
	float: left;
	width: auto;
	
}

.bannerconfirmacion {
	float:left;
	width: auto;
	
}
#mediodepago {
	width: auto;
	height: auto;
	padding: 0em;
	margin-top: 0px;
}

#wrap {
	width: auto;
	margin: 0 60px 0 40px;
}
#wrapconfirmacion {
	width: auto;
	margin-top: 5%;
}
.contenidocolumn1{
	width:auto!important;
	position: relative!important;
	display:block!important;
	padding: 0px 0px 0px 0px!important;
	margin: 70px 20px 10px 20px!important;
	height: auto!important;

}
.contenidocolumn2{
	overflow:hidden!important;
	position: relative!important;
	display:block!important;
	padding: 0px 0px 0px 0px!important;
	margin: 20px 20px 20px 20px!important;
	height: auto!important;
	width:auto!important;
	font-weight: bold;
}
.column {
	display: block;
	background-color: #FFFFFF;
	width: 100% !important;
	height: auto;
	float: left;
	border: solid;
	border-color: #FDC82F;
	border-width: thin;
	border-radius: 10px;
	padding: 0px 0px 5px 0px;
	overflow: hidden;
	margin: 0 0 20px 0 !important;
}
.column1 {
	height: auto;
	float:left;
	width: auto;
}
.column2 {
	width: auto;
	float:left;
	height: auto;
	margin-top: 10px;
}
.column3 {
	width: 100%;
	height: auto;
	margin: 0 0 0 20px;
	
}	
.grid1 {
	width: 40%;
	height: auto;
	float: left;

}
.grid1confirmacion {
	width: 60%;
	height: auto;
	margin: auto;

}
.grid2 {
	width: 60%;
	height: auto;
	float: left;

}
.number {
	width: 20px;
	height: 20px;
	background: #000;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	border-radius: 50%;
	float: left;
	padding-top: 1px;
}

.vineta {
	display: inline-block;
	border-radius: 50%;
	background:#FDC82F;
	width: 15px;
	height: 15px;
	float:left;
	margin: 10px 0 0 40px;

}
.step {
	display:block;
	background-color: #E6E6E6;
	border-radius: 10px 10px 0px 0px;
	border-bottom:#FFE23A solid thin;
	width: 100%;
	height: 50%;
	padding: 0.3em 0.3em 0.1em 0.3em;
	float: left;
	position: relative;
	box-shadow: #E5E5E5 0px 5px 5px;
}
.titulo {
	display:inline-block;
	width: auto;
	height: auto;
	padding-top:0.1em;
    padding-left:0.2em;
	margin: 0;
	font-size: 1.4em;
	font-weight: bold;
	
}
.titlepagos {
	position: relative;
	display:inline-block;
	vertical-align:middle;
	float: left;
	width: auto;
	margin: 0 0 0 5%;
	font-size: 1em;
	padding:6px 0 0 0;
}


.iconostarjetas {
	display:inline-block;
	float: left;
	width: 120px;
	margin-left: 3%;
}
.iconoefecty {
	position: relative;
	display:inline-block;
	float: left;
	width: 140px;
	margin-left: 3%;
}
.iconopse {
	position: relative;
	display:inline-block;
	float: left;
	width: 30%;
	margin: -5px 0 0 3%;
}
.content {
	padding: 1em 1em;
	width: 100%;
	margin: auto;
	height: auto;
	float: left;
}


.opciondepago1 {
	position:relative;
	float:left;
	width: 100%;
	height: auto;
	padding: 40px 0 20px 0;
	font-size: 1.4rem;
}
.opciondepago2 {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	padding: 40px 0 20px 0;
	font-size: 1.4rem;
}
.opciondepago3 {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	padding: 35px 0 20px 0;
	font-size: 1.4rem;
}

.strong {
	font-size: 20px;
}

.logoComercioAlign {
	text-align: left;
}

.logoPaytyAlign {
	text-align: right;
}

.emailResponsive {

}

.big-checkbox {
	width: 20px;
	height: 20px;
	vertical-align: bottom;
	margin-right: 5px;
}

.mensajemodaltyc {
	padding: 25px 40px 17px 40px !important;
	border-radius: 0 0 40px 40px;
	font-size: 1.5rem;
	background: #fff;
	min-height: 600px;
}

.iframe-tc {
	width: 100%;
	height: 600px;
	border: 0;
}

@media screen and (max-width:1024px) {
	.modalDialogefecty {
		width: 103%;
	}
	.logotienda img {
		min-width: 250px;
		max-width: 250px;
		height: auto;
		vertical-align: 0;
		padding: 0;
	}
}

@media screen and (max-width:980px) {

		body {
			font-family: 'Muli', sans-serif !important;
			font-size: 2em !important;
		}

		#wrap {
			width: 90% !important;
			margin: 0 auto !important;
		}

		#headercontainer {
			/*min-height: 120px;*/
		}

		.modalDialogefecty {
			font-size: 0.7em;
		}

		.column {
			width: 100% !important;
			overflow: hidden !important;
		}

		.grid1 {
			width: 100% !important;
			height: auto !important;
			float: left !important;
		}

		.grid2 {
			width: 100% !important;
			height: auto !important;
			float: left !important;
		}

		.contenidocolumn1 {
			padding: 20px 5px 5px 5px;
			margin: 100px 10px 10px 20px !important;
		}

		.contenidocolumn2 {
			margin: 10px 10px 10px 10px;
		}

		.labeldatos {
			width: 40% !important;
		}

		.logotienda img {
			min-width: 250px;
			max-width: 250px;
			height: auto;
			vertical-align: 0;
			padding: 0;
		}

		.logo img {
			position: relative;
			display: inline-block;
			height: auto;
			min-width: 150px;
			max-width: 150px;
			padding-top: 20px;
		}

		.iconostarjetas img {
			width: 150px !important;
			margin-top: -20px;
			margin-left: 50px;
		}

		.iconoefecty img {
			width: 150px !important;
			margin-top: -5px;
			margin-left: 65px;
		}

		.iconopse img {
			width: 120px !important;
			margin-left: 25px;
		}

		.input_text {
			position: relative !important;
			float: right !important;
			color: #A6A6A6 !important;
			border: hidden !important;
			border: none !important;
			width: 60% !important;
			height: auto !important;
			text-align: right !important;
			font-family: 'Muli', sans-serif !important;
			font-weight: lighter !important;
			margin: 0 0 1px 0 !important;
			padding: 1px 0 0 0 !important;
			-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
			box-shadow: inset 0 1px 0px rgba(0, 0, 0, .075) !important;
			-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
			-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
			transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
		}

		.margin-Top-Movil {
			margin-top: 15px;
		}

		.modalDialogefecty {
			width: 110%;
		}
	}

	.opciondepago1 {
		position: relative;
		float: left;
		width: 100%;
		padding: 40px 0px 20px 0px;
	}

	.opciondepago2 {
		width: 100%;
		position: relative;
		padding: 30px 0px 0px 0px;
	}

	.opciondepago3 {
		position: relative;
		float: left;
		width: 100%;
		height: auto;
		padding: 35px 0 20px 0;
	}

	.vineta {
		margin: 20px 0 0 40px;
	}

	.iconocompra img {
		height: 40px;
		width: 40px;
	}

	.iconopago img {
		height: 40px;
		width: 40px;
	}
	.strong {
		font-size: 50px !important;
	}

	.footercontent {
		font-size: 20px;
	}

	.logofooter img {
		width: 100px;
	}

	#mediodepago {
		padding: 1em;
	}

@media screen and (max-width:768px) {
	.modalDialogefecty {
		width: 105%;
	}
}

@media screen and (max-width: 576px) {

	.titulo {
		font-size: 2rem;
	}

	.mensajemodaltyc {
		padding: 25px 20px 17px 20px !important;
	}

	.contenidocolumn1 {
		font-size: 1.4rem;
		margin: 6rem 0 0 0 !important;
	}

	.contenidocolumn2 {
		font-size: 1.4rem;
		margin: 1rem 0 0 0 !important;
	}

	.opciondepago1, .opciondepago2, .opciondepago3 {
		text-align: left !important;
	}

	.modalDialogefecty {
		width: 111%;
	}

	.logotienda img {
		min-width: 150px;
		max-width: 150px;
	}

	#headercontainer {
		min-height: 0;
		margin: 10px 1.5rem 0 1.5rem;
	}
	.logo img {
		min-width: 110px;
		max-width: 110px;
		padding-top: 10px;
	}
	.modal-dialog {
		padding: 1rem;
	}
}

@media screen and (max-width:375px) {
	.modalDialogefecty {
		width: 111%;
	}
}

@media screen and (max-width:320px) {
	.modalDialogefecty {
		width: 114%;
	}

	#headercontainer {
		min-height: 0;
		margin: 10px 0 0 0.3rem;
	}
}


.loading {
	text-align: center;
	width: 100%;
}