@font-face {
    font-family: "bahnschrift";


    src: url("../fuente/bahnschrift.ttf");


}



html {


    /* Ubicación de la imagen */

    background-image: url(../img/fondo_CUPVER.jpg);

    /* Para dejar la imagen de fondo centrada, vertical y
       
       horizontalmente */

    background-position: center center;

    /* Para que la imagen de fondo no se repita */

    background-repeat: no-repeat;

    /* La imagen se fija en la ventana de visualización para que la altura de la imagen no supere a la del contenido */

    background-attachment: fixed;

    /* La imagen de fondo se reescala automáticamente con el cambio del ancho de ventana del navegador */

    background-size: cover;

    /* Se muestra un color de fondo mientras se está cargando la imagen
       
       de fondo o si hay problemas para cargarla */

    /*   background-color: #66999; */
}



/* .header {
    font-family: "bahnschrift";
    background-color: #6C8C3D;
    padding: 30px 10px;
    color: rgb(61, 61, 61);
    text-align: left;
    font-size: 50px;
    font-weight: bold;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;


} */


/* fundacion titulo cabecera */
.letratitulo {
    top: -45px;
    left: 10px;
    font-family: "bahnschrift";
    font-size: 48px;
    text-align: left;
    font-weight: bold;
    position: fixed;
}

.scrool {
    background-color: rgba(251, 251, 251, 0.5);
    /* overflow-y: scroll;
    scroll-behavior: smooth; */

    /* font-size: 18px;
      border: red 2px solid;
      margin: 20px;
      padding: auto;*/
    text-align: center;

    font-size: calc(0.8em + 1vw);

    width: auto;
    height: 100%;
    /*  border: 1px solid; */
    padding: 10px 30px;

    /* BOTH of the following are required for text-overflow */
    white-space: nowrap;
    white-space: inherit;
    overflow: hidden;

    word-break: break-all;
}


/* foooter */
.footer {
    position: fixed;
    left: 0;
    bottom: 8px;


    width: 100%;
    height: 12%;
    /*  background-color: rgba(44, 41, 41, 0.818);  */

    /*    background-image: url(img/fondo_CUPVER.jpg);   */
    color: white;
    text-align: center;
}



/* copy right */
.copyrt {

    background-color: aliceblue;
    font-family: "bahnschrift";
    color: #6C8C3D;
    bottom: 0;
    right: 0;
    position: fixed;
    font-size: calc(0.4em + 1vw);

}



/* letras de cupver***************** */

.cupver {

    float: left;
    margin-left: 35px;
    font-weight: bold;
    font-family: "bahnschrift";
    font-size: 35px;
    color: darkgoldenrod;
}


.cupverlogo {
    float: right;
    margin-right: 50px;

}


.subir {

    float: left;
    font-size: 40px;
    font-weight: bold;
    font-family: "bahnschrift";

    margin-top: 320px;
    margin-left: 48px;
    text-align: center;
    color: rgb(60, 56, 56);

}










/* por de bajo de  1075px ******************************** */
@media screen and (max-width: 1075px) {

    .header {
        font-family: "bahnschrift";
        background-color: #6C8C3D;
        padding: 30px 10px;
        color: rgb(61, 61, 61);
        text-align: left;
        font-size: 50px;
        font-weight: bold;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

    /* fundacion titulo cabecera */
    .letratitulo {
        top: -45px;
        left: 10px;
        font-family: "bahnschrift";
        font-size: 48px;
        text-align: left;
        font-weight: bold;
        position: fixed;
    }

    .scrool {
        background-color: rgba(251, 251, 251, 0.5);
        /* overflow-y: scroll;
        scroll-behavior: smooth; */

        /* font-size: 18px;
          border: red 2px solid;
          margin: 20px;
          padding: auto;*/
        text-align: justify;
        font-size: calc(0.8em + 1vw);
        width: auto;
        height: 100%;
        /*  border: 1px solid; */
        padding: 10px 30px;
        /* BOTH of the following are required for text-overflow */
        white-space: nowrap;
        white-space: inherit;
        overflow: hidden;
        word-break: break-all;
    }

    /* foooter */
    .footer {
        position: fixed;
        left: 0;
        bottom: 8px;
        width: 100%;
        height: 12%;
        /*  background-color: rgba(44, 41, 41, 0.818);  */
        /*    background-image: url(img/fondo_CUPVER.jpg);   */
        color: white;
        text-align: center;
    }




    /* copy right */
    .copyrt {
        background-color: aliceblue;
        font-family: "bahnschrift";
        color: #6C8C3D;
        bottom: 0;
        right: 0;
        position: fixed;
        font-size: calc(0.4em + 1vw);
    }

    /* letras de cupver***************** */

    .cupver {
        margin-left: 20px;
        font-weight: bold;
        font-family: "bahnschrift";
        font-size: 29px;
        color: darkgoldenrod;
    }


    .cupverlogo {
        
        float: right;
        margin-right: 100px;
        width: 28px;
    }


    .subir {
        float: left;
        font-size: 35px;
        font-weight: bold;
        font-family: "bahnschrift";
        margin-top: 220px;
        margin-left: 14px;

    }

}






/* por de bajo de 1015px */

@media screen and (max-width: 1015px) {

    .header {
        font-family: "bahnschrift";
        background-color: #6C8C3D;
        padding: 30px 10px;
        color: rgb(61, 61, 61);
        text-align: left;
        font-size: 50px;
        font-weight: bold;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

    /* fundacion titulo cabecera */
    .letratitulo {
        top: -45px;
        left: 10px;
        font-family: "bahnschrift";
        font-size: 48px;
        text-align: left;
        font-weight: bold;
        position: fixed;
    }

    .scrool {
        background-color: rgba(251, 251, 251, 0.5);
        /* overflow-y: scroll;
        scroll-behavior: smooth; */

        /* font-size: 18px;
          border: red 2px solid;
          margin: 20px;
          padding: auto;*/
        text-align: justify;
        font-size: calc(0.8em + 1vw);
        width: auto;
        height: 100%;
        /*  border: 1px solid; */
        padding: 10px 30px;
        /* BOTH of the following are required for text-overflow */
        white-space: nowrap;
        white-space: inherit;
        overflow: hidden;
        word-break: break-all;
    }

    /* foooter */
    .footer {
        position: fixed;
        left: 0;
        bottom: 8px;
        width: 100%;
        height: 12%;
        /*  background-color: rgba(44, 41, 41, 0.818);  */
        /*    background-image: url(img/fondo_CUPVER.jpg);   */
        color: white;
        text-align: center;
    }




    /* copy right */
    .copyrt {
        background-color: aliceblue;
        font-family: "bahnschrift";
        color: #6C8C3D;
        bottom: 0;
        right: 0;
        position: fixed;
        font-size: calc(0.4em + 1vw);
    }

    /* letras de cupver***************** */

    .cupver {
        margin-left: 20px;
        font-weight: bold;
        font-family: "bahnschrift";
        font-size: 25px;
        color: darkgoldenrod;
    }


    .cupverlogo {
        
        float: right;
        margin-right: 125px;
        width: 28px;
    }


    .subir {
        float: left;
        font-size: 32px;
        font-weight: bold;
        font-family: "bahnschrift";
        margin-top: 220px;
        margin-left: 14px;

    }

}






/* por de bajo de  975px */

@media screen and (max-width: 975px) {

    .header {
        font-family: "bahnschrift";
        background-color: #6C8C3D;
        padding: 30px 10px;
        color: rgb(61, 61, 61);
        text-align: left;
        font-size: 50px;
        font-weight: bold;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

    /* fundacion titulo cabecera */
    .letratitulo {
        top: -45px;
        left: 10px;
        font-family: "bahnschrift";
        font-size: 48px;
        text-align: left;
        font-weight: bold;
        position: fixed;
    }

    .scrool {
        background-color: rgba(251, 251, 251, 0.5);
        /* overflow-y: scroll;
        scroll-behavior: smooth; */

        /* font-size: 18px;
          border: red 2px solid;
          margin: 20px;
          padding: auto;*/
        text-align: justify;
        font-size: calc(0.8em + 1vw);
        width: auto;
        height: 100%;
        /*  border: 1px solid; */
        padding: 10px 30px;
        /* BOTH of the following are required for text-overflow */
        white-space: nowrap;
        white-space: inherit;
        overflow: hidden;
        word-break: break-all;
    }

    /* foooter */
    .footer {
        position: fixed;
        left: 0;
        bottom: 8px;
        width: 100%;
        height: 12%;
        /*  background-color: rgba(44, 41, 41, 0.818);  */
        /*    background-image: url(img/fondo_CUPVER.jpg);   */
        color: white;
        text-align: center;
    }




    /* copy right */
    .copyrt {
        background-color: aliceblue;
        font-family: "bahnschrift";
        color: #6C8C3D;
        bottom: 0;
        right: 0;
        position: fixed;
        font-size: calc(0.4em + 1vw);
    }

    /* letras de cupver***************** */

    .cupver {
        margin-left: 20px;
        font-weight: bold;
        font-family: "bahnschrift";
        font-size: 25px;
        color: darkgoldenrod;
    }


    .cupverlogo {
        
        float: right;
        margin-top: -11px;
        margin-right: 100px;
        width: 28px;
    }


    .subir {
        float: left;
        font-size: 30px;
        font-weight: bold;
        font-family: "bahnschrift";
        margin-top: 220px;
        margin-left: 14px;

    }

}





/* por de bajo de  907px */

@media screen and (max-width: 907px) {

    .header {
        font-family: "bahnschrift";
        background-color: #6C8C3D;
        padding: 30px 10px;
        color: rgb(61, 61, 61);
        text-align: left;
        font-size: 50px;
        font-weight: bold;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

    /* fundacion titulo cabecera */
    .letratitulo {
        top: -45px;
        left: 10px;
        font-family: "bahnschrift";
        font-size: 48px;
        text-align: left;
        font-weight: bold;
        position: fixed;
    }

    .scrool {
        background-color: rgba(251, 251, 251, 0.5);
        /* overflow-y: scroll;
        scroll-behavior: smooth; */

        /* font-size: 18px;
          border: red 2px solid;
          margin: 20px;
          padding: auto;*/
        text-align: justify;
        font-size: calc(0.8em + 1vw);
        width: auto;
        height: 100%;
        /*  border: 1px solid; */
        padding: 10px 30px;
        /* BOTH of the following are required for text-overflow */
        white-space: nowrap;
        white-space: inherit;
        overflow: hidden;
        word-break: break-all;
    }

    /* foooter */
    .footer {
        position: fixed;
        left: 0;
        bottom: 8px;
        width: 100%;
        height: 12%;
        /*  background-color: rgba(44, 41, 41, 0.818);  */
        /*    background-image: url(img/fondo_CUPVER.jpg);   */
        color: white;
        text-align: center;
    }




    /* copy right */
    .copyrt {
        background-color: aliceblue;
        font-family: "bahnschrift";
        color: #6C8C3D;
        bottom: 0;
        right: 0;
        position: fixed;
        font-size: calc(0.4em + 1vw);
    }

    /* letras de cupver***************** */

    .cupver {
        margin-left: 20px;
        font-weight: bold;
        font-family: "bahnschrift";
        font-size: 22px;
        color: darkgoldenrod;
    }


    .cupverlogo {
        
        float: right;
        margin-top: -11px;
        margin-right: 100px;
        width: 28px;
    }


    .subir {
        float: left;
        font-size: 29px;
        font-weight: bold;
        font-family: "bahnschrift";
        margin-top: 235px;
        margin-left: 4px;

    }

}







/* por de bajo de  851px */

@media screen and (max-width: 851px) {

    .header {
        font-family: "bahnschrift";
        background-color: #6C8C3D;
        padding: 30px 10px;
        color: rgb(61, 61, 61);
        text-align: left;
        font-size: 50px;
        font-weight: bold;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

    /* fundacion titulo cabecera */
    .letratitulo {
        top: -45px;
        left: 10px;
        font-family: "bahnschrift";
        font-size: 48px;
        text-align: left;
        font-weight: bold;
        position: fixed;
    }

    .scrool {
        background-color: rgba(251, 251, 251, 0.5);
        /* overflow-y: scroll;
        scroll-behavior: smooth; */

        /* font-size: 18px;
          border: red 2px solid;
          margin: 20px;
          padding: auto;*/
        text-align: justify;
        font-size: calc(0.8em + 1vw);
        width: auto;
        height: 100%;
        /*  border: 1px solid; */
        padding: 10px 30px;
        /* BOTH of the following are required for text-overflow */
        white-space: nowrap;
        white-space: inherit;
        overflow: hidden;
        word-break: break-all;
    }

    /* foooter */
    .footer {
        position: fixed;
        left: 0;
        bottom: 8px;
        width: 100%;
        height: 12%;
        /*  background-color: rgba(44, 41, 41, 0.818);  */
        /*    background-image: url(img/fondo_CUPVER.jpg);   */
        color: white;
        text-align: center;
    }




    /* copy right */
    .copyrt {
        background-color: aliceblue;
        font-family: "bahnschrift";
        color: #6C8C3D;
        bottom: 0;
        right: 0;
        position: fixed;
        font-size: calc(0.4em + 1vw);
    }

    /* letras de cupver***************** */

    .cupver {
        margin-left: 20px;
        font-weight: bold;
        font-family: "bahnschrift";
        font-size: 22px;
        color: darkgoldenrod;
    }


    .cupverlogo {
        
        float: right;
        margin-top: -20px;
        margin-right: 80px;
        width: 28px;
    }


    .subir {
        float: left;
        font-size: 27px;
        font-weight: bold;
        font-family: "bahnschrift";
        margin-top: 235px;
        margin-left: 4px;

    }

}




/* por de bajo de  753px */

@media screen and (max-width: 753px) {

    .header {
        font-family: "bahnschrift";
        background-color: #6C8C3D;
        padding: 30px 10px;
        color: rgb(61, 61, 61);
        text-align: left;
        font-size: 50px;
        font-weight: bold;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

    /* fundacion titulo cabecera */
    .letratitulo {
        top: -45px;
        left: 10px;
        font-family: "bahnschrift";
        font-size: 48px;
        text-align: left;
        font-weight: bold;
        position: fixed;
    }

    .scrool {
        background-color: rgba(251, 251, 251, 0.5);
        /* overflow-y: scroll;
        scroll-behavior: smooth; */

        /* font-size: 18px;
          border: red 2px solid;
          margin: 20px;
          padding: auto;*/
        text-align: justify;
        font-size: calc(0.8em + 1vw);
        width: auto;
        height: 100%;
        /*  border: 1px solid; */
        padding: 10px 30px;
        /* BOTH of the following are required for text-overflow */
        white-space: nowrap;
        white-space: inherit;
        overflow: hidden;
        word-break: break-all;
    }

    /* foooter */
    .footer {
        position: fixed;
        left: 0;
        bottom: 8px;
        width: 100%;
        height: 12%;
        /*  background-color: rgba(44, 41, 41, 0.818);  */
        /*    background-image: url(img/fondo_CUPVER.jpg);   */
        color: white;
        text-align: center;
    }




    /* copy right */
    .copyrt {
        background-color: aliceblue;
        font-family: "bahnschrift";
        color: #6C8C3D;
        bottom: 0;
        right: 0;
        position: fixed;
        font-size: calc(0.4em + 1vw);
    }

    /* letras de cupver***************** */

    .cupver {
        margin-left: 15px;
        font-weight: bold;
        font-family: "bahnschrift";
        font-size: 20px;
        color: darkgoldenrod;
    }


    .cupverlogo {
        
        float: right;
        margin-top: -20px;
        margin-right: 65px;
        width: 20px;
    }


    .subir {
        float: left;
        font-size: 23.5px;
        font-weight: bold;
        font-family: "bahnschrift";
        margin-top: 240px;
        margin-left: 3px;

    }

}





/* por de bajo de  651px */

@media screen and (max-width: 651px) {

    .header {
        font-family: "bahnschrift";
        background-color: #6C8C3D;
        padding: 30px 10px;
        color: rgb(61, 61, 61);
        text-align: left;
        font-size: 50px;
        font-weight: bold;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

    /* fundacion titulo cabecera */
    .letratitulo {
        top: -45px;
        left: 10px;
        font-family: "bahnschrift";
        font-size: 48px;
        text-align: left;
        font-weight: bold;
        position: fixed;
    }

    .scrool {
        background-color: rgba(251, 251, 251, 0.5);
        /* overflow-y: scroll;
        scroll-behavior: smooth; */

        /* font-size: 18px;
          border: red 2px solid;
          margin: 20px;
          padding: auto;*/
        text-align: justify;
        font-size: calc(0.8em + 1vw);
        width: auto;
        height: 100%;
        /*  border: 1px solid; */
        padding: 10px 30px;
        /* BOTH of the following are required for text-overflow */
        white-space: nowrap;
        white-space: inherit;
        overflow: hidden;
        word-break: break-all;
    }

    /* foooter */
    .footer {
        position: fixed;
        left: 0;
        bottom: 8px;
        width: 100%;
        height: 12%;
        /*  background-color: rgba(44, 41, 41, 0.818);  */
        /*    background-image: url(img/fondo_CUPVER.jpg);   */
        color: white;
        text-align: center;
    }




    /* copy right */
    .copyrt {
        background-color: aliceblue;
        font-family: "bahnschrift";
        color: #6C8C3D;
        bottom: 0;
        right: 0;
        position: fixed;
        font-size: calc(0.4em + 1vw);
    }

    /* letras de cupver***************** */

    .cupver {
        margin-left: 08px;
        font-weight: bold;
        font-family: "bahnschrift";
        font-size: 17px;
        color: darkgoldenrod;
    }


    .cupverlogo {
        
        float: right;
        margin-top: -22px;
        margin-right: 65px;
        width: 18px;
    }


    .subir {
        float: left;
        font-size: 20px;
        font-weight: bold;
        font-family: "bahnschrift";
        margin-top: 255px;
        margin-left: 2px;

    }

}




/* por de bajo de  553px */

@media screen and (max-width: 553px) {

    .header {
        font-family: "bahnschrift";
        background-color: #6C8C3D;
        padding: 30px 10px;
        color: rgb(61, 61, 61);
        text-align: left;
        font-size: 50px;
        font-weight: bold;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

    /* fundacion titulo cabecera */
    .letratitulo {
        top: -45px;
        left: 10px;
        font-family: "bahnschrift";
        font-size: 48px;
        text-align: left;
        font-weight: bold;
        position: fixed;
    }

    .scrool {
        background-color: rgba(251, 251, 251, 0.5);
        /* overflow-y: scroll;
        scroll-behavior: smooth; */

        /* font-size: 18px;
          border: red 2px solid;
          margin: 20px;
          padding: auto;*/
        text-align: justify;
        font-size: calc(0.8em + 1vw);
        width: auto;
        height: 100%;
        /*  border: 1px solid; */
        padding: 10px 30px;
        /* BOTH of the following are required for text-overflow */
        white-space: nowrap;
        white-space: inherit;
        overflow: hidden;
        word-break: break-all;
    }

    /* foooter */
    .footer {
        position: fixed;
        left: 0;
        bottom: 8px;
        width: 100%;
        height: 12%;
        /*  background-color: rgba(44, 41, 41, 0.818);  */
        /*    background-image: url(img/fondo_CUPVER.jpg);   */
        color: white;
        text-align: center;
    }




    /* copy right */
    .copyrt {
        background-color: aliceblue;
        font-family: "bahnschrift";
        color: #6C8C3D;
        bottom: 0;
        right: 0;
        position: fixed;
        font-size: calc(0.4em + 1vw);
    }

    /* letras de cupver***************** */

    .cupver {
        margin-left: 02px;
        font-weight: bold;
        font-family: "bahnschrift";
        font-size: 15px;
        color: darkgoldenrod;
    }


    .cupverlogo {
        
        float: right;
        margin-top: -22px;
        margin-right: 75px;
        width: 10px;
        height: 10px;
    }


    .subir {
        float: left;
        font-size: 16px;
        font-weight: bold;
        font-family: "bahnschrift";
        margin-top: 325px;
        margin-left: 1px;
        

    }

}





/* por de bajo de  454px */

@media screen and (max-width: 454px) {

    .header {
        font-family: "bahnschrift";
        background-color: #6C8C3D;
        padding: 30px 10px;
        color: rgb(61, 61, 61);
        text-align: left;
        font-size: 50px;
        font-weight: bold;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

    /* fundacion titulo cabecera */
    .letratitulo {
        top: -45px;
        left: 10px;
        font-family: "bahnschrift";
        font-size: 48px;
        text-align: left;
        font-weight: bold;
        position: fixed;
    }

    .scrool {
        background-color: rgba(251, 251, 251, 0.5);
        /* overflow-y: scroll;
        scroll-behavior: smooth; */

        /* font-size: 18px;
          border: red 2px solid;
          margin: 20px;
          padding: auto;*/
        text-align: center;
        font-size: calc(1em + 1vw);
        width: auto;
        height: 100%;
        /*  border: 1px solid; */
        padding: 05px 20px;
        /* BOTH of the following are required for text-overflow */
        white-space: nowrap;
        white-space: inherit;
        overflow: hidden;
        word-break: break-all;
    }

    /* foooter */
    .footer {
        position: fixed;
        left: 0;
        bottom: 8px;
        width: 100%;
        height: 12%;
        /*  background-color: rgba(44, 41, 41, 0.818);  */
        /*    background-image: url(img/fondo_CUPVER.jpg);   */
        color: white;
        text-align: center;
    }




    /* copy right */
    .copyrt {
        background-color: aliceblue;
        font-family: "bahnschrift";
        color: #6C8C3D;
        bottom: 0;
        right: 0;
        position: fixed;
        font-size: calc(0.4em + 1vw);
    }

    /* letras de cupver***************** */

    .cupver {
        margin-left: 02px;
        font-weight: bold;
        font-family: "bahnschrift";
       /*  font-size: 04px; */
       font-size: calc(0.55em + 0.45vw);
        
        color: darkgoldenrod;
    }


    .cupverlogo {
        
        float: right;
        margin-top: -06px;
        margin-right: 55px;
        width: 10px;
        height: 10px;


    }


    .subir {
        float: left;
       /*   font-size: 02px;  */
        font-size: calc(0.6em + 0.5vw); 
        font-weight: bold;
        font-family: "bahnschrift";
        margin-top: 385px;
        margin-left: -15px;
        text-align: center;

    }


    .cuatro{

        
        width: 80px;
        height: 80px;
    
    }

}






/* por de bajo de  404px */

@media screen and (max-width: 404px) {

    .header {
        font-family: "bahnschrift";
        background-color: #6C8C3D;
        padding: 30px 10px;
        color: rgb(61, 61, 61);
        text-align: left;
        font-size: 50px;
        font-weight: bold;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

    /* fundacion titulo cabecera */
    .letratitulo {
        top: -45px;
        left: 10px;
        font-family: "bahnschrift";
        font-size: 48px;
        text-align: left;
        font-weight: bold;
        position: fixed;
    }

    .scrool {
        background-color: rgba(251, 251, 251, 0.5);
        /* overflow-y: scroll;
        scroll-behavior: smooth; */

        /* font-size: 18px;
          border: red 2px solid;
          margin: 20px;
          padding: auto;*/
        text-align: center;
        font-size: calc(0.9em + 1vw);
        width: auto;
        height: 100%;
        /*  border: 1px solid; */
        padding: 08px 30px;
        /* BOTH of the following are required for text-overflow */
        white-space: nowrap;
        white-space: inherit;
        overflow: hidden;
        word-break: break-all;
    }

    /* foooter */
    .footer {
        position: fixed;
        left: 0;
        bottom: 8px;
        width: 100%;
        height: 12%;
        /*  background-color: rgba(44, 41, 41, 0.818);  */
        /*    background-image: url(img/fondo_CUPVER.jpg);   */
        color: white;
        text-align: center;
    }




    /* copy right */
    .copyrt {
        background-color: aliceblue;
        font-family: "bahnschrift";
        color: #6C8C3D;
        bottom: 0;
        right: 0;
        position: fixed;
        font-size: calc(0.4em + 1vw);
    }

    /* letras de cupver***************** */

    .cupver {
        margin-left: 02px;
        font-weight: bold;
        font-family: "bahnschrift";
        font-size: 11px; 
       /* font-size: calc(0.55em + 0.45vw); */
        
        color: darkgoldenrod;
    }


    .cupverlogo {
        
        float: right;
        margin-top: -10px;
        margin-right: 35px;
        width: 10px;
        height: 10px;


    }


    .subir {
        float: left;
        /* font-size: 10px; */
        font-size: calc(0.55em + 0.4vw);
        font-weight: bold;
        font-family: "bahnschrift";
        margin-top: 405px;
        margin-left: -11px;
        

    }


    .cuatro{

        
        width: 80px;
        height: 80px;
    
    }

}





/* por de bajo de  358px */

@media screen and (max-width: 358px) {

    .header {
        font-family: "bahnschrift";
        background-color: #6C8C3D;
        padding: 30px 10px;
        color: rgb(61, 61, 61);
        text-align: left;
        font-size: 50px;
        font-weight: bold;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

    /* fundacion titulo cabecera */
    .letratitulo {
        top: -45px;
        left: 10px;
        font-family: "bahnschrift";
        font-size: 48px;
        text-align: left;
        font-weight: bold;
        position: fixed;
    }

    .scrool {
        background-color: rgba(251, 251, 251, 0.5);
        /* overflow-y: scroll;
        scroll-behavior: smooth; */

        /* font-size: 18px;
          border: red 2px solid;
          margin: 20px;
          padding: auto;*/
        text-align: center;
        font-size: calc(1em + 1vw);
        width: auto;
        height: 100%;
        /*  border: 1px solid; */
        padding: 08px 10px;
        /* BOTH of the following are required for text-overflow */
        white-space: nowrap;
        white-space: inherit;
        overflow: hidden;
        word-break: break-all;
    }

    /* foooter */
    .footer {
        position: fixed;
        left: 0;
        bottom: 8px;
        width: 100%;
        height: 12%;
        /*  background-color: rgba(44, 41, 41, 0.818);  */
        /*    background-image: url(img/fondo_CUPVER.jpg);   */
        color: white;
        text-align: center;
    }




    /* copy right */
    .copyrt {
        background-color: aliceblue;
        font-family: "bahnschrift";
        color: #6C8C3D;
        bottom: 0;
        right: 0;
        position: fixed;
        font-size: calc(0.4em + 1vw);
    }

    /* letras de cupver***************** */

    .cupver {
        margin-left: 02px;
        font-weight: bold;
        font-family: "bahnschrift";
        font-size: 09.5px;  
       /*  font-size: calc(0.4em + 0.5vw);  */
        
        color: darkgoldenrod;
    }


    .cupverlogo {
        
        float: right;
        margin-top: -10px;
        margin-right: 35px;
        width: 10px;
        height: 10px;


    }


    .subir {
        float: left;
        /* font-size: 10px; */
        font-size: calc(0.45em + 0.5vw);
        font-weight: bold;
        font-family: "bahnschrift";
        margin-top: 405px;
        margin-left: -11px;
        

    }


    .cuatro{

        
        width: 80px;
        height: 80px;
    
    }

}










/* por de bajo de  320px */

@media screen and (max-width: 320px) {

    .header {
        font-family: "bahnschrift";
        background-color: #6C8C3D;
        padding: 30px 10px;
        color: rgb(61, 61, 61);
        text-align: left;
        font-size: 50px;
        font-weight: bold;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

    /* fundacion titulo cabecera */
    .letratitulo {
        top: -45px;
        left: 10px;
        font-family: "bahnschrift";
        font-size: 48px;
        text-align: left;
        font-weight: bold;
        position: fixed;
    }

    .scrool {
        background-color: rgba(251, 251, 251, 0.5);
        /* overflow-y: scroll;
        scroll-behavior: smooth; */

        /* font-size: 18px;
          border: red 2px solid;
          margin: 20px;
          padding: auto;*/
        text-align: center;
        font-size: calc(1.1em + 1.1vw);
        width: auto;
        height: 100%;
        /*  border: 1px solid; */
        padding: 08px 10px;
        /* BOTH of the following are required for text-overflow */
        white-space: nowrap;
        white-space: inherit;
        overflow: hidden;
        word-break: break-all;
    }

    /* foooter */
    .footer {
        position: fixed;
        left: 0;
        bottom: 8px;
        width: 100%;
        height: 12%;
        /*  background-color: rgba(44, 41, 41, 0.818);  */
        /*    background-image: url(img/fondo_CUPVER.jpg);   */
        color: white;
        text-align: center;
    }




    /* copy right */
    .copyrt {
        background-color: aliceblue;
        font-family: "bahnschrift";
        color: #6C8C3D;
        bottom: 0;
        right: 0;
        position: fixed;
        font-size: calc(0.4em + 1vw);
    }

    /* letras de cupver***************** */

    .cupver {
        margin-left: 01px;
        font-weight: bold;
        font-family: "bahnschrift";
       /*  font-size: 12.2px;  */ 
         font-size: calc(0.9em + 0.6vw);  
        
        color: darkgoldenrod;
    }


    .cupverlogo {
        
        float: right;
        margin-top: -10px;
        margin-right: 55px;
        width: 10px;
        height: 10px;


    }


    .subir {
        float: left;
        /* font-size: 10px; */
        font-size: calc(0.9em + 1vw);
        font-weight: bold;
        font-family: "bahnschrift";
        margin-top: 175px;
        margin-left: -11px;
        

    }


    .cuatro{

        
        width: 80px;
        height: 80px;
    
    }

}