/* =====================================================
   METODOS DE PAGO
===================================================== */

.metodos-section{
background:#ffffff;
padding:80px 0;
font-family:'Poppins', sans-serif;
}

.metodos-container{
width:90%;
max-width:900px;
margin:0 auto;
text-align:center;
}


/* TITULO */

.metodos-title{
font-size:52px;
font-weight:800;
margin-bottom:10px;
color:#000;
}


/* TEXTO */

.metodos-subtitle{
font-size:16px;
color:#555;
max-width:520px;
margin:0 auto 60px auto;
line-height:1.6;
}


/* TARJETAS */

.metodo-card{
margin-bottom:70px;
}

.metodo-card h2{
font-size:26px;
font-weight:700;
margin-bottom:10px;
color:#000;
}

.metodo-card p{
font-size:15px;
color:#666;
margin-bottom:25px;
}


/* TARJETAS VISA */

.tarjetas{
display:flex;
justify-content:center;
align-items:center;
gap:40px;
margin-top:20px;
}

.tarjetas img{
height:30px;
width:auto;
}


/* IMAGENES METODOS */

.metodo-card img{
max-width:220px;
height:auto;
margin:0 auto;
display:block;
}


/* NOTA */

.metodos-nota{
margin-top:60px;
padding-top:30px;
border-top:1px solid #e5e5e5;
}

.metodos-nota h3{
font-size:22px;
font-weight:700;
margin-bottom:10px;
}

.metodos-nota p{
font-size:14px;
color:#555;
max-width:600px;
margin:0 auto;
line-height:1.6;
}


/* RESPONSIVE */

@media (max-width:768px){

.metodos-title{
font-size:38px;
}

.tarjetas{
flex-direction:column;
gap:20px;
}

.tarjetas img{
height:40px;
}

.metodo-card img{
max-width:180px;
}

}


/* =====================================================
   PROTECCION FOOTER
===================================================== */

.main-footer img{
width:32px;
height:auto;
max-width:32px;
}