:root
{
    /*Colores*/
    --primario:                    rgb(255, 102, 0);
    --secundario:                    #ffffff;
    --terciario:                   #97D634;
    --atomo_3:                      #fce09f;
    --atomo_4:                        #aae3fa;
    --android:                        rgb(137, 191, 102);
    --swift:                        rgb(0, 0, 0);
    --cielo:                        rgb(116, 195, 251);
    --gray:                        rgb(113, 115, 120);
    --sombraPrimario:            rgb(255,102,0,0.7);
    --sombraSecundario:            rgb(251,182,6,0.5);
    --sombraLuz:            rgb(251,182,6,0.2);
    --sombra:            rgb(255,255,255,0.5);
    --fuentePrincipal:                                  "sukhumvitset";
    --fuenteBold:                                  "sukhumvitsetbold";
    --roboto_bold:                                  "roboto_bold";
    --monserrat_bold:                                  "monserrat_bold";
    --opensans:                                  "opensans";
    --button-gradient: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3));
}

@font-face {
    font-family: 'sukhumvitset';
    src: url('fuentes/sukhumvitset.ttf') format('truetype');
    /* src: url('/vista/css/fuentes/helveticaneue.ttf')  format('truetype'); */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'roboto_bold';
    src: url('fuentes/roboto_bold.ttf') format('truetype');
    /* src: url('/vista/css/fuentes/helveticaneue.ttf')  format('truetype'); */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'monserrat_bold';
    src: url('fuentes/monserrat_bold.ttf') format('truetype');
    /* src: url('/vista/css/fuentes/helveticaneue.ttf')  format('truetype'); */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: var(--fuentePrincipal);
    -webkit-tap-highlight-color: transparent; /* iOS */
    -moz-outline-style:none; /* Firefox */
    outline: none; /* Todos los demás navegadores */
}

*::-webkit-scrollbar{
    display: none;
}

div{
    display: flex;
}

img{
    object-fit: contain;
}

html,body{
    width: 100%;
    height: 100%;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}

#portada{
    width: 100%;
    height: 100%;
    z-index: 7777777;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
}

#caja_portada{
    width: 100%;
    height: 100%;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.logo_portada{
    width: 340px;
    height: 340px;
}

.nombre_portada{
    width: 340px;
    height: 70px;
    min-height: 70px;
    margin-top: 34px;
}

#div_principal{
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.pie{
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: auto;
    padding: 2.5px;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    z-index: 999;
    bottom: 0;
    left: 0;
    padding: 11px;
}


#caja_sociales_n{
    display: none;
}

.img_sociales{
    width: 25px;
    height: 25px;
    margin-left: 16px;
    margin-right: 16px;
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.5s;
    filter: drop-shadow(0 1px 2.5px rgba(255, 255, 255, 0.34));
}

.img_sociales:hover{
    scale: 1.02;
    opacity: 1;
}

.contenedor_proceso{
    width: 100%;
    height: auto;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 16px;
}


#contenedor_proceso_1{
    padding-top: 43px;
    padding-bottom: 0px;
}

.obj_proceso{
    width: 358px;
    min-width: 358px;
    height: auto;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 11px;
    margin-bottom: 43px;
}

.img_proceso{
    width: 52px;
    min-width: 52px;
    height: 52px;
    min-height: 52px;
    opacity: 0;
    filter: drop-shadow(0 1px 2.5px rgba(255, 255, 255, 0.34));
}

.p_proceso{
    width: 100%;
    height: auto;
    font-size: 20px;
    color: #ffffff;
    margin-top: 25px;
    text-align: center;
    opacity: 0;
}

#caja_menu{
    width: 100%;
    height: auto;
    flex-direction: row;
    justify-content: flex-end;
}

.linea_titulo{
    width: 100%;
    height: 1px;
    min-height: 1px;
    background: rgb(255, 255, 255, 0.7);
}

@media screen and (max-width:1200px){
    .obj_proceso{
        width: 304px;
        min-width: 304px;
    }
}

@media screen and (max-width:1080px){
    .obj_proceso{
        width: 286px;
        min-width: 286px;
    }
}


@media screen and (max-width:750px){
    .logo_portada{
        width: 250px;
        height: 250px;
    }

    .nombre_portada{
        width: 304px;
    }
}

@media screen and (max-width:675px){
    .logo_portada{
        width: 205px;
        height: 205px;
    }

    .nombre_portada{
        width: 250px;
    }

    .obj_proceso{
        width: 100%;
        height: auto;
        margin-bottom: 43px;
    }

    .img_proceso{
        width: 61px;
        height: 61px;
    }
}