﻿@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;500;600&display=swap');


/*
    ********************************  SECCION Conoce Fundary
*/

.unidad-div {
    /*text-align: justify;
    font-size: 3vh;
    width: 70%;
    left: 15%;
    position: absolute;*/
    /* font-family: Montserrat; */
    /*top: 25vh;*/
    position:relative;
    margin-bottom: 9vh;
    top:12vh;
}
.btn-Unidad {
    position: relative;
    top: 0;
    border-radius: 20px;
    width: 150px;
}

    .btn-Unidad:hover {
        text-decoration: none;
        border: solid 1px #FFF;
        background-color: #FFFFFF;
        color: #487FFF;
        box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    }

.Unidad-Fundary {
    background: #FFF;
    width: 100%;
    text-align: center;
    height: auto;
    top: 10vh;
}
.Unidad-Fundary2 {
    background: #FFF;
    width: 100%;
    text-align: center;
    height: auto;
    top: 10vh;
}
.Unidad-Titulo1 {
    /*position: absolute;
    width: 60%;
    top: 12vh;
    left: 19%;*/
    position: absolute;
    width: 60%;
    top: 17vh;
    left: 19%;
    margin: auto;
}

.Unidad-Titulo1-mobile {
    position: absolute;
    position: absolute;
    top: 100px;
    width: 80vw;
    left: 10vw;
    visibility: hidden;
}


@media only screen and (max-width: 760px) {
    .web {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }
    /*
    ********************************  SECCION INTRO
    */
    .Unidad-Titulo1 {
        position: absolute;
        width: 60%;
        left: 19%;
        visibility: hidden;
        margin: 2vh;
    }
    .Unidad-Titulo1-mobile {
        position: static;
        width: 60%;
        top: 17vh;
        left: 19%;
        margin: auto;
        visibility: visible;
    }
    .Unidad-Fundary2 {
        background: #FFF;
        width: 100%;
        text-align: center;
        height: 16vh;
        top: 10vh;
    }
    .btn-Unidad {
        position: relative;
        top: 0;
        border-radius: 20px;
        width: 250px;
        height:50px;
        font-size:24px;
    }

    .unidad-div {
        position: relative;
        margin-bottom: 9vh;
        top: 5vh;
    }
}