/* componentes de los 3 modals */
.hidden{
    visibility: hidden;
}
.divX{
	width: 100%;
	height: 65px;
	display: grid;
	grid-template-columns: 95% 5%;
	align-items: center;
	justify-content: center;
}
.divx1 p{
	text-align: center;
	/* align-self: center; */
	display: block;
	font-size: 22px;
	margin-left: 5%;
    font-family: sans-serif;
    margin-top: 0; /* Asegurarse de que no haya margen superior */
	margin-bottom: 0;
}
.botonX{
	justify-self: center;
	align-self: center;
	color: #f02c3c;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 30px;
    font-family: sans-serif ;
	
	font-weight: bolder;
}
.div-form-Separador{
	background-color: #089c7c;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
}
.div-form-Separador p{
	color: white;
    padding: 0;
    margin: 0;
    font-size: 14px;
}
.div-pasos{
	margin-top: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	/* -webkit-column-gap: 90px; */
	/* column-gap: 90px; */
    /* gap: 90px; */
}
.div-pasos p{
    margin-left: 45px;
	margin-right: 45px;
	font-size: 22px;
	font-family: sans-serif;

}
.marcador-paso{
	/* border-bottom: 8px solid #efa743; */
	border-bottom: 8px solid #f02c3c;
	padding-bottom: 5px;
    

}
.marcador-paso-blanco{
	border-bottom: 8px solid white;
	padding-bottom: 5px;
}
.btnsModals{
    border-style: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
    padding: 15px 20px ;
	margin-left: 25%;
	margin-right: 25%;
	font-family:  sans-serif;
	margin-bottom: 25px;
}
.btnsModalsRed{
    background-color: #f5403d;
}
/* .btnsModals:hover{
	color: white;
    background-color: #FEB34C ;
    transition: .4s;
} */

/* estilos modal1 */
.modalContainer1{
	background-color: rgba(68, 68, 93,.8);
	display: flex;
	position: fixed;
	z-index: 11;
	left: 0;
	top: 0;
	overflow: auto;
	width: 100%;
	height: 100%;
}
.modalContent1{
	background-color: rgb(255, 255, 255);
	margin: auto;
	width: 80%;
	/* height: auto; */
    margin-top: 0px;
    /* margin-bottom: 50px; */
}
.containerProductos{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	grid-template-columns: 6% 94%;
	/* background-color: blue; */
}
.boxNumero{
	display: flex;
	justify-content: center;
	align-items: center;
}
.boxNumero p{
	font-size: 30px;
	color: #efa743;
}
.boxTargeta{
	display: grid;
	grid-template-columns: 20% 67% 13%;
	width: 90%;
	margin-bottom: 10px;
	/* min-height: 100px; */
	padding: 10px 15px 10px 15px;
	border-radius: 0px;
	border: 0.5px solid #B69D7F;
	/* background-color: red; */
}
.boxModal1{
    /* background-color: red; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* background-color: red; */
}
.boxModal1 img{
    width: 150px;
}
.boxModal2{
	display: grid;
	grid-template-columns: 1fr;
	justify-content: center;
	justify-items: center;
	text-align: center;
	align-items: center;
	align-content: center;
	/* background-color: red; */
}
.boxModal3{
	display: flex;
	align-items: center;
	justify-content: center;
}
.botonDelete{
	width: 35px;
}
.containerTotalPrecio{
	/* border: 1px solid #B69D7F; */

	/* width: 30%; */
	/* align-self: center; */
	margin-left: 35%;
	margin-right: 35%;
	/* border-radius: 15px; */
	display: grid;
	grid-template-columns: 50%  50%;
	/* grid-template-rows: 35px 35px 35px; */
	/* grid-template-rows: 38px 38px 38px; */
	/* background-color: red; */

	/* justify-content: center; */
	/* justify-items: center; */
	align-content: center;
	align-items: center;

	padding: 5px;
	/* height: 80px; */
	/* column-gap: 40px; */
	min-height: 10px;
	margin-top: 20px;
    margin-bottom: 10px;
}
.containerTotalPrecio div{
    /* background-color: blue; */
	/* border: 1px solid #B69D7F; */
	width: 100%;
	height: 40px;
	display: grid;
	/* justify-content: center; */
	/* justify-items: center; */
	/* align-content: center; */
	/* align-items: center; */
	/* padding: 0px 5px; */
}
.containerTotalPrecio p{
	font-family: sans-serif;
	font-size: 25px;
    /* margin-right: 5px; */
    /* background-color: red; */
}
.divCompraNumeros{
	justify-content: end;
	align-items: center;
}
.divCompraLetras{
	justify-content: start;
	align-items: center;
}
.containerBotonesModal1{
	/* margin-top: 20px; */
	height: 180px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	/* -webkit-row-gap: 25px; */
	/* row-gap: 25px; */
    /* gap: 25px; */
	/* background-color: red; */
}


.btnLlenarDatos{
	background-color: #f5403d;
    /* background-color: #f0a444; */
	margin-bottom: 25px;
}
.btnSeguirComprando{
	background-color: #f5403d;
    /* background-color: #f0a444; */
}





/* estilos modal2 */
.modalContainer2{
	background-color: rgba(68, 68, 93,.8);
	display: none;
	position: fixed;
	z-index: 12;
	left: 0;
	top: 0;
	overflow: auto;
	width: 100%;
	height: 100%;
}
.modalContent2{
	background-color: rgb(255, 255, 255);
	margin: auto;
	width: 80%;
    /* margin-top: 50px; */
    margin-bottom: 50px;
}
.modalContent2 form{
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	grid-template-columns:  1fr;
	/* grid-template-rows: 50px 50px 50px 50px 50px 50px 50px 150px; */
	margin-bottom: 10px;
	gap: 10px;
}
.modalContent2 form div{
	/* background-color: red; */
	display: flex;
	align-items: center;

	width: 100%;
	/* height: 50px; */
}
.div-direccion{
	height: 150px;
	
	/* background-color: red; */
}
.modalContent2 form div > p{
	/* color: #B69D7F; */
	/* background-color: red; */
	text-align: start;
	display: block;
	/* height: auto; */
	/* text-justify: center; */
	/* align-self: center; */
	justify-self: center;

	padding: 0;

	overflow: none;
	width: 35%;
	/* margin-right: 2%; */
	margin: 0 2% 0 0 ;
	/* padding: arriba derecha abajo izquierda; */
	/* font-family: 'Poppins', serif; */
}
.modalContent2 form input{
	width: 100%;
	/* border-radius:  10px; */
	height: 35px;
	border-color: #B69D7F;
	border-top-color:#B69D7F;
	border-style: solid;
	padding: 0px 1%;
}
.modalContent2 form select{
	width: 100%;
	/* border-radius: 10px; */
	height: 40px;
}
.modalContent2 form textarea{
	width: 100%;
	/* border-radius: 15px; */
	height: 130px;
	padding: 1% 1%;
}
.containerBotonesModal2{
	display: flex;
	justify-content: center;
	flex-direction: column;
}





/* estilos modal3 */
.modalContainer3{
	background-color: rgba(68, 68, 93,.8);
	display: none;
	position: fixed;
	z-index: 13;
	left: 0;
	top: 0;
	overflow: auto;
	width: 100%;
	height: 100%;
}
.modalContent3{
	background-color: rgb(255, 255, 255);
	margin: auto;
	width: 80%;
	padding-bottom: 30px;
    /* margin-top: 50px; */
    margin-bottom: 50px;
}
.formPago{
	margin-top: 20px;
	margin-bottom: auto;
	display: grid;
	justify-content: center;
}

/* ---------------modal4 */
.modalContainer4{
	background-color: rgba(68, 68, 93,.8);
	position: fixed;
	z-index: 14;
	left: 0;
	top: 0;
	overflow: auto;
	width: 100%;
	height: 100%;
	display: none;
}
.divloader{
    height:500px;
    width: 500px ;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-left: auto;
    margin-right: auto;
}
.loader,
.loader:before,
.loader:after{
    background-color: #909090;
    /* top: 0; */
    border-radius: 50px;
    width: 2.5em;
    height: 2.5em;
    animation: loader 1.5s infinite ease-in-out;
}
.loader{
    color: rgb(204, 181, 181);
    font-size: 20px;
    position: relative;
    animation-delay: -0.16s;
    /* margin-top: 0; */
    /* margin-top: 50%;
    margin-bottom: 50%; */
}
.loader:before,
.loader:after{
    content: '';
    position: absolute;
    /* top: 0; */
}
.loader:before{
    left: -3.5em;
    animation-delay: -0.32s;
}
.loader:after{
    left: 3.5em;
    /* animation-delay: -0.32s; */
}
@keyframes loader {
    0%, 80%, 100% {
      width: 40px;
      height: 40px;
    }
    40% {
      width: 60px;
      height: 60px;
    }
}

@media (max-width:850px) {
	.containerTotalPrecio{
        margin-left: 20%;
        margin-right: 20%;
	}
}
@media (max-width:700px) {
	/* estilos de modales */
	.divX{
		width: 100%;
		height: 65px;
		grid-template-columns: 85% 15%;
	}
	.divx1 p{
		font-size: 20px;
		margin-left: 20%;
	}
	.botonX{
		font-size: 20px;
		font-weight: bolder;
	}
    .div-form-Separador{
        height: 50px;
    }
    .div-form-Separador p{
        font-size: 12px;
        text-align: center;

    }
    .div-pasos{
        margin-top: 10px;
        column-gap: 40px;
    }
    .div-pasos p{
        font-size: 18px;
		margin-left: 5px;
		margin-right: 5px;
    }
    
	/* ------------------------modal1------------------------ */
	.modalContent1{
		width: 100%;

	}
    .boxNumero p{
        font-size: 20px;
    }
    .boxTargeta{
        display: grid;
        grid-template-columns: 65% 35% ;
        width: 95%;
        margin-bottom: 10px;
        padding: 20px 15px 10px 15px;
        /* border-radius: 0px; */
        /* border: 0.5px solid #B69D7F; */
    }
    .boxModal1{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* background-color: red; */
    }
    .boxModal2{
        grid-row: 2/3;
        grid-column: 1/3;
        margin-top: 20px;

        display: grid;
        grid-template-columns: 1fr;
        justify-content: center;
        justify-items: center;
        text-align: center;
        align-items: center;
        align-content: center;
        /* background-color: red; */
    }
    .boxModal3{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .containerTotalPrecio{
        margin-left: 7%;
        margin-right: 7%;
        /* border-radius: 15px; */
        display: grid;
        grid-template-columns: 50%  50%;
        /* grid-template-rows: 35px 35px 35px; */
        /* grid-template-rows: 38px 38px 38px; */
        /* background-color: red; */
    
        /* justify-content: center; */
        /* justify-items: center; */
        align-content: center;
        align-items: center;
    
        padding: 5px;
        /* height: 80px; */
        /* column-gap: 40px; */
        min-height: 10px;
        margin-top: 20px;
    }
    .containerTotalPrecio div{
        /* border: 1px solid #B69D7F; */
        width: 100%;
        height: 100%;
        
    }
    .containerTotalPrecio p{
        font-family: sans-serif;
        font-size: 25px;

    }
    .btnsModals{
        font-size: 18px;
        padding: 15px 20px ;
        margin-left: 5%;
        margin-right: 5%;
		
    }

	/* ------------------------modal2------------------------ */

	.modalContent2{
		width: 100%;
	}
	.modalContent2 form{
		width: 95%;
		margin-left: auto;
		margin-right: auto;
		grid-template-columns:  1fr;
		margin-bottom: 20px;
		gap: 0;
	}
	.modalContent2 form div{
		display: flex;
		/* align-items: center; */
		width: 100%;
		min-height: 50px;
		align-items: center;
		
	}
	.modalContent2 form div > p{
		/* background-color: red; */
		/* color: #B69D7F; */
		/* overflow: none; */
		width: 35%;
		margin-right: 2%;
		/* height: 100%; */
		text-align: center;
	}
	.modalContent2 form input{
		width: 100%;
		height: 35px;
		border-color: #B69D7F;
		border-top-color:#B69D7F;
		border-style: solid;
	}
	.modalContent2 form select{
		width: 100%;
		/* border-radius: 10px; */
		height: 40px;
	}
	.modalContent2 form textarea{
		height: 190px;
		width: 95%;
	}
	.div-direccion{
		margin-top: 15px;

		/* background-color: red; */
		min-height: 250px;
		/* display: grid; */
		/* grid-template-columns: 1fr; */
		/* flex-direction: row; */
		flex-direction: column;
		align-items: start;
		justify-items: start;
		width: 100%;
	}
	.div-direccion p{
		/* text-align: start; */
		margin: 0;
		/* background-color: rgb(144, 66, 66); */
		
	}

	/* ------------------------modal3------------------------ */

	.modalContent3{
		width: 100%;
		/* margin-bottom: 50px; */

	}
	/* ------------------------modal4------------------------ */

	.divloader{
        /* background-color: red; */
        height:200px;
        width: 200px ;
        display:flex;
        align-items:center;
        justify-content:center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 65%;
    }
}


