@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&family=Protest+Riot&family=Questrial&display=swap');

body{
    font-family: 'Questrial', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-direction: column;
    margin: 0;
}

input[type="radio"]{
    display: none;
}

input:hover +label{
    background-color: #A7A9AC;
}

#encabezado{
    display: flex;
    justify-content: space-between;
    align-items: center; 
    background-color: white;
    height: 10vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding-top: 10px;
    border-bottom: 5px solid#46B5BE;
}

#contenedor-logo{
    height: 100%;
    background-color: transparent;
    color: transparent;
    border-color: transparent;
    border-radius: 30%;
    margin-left: 10vw;
}

#contenedor-logo img {
    height: 100%;
}

#contenedor-logo:hover{
    background-color: #A7A9AC;
}

.contenedor-botones{
    display: flex;
    justify-content: center;
    align-items: center; 
    border: 2px solid white;
    height: 90%;
    margin: 0px 100px 0px 50px;
}

.Botones-encabezado {
    font-size: 20px;
    width: 130px;
    height: 60%;
    border-radius: 20px;
    background: transparent;
    border: 2px solid white;
    color: black;
    padding: 0px 15px;
    margin: 0px 5px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.Botones-encabezado::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 80%;
    height: 3px;
    background-color: transparent;
    transition: background-color 0.3s;
    transform: translateX(-50%);
}

.Botones-encabezado:hover::after {
    background-color:#2E3093;
}

#imagenPrincipal {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 11vh;
    width: 100%;
    height: 80vh;
    background-image: url('./assets/imagenPrincipal.png');
    background-position: right top;
    background-repeat: no-repeat;
}


.titulo-principal {
    font-family: Actor;
    font-size: 65px;
    font-weight: 400;
    line-height: 78.2px;
    text-align: left;
    width: 30%;
    margin-left: 10%;
    color: #344F5C;
}

.botonPrincipal {
    width: 340px;
    height: 100px;
    font-family: Afacad;
    font-size: 65px;
    font-weight: 400;
    line-height: 86.67px;
    text-align: center;
    color: #45B3BC;
    margin-left: 10%;
    border: none;
    border-radius: 5px;
    background-color: #D9D9D94D;
    transition: background-color 0.3s ease, transform 0.1s ease;
}

.botonPrincipal:hover {
    background-color: #A7A9AC;
}

.botonPrincipal:active {
    background-color: #D9D9D94D;
    transform: scale(0.95);
}

.baseTecnologias{
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    margin: 1% 0 1% 0;
}

.baseTecnologias div{
    width: 100%;
}

.baseTecnologias img{
    height: 70vh;
    width: auto;
    object-fit: cover;
}

.baseTecnologias h2{
    font-family: Afacad;
    font-size: 50px;
    font-weight: 400;
    line-height: 80px;
    text-align: center;
    color: #45B3BC;
    background-color: #D9D9D942;
    margin: 0 15% 5% 0%;
    padding: 0 0 0 25%;
}

#P1{
    font-family: Jaldi;
    font-size: 30px;
    font-weight: 400;
    line-height: 50.7px;
    text-align: right;
    margin: 0 15% 0 0%;
    padding: 0 0 0 25%;
    text-align: justify;
    background-color: #D9D9D942;
}

.baseTecnologias h3{
    font-family: Afacad;
    font-size: 50px;
    font-weight: 400;
    line-height: 80px;
    text-align: center;
    color: #45B3BC;
    background-color: #D9D9D942;
    margin: 0 0 5% 10%;
    padding: 0 15% 0 0;
}

#P2{
    font-family: Jaldi;
    font-size: 30px;
    font-weight: 400;
    line-height: 50.7px;
    text-align: right;
    margin: 0 0 0 10%;
    padding: 0 15% 0 0;
    text-align: justify;
    background-color: #D9D9D942;
}

#tecnologiaTres{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

#tecnologiaTres h1{
    font-family: Afacad;
    font-size: 50px;
    font-weight: 400;
    line-height: 80px;
    text-align: center;
    color: #45B3BC;
    background-color: #D9D9D942;
    margin: 1% 0 1% 0;
}

#tecnologiaTres p{
    font-family: Jaldi;
    font-size: 30px;
    font-weight: 400;
    line-height: 50.7px;
    text-align: center;
    text-align: justify;
    background-color: #D9D9D942;
    padding: 0 10% 0 10%;
    margin: 2% 0 2% 0;
}

#imagenTres{
    display: flex;
    width: 100%;
    background-color: #D9D9D942;
    justify-content: center;
    align-items: center;
    margin-bottom:5%;
}

#tecnologiaTres img{
    height: 60%;
    object-fit: cover;
    padding: 2% 0 2% 0;
}

.derechoClass{
    width: 70%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background-color:#D9D9D942;
    margin: 0 0 3% 30%;
}

.derechoClass h1 {
    font-family: Afacad;
    font-size: 65px;
    font-weight: 400;
    line-height: 86.67px;
    text-align: center;
    margin: 1%;
    padding: 0 0 0 1%;
    color: #45B3BC;
}

.derechoClass img{
    height: 100%;
    border-left: 5px solid #344F5C;
    margin-left: 2%;
    padding-left: 2%;
}

.izquierdoClass{
    width: 70%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    background-color:#D9D9D942;
    margin: 0 0 3% 0;
}

.izquierdoClass h1 {
    font-family: Afacad;
    font-size: 65px;
    font-weight: 400;
    line-height: 86.67px;
    text-align: center;
    margin: 1%;
    padding: 0 1% 0 0;
    color: #45B3BC;
}

.izquierdoClass img{
    height: 100%;
    border-right: 5px solid #344F5C;
    margin-right: 2%;
    padding-right: 2%;
}