/*
Theme Name: Tema Tu rifa ideal
Theme URI: https://turifaidealderwin.com/
Author: Dariana Gómez
Author URI: https://turifaidealderwin.com/
Description: Un tema personalizado de una sola página.
Version: 1.0
*/

body{
    padding: 0;
    margin: 0;
    background-color: #1f1f1f!important;
}
h1.h1_class{
    color: #fff;
    font-family: "Outfit", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 100px;
    line-height: 80px;
}
h2.creemos{
    font-size: 70px;
    font-weight: 700;
    font-family: "Outfit", serif;
    line-height: 70px;
}
h3.numeros{
    font-size: 60px;
    font-weight: 700;
    font-family: "Outfit", serif;
    line-height: 60px;
}
h3.formulario{
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    font-family: "Outfit", serif;
    line-height: 60px;
}
span.error {
    color: red;
    font-size: smaller; 
}
h3.metodos{
    color: #1b198f;
    font-size: 60px;
    font-weight: 700;
    font-family: "Outfit", serif;
    line-height: 60px;
}
.metodos_pago,
.select_numeros {
    background-color: #fff;
    padding:  80px 40px;
    margin-top: 40px;
}

.metodos_pago h3.metodos {
    color: #1f1f1f;
    font-size: 60px;
    font-weight: bold;
}
.metodos-pago-textos {
    display: flex;
    justify-content: center;
    margin-top: 30px;  
}

.metodo {
    text-align: center;
    margin: 0 30px;
    max-width: 300px;  
}

.metodo-nombre {
    font-size: 20px;  
    font-weight: bold;  
    color: #333;  
    margin-bottom: 10px;  
}

.metodo-descripcion {
    font-size: 16px; 
    color: #666;  
    line-height: 1.5; 
    margin-top: 5px;  
}

/* Efecto de hover */
.metodos-pago-textos p {
    transition: transform 0.3s ease;
}

.metodos-pago-textos p:hover {
    transform: scale(1.1);  /* Efecto de aumento al pasar el ratón */
}
img.banco-logo{
    width: 70px;
}

h3.elige_rifas{
    color: #c3b3f1;
    font-size: 60px;
    font-weight: 700;
    font-family: "Outfit", serif;
    line-height: 50px;
}
.navbar{
    background-color: #f9f9f9;
    padding: 0;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color: #1b198f!important;
    font-size: 18px;
    font-weight: 400;
}
a.nav-link {
    color: #1b198f;
    font-weight: 400;
}

.hero-section{
    background-color: #1e1e28;
}
.sorteo-content{
    color: #fff;
    font-size: 25px;
}
.btn.btn-primary.quiero-un-numero{
    background-color: #c4ff02;
    color: #000000;
    border: none;
    width: 260px;
    font-size: 18px;
    font-weight: bold;
    padding: 18px;
    border-radius: 50px;
}

.contacto-ver-rifas{
    align-items: center;
    display: flex;
    margin-right: 15px!important;
    color: #1e1e28;
    font-weight: bold;
}

.btn.btn-outline-success{
    background: #1c199a;
    border-radius: 50px;
    color: white;
    border: none;
    padding: 18px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.img-hero{
    width: 100%;
    max-width: 650px;
}
.card-img-top-sorteos{
    width: auto!important;
    height: 200px;
    background-size: contain;
}
.card-img-top{
    width: 100%!important;
    height: 100%!important;
}


.quienes_section,
.numeros_section{
    background-color: #fff;
    padding: 100px;
}
.contacto_section{
    background-color: #c3b3f1;
    padding: 100px;
}
.creemos_fundada{
    font-size: 20px;
}
.card.cards-creemos{
    width: 18rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
}
svg{
    fill: #c3b3f1;
}
#rifas{
    background-color: #1f1f1f;
}
.elige_rifas_parrafo{
    color: #fff;
    font-size: 18px;
}
.elige_rifas_parrafonumer {
    color: #000;
    font-size: 18px;
    font-weight: bold;
}
.price-quiero{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.valor{
    margin-left: 20px;
    color: #1c199a;
}
/* Estilos del carrusel cards */
#rifas .card {
    border: 1px solid #ddd;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#rifas .card:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

.carousel-indicators button {
    background-color: rgba(0, 0, 0, 0.5);
}

.carousel-indicators .active {
    background-color: #000;
}
.btn.btn-primary.btn_quierojugar{
    background-color: #c4ff02;
    color: #000000;
    border: none;
    font-size: 18px;
    font-weight: bold;
    padding: 16px;
    width: 200px;
    border-radius: 50px;
}
.carousel-indicators{
    bottom: -40px!important;
}
.carousel-dark .carousel-indicators [data-bs-target]{
    background-color: #c3b3f1!important;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
    background-color: #c3b3f1!important;
}
.formulario{
    background-color: #c3b3f1;
    padding: 100px;
}
.formulario-inputs{
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    padding: 8px 0 8px 0;
}

/* Contenedor del formulario */
.formulario-container {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

/* Títulos y texto */
.metodos {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}


/* Estilos para los campos del formulario */
.form-group {
    margin-bottom: 15px;
}

label {
    font-weight: 600;
    color: #555;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="file"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

/* Estilo especial para el input de archivo */
input[type="file"] {
    border: none;
    background: #f8f9fa;
    padding: 5px;
}

/* Botón de envío */
.btn-enviar {
    display: block;
    width: 100%;
    background: #007bff;
    color: white;
    font-size: 18px;
    padding: 12px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.btn-enviar:hover {
    background: #0056b3;
}

footer {
    background-color: #212529;
    color: #fff;
}

footer h5 {
    font-weight: bold;
    margin-bottom: 1rem;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: #0d6efd;
}

footer .list-inline-item a {
    margin-right: 10px;
    transition: color 0.3s ease;
}

footer .list-inline-item a:hover {
    color: #0d6efd;
}

footer .small {
    font-size: 0.875rem;
}

.card-morada{
    display: flex;
    justify-content: center;
}

@media (max-width: 992px) {
    h1.h1_class{
        font-size: 70px;
    }
    .btn.btn-primary.btn_quierojugar{
        font-size: 14px;
        width: 160px;
    }
}

@media (max-width: 767px) {
  h1.h1_class {
  font-size: 60px;
  line-height: 70px;
}
h2.creemos{
    font-size: 40px;
    line-height: 50px;
}
.quienes_section{
    padding: 30px;
}
.card.cards-creemos{
    margin-bottom: 10px;
}
h3.elige_rifas{
    font-size: 40px;
    line-height: 40px;
}
.btn.btn-primary.btn_quierojugar{
    font-size: 14px;
    width: 160px;
}
.metodos_pago{
    padding: 40px 10px;
    margin-top: 40px;
}
.metodos_pago h3.metodos{
    font-size: 40px;
}
.formulario{
    padding: 20px;
}
h3.metodos{
    font-size: 40px;
    line-height: 40px;
}
}
