:root{
      --negro: #000000;
      --gris: #666;
      --gris-oscuro: #d1d1d1;
      --gris-claro: #fbfbfb;
      --blanco: #ffffff;
      --rojo: #c40002;
      --colorado: #d6121c;
      --verde-claro: #83CB50;
      --verde-oscuro: #7dbc00;
      --verde-ok: #11DA45;
      --naranja: #F8871D;
      --link: #3671ed;
      --azul: #344e71;
      --azul-oscuro : #002978;
      --texto: #353535;
      --amarillo-pato: #ffff00;
      --oro: #be9f50;
      --oro-claro: #edd28f;
      --fondo-foto: rgba(190,159,80,0.18);
     }

*{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
 }

body{
     width: 100%;
     height: auto;
     background: var(--blanco);
     color: var(--gris);
     font-family: 'Open Sans', sans-serif;
     min-width: 380px;
     overflow-x: hidden;
     line-height: 1.5em;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    }

    #p-40{
      width: 40%;
        height: auto;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 5%;
        margin-bottom: 1%;
        padding: 10px;
        float: left;
        font-size: 15px;
        text-align: left;
        color: var(--blanco);
    }

#p-40-img{
width: 40%;
height: 250px;
float: left;
margin-left: 5%;
margin-right: 5%;
margin-top: 3%;
margin-bottom: 1%;
border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    border: 3px solid var(--gris-claro);
}

#btn-menu{
          display: none;
         }

header{
       width: 100%;
       background: var(--oro);
       display: block;
       position: fixed;
       top: 0px;
       position: fixed!important;
       top: 0px;
       bottom: auto;
       left: 50%;
       right: auto;
       transform: translateX(-50%);
      }

header label{
             width: 45px;
             height: 45px;
             color: var(--negro);
             display: none;
             padding: 12px;
            }

nav.menu{
         height: 70px;
        }


header label img{
                 width: 35px;
                 height: 35px;
                 padding: 2px;
                 border-radius: 5px;
                 float: left;
                 background: var(--blanco);
                }

            /*------ Fondo libros------*/
main{
     width: 100%;
     float: left;
    }

hr{
  width: 100%;
  float: left;
  height: 10px;
  border: none;
  background-image: linear-gradient(105deg, var(--oro-claro) 39%, var(--oro) 96%);
}

            .fondo-libros{
                          width: 100%;
                          height: auto;
                          float: left;
                          color: var(--blanco);
                          font-size: 16px;
                          min-height: 30.62em;
                          background: linear-gradient(rgba(0, 0, 0, .50) 0%, rgba(0,0,0, .10) 100%), url("../img/fondo-header.jpg");
                          background-position: center center;
                          background-size: cover;
                          display: flex;
                          align-items: end;
                         }

            .fondo-libros .contenedor{
              width: 100%;
font-weight: bold;
text-align: center;
margin-bottom: 5.25em;
margin-top: 5.25em;
                                     }

            .fondo-libros .titulo{
                                  width: 85%;
                                  font-weight: 600;
                                  font-size: 2.50em;
                                  margin-bottom: 0.9em;
                                  text-align: right;
                                  float: left;
                                  margin-left: 100px;
                                  margin-top: 100px;
                                  align-items: center;
                                  font-family: 'Abhaya Libre',Georgia,"Times New Roman",serif;
                                 }

            .fondo-libros .descripcion{
                                       width: 70%;
                                       margin-left: 30%;
                                       margin-right: 0%;
                                       font-weight: normal;
                                       font-size: 1em;
                                       margin-bottom: 0em;
                                       float: left;
                                       text-align: center;
                                       align-items: center;
                                      }

.fondo-libros span{
      width: 90%;
      float: left;
      padding: 15px;
      margin-left: 5%;
      margin-right: 5%;
      margin-top: 1%;
      font-weight: 500;
      font-size: 35px;
      color: var(--blanco);
      font-family: 'Abhaya Libre',Georgia,"Times New Roman",serif;
      text-shadow: 2px 2px var(--negro);
      text-align: center;
    }


/*GENERALES*/
::placeholder{
  color: var(--negro);
}

h1{
   width: 70%;
    height: auto;
    float: left;
    margin-top: 3%;
    margin-bottom: 1%;
    margin-left: 15%;
    margin-right: 15%;
    text-align: center;
    font-family: 'Abhaya Libre',Georgia,"Times New Roman",serif;
    text-transform: uppercase;
    font-size: 27px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    margin-right: 15px!important;
    font-weight: 600;
    font-size: 20px;
    border: 0 solid #333;
    border-top-width: 1px;
    border-bottom-width: 1px;
  }

h1.h1-secciones{
                width: 100%;
                height: auto;
                float: left;
                padding: 5px;
                font-size: 50px;
                margin-bottom: 1%;
                margin-top: 8%;
                text-align: center;
                color: var(--azul);
                background: linear-gradient(to top, var(--gris-oscuro), white);
                border-bottom: 5px solid var(--azul);
               }

h2{
   width: 90%;
   float: left;
   padding: 15px;
   margin-left: 5%;
   margin-right: 5%;
   margin-top: 1%;
   font-size: 50px;
   font-weight: bold;
   color: var(--blanco);
   font-family: 'Roboto', sans-serif;
   text-shadow: 2px 2px var(--negro);
   text-align: center;
  }

  .container{
             width: 80%;
             margin-left: 10%;
             margin-right: 10%;
             margin-top: 1%;
             display: flex;
             flex-wrap: wrap;
             float: left;
            }

.container h2.h2-secciones{
                           width: 60%;
                           height: auto;
                           float: left;
                           margin-left: 20%;
                           margin-right: 20%;
                           background: none;
                           text-align: left;
                           color: var(--texto);
                           border-left: 2px solid var(--rojo);
                           text-shadow: 0px 0px;
                          }


.container span.span-secciones{
                               width: 60%;
                               height: auto;
                               float: left;
                               margin-left: 20%;
                               margin-right: 20%;
                               background: none;
                               padding: 10px;
                               text-align: left;
                               color: var(--texto);
                              }

.container span.span-secciones,img{
                                   width: 100%;
                                   height: auto;
                                   float: left;
                                  }

a.descarga-resolucion{
                      width: 60%;
                      height: auto;
                      padding: 10px;
                      border-radius: 40px;
                      padding: 18px;
                      text-decoration: none;
                      font-weight: bold;
                      text-align: center;
                      float: left;
                      background: var(--rojo);
                      color: var(--blanco);
                     }

a.nosotros{
           width: 35%;
           margin-right: 10%;
           background: var(--rojo);
           color: var(--blanco);
           float: left;
           padding: 18px;
           border-radius: 40px;
           margin-top: 1%;
           text-decoration: none;
           font-weight: bold;
           text-align: center;
          }

h3{
   width: 90%;
   float: left;
   padding: 15px;
   margin: auto;
   font-size: 30px;
   font-weight: bold;
   color: var(--blanco);
   text-shadow: 2px 2px var(--negro);
   line-height: 0.9em;
   text-align: center;
  }

  h4{
     width: 100%;
     height: auto;
     float: left;
     padding: 10px;
     font-size: 20px;
     font-weight: bold;
     color: var(--negro);
     text-align: center;
     background-color: var(--oro);
    }

h5{
  width: 70%;
  height: auto;
  float: left;
  margin-top: 3%;
  margin-bottom: 3%;
  margin-left: 15%;
  margin-right: 15%;
  text-align: center;
  font-family: 'Abhaya Libre',Georgia,"Times New Roman",serif;
  text-transform: uppercase;
  font-size: 27px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  padding-top: 7px!important;
  padding-bottom: 7px!important;
  margin-right: 15px!important;
  font-weight: 600;
  font-size: 20px;
  border: 0 solid #333;
  border-top-width: 1px;
  border-bottom-width: 1px;
  }

output{
       color: var(--blanco);
      }

#ristorante{
       color: var(--gris);
       float: left;
      }

#carnes{
        color: var(--gris);
         float: left;
       }

.fondo span{
            width: 100%;
            height: auto;
            float: left;
            display: block;
            padding: 15px;
            font-size: 14px;
            text-align: left;
            color: var(--blanco);
            background: rgba(0,0,30);
            border-bottom-left-radius: 14px;
            border-bottom-right-radius: 14px;
           }

.line-shape{
            width: 20%;
            margin-left: 40%;
            margin-right: 40%;
            height: 2px;
            float: left;
            background-color: #ff4d5e;
            margin-top: 15px;
            margin-bottom: 15px;
           }

.link{
      text-decoration: none;
      color: var(--link);
      font-weight: bold;
      font-size: 13px;
     }

.link-dark{
           text-decoration: none;
           color: var(--blanco);
           font-weight: bold;
           font-size: 13px;
          }

/*FIN GENERALES*/
.logo{
  width: 115px;
margin-left: 5%;
float: left;
position: absolute;
     }

.menu ul{
         margin: 0;
         list-style: none;
         padding: 0;
         display: flex;
         justify-content: flex-end;
         margin-top: 10px;
         margin-right: 10px;
        }

/*Imagen Fondo*/
.menu li a{
           display: block;
           padding: 15px 15px;
           color: var(--blanco);
           font-size: 13px;
           font-weight: 600;
           text-decoration: none;
           font-style: italic;
           text-transform: uppercase;
          }

.menu li a:hover{
                 cursor: pointer;
                 transition: 1s;
                 color: var(--oro-claro);
                }

.menu li a img{
                width: 24px;
                height: 24px;
                margin-right: 5px;
              }

.idioma-seleccionado{
    border: 2px solid var(--oro-claro);
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
                    }

.idioma-seleccionado:hover{
  background: var(--oro);
}

.logo-whatsapp{
               width: 15px;
               height: 15px;
               float: none;
              }

/*INDEX*/
.global-seccion{
                width: 100%;
                font-size: 16px;
                min-height: 50.62em;
                background: var(--blanco);
                background-position: center center;
                background-size: cover;
                display: block;
                align-items: end;
                float: left;
                }

/* FONDO VIDEO */
.header{
        height: 100vh;
        display: flex;
        align-items: center;
        color: #fff;
       }

.content{
         max-width: 40rem;
         padding-left: 1rem;
         padding-right: 1rem;
         margin: auto;
         text-align: center;
        }

.header-video{
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100vh;
              overflow: hidden;
             }

.header-video video{
                    min-width: 100%;
                    min-height: 100%;
                   }



                   .header-video img{
                                       min-width: 100%;
                                       min-height: 100%;
                                      }

.header-overlay{
                height: 100vh;
                width: 100vw;
                position: absolute;
                top: 0;
                left: 0;
                background: #000000;
                z-index: 1;
                opacity: 0.1;
               }

.header-content{
                z-index: 2;
                margin-top: 95%;
               }

.header-content h1{
                   font-size: 50px;
                   margin-bottom: 0;
                  font-family: 'Roboto', sans-serif;
                  border: none;
                  }

.header-content p{
  font-size: 1.5rem;
display: block;
padding-bottom: 2rem;
background: #ffffff;
color: var(--negro);
opacity: 0.8;
padding: 5px;
border-radius: 3px;
                 }

.btn{
     width: 15%;
     float: left;
     background: var(--blanco);
     color: var(--negro);
     font-size: 12px;
     font-weight: bold;
     margin-left: 42.5%;
     margin-right: 42.5%;
     padding: 0.5rem 0.5rem;
     text-decoration: none;
     text-align: center;
     margin-top: 1%;
     border: 1px solid var(--negro);
     border-top-right-radius: 40px;
     border-bottom-left-radius: 40px;
    }

.btn:hover{
  cursor: pointer;
  background: var(--oro-claro);
  transition: 1s;
}



@media (min-width: 800px){
    .seccion-menu{
                  width: 100%;
                  height: 100vh;
                  float: left;
                  margin-top: 70px;
                 }


             .ver-menu{
                         width: 100%;
                         position:absolute;
                         display: contents;
                        }

             .pdf{
                  position:relative;
                  float: left;
                 }
}

@media (max-width: 780px){

#p-40{
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}

#p-40-img{
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}

.container .transferencia1{
  width: 100%;
}

.seccion-menu{
              width: 100%;
              height: 100vh;
              float: left;
              margin-top: 70px;
             }

.ver-menu{
          display: none;
         }

         .ver-menu-celular{
                     width: 100%;
                     position:absolute;
                     display: contents;
                    }

 .ver-menu-celular a{
                     width: 80%;
                     float: left;
                     margin-left: 10%;
                     margin-right: 10%;
                     padding: 10px;
                     font-size: 18px;
                     font-weight: bold;
                     background: var(--link);
                     color: var(--blanco);
                     text-decoration: none;
                     text-align: center;
                     margin-bottom: 10%;
                     margin-top: 10%;
                    }
}


.seccion-error{
                width: 100%;
                height: auto;
                float: left;
              }

.seccion-error h1{
                  text-align: center;
                  float: left;
                 }

.seccion-error p{
                 width: 90%;
                 text-align: center;
                 float: left;
                 margin-left: 5%;
                 margin-right: 5%;
                 margin-top: 1%;
                 margin-bottom: 1%;
                }

@media (max-width: 960px){
.content{
         padding: 0 3rem 0 3rem;
        }
}



.container-fondo{
                 width: 100%;
                 margin: auto;
                 display: flex;
                 flex-wrap: wrap;
                 float: left;
                 margin-top: 2em;
                }


.container p{
             width: 80%;
             height: auto;
             margin-left: 10%;
             margin-right: 10%;
             padding: 5px;
             font-size: 14px;
             text-align: center;
             color: var(--texto);
            }

.container .transferencia1{
                           width: 50%;
                           height: auto;
                           float: left;
                           padding: 10px;
                           margin-top: 1%;
                           background: var(--gris-claro);
                           border: 1px solid var(--oro);
                          }

.container .transferencia2{
                           width: 50%;
                           height: auto;
                           float: left;
                           padding: 10px;
                           margin-top: 1%;
                           background: var(--gris-claro);
                           border: 1px solid var(--oro);
                          }

.botones-de-menu{
                 width: 100%;
                 height: auto;
                 float: left;
                }

.container .transferencia3{
                           width: 100%;
                           height: auto;
                           float: left;
                           color: var(--negro);
                          }

.transferencia1 p{
                  width: 40%;
                  height: auto;
                  float: left;
                  color: var(--negro);
                  margin-top: 10%;
                  text-align: center;
                  font-family: 'Abhaya Libre',Georgia,"Times New Roman",serif;
                  font-weight: 600;
                  font-size: 20px;
                  border: 0 solid #333;
                  border-top-width: 1px;
                  border-bottom-width: 1px;
                 }


.transferencia1 span{
                     width: 40%;
                     height: auto;
                     float: left;
                     margin-left: 10%;
                     text-align: left;
                     font-size: 14px;
                       text-align: justify;
                    }

.transferencia1 a{
  width: 40%;
  height: auto;
  float: left;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 5%;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  background: var(--negro);
  color: var(--negro);
  font-weight: bold;
  padding: 0.3em 1em;
  line-height: 2.7em!important;
  background-color: transparent;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid;
  border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;

                 }

.transferencia1 a:hover{
  background: var(--oro);
  transition: 1s;
  cursor: pointer;
                       }

.transferencia1 a img{
  width: 32px;
  height: 32px;
  float: left;
  margin-left: 10%;
  color: var(--negro);
                     }

.restorante-y-carnes{
                      width: 100%;
                      height: auto;
                      float: left;
                    }

.transferencia2 p{
  width: 40%;
  height: auto;
  float: left;
  color: var(--negro);
  margin-top: 10%;
  text-align: center;
  font-family: 'Abhaya Libre',Georgia,"Times New Roman",serif;
  font-weight: 600;
  font-size: 20px;
  border: 0 solid #333;
  border-top-width: 1px;
  border-bottom-width: 1px;
                 }

.transferencia2 span{
                     width: 40%;
                     height: auto;
                     float: left;
                     margin-left: 10%;
                     text-align: left;
                     font-size: 14px;
                       text-align: justify;
                    }

.transferencia2 a{
                    width: 40%;
                  height: auto;
                  float: left;
                  margin-left: 5%;
                  margin-right: 5%;
                  margin-top: 5%;
                  font-size: 13px;
                  text-align: center;
                  text-decoration: none;
                  background: var(--negro);
                  color: var(--negro);
                  font-weight: bold;
                  padding: 0.3em 1em;
                  line-height: 2.7em!important;
                  background-color: transparent;
                  background-size: cover;
                  background-position: 50%;
                  background-repeat: no-repeat;
                  border: 2px solid;
                  border-top-left-radius: 35px;
                    border-bottom-right-radius: 35px;
                 }

.transferencia2 a:hover{
                        background: var(--oro);
                        transition: 1s;
                        cursor: pointer;
                       }

.transferencia2 a img{
                      width: 32px;
                      height: 32px;
                      float: left;
                      margin-left: 10%;
                      color: var(--negro);
                     }

.transferencia2 img.logo-carnes{
                                width: 250px;
                                height: auto;
                                float: left;
                               }

.transferencia1 img.logo-ristorante{
                                    width: 250px;
                                    height: auto;
                                    float: left;
                                   }

.transferencia3 .recuadro{
                          width: 30%;
                          margin-left: 3%;
                          height: 350px;
                          float: left;
                          font-size: 25px;
                          margin-top: 5%;
                          padding: 20px;
                          font-weight: bold;
                          color: var(--negro);
                          border: solid 1px var(--gris-oscuro);
                          border-radius: 16px;
                          margin-bottom: 5%;
                         }

.transferencia3 .recuadro img{
                              width: 20%;
                              height: auto;
                              float: left;
                              margin-left: 40%;
                              margin-right: 40%;
                              margin-top: 5%;
                             }

.transferencia3 .recuadro p{
                            width: 80%;
                            height: auto;
                            float: left;
                            margin-left: 10%;
                            margin-right: 10%;
                           }

.transferencia3 .recuadro span{
                               width: 50%;
                               height: auto;
                               float: left;
                               margin-left: 25%;
                               text-align: center;
                              }

.transferencia3 a{
                  font-size: 20px;
                 }

.contenedor-pasos{
                  width: 100%;
                  height: auto;
                  float: left;
                 }

.container .jovenes{
                    width: 40%;
                    float: left;
                    background: var(--fondo-foto);
                    border-top-right-radius: 90px;
                   }

.container .jovenes img{
                       width: 60%;
                       margin-left: 20%;
                       margin-right: 20%;
                       margin-top: 5%;
                       margin-bottom: 5%;
                       height: auto;
                       border-top-left-radius: 40px;
                       border-bottom-right-radius: 40px;
                       border: 5px solid var(--gris-claro);
                      }


.container .info-beneficios{
  width: 45%;
margin-left: 5%;
float: left;
background: var(--fondo-foto);
color: var(--gris);
border-bottom-left-radius: 90px;
                           }

.container .info-beneficios p{
                              width: 90%;
                              height: auto;
                              float: left;
                              text-align: left;
                              font-size: 25px;
                              font-weight: bold;
                              color: var(--negro);
                             }

.container .info-beneficios span{
  width: 90%;
  font-family: 'Abhaya Libre',Georgia,"Times New Roman",serif;
  text-transform: uppercase;
  font-size: 25px;
  color: #5b5b5b!important;
  text-align: left;
  float: left;
  margin-left: 10%;
    margin-top: 5%;
                                }

.container .info-beneficios span img{
                                     width: 50px;
                                     height: 50px;
                                     float: left;
                                     margin-top: -15px;
                                     margin-right: 1%;
                                     text-align: left;
                                    }

.container .info-beneficios small{
                                  width: 80%;
                                  height: auto;
                                  float: left;
                                  margin-left: 10%;
                                  margin-right: 10%;
                                  text-align: left;
                                  margin-bottom: 10px;
                                  color: var(--negro);
                                  display: block;
                                  position: static;
                                  font-size: 14px;
                                  text-align: justify;
                                 }

.bloque.parallax{
                 width: 100%;
                 height: 400px;
                 background-position: 50% 50%;
                 background-repeat: no-repeat;
                 background-size: cover;
                 background-attachment: fixed;
                 display: flex;
                }

.parallax.image-1{
                  background-image: url("../img/piagari-ristorante.jpg");
                  position: static;
                 }

.parallax.image-2{
                  background-image: url("../img/piagiri-carnes.jpg");
                  position: static;
                 }

.parallax.image-3{
                  background-image: url("../img/eventos.jpg");
                  position: static;
                 }

.parallax.image-4{
                  min-height: 1500px;
                  background-image: url("../img/fondo-porelmundo.jpg");
                  position: static;
                 }


.container-parallax{
  width: 100%;
    display: flex;
    flex-wrap: wrap;
    float: left;
    background-color: rgba(0, 0, 0, 0.4);
    font-family: 'Abhaya Libre',Georgia,"Times New Roman",serif;
}


.bloque .container-parallax p{
                     width: 80%;
                     height: auto;
                     margin-left: 10%;
                     margin-right: 10%;
                     margin-top: 1%;
                     margin-bottom: 1%;
                     padding: 10px;
                     font-size: 15px;
                     text-align: center;
                     color: var(--blanco);
                     font-family: 'Abhaya Libre',Georgia,"Times New Roman",serif;
                    }

.container-porelmundo{
      width: 100%;
    display: block;
    float: left;
    background: var(--negro);
    background-color: rgba(0, 0, 0, 0.5);
}

.container-porelmundo h2{
  width: 90%;
    float: left;
    padding: 15px;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 1%;
    font-size: 30px;
    font-weight: bold;
    color: var(--blanco);
    font-family: 'Abhaya Libre',Georgia,"Times New Roman",serif;
    text-shadow: 2px 2px var(--negro);
    line-height: 1.1em;
    text-align: center;
}

.recuadro .whatsapp{
                      width:100%;
                      height: auto;
                      float: left;
                      text-align: left;
                      color: var(--negro);
                      font-size:17px;
                      font-weight: bold;
                      padding: 1px;
                      text-decoration: none;
                      border-radius: 16px;
                      margin-bottom: 5px;
                      margin-top: 10px;
                    }

.meitre img{
            width: 100px;
            height: auto;
            float: left;
            display: inline-block;
            font-size: 13px;
            cursor: pointer;
            position: fixed;
            border-radius: 80px;
            bottom: 10px;
            border: 2px solid var(--oro);
            margin-bottom: 10px;
            left: 5px;
            color: var(--verde-ok);
          }


.whatsapp img{
              width: 50px;
              height:auto;
              float: left;
              display: inline-block;
              font-size:13px;
              cursor:pointer;
              position: fixed;
              border-radius: 80px;
              bottom:60px;
              right:5px;
              color: var(--verde-ok);
             }



.container iframe{
                 width: 80%;
                 height: 250px;
                 float: left;
                 margin-left: 10%;
                 margin-right: 10%;
                 margin-bottom: 5%;
                 border-radius: 16px;
                }

                p.p-40{
                  width: 40%;
                    height: auto;
                    /* margin-left: 10%; */
                    /* margin-right: 10%; */
                    margin-top: 1%;
                    margin-bottom: 1%;
                    padding: 10px;
                    float: left;
                    font-size: 15px;
                    text-align: center;
                    color: var(--blanco);
                    background: var(--negro);
                    background-color: rgba(0, 0, 0, 0.8);
                }

.quienes{
         background: var(--negro);
        }

.quienes h1{
            width: 60%;
            height: auto;
            float: left;
            margin-left: 5%;
            padding: 10px;
            text-align: left;
            color: var(--blanco);
           }


.quienes img{
             width: 30%;
             height: auto;
             float: right;
             margin-left: 20%;
            }

.quienes p{
           width: 25%;
           height: auto;
           float: left;
           padding: 5px;
           margin-left: 5%;
           font-size: 20px;
           text-align: left;
           color: var(--blanco);
          }

.quienes a{
           float: left;
           padding: 15px;
           margin-left: 5%;
           margin-top: 5%;
           font-size: 18px;
           text-align: left;
           background: var(--oro);
           color: var(--negro);
           border-radius: 40px;
          }

.galeria{
         width: 80%;
         height: auto;
         display: block;
         margin-left: 10%;
         margin-right: 10%;
         float: left;
         grid-gap: 10px;
        }

.galeria img{
             width: 100%;
             height: 150px;
             vertical-align: top;
             object-fit: cover;
            }

.galeria > a{
             width: 25%;
             height: auto;
             display: block;
             overflow: hidden;
             box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
             border: 1px solid var(--blanco);
             float: left;
            }

.galeria > a:hover{
                   opacity: 0.9;
                   border: 1px solid var(--negro);
                  }

/*TESTIMONIOS*/
.testimonios{
             width: 100%;
             height: auto;
             min-height: 40vh;
             display: flex;
             justify-content: center;
             align-items: center;
            }

.wrapper{
         width: 90%;
         float: left;
         margin-left: 5%;
         margin-right: 5%;
        }

.slider-testimonial{
                    width: 100%;
                    height: auto;
                    float: left;
                   }

.testimonial-item{
                  width: 31.33%;
                  height: auto;
                  float: left;
                  border-radius: 5px;
                  margin-left: 1%;
                  margin-right: 1%;
                  background: var(--blanco);
                  box-shadow: 0px 0px 5px 1px black;
                  margin-top: 1%;
                  margin-bottom: 1%;
                 }

p.texto-testimonial{
                    width: 80%;
                    height: auto;
                    float: left;
                    padding: 10px;
                    font-size: 12px;
                    text-align: center;
                  }

.nombre-testimonio{
                   font-size: 15px;
                   font-weight: bold;
                   text-align: center;
                   float: left;
                  }

.testimonial-client{
                    width: 100%;
                    height: auto;
                    float: left;
                   }

.testimonial-client img{
                        width: 50px;
                        height: 50px;
                        margin-left: 40%;
                        margin-right: 20%;
                        padding: 1px;
                        float: left;
                        display: block;
                       }

.imagen-postres{
  width: 100%;
  height: auto;
  float: left;
}

/*FIN INDEX*/
div#info{
         width: 100%;
         float: left;
         color: var(--blanco);
         padding: 5px;
         border-radius: 16px;
         background: var(--link);
         text-align: center;
        }

div#info1{
          width: 100%;
          float: left;
          color: var(--blanco);
          padding: 5px;
          border-radius: 16px;
          background: var(--link);
          text-align: center;
         }

div#info2{
          width: 100%;
          float: left;
          color: var(--blanco);
          padding: 5px;
          border-radius: 16px;
          background: var(--link);
          text-align: center;
         }

div#info3{
          width: 100%;
          float: left;
          color: var(--blanco);
          padding: 5px;
          border-radius: 16px;
          background: var(--link);
          text-align: center;
         }

div#info4{
          width: 100%;
          float: left;
          color: var(--blanco);
          padding: 5px;
          border-radius: 16px;
          background: var(--link);
          text-align: center;
         }
/*FIN DE LIBROS DE RECLAMOS*/

/*IMAGENES*/


.contenedor-pasos img.pasos{
                            width: 25%;
                            height: auto;
                            float: left;
                           }

/*EVENTOS*/
.container .eventos{
                    width: 23%;
                    margin-right: 1%;
                    margin-left: 1%;
                    height: auto;
                    padding: 0;
                    float: left;
                    background: var(--blanco);
                    border: 2px solid var(--oro);
                    float: left;
                    margin-bottom: 1%;
                   }

.eventos p{
           width: 60%;
           height: auto;
           float: left;
           margin-left: 20%;
           margin-right: 20%;
          }

.container .eventos iframe{
                           width: 100%;
                           height: 250px;
                           float: left;
                           border: none;
                           padding: 25px;
                          }

.eventos video{
               width: 100%;
               height: auto;
               float: left;
               padding: 0;
              }

.pastas{
        width: 100%;
        height: auto;
        float: left;
       }

.pastas .galeria{
                 width: 80%;
                 height: auto;
                 margin-left: 10%;
                 margin-right: 10%;
                 float: left;
                }

.pastas p{
          width: 60%;
          margin-left: 20%;
          margin-right: 20%;
          height: auto;
          float: left;
          text-align: center;
         }

.delivery{
          width: 100%;
          height: auto;
          float: left;
         }

.delivery img{
              width: 15%;
              height: auto;
              margin-left: 42.5%;
              margin-right: 42.5%;
              margin-top: 1%;
              margin-bottom: 1%;
              border-top-left-radius: 35px;
                border-bottom-right-radius: 35px;
              float: left;
              padding: 3px;
              border: 3px solid var(--oro-claro);
             }

.delivery p{
  width: 50%;
height: auto;
float: left;
text-align: left;
margin-left: 25%;
margin-right: 25%;
text-align: center;
font-size: 13px;
           }

.delivery a{
  width: 30%;
height: auto;
float: left;
margin-left: 35%;
margin-right: 35%;
margin-top: 1%;
font-size: 13px;
text-align: center;
text-decoration: none;
background: var(--negro);
color: var(--negro);
font-weight: 500;
padding: 0.3em 1em;
line-height: 2.7em!important;
background-color: transparent;
background-size: cover;
background-position: 50%;
background-repeat: no-repeat;
border: 2px solid;
border-top-left-radius: 35px;
  border-bottom-right-radius: 35px;
           }

.delivery a:hover{
  cursor: pointer;
  background: var(--oro-claro);
}

.delivery .click-aca img{
                         width: 24px;
                         height: 24px;
                         float: right;
                         margin-left: 5px;
                         background: var(--negro);
                         margin-right: 5px;
                         border-top-left-radius: 0px;
                         border-bottom-right-radius: 0px;
                         border-radius: 40px;
                        }

img.icono-delivery{
                width: 32px;
                height: 32px;
                float: left;
                margin-left: 0%;
                margin-right: 0%;
                margin-top: 0%;
                margin-bottom: 0%;
                background: var(--negro);
                margin-right: 5px;
                border-top-left-radius: 0px;
                border-bottom-right-radius: 0px;
                border-radius: 40px;
               }

.ir-arriba{
           width: 30px;
           height: 30px;
           float: left;
     	     display: inline-block;
     	     padding:5px;
     	     font-size:20px;
     	     color:#fff;
           text-align: center;
     	     cursor:pointer;
     	     position: fixed;
     	     bottom:10px;
           border-radius: 90px;
     	     right:10px;
           color: var(--oro);
           background: var(--blanco);
           border: 1px solid var(--negro);
          }

i.fab.fa-whatsapp .w1{
                      width: auto;
                      height:auto;
                      float: left;
                      display: inline-block;
                      font-size:13px;
                      cursor:pointer;
                      position: fixed;
                      border-radius: 80px;
                      padding: 5px;
                      bottom:80px;
                      right:10px;
                      background: var(--negro);
                      color: var(--verde-ok);
                     }

i.fab.fa-whatsapp .w2{
                      width: auto;
                      height:auto;
                      float: left;
                      display: inline-block;
                      font-size:13px;
                      cursor:pointer;
                      position: fixed;
                      border-radius: 80px;
                      padding: 5px;
                      bottom:60px;
                      right:10px;
                      background: var(--negro);
                      color: var(--verde-ok);
                     }


/*ERRORES 404-500*/
.logo404{
         width: 50%;
         height:auto;
         margin-left: 25%;
         margin-right: 25%;
         margin-top: 25px;
         margin-bottom: 25px;
         background: var(--negro);
        }

/*FIN ERRORES 404-500*/

/*FOOTER*/
footer{
       width: 100%;
       height: auto;
       float: left;
       display: block;
       bottom: 0;
       min-height: 5em;
       padding: 10px;
       background: var(--oro);
       border-top: 5px solid var(--oro-claro);
      }

footer .suscribete{
                   width: 100%;
                   height: auto;
                   float: left;
                   padding: 15px;
                   background: var(--gris-oscuro);
                  }

footer .suscribete span{
                        width: 50%;
                        height: auto;
                        float: left;
                        text-align: right;
                        font-size: 20px;
                        padding: 18px;
                        }

footer .suscribete form{
                        width: 50%;
                        height: auto;
                        float: left;
                        padding: 5px;
                       }

footer .footer{
               width: 90%;
               margin-left: 5%;
               margin-right: 5%;
               height: auto;
               float: left;
               padding: 10px;
               text-align: left;
              }

footer .footer nav{
                   width: 20%;
                   height: auto;
                   margin-left: 5%;
                   float: left;
                   padding: 10px;
                   text-align: left;
                  }

footer nav span{
                width: 80%;
                height: auto;
                float: left;
                padding: 5px;
                font-weight: bold;
                color: var(--blanco);
                text-align: left;
                border-bottom: 1px solid var(--negro);
                font-family: 'Abhaya Libre',Georgia,"Times New Roman",serif;
               }

footer nav a{
             width: 90%;
             color: var(--blanco);
             text-decoration: none;
             margin-right: 10px;
             line-height: normal;
             font-size: 13px;
             float: left;
             padding: 5px;
             text-align: left;
             font-family: 'Abhaya Libre',Georgia,"Times New Roman",serif;
            }

footer nav a:hover{
                   color: var(--oro-claro);
                   cursor: pointer;
                   transition: 1s;
                  }

footer nav p{
             width: 80%;
             color: var(--blanco);
             text-decoration: none;
             margin-right: 10px;
             line-height: normal;
             font-size: 13px;
             float: left;
             padding: 5px;
             text-align: left;
             font-family: 'Abhaya Libre',Georgia,"Times New Roman",serif;
            }

footer .copy{
             width: 100%;
             height: auto;
             float: left;
             text-align: center;
             padding: 10px;
             font-size: 12px;
             color: var(--blanco);
             border-top: 1px solid var(--oro);
             font-family: 'Abhaya Libre',Georgia,"Times New Roman",serif;
            }


/*FRANQUICIAS*/

form.formulario-franquicia{
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
  background: var(--oro-claro);
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  border: 2px solid var(--gris);
  padding: 10px;
  float: left;
}

form.formulario-franquicia input{
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  float: left;
  padding: 10px;
  border: none;
  font-size: 15px;
  margin-top: 5px;
  border-radius: 5px;
  font-family: 'Abhaya Libre',Georgia,"Times New Roman",serif;
}

form.formulario-franquicia input:hover{
  cursor: pointer;
  background: var(--oro);
  transition: 1s;
}

form.formulario-franquicia textarea{
  width: 80%;
  max-width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  float: left;
  padding: 5px;
  border: none;
  margin-top: 5px;
  border-radius: 5px;
  font-family: 'Abhaya Libre',Georgia,"Times New Roman",serif;
}

form.formulario-franquicia button{
  width: 80%;
  max-width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  float: left;
  padding: 10px;
  border: none;
  font-weight: bold;
  margin-top: 5px;
  border-radius: 5px;
  font-family: 'Abhaya Libre',Georgia,"Times New Roman",serif;
}

form.formulario-franquicia button:hover{
  background: var(--oro);
  color: var(--blanco);
  cursor: pointer;
  transition: 2s;
}

@media (max-width:1400px){
.btn{
  width: 40%;
  margin-left: 30%;
  margin-right: 30%;
  font-size: 0.6rem;
  padding: 2px;
  float: left;
}

  .transferencia1 img.logo-ristorante{
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    float: left;
  }

.transferencia1 p{
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  float: left;
}

.transferencia1 span{
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  float: left;
}

.transferencia1 a{
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  float: left;
}


  .transferencia2 img.logo-carnes{
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    float: left;
    margin-top: -2%;
    margin-bottom: 2%;
  }

.transferencia2 p{
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  float: left;
}

.transferencia2 span{
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  float: left;
}

.transferencia2 a{
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  float: left;
}

}


@media (max-width:800px){
  .parallax.image-4{
    min-height: 1800px;
  }


body{
  line-height: 1.7em;
}

.bloque .container p{
  font-size: 13px;
}

h2{
   font-size: 30px;
  }

.header{
  height: 60vh;
}

.header-overlay{
  height: 60vh;
}

.header-content{
                 margin-top: 80%;
                 float: left;
               }

               .header-video{
                 height: 60vh;
               }

.btn{
     width: 60%;
     margin-left: 20%;
     margin-right: 20%;
     font-size: 0.6rem;
     padding: 2px;
     float: left;
    }

.fondo-libros span{
  font-size: 35px;
  line-height: 1.1em;
}

.container .transferencia1{
  width: 100%;
}

.transferencia1 img.logo-ristorante{
  width: 100%;
}

.transferencia2 img.logo-carnes{
  width: 100%;
}

.delivery a{
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
}

.container .transferencia2{
  width: 100%;
}

.galeria > a{
  width: 50%;
}

.container p{
  width: 100%;
  margin-left: 10%;
  margin-right: 10%;
}

.container iframe{
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}

header{
      height: 90px;
      }

header label{
             width: 5%;
             display: block;
             margin-top: 2%;
             margin-left: 5%;
             padding: 10px;
             font-size: 20px;
             float: left;
            }

header label:hover{
                   cursor: pointer;
                  }

.menu{
      width: 100%;
      background: var(--negro);
      margin-left: -100%;
      transition: all 0.5s;
     }

.logo{
      width: 100px;
      margin-left: 25%;
      margin-top: 0px;
      float: left;
     }

.menu ul{
         width: 100%;
         flex-direction: column;
         background: var(--blanco);
         border-bottom: 1px solid var(--oro);
         margin-right: 0px;
         margin-top: 0px;
        }

.menu li{
         width: 100%;
         border-top:1px solid var(--oro);
        }

.menu li a{
           width: 100%;
           background: var(--oro);
          }

.idioma-seleccionado{
  border-radius: 0px;
}

#btn-menu:checked ~ .menu{
                          margin: 0;
                          margin-top: 8.5%;
                         }

.header-content p{
                  font-size: 1.0rem;
                 }

.transferencia1 a{
                    width: 100%;
                   font-size: 10px;
                   margin-left: 0%;
                   margin-right: 0%
                 }

                 .transferencia2 a{
                                    width: 100%;
                                    font-size: 10px;
                                    margin-left: 0%;
                                    margin-right: 0%
                                  }




.fondo .calculadora{
                    width: 90%;
                    margin-left: 5%;
                    margin-right: 5%;
                    margin-bottom: 5%;
                   }

.container-fondo .info-cabecera .info1{
                                       font-size: 40px;
                                      }

.container-fondo .info-cabecera .info2{
                                       font-size: 25px;
                                      }

h1.h1-secciones{
                font-size: 30px;
                margin-top: 15%;
               }

img.reloj{
          width: 50%;
         }

.transferencia1 p{
                  width: 100%;
                  font-size: 15px;
                  margin-left: 0%;
                  margin-right: 0%;
                 }

.transferencia1 span{
                     width: 100%;
                     margin-left: 0%;
                     margin-right: 0%;
                     font-size: 12px;
                    }

img.logo-bcp{
             width: 100%;
            }

.transferencia2 p{
                  width: 100%;
                  margin-left: 0%;
                  margin-right: 0%;
                  font-size: 15px;
                 }

.transferencia2 span{
                     width: 100%;
                     margin-left: 0%;
                     margin-right: 0%;
                     font-size: 12px;
                    }

.transferencia3 p{
                  width: 100%;
                  font-size: 15px;
                  margin-left: 0%;
                  margin-right: 0%;
                 }

.transferencia3 img{
                    width: 20%;
                    margin-left: 40%;
                    margin-right: 40%;
                   }

.transferencia3 .recuadro{
                          width: 90%;
                          margin-left: 5%;
                          margin-right: 5%;
                         }

.container .info-beneficios{
                            width: 100%;
                            border: none;
                            border-radius: 16px;
                            margin-bottom: 10px;
                            margin-left: 0%;
                            padding: 10px;
                           }

.contenedor-pasos img.pasos{
                            width: 50%;
                            height: auto;
                            float: left;
                           }

.container .jovenes{
                    width: 100%;
                    border-bottom-left-radius: 90px;
                   }

.container .eventos{
                    width: 48%;
                   }

footer .footer nav{
                   width: 50%;
                   margin-left: 0%;
                  }

.quienes p{
           width: 90%;
           margin-left: 5%;
           margin-right: 5%;
          }

.container-fondo .info-cabecera{
                                width: 90%;
                                margin-left: 5%;
                                margin-right: 5%;
                               }

.testimonial-item{
                  width: 100%;
                  margin-top: 1%;
                  margin-bottom: 1%;
                 }

.testimonial-client img{
                        width: 50px;
                        height: 50px;
                        margin-left: 40%;
                        margin-right: 50%;

                       }

                       form.formulario-franquicia{
                         width: 100%;
                         margin-left: 0%;
                         margin-right: 0%;
                         background: var(--oro-claro);
                         border-top-left-radius: 40px;
                         border-bottom-right-radius: 40px;
                         padding: 10px;
                       }

}

@media (max-width:1500px){
.calculadora .formulario-calculadora .container-soles{
                                                      width: 90%;
                                                      margin-left: 10%;
                                                      margin-right: 10%;
                                                     }
}

@media (max-width:580px){
h1{
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  font-size: 20px;
  }

  h1.h1-secciones{
                  font-size: 15px;
                  margin-top: 25%;
                 }

.container-fondo .info-cabecera .info3{
                                       width: 90%;
                                       margin-left: 5%;
                                       margin-right: 5%;
                                      }

.container h2.h2-secciones{
                           font-size: 20px;
                          }

.calculadora .formulario-calculadora .container-soles{
                                                      width: 90%;
                                                      margin-left: 5%;
                                                      margin-right: 5%;
                                                     }

.info-cabecera a{
                 width: 80%;
                 margin-left: 10%;
                 margin-right: 10%;
                 padding: 10px;
                }

.calculadora{
             margin-top: 10%;
            }

h3{
  font-size: 15px;
  padding: 5px;
  }

.galeria img{
              height: 100px;
              margin-top: 0px;
            }

.container .info-beneficios span{
                                 width: 90%;
                                 margin-left: 5%;
                                 margin-right: 5%;
                                 font-size: 15px;
                                }

.container .info-beneficios span img{
                                      width: 32px;
                                      height: 32px;
                                      margin-top: 0px;
                                    }

.container .info-beneficios small{
                                  width: 90%;
                                  margin-left: 5%;
                                  margin-right: 5%;
                                 }

.container .jovenes img{
                        min-width: 0vh;
                       }

h5{
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

.container .eventos{
                    width: 90%;
                    margin-left: 5%;
                    margin-right: 5%;
                   }

.pastas .galeria{
                  width: 80%;
                }

.pastas p{
          width: 90%;
          margin-left: 5%;
          margin-right: 5%;
          text-align: center;
         }

.delivery img{
              width: 70%;
              margin-left: 15%;
              margin-right: 15%;
             }

.delivery p{
            width: 90%;
            margin-left: 5%;
            margin-right: 5%;
           }

.delivery a{
            width: 90%;
            margin-left: 5%;
            margin-right: 5%;
            margin-bottom: 1%;
           }

.delivery a img{
                  width: 32px;
                  height: 32px;
                  margin-left: 0%;
                  margin-right: 0%;
                }
#btn-menu:checked ~ .menu{
                          margin-top: 12%;
                         }

.container .whatsapp{
                     width: 100%;
                    }

footer .footer nav{
                   width: 100%;
                   margin-left: 0%;
                  }



}

@media (max-width:480px){
#btn-menu:checked ~ .menu{
                          margin-top: 14%;
                         }
}


.correo-enviado{
  width: 60%;
  height: auto;
  background: var(--verde-claro);
  color: var(--blanco);
  border-radius: 5px;
  font-size: 15px;
    font-weight: bold;
  text-align: center;
  padding: 2px;
  margin: auto;
  margin-bottom: 1%;
}

.correo-no-enviado{
  width: 60%;
  height: auto;
  background: var(--rojo);
  color: var(--blanco);
  border-radius: 5px;
  font-size: 15px;
    font-weight: bold;
  text-align: center;
  padding: 2px;
  margin: auto;
    margin-bottom: 1%;
}

.icono-instagram{
  width: 35px;
  height: 35px;
  float: right;
  margin: 10px;
}

.icono-tiktok{
  width: 35px;
  height: 35px;
  float: right;
  margin: 10px;
}
/**********************************************************************************************************************************/
/******//******//******/            /******//******//******/       /******//******//******/         /******//******//******/
/******//******//******/            /******//******//******/      /******//******//******/           /******//******//******/
/******/         /******/          /******/         /******/       /******/       /******/           /******/        /******/
/******/         /******/          /******/         /******/        /******//******//******/         /******/        /******/
/******/          /******/         /******//******//******/        /******//******//******/          /******/        /******/
/******/         /******/          /******//******//******/        /******/        /******/          /******/        /******/
/******/         /******/          /******/         /******/        /******//******//******/          /******//******//******/
/******/         /******/          /******/         /******/        /******//******//******/           /******//******//******/
/******//******//******//******//******//******//******//******//******//******//******//******//******//******//******//******/
/**********************************************************************************************************************************/
