

@font-face {
    font-family: 'MyriadPro';
    src: url('/fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('/fonts/MyriadPro-Regular.woff') format('woff');
    /* Agrega otros formatos de fuente aquí si los tienes disponibles */
    font-weight: normal;
    font-style: normal;
}

.bodylogin2{
    margin:0 !important;
    height: 100vh !important;
    background: rgb(176,3,0);
    background: linear-gradient(0deg, rgba(176,3,0,1) 0%, rgba(247,8,4,1) 86%);
    background-image: url(../images/fondo-login2.png);
    background-size: cover;
}

.bodyloginsvg{
    margin:0 !important;
    height: 100vh !important;
    background: #F70804;
    background: linear-gradient(0deg, #F70804 0%, rgba(247,8,4,1) 86%);
    background-size: cover;
}

.row{
    margin: 0px !important
}

.rojo-libertad{
    background: #F70804 !important;
}

.caintra{
    background:#14326B;
}
.caintra-text{
    color:#14326B;
}

.libertad{
    background: rgb(247,8,4);
    background: linear-gradient(0deg, rgba(247,8,4,1) 0%, rgba(222,4,0,1) 100%);
}

.libertad-text{
    color: #F70804;
}

.parlez{
    background:#295481;
}
.parlez-text{
    color:#295481;
}



.logoapp{
    width: 94%;
    max-width: 640px;
    margin: 0px auto;
}

.pc{
    height: 100vh !important;
}

.myriad{
    font-family: 'MyriadPro', sans-serif !important;
}
.myriadbold{
    font-family: 'MyriadPro', sans-serif !important;
    font-weight: bold;
}



.seccion80{
    height: 80vh !important;
}

.seccion86{
    height: 86vh !important;
}

.seccion90{
    height: 90vh !important;
}

.seccion91{
    height: 91vh !important;
}

.seccion100{
    height: 100vh !important;
}

.img100{
    width: 100%;
    max-width: 640px;
}


.mb0{
    margin-bottom: 0px !important;
}

.fs9px{
    font-size: 9px !important;
}

.fs10px{
    font-size: 10px !important;
}

.fs11px{
    font-size: 11px !important;
}

.fs12px{
    font-size: 12px !important;
}

.fs14px{
    font-size: 14px !important;
}

.fs16px{
    font-size: 16px !important;
}

.pointer{
    cursor:pointer !important;
}


.letter{
    font-size: 2.3rem;
    line-height: 3rem;
    transition: all .2s !important;
    color: white;
}
.letter:hover{
    font-size: 2.9rem;
    line-height: 3rem;
    cursor: pointer;
    color: yellow;
}