﻿@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;500;600&display=swap');

.condusef-seccion1 {
    background: #FFF;
    width: 100%;
    text-align: center;
    position: relative;
    height: 33vh;
}

.condusef-seccion2 {
    background: #FFF;
    width: 100%;
    text-align: center;
    position: relative;
    
}

.condusef-titulo1 {
/*    position: absolute;
*/    top: 21px;
/*    left: calc(34vw - 195px);
*/    width: 55%;
}

.condusef-titulo1-mobile {
    position: absolute;
    visibility: hidden;
}

.condusef-titulo2 {
    /*position: absolute;*/
    /*left: calc(28vw - 195px);*/
    /* top: 250px; */
    /*width: 100%;*/
    min-height:281px;
}

.condusef-img-cont {
    max-width:100%;
}

.condusef-titulo2-mobile {
    position: absolute;
    visibility: hidden;
}

.Conducef-divBotones {
    position: relative;
    top: 7vh;
}

.btn-Sol {
    margin-right: 9vh;
    border-radius: 20px;
    background-color: #3564FC;
}

.btn-left {
    margin-right: 9vh;
}

.condusef-btn {
    /*padding: 1vh 3vh;*/
    font-size: 2vh;
}

.condusef-btn-descarga {
    /*padding: 1vh 2vh;*/
    font-size: 1.5vh;
}

    .btn-Sol: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);
    } 

.btn-Inv {

    border-radius: 20px;
}

    .btn-Inv: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);
    }

.btn-Des1 {
    
    border-radius: 20px;
}

    .btn-Des1: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);
    }

.btn-Des2 {
    POSITION: absolute;
    TOP: 23VH;
    LEFT: 54VW;
    border-radius: 20px;
}

    .btn-Des2: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);
    }

.btn-Des3 {
    POSITION: absolute;
    LEFT: 35VW;
    TOP: 23VH;
    border-radius: 20px;
}

    .btn-Des3: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);
    }

.btn-Des4 {
    POSITION: absolute;
    TOP: 23VH;
    LEFT: 71VW;
    border-radius: 20px;
}

    .btn-Des4: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);
    }

.div-botonesC {
    position: absolute;
    top: 24vh;
}

.condusef-div {
    /* text-align: justify; */
    font-size: 20px;
    /* width: 70%; */
     left: 15%; 
    position: absolute;
    /* font-family: Montserrat; */
     bottom: 17vh; 
    FONT-WEIGHT: bold;
}
.buton {
    /* display: block; */
    width: 40%;
    padding: 10px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 25px;
    font-size: 1em;
    cursor: pointer;
}
/*@media only screen and (max-width: 600px) {
    .web {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }*/
    /*
    ********************************  SECCION INTRO
    */

    /*.condusef-seccion1 {
        background: #FFF;
        width: 100%;
        text-align: center;
    }

    .condusef-seccion2 {
        background: #FFF;
        width: 100%;
        text-align: center;
        position: relative;
        height: 100vh;
    }

    .condusef-titulo1 {*/
        /*    position: absolute;*/ 
        /*top: 21px;*/
        /*    left: calc(34vw - 195px);*/
        /*width: 55%;*/
        /*visibility: hidden;*/
    /*}

    .condusef-titulo1-mobile {
        position: absolute;*/
        /*top: 100px;*/
        /*width: 80vw;
        left: 10vw;
        visibility: visible;
    }

    .condusef-titulo2 {
        position: absolute;
        left: calc(28vw - 195px);*/
        /* top: 250px; */
        /*width: 70%;
        visibility: hidden;
    }

    .condusef-titulo2-mobile {
        position: absolute;
        top: 100px;
        width: 80vw;
        left: 10vw;
        visibility: visible;
    }

    .btn-left {
        margin-right: 0;
    }

    .Conducef-divBotones {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }

    .div-botonesC {
        position: absolute;
        top: 0vh;
    }
}*/
