.swal2-container.swal2-shown {
    background-color: rgba(88, 66, 213, 0.2)!important;
}

#particles-contacto {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: -3;
}

.consulta {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.titulo {
    position: relative;
    width: 16%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.textCont {
    transform: rotate(-90deg);
}

.textCont p {
    font-size: 120px;
    color: #d46365;
    ;
}

.textOcyREs {
    display: none;
    position: absolute;
    top: 13%;
    left: 50%;
    transform: translate(-50%);
}

.textOcyREs p {
    font-size: 25px;
    color: #4d19cf;
}

.imgContAbso {
    position: absolute;
    bottom: -12%;
    left: 50%;
    transform: translateX(-50%);
}

.contImgC {
    width: 19em;
    animation: cubContac 2.5s infinite linear normal;
}

@keyframes cubContac {
    0% {
        transform: translate(0%, 0%);
    }
    50% {
        transform: translate(0%, 10%);
    }
    100% {
        transform: translate(0%, 0%);
    }
}

.formularioContacto {
    position: relative;
    background: linear-gradient(45deg, #d46365, #d46365, #df8688ab);
    width: 84%;
    height: 100%;
    z-index: 2;
}

.fondoAbso {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 39em;
}

.formularioAbso {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background: transparent;
    width: 29em;
}

.formularioEspacio {
    margin-top: 1em;
}

/*configurando form-control*/

.formularioAbso .form-control {
    background-color: transparent;
    border: 1px solid transparent;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    border-bottom: 0px solid rgba(88, 66, 213, 0.4) !important;
    text-align: center;
    color: white !important;
    height: 3.5em;
}

.formularioAbso .form-control::placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
    text-align: center;
}

.formularioAbso .controlDeTextArea {
    text-align: start!important;
    height: 5em;
}

.formularioAbso .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0) !important;
}

.boton-afiliarse {
    font-size: 25px;
    background: transparent;
    color: #fff;
    border: none;
    position: relative;
}

.boton-afiliarse img {
    position: absolute;
    top: -15px;
    left: -35px;
    width: 65px;
    z-index: -1;
}

.contactoFooter {
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translate(-50%, -50%);
    width: 40em;
    display: flex;
    justify-content: center;
}

.wrapF {
    display: flex;
    flex-wrap: wrap;
    margin-right: 20px;
}

.cubFo {
    margin-right: 10px;
}

.cubFo img {
    width: 1.5em;
}

.textFo {
    color: white;
}
.textFo p{
    margin: 0;
}
.textFo a {
    color: white;
}

/*---------------------------------------------------------RESPONSIVE----------------------------------------------------------------*/

@media(max-width:1600px) {
    .textCont p {
        font-size: 90px;
    }
    .formularioAbso {
        background: transparent;
        width: 22em;
    }
    .contImgC {
        width: 16em;
    }
}

@media(max-width:1440px) {
    /* .boton-afiliarse {
        font-size: 20px;
        left: 127%;
    } */
    /* .boton-afiliarse img {
        top: -42%;
        left: -40%;
    } */
    .textFo a {
        font-size: 15px;
    }
}

@media(max-width:1199px) {
    .textCont p {
        font-size: 70px;
    }
    .contImgC {
        width: 12em;
    }
    .fondoAbso {
        width: 37em;
    }
    .formularioEspacio {
        margin-top: 0.5em;
    }
    /* .boton-afiliarse {
        font-size: 16px;
        left: 142%;
    } */
    
}

@media(max-width:850px) {
    .consulta {
        position: relative;
    }
    .titulo {
        width: 100%;
        height: auto;
        margin-top: 70px;
        padding: 25px 0px;
    }
    .textCont {
        transform: rotate(0deg);
    }
    .imgContAbso {
        left: 0%;
        bottom: inherit;
        right: inherit;
        top: 10%;
    }
    .formularioContacto {
        width: 100%;
        height: auto;
        padding: 120px 0;
    }
    /* .fondoAbso {
        width: 31em;
    } */
    .formularioAbso {
        width: 25em;
        position: relative;
        /* top: inherit;
        transform: translateX(-50%); */
    }
    .formularioEspacio {
        margin-top: 1em;
    }
    .boton-afiliarse {
        font-size: 25px;
        left: inherit;
    }
    .boton-afiliarse img {
        top: -25%;
        left: -60%;
        width: 50px;
    }
    .contactoFooter {
        width: inherit;
        position: relative;
        transform: inherit;
        top: 100px;
        bottom: inherit;
        left: inherit;
        margin: inherit;
    }
}

@media(max-width:575px) {
    .textCont p {
        font-size: 45px;
        margin: 0;
    }
    /* 
    .titulo {
        width: 100%;
        height: 0em;
        z-index: 20;
    }
    .textCont {
        display: none;
    } 
    .textOcyREs{
        display: inline;
    }*/
    .formularioAbso .form-control {
        background-color: rgba(255, 255, 255, 0.1);
        border: 1px solid transparent;
        border-bottom: 1px solid rgba(88, 66, 213, 0) !important;
        text-align: center;
        border-radius: 8px;
        color: white !important;
    }
    .formularioAbso .form-control::placeholder {
        color: rgba(255, 255, 255, 0.5) !important;
    }
    .textFo {
        width: 90%;
        align-items: center;
        display: block;
    }
    /*************************/
    .contImgC {
        width: 7em;
        display: none;
    }
    .imgContAbso {
        left: 35%;
        bottom: 0;
        right: 0;
        top: 15%;
        display: none;
    }
    .fondoAbso {
        display: none;
    }
    .formularioAbso {
        width: auto;
        left: inherit;
        top: inherit;
        transform: inherit;
        position: relative;
        margin: 0 10px;
    }
    .formularioContacto {
        padding: 50px 0;
    }
    .boton-afiliarse {
        left: inherit;
        top: inherit;
    }
    .contactoFooter {
        flex-direction: column;
        align-items: center;
        top: inherit;
        margin-top: 50px;
        padding: 0 30px;
    }
    .wrapF {
        margin-right: inherit;
        margin-bottom: 15px;
        width: 100%;
    }
    .cubFo img {
        width: 20px;
    }
    .textFo a {
        font-size: 16px;
    }
}
@media screen and (max-width:400px){
    .contactoFooter {
        padding: 0 10px;
    }
}