@font-face {
    font-family: 'montserrat';
    src: url('../fonts/Montserrat/Montserrat-VariableFont_wght.ttf');
}

html, body{
    scroll-snap-type: y mandatory;
}


section{
    
    scroll-snap-align: start;
}

:root{
    --color_verde:#20c95b;
    --color_azul:rgb(255, 179, 0);
}

.banner_patrocinador{
    position: fixed;
    width:200px;
    height: 50px;
    font-size: 1rem;
    background-color: white;
    text-align: center;
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.27);
    -moz-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.27);
    box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.27);
    padding-top: 10px ;
    bottom:30px;
    right: 30px;
    z-index: 999999999999;
}

.banner_patrocinador a{
    text-decoration: none;
    color:rgb(49, 49, 212)
}

header{
    width: 80%;
    height: 100px;
    position: fixed;
    top:30px;
    left:50%;
    transform: translateX(-50%);
    background-color: white;
    border-radius: 100px 100px 100px 100px;
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.27);
    -moz-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.27);
    box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.27);
    display: flex;
    z-index: 99999999;
}

header ul{
    margin: 0;
    height: 80px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content:left;
    list-style-type: none;
}

header ul a{
    margin: auto 0 auto 0;
    margin-right: 30px;
    font-size: 1.2rem;
    text-decoration: none;
    color:black;
}

header img{
    position: relative;
    top:50%;
    left: 10px;
    height: 80px;
    width: 80px;
    margin-right: 10px;
    transform: translateY(-50%);
}

#inicio{
    padding-top: 170px;
    background-color: white;
}
.green__color{
    color: var(--color_verde);
}

body{
    font-family: 'montserrat';
}

h1{
    font-size: 2.5rem;
    color: rgb(22, 22, 45);
}

h2{
    font-size: 1.9rem;
    color: rgb(22, 22, 45);
}

p{
    font-size: 1.4rem;
    color: rgb(22, 22, 45);
}

section{
    padding:30px 10% 30px 10%;
    padding-top:150px;
    padding-bottom: 50px;
}

#mision{
    text-align: center;
    background-color: #eeecec;
}
#vision{
    text-align: center;
    background-color: #eeecec;
}
#mision video{
    width: 100%;;
}
#mision ul{
    list-style-type: none;
}

#mision ul li{
    margin:14px;
}

#sanidapp_text{
    font-size: 2rem;
    color: var(--color_verde);
    font-weight: 800;
}

.div__flex{
    display:flex;
    width: 100%;
}

.div__flex__item{
    width:50%;
}

.div__flex__item img{
    width: 100%;
    border-radius: 40px;
}

.dfi__izquierda {
    padding-right: 5%;
}

.dfi__derecha {
    padding-left: 5%;
}

.movil{
    display: none;
}


#financiacion{
    background-color: white;
    text-align: center;
}

#cifra_financiacion{
    font-size: 10em;
    font-weight: 700;
    margin:0;
}

#financiacion ul li{
    margin-top: 10px;
}

#financiacion ul{
    list-style-type: none;
    padding-left: 0;
}

#patro_logo{
    height: auto;
    width:40%;
    position:relative;
    left:50%;
    transform: translate(-50%);
}

#patrocinadores{
    padding-top: 50px;
}

@media (max-width: 900px){
    .banner_patrocinador{
        position: fixed;
        width:200px;
        height: 25px;
        font-size: 0.7rem;
    }
    #patrocinadores{
        padding-top: 10px;
    }
    section{
        padding-top: 80px;
    }
    #patro_logo{
        height: auto;
        width:80%;
        position:relative;
        left:50%;
        transform: translate(-50%);
    }
    #cifra_financiacion{
        font-size: 4em;
    }
    .div__flex{
        flex-direction: column;
    }

    .dfi__izquierda {
        padding-right: 0%;
        margin-top: 10px;
    }

    .dfi__derecha{
        margin-top: 50px;
        padding-left: 0%;
    }

    .div__flex__item{
        width:100%;
    }

    #mision ul{
        padding-left: 0;
    }

    #inicio{
        padding-top: 100px;
    }

    .escritorio{
        display: none;
    }

    header{
        height: 60px;
        border-radius: 30px 30px;
        width: 90%;
        display: flex;
    }

    header img{
        height: 50px;
        width: 50px;
        position:relative;

    }

    .movil{
        display: inherit;
        
    }
    #icono__menu{
        position:absolute;
        width:fit-content;
        top:50%;
        right: 10px;
        transform: translateY(-50%);
    }

    .v__centrado{
        margin: auto 0 auto 10px;
    }

    #sub__menu{
        display: none;
    }

    #sub__menu{
        position: absolute;
        top:60px;
        width: 100%;
        background-color: white;
    z-index: 1;
    border-style: solid;
    border-color: var(--color_verde);
    border-width: 1px;
    }

    #sub__menu ul{
        padding-left: 0;
    }


    header ul{
        height: auto;
        text-align: center;
    }

    header ul li{
        padding-top:20px;
    }

    h1 {
        font-size: 2.0rem;
        color: rgb(22, 22, 45);
    }

    p {
        font-size: 1.2rem;
        color: rgb(22, 22, 45);
    }
}

    