@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,500;0,600;0,700;0,800;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');


.padPO {
    padding: 0rem 1rem 0rem 1rem;
}

.formHeader.ppo {
    background-color: transparent;
    border-radius: 20px;
    width: 100%;
}


.form-control-header {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: 1px solid #808080a1;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.t-area-p {
    height: 100px !important;
    resize: none;
}

.fh-p .larea-p {
    color: black;
    font-weight: 500;
    position: relative;
    transform: translateY(-95px);
    left: 13px;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #707070;
}

.fh-p label {
    font-weight: 500;
    position: relative;
    transform: translateY(-30px);
    left: 13px;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #707070;
}

.btn-enviar.ppo{
    background: #be2121;
    box-shadow: 0px 30px 60px #00000040;
    border-radius: 8px;
    width: 92%;
    height: 2em;
    color: white;
    font-size: 19px;
    font-family: 'Open Sans', sans-serif;
    border: none;
}

.fh-p input,
.fh-p textarea,
.fh-p select {
    width: 100%;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: none;
    border-radius: 8px;
    height: 40px;
}

.fh-p label {
    font-weight: 500;
    position: relative;
    transform: translateY(-33px);
    left: 13px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #707070;
}

.tituloPopup {
    text-align: center;
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #FFFFFF;
}

.content-popup {
    padding: 3em 1.5em 0em 1.5em;

}

.content-popup p {
    text-align: center;
    font-size: 26px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: rgb(227, 23, 23)
}

.img2popup {
    position: relative;
    /* background: #FEBA33;
    border-radius: 70% 70% 0% 0%; */
}

/* .img2popup img {
    position: relative;
    left: -3em;
} */
.imgFondoMa {
    width: 36rem;
    z-index: 0;
    position: relative;
}

.imgPersonaMar {
    position: absolute;
    width: 70%;
    left: -39%;
    z-index: 1;
}

.imgFonPeMa {
    position: absolute;
    width: 83.5%;
    right: 0%;
}



.img2Pop {
    display: flex;
    justify-content: end;
    top: -63px;
    position: relative;
}

.modal-content.ppo{
    background-color: black;
}

.contBtnCl {
    background: #ffffff;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    right: 15px;
    top: 1.9rem;
    z-index: 1;
}

.btn-close-popup {
    /* filter: invert(1); */
    /* position: absolute; */
    /* top: 3%; */
    /* left: 98%; */
    /* transform: translate(-50%, -50%); */
    padding: 8px 8px 8px 8px !important;
    margin: 0px !important;
    font-size: 13px;
    /* color: black; */
}

.contImPop {
    position: absolute;
    left: 2%;
    top: 1.5rem;
    z-index: 1;
}

.contImPop img {
    width: 70px;
}

.fh-p {
    margin-bottom: 10px;
}
.conC6 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.imgDesc {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    gap: 15px;
    padding: 2rem 0rem;
}

.imgDesc .imgDesc1 {
    width: 100%;
    margin: 0px 0px 0px 0px;
}

.cont-btn2 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

.imgChicSor {
    position: absolute;
    top: 78%;
    left: 11%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.obligatoriop {
    text-align: center;
    margin-top: -30px;
}

.obligatoriop p {
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    opacity: 0.5;

    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: bold;
}

.fh-p input:focus+label,
.fh-p input:valid+label {
    position: relative;
    transform: translateY(-63px);
    box-shadow: none !important;
    background-color: transparent;
    color: white;
}


.fh-p .t-area-p:focus+label,
.fh-p .t-area-p:valid+label {
    position: relative;
    transform: translateY(-175px);
    box-shadow: none !important;
    background-color: transparent;
    resize: none;
    color: white;
}

.gpbtn {
    gap: 1rem;
}

.btn-infopop {
    display: flex;
    justify-content: center;
    background: rgb(254, 47, 39);
    color: white;
    font-size: 17px;
    padding: .5rem .5rem;
    border-radius: 10px;
}

.btn-whatspop {
    display: flex;
    justify-content: center;
    background: rgb(40, 181, 102);
    color: white;
    font-size: 17px;
    padding: .5rem .5rem;
    border-radius: 10px;
    align-items: center;
    gap: 5px;
}

.imgDescu {
    width: 70%;
}
.infDes {
    text-align: center;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 800px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

/* @media (min-width: 576px) {
    .modal-dialog {
        max-width: 80%;
        margin-right: auto;
        margin-left: auto;
    }
} */
@media screen and (max-width:991px) {
    .content-popup p {
        font-size: 20px;
    }

    .porcentaje {
        font-size: 30px;
    }

    .sistemap {
        font-size: 27px;
    }

    .contp {
        font-size: 19px;
    }

    .imgFondoMa {
        display: none;
    }

    .imgPersonaMar {
        position: absolute;
        width: 64%;
        left: -16%;
        z-index: 1;
        top: 8rem;
    }

    .imgFonPeMa {
        position: absolute;
        width: 79%;
        right: 0%;
        top: 7.5rem;
    }

    .imgChicSor {
        top: 82%;
        left: 48%;
        width: 82%;
    }
}

@media screen and (max-width:768px) {
    .imgDesc {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        align-items: center;
    }

}

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

    .btn-enviar.ppo {
        margin-bottom: 10px;
        font-size: 15px;
    }

    .frs {
        flex-flow: column-reverse;
    }

    .imgDesc .imgDesc1 {
        width: 100%;
        margin: 0px 0px 0px 0px;
    }

    .tituloPopup {
        font-size: 27px;
        line-height: 35px;
    }

    .btn-close-popup {
        top: 1.5%;
        left: 97%;
    }

    .img2popup {
        position: relative;
        display: flex;
    }

    .imgPersonaMar {
        position: relative;
        width: 100%;
        left: 0;
        z-index: 1;
        top: 0rem;
    }

    .imgFonPeMa {
        position: relative;
        width: 100%;
        right: 0%;
        top: 3.5rem;
    }

    .imgChicSor {
        display: none;
    }

    .contImPop img {
        width: 70px;
    }

    .contBtnCl {
        right: 9px;
        top: .5rem;
    }

    .conC6 {
        background-color: transparent;
        padding: 0px 30px 25px 30px;
    }

    .modal-body {
        background-color: black;
    }

    .gpbtn {
        gap: .25rem
    }

    .btn-whatspop {
        font-size: 14px;
    }

    .btn-infopop {
        font-size: 14px;
    }

    .imgDesc {
        padding: 5rem 0rem 1rem;
    }

    .contImPop {
        left: 41%;
    }
}