        header{
            width: 100%;
            height: 150px;
            background-color:#bdff76;
        }

body{
    background-color: white;
    margin: 0;
    font-family:'FontAwesome',Arial;
}
        .cardrisa{
            padding-top: 2em;
        }
        .centro p{
            font-family: Arial;
        } 
        .logo{
            float:left;
        }

        .menu {
            position: absolute;
            display: inline-block; /*se hace pasar por texto para poder ajustar sitio*/
            margin-left: 78%;
            margin-top: -30px;
        }
        
        .boton{
            background-color: rgb(115, 169, 34);
            border: solid rgb(26, 128, 0);
            color: white;
            font: 'Segoe UI' 15px;
            padding: 10px 15px;
            cursor: pointer; /*apuntar cursor*/
            border-radius: 10px; /*bordeado chulo*/
        }
        .boton:hover{
            background-color: rgb(100, 149, 28);
        }
        .desplegable{
            display: none; /*ocultar lista!!*/
            background-color: rgb(178, 237, 90);
            border-radius: 5px;
            width: 110px;
            padding: 8px;
        }
        .desplegable a{
            color: black;
            display: block; /*lista*/
            padding: 8px 10px;
            text-decoration: none; /*subrayado*/
            font-size: 14px;
            font-family: 'Segoe UI';
        }
        .desplegable a:hover{
            background-color: rgb(194, 235, 131);
            border-radius: 5px;
        }
        .menu:hover .desplegable {
            display: block; /*muestra en lista*/
        
        }
/*AAAAAA*/
.centro{    
    width: auto; 
    background-color: #638a39;
    color: white;
    font-family: Arial;
    margin: 0;
    margin-bottom: -16px;
}

.foto-1{
    padding-top: 20px;
    width: 1000px;
    height: 508px;
}
.principal h2{
    font-family: 'Segoe UI';
}
.galeria {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.galeria .item {
    text-align: center;
    background-color: white;
    border-radius: 20px;
    margin: 10px;
    width: 200px; 
    overflow: hidden; 
}

.galeria img {
    width: 100%;
    height: auto;
    display: block; 
}

.galeria p {
    background-color: white;
    color: black;
    margin: 0;
    padding: 10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.lista-beneficios{
    background-color: white;
    border-radius: 20px;
    color: #638a39;
    width: 750px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto
}
.lista-beneficios h2{
    font-family: 'Segoe UI';
}
.lista-beneficios ul{
    text-align: left;
    margin-left: 25%;
    list-style-type: circle;
}
/*AAAA*/
.cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: black;
    color: white;
    font-family: arial;
    text-align: center;
}

.cookies__botones {
    background: initial;
    border: 2px solid white;
    padding: 1rem;
    margin-left: 47%;
    margin-bottom: 1em;
    font-size: 1rem;
    color: white;
    width: 5rem;
    text-align: center;
}
        footer{
            background-color: #bbee84;
            font-size: medium;
            line-height: 1px;
            margin-bottom: -1em;
        }
        .info{
            font-family: Arial;
        }
        .rrss{
            float: right;
            margin-right:10px;
        }
        .tituloredes{
            font-family: Arial;
        }
.botones{
    margin-right: 1em;

    display: flex;
    justify-content: space-between;
    gap: 10px;
}
  .botones a {
width: 50px;
height: 50px;
display: block;
border-radius: 50%;
color: #FFF;
text-decoration: none;
overflow: hidden;
text-align: center;
font-size: 2.2rem;
 }
  

  
.botones a:hover::before {
    margin-top: -37px;
}
.instagram{
    background-color: #c1306c;
}
.facebook{
    background-color: #3b5998;
}
.youtube{
    background-color: #cf2f29;
}
.instagram::after{
    content: "\f16d";
    display: block;
    margin-top: 60px;
}
.instagram::before{
    content: "\f16d";
    display: block;
    margin: 25px 0;
    transition: all .5s ease-in-out;  
}

.facebook::after{
    content:"\f09a";
    display: block;
    margin-top: 60px;
}
.facebook::before{
    content: "\f09a";
    display: block;
    margin: 25px 0;
    transition: all .5s ease-in-out;
}
.youtube::after{
    content: "\f167";
    display: block;
    margin-top: 60px;
}
.youtube::before{
    content: "\f167";
    display: block;
    margin: 25px 0;
    transition: all .5s ease-in-out; 
}

          
        .datos{
            list-style-type: none;
            margin-left: -1em;
        
        }
        .lista{
            display: flex;
        }

        .tituloinfo{
            padding-left: 1em;
        }

        .regyacc{
            cursor: pointer;
            padding: 10px 15px;
            border: solid rgb(26, 128, 0);
            background-color: rgb(115, 169, 34);
            color: white;
            border-radius: 10px;
            text-decoration: none;
            font-size: 15px;
            font-family: 'Segoe UI';
            }
            .regyacc:hover{
                background-color: rgb(100, 149, 28);
                font-size: 15px;
                font-family: 'Segoe UI';
            }
            .regyacc:active{
                font-size: 15px;
                font-family: 'Segoe UI';
            }
            .regyacc a:active{
                font-size: 15px;
                font-family: 'Segoe UI';
            }
            .rya{
                margin-left: 74%;
                margin-top: -57px;
                gap: 5px;
            }

