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


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


}



html {


  /* Ubicación de la imagen */

  background-image: url(../img/fondo600_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;
}



/* conetnido de la pagina */
.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: auto;
  /*  border: 1px solid; */
  padding: 10px 30px;

  /* BOTH of the following are required for text-overflow */
  white-space: nowrap;
  white-space: inherit;
  overflow: hidden;
  font-family: "bahnschrift";
  word-break: break-all;
}




.subtitulo {

   color: #6C8C3D;
  text-align: center;
  font-size: 37px;
  font-family: "bahnschrift";
}

.consejo{
  font-size: 29px;
  font-weight: bold;
  font-family: "bahnschrift";
color: black;

}


.da{

  font-size: 37px;
  font-weight: bold;
  font-family: "bahnschrift";
color: black;
}




.subspan{
  color: #6C8C3D;
  text-align: center;
  font-size: 30px;
  font-family: "bahnschrift";
}


/* inicio de los media query para pc, table,mobil *******************************************/

/* Por debajo de 700px */
@media screen and (max-width: 700px) {
  .subtitulo {

    color: #6C8C3D;
   text-align: center;
   font-size: 37px;
   font-family: "bahnschrift";
 }
 
 .consejo{
   font-size: 22px;
   font-weight: bold;
   font-family: "bahnschrift";
 color: black;
 
 }
 
 
 .da{
 
   font-size: 37px;
   font-weight: bold;
   font-family: "bahnschrift";
 color: black;
 }
 
 
 
 
 .subspan{
   color: #6C8C3D;
   text-align: center;
   font-size: 25px;
   font-family: "bahnschrift";
 }
}



/* Por debajo de 600px................................................ */
@media screen and (max-width: 600px) {
  .subtitulo {

    color: #6C8C3D;
   text-align: center;
   font-size: 30px;
   font-family: "bahnschrift";
 }
 
 .consejo{
   font-size: 20px;
   font-weight: bold;
   font-family: "bahnschrift";
 color: black;
 
 }
 
 
 .da{
 
   font-size: 30px;
   font-weight: bold;
   font-family: "bahnschrift";
 color: black;
 }
 
 
 
 
 .subspan{
   color: #6C8C3D;
   text-align: center;
   font-size: 21px;
   font-family: "bahnschrift";
 }
}





/* Por debajo de 600px................................................ */
@media screen and (max-width: 500px) {
  .subtitulo {

    color: #6C8C3D;
   text-align: center;
   font-size: 28px;
   font-family: "bahnschrift";
 }
 
 .consejo{
   font-size: 20px;
   font-weight: bold;
   font-family: "bahnschrift";
 color: black;
 
 }
 
 
 .da{
 
   font-size: 28px;
   font-weight: bold;
   font-family: "bahnschrift";
 color: black;
 }
 
 
 
 
 .subspan{
   color: #6C8C3D;
   text-align: center;
   font-size: 18px;
   font-family: "bahnschrift";
 }
}







/* Por debajo de 600px................................................ */
@media screen and (max-width: 480px) {
  .subtitulo {

    color: #6C8C3D;
   text-align: center;
   font-size: 28px;
   font-family: "bahnschrift";
 }
 
 .consejo{
   font-size: 18px;
   font-weight: bold;
   font-family: "bahnschrift";
 color: black;
 
 }
 
 
 .da{
 
   font-size: 28px;
   font-weight: bold;
   font-family: "bahnschrift";
 color: black;
 }
 
 
 
 
 .subspan{
   color: #6C8C3D;
   text-align: center;
   font-size: 16px;
   font-family: "bahnschrift";
 }
}







/* Por debajo de 600px................................................ */
@media screen and (max-width: 450px) {
  .subtitulo {

    color: #6C8C3D;
   text-align: center;
   font-size: 24px;
   font-family: "bahnschrift";
 }
 
 .consejo{
   font-size: 16px;
   font-weight: bold;
   font-family: "bahnschrift";
 color: black;
 
 }
 
 
 .da{
 
   font-size: 24px;
   font-weight: bold;
   font-family: "bahnschrift";
 color: black;
 }
 
 
 
 
 .subspan{
   color: #6C8C3D;
   text-align: center;
   font-size: 16px;
   font-family: "bahnschrift";
 }
}






/* Por debajo de 400px ********************************/
@media screen and (max-width: 400px) {
  .subtitulo {

    color: #6C8C3D;
   text-align: center;
   font-size: 22px;
   font-family: "bahnschrift";
 }
 
 .consejo{
   font-size: 14px;
   font-weight: bold;
   font-family: "bahnschrift";
 color: black;
 
 }
 
 
 .da{
 
   font-size: 22px;
   font-weight: bold;
   font-family: "bahnschrift";
 color: black;
 }
 
 
 
 
 .subspan{
   color: #6C8C3D;
   text-align: center;
   font-size: 14px;
   font-family: "bahnschrift";
 }
}




/* Por debajo de 400px ********************************/
@media screen and (max-width: 480px) {
  .subtitulo {

    color: #6C8C3D;
   text-align: center;
   font-size: 20px;
   font-family: "bahnschrift";
 }
 
 .consejo{
   font-size: 14px;
   font-weight: bold;
   font-family: "bahnschrift";
 color: black;
 
 }
 
 
 .da{
 
   font-size: 20px;
   font-weight: bold;
   font-family: "bahnschrift";
 color: black;
 }
 
 
 
 
 .subspan{
   color: #6C8C3D;
   text-align: center;
   font-size: 14px;
   font-family: "bahnschrift";
 }
}







/* Por debajo de 300px ...............................................*/
@media screen and (max-width: 384px) {
  .subtitulo {

    color: #6C8C3D;
   text-align: center;
   font-size: 20px;
   font-family: "bahnschrift";
 }
 
 .consejo{
   font-size: 12px;
   font-weight: bold;
   font-family: "bahnschrift";
 color: black;
 
 }
 
 
 .da{
 
   font-size: 20px;
   font-weight: bold;
   font-family: "bahnschrift";
 color: black;
 }
 
 
 
 
 .subspan{
   color: #6C8C3D;
   text-align: center;
   font-size: 12px;
   font-family: "bahnschrift";
 }
}






/* Por debajo de 300px ...............................................*/
@media screen and  (max-width: 354px) {
  .subtitulo {

    color: #6C8C3D;
   text-align: center;
   font-size: 18px;
   font-family: "bahnschrift";
 }
 
 .consejo{
   font-size: 10px;
   font-weight: bold;
   font-family: "bahnschrift";
 color: black;
 
 }
 
 
 .da{
 
   font-size: 18px;
   font-weight: bold;
   font-family: "bahnschrift";
 color: black;
 }
 
 
 
 
 .subspan{
   color: #6C8C3D;
   text-align: center;
   font-size: 10px;
   font-family: "bahnschrift";
 }
}





/* Por debajo de 300px ...............................................*/
@media screen and  (max-width: 300px) {
  .subtitulo {

    color: #6C8C3D;
   text-align: center;
   font-size: 16px;
   font-family: "bahnschrift";
 }
 
 .consejo{
   font-size: 08px;
   font-weight: bold;
   font-family: "bahnschrift";
 color: black;
 
 }
 
 
 .da{
 
   font-size: 16px;
   font-weight: bold;
   font-family: "bahnschrift";
 color: black;
 }
 
 
 
 
 .subspan{
   color: #6C8C3D;
   text-align: center;
   font-size: 08px;
   font-family: "bahnschrift";
 }
}







/* fin de los media query para pc, table,mobil */






















/* 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);

}