@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lilita+One&display=swap');
html {
    font-size: 62.5%;
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}
body {
    background-image: url('../img/fondo.png');
    background-position: center center;
    background-size: cover;
    background-color: #002e2c;
    font-family: 'Kanit', sans-serif;
    font-size: 1.6rem;
    line-height: 1.8;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
}
p {
    color: #000000;
    font-size: 2rem;
}
.contenedor {
    width: 95%;
    max-width: 105rem;
    margin: 0 auto;
}

a {
    text-decoration: none;
}

img,
picture {
    width: 100%;
    display: block;
}

h1, h2, h3 {
    font-family: 'Kanit', sans-serif;
    font-weight: 500;
    font-style: normal;
    margin: 5rem;
    color: white;
}

h1 {
    font-size: 3.8rem;
}
h2 {
    font-size: 3.4rem;
}
h3 {
    font-size: 3rem;
}
h4 {
    font-size: 2.6rem;
}
.separador{
    background-color: #033130;
    border-radius: 4rem;
    height: 60rem;
}
.lado-izquierdo{
    background: rgb(0,105,68);
    background: linear-gradient(95deg, rgba(0,105,68,1) 0%, rgba(113,200,20,1) 100%); 
    border-radius: 4rem;
    grid-column: 1;
    display: none; 
    h1{
        margin-top: 8rem;
        max-width: 25rem;
        font-size: 5rem;
    }
}
@media (min-width: 768px) {
    .lado-izquierdo {
      display: block;
    }
    .separador{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}
.lado-derecho{
    grid-column: 2;
    h3{
        text-align: center;
        color: white;
        font-size: 2.5rem;
        margin: 0;
    }
    .logo{
        margin-top: 7rem;
    }
    @media (min-width: 768px) {
        .logo {
            display: none;
        }
        h3{
            margin: 5rem;
        }
    }
}
.listas{
    margin-top: 2rem;
    margin-right: 4rem;
    align-items: center;
    @media (min-width: 768px) {
        margin-top: 6rem;
    }
    li{
        margin-bottom: 4rem;
        list-style:none;
        background-color: white;
        height: 7rem;
        border-radius: 4rem;
        padding-left: 4rem;
        font-size: 1.7rem;
        color: #002e2c;
        display: flex;
        align-items: center;
        @media (min-width: 768px) {
            height: 9rem;
            font-size: 2rem;
        }
        a{
            text-decoration: none;
        }
        img{
            width: 3rem;
            margin-right: 30px
        }
        .arrow{
            margin-left: auto;
            width: 3rem;
            @media (min-width: 768px) {
                width: 5rem;
            }
        }
        &:hover {
            background-color: greenyellow;
            transform: scale(1.03);
        }
    }
}
/* postulante */ 
.separador1{
    height: 60rem;
}
.lado-izquierdo1{
    border-radius: 4rem;
    grid-column: 1;
    display: none; 
    h1{
        margin-top: 8rem;
        font-size: 5rem;
        max-width: 25rem;
        color: white;
    }
    h2{
        max-width: 25rem;
        color: #000000;
    }
    .arrow{
        width: 5rem;
        margin-left: 5rem
    }
}
@media (min-width: 768px) {
    .lado-izquierdo1 {
      display: block;
    }
    .separador1{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}
.lado-derecho1{
    grid-column: 2;
    border-radius: 4rem;
    background-color: #033130;
    padding-top: 1rem;
    position: relative;
    form{
        display: block;
        text-align: center;
    }
    h3{
        text-align: center;
        color: white;
        font-size: 2.5rem;
        display: none;  
    }
    .form-group{
        position: relative;
        margin-bottom: 1rem;
        color: white !important;
        img{
            position: absolute;
            display: block;
            bottom: .5rem;
            right: 1rem;
            width: 3rem;
            height: 3rem;
            left: 83%;
            top: 43%;
            transform: translateY(-50%);
        }
    }
    .form-control{
        height: 8rem;
        width: 83%;
        margin-bottom: 2rem;
        color: white !important;
        border: 3px solid transparent;
        background: rgba(248, 248, 248, 0.397);
        border-radius: 4rem;
        padding-left: 4rem;
        font-size: 2rem;
        padding-right: 4rem;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .form-control:hover, .form-control:focus {
        background: transparent;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: rgba(255, 255, 255, 0.4);
    }
    .btn.btn-primary {
        background: white;
        color: #000 !important;
        cursor: pointer;
        text-align: left;
        &:hover {
            background-color: greenyellow;
        }
    }
    a{
        color: white;
        text-decoration-line: underline;
        margin-right: 5rem;
        &:last-of-type{
            margin-right: 0;
        }
    }
    .etiquetas{
        text-align: center;
        padding-bottom: 3rem;
    }
    .logo{
        display: block;  
    }
    @media (min-width: 768px) {
        .logo {
            display: none;
        }
        h3{
            display: block;
        }
    }
}
#icon{
    position: absolute;
    display: block;
    bottom: .5rem;
    right: 1rem;
    width: 2rem;
    height: 2rem;
    left: 84%;
    top: 43%;
    transform: translateY(-50%);

    user-select: none;
    cursor: pointer;
}
.logo{
    height: 4rem;
    width: 21rem;
    margin: 5rem;
}