/*Imports*/
@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@300&display=swap');

*{
    font-family: 'Antonio', sans-serif;
}

html {
    scroll-behavior: smooth;
}

/*Header*/
header {
    padding: 1vw 2vw;
    overflow: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: auto;
    color: #fff;
    background-color: transparent;
}

@keyframes caida {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}

.fijo {
    position: fixed;
    background-color: #000000;
    animation: 1s caida forwards;
}

.nav-page {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content-logo{
    position: relative;
    margin: auto 0;
}

.logo-page {
    margin: auto 0;
    width: 12vw;
}

.content-list-nav {
    position: relative;
    z-index: 2;
    display: flex;
    margin-left: auto;
}

/*.content-list-nav:before {
    content: " ";
    position: absolute;
    width: 30%;
    height: 20vh;
    background: linear-gradient(90deg, rgba(1,210,254,1) 0%, rgba(86,78,227,1) 80%);
    top: -2.5vw;
    right: -2vw;
    z-index: 0;
}*/

/*.content-list-nav:after {
    content: " ";
    position: absolute;
    top: -2.5vw;
    right: calc(30% - 2vw );
    border-top: 10.2vh solid transparent;
    border-left: 1.5vw solid transparent;
    border-right: 1.5vw solid rgba(1,210,254,1);
    border-bottom: 10vh solid rgba(1,210,254,1);
    z-index: 0;
}*/

.list-nav {
    position: relative;
    display: block;
    z-index: 2;
    margin: auto 0;
}

.list-nav li {
    position: relative;
    display: inline;
    margin: auto 1vw;
    z-index: 2;
}

.list-nav a {
    position: relative;
    color: #fff;
    font-size: 2vw;
    z-index: 2;
}

/*main*/
main {
    position: relative;
}

.wa-button {
    position: fixed;
    right: inherit;
    bottom: 3%;
    right: 2%;
    padding: 0;
    width: 6vw;
    height: 6vw;
    display: flex;
    border-radius: 50%;
    background-color: #25d366;
    box-shadow: 5px 5px 10px #25252594;
    z-index: 100;
}

.wa-button a {
    margin: auto;
    text-decoration: none;
}

.wa-button img {
    width: 3.5vw;
}

.imagenPrincipal {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
}

.imagenPrincipal video {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.nosotros {
    background: rgba(255, 255, 255, 1);
    background: linear-gradient(180deg, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 50%);
}

.content-text {
    position: relative;
    color: #fff;
    text-align: center;
    z-index: 1;
}

.content-text h2 {
    font-size: 8vw;
    font-weight: bold;
    text-shadow: 5px 5px 10px #000000;
}

.content-text h3 {
    font-size: 5vw;
    text-shadow: 5px 5px 10px #000000;
}

.content-encabesados {
    width: 100%;
    height: 12vh;
    position: relative;
    margin-top: 1vw;
    overflow: hidden;
}

.content-encabesados:after {
    content: " ";
    position: absolute;
    top: -2vw;
    left: 21.6%;
    width: 2vw;
    height: 20vh;
    background-color: rgba(1,210,254,1);
    transform: rotateZ(20deg);
    z-index: 0;
}

.content-encabesados:before {
    content: " ";
    position: absolute;
    top: -2vw;
    left: 25.1%;
    width: 2vw;
    height: 20vh;
    background-color: rgba(1,210,254,1);
    transform: rotateZ(20deg);
    z-index: 0;
}

.headerNosotros {
    position: relative;
    margin: auto 0;
    width: 15%;
    color: #fff;
    padding: 1vw 2vw;
    background: linear-gradient(120deg, rgba(86,78,227,1) 0%, rgba(1,210,254,1) 80%);
    z-index: 1;
}

.headerNosotros:after {
    content: " ";
    position: absolute;
    top: -2vw;
    left: 95%;
    width: 2vw;
    height: 20vh;
    background-color: rgba(1,210,254,1);
    transform: rotateZ(20deg);
    z-index: 0;
}

.headerNosotros:before {
    content: " ";
    position: absolute;
    top: -2vw;
    left: 120%;
    width: 2vw;
    height: 20vh;
    background-color: rgba(1,210,254,1);
    transform: rotateZ(20deg);
    z-index: 0;
}

.headerNosotros h3 {
    font-size: 3vw;
    margin: auto;
}

.textoContenido {
    justify-content: center;
    align-items: center;
}

.textoContenido p {
    margin: auto 0;
    line-height: 3vw;
}

.desarrollos {
    background-color: #FFF;
    background-image: url('../img/seccionEmpresa.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding: 5vh 0;


}

.grid_4 {
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1vw;
    padding: 5vh 0;
}

.content-devs {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 1vw;
    z-index: 2;
}

.content-devs:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 90%;
    top: 5%;
    left: 0;
    border-left: 2px solid #5e5e5e;
    border-right: 2px solid #5e5e5e;
    border-top: 0 solid transparent;
    border-bottom: 0 solid transparent;
    filter: blur(2px);
    z-index: 0;
}

.content-devs img {
    position: relative;
    width: 50%;
    margin: 0 auto;
    z-index: 2;
}

.content-devs a, .content-devs button {
    position: relative;
    color: #564ee3;
    text-align: center;
    font-size: 2.5vw;
    margin: auto;
    margin-top: 3vw;
    z-index: 2;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

.content-devs a:hover, .content-devs button:hover {
    color: rgba(1,210,254,1);
}

.slogan {
    background-attachment: fixed;
    background-size: cover;
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content-slogan {
    color: #FFF;
    text-align: center;
    display: flex;
    margin: auto;
    flex-direction: column;
}

.content-slogan img {
    width: 40%;
    margin: auto;
}

.content-slogan span {
    font-size: 4vw;
    font-weight: bold;
    text-shadow: 5px 5px 10px #000000;
}

.sintillo {
    width: 100%;
    height: 30vh;
    background-color: #201815;
    display: flex;
    overflow: hidden;
}

.content-logo-sintillo {
    width: 30%;
    display: flex;
    height: 100%;
    margin: 0;
}

.content-logo-sintillo img {
    width: 80%;
    margin: auto;
}

.content-juego {
    position: relative;
    display: flex;
    width: 55%;
    height: 100%;
    margin: 0;
    margin-left: auto;
}

.content-juego img {
    height: 20vh;
    z-index: 1;
    margin: auto 0;
}

.content-juego video {
    position: absolute;
    top: 0;
    left: 23%;
    width: auto;
    height: 30vh;
    z-index: 0;
}

.content-mask {
    position: relative;
    width: 40%;
    margin: 0;
    margin-left: auto;
    z-index: 1;
}

.content-mask:after {
    content: " ";
    height: 45%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(120deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 20%, 
    rgba(255,255,255,1) 20%, rgba(255,255,255,1) 30%, 
    rgba(0,0,0,1) 30%, rgba(0,0,0,1) 40%, 
    rgba(255,255,255,1)40%, rgba(255,255,255,1) 50%, 
    rgba(0,0,0,1) 50%, rgba(0,0,0,1) 60%, 
    rgba(255,255,255, 1)60%, rgba(255, 255, 255, 1) 70%, 
    rgba(0,0,0,1) 70%, rgba(0,0,0,1) 80%, 
    rgba(255,255,255,1)80%, rgba(255,255,255,1) 100% );
}

.content-mask:before {
    content: " ";
    height: 55%;
    width: 100%;
    position: absolute;
    top: 45%;
    left: 0;
    background: linear-gradient(65deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 20%, 
    rgba(255,255,255,1) 20%, rgba(255,255,255,1) 30%, 
    rgba(0,0,0,1) 30%, rgba(0,0,0,1) 40%, 
    rgba(255,255,255,1)40%, rgba(255,255,255,1) 50%, 
    rgba(0,0,0,1) 50%, rgba(0,0,0,1) 60%, 
    rgba(255,255,255,1)60%, rgba(255,255,255,1) 70%, 
    rgba(0,0,0,1) 70%, rgba(0,0,0,1) 80%, 
    rgba(255,255,255,1)80%, rgba(255,255,255,1) 100%);
}

.contacto {
    height: auto;
    background: rgb(216,216,216);
    background: linear-gradient(0deg, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 50%);
}

.barra-baja {
    width: 100%;
}

.content-contact {
    width: 100%;
    padding: 2vw 4vw;
    display: flex;
    flex-direction: column;
}

.content-contact img {
    width: 40%;
    margin: 0;
    margin-left: 2vw;
    margin-bottom: 2vw;
}

.grid_2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4vw;
}

.col_grid {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: auto;
}

.col_grid span {
    font-size: 1.2vw;
    font-weight: bold;
}

.col_grid:first-child span {
    color: #564ee3;
    font-size: 2.5vw;
}

.col_grid img {
    width: 70%;
    margin: 1vw auto;
}

.grid_3 {
    width: 50%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1vw;
    margin: auto;
}

.grid_3 img {
    width: 80%;
    border-radius: 50%;
    margin: auto;
}

.footer-2{
    width: 100%;
    background-color: #201815;
}

.modal-view {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #1a1a1a34;
    backdrop-filter: blur(5px);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-modal{
    position: relative;
    width: 50%;
    height: 70vh;
    padding: 1rem;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    text-align: center;
    border-radius: .5rem;
    animation: aparecer 1s forwards;
}

.close-modal {
    position: absolute;
    top: 3%;
    right: 2%;
    width: 2rem;
    height: 2rem;
    background-color: rgba(1,210,254,1);
    color: #FFF;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    border: none;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
}

.close-modal:hover {
    background-color: #564ee3;
}

.contenido_card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contenido_card h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #564ee3;
}

.contenido_card img {
    width: 20%;
    margin: 1vh 0;
}

.contenido_card p {
    font-size: 1rem;
}

.contenido_card a {
    background-color: #FFF;
    border: .3rem solid rgba(1,210,254,1);
    padding: .5rem 2rem;
    color: rgba(1,210,254,1);
    transition: all .2s ease-in-out;
    text-decoration: none;
    border-radius: 2rem;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0;
    margin-top: auto;
}

.contenido_card a:hover{
    background-color: #564ee3;
    color: #FFF;
    border: .3rem solid #564ee3;
}

.no_view {
    display: none;
}

@keyframes aparecer {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.vinetas {
    width: 30%;
}

.no-fixed {
    position: relative;
}

.conten__title {
    width: 40%;
    margin: 3rem 0;
    background-color: #c4c4c4;
    border-radius: 0 5rem 5rem 0;
    padding: 2rem;
    padding-right: 3rem;
    text-align: end;
    position: relative;
    z-index: 2;
}

.conten__title:before {
    content: " ";
    position: absolute;
    width: 25%;
    height: 120%;
    top: -10%;
    left: 5%;
    background: linear-gradient(110deg, rgba(255,255,255,0) 25%, rgba(1,210,254,1) 25%,rgba(1,210,254,1) 40%, rgba(255,255,255,0) 40%, rgba(255,255,255,0) 55%, rgba(32,24,21,1) 55%, rgba(32,24,21,1) 70%, rgba(255,255,255,0) 70%, rgba(255,255,255,0) 100%);
    z-index: 3;
}

.title__page {
    color: #000;
    font-size: 3rem;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.conten__aviso {
    width: 100%;
    padding: 2rem 5%;
    margin: auto;
    text-align: justify;
    background-image: url(../img/seccionEmpresa.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    height: auto;
}