
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&display=swap');

:root{
    /* Colores */
    --verde: #1BA333;
    --amarillo: #FFCC00;
    --amarillo07: rgba(255,204,0,0.7);
    --azul: #203B76;
    --verdeOscuro: #135423;
    --verdeClaro: #d3eed7;
    --cafe: #5B3700;
    --azulClaro: #0094E9;
    --blanco: #FFF;
    --blancoE: #eee;
    --blancoE5: #e5e5e5;
    --blancoC: #ccc;
    --negro: #000;
    --gris6: #666;
    --gris9: #999;
    --rojo: #FF0000;
    --colorTexto: #303030;
}

*{
    font-family: 'Montserrat' !important;
    box-sizing: border-box;
}



h1{
    color: var(--colorTexto);
    font-weight: 700;
}

a#isotipo-congreso img{
   width: 650px;
}

section#isotipo-container{
    display: flex;
    width: 100%;
    justify-content: center;
}

nav{
    z-index: 0;
    background-color: var(--verde) !important;
    height: 100px;
}

div#linea{
    background-color: var(--verdeOscuro);
    width: 100%;
    height: 7px;
}

ul.uk-navbar-nav{
    height: 100px;
}

ul#nav li a, li a, div#nav-mobile a{
    color: var(--blanco) !important;
}

ul#nav li:hover{
    background-color: var(--verdeOscuro) !important;
    color: var(--blanco) !important;
}

div#fecha-container{
    z-index: 2;
    display: flex;
    position: absolute;
    bottom: 15px;
    left: 36%;
    
}

h1#titulo-congreso{
    z-index: 3;
    color: var(--blanco);
    
}

div.titulo-container{
    display: flex;
    text-align: center;
    padding-top: 50px;
    padding-left: 32%;
    position: absolute;
}


div#modal-full{
    background-color: var(--verde) !important;
}

img#calendario{
    width: 500px;
    top:50px
}

footer{
    background-color: var(--verde);
    /* margin-top: var(--breadHeight); */
    color: #FFF;
}

div#nav-mobile{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 20%;
}

img#logo-mobile{
    width: 200px;
}

.uk-card-body{
    height: 270px !important;
}

.uk-accordion-title{
    background-color: var(--verdeClaro);
}

.uk-accordion-title:hover{
    background-color: var(--verde);
    color: white;
}

.uk-button-primary{
    background-color: var(--verde) !important;
}

.uk-accordion li.uk-open a:not(.uk-accordion-content a){
    color: white !important;
    background-color: #1BA333 !important;
}

li.uk-open a h3, li.uk-open a h4{
    color: white;
}

.uk-accordion>:nth-child(n+2){
    margin-top: 5px;
}

div#fecha-mobile{
    z-index: 3;
    position: absolute;
    width: 100vw;
    height: 100px;
    background-color: var(--amarillo);
    bottom: 0;
    text-align: center;
}

.overlay-slider{
    position: absolute !important;
    background: #000000;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0.956) 0%, rgba(0, 0, 0, 0.52) 50%, rgba(237, 221, 83, 0) 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    z-index: 1;
}

div.background{
    height: 2000px;
    overflow: hidden;
    z-index: -10;
    position: absolute;
    
    /*flex-direction: row;*/
    width: 100%;
    justify-content: space-between;
}

img#bg-planta{
    position: relative;
    width: 350px;
    height: 350px;
    margin-left: -150px;
}

img#bg-insecto{
    position: relative;
    width: 230px;
    height: 230px;
    right: -1300px;
}

img#bg-insecto-02{
    position: relative;
    width: 130px;
    height: 130px;
    top: 750px;
    left: -200px;
    transform: rotate(90deg);
}

.uk-navbar-nav>li>a{
    font-size: 11px !important;
}

.comision-foto{
    width: 150px;
    height: 150px;
    border-radius: 100px;
}

.cargo-comision{
    font-size: 13px;
    color: var(--gris9);
}



@media screen and (max-width: 680px) { 
   

    div#fecha-container{
        z-index: 2;
        display: flex;
        position: absolute;
        bottom: 5px;
        left: 10px;  
    }

    
}

@media screen and (max-width: 740px) { 
    ul.uk-navbar-nav{
        height: 70px;
    }
    
    nav.uk-navbar-container{
        height: 71px;
    }
    
    .uk-navbar-nav>li>a{
        min-height: 53px !important;
    }

    h1#titulo-congreso{
        z-index: 3;
        color: var(--blanco);
        position: absolute;
        font-size: 15px !important;
    }

    div#fecha-container{
        z-index: 2;
        display: flex;
        position: absolute;
        bottom: 100px;
        left: 10px;  
    }

    img#bg-planta{
       display: none;
    }

    img#bg-insecto{
        width: 130px;
        height: 130px;
        right: -150px;
    }

    .card-title-bienvenida{
        font-size: 18px !important;
    }

    p.card-text-bienvenida{
        font-size: 12px !important;
    }

    div.uk-card-body{
        height: 320px !important;
    }

    
}



@media screen and (max-width: 992px) { 

    ul.uk-navbar-nav{
        height: 70px;
    }
    
    nav.uk-navbar-container{
        height: 70px;
    }
    
    .uk-navbar-nav>li>a{
        min-height: 45px !important;
    }

    div#fecha-container{
        z-index: 2;
        display: flex;
        position: absolute;
        bottom: 50px;
        left: 10px;
    }

    h1#titulo-congreso{
        z-index: 3;
        color: var(--blanco);
        position: absolute;
        font-size: 30px !important;
    }

    .card-title-bienvenida{
        font-size: 18px !important;
    }

    p.card-text-bienvenida{
        font-size: 12px !important;
    }

 }


@media screen and (max-width: 1800px) { 
    div.titulo-container{
        padding-left: 38%;
        width: 100%;
        padding-top: 40px;
    }

    div#fecha-container{
        left: 34%;
    }

    h1#titulo-congreso{
        z-index: 3;
        color: var(--blanco);
        position: absolute;
        font-size: 25px !important;
    }
 }

/* @media screen and (min-width: 1023px) and (max-width: 1180px) { 
    div.titulo-container{
        padding-left: 10%;
    }

    div#fecha-container{
        left: 35%;
        bottom: 50%;
    }
} */