@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');



*{

    font-family: 'Poppins';

    margin: 0;

}


.img-btn{
  height: 100px;
}
span.middot {
    font-weight: 900;
    font-size: 25px;
    line-height: 1;
    position: relative;
    bottom: -3px;
}
.container{

    max-width: 1180px !important;

    margin: 0 auto !important;

}



.section-main {

  font-family: 'Poppins', sans-serif;

}



.bg-main {

  background-color: #002079;

  min-height: 100vh; /* altura completa si es el bloque inicial */

}



.main-heading {

  font-size: 3.6rem;

  text-transform: uppercase;

  font-weight: 600;

  margin-left: 3rem;

}

@media(max-width: 600px){

  .main-heading{

     margin-left: 0rem;

  }



}





.main-subtext {

  font-size: 1.9rem;

}



.object-fit-cover {

  object-fit: cover;

}



.cobra h2{

    font-weight: bold;

}



@media(min-width: 768px){

    .cobra-title{

    padding-left: 3.8rem

  }

}







.section-botones {

  background-color: #FFF;

  font-family: 'Poppins', sans-serif;

}



.section-title {

  color: #000;

  font-size: 2rem;

  font-weight: 600;

}



.card{

    border: 1px solid #D9D9D9;

}





.card-title {

  font-size: 1.25rem;

  font-weight: 600;

  color: #000;

}



.card-list li {

  font-size: 1rem;

  color: #333;

  margin-bottom: 0.5rem;

}



.boton{

    width: 20%;

}



/* SECTION BENEFICIOS */

.section-beneficios {

  background-color: #FFF;

  font-family: 'Poppins', sans-serif;

}



.beneficios-card {

  border: 1px solid #D9D9D9;

  border-radius: 8px;

}



.card-title-beneficios{

  font-size: 25px;

  font-weight: 600;

  color: #000;

}



.card-text {

  font-size: 16px;

  color: #454545

}



/* BOTÓN DE PAGO */

.div-btn-pago{

    display: flex;

    justify-content: center;

}



.btn-pago, .btn-pago:hover{

    background-color: #002079;

    color: #FFF;

    border-radius: 10px;

    text-decoration: none;

    font-weight: bold;

    padding: 0.8rem 1rem;

}

