*{
    color:rgb(255, 255, 255);
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    list-style: none;
    font-family: 'Belanosima', sans-serif;
}
input{
    color:black;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
}
button{
    border: none;
    display: flex;
    justify-content: center;
}
/*Popup*/
/*Navegador*/
.portada{
    width: 100%;
    height: 130px;
    background-color: rgb(95, 187, 150);
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.l1{
    background-image: url(../IMG/IMAGOTIPO1.png);
    width: 30%;
    height: 120px;
    background-size: 100% 100%;
    position: absolute;
    left: 50px;
}
.l2{
    width: 30%;
    height: 120px;
    position: absolute;
    right: 50px;
    display: flex;
    justify-content: end;
    align-items: center;
}
/*Navegador*/
.navegador{
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top:0px;
    z-index: 50;
}
.contNav{
    width: 70%;
    height: 100%;
    display:flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 0%;
}
.boton {
    width: 18%;
    height: 100%;
    border-radius: 0px 0px 40px 40px;
    text-align: center;
    font-size: 24px;
    padding-top: 10px;
    box-sizing: border-box;
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .2));
    display: block;
}
.boton:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}
.boton:active {
    transform: scale(0.95);
}
/*Cuerpo*/
.cuerpo{
    width: 100%;
    display: flex;
}
.lado{
    width: 15%;
    height: 800px;
    background-image:url(../IMG/portadaDerecha.jpg) ;
    background-size:cover;
}
.main{
    width: 70%;
    height: 800px;
    background: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.right{
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding-top: 20px;
    flex-direction: column;
}
.selector{
    display: none;
}
.perfil{
    margin-top: 10px;
    border: #006666 solid 1px;
    width: 85%;
    height: 60%;
    border-radius: 15px;
}
.imagen{
    width: 100%;
    height: 69%;
    border-bottom: #006666 dashed 2px;
    position: relative;
}
.fotoPf{
    width: 140px;
    height: 140px;
    background-color: #006666;
    border-radius: 100px;
    border: #91ffb9 solid 5px;
    position: absolute;
    left:32%;
    top: 5%;
    overflow: hidden;
}
.send{
    position: relative;
    bottom: 52px;
    left: 11px;
}
input#imgChange{
    display: none;
}
.imgChange{
    position: absolute;
    background-color: #65e06f;
    width: 35px;
    height: 35px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 8px;
    border-radius: 50px;
    right: 0;
    cursor: pointer;
    top: 0;
}
.imgChange i{
    color: black;
}
.descPf p{
    color: #006666;
    font-weight: bold;
    font-size: 28px;
}
.descPf{
    text-align: center;
    width: 100%;
    height: 40%;
    position: absolute;
    bottom: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.medallas{
    width: 60%;
    height: 50%;
    border-radius: 20px;
    background-color: #c0c0c0;
    display: flex;
    justify-content: space-around;
    margin-top: 5px;
    margin-bottom: 5px;
}
.ins{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: aqua;
}
.opciones{
    width: 100%;
    height: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.opcPf{
    width: 98%;
    height: 30%;
    border-radius: 10px;
    border: #006666 solid 1px;
    display: flex;
    align-items: center;
}
.opcPf i{
    font-size: 30px;
    color: #818181;
    width: 30px;
    height: 30px;
    margin: 10px;
}
.opcPf p{
    font-size: 20px;
    color: #818181;
    font-weight: bold;
}
.opcPf:hover{
    border:  #65e06f solid 1.5px;
}
.opcPf:hover p{
    color: #65e06f;
}
.opcPf:hover i{
    color: #65e06f;
}

.contenedorLeft{
    width: 60%;
    height: 100%;
    position: relative;
    padding-top: 30px;
}
.left{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 3;
    position: absolute;
}
.left h1{
    color: #ffffff;
    margin-top: 15px;
}
.edicionPerfil{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    height: 80%;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 15px;
    background: linear-gradient(-45deg, #74ffff, #006666);
}
.edicionPerfil p{
    color: black;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}
.edicionPerfil input{
    width: 80%;
    height: 30px;
    font-size:20px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    border-radius: 50px;
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);;
}
.edicionPerfil textarea{
    height: 120px;
    width: 80%;
    font-size:20px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    border-radius: 20px;
    color: black;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
input.saveChange{
    background: #65e06f;
    width: 25%;
    margin-top: 50px;
    height: 50px;
    cursor: pointer;
}
input.saveChange:hover{
    background: #6ff77a;
}
.left1{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    position: absolute;
}
.left1 h1{
    color: #ffffff;
    margin-top: 15px;
}
p.soc{
    margin-top: 35px;
}
.social i{
   color: #c2c2c2;
   font-size: 35px;
   padding: 8px;
}
.social i:hover{
    color: #65e06f;
    font-size: 36px;
}
p.correo{
    margin-top: 20px ;
    font-size: 30px;
    color: #6ff77a;
}
.change{
    display: flex;
}
input.ct{
    border-radius: 10px;
    margin: 5px;
    font-size: 15px;
    background: #ffffff;
}
input.ct:hover{
    border: #65e06f dashed 1px;
    color: #65e06f;
}
.hp{
    display: flex;
    font-size: 20px;
    width: 130px;
    height: 45px;
    border-radius: 20px;
    text-align: center;
    background: #6dfd80;
    margin-top: 70px;
    cursor: pointer;
}
.hp i{
    font-size: 20px;
    color:black;
    margin: 10px 10px 10px 20px;
}
.hp:hover{
    transform: scale(1.02);
}
.cs{
    display: flex;
    font-size: 20px;
    width: 210px;
    height: 45px;
    border-radius: 20px;
    text-align: center;
    background:#DCD2C6;
    margin-top: 50px;
    cursor: pointer;
    align-items: center;
}
.cs i{
    font-size: 20px;
    color:black;
    margin: 10px 10px 10px 20px;
}
.cs:hover{
    transform: scale(1.02);
}
/*Confirmacion*/
.confir{
    width: 100%;
    height: 1110px;
    position: absolute;
    background:#000000af;
    z-index: 100;
    display: none;
}
.vent{
    width: 30%;
    height: 40%;
    background:#DCD2C6;
    border-radius: 20px;
    position: fixed;
    left: 34%;
    top: 29%;
    display: flex;
    box-sizing: border-box;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.vent p{
    font-weight: bold;
    color: white;
    font-size: 30px;
}
.botonesCf{
    width: 265px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.btnConf{
    font-size: 26px;
    padding-top: 10px;
    display: block;
    width: 80px;
    height: 50px;
    background: #006666;
    border-radius: 10px;
    text-align: center;
    box-sizing: border-box;
}
.btnConf:hover{
    border: #fff dashed 1px;
    background: #65e06f;
}
.left2{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    position: absolute;
}
.left2 h1{
    color: #ffffff;
    margin-top: 15px;
}
.checks{
    width: 80%;
    height: 80px;
    align-items: center;
    justify-content: space-between;
    display: flex;
}
.checks input{
    width: 30px;
    cursor: pointer;
}
.checks p{
    font-size: 25px;
}
#select1:checked ~ .left{
    z-index: 5;
}
#select2:checked ~ .left1{
    z-index: 5;
}
#select3:checked ~ .left2{
    z-index: 5;
}
#select1:checked{
    border:  #65e06f solid 1.5px;
    color: #65e06f;
}
.checked-label {
    border:  #65e06f solid 1.5px;
}
.checked-label p{
    color: #65e06f;
}
.checked-label i{
    color: #65e06f;
}
/*Pie*/
.pie{
    width: 100%;
    height: 130px;
    background-color: rgb(95, 187, 150);
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
    display:flex;
    justify-content: end;
}
.info{
    color: #ffffff;
    width:80%;
    height: 130px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.ct{
    list-style:disc;
}
.contacto{
    border-left: white 1px ;
    display: flex;
    height: 130px;
    width: 20%;
    align-items: center;
    justify-content: space-around;
}