html, body{
    font-size: 100%;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:"wdth" 100;
    scroll-behavior: smooth;
    background-color: var(--blanco);
}

.open-sans-g5 {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:"wdth" 100;
  }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*Estilos de fuentes*/
h1 {font-family: "Open Sans", sans-serif; font-optical-sizing: auto; font-size: 80px; font-weight: 900; color: var(--blanco);}
h2 {font-family: "Open Sans", sans-serif; font-optical-sizing: auto; font-size: 30px; font-weight: 700;}
h3 {font-family: "Open Sans", sans-serif; font-optical-sizing: auto; font-size: 25px; font-weight: 800;}
p {font-family: "Open Sans", sans-serif; font-optical-sizing: auto; font-size: 15px; font-weight: 500;}
a {font-family: "Open Sans", sans-serif; font-optical-sizing: auto; font-size: 12px; font-weight: 300;}
b {span {font-family: "Open Sans", sans-serif; font-optical-sizing: auto;}}
span {font-family: "Open Sans", sans-serif; font-optical-sizing: auto;}
/*Cierra estilos de fuentes*/


/*ScrollBar*/
::-webkit-scrollbar {
    width: 10px;
    background-color: var(--blanco);
}

::-webkit-scrollbar-thumb {
    background-color: var(--azul);
    border-radius: 0px;
    border-right: 1px solid var(--blanco);
    border-left: 1px solid var(--blanco);
}
/*Cierra ScrollBar*/


:root {
    --blanco: #fff;
    --negro: #020202;
    --azul: #4ba9e7;
    --gris: #706f6f;
  }

/*Inicia Barra de navegación*/
.container{
    max-width: 1240px;
}
.navbar{
    background-color: none;
    opacity: 100%;
    box-shadow: none;
    min-height: 85px;
    text-align: center;
    transition: all 0.5s ease;
    padding: 0 2% 0 2%;

    & a{
        font-size: 13px;
        font-weight: 600;
        transition: color 0.3s ease-in-out;
    }
}

.navbar-expand-lg .navbar-nav .nav-link{
    padding-left: 0.7rem;
    padding-right: 0.7rem;
}
.nav-link{
  transition: all 0.3s ease;
  color: var(--blanco);

  &:hover{
    color: var(--azul);
  }
}

.active{
    color: var(--azul);
    border-bottom: 2px solid var(--azul);
    transition: all 0.3s linear;
    max-width: 150px;
    margin: 0 auto;
}
.cambio{
    background-color: rgba(0, 10, 37, 0.795);
}

.navbar-brand img{
  height: 85px;
  width: auto;
}
.navbar-brand svg{
    height: 1180px;
    width: auto;
}

/*Parte confuda de boton menu*/
.algo{
    position: relative;
    /*background-color: aquamarine;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
    z-index: 999;
    margin-left: -150px;
    margin-top: 35px;
}
a.btn-principal{
    background-color: #253188;
    color: var(--blanco);
    border: solid 1px var(--blanco);
    padding: 8px 15px;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: -0.5px;
    border-radius: 50px;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out;
    display: inline-block;
    position: relative;
    cursor: default;

    /*&:hover{
        background-color: var(--gris);
    }*/
}
.fa-arrow-pointer{
    margin-right: 3px;
    transform: scale(-1) rotate(-120deg);
}



/*Hero*/
.hero{
    background-image: url("../assets/G5_Hero_Web_2024.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--negro);
    height: 100vh;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 65% 100%, 35% 100%, 0 95%);
}
.hero-aviso{
    background-image: url("../assets/G5_Hero_privacidad_Web_2024.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--negro);
    height: 100vh;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 65% 100%, 35% 100%, 0 95%);
}
.hero-info{
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    & span{
        color: var(--blanco);
        font-weight: 500;
    }
    & a{
        font-size: 50px;
        color: var(--blanco);
        text-decoration: none;
        position: absolute;
        bottom: 60px;
    }
}
.embed-responsive{
    margin-top: 50px;
    max-width: 680px;
}

/*Experiencia*/
.margenes{
    padding: 100px 0;
}
.barra{
    border-left: 25px solid var(--azul);
    padding-left: 20px;
    margin-bottom: 50px;
}

.experiencia{
    color: var(--gris);

    & span{
        font-size: 16px;
        display: block;
        margin: 10px 0;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.5px;
    }
    & b{
        display: block;
        font-weight: 800;
        font-size: 17px;
        line-height: 14px;
        color: var(--azul);
        margin-top: 15px;
        letter-spacing: -0.5px;
    }

    & img{
        width: 95%;
        height: auto;
    }
}

/*Slider*/
.clientes{
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    padding: 0px 0px 90px 0px;
    & h3{
        color: var(--gris);
        margin-bottom: 70px;
    }
}
.clientes-slider{
    display: inline-block;
    animation: 25s slider-clientes infinite linear;

    & img{
        max-height: 100px;
        height: auto;
        max-width: 200px;
        margin: 0 30px;
    }

    &:hover{
        animation-play-state: paused;
    }
}
@keyframes slider-clientes {
    from {
        transform: translateX(0);
    }
    to {
        transform: translatex(calc(-200px * 30.2));
    }
}

/*Aliados Comerciales*/
.Aliados-comerciales{
    background-image: url("../assets/G5_Clientes_Section_2024.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2% 0;
    text-align: center;
    color: var(--blanco);

    & img{
        border-radius: 100%;
        height: 120px;
        width: auto;
        margin: 10px;
        border: 3px solid var(--azul);
        transition: 0.3s scale;
    }
    & img:hover{
        scale: 1.1;
    }

    & h3{
        margin-bottom: 35px;
    }
}

.margenes-aliados{
    margin: 90px 0px;
}

/*Contacto*/
.contacto{
    padding: 80px 0;
    text-align: center;
    color: var(--gris);

    & h3{
        margin-bottom: 40px;
    }
    & span{
        color: var(--azul);
    }
}
.button-contact{
    margin-top: 5px;
    background-color: var(--azul);
    color: var(--blanco);
    float: left;
    border: none;
    font-weight: 700;
    padding: 5px 40px;
    border-radius: 50px;
    transition: background-color 0.3s linear;

    &:hover{
    background-color: var(--gris);
    }
}
.form-control:focus {
    color: var(--gris);
    background-color: #fff;
    border: solid 2px var(--gris);
    outline: 0;
    box-shadow: none;
}











/*Bolitas*/
.bolitas{
    display: flex;
    z-index: 9999;
    position: fixed;
    top: 33%;
    right: 40px;

    & ul{
        list-style: none;
    }
}
.bolita{
    display: block;
    width: 18px;
    height: 18px;
    border: 2px solid var(--azul);
    background-color: none;
    border-radius: 100%;
    margin: 20px 0;
    transition: 0.3s linear;
}
.bolita-activa{
    background-color: var(--azul);
    width: 18px;
    height: 18px;
    border: 2px solid var(--azul);
}

/*footer*/
footer{
    height: 200px;
    background-color: var(--negro);
    color: var(--blanco);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    & span{
        font-size: 12px;
        font-weight: 300;
    }
    & i{
        margin: 0 5px;
    }
    & a{
        color: var(--blanco);
        transition: 0.3s color ease-in-out;
    }
    & a:hover{
        color: var(--azul);
    }
}
.derechos{
    float: right;
    font-weight: 500;
    font-size: 12px;

    & a{
        color: var(--azul);
        text-decoration: none;
        font-size: 12px;
        font-weight: 700;
    }
}
.fa-envelope, .fa-phone-volume{
    display: inline;
}











@media (max-width: 1200px) and (min-width: 821px){
    .hero, .hero-info{
        height: 110vh;

        & a{
            bottom: -40px;
        }
    }
}


@media (max-width: 820px) {
    h1{
        font-size: 70px;
        line-height: 60px;
    }
    .navbar{
        background-color: rgba(0, 10, 37, 0.7);
        opacity: 100%;
        box-shadow: none;
        min-height: 85px;
        text-align: center;
    }
    .bolitas, .bolita, .bolita-activa{
        display: none;
    }
    .algo{
        margin: auto;
        padding-bottom: 10px;
    }

    footer{
        text-align: center;
    }
    .derechos{
        float: inherit;
        margin: 15px 0;
    }
    
    .fa-envelope, .fa-phone-volume{
        display: block;
        margin: 15px 0;
    }
}


@media (max-width: 500px) {
    .barra{
        margin-top: 50px;
    }
}