body {
    margin: 0;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.btn-gral{
    background-color: #B6FF00;
    padding: 10px 20px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s; /* Safari */
    font-weight: bold;
    color:black;
    text-decoration: none;
}

.btn-gral:hover {
    transition-duration: 0.1s;
    background-color: #b7ff00c2;
}

.separator{
    height: 10px;
    background-image: linear-gradient(to right, #ff0092 0%, #07fbab 20%, #14dbfd 60%, #b6ff00 80%, #ba01ff 100%);
}


header .separator{
    margin-top: 10px;
    width: 100%;
}
header{
    background-color: #171622;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100%;
}

header .img-logo{
    width: 300px;
    padding-top: 2em;
    padding-bottom: 2em;
}
header .lbl-slogan{
    color: #B6FF00;
    font-size: 3em;
    font-weight: bold;
    margin-bottom: 1em;
}
header .p-frase{
    color: #FFFF;
    font-size: 1.3em;
    width: 50%;
    font-weight: 0;
    margin: 0;
}
header .btn-comenzar{
    font-size: 20px;
    position: relative;
    bottom: -90px;
    font-weight: bold;
}
header .img-banner{
    width:920px;
    max-width: 100%;
}

main{
    text-align: center;
}
main .msg{
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 1.8em;
}

.hr-1{
    width: 10%;
    height: 10px;
    border-radius: 10px;
    margin: auto;
    background-image: linear-gradient(to right, #07FAAC 0%, #14DBFD 100%);
}
.hr-2{
    margin-top: 5px;
    width: 10%;
    height: 7px;
    border-radius: 10px;
    background-color: #171622;
}
.hr-3{
    width: 10%;
    height: 7px;
    border-radius: 10px;
    background-color: #B6FF00;
    margin: auto;
    margin-top: 15px;
}
main header, .msg, .universidades, .principal{
    padding-left: 20px ;
    padding-right: 20px ;
}
main .universidades{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin: auto;
    max-width: 920px;
    flex-wrap: wrap;
    padding-bottom: 8em;
}
main .universidades img{
    text-align: center;
    max-height: 70px;
}
main .principal{
    background-color: #171622;
    box-sizing: content-box;
    padding-bottom: 4em;
}
.lenguajes-parent{
    width: 920px;
    max-width: 100%;
    box-sizing: border-box;
    margin: auto;
    max-width: 100%;
    border-radius: 40px;
    border: 3px solid #B6FF00;
    padding: 10px;
    position: relative;
    top: -4em;
}
.lenguajes-parent-2{
    width: 920px;
    max-width: 100%;
    box-sizing: border-box;
    margin: auto;
    max-width: 100%;
    border-radius: 40px;
    border: 3px solid #f1952b;
    padding: 10px;
    margin-top: 4em;
}
.lenguajes{
    border-radius: 40px;
    background-image: linear-gradient(to right, #07FAAC 0%, #14DBFD 100%);
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 4em;
    padding-bottom: 4em;
}
.lenguajes-2{
    border-radius: 40px;
    background-image: linear-gradient(to right, #af3d46 0%, #14c7fd 100%);
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 4em;
    padding-bottom: 4em;
}
.lenguajes-msg{
    width: 720px;
    max-width: 100%;
    margin: auto;
    text-align: left;
    font-size: 1.8em;
    margin-bottom: 1em;
}
.lenguajes-img{
    width: 720px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
    row-gap: 5px;
    margin: auto;
    flex-wrap: wrap;
}
.lenguajes-img img{
    max-height: 75px;
}
.ides-frameworks{
    background-color: gray;;
    border-radius: 1em;
    padding: 1em;
}
.ides-frameworks-msg{
    text-align: center;
    font-size: 1.8em;
    margin-bottom: 1em;
    font-weight: bolder;
    color: #B6FF00;
}
.ides-frameworks-img{
    width: 600px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
    row-gap: 5px;
    margin: auto;
    flex-wrap: wrap;
}
.ides-frameworks-img img{
    max-height: 80px;
}
.ides-frameworks button{
    font-size: 20px;
}

footer{
    background-color: #292838;
    padding-top: 3em;
    padding-bottom: 3em;
}


footer .ayuda-todo-peru h1,
footer .ayuda-todo-peru a
{
    color: #B6FF00;
    text-decoration: none;
}


.contacto{
    width: 800px;
    max-width: 100%;
    display: grid;
    margin: auto;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    box-sizing: border-box;
}
.contacto img{
   height: 80px;
}
.contacto .parent-correo{
   max-width: 100%;
}
.correo{
    border: 2px solid #B6FF00;
    border-radius: 20px;
    display: flex;
    padding: 15px;
    color: #B6FF00;
}
.correo img{
    height: 30px;
    padding: 0;
}
.correo div{
    font-size: 20px;
    font-weight: lighter;
    padding: 0;
    margin-left: 10px;
    box-sizing: border-box;
}
.correo .direccion-correo{
    overflow-wrap: break-word;
    word-wrap: break-word;
    max-width: 100%;
}
.section-buttons{
    width: 720px;
    max-width: 100%;
    margin: auto;
    justify-content: center;
    display: flex;
    padding: 20px;
    gap: 2em;
    box-sizing: border-box;
    margin-bottom: 2em;
}
.section-buttons .btn-rs{
    display: flex;
    text-align: center;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    font-weight: bold;
    justify-content: center;
}

.section-profecode{
    color: white;
    display: flex;
    width: 800px;
    margin: auto;
}
.section-profecode > div{
    flex: 1 1 0;
    padding: 0 1em;
}
.section-profecode > div > li{
    list-style: none;
}
.section-profecode a{
    text-decoration: none;
    color: white;
}
.section-profecode a:hover{
    text-decoration: underline;
}

.url-intranet{
    width: 800px;
    margin: auto;
    text-align: right;
    color: white;
}
.url-intranet > a{    
    color: white;
}

/* Tamaños de pantallas */
.section-recibido{
    margin: auto;
    max-width: 920px;
    padding-top: 3em;
    padding-bottom: 8em;
}
.section-recibido .btn-gral{
    cursor: pointer;
    text-decoration: none;
    color: #292838;
}
.section-recibido .btn-gral:hover{
    transition-duration: 0.1s;
    background-color: #95cf00;
}



@media only screen and (max-width: 720px) {
    .contacto{
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
        grid-template-columns: none;
        gap: 10px;
    }
    .section-buttons{
        display: grid;
        gap: 10px;
    }
    header .btn-comenzar{
        position: relative;
        bottom: -20px;
    }
}

@media only screen and (max-width: 520px) {
    .img-logo{
        max-width: 250px;
    }
    header .lbl-slogan{
        color: #B6FF00;
        font-size: 2em;
        font-weight: bold;
        margin-bottom: 1em;
    }
    header .p-frase{
        color: #FFFF;
        font-size: 1em;
        width: 50%;
        font-weight: 0;
        margin: 0;
    }
    .section-buttons .btn-rs{
        font-size: 16px;
    }
}
@media only screen and (max-width: 420px) {
    .correo .direccion-correo{
        max-width: 150px;
    }
}

/**
 estilos del boton de whatapp que aparece solo en movil
 */
.botonWAMobile {
    padding: 0.5em;
    background-color: #25D366;
    color:white;
    font-size: 1.5em;
}
.botonWAMobile a{
    color: white;;
    text-decoration: none;;
}
