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

}

/* AAAA */
article{
    background-color: #638a39;
    color: white;
    font-family: Arial;
    width: 100%;
    height: 80%;
    padding-bottom: 6em;
}

.accesofoto{
    margin-top: 2em;
    width: 200px;
    height: 51px;
    padding-left: 43%;
}

.registrofoto{
    margin-top: 2em;
    width: 250px;
    height: 45px;
    padding-left: 42%;
}

.datosF{
    padding-top: 55px;
}
.form{
    border: #212e13 solid 1px;
    background-color: #88bd4e;
    margin-left: 38%;
    padding: 30px 40px;
    align-items: center;
    line-height: 30px;
}
.enviar{
    color:white;
    background-color:#638a39;
    border: solid white 0.5px;
    font-family: Arial;
    border-radius: 5px;
    padding-top:3px; 
}
.enviar:active{
    background-color: #bbee84;
}



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;
    position: absolute;
    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;
    }

