@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&family=Poppins: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&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
}

:root{
    --color-esqueleto:#eff3f5;
    --header-transparency:rgb(0 0 0 / 62%);
    --maincolor:#195EA3;
    --brightOrange: hsl(31,77%,52%);
    --darkCyan: hsl(184,100%,22%);
    --veryDarkCyan: hsl(179,100%,13%);
    --transparentWhite: hsla(0,0%,100%, 0.75);
}

.container__all{
    position: relative;
    right: 0;
    transition: all 300ms;
}

header {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    background: #0a141d;
    transition: all 300ms;
}

.move_content {
    right: 250px;
}

.container__header {
    max-width: 1200px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding: 0px 20px;
}

header .logo {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo img {
    width: 130px;
}

.container__nav {
    position: relative;
    height: 100%;
}

nav {
    height: 100%;
}

nav ul {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav ul li {
    margin: 0px 20px;
    list-style: none;
}

nav ul li a{
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
}

.select {
    opacity: .8;
}

.btn__menu {
    width: 50px;
    height: 50px;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: background 300ms;
    color: white;
    display: none;
}

.btn__menu:hover {
    background: var(--maincolor);
}

.nav_mod {
    height: 50px;
    box-shadow: 1px 1px 10px 0px #00000010;
}

.focus {
    font-weight: 600;
    color: #195EA3;
}


@media screen and (max-width: 760px) {
    .container__nav {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .btn__menu {
        display: flex;
    }

    nav {
        width: 250px;
        height: 100%;
        background: var(--maincolor);
        position: fixed;
        top: 0;
        right: -250px;
        padding: 0 40px;
        transition: all 300ms;
       }

    .move_nav{
        right: 0;
    }

    nav ul {
        flex-direction: column;
    }

    nav ul li {
        margin: 20px 0px;
    }

    .menu__registro {
        display: none;
    }
}







.quienes__somos {
    display: flex;
    max-width:80%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: auto;
    margin-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
    flex-wrap: wrap;
    transition: all 300ms;
}

.image__left img {
   max-width: 400px;
}

.image__left {
    align-content: center;
    width: 40%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}


.content_right {
    width: 60%;
    margin: auto;
    transition: all 300ms;
}

.content_right2 {
    width: 50%;
    margin: auto;
    transition: all 300ms;
    padding-right: 10%;
}

.content_right h2,.content_right2 h2 {
    font-size: 2.1052631578947rem;
    font-weight: 700;
    line-height: 1.232;
    color: #3a3a3a;
    margin-bottom: 30px;
}

.content_right strong {
    font-size: 19px;
    line-height: 30px;
    font-weight: 400;
    color: #4286f4;
}

.content_right strong:hover {
    color: #3a3a3a;
}

.circle__picture {
    border-radius: 50%;
    width: 70%;
}

.botons {
    width: 40%;
    background-color: #1f53c5;
    padding: 12px;
    border: none;
    color: white;
    margin: 10px 0;
    font-size: 16px;
    cursor: pointer;
}

.botons:hover {
    background-color: #3a3a3a;
}

.content_right p,.content_right2 p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 1.89em;
    line-height: 29px;
    color: #40474f;
    text-align: justify;
}

.nuestro__equipo {
    display: flex;
    width:1200px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin: auto;
    margin-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
    flex-wrap: wrap;
    transition: all 300ms;
}

.miembro__gravini {
    width: 33%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin-bottom: 30px;
}

.miembro__gravini img {
    max-width: 60%;
}

.miembro__gravini h2 {
    font-size: 21px;
    font-weight: 500;
    line-height: 25px;
    color: #3a3a3a;
    text-align: center;
    margin-top: 10px;
}

.miembro__gravini h3 {
    margin-top: 5px;
    font-size: 19px;
    font-weight: 700;
    line-height: 30px;
    color: #40474f;
    text-align: center;
}

.miembro__gravini p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 1.89em;
    line-height: 29px;
    color: #40474f;
    text-align: center;
    margin-top: 10px;
}


@media (max-width:700px) {
    .quienes__somos {
        max-width:90%;
        padding: 5px;
        margin: auto;
    }

    .content_right, .content_right2 {
        width: 90%;
    }

    #container__all {
        width: 100%;
    }

    .nuestro__equipo {
        width: 100%;
    }

    .miembro__gravini {
        width: 50%;
    }

    .image__left img {
        margin-top: 60px;
        width: 180px;
    }

    .content_right h2, .content_right2 h2 {
        font-size: 22px;
    }

    .content_right p, .content_right2 p {
        font-size: 16px;
    }

    .botons {
        width: 80%;
        margin-bottom: 30px;
    }

    .circle__picture {
        margin-bottom: 30px;
    }

    .quienes__somos li {
        font-size: 16px;
        text-align: center;
        list-style-type: none;
    }

    .nuestro__equipo {
        width: 100%;
        padding: 5px;
    }

    .miembro__gravini {
        padding: 8px;
    }

    .miembro__gravini h2 {
        font-size: 18px;
    }

    .miembro__gravini h3 {
        margin-top: -5px;
        font-size: 15px;
    }

    .miembro__gravini p {
        font-size: 14px;
        line-height: 1.5;
        margin-top: -5px;
    }
}












/* AQUI VA EL FOOTER */

.pie-pagina {
    width: 100%;
    background-color: #0a141d;   
}

.pie-pagina .grupo-1 {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
    padding: 45px 0px;
}

.pie-pagina .grupo-1 .box figure{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: visible;
}

.pie-pagina .grupo-1 .box figure img{
    width: 180px;
    visibility: visible;
}

.pie-pagina .grupo-1 .box h2{
    color: white;
    margin-bottom: 25px;
    font-size: 18px;
}

.pie-pagina .grupo-1 .box p {
    color: #efefef;
    margin-bottom: 10px;
    font-size: 14px;
}

.pie-pagina .grupo-1 .red-social a {
    display: inline-block;
    text-decoration: none;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: white;
    margin-right: 10px;
    background-color: #0d2033;
    text-align: center;
    border-radius: 5px;
    transition: all 300ms ease;
}

.pie-pagina .grupo-1 .red-social a:hover {
    color: #2164A7;
}

.pie-pagina .grupo-2 {
    background-color: #0a1a2a;
    padding: 15px 10px;
    text-align: center;
    color: #fff;
}

.pie-pagina .grupo-2 small {
    font-size: 15px;
}

@media screen and (max-width:800px) {
    .pie-pagina .grupo-1 {
        width: 90%;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30px;
        padding: 35px 0px;
    }
    .pie-pagina .grupo-1 .box figure img{
        width: 180px;
        visibility: hidden;
        margin-top: -250px;
    }
    .frase-home h2 {
        width: 90%;
        font-size: 20px;
        font-weight: 400;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}




/* CONFIGURACIÓN DE BOTÓN REGISTRARSE */

.boton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 40px;
    background: #2164A7;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500px;
    border: none;
    cursor: pointer;
    transition: .3s ease all;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.boton a {
    color: white;
    text-decoration: none;
}

.boton span {
    position: relative;
    z-index: 2;
    transition: .3s ease all;
}

.boton.registro::after{
    content: "";
    width: 100%;
    height: 100%;
    background: black;
    position: absolute;
    z-index: 1;
    top: -40px;
    left: 0;
    transition: .3s ease-in-out all;
}

.boton.registro:hover::after{
    top: 0px;
}


@keyframes move_vector {
    0% {
        transform: translateY(10px);
    }
    25% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(10px);
    }
}