body{
    margin: 0;
    padding: 0;
    z-index: 0;
}

.container-titulo{
    background-image: url('/img/fondos/fondoEquipo.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 50vh;
    width: 100%;
    clip-path: ellipse(60% 100% at center top);
    display: flex;
    justify-content: center;
    align-items: center;
}

.titulo{
    font-size: 90px;
    font-family: 'Rubik Bold';
    font-weight: 600;
    color: white;
    margin: 0;
    padding: 0;
}

.container-equipo{
    height: 90vh;
    font-family: 'Cocogoose Bold' !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-equipo,
.container-fondo-naranja,
.container-fondo-azul,
.container-integrantes,
.container-titulo {
  max-width: 100vw;
  overflow-x: hidden;
}

.container-fondo-naranja img{
    width:418px;
    position: absolute;
    left: 0%;
    top: 50%;
}

.container-fondo-azul img{
    position: absolute;
    width:418px;
    right: 0%;
    top: 50%;
}

.container-integrantes {
    background: rgba(34, 34, 34, 0.3);
    backdrop-filter: blur(13.55px); 
    -webkit-backdrop-filter: blur(13.55px); 
    border-radius: 66px;
    height: 575px;
    width: 848px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.container-img {
    width: 310px;
    height: 466px;
    border-radius: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: 6%;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}

.container-img img {
    width: 310px;
    height: 466px;
    border-radius: 38px;
}

.container-datos {
    width: 450px; 
    height: 383px; 
    text-align: left;
    color: white;
    margin-right: 6%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
}
.container-nombre {
    align-items: center; 
    margin-left: 1%;
    margin-top:10% ;
}

.container-introduccion {
    justify-items: center;
    margin-top: 6%;
    margin-left: 1%;
}
.nombre {
    font-size: 47px;
    font-family: 'Rubik Bold';
    color: white;
    text-transform: uppercase;
    margin-top:-35%;
}
.cargo {
    font-size: 21px;
    font-family: 'Rubik Regular';
    color: white;
}
.container-introduccion p {
    font-size: 19.92px;
    font-family: 'Cocogoose Light';
    color: white;
    line-height: 1.5;
}

.circulo {
    position: absolute;
    border-radius: 50%;
    z-index: 1; 
}
/* inferior derecho */
.circulo-1{
    background: linear-gradient(135deg, #59BBAA, #01719D);
    width: 93px;
    height: 93px;
    left: 68%;
    top: 117%;
}
/* inferior izquierdo */
.circulo-2{
    background: linear-gradient(135deg, #FCC450, #E84757);
    position: absolute;
    width:180px;
    height:180px;
    left: 26%;
    top: 114%;
    z-index: 1;
}
/* superior izquierdo */
.circulo-3{
    background: linear-gradient(135deg, #59BBAA, #01719D);
    width: 61px;
    height: 61px;
    left:30%;
    top:69%;
    z-index: 100;
}
/* superior derecho */
.circulo-4{
    background: linear-gradient(135deg, #FCC450, #E84757);
    position: absolute;
    width: 69px;
    height: 69px;
    left: 70.5%;
    top: 78%;
    z-index: 100;
}
/* centro */
.circulo-5{
    background: linear-gradient(135deg, #FCC450, #E84757);
    width: 130px;
    height: 130px;
    left: 41.5%;
    top: 85%;
}
.container-boton-atras img{
    position: absolute;
    top: 90%;
    left:20%;
    width: 119px;
    height: 119px;
    z-index: 9999;
}

.container-boton-adelante img{
    width: 119px;
    height: 119px;
    position: absolute;
    top: 90%;
    right:20%;
    z-index: 9999;
}
.container-aliados-titulo{
    display: flex;
    justify-content: center;
    font-family: 'Rubik Bold';
    font-weight: 600;
    color: rgba(1, 113, 157, 1);
    font-size: 48px;
}
.container-aliados{
    background-color: rgba(1, 70, 91, 1);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.container-aliado-1{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
    padding-top: 5%;
    padding-bottom: 2%;
    padding-left: 2%;
    padding-right: 2%;
}
.container-aliado-1 img{
    padding: auto;
    padding-left: 2%;
    padding-right: 2%;
}
.container-aliado-2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
    padding-bottom: 5%;
}
.container-aliado-2 img{
    padding: auto;
    padding-left: 2%;
    padding-right: 2%;
}
.divider-1 {
    width: 0.15%;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.5);
}
.divider-2 {
    width: 0.15%;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.5);
}
.footer {
    background-color:rgba(1, 70, 91, 1);
    color:  white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    font-family: 'Rubik Regular';
    font-size: 20px;
    position: relative;
    z-index: 9999;
}

.fade-slide-out {
    animation: fadeSlideOut 0.4s forwards;
}
.fade-slide-in {
    animation: fadeSlideIn 0.4s forwards;
}

@keyframes fadeSlideOut {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-50px);
    }
}

@keyframes fadeSlideIn {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}


@media (max-width: 1440px) {
    /* inferior derecho */
.circulo-1{
    width: 93px;
    height: 93px;
    left: 76%;
    top: 118%;
}
/* inferior izquierdo */
.circulo-2{
    width:140px;
    height:140px;
    left: 15%;
    top: 118%;
}
/* superior izquierdo */
.circulo-3{
    width: 61px;
    height: 61px;
    left:20%;
    top:65%;
}
/* superior derecho */
.circulo-4{
    width: 69px;
    height: 69px;
    left: 80%;
    top: 78%;
}
/* centro */
.circulo-5{
    width: 130px;
    height: 130px;
    left: 38%;
    top: 85%;
}
.container-boton-atras img{
    top: 90%;
    left:5%;
    width: 119px;
    height: 119px;
}

.container-boton-adelante img{
    width: 119px;
    height: 119px;
    top: 90%;
    right:5%;
}
}
@media (max-width: 1300px) {
    /* inferior derecho */
.circulo-1{
    width: 93px;
    height: 93px;
    left: 76%;
    top: 118%;
}
/* inferior izquierdo */
.circulo-2{
    width:140px;
    height:140px;
    left: 15%;
    top: 118%;
}
/* superior izquierdo */
.circulo-3{
    width: 61px;
    height: 61px;
    left:20%;
    top:65%;
}
/* superior derecho */
.circulo-4{
    width: 69px;
    height: 69px;
    left: 80%;
    top: 78%;
}
/* centro */
.circulo-5{
    width: 130px;
    height: 130px;
    left: 38%;
    top: 85%;
}
.container-boton-atras img{
    top: 90%;
    left:5%;
    width: 119px;
    height: 119px;
}

.container-boton-adelante img{
    width: 119px;
    height: 119px;
    top: 90%;
    right:5%;
}
}

@media (max-width: 1080px) {
    .container-titulo{
        clip-path: ellipse(70% 100% at center top);
    }
    .container-equipo{
        height: 65vh;
        display: flex;
        flex-direction: column;
    }
    .container-fondo-naranja img{
        width:260px;
    }
    .container-fondo-azul img{
        position: absolute;
        width:260px;
        right: 0%;
        top: 50%;
    }
    .container-integrantes {
        height: 450px;
        width: 700px;
        left: 0%;
        top: 58%;
    }
    .container-img {
        width: 260px;
        height: 400px;
        border-radius: 38px;
        margin-left: 6%;
    }
    .container-img img {
        width: 260px;
        height: 400px;
        border-radius: 38px;
    }
    .container-nombre {
        align-items: center; 
        margin-left: 2%;
        margin-top:10% ;
    }
    .container-introduccion {
        justify-items: center;
        margin-top: 6%;
        margin-left: 1%;
    }
    .container-introduccion p {
        font-size: 18px;
        font-family: 'Cocogoose Light';
        color: white;
        line-height: 1.5;
    }
    .nombre {
        font-size: 40px;
        font-family: 'Rubik Bold';
        color: white;
        text-transform: uppercase;
        margin-top:-10%;
    }
    .cargo {
        font-size: 18px;
        font-family: 'Rubik Regular';
        color: white;
    }
    .container-boton-atras img{
        top: 80%;
        left:5%;
        width: 100px;
        height: 100px;
    }
    .container-boton-adelante img{
        width: 100px;
        height: 100px;
        position: absolute;
        top: 80%;
        right:2%;
    }
    /* inferior derecho */
    .circulo-1{
        width: 93px;
        height: 93px;
        left: 76%;
        top: 98%;
    }
    /* inferior izquierdo */
    .circulo-2{
        width:110px;
        height:110px;
        left: 13%;
        top: 100%;
    }
    /* superior izquierdo */
    .circulo-3{
        width: 50px;
        height: 50px;
        left:18%;
        top:57%;
        z-index: 100;
    }
    /* superior derecho */
    .circulo-4{
        position: absolute;
        width: 55px;
        height: 55px;
        left: 81%;
        top: 72%;
        z-index: 100;
    }
    /* centro */
    .circulo-5{
        width: 110px;
        height: 110px;
        left: 39%;
        top: 72%;
    }
    .container-aliados{
        background-color: rgba(1, 70, 91, 1);
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        }
        .container-aliado-1{
            padding-top: 2%;
            padding-bottom: 2%;
            padding-left: 2%;
            padding-right: 2%;
        }
        .container-aliado-1 img{
            padding: auto;
            padding-left: 2%;
            padding-right: 2%;
            max-width: 200px !important;
            height: 40px !important;
        }
        .container-aliado-2{
            padding-bottom: 2%;
        }
        .container-aliado-2 img{
            padding: auto;
            padding-left: 2%;
            padding-right: 2%;
            max-width: 200px !important;
            height: 40px !important;
        }
}

@media (max-width: 768px) {
    .container-titulo{
        height: 40vh;
        clip-path: ellipse(70% 100% at center top);
    }
    .container-fondo-naranja img{
        width:200px;
        top: 55%;
    }
    .container-fondo-azul img{
        position: absolute;
        width:200px;
        right: 0%;
        top: 40%;
    }
    .container-equipo{
        height: 58vh;
        display: flex;
        flex-direction: column;
    }
    .container-integrantes {
        height: 350px;
        width: 550px;
        left: 15%;
        top: 45%;
        border-radius: 40px;
    }
    .container-datos{
        margin-top: 4em;
        margin-left: 1%;
    }
    .container-img {
        width: 220px;
        height: 300px;
        border-radius: 38px;
        margin-left: 6%;
    }
    .container-img img {
        width: 220px;
        height: 300px;
    }
    .container-nombre {
        align-items: center; 
        margin-left: 2%;
        margin-top:10% ;
    }
    .container-introduccion {
        justify-items: center;
        margin-top: 6%;
        margin-left: 1%;
    }
    .container-introduccion p {
        font-size: 15px;
        font-family: 'Cocogoose Light';
        color: white;
        line-height: 1.5;
    }
    .nombre {
        font-size: 30px;
        font-family: 'Rubik Bold';
        color: white;
        text-transform: uppercase;
        margin-top:-35%;
    }
    .cargo {
        font-size: 18px;
        font-family: 'Rubik Regular';
        color: white;
    }
    .container-boton-atras img{
        top: 68%;
        left:2%;
        width:70px;
        height:70px;
    }
    .container-boton-adelante img{
        width:70px;
        height:70px;
        top: 68%;
        right:2%;
    }
    /* inferior derecho */
    .circulo-1{
        width: 76px;
        height: 76px;
        left: 77%;
        top: 82%;
    }
    /* inferior izquierdo */
    .circulo-2{
        width:80px;
        height:80px;
        left: 13%;
        top: 83%;
    }
    /* superior izquierdo */
    .circulo-3{
        width: 50px;
        height: 50px;
        left:17%;
        top:49%;
        z-index: 100;
    }
    /* superior derecho */
    .circulo-4{
        position: absolute;
        width: 45px;
        height: 45px;
        left: 84%;
        top: 55%;
        z-index: 100;
    }
    /* centro */
    .circulo-5{
        width: 90px;
        height: 90px;
        left: 38%;
        top: 65%;
    }
    .container-aliados-titulo{
        font-size: 35px;
        margin-top: 0%;
    }
    .container-aliado-1{
        padding-top: 7%;
    }
    .container-aliado-1 img{
        padding: auto;
        padding-left: 2%;
        padding-right: 2%;
        max-width: 170px !important;
        height: 35px !important;
    }
    .container-aliado-2{
        padding-bottom: 7%;
    }
    .container-aliado-2 img{
        padding: auto;
        padding-left: 2%;
        padding-right: 2%;
        max-width: 170px !important;
        height: 35px !important;
    }
    .divider-1 {
        width: 0.15%;
        height: 35px;
        background-color: rgba(255, 255, 255, 0.5);
    }
    .divider-2 {
        width: 0.15%;
        height: 35px;
        background-color: rgba(255, 255, 255, 0.5);
    }
}

@media screen and (max-width: 480px) and (orientation: portrait) {
    .container-titulo{
        height: 25vh;
        clip-path: ellipse(90% 100% at center top);
    }
    .container-equipo{
        height: 80vh;
    }
    .titulo{
        font-size: 45px;
    }
    .container-fondo-naranja img{
        width:160px;
        top: 65%;
    }
    .container-fondo-azul img{
        position: absolute;
        width:160px;
        right: 0%;
        top: 22%;
    }
    .container-integrantes {
        height: 600px;
        width: 300px;
        flex-direction: column;
    }
    .container-datos{
        width: 100%;
        margin-left: 0%;
        text-align: center;
        color: white;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .container-img {
        width: 220px;
        height: 280px;
        margin-top: 6%;
        margin-left: 0%;
    }
    .container-img img{
        width: 220px;
        height: 280px;
    }
    .container-nombre {
        align-items: center; 
        margin-left: 3%;
        margin-top:10% ;
    }
    .container-introduccion {
        justify-items: center;
        margin-top: 6%;
        margin-left: 5%;
    }
    .container-introduccion p {
        font-size: 15px;
        font-family: 'Cocogoose Light';
        color: white;
        line-height: 1.5;
    }
    .nombre {
        font-size: 30px;
        font-family: 'Rubik Bold';
        color: white;
        text-transform: uppercase;
        margin-top:-35%;
    }
    .cargo {
        font-size: 18px;
        font-family: 'Rubik Regular';
        color: white;
    }
    .container-boton-atras img{
        top: 68%;
        left:2%;
        width:50px;
        height:50px;
    }
    .container-boton-adelante img{
        width:50px;
        height:50px;
        top: 68%;
        right:2%;
    }
    /* inferior derecho */
    .circulo-1{
        width: 60px;
        height: 60px;
        left: 73%;
        top: 94%;
    }
    /* inferior izquierdo */
    .circulo-2{
        width:80px;
        height:80px;
        left: 5%;
        top: 94%;
    }
    /* superior izquierdo */
    .circulo-3{
        width: 45px;
        height: 45px;
        left:22%;
        top:30%;
        z-index: 100;
    }
    /* superior derecho */
    .circulo-4{
        position: absolute;
        width: 45px;
        height: 45px;
        left: 84%;
        top: 55%;
        z-index: 100;
    }
    /* centro */
    .circulo-5{
        display: none;
        width: 90px;
        height: 90px;
        left: 40%;
        top: 58%;
    }
    .container-aliados-titulo{
        font-size: 25px;
        margin-top: 1%;
    }
    .container-aliados{
        flex-direction: row;
    }
    .container-aliado-1{
        padding-top: 7%;
        flex-direction: column;
    }
    .container-aliado-1 img{
        margin-bottom: 6%;
        margin-top: 6%;
    }
    .container-aliado-2{
        padding-bottom: 7%;
        flex-direction: column;
        margin-top: 12%;
    }
    .container-aliado-2 img{
        margin-bottom: 6%;
        margin-top: 6%;
    }
    .divider-1 {
        width: 80%;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.5);
    }
    .divider-2 {
        width: 80%;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.5);
    }
}

@media screen and (max-width: 375px) and (orientation: portrait) {
    .container-equipo{
        height: 80vh;
        margin-left: -1em;
    }
    .container-integrantes {
        height: 550px;
        width: 250px;
        flex-direction: column;
        margin-left: 1em;
    }
    .container-img {
        width: 180px;
        height: 240px;
    }
    .container-img img{
        width: 180px;
        height: 240px;
    }
    .container-introduccion p {
        font-size: 14px;
    }
    .nombre {
        font-size: 25px;
        margin-top:-35%;
    }
    .container-boton-atras img{
        width:50px;
        height:50px;
        top: 68%;
        right:2%;
    }
    .container-boton-adelante img{
        width:50px;
        height:50px;
        top: 68%;
        right:2%;
    }
    /* inferior derecho */
    .circulo-1{
        width: 60px;
        height: 60px;
        left: 69%;
        top: 91%;
    }
    /* inferior izquierdo */
    .circulo-2{
        width:70px;
        height:70px;
        left: 10%;
        top: 93%;
    }
    /* superior izquierdo */
    .circulo-3{
        width: 45px;
        height: 45px;
        left:23%;
        top:33%;
        z-index: 100;
    }
    /* superior derecho */
    .circulo-4{
        width: 40px;
        height: 40px;
        left: 78%;
        top: 50%;
        z-index: 100;
    }
    /* centro */
    .circulo-5{
        display: none;

    }
}

@media screen and (max-width: 320px) and (orientation: portrait) {
    .titulo{
        font-size: 30px;
    }
    .container-equipo{
        height: 80vh;
        margin-left: -1em;
    }
    .container-integrantes {
        height: 600px;
        width: 220px;
        flex-direction: column;
        margin-left: 1em;
    }
    .container-img {
        width: 180px;
        height: 240px;
    }
    .container-img img{
        width: 180px;
        height: 240px;
    }
    .container-introduccion p {
        font-size: 14px;
    }
    .nombre {
        font-size: 25px;
        margin-top:-35%;
    }
    .container-boton-atras img{
        width:50px;
        height:50px;
        top: 68%;
        left: 0%;
    }
    .container-boton-adelante img{
        width:50px;
        height:50px;
        top: 68%;
        right:0%;
    }
    /* inferior derecho */
    .circulo-1{
        width: 60px;
        height: 60px;
        left: 67%;
        top: 94%;
    }
    /* inferior izquierdo */
    .circulo-2{
        display: none;
        width:50px;
        height:50px;
        left: 10%;
        top: 98%;
    }
    /* superior izquierdo */
    .circulo-3{
        width: 45px;
        height: 45px;
        left:20%;
        top:30%;
        z-index: 100;
    }
    /* superior derecho */
    .circulo-4{
        display: none;
        width: 40px;
        height: 40px;
        left: 78%;
        top: 50%;
        z-index: 100;
    }
    /* centro */
    .circulo-5{
        display: none;
    }
    .container-aliados{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .container-aliado-1{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        padding: 0%;
    }
    .container-aliado-1 img{
        padding: auto;
        padding-left: 2%;
        padding-right: 2%;
    }
    .container-aliado-2{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        padding-bottom: 0%;
        margin: 0%;
    }
    .container-aliado-2 img{
        padding: auto;
        padding-left: 2%;
        padding-right: 2%;
    }
    .divider-2-phone320{
        width: 80%;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.5);
    }
}