
html{
    scroll-behavior: smooth;
}
p,a{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

h1, h2, h3{
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
}
h2, h3{
    font-weight: 500;
    text-align: center;
}

h2{
    font-size: 30px;
}

h3{
    font-size: 25px;
}



.franja_logo{
    background-color: #1C1A0E;
    height: 100px;
}

.franja_logo .contenedor_imagen{
    height: 80px;
    width: 230px;
}

.franja_logo .contenedor_imagen img{
    height: 100%;
    width: 100%;
}

/* Estilos navbar */

.fondo-navbar{
    background-image: none !important;
    height: auto !important;
    background: none;
}

.contenedor-navbar .navbar{
    background-color: rgba(0, 0, 0, 0.6);
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

.contenedor-navbar .navbar a:hover{
    transition-timing-function: ease-in-out;
    background-color: rgba(208, 220, 80, 0.482);
    transition: 0.5s;

}

.nav-item-activo{
    background-color: rgba(208, 220, 80, 0.482);
}


p{
    text-align: justify;
}

/* Estilos links del proyecto */
.fondo-links-proyectos {
    background-color: rgba(0, 0, 0, 0.771);
    color: white;
}

.fondo-links-proyectos a{
    color: white;
}


/* Estilos página principal */
.contenedor_imagen_proyecto{
    max-width: auto;
    max-height: auto;
}

.contenedor_imagen_proyecto img{
    height: 100%;
    width: 100%;
}

/* Estilos sección publicaciones */
.contenedor-publicaciones a{
    color: black;
    margin-bottom: 10px;
}


/* Estilos sección desarrollo software */
.contenedor-desarrollo-software p{
    margin-bottom: 0;
}
.contenedor-desarrollo-software a{
    color: black;
}


/* Estilos página genomas */

/* Estilos página especies relevantes */
.contenedor-especies-relevantes span{
    font-size: 25px;
    font-weight: 400;
    font-style: italic;
}

.contenedor-especies-relevantes a{
    color: black;
}

/* Estilos página especies */

.contenedor-especies-potencial p span{
    color: #7030A0;
    font-style: italic;
    font-weight: 400;
}


/* Estilos footer */
.footer{
    background-color: #1C1A0E;
    height: 120px;
}
.footer-logo img{
    height: 100px;
}

@media screen and (min-width: 1200px){
    .contenedor-li-collapse{
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width: 1200px){
    .contenedor-navbar .container a{
        padding: 2px 3px 2px 3px !important;
        /* color: blue; */
    }

    .contenedor-navbar .navbar li{
        border-top: 0.5px solid white;
    }
    
}

@media screen and (max-width: 990px){
    .fondo-links-proyectos{
        margin-top: 20px;
    }
}

@media screen and (max-width: 768px){
    .footer{
        background-color: #1C1A0E;
        height: 70px;
    }
    .footer-logo img{
        height: 50px;
    }
}

