


/* ------------------------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;
}


/*-----------------------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: 100%;
    padding: 15%;
}

.img-icon2{
    width: 100%;
}

/*----------------------ESTILO CARTA-------------------------------*/
.carta{
    margin: 10px;
    margin-top: 10px;
    border-radius: 6px;
    overflow: hidden;
    cursor: default;
    transition: all 400ms ease;
    border-radius: 15px;
    box-shadow: 5px 5px 10px #c5c5c5;
    transform: translateY(-px);
}

.carta:hover{
    box-shadow: 5px 5px 10px #888888;
    transform: translateY(-6px);
}

.carta figure{

    margin-top: 15px;
    padding: 20px;
    position: relative;  
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


/*-------------------------REDES SOCIALES--------------------------------*/

.img-icon-socialmedia{
    margin-top: 30px;
    margin-left: 5px;
    margin-right: 5px;
    background-size: cover;
    width: 10%;
}

.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: 5; /* 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-size: cover;
    width: 50px;
    height: auto;
}

/*--------------------------FOOTER-----------------------------*/

.style-text-footer{
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    height: auto;
    color: #eeeff1; 
}

.style-text-footer p{
    margin-top: 30px;
}

.icon-floating{
    background-size: cover;

}

/*-----------------------ESTILOS PAGES--------------------------*/
/*------------------------PAGE INICIO---------------------------*/
.who, .pros, .how{
    padding-top: 100px;
    padding-bottom: 100px;
    height: auto;
}
.hero{
    width: 100%;
    opacity: 100%;
    background-image: url('/imgs/generales/BannerHomepage.png'); 
    position: relative;  
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero::before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: #559beb;
    position: absolute;
    opacity: 75%;
    z-index: 0;
}

.hero-img{
    background-size: cover;
    width: 50%;
    margin: 30px;
    position: relative;
    z-index: 1;
}

.who{
    background-color:#f6faff;
    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: 70%;
    height: auto;
    align-items: center;
}

.img-icon-vmv{
    width: 50%;
}
/*---------------------Estilo Hero Inicio----------------------*/

.style-hero-title {
    color: #ffffff;
    font-size: 300%;
    font-family: 'tipo-poppins', sans-serif;
    text-align: left;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    text-shadow: 5px 5px 8px #000000;
    transform: translateY(-3px);
}

.style-hero-title-description{
    color: #ffffff;
    font-family: 'tipo-bebas', sans-serif;
    font-size: 200%;
    flex-direction: column;
    z-index: 1;
    text-shadow: 5px 5px 8px #000000;
    transform: translateY(-3px);
}

.style-hero-title-description-negrita{
    color: #306a8f;
    font-weight: bold;
    flex-direction: column;
    text-shadow: #f6faff;
}

.style-hero-button{
    width: 100%;
    padding: 2px;
    margin-bottom: 20px;
    display: flex;
    position: relative;
    z-index: 1;
}

/*---------------------Estilo Who Inicio--------------------------*/

.style-who-title{
    color: #000000;
    font-size: 200%;
    font-family: 'tipo-poppins', sans-serif;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.style-who-description{
    color: #000000;
    font-size: 150%;
    font-family: 'tipo-robotoregular', sans-serif;
    flex-direction: column;
}

/*-----------------Estilo How Inicio------------------*/

.style-how-title{
    width: 100%;
    color: #080800;
    font-size: 160%;
    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;
}

/*--------------------Estilo Pros Inicio-------------------------*/
.style-pros-title {
    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 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;
}

/*-------------------------FLOTANT BUTTON-----------------------*/
#floatingButton {
    position: fixed;
    bottom: 30px;  /* Distancia desde el borde inferior */
    right: 30px;   /* Distancia desde el borde derecho */
    z-index: 3; /* 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) */
}


/*--------------------------ORGANIZADOR---------------------*/
.contenedor {
    display: flex;
    flex-direction: row; /* Por defecto, los elementos se organizan en una fila */
}

@media screen and (max-width:  378px){

    .hero a{
        margin-left: 100px;
    }
}

@media screen and (max-width:  1200px){
    .how-cartas h2{
        font-size:95%;
    }
}

@media screen and (max-width:  762px){  /* Ajusta el valor según el punto de ruptura que desees */
    .contenedor {
        flex-direction: column;
    }

    .carta{
        width: 10%;
        margin-top: 10px;
        margin-left: -10px;
        padding: none;
    }

    .carta figure{
        display: flex;
        flex-direction: column;
        position: relative;
        z-index: 1;
        margin: 0px;
        margin-top: 20px;
    }

    .style-hero-button{
        width: 100%;
        display: flex;
        position: relative;
        z-index: 3;
    }

}

@media screen and (max-width:  575px){
    .style-hero-button{
        font-size: 50%;
        width: auto;
        margin-left: 350px;
    }
}

@media screen and (max-width:  500px){
    .style-hero-button{
        font-size: 50%;
        width: auto;
        margin-left: 220px;
    }
}

.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 */
}
