@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');



.op {
    margin-left: 30px !important;
}

.bp {
    margin-bottom: -15px;
}

.cirCav-1 {
    position: absolute;
    top: 42%;
    left: 7%;
    animation: zoomimg 1s normal ease-in-out;

}

.cirCav-2 {
    position: absolute;
    z-index: 1;
    top: 42%;
    left: 16.5%;
    animation: zoomimg 1s normal ease-in-out;
    animation-delay: .2s;
}

.cirCav-3 {
    position: absolute;
    z-index: 1;
    top: 42%;
    left: 26%;
    animation: zoomimg 1s normal ease-in-out;
    animation-delay: .4s;
}

.Cav-1 {
    position: absolute;
    z-index: 1;
    top: 28%;
    left: 30.5%;
    animation: zoomimg 1.5s normal ease-in-out;
    animation-delay: .5s;
}

.Tel-1 {
    position: absolute;
    top: 70%;
    left: 25.5%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.textCavi {
    position: absolute;
    width: 28%;
    z-index: 1;
    top: 25%;
    left: 20%;
    transform: translate(-50%, -50%);
    animation: arrTex 1s normal ease-in-out;
}

.textCavi p {
    font-size: 20px;
    font-family: "Nunito Sans", sans-serif;
}

.toallCavi {
    position: absolute;
    width: 100%;
    top: 30%;
    left: 31%;
    transform: translate(-50%, -50%);
    animation: toallCaviA 1.5s ease-in-out normal;
    animation-delay: .5s;
}

.toallCavi p {
    font-size: 35px;
    font-weight: bold;
    text-align: right;
    font-family: "Nunito Sans", sans-serif;
}


.titCav {
    position: absolute;
    z-index: 1;
    top: 43%;
    left: 31%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: end;
}

.titCav2 {
    position: absolute;
    z-index: 1;
    top: 49%;
    left: 31%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: end;
}


.titCav span,
.titCav2 span {
    font-size: 55px;
    font-weight: bold;
    text-align: right;
    margin-left: -5px;
    text-transform: uppercase;
    display: inline-block;
    animation: titCavA .4s backwards;
    font-family: "Nunito Sans", sans-serif;
}

.contCav {
    position: absolute;
    top: 66%;
    left: 31%;
    transform: translate(-50%, -50%);
    width: 100%;
    animation: contCavA 1s normal ease-in-out;
    animation-delay: .5s;
}

.contCav p {
    font-size: 40px;
    text-align: right;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
}

@keyframes zoomimg {
    0% {
        transform: scale3d(0, 0, 0);
        opacity: 0;
    }

    100% {
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }
}

@keyframes arrTex {
    0% {
        opacity: 0;
        top: 0%;
    }

    100% {
        opacity: 1 !important;
        top: 25%;
    }
}

@keyframes toallCaviA {
    0% {
        opacity: 0;
        left: 50%;
    }

    100% {
        opacity: 1;
        left: 31%;
    }
}

@keyframes titCavA {
    from {
        opacity: 0;

    }

    to {
        opacity: 1;
    }
}

@keyframes contCavA {
    0% {
        opacity: 0;
        left: 50%;
    }

    100% {
        opacity: 1;
        left: 31%;
    }
}

.titCav span:nth-child(1) {
    animation-delay: 0.2s;
}

.titCav span:nth-child(2) {
    animation-delay: 0.4s;
}

.titCav span:nth-child(3) {
    animation-delay: 0.6s;
}

.titCav span:nth-child(4) {
    animation-delay: 0.8s;
}

.titCav span:nth-child(5) {
    animation-delay: 1s;
}

.titCav span:nth-child(6) {
    animation-delay: 1.2s;
}

.titCav span:nth-child(7) {
    animation-delay: 1.4s;
}

.titCav span:nth-child(8) {
    animation-delay: 1.6s;
}

.titCav span:nth-child(9) {
    animation-delay: 1.8s;
}

.titCav span:nth-child(10) {
    animation-delay: 2s;
}

.titCav span:nth-child(11) {
    animation-delay: 2.2s;
}

.titCav span:nth-child(12) {
    animation-delay: 2.4s;
}

.titCav2 span:nth-child(1) {
    animation-delay: 2.2s;
}

.titCav2 span:nth-child(2) {
    animation-delay: 2.4s;
}

/* ----------------------------------empower------------------------------ */

#rectanguloEmpo {
    position: absolute;
    top: 56%;
    left: 42.5%;
    width: 433px;
    height: 423px;
    fill: none;
    stroke: purple;
    stroke-width: 11;
    stroke-dasharray: 2100;
    stroke-dashoffset: 2100;
    transform: translate(-50%, -50%);
    animation: animRectangulo 3s ease-in-out forwards;
}

@keyframes animRectangulo {
    to {
        stroke-dashoffset: 0;
    }
}


.textEmp {
    position: absolute;
    width: 30%;
    z-index: 1;
    top: 25%;
    left: 20%;
    transform: translate(-50%, -50%);
    animation: arrTex 1s normal ease-in-out;
}

.textEmp p {
    font-size: 20px;
    font-weight: 300;
    font-family: "Nunito Sans", sans-serif;
}

.usuEmp {
    position: absolute;
    z-index: 1;
    top: 36%;
    left: 10%;
    transform: translate(-50%, -50%);
}

.usuEmp span {
    font-size: 35px;
    font-weight: bold;
    text-align: right;
    display: inline-block;
    font-family: "Nunito Sans", sans-serif;
    animation: usuEmpA 1s backwards;
}

.cirEmp-1 {
    position: absolute;
    top: 42%;
    left: 7%;
    text-align: center;
    animation: zoomimg 1s normal ease-in-out;

}

.cirEmp-2 {
    position: absolute;
    text-align: center;
    z-index: 1;
    top: 42%;
    left: 16.5%;
    animation: zoomimg 1s normal ease-in-out;
    animation-delay: .2s;
}

.cirEmp-1 p,
.cirEmp-2 p {
    font-size: 17px;
    font-weight: 600;
    font-family: "Nunito Sans", sans-serif;
}

.Emp-1 {
    position: absolute;
    z-index: 1;
    top: 22%;
    left: 30%;
    animation: zoomimg 1.5s normal;
    animation-delay: .5s;
}

.Emp-2 {
    position: absolute;
    z-index: 0;
    top: 41%;
    left: 25%;
    animation: zoomimg 1.5s normal;
    animation-delay: .5s;
}

.deteEmpo {
    position: absolute;
    width: 100%;
    top: 30%;
    left: 35%;
    transform: translate(-50%, -50%);
    animation: deteEmpoA 1.5s ease-in-out normal;
    animation-delay: .5s;
    text-align: end;
}

.deteEmpo p {
    font-size: 40px;
    font-weight: 800;
    font-family: "Nunito Sans", sans-serif;
    margin-bottom: 0;
}

.titEmp {
    position: absolute;
    z-index: 1;
    top: 38%;
    left: 35%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: end;
}

.titEmp span {
    font-size: 56px;
    font-weight: bold;
    text-align: right;
    text-transform: uppercase;
    display: inline-block;
    margin-left: -5px;
    animation: usuEmpA .4s backwards;
}

.corrEmp {
    position: absolute;
    top: 49%;
    left: 35%;
    transform: translate(-50%, -50%);
    animation: corrEmpA 1s normal;
    width: 100%;
    text-align: end;
}

.corrEmp p {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: "Nunito Sans", sans-serif;
}

.ofreEmpo {
    position: absolute;
    top: 75%;
    left: 35%;
    transform: translate(-50%, -50%);
    animation: ofreEmpoA 1s normal ease-in-out;
    width: 100%;
}


.ofreEmpo p {
    font-size: 50px;
    font-weight: 200;
    text-align: right;
    font-family: "Nunito Sans", sans-serif;
}

@keyframes deteEmpoA {
    from {
        opacity: 0;
        left: 90%;
    }

    to {
        opacity: 1;
        left: 35%;
    }
}

@keyframes corrEmpA {
    from {
        opacity: 0;
        top: 69%;
    }

    to {
        opacity: 1;
        top: 49%;
    }
}

@keyframes ofreEmpoA {
    from {
        opacity: 0;
        left: 90%;

    }

    to {
        opacity: 1;
        left: 35%;
    }
}

@keyframes usuEmpA {
    from {
        opacity: 0;

    }

    to {
        opacity: 1;
    }
}

.usuEmp span:nth-child(1) {
    animation-delay: 0.2s;
}

.usuEmp span:nth-child(2) {
    animation-delay: 0.4s;
}

.usuEmp span:nth-child(3) {
    animation-delay: 0.6s;
}

.usuEmp span:nth-child(4) {
    animation-delay: 0.8s;
}

.usuEmp span:nth-child(5) {
    animation-delay: 1s;
}

.titEmp span:nth-child(1) {
    animation-delay: 0.2s;
}

.titEmp span:nth-child(2) {
    animation-delay: 0.4s;
}

.titEmp span:nth-child(3) {
    animation-delay: 0.6s;
}

.titEmp span:nth-child(4) {
    animation-delay: 0.8s;
}

.titEmp span:nth-child(5) {
    animation-delay: 1s;
}

.titEmp span:nth-child(6) {
    animation-delay: 1.2s;
}

.titEmp span:nth-child(7) {
    animation-delay: 1.4s;
}




/* -------------------------------opa---------------------------- */

.textOpa {
    position: absolute;
    width: 29%;
    z-index: 1;
    top: 20%;
    left: 20%;
    transform: translate(-50%, -50%);
    animation: textOpaA 1s normal ease-in-out;
}

.textOpa p {
    font-size: 25px;
    font-weight: 300;
    font-family: "Nunito Sans", sans-serif;
}

.presOpa {
    position: absolute;
    z-index: 1;
    top: 36%;
    left: 14%;
    transform: translate(-50%, -50%);
}

.presOpa span {
    font-size: 35px;
    font-weight: bold;
    text-align: right;
    display: inline-block;
    font-family: "Nunito Sans", sans-serif;
    animation: presOpA .5s backwards;
}

.cirOpa-1 {
    position: absolute;
    top: 42%;
    left: 5%;
    text-align: center;
    animation: zoomimg 1s normal ease-in-out;
}

.cirOpa-2 {
    position: absolute;
    text-align: center;
    z-index: 1;
    top: 42%;
    left: 16%;
    animation: zoomimg 1s normal ease-in-out;
    animation-delay: .2s;
}

.cirOpa-1 p,
.cirOpa-2 p {
    font-size: 17px;
    font-weight: 600;
    font-family: "Nunito Sans", sans-serif;
}

.Opa-1 {
    position: absolute;
    z-index: 0;
    top: 17%;
    left: 27%;
    animation: zoomimg 1.5s normal;
    animation-delay: .5s;
}

.barra-1 {
    position: absolute;
    top: 29%;
    left: 33%;
    transform: translate(-50%, -50%);
    animation: barra-1A 2s normal;

}

.barra-2 {
    position: absolute;
    top: 60%;
    left: 38%;
    transform: translate(-50%, -50%);
    animation: barra-2A 2s normal;

}

.desiOpa {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 26%;
    left: 42%;
    transform: translate(-50%, -50%);
    animation: desiOpaA 1.5s ease-in-out normal;
    animation-delay: .5s;
    text-align: end;
}

.desiOpa p {
    font-size: 42px;
    font-weight: 800;
    font-family: "Nunito Sans", sans-serif;
    margin-bottom: 0;
}


.titOpa {
    position: absolute;
    z-index: 1;
    top: 34%;
    left: 42%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: end;
}

.titOpa2 {
    position: absolute;
    z-index: 1;
    top: 40%;
    left: 42%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: end;
}

.titOpa span,
.titOpa2 span {
    font-size: 56px;
    font-weight: bold;
    text-align: right;
    text-transform: uppercase;
    display: inline-block;
    margin-left: -5px;
    animation: presOpA .4s backwards;
}


.dosOpa {
    position: absolute;
    top: 55%;
    left: 42%;
    transform: translate(-50%, -50%);
    animation: dosOpaA 1s normal ease-in-out;
    width: 100%;
    text-align: end;
}

.dosOpa p {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: "Nunito Sans", sans-serif;
}

.indOpa {
    position: absolute;
    top: 71%;
    left: 42%;
    transform: translate(-50%, -50%);
    animation: indOpaA 1s normal ease-in-out;
    width: 100%;
}

.indOpa p {
    font-size: 40px;
    font-weight: 200;
    text-align: right;
    font-family: "Nunito Sans", sans-serif;
}

@keyframes desiOpaA {
    from {
        opacity: 0;
        left: 70%;

    }

    to {
        opacity: 1;
        left: 42%;
    }
}


@keyframes textOpaA {
    from {
        opacity: 0;
        top: 10%;
    }

    to {
        opacity: 1;
        top: 20%;
    }
}

@keyframes barra-1A {
    from {
        opacity: 0;
        top: 0%;
        left: 58%;
    }

    to {
        opacity: 1;
        top: 29%;
        left: 33%;
    }
}

@keyframes dosOpaA {
    from {
        opacity: 0;
        top: 75%;
    }

    to {
        opacity: 1;
        top: 55%;
    }
}

@keyframes barra-2A {
    from {
        opacity: 0;
        top: 91%;
        left: 25%;
    }

    to {
        opacity: 1;
        top: 60%;
        left: 38%;
    }
}

@keyframes indOpaA {
    from {
        opacity: 0;
        left: 89.5%;
    }

    to {
        opacity: 1;
        left: 42%;
    }
}


@keyframes presOpA {
    from {
        opacity: 0;

    }

    to {
        opacity: 1;
    }
}

.presOpa span:nth-child(1) {
    animation-delay: 0.2s;
}

.presOpa span:nth-child(2) {
    animation-delay: 0.3s;
}

.presOpa span:nth-child(3) {
    animation-delay: 0.4s;
}

.presOpa span:nth-child(4) {
    animation-delay: 0.5s;
}

.presOpa span:nth-child(5) {
    animation-delay: 0.6s;
}

.presOpa span:nth-child(6) {
    animation-delay: 0.7s;
}

.presOpa span:nth-child(7) {
    animation-delay: 0.8s;
}

.presOpa span:nth-child(8) {
    animation-delay: 0.9s;
}

.presOpa span:nth-child(9) {
    animation-delay: 1s;
}

.presOpa span:nth-child(10) {
    animation-delay: 1.1s;
}

.presOpa span:nth-child(11) {
    animation-delay: 1.2s;
}

.presOpa span:nth-child(12) {
    animation-delay: 1.3s;
}

.presOpa span:nth-child(13) {
    animation-delay: 1.4s;
}

.presOpa span:nth-child(14) {
    animation-delay: 1.5s;
}

.presOpa span:nth-child(15) {
    animation-delay: 1.6s;
}

/* ---------- */
.titOpa span:nth-child(1) {
    animation-delay: 0.2s;
}

.titOpa span:nth-child(2) {
    animation-delay: 0.3s;
}

.titOpa span:nth-child(3) {
    animation-delay: 0.4s;
}

.titOpa span:nth-child(4) {
    animation-delay: 0.5s;
}

.titOpa span:nth-child(5) {
    animation-delay: 0.6s;
}

.titOpa span:nth-child(6) {
    animation-delay: 0.7s;
}

.titOpa span:nth-child(7) {
    animation-delay: 0.8s;
}

.titOpa span:nth-child(8) {
    animation-delay: 0.9s;
}

.titOpa2 span:nth-child(1) {
    animation-delay: 1s;
}

.titOpa2 span:nth-child(2) {
    animation-delay: 1.1s;
}

.titOpa2 span:nth-child(3) {
    animation-delay: 1.2s;
}

.titOpa2 span:nth-child(4) {
    animation-delay: 1.3s;
}

.titOpa2 span:nth-child(5) {
    animation-delay: 1.4s;
}

.titOpa2 span:nth-child(6) {
    animation-delay: 1.5s;
}

.titOpa2 span:nth-child(7) {
    animation-delay: 1.6s;
}


/* ----------------------todos------------------------------------- */
.media-barra-1 {
    position: absolute;
    top: 28%;
    left: 2%;
    transform: translate(-50%, -50%);
}

.media-barra-2 {
    position: absolute;
    top: 60%;
    left: 0%;
    transform: translate(-50%, -50%);
}

.textTod {
    position: absolute;
    z-index: 1;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: textTodA 1s normal ease-in-out;
}

.textTod p {
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
    margin-bottom: -20px;
}

.textTod .rojo {
    color: red;
    font-size: 80px;
    font-weight: 700;
    margin-bottom: -20px;

}

.nosoTod {
    position: absolute;
    top: 85%;
    left: 53%;
    transform: translate(-50%, -50%);
    animation: nosoTodA 1s normal ease-in-out;
    width: 100%;
}

.nosoTod p {
    font-size: 40px;
    font-weight: 200;
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
}

@keyframes textTodA {
    from {
        opacity: 0;
        top: -10%;
    }

    to {
        opacity: 1;
        top: 20%;
    }
}

@keyframes nosoTodA {
    from {
        opacity: 0;
        top: 93%;
    }

    to {
        opacity: 1;
        top: 85%;
    }
}

@keyframes nosoTodA {
    from {
        opacity: 0;
        top: 95%;
    }

    to {
        opacity: 1;
        top: 90%;
    }
}


@media screen and (max-width:1366px) {
    .cirCav-1 {
        top: 40%;
        left: 4%;
        width: 10%;
    }

    .cirCav-2 {
        top: 40%;
        left: 14.5%;
        width: 10%;
    }

    .cirCav-3 {
        top: 40%;
        left: 25.5%;
        width: 10%;
    }

    .Cav-1 {
        top: 28%;
        left: 31.5%;
        width: 20%;
    }

    .Tel-1 {
        top: 74%;
        left: 25.5%;
        width: 52%;
    }

    .toallCavi {
        top: 28%;
        left: 40%;
        animation: toallCaviA 1.5s ease-in-out normal;
    }

    .toallCavi p {
        font-size: 30px;
    }

    .titCav {
        left: 40%;
    }

    .titCav2 {
        left: 40%;
        top: 51%;
    }

    .contCav {
        top: 75%;
        left: 40%;
        animation: contCavA 1s normal ease-in-out;
    }

    @keyframes contCavA {
        0% {
            opacity: 0;
            left: 80%;
        }

        100% {
            opacity: 1;
            left: 40%;
        }
    }

    @keyframes toallCaviA {
        0% {
            opacity: 0;
            left: 50%;
        }

        100% {
            opacity: 1;
            left: 40%;
        }
    }

    /* ----empo---- */
    #cuadradoEmpo {
        width: 27%;
        height: 47%;
        top: 58%;
        left: 36.5%;
    }

    #rectanguloEmpo {
        width: 344px;
    }

    .textEmp {
        width: 33%;
    }

    .textEmp p {
        font-size: 17px;
    }

    .usuEmp {
        top: 39%;
        left: 8%;
    }

    .cirEmp-1 {
        top: 45%;
        left: 2%;
    }

    .cirEmp-1 img,
    .cirEmp-2 img {
        width: 80%;
    }

    .cirEmp-2 {
        top: 45%;
        left: 13.5%;
    }

    .Emp-1 {
        top: 26%;
        left: 31%;
        width: 25%;
    }

    .deteEmpo {
        top: 30%;
        left: 45%;
        text-align: end;
        animation: deteEmpoA 1.5s ease-in-out normal;
    }

    .titEmp {
        top: 43%;
        left: 45%;
    }

    .corrEmp {
        top: 56%;
        left: 45%;
        animation: corrEmpA 1s normal;
    }

    .ofreEmpo {
        top: 78%;
        left: 45%;
        animation: ofreEmpoA 1s normal ease-in-out;

    }

    .ofreEmpo p {
        font-size: 35px;
    }

    @keyframes ofreEmpoA {
        from {
            opacity: 0;
            left: 60%;

        }

        to {
            opacity: 1;
            left: 45%;
        }
    }

    @keyframes deteEmpoA {
        from {
            opacity: 0;
            left: 60%;
        }

        to {
            opacity: 1;
            left: 45%;
        }
    }

    @keyframes corrEmpA {
        from {
            opacity: 0;
            top: 69%;
        }

        to {
            opacity: 1;
            top: 56%;
        }
    }


    /* --------opa-------------- */

    .textOpa {
        width: 32%;
    }

    .presOpa {
        left: 15%;
    }

    .presOpa span {
        font-size: 30px;
    }

    .cirOpa-1 {
        left: 3%;
    }

    .cirOpa-2 {
        left: 15%;
    }

    .cirOpa-1 img,
    .cirOpa-2 img {
        width: 85%;
    }

    .Opa-1 {
        top: 22%;
        left: 28%;
        width: 25%;
    }

    .barra-1 {
        top: 33%;
        left: 34%;
        width: 27%;
    }

    .barra-2 {
        top: 56%;
        left: 40%;
        width: 27%;
    }

    .desiOpa {
        top: 27%;
        left: 45%;
        text-align: end;
        animation: desiOpaA 1s normal ease-in-out;
    }

    .desiOpa p {
        font-size: 40px;
    }

    .titOpa {
        top: 38%;
        left: 45%;
    }

    .titOpa2 {
        top: 46%;
        left: 45%;
    }

    .dosOpa {
        top: 58%;
        left: 45%;
        text-align: end;
    }

    .indOpa {
        top: 78%;
        left: 45%;
        animation: indOpaA 1s normal ease-in-out;
    }

    @keyframes desiOpaA {
        from {
            opacity: 0;
            left: 60%;
        }

        to {
            opacity: 1;
            left: 45%;
        }
    }


    @keyframes indOpaA {
        from {
            opacity: 0;
            left: 89.5%;
        }

        to {
            opacity: 1;
            left: 70.5%;
        }
    }

    /* -------------todos-------------------- */
    .textTod p {
        font-size: 35px;
    }

    .textTod .rojo {
        font-size: 62px;
    }

    .nosoTod {
        top: 87%;
    }

    .nosoTod p {
        font-size: 35px;
    }
}

@media screen and (max-width:1024px) {


    /* -----------cavi------------------- */
    .textCavi {
        width: 35%;
        top: 23%;
        left: 22%;
    }

    .textCavi p {
        font-size: 18px;
    }

    .toallCavi {
        top: 28%;
        left: 40%;
        animation: toallCaviA 1.5s ease-in-out normal;
    }

    .toallCavi p {
        font-size: 25px;
    }

    .titCav {
        left: 40%;
        top: 42%;
    }

    .titCav span,
    .titCav2 span {
        font-size: 42px;
    }

    .contCav {
        top: 74%;
        left: 40%;
        animation: contCavA 1s normal ease-in-out;
    }

    .contCav p {
        font-size: 29px;
        text-align: end;
    }

    @keyframes contCavA {
        0% {
            opacity: 0;
            left: 50%;
        }

        100% {
            opacity: 1;
            left: 40%;
        }
    }


    @keyframes toallCaviA {
        0% {
            opacity: 0;
            left: 50%;
        }

        100% {
            opacity: 1;
            left: 40%;
        }
    }

    /* -----------------empowe--------------- */
    #rectanguloEmpo {
        width: 250px;
        top: 61%;
        left: 44%;
    }

    .textEmp {
        width: 40%;
        top: 22%;
        left: 22%;
    }

    .textEmp p {
        font-size: 15px;
    }

    .usuEmp {
        top: 35%;
        left: 7%;
    }

    .usuEmp span {
        font-size: 25px;
    }

    .cirEmp-1 img,
    .cirEmp-2 img {
        width: 70%;
    }

    .cirEmp-1 p,
    .cirEmp-2 p {
        font-size: 15px;
    }

    .Emp-1 {
        top: 29%;
        left: 33%;
        width: 25%;
    }

    .deteEmpo {
        top: 26%;
    }


    .deteEmpo p {
        font-size: 30px;
    }

    .titEmp {
        top: 39%;
    }

    .titEmp span {
        font-size: 40px;
    }

    .corrEmp {
        top: 54%;
    }

    .corrEmp p {
        font-size: 30px;
    }

    .ofreEmpo {
        top: 83%;
        animation: ofreEmpoA 1s normal ease-in-out;
    }

    .ofreEmpo p {
        font-size: 30px;
    }

    /* ------------opa---------------- */

    .textOpa {
        top: 25%;
        animation: textOpaA 1s normal ease-in-out;
    }

    .textOpa p {
        font-size: 17px;
    }

    .presOpa {
        left: 15%;
        top: 40%;
    }

    .presOpa span {
        font-size: 25px;
    }

    .cirOpa-1 {
        left: 1%;
    }

    .cirOpa-2 {
        left: 13%;
    }

    .cirOpa-1 img,
    .cirOpa-2 img {
        width: 75%;
    }

    .cirOpa-1 p,
    .cirOpa-2 p {
        font-size: 14px;
    }

    .Opa-1 {
        left: 30%;
    }

    .barra-1 {
        top: 39%;
        left: 35%;
        width: 23%;
        animation: barra-1A 2s normal;
    }

    .barra-2 {
        left: 44%;
        width: 23%;
        animation: barra-2A 2s normal;
    }

    .desiOpa {
        top: 29%;
        left: 45%;
        animation: desiOpaA 1.5s ease-in-out normal;
    }

    .desiOpa p {
        font-size: 27px;
    }

    .titOpa {
        top: 40%;
        left: 45%;
    }

    .titOpa span,
    .titOpa2 span {
        font-size: 45px;
    }

    .titOpa2 {
        top: 49%;
        left: 45%;
    }

    .dosOpa {
        top: 67%;
        left: 45%;
        animation: dosOpaA 1s normal ease-in-out;
    }

    .dosOpa p {
        font-size: 35px;
    }

    .indOpa {
        top: 84%;
        left: 45%;
        animation: indOpaA 1s normal ease-in-out;
    }


    .indOpa p {
        font-size: 30px;
    }

    @keyframes indOpaA {
        from {
            opacity: 0;
            left: 89.5%;
        }

        to {
            opacity: 1;
            left: 45%;
        }
    }

    @keyframes dosOpaA {
        from {
            opacity: 0;
            top: 75%;
        }

        to {
            opacity: 1;
            top: 67%;
        }
    }

    @keyframes barra-2A {
        from {
            opacity: 0;
            top: 91%;
            left: 25%;
        }

        to {
            opacity: 1;
            left: 44%;
            top: 56%;
        }
    }

    @keyframes barra-1A {
        from {
            opacity: 0;
            top: 0%;
            left: 58%;
        }

        to {
            opacity: 1;
            top: 39%;
            left: 35%;
        }
    }

    @keyframes textOpaA {
        from {
            opacity: 0;
            top: 10%;
        }

        to {
            opacity: 1;
            top: 25%;
        }
    }


    /* ---------todos------------ */
    .textTod p {
        font-size: 25px;
    }

    .textTod .rojo {
        font-size: 45px;
    }

    .nosoTod {
        top: 88%;
    }

    .nosoTod p {
        font-size: 30px;
    }
}

@media screen and (max-width:768px) {

    /* ---------------------------cavi----------------------------------------- */
    .bp {
        margin-bottom: -10px;
    }

    .textCavi {
        width: 35%;
        top: 28%;
        left: 22%;
    }

    .textCavi p {
        font-size: 12.5px;
        font-weight: 400;
    }

    .toallCavi p {
        font-size: 20px;
    }

    .titCav {
        top: 44%;
    }

    .titCav2 {
        top: 52%;
    }

    .titCav span,
    .titCav2 span {
        font-size: 30px;
    }

    .contCav p {
        font-size: 20px;
    }

    /* -----------------------------------emp--------------------------------- */

    .textEmp {
        width: 42%;
        top: 30%;
        left: 25%;
    }

    .textEmp p {
        font-size: 12.5px;
        font-weight: 400;
    }

    .usuEmp {
        top: 45%;
        left: 9%;
    }

    .usuEmp span {
        font-size: 20px;
    }

    .cirEmp-1 {
        top: 49%;
        left: 0%;
    }

    .cirEmp-2 {
        top: 49%;
        left: 11%;
    }

    .cirEmp-1 img,
    .cirEmp-2 img {
        width: 55%;
    }

    .cirEmp-1 p,
    .cirEmp-2 p {
        font-size: 12px;
    }

    .Emp-1 {
        top: 34%;
        left: 35%;
        width: 23%;
    }

    #rectanguloEmpo {
        width: 156px;
        top: 64%;
        left: 46%;
    }

    .deteEmpo {
        top: 27%;
    }

    .deteEmpo p {
        font-size: 25px;
    }

    .titEmp {
        top: 40%;
    }

    .titEmp span {
        font-size: 30px;
    }

    .corrEmp {
        top: 55%;
    }

    .corrEmp p {
        font-size: 20px;
    }

    .ofreEmpo {
        top: 75%;
    }

    .ofreEmpo p {
        font-size: 20px;
    }

    /* ----------------------------------opa------------------------------- */
    .textOpa p {
        font-size: 12.5px;
    }

    .presOpa {
        left: 16%;
        top: 37%;
    }

    .presOpa span {
        font-size: 20px;
    }

    .cirOpa-1 {
        left: 0%;
    }

    .cirOpa-1 img,
    .cirOpa-2 img {
        width: 55%;
    }

    .cirOpa-1 p,
    .cirOpa-2 p {
        font-size: 12px;
    }

    .desiOpa p {
        font-size: 20px;
    }

    .titOpa span,
    .titOpa2 span {
        font-size: 30px;
    }

    .titOpa2 {
        top: 48%;
    }

    .op {
        margin-left: 10px !important;
    }

    .dosOpa {
        top: 61%;
        left: 69%;
        width: 49%;
    }

    .dosOpa p {
        font-size: 25px;
    }

    .indOpa {
        top: 77%;
    }

    .indOpa p {
        font-size: 20px;
    }

    /* --------------------------todos------------------------------ */
    .textTod {
        top: 25%;
    }

    .textTod p {
        font-size: 20px;
        margin-bottom: -17px;
    }

    .textTod .rojo {
        font-size: 35px;
        margin-bottom: -14px;
    }

    .nosoTod {
        top: 90%;
    }

    .nosoTod p {
        font-size: 20px;
    }

    .media-barra-1 {
        width: 34%;
    }

    .media-barra-2 {
        width: 35%;
    }
}