/* ------------------------STLYE BASIC PAGES ------------------------*/
body {
    background-color: #306a8f;
}

.body-color {
    background-color: #f6faff;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #f6faff;
}

h1 {
    font-size: 250%;
    font-family: 'tipo-bebas', sans-serif;
    color: #306a8f;
}

h2 {
    font-size: 80%;
    font-family: 'tipo-bebas', sans-serif;
}

nav {
    background-color: #f6faff;
}

footer {
    background-color: #306a8f;
}

li {
    padding-top: 10px;
}

/*--------------------------ORGANIZADOR---------------------*/
.contenedor {
    display: flex;
    flex-direction: row; /* Por defecto, los elementos se organizan en una fila */
}

@media (max-width: 768px) { /* Ajusta el valor según el punto de ruptura que desees */
    .contenedor {
        flex-direction: column;
    }
}

.separator {
    width: 100%;
    height: 4px; /* Altura de la barra separadora */
    background-color: #f6faff; /* Color de la barra */
    margin: 10px 0; /* Espaciado antes y después de la barra */
}

/*-----------------------TIPOGRAFÍAS----------------------------*/
@font-face {
    font-family: 'tipo-bebas';
    src: url('/config/typography/BebasNeue-Regular.ttf') format('woff');
}

@font-face {
    font-family: 'tipo-poppins';
    src: url('/config/typography/Poppins-Bold.ttf') format('woff');
}

@font-face {
    font-family: 'tipo-robotoregular';
    src: url('/config/typography/Roboto-Regular.ttf') format('woff');
}

/*--------------------ESTILO IMG GENERAL --------------------------------*/
.img-icon {
    width: 80%;
    padding: 10px;
}

.img-icon2 {
    width: 100%;
}

/*-------------------------REDES SOCIALES--------------------------------*/
.img-icon-socialmedia {
    background-size: cover;
    width: 10%;
    height: auto;
    padding: auto;
}

.img-contact-socialmedia {
    background-size: cover;
    height: auto;
    width: 10%;
    padding: auto;
}

.img-imagenGeneral {
    width: 100%;
}

/*----------------------------NAV------------------------------*/
.style-nav {
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
}

.style-navbar {
    z-index: 9999; /* Un valor alto para asegurarse de que esté encima de otros elementos */
    position: relative; /* o absolute, fixed, o sticky; z-index solo funciona en elementos posicionados */
}

.img-logo {
    background-image: url('');
    background-size: cover;
    width: 50px;
    height: auto;
}

/*--------------------------FOOTER-----------------------------*/
.style-footer {
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
}

.style-text-footer {
    text-align: center;
    margin-top: 30px;
}

.style-text-footer p {
    margin-top: 30px;
    height: auto;
    color: #eeeff1;
}

.style-content-footer {
    margin: 8px;
}

/*-----------------------ESTILOS PAGES--------------------------*/
/*------------------------PAGE INICIO---------------------------*/
.hero, .who, .pros, .how {
    padding-top: 100px;
    padding-bottom: 100px;
    height: auto;
}

.hero {
    background-image: url('/imgs/generales/BannerBlocksTown.png');
    background-size: cover;
    width: 100%;
    height: auto;
}

.who {
    background-color: #306a8f;
    background-size: cover;
    width: 100%;
}

.pros {
    background-size: cover;
    width: 100%;
    background-color: #f6faff;
}

.how {
    background-color: #ffffff;
    background-size: cover;
    width: 100%;
}

.img-logo-hero {
    background-size: cover;
    width: 100%;
    height: auto;
    align-items: center;
}

.img-icon-vmv {
    width: 50%;
}

/*---------------------Estilo Hero Inicio----------------------*/
.style-text-group {
    padding-top: 100px;
}

.style-hero-tittle {
    color: #080800;
    font-size: 300%;
    font-family: 'tipo-poppins', sans-serif;
    text-align: left;
}

.style-hero-tittle-description {
    color: #080800;
    font-family: 'tipo-bebas', sans-serif;
    font-size: 200%;
    flex-direction: column;
}

.style-hero-tittle-description-negrita {
    color: #306a8f;
    font-weight: bold;
    flex-direction: column;
    text-shadow: #f6faff;
}

/*---------------------Estilo How Inicio--------------------------*/
.style-who-tittle {
    color: #ffffff;
    font-size: 200%;
    font-family: 'tipo-poppins', sans-serif;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.style-who-description {
    color: #ffffff;
    font-size: 150%;
    font-family: 'tipo-robotoregular', sans-serif;
    flex-direction: column;
}

.hero-imgBlocksTown {
    background-size: cover;
    width: 70%;
    height: auto;
}

.img-icono-whoBlocksTown {
    background-size: cover;
    width: 70%;
    height: auto;
    margin: 50px;
}

.img-icono-howBlocksTown {
    background-size: cover;
    width: 70%;
    height: auto;
    margin-left: 50px;
    margin-right: 50px;
}

/*--------------------Estilo Pros Inicio-------------------------*/
.style-pros-tittle {
    color: #080800;
    font-size: 200%;
    font-family: 'tipo-poppins', sans-serif;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.style-pros-description {
    color: #080800;
    font-size: 150%;
    font-family: 'tipo-robotoregular', sans-serif;
    flex-direction: column;
}

/*-----------------Estilo Como funciona Inicio------------------*/
.style-how-tittle {
    color: #080800;
    font-size: 200%;
    font-family: 'tipo-poppins', sans-serif;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.style-how-description {
    color: #080800;
    font-size: 150%;
    font-family: 'tipo-robotoregular', sans-serif;
    flex-direction: column;
}

/*-------------------------PAGE ABOUT-----------------------------*/
.style-what-about, .style-who-about, .style-question-about {
    padding-top: 100px;
    padding-bottom: 100px;
}

.style-what-about {
    background-color: #f6faff;
    background-size: cover;
    width: 100%;
}

.style-who-about {
    background-color: #f6faff;
    background-size: cover;
    width: 100%;
}

.style-question-about {
    background-color: #f6faff;
    background-size: cover;
    width: 100%;
}

/*------------------------Estilo Que es About--------------------*/
.style-what-tittle-about {
    text-align: center;
    color: #306a8f;
    font-size: 200%;
    font-family: 'tipo-poppins', sans-serif;
    padding-bottom: 50px;
}

.style-what-description-about {
    text-align: justify;
    font-size: 110%;
    font-family: 'tipo-robotoregular', sans-serif;
    flex-direction: column;
}

/*-----------------Estilo Como funciona About--------------------*/
.style-who-tittle-about {
    text-align: center;
    color: #306a8f;
    font-size: 300%;
    font-family: 'tipo-poppins', sans-serif;
    padding-bottom: 10px;
}

.style-who-description-about {
    text-align: justify;
    font-size: 110%;
    font-family: 'tipo-robotoregular', sans-serif;
    flex-direction: column;
}

/*---------------------Preguntas frecuentes---------------------*/
.style-question-tittle-about {
    text-align: center;
    color: #306a8f;
    font-size: 300%;
    padding-top: 100px;
    font-family: 'tipo-poppins', sans-serif;
}

.style-question-question-about {
    text-align: left;
    font-size: 130%;
    padding-top: 50px;
}

.style-question-description-about {
    text-align: left;
    font-family: 'tipo-robotoregular', sans-serif;
}

/*-----------------------ESTILO CONTACTO--------------------------*/
.style-contact {
    padding-top: 50px;
    padding-bottom: 100px;
}

.style-tittle-socialmedia-contact {
    text-align: center;
}

.style-margen-socialmedia-contact {
    border-radius: 15px;
    background: #eeeff1;
    box-shadow: 5px 5px 10px #888888;
}

/*-----------------------ESTILO BOTONES---------------------------*/
/*-----------------------BOTONES NAVBAR---------------------------*/
.style-button-navbar {
    margin-right: 10px;
    margin-left: 10px;
}

.style-bsesion-navbar {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: right;
}

/*----------------------BOTON SECUNDARIO--------------------------*/
.button-secundary {
    color: #ffffff;
    transition: all 0.3s;
    position: relative;
    text-align: center;
}

.button-secundary span {
    transition: all 0.3s;
}

.button-secundary::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    border-top-width: 3px;
    border-bottom-width: 3px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #f6faff;
    border-bottom-color: #f6faff;
    transform: scale(0.1, 1);
}

.button-secundary:hover span {
    letter-spacing: 2px;
}

.button-secundary:hover::before {
    opacity: 1;
    transform: scale(1, 1);
}

.button-secundary::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.3s;
    background-color: #ffffff1a;
}

.button-secundary:hover::after {
    opacity: 0;
    transform: scale(0.1, 1);
}

/*------------------------BOTON HERO1-----------------------------*/
.style-button-hero {
    font-family: 'tipo-robotoregular', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-weight: 700;
    height: auto;
    color: #306a8f;
    background: #008fb3;
    background: linear-gradient(90deg, #f6faff 0%, #f6faff 100%);
    border-color: #306a8f;
    border-radius: 1000px;
    box-shadow: 12px 12px 24px #306a8f;
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    outline: none;
    padding: 10px;
    text-decoration: none;
}

.style-button-hero:hover, .style-button-hero:focus {
    color: #f6faff;
    background: #306a8f;
    transform: translateY(-6px);
}

.style-button-hero::before, .style-button-hero2:focus::before {
    opacity: 1;
}

.style-button-hero:hover::after, .style-button-hero2:focus::after {
    animation: none;
    display: none;
}

/*-----------------------------BTN CUSTOM---------------------------*/
.btn-style-custom {
    background-color: #306a8f;
    border-color: #235d82;
    color: #FFFFFF;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.btn-style-custom:hover, .btn-style-custom:focus, .btn-style-custom:active, .btn-style-custom.active {
    background-color: #205a7f;
    border-color: #084267;
    color: #FFFFFF;
}

.btn-style-custom.disabled:hover, .btn-style-custom.disabled:focus, .btn-style-custom.disabled:active, .btn-style-custom.disabled.active, .btn-style-custom[disabled]:hover, .btn-style-custom[disabled]:focus, .btn-style-custom[disabled]:active, .btn-style-custom[disabled].active, fieldset[disabled] .btn-style-custom:hover, fieldset[disabled] .btn-style-custom:focus, fieldset[disabled] .btn-style-custom:active, fieldset[disabled] .btn-style-custom.active {
    background-color: #306a8f;
    border-color: #235d82;
    color: #FFFFFF;
}

/*-------------------------FLOTANT BUTTON-----------------------*/
#floatingButton {
    position: fixed;
    bottom: 20px; /* Distancia desde el borde inferior */
    right: 20px; /* Distancia desde el borde derecho */
    z-index: 1000; /* Asegura que el botón esté por encima de otros elementos */
    /* Estilos adicionales para el botón (opcional) */
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 3%;
}

#floatingButton:hover {
    background-color: #306a8f; /* Color al pasar el mouse por encima (opcional) */
}

/*----------------------ESTILO TARJETAS-------------------------*/
.carta {
    width: 100%;
    margin: 45px;
    border-radius: 6px;
    overflow: hidden;
    cursor: default;
    transition: all 400ms ease;
    border-radius: 15px;
}

.carta:hover {
    box-shadow: 5px 5px 10px #888888;
    transform: translateY(-6px);
}

.carta-tittle {
    font-size: 190%;
    font-family: 'tipo-bebas', sans-serif;
    color: #306a8f;
    text-align: center;
    z-index: 1;
}

.carta-text {
    margin: 20px;
}

.carta-option {
    width: 90%;
    margin: 20px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    cursor: default;
    transition: all 400ms ease;
}

.carta-img {
    width: 70%;
    margin: 10px;
    display: flex;
    flex-direction: row; /* Por defecto, los elementos se organizan en una fila */
}
