@font-face {
    font-family: "Apercu-Pro";
    src: url("../FONTS/apercu_regular_pro.otf") format("opentype");
    font-weight: 100;
    font-style: normal;
}

body {
    background-color: #f4e3e8;
    font-family: "Apercu-Pro", sans-serif;
}
header {
    width: 100%;
    height: 8vw;
}
.logo {
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.logo img {
    width: auto;
    height: 75%;
    margin-left: 2vw;
}
#Main1 {
    background-color: white;
    position: absolute;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 50vw;
    opacity: 1;
    transition: opacity 0.5s ease-in-out, visibility 0.5s;
}
.imgCC {
    width: 50%;
    height: 100%;
    background-image: url(../IMG/InicioSesion/FPET.jpg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
#Return {
    width: 30%;
    min-height: 2vw;
    margin-left: 65%;
    font-style: oblique;
    background-color: #f4e3e8;
    border-radius: 50px;
    border: none;
    margin-top: 3vw;
    cursor: pointer;
}
#Return:hover {
    background-color: #c64655;
    color: white;
}
.Contenedor {
    width: 48%;
    padding: 0 2%;
    height: 100%;
}
.Contenedor h1 {
    font-size: 5vw;
    margin-bottom: 0;
    font-weight: 200;
}
#IS {
    margin-top: 0;
    font-weight: 100;
}
#IS span {
    text-decoration: underline;
    color: #c64655;
    cursor: pointer;
}
#IS span:hover {
    color: #f4e3e8;
}
form {
    padding-top: 1vw;
    margin-top: 3vw;
    display: flex;
    width: 100%;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: wrap;
}
form input {
    border-radius: 5px;
    box-shadow: none;
    border: none;
    background-color: #f4e3e8;
    padding: 8px;
}
input:focus {
    outline: 1px solid #c64655; /* color */
}
#nombre,
#apellidos {
    width: 40%;
}
#nombre {
    margin-left: 1%;
    margin-right: 5%;
}
#email {
    width: 85%;
    margin-top: 2vw;
    margin-left: 1%;
}
#contrasena {
    width: 50%;
    margin-right: 50%;
    margin-top: 2vw;
    margin-left: 1%;
}
#TermAC {
    margin-top: 2vw;
    display: flex;
    align-items: center;
    width: 100%;
    margin-left: 1%;
}
#TermAC label {
    margin-left: 1vw;
}
#sub {
    width: 50%;
    margin-top: 3.5vw;
    margin-left: 25%;
    margin-right: 25%;
    border-radius: 8px;
    min-height: 3vw;
    border: 1px solid #c64655;
    background-color: white;
    font-size: 1.5vw;
    font-weight: 100;
    cursor: pointer;
}
#sub:hover {
    background-color: #c64655;
    color: white;
}

#Main2 {
    display: flex;
    position: absolute;
    background-color: white;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 50vw;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out, visibility 0.5s;
}
#Main2 form {
    margin-top: 0;
}
.imgIS {
    width: 50%;
    height: 100%;
    background-image: url(../IMG/InicioSesion/imgC2.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
#fortogP {
    margin-top: 1vw;
    margin-left: 1%;
    color: #c64655;
    cursor: pointer;
}
form #email {
    margin-top: 1vw;
}
#subIS {
    width: 50%;
    margin-top: 3.5vw;
    margin-left: 25%;
    margin-right: 25%;
    border-radius: 8px;
    min-height: 3vw;
    border: 1px solid #c64655;
    background-color: white;
    font-size: 1.5vw;
    font-weight: 100;
    cursor: pointer;
}
#subIS:hover {
    background-color: #c64655;
    color: white;
}
.hidden {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.visible {
    opacity: 1 !important;
    visibility: visible !important;
}
