.section-main {
    display: flex;
    position: relative;
    width: 100%;
    height: 100vh;
    background: #fff url("/assets/images/logo-axa.png") no-repeat;
    background-position: center center;
    background-size: 20%;
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 200; /* Para la variante Thin o Ultra Light */
}

nav {
    background-color: rgba(255, 255, 255, 0.3);
    font-family: "Commissioner", sans-serif;
    width: 100%;
    font-weight: 200;
    padding: 10px 0;
    height: auto;
    display: flex;
    justify-content: left;
    flex-direction: row-reverse;
    align-items: center;
    margin-top: 0px;
    z-index: 1000;
    position: absolute;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li {
    display: inline;
    margin-right: 20px;
}

a {
    color: #023859 !important;
    text-decoration: none !important;
    font-weight: 400;
}

a:hover {
    color: #48bed9;
}

.hero-image {
    background-image: url("/assets/images/hero_axxa2.png");
    background-size: cover;
    background-position: center;
    height: 600px;
    margin-top: 0;
    margin-top: 0px !important;
}

.logo-axa {
    position: relative;
    width: 161px;
    margin: auto;
}

.logo {
    position: relative;
}

.convencion-text {
    color: #023859;
    font-size: 24px;
    margin-top: -2rem;
    font-weight: 700;
}

.convencion-tit {
    color: #05446a;
    font-size: 61px;
    font-weight: 700;
}

.box-e-logos {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    background: rgba(255, 255, 255, 0.9);
    padding: 1rem;
}

.titulo-convencion {
    width: 400px;
}

.logo-box-hero1 {
    display: flex;
    height: 7rem;
    position: relative;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: cadetblue;
}

.logo-box-hero2 {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-attachment: fixed;
    margin-top: -14rem;
    background-color: beige;
}

.logo-puntamita {
    width: 327px;
    height: auto;
}

.center {
    text-align: center;
}

.imagenes-secundarias img {
    width: 100%; /* La imagen ocupa el 100% del ancho de su contenedor */
    height: auto;
}

.hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Hero ocupa el 100% del viewport height */
    background-image: url("tu-imagen.jpg");
    background-size: cover;
    color: white;
    position: relative;
}

.login-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5); /* Fondo semitransparente */
}

.content {
    text-align: center;
    z-index: 1; /* Asegura que el contenido esté encima del overlay */
}

.boton-verde {
    background-color: #72a403 !important;
    color: #fff !important;
    display: inline-block;
    padding: 10px 20px;
    border: none;
    border-radius: none;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s, transform 0.3s ease-out;
}

.boton-verde:hover {
    background-color: #21065b !important;
    transform: translateX(0.3rem);
    color: #fff !important;
}

.display {
    font-size: 60px;
    font-family: "Raleway", sans-serif;
}

.hotel-img,
.img,
.blog-img,
.about-img,
.user-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.modal {
    display: none; /* Por defecto, la modal está oculta */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    margin: 5% auto;
    padding: 20px;
    width: 80%;
}

.modal-content img {
    width: 100%;
}

.close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.galleries {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: auto
}

.box {
    width: 235px;
    height: 235;
    margin: 10px; /* Espacio entre las cajas */
    display: flex;

    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.center {
    max-width: 100%; /* Asegura que la imagen no exceda el tamaño del div */
    max-height: 100%;
    display: flex;
    align-items: center;
    align-content: center;

    margin: auto;
}

.box img {
    max-width: 72%;
    max-height: 80%;
    align-content: center;
    align-items: center;
    display: flex;
}

.boton {
    display: inline-block;
    padding: 10px 20px;
    border: none;
    border-radius: none;
    background-color: #5bc0de; /* Inicialmente morado */
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s, transform 0.3s ease-out;
}

.boton:hover,
.boton:focus {
    background-color: #473280; /* Al pasar el mouse o enfocar, cambia a verde */
    transform: translateX(0.3rem);
    color: #fff !important;
}

.boton:active {
    background-color: #473280; /* Al hacer clic, cambia a un verde más oscuro */
    color: #fff !important;
}

.hero {
    background-image: url("/assets/images/ejemplo2.jpg");
    background-size: cover;
    background-position: center;
    color: white;
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.hero-content {
    max-width: 600px;
}

.hero-content h1 {
    font-size: 3rem;
    margin-bottom: 20px;
}

.hero-content p {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.hero-content .btn {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.hero-content .btn:hover {
    background-color: #0056b3;
}

.about-content {
    background-color: #ffff;
    height: 16rem;
    margin-top: 4rem;
}

#stripes {
    width: 50%;
    height: 50%;
    left: 0%;
    top: -20%;
    overflow: hidden;
    transform-origin: 0;
    transform: skewY(-12deg);
    background: -webkit-linear-gradient(
        300deg,
        #53f 15%,
        #05d5ff 70%,
        #a6ffcb 54%
    );
    background: linear-gradient(150deg, #53f 15%, #05d5ff 70%, #a6ffcb 54%);
}

#stripes,
#stripes span {
    position: absolute;
}

#stripes span {
    height: 40px;
}

#stripes :nth-child(1) {
    width: 50%;
    left: 50%;
    top: 40px;
    background: #fff;
}

#stripes :nth-child(2) {
    width: 14%;
    right: 0;
    bottom: 40px;
    background: #fff;
}

#stripes :nth-child(3) {
    width: 25%;
    bottom: 0;
    right: 0;
    background: #ffff;
}

@media (min-width: 670px) {
    #stripes span {
        height: 150px;
    }
    #stripes :nth-child(1) {
        top: 0;
    }
    #stripes :nth-child(2) {
        width: 16.66667%;
        top: 300px;
        bottom: auto;
        background: #fff;
    }
    #stripes :nth-child(3) {
        width: 33.33333%;
        right: auto;
        background: #fff;
    }
}

@media (min-width: 880px) {
    #stripes span {
        height: 190px;
    }

    #stripes :nth-child(1) {
        width: 33.33333%;
        left: -16.66666%;
        background: #60b6ea;
    }

    #stripes :nth-child(2) {
        width: 33.33333%;
        top: 0;
        left: 16.66666%;
        right: auto;
        background: #fff;
    }

    #stripes :nth-child(3) {
        width: 33.33333%;
        left: 49.99999%;
        bottom: auto;
        background: #fff;
    }

    #stripes :nth-child(4) {
        width: 33.33333%;
        top: 380px;
        right: -16.66666%;
        background: #fff;
    }

    #stripes :nth-child(5) {
        width: 33.33333%;
        bottom: 0;
        background: #ffff;
    }
}

.title {
    color: #5bc0de;
    font-size: 22px; /* Azul oscuro */
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.parrafo {
    color: #6e746f;
    font-family: "Poppins", sans-serif;
    font-weight: 200; /* Para la variante Thin o Ultra Light */
    font-size: 14px;
}

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

.img-card {
    height: 100%;
    width: 90%; /* Ajusta el ancho según sea necesario */
    object-fit: cover; /* Escala la imagen para que cubra toda la caja manteniendo la relación de aspecto */
    object-position: center; /* Centra la imagen dentro de la caja */
}

.card {
    border: none; /* Elimina el borde predeterminado de la tarjeta */
    border-radius: 10px; /* Añade bordes redondeados a la tarjeta */
    width: 90%;
    height: 23rem !important;
}

.card {
    border: none !important; /* Elimina el borde */
}

.card:hover {
    transform: translateY(
        -5px
    ); /* Levanta un poco la tarjeta al pasar el mouse */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); /* Aumenta la intensidad de la sombra */
}

.img-card {
    height: 300px; /* Altura de la imagen */
    object-fit: cover; /* Escala la imagen para que cubra toda la caja manteniendo la relación de aspecto */
}

.card-body {
    padding: 20px; /* Añade espacio interno en el cuerpo de la tarjeta */
}

.card-title {
    font-size: 1.5rem; /* Tamaño del título */
}

.parrafo {
    color: #666; /* Color del texto */
}

.btn-primary {
    background-color: #1fa9d2; /* Color de fondo del botón primario */
    border-color: #1fa9d2; /* Color del borde del botón primario */
}

.btn-primary:hover {
    background-color: #0056b3; /* Cambia el color de fondo al pasar el mouse */
    border-color: #0056b3; /* Cambia el color del borde al pasar el mouse */
}

.green-section {
    background-color: #c1d42f; /* Fondo verde */
    width: 100%;
    padding: 50px 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.circle-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-basis: calc(20% - 10px);
    margin: 1rem;
    
}

.circle {
    margin: 0 20px;
    text-align: center;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
}

.element-agenda {
    width: 90%;
}

.box-botones {
    display: flex;
    flex-direction: column;
}
.fecha {
    color: #05446a;
    font-size: 18px;
    font-weight: 300;
    font-family: "Roboto Slab", serif;
}

.bold {
    font-weight: 700 !important;
}

.custom-form {
    width: 33rem;
    height: 25rem;
    margin: auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: rgba(249, 249, 249, 0.9);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}

.form-title {
    margin-bottom: 20px;
    font-weight: normal;
    letter-spacing: 1px;
    text-align: center;
}

.form-group {
    margin-bottom: 20px;
}

.logo-puntamita {
    display: block;
    margin: 0 auto 0px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    outline: none; /* Elimina el contorno en foco */
}

/* Estilos para el hover */
.form-control:hover {
    border-color: #b1b7bd;
}

/* Estilos para el foco */
.form-control:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
}
/* Estilos para el botón */
.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1150 !important;
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
    background-color: black !important;
}

.modal-title {
    text-transform: uppercase !important;
}

/* Estilos base para dispositivos móviles */
/* Estilos generales */

/* Puntos de quiebre */
/* Para dispositivos pequeños como teléfonos */
@media only screen and (max-width: 576px) {
    /* Estilos específicos para dispositivos pequeños */
    .custom-form {
        width: 90%;
        height: 25rem;
    }
    .logo-puntamita {
        width: 80%;
        height: auto;
    }
}

/* Para dispositivos medianos como tablets */
@media only screen and (min-width: 768px) {
    /* Estilos específicos para dispositivos medianos */
}

/* Para dispositivos grandes como laptops y desktops */
@media only screen and (min-width: 992px) {
    /* Estilos específicos para dispositivos grandes */
}

/* Para dispositivos extra grandes como pantallas grandes */
@media only screen and (min-width: 1200px) {
    /* Estilos específicos para dispositivos extra grandes */
}
