@import url('../css/fonts.css');
body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden!important;
    font-family: "Montserrat";
}

* {
    scroll-behavior: smooth;
}

* img {
    width: 100%;
}

/* .form-group {
    margin-bottom: inherit;
} */

* button {
    cursor: pointer;
    outline: inherit;
}

* button:focus {
    outline: inherit;
}

#formEmpresa .form-group input, select, textarea {
    color: white!important;
    background: rgba(255, 255, 255, 0.1)!important;
    border-radius: inherit!important;
    margin-bottom: 0.8rem;
}

#formEmpresa .form-group input::placeholder, .form-group textarea::placeholder {
    color: white;
    font-family: "Montserrat";
}

#formEmpresa .form-group select option {
    color: black;
    background: rgba(255, 255, 255, 0.5);
    font-size: 12px;
}

#formEmpresa .form-group textarea {
    resize: none;
    height: 95px;
}

/*Reutilizar */

.transparencia {
    border: white solid 1px;
    background: rgba(255, 255, 255, 0.14);
}

.botonForm {
    border: white solid 1px;
    width: 9em;
    height: 2.4em;
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

#hbutton {
    position: relative;
    transition: all ease 0.4s;
    overflow: hidden;
}

#hbutton:hover .brillobtn-form {
    position: absolute;
    top: -100px;
    left: -150%;
    transform: rotate(-45deg);
    width: 90px;
    height: 250px;
    background: rgba(255, 255, 255, .4);
    animation: brilloformulario 1 0.8s 0.1s ease;
    content: '';
}

#hbutton:hover {
    background: #000000;
    box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.2);
}

@keyframes brilloformulario {
    to {
        left: 130%;
    }
}

/*Header*/

/*imagen auto fondo*/

.d1 {
    position: absolute;
}

.d1 img {
    width: 100%;
}

.pflecha {
    position: absolute;
    bottom: 4em;
}

/*sigue header*/

.cprincipal {
    background: black;
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    min-height: 780px;
}

.contHeader {
    position: relative;
}

.contHeader * p {
    color: white;
    font-family: "Montserrat";
}

.contHeader * h1 {
    color: white;
    font-family: "Heavitas";
}

.hfila1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 105px;
}

.hfila1 h1 {
    line-height: 50px;
}

.text-maquina {
    display: flex;
    flex-direction: column;
    height: 12em;
}

/* EFECTO MAQUINA DE ESCRIBIR
.text-maquina{
    margin-bottom: 0.6em;
    display: table;
}

.hfila1 h1 span{
    z-index: 3;
    position: absolute;
    right: 0;
    width: 0;
    background: black;
    border-left: 2px solid white;
    animation: maquina 4s infinite alternate ;
}
@keyframes maquina{
    from{
        width: 100%;
    }
    to{
        width: 0;    
    }
}
*/

.hfila2 {
    padding: 0px 106px;
}

.hcf {
    padding: 26px 26px;
}

.hcf1 p {
    line-height: 20px;
    margin-bottom: 1.5em;
}

.btnEmpezar {
    opacity: 0.8;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10em;
    height: 3em;
    border: white solid 1px;
    display: none;
    top: 16em;
    left: 50%;
    transform: translateX(-50%);
}

.btnEmpezar p {
    color: white;
    margin-bottom: inherit;
}

.descargas-header {
    position: fixed;
    right: 0;
    top: 6em;
    background: transparent;
    z-index: 200;
}

.googlePlay {
    animation: pestañeo 1s infinite ease;
}

.googlePlay1 {
    animation: pestañeo1 1s infinite ease;
}

@keyframes pestañeo {
    0% {
        opacity: .5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: .5;
    }
}

@keyframes pestañeo1 {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

.dh1, .dh2 {
    background: white;
    position: relative;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
    margin: 15px 0px;
    padding: 8px;
    right: -120px;
    transition: all .4s ease-in-out;
}

.dh1:hover, .dh2:hover {
    right: 0px;
}

.dh1 a, .dh2 a {
    text-decoration: none;
}

.dh1 img {
    width: 33px;
}

.dh2 img {
    width: 30px;
}

.dh1 a span, .dh2 a span {
    font-weight: bold;
    background: linear-gradient(45deg, #11d5da, #004cb2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*Forma X*/

.icon {
    position: absolute;
    width: 50px;
    height: 45px;
    cursor: pointer;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 1em;
    top: 1em;
    display: none;
}

.icon-active {
    display: flex;
}

.icon1 {
    position: relative;
    width: 40px;
    height: 7px;
    background: white;
    transform: rotate(45deg);
}

.icon1::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 7px;
    background: white;
    transform: rotate(90deg);
    z-index: 100;
}

/*contenedor de nosotros y servicios*/

.sn {
    background: linear-gradient(45deg, #11d5da, #004cb2);
    position: relative;
}

/*SERVICIOS*/

.cservicios {
    position: relative;
    min-height: 1000px;
    background: transparent;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    min-height: 1006px;
}

.contservicios {
    margin-left: 0px;
}

.serviciosfila {
    border: white solid 1px;
    padding: 1.5em 2em;
}

.sfila1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
    font-size: 2.8em;
}

.sfila1 p {
    font-family: "Heavitas";
}

.responsive-servicios {
    display: none;
}

.imgsfila2 {
    position: relative;
    display: flex;
    height: 11em;
    justify-content: center;
    align-items: center;
}

.imgsfila2 .simg1, .imgsfila2 .simg3 {
    width: 3em;
    height: 4.9em;
}

.imgsfila2 .simg2 {
    width: 4.5em;
    height: 2.5em;
    margin-bottom: 0px;
    margin-top: 2.5em;
    margin-left: 5em;
    margin-right: 2em;
    animation: animationAuto 2s ease forwards infinite;
}

@keyframes animationAuto {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateX(-45px);
    }
    100% {
        transform: translateX(0px);
    }
}

.infoservicios {
    display: flex;
    flex-direction: column;
}

.infoservicios1, .infoservicios2 {
    padding-left: inherit;
    padding-right: inherit;
    max-width: inherit;
}

.sfila2info {
    background: white;
    border: none;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
    padding: 12px 12px;
}

.columna1 {
    text-align: center;
}

.columna1 p {
    font-size: 1.5em;
    font-family: "Montserrat";
    font-weight: bolder;
    background: linear-gradient(45deg, #11d5da, #004cb2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.columna2 {
    line-height: 22px;
    padding-left: 0;
    font-size: 15px;
}

.columna2 p {
    line-height: 20px;
}

.columna2lista ul {
    margin-bottom: 0px;
    line-height: 20px;
    padding-left: 18px;
}

.infoservicios2 {
    margin-top: 2em;
}

.columna2lista {
    margin-top: 1em;
}

.servicioFila1 {
    display: flex;
}

.servicioFila2 {
    display: flex;
}

.serviciosDatos {
    background: #00a0cd;
    opacity: 0.85;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
    border: white solid 1px;
    margin: 15px 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.serviciosDatos img {
    width: 3.3em;
    height: 52px;
}

.serviciosDatos .col-4 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.serviciosDatos .row {
    height: 100%;
}

.serviciosDatos p {
    color: white;
    line-height: 17px;
}

.serviciosDatos .row .col-7 {
    height: 100%;
}

.serviciosDatos button {
    color: #00a0cd;
    background: white;
    text-decoration: none;
    border: none;
    width: 8em;
    height: 2em;
    font-weight: 600;
    left: 0;
}

.servicio1, .servicio4 {
    margin-left: 0px;
}

.servicio3, .servicio6 {
    margin-right: 0px;
}

.btnfila2 {
    position: absolute;
    bottom: 2em;
    right: 1em;
}

.btnfila2 a button {
    background: linear-gradient(45deg, #11d5da, #004cb2);
    text-decoration: none;
    border: none;
    color: white;
    font-weight: bold;
    width: 8em;
    height: 2em;
    cursor: pointer;
}

.columna2 {
    padding-left: 3em;
}

.columna2lista {
    margin-top: 2em;
}

.serviciosDatos h6 {
    font-size: 17px;
    font-weight: 600;
    color: white;
}

.serviciosDatos img {
    width: 4.3em;
    height: 68px;
}

.serviciosDatos .row .col-7 {
    padding-left: inherit;
}

.serviciosDatos .-col-7 button {
    position: absolute;
    bottom: 0px;
}

.servicio1 button, .servicio2 button, .servicio4 button, .servicio6 button {
    position: absolute;
    bottom: 0;
}

.serviciosfila {
    margin-right: inherit;
}

.fservicioi {
    background: url('../img/flechaizquierdas.png');
    position: absolute;
    cursor: pointer;
    background-size: 20px 31px;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 31px;
    left: 23%;
    top: 70%;
    transform: translate(-23%, -70%);
    display: none;
}

.fserviciod {
    background: url('../img/flechaderechas.png');
    position: absolute;
    cursor: pointer;
    background-size: 20px 31px;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 31px;
    right: 22%;
    top: 70%;
    transform: translate(-23%, -70%);
    display: none;
}

.s-activo button {
    bottom: 0em;
    right: 0;
}

.navservicios {
    position: absolute;
    display: none;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
}

.navservicios span {
    margin: 10px;
    width: 15px;
    height: 15px;
    border: white solid 1px;
}

.opctionS {
    background: rgba(255, 255, 255, 0.2);
}

.os-active {
    background: white;
    transition: all 0.3s ease-in-out;
}

/*Brillo botones servicio*/

.solicitarBoton {
    position: relative;
    transition: all ease 0.4s;
    overflow: hidden;
}

.solicitarBoton:hover {
    background: #000000;
    color: white;
    box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.2);
}

.solicitarBoton:hover .brilloBoton {
    position: absolute;
    top: -100px;
    left: -150%;
    transform: rotate(-45deg);
    width: 15px;
    height: 250px;
    background: rgba(255, 255, 255, .4);
    animation: brilloformulario 1 0.8s 0.1s ease;
    content: '';
}

/*NOSOTROS*/

.cnosotros {
    position: relative;
    min-height: 800px;
    background: transparent;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 865px;
}

/*Figura Triangulo*/

.ntriangle {
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 100vh solid white;
    border-left: 100vw solid transparent;
    bottom: 0;
    right: 0;
}

.contenNosotros {
    z-index: 20;
    padding: 48px 46px;
    border: white solid 1px;
}

.fcn {
    background: white;
    padding: 3.5em 3.5em;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
}

.cntitulo img {
    width: 5em;
    margin-right: 2em;
}

.cnf1 {
    z-index: 100;
}

.cndescrip p, .mision p, .vision p {
    padding-right: 8em;
}

.cnf2 {
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cnf2 img {
    width: 25em;
    height: 13em;
}

.cntitulo {
    display: flex;
    align-items: center;
}

.cntitulo h2 {
    font-weight: 600;
}

.cntcolor {
    background: linear-gradient(45deg, #11d5da, #004cb2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Heavitas";
}

.textnosotros {
    position: absolute;
    text-align: center;
    top: 53%;
    right: 5%;
    transform: translate(-5%, -52%);
    font-size: 4em;
    font-weight: bold;
    background: linear-gradient(45deg, #11d5da, #004cb2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 20;
    line-height: 63px;
}

.textnosotros p {
    font-family: "Heavitas"!important;
}

.cndescrip {
    margin-top: 3em;
}

.mision {
    margin-top: 3em;
}

.vision {
    margin-top: 3em;
}

.mision h3, .vision h3 {
    font-family: "Montserrat";
    margin-bottom: 10px;
    font-weight: 900;
    background: linear-gradient(#004cb2, #11d5da);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*Afiliacion*/

.cafiliacion {
    width: 100%;
    height: 100vh;
    min-height: 930px;
    background: white;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.marcoafi {
    position: absolute;
    left: -1px;
    border: 1px solid transparent;
    border-image: linear-gradient(to bottom, #004cb2 0%, #3acfd5 100%) 1;
}

/* .marcoafi::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: red;
} */

.textafiliacion {
    position: absolute;
    text-align: center;
    top: 53%;
    left: 5%;
    transform: translate(-5%, -52%);
    font-size: 4em;
    font-weight: bold;
    background: linear-gradient(45deg, #11d5da, #004cb2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 20;
    line-height: 63px;
}

.textafiliacion p {
    font-family: "Heavitas";
}

.fa1text h2 {
    font-family: "Heavitas";
    font-size: 3em;
    line-height: 48px;
    background: linear-gradient(45deg, #11d5da, #004cb2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1em;
}

.fa1 {
    padding: 0px 71px;
}

.text-centerAfi {
    border: 1px solid transparent;
    border-image: linear-gradient(to bottom, #004cb2 0%, #3acfd5 100%) 1;
    padding: 26px 18px;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.3);
}

.text-centerAfi .form-control, .subirCV {
    border: 1px solid transparent;
    border-image: linear-gradient(to bottom, #004cb2 0%, #3acfd5 100%) 1;
    border-radius: 0;
}

.text-centerAfi .form-group input {
    color: black;
    font-family: "Montserrat";
}

.text-centerAfi .form-group input::placeholder {
    color: gray;
    font-family: "Montserrat";
}

.fa2form {
    padding: 0px 4.5em;
}

.afimarca, .afianio {
    padding-left: 0;
}

.afimodelo, .afiplaca {
    padding-right: 0;
}

.subirCV {
    position: relative;
    border: 1px solid transparent;
    border-image: linear-gradient(to bottom, #004cb2 0%, #3acfd5 100%) 1;
    border-radius: inherit;
    width: 100%;
    height: 44px;
    cursor: pointer;
    margin-bottom: 38px;
    padding: .375rem .75rem;
}

.subirCV img {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.subirCV input {
    display: none;
}

.cont1afi {
    margin-top: 3em;
}

#subircvitae {
    color: gray;
}

#aboton {
    background: linear-gradient(45deg, #11d5da, #004cb2);
    width: 12em;
    border: none;
    cursor: pointer;
    margin-bottom: 2em;
    position: relative;
    left: 50%;
    transform: translatex(-50%);
    font-size: 18px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
}

#aboton:hover .brillobtn-form {
    position: absolute;
    top: -100px;
    left: -150%;
    transform: rotate(-45deg);
    width: 90px;
    height: 250px;
    background: rgba(255, 255, 255, .4);
    animation: brilloformulario 1 0.8s 0.1s ease;
    content: '';
}

#aboton:hover {
    background: #000000;
    box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.2);
}

.a_logo_circular {
    position: absolute;
    background: white;
    width: 12em;
    height: 12em;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    right: -6em;
    transform: translatey( -50%);
    border: solid #00a0cd 1px;
    border-radius: 50%
}

.a_logo_circular img {
    width: 8em;
    height: 9em;
}

/*Manual*/

.cmanualapp {
    position: relative;
    background: url('../img/fondomanual.jpg');
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    min-height: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.responsive-manualApp {
    width: 82%;
    margin-left: 2.7em;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 200;
}

.img_manual {
    width: 14em;
    height: 26em;
}

.conts {
    max-width: 1197px;
}

.textManual {
    position: relative;
}

.pasos {
    color: white;
    font-family: "Montserrat";
}

.manual_btn {
    margin-top: 0.8em;
    z-index: 100;
    position: relative;
}

.p3-reloj, .p3-dc, .p3-btn {
    padding-left: inherit;
}

.t3f1 {
    margin-top: 2.5em;
}

.t3f1, .t3f2, .t3f3 {
    justify-content: end;
    align-items: end;
    height: 4em;
}

.t3f2 {
    margin-bottom: 1em;
}

.p3-reloj img {
    width: 2.5em;
    height: 2.5em;
}

.p3-text1 {
    padding-left: 0;
}

.p3-btn button {
    width: 100%;
    height: 2.5em;
    border: none;
    background: linear-gradient(to top, #11d5da, #004cb2);
    color: white;
    font-weight: 600;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.3);
}

.cp6 {
    padding-left: 0;
}

.img-p6 {
    padding-left: 0;
    display: flex;
    /* justify-content: end; */
    /* align-items: end; */
}

.parrafo-p6 {
    padding-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.parrafo-p6 p {
    margin-bottom: 0;
}

.p3-dc img {
    width: 100%;
    height: 3em;
}

/*Texto Manual*/

.text_manual {
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: white;
    font-size: 3em;
    font-weight: bold;
    line-height: 46px;
    z-index: 50;
}

.text_manual p {
    font-family: "Heavitas";
}

.swiperManualApp {
    position: relative;
}

.scol2 {
    padding-right: 19em;
}

.scol2 h2 {
    font-family: "Montserrat";
    font-weight: bold;
    margin-bottom: .85em;
}

.scol2-1 {
    padding-right: 15em;
}

.scol2-1 h2 {
    margin-bottom: 0.85em;
    font-weight: bold;
}

/*Marco bLanco*/

.marco_Manual {
    position: absolute;
    right: -1px;
    height: 80vh;
    width: 83%;
    border: white solid 1px;
    background: transparent;
    z-index: 1;
    min-height: 647px;
}

/*Contacto*/

.ccontacto {
    background: black;
    width: 100%;
    height: 70vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Montserrat"!important;
    position: relative;
    min-height: 39em;
}

.f1c {
    display: flex;
    justify-content: center;
    padding-right: 6em;
}

.c-contacto {
    z-index: 50;
}

.t-contacto h2, p {
    font-family: "Montserrat";
}

.t-contacto h2 {
    font-family: "Heavitas";
    font-size: 3em;
    line-height: 48px;
    background: linear-gradient(45deg, #11d5da, #004cb2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 1em;
}

.t-contacto p {
    color: white;
    margin-top: 3em;
}

.contentFormC {
    padding: 0em 5em;
}

.c-fcontacto {
    padding: 1em 1em;
}

#formContacto {
    position: relative;
}

#formContacto .form-group input, select, textarea {
    color: white!important;
    background: rgba(255, 255, 255, 0.1)!important;
    border-radius: inherit!important;
    margin-bottom: 0.8rem;
    border: none;
}

#formContacto .form-group textarea {
    border: none;
}

#formContacto .form-group textarea {
    height: 7em;
    resize: none;
}

#formContacto .form-group input::placeholder, select::placeholder, textarea::placeholder {
    color: white;
}

#cbutton {
    background: linear-gradient(45deg, #11d5da, #004cb2);
    width: 12em;
    border: none;
    cursor: pointer;
    margin-bottom: 1em;
    margin-top: 1em;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
}

#cbutton:hover .brillobtn-form {
    position: absolute;
    top: -100px;
    left: -150%;
    transform: rotate(-45deg);
    width: 90px;
    height: 250px;
    background: rgba(255, 255, 255, .4);
    animation: brilloformulario 1 0.8s 0.1s ease;
    content: '';
}

#cbutton:hover {
    background: #000000;
    box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.2);
}

.text_contacto {
    position: absolute;
    font-weight: bold;
    background: linear-gradient(45deg, #11d5da, #004cb2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 3em;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: white;
    font-size: 3em;
    font-weight: bold;
    line-height: 46px;
    z-index: 50;
}

.text_contacto p {
    font-family: "Heavitas";
}

.marco_contacto {
    position: absolute;
    width: 82%;
    height: 56vh;
    left: -1px;
    z-index: 1;
    border: 1px solid transparent;
    border-image: linear-gradient(to bottom, #004cb2 0%, #3acfd5 100%) 1;
}

/*Footer*/

.cfooter {
    background: black;
    width: 100%;
    height: 30vh;
    font-family: "Montserrat";
    overflow: hidden;
    display: flex;
    justify-content: end;
    align-items: center;
    min-height: 16em;
}

.FilaFooter {
    display: flex;
    position: relative;
}

.contenedorFooter {
    margin-left: 5em;
    width: 100%;
}

.fct img {
    width: 18px;
    height: 25px;
}

.fut img {
    width: 18px;
    height: 25px;
}

.fcot img {
    width: 22px;
    height: 20px;
}

.fRS {
    display: flex;
    flex-direction: column;
}

.fRS img {
    width: 39px;
    height: 36px;
    margin-bottom: 20px;
}

.f-alinear {
    display: flex;
}

.f-alinear h4, .fDescarga h4 {
    background: linear-gradient(45deg, #11d5da, #004cb2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.f-alinear h4 {
    margin-left: 10px;
}

.textfoot a {
    color: white;
    text-decoration: none;
}

.textfoot a:hover {
    color: #004cb2;
}

.textfoot span {
    color: white;
}

.texf1 {
    display: flex;
    flex-direction: column;
    margin-bottom: 1em;
}

.fLogo img {
    width: 15em;
    height: 4em;
    cursor: pointer;
}

.fLogo {
    width: 18%;
}

.fContacto {
    width: 15%;
}

.fUbicacion {
    width: 17%;
    padding-right: 43px;
}

.fCorreo {
    width: 15%;
}

.fDescarga {
    width: 14%;
}

.fDescarga img {
    width: 10em;
    height: 3em;
}

.fDescarga h4 {
    margin-bottom: 20px;
}

.f-alinear h4 {
    margin-bottom: 20px;
    ;
}

.textfoot {
    padding-left: 25px;
}

/*Navegacion*/

.contNavegacion {
    position: fixed;
    z-index: 240;
    width: 100%;
    height: 3.5em;
    background: white;
    display: flex;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
}

.logonav {
    position: absolute;
    left: 2%;
    top: 50%;
    transform: translate(-2%, -50%);
}

.logonav img {
    width: 11em;
    height: 3em;
}

#navegacion {
    display: flex;
    list-style-type: none;
    margin-bottom: 0;
}

.contNav {
    position: absolute;
    top: 50%;
    right: 1%;
    transform: translate(-1%, -50%);
}

.nav-pantalla a {
    text-decoration: none;
    color: black;
    font-size: 17px;
}

.nav-pantalla li {
    padding: 10px;
    margin: 18px;
}

.cool-link::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: black;
    transition: width .3s;
}

.cool-link:hover::after {
    width: 100%;
    transition: width .3s;
}

.bNav {
    display: none;
    width: 100%;
    height: 4em;
    background: white;
    position: fixed;
    z-index: 450;
    align-items: center;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
}

.bNav img {
    width: 12em;
    height: 3em;
}

.bNavlogo {
    width: 14em;
    height: 3em;
    margin-left: 18px;
}

.iconNav {
    display: none;
    top: 10px;
    right: 10px;
    position: fixed;
    width: 50px;
    height: 45px;
    cursor: pointer;
    background: transparent;
    z-index: 500;
    padding: 5px;
}

.hamburger {
    width: 40px;
    height: 7px;
    background: linear-gradient(45deg, #11d5da, #004cb2);
    position: absolute;
    top: 45%;
    transition: .5s;
}

.hamburger::before {
    top: -13px;
    transition: .5s;
}

.hamburger::after {
    top: 13px;
    transition: .5s;
}

.hamburger::before, .hamburger::after {
    content: '';
    position: absolute;
    background: linear-gradient(45deg, #11d5da, #004cb2);
    width: 40px;
    height: 7px;
    box-shadow: none;
    transition: .5s;
}

.noscrool {
    overflow: hidden;
}

/*Copyright*/

.cnelica {
    width: 100%;
    height: 3em;
    background: black;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.cnelica img {
    width: 2em;
    height: 2em;
    text-align: right;
    margin-right: 1em;
}

.cnelica a {
    text-decoration: none;
}

.cnelica span {
    color: white;
}

/*,.cservicios
.cprincipal, .cafiliacion,.cservicios, .cmanualapp, .ccontacto, .cfooter, .cnelica {
    display: none;
}*/

/*Medidas Responsive Pantallas grandes*/

@media (min-width: 1800px) {
    /*Servicios*/
    .contservicios {
        max-width: 1600px!important;
    }
    .serviciosfila {
        border: white solid 1px;
        padding: 2em 7em!important;
    }
    .sfila1 {
        padding-right: 4em;
    }
    .imgsfila2 {
        display: flex;
        height: 11em;
        justify-content: center;
        align-items: flex-end;
    }
    .imgsfila2 .simg1, .imgsfila2 .simg3 {
        width: 4em;
        height: 6.2em;
    }
    .sfila2info {
        padding: 2em 2em;
    }
    .imgsfila2 .simg2 {
        width: 6.5em;
        height: 2.5em;
        margin-left: 6em;
        margin-right: 3em;
    }
    /*Nosotros*/
    .fcn {
        padding: 3.5em 3.5em;
        width: 71em;
    }
    .contenNosotros {
        padding-top: 5em;
        padding-left: 9em;
        margin-right: inherit;
        margin-left: 12em;
        max-width: 105em;
    }
    .textnosotros {
        position: absolute;
        top: 53%;
        right: 5%;
        transform: translate(-5%, -52%);
        font-size: 3em;
        font-weight: bold;
        z-index: 20;
        line-height: 63px;
    }
    .cnf2 img {
        width: 28em;
        height: 15.5em;
    }
    /*AFiliacion*/
    .marcoafi {
        padding-left: 18em;
        padding-right: 10em;
        padding-top: 9em;
        padding-bottom: 9em;
    }
    /*Manual*/
    .cManual {
        width: 1800px!important;
    }
    .img_manual {
        width: 16em;
        height: 30em;
    }
    .marco_Manual {
        width: 90%;
        border: white solid 1px;
    }
    .pmanual {
        bottom: 14px!important;
        left: 59%!important;
        transform: translateX(-55%);
    }
    /*Contacto*/
    .marco_contacto {
        width: 82%;
        height: 56vh;
        min-height: 33em;
    }
    .text_contacto {
        left: 2em;
    }
}

@media (max-width: 1700px) {
    /*Servicios*/
    .contservicios {
        max-width: 1400px;
    }
    .columna2lista {
        margin-top: 15px;
    }
    .columna2 {
        padding-left: 0em;
    }
    .infoservicios2 {
        margin-top: 0;
    }
    .sfila1 {
        font-size: 3em;
        line-height: 65px;
    }
    .columna1 p {
        margin-bottom: inherit;
    }
    .serviciosDatos {
        margin: 9px 9px;
    }
    .serviciosfila {
        border: white solid 1px;
        padding: 1em 1em;
    }
    .servicio1, .servicio4 {
        margin-left: 0px;
    }
    .servicio3, .servicio6 {
        margin-right: 0px;
    }
    .serviciosDatos .row .col-7 {
        padding-right: inherit;
        padding-left: inherit;
    }
    /*Nosotros*/
    .fcn {
        padding: 1em 1em;
    }
    .cndescrip p, .mision p, .vision p {
        padding-right: 2em;
    }
    .sfila2info {
        margin-top: 10px;
    }
    .textnosotros {
        position: absolute;
        top: 53%;
        right: 5%;
        transform: translate(-5%, -52%);
        font-size: 3em;
        font-weight: bold;
        z-index: 20;
        line-height: 63px;
    }
    .contenNosotros {
        max-width: 1368px;
        margin-right: inherit;
        margin-left: 10em;
    }
    .fcn {
        width: 67EM;
    }
    .contenNosotros {
        padding: 48px 92px;
    }
    /*Afiliacion*/
    .textafiliacion {
        font-size: 3em;
        font-weight: bold;
        line-height: 48px;
    }
    .marcoafi {
        padding-left: 11em;
        padding-right: 5em;
        padding-top: 4.5em;
        padding-bottom: 4.5em;
    }
    /*Manual*/
    .paso3 {
        margin-top: 0em;
    }
    .marco_Manual {
        width: 91%;
    }
    .text_manual {
        right: .6em;
        font-size: 2.5em;
        font-weight: bold;
        line-height: 36px;
        z-index: 50;
    }
    .manual_btn {
        margin-top: 0.5em;
    }
    .responsive-manualApp {
        width: 82%;
        margin-left: .2em;
    }
    /*Contacto*/
    .text_contacto {
        left: 1.5em;
        top: 50%;
        font-size: 3em;
        font-weight: bold;
        line-height: 30px;
        z-index: 20;
        height: 8em;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .marco_contacto {
        position: absolute;
        width: 85%;
        height: 60vh;
        min-height: 30em;
    }
    .contentFormC {
        padding: 0em 6em;
    }
    #formContacto .form-group textarea {
        height: 6em;
    }
    /*Footer*/
    .fLogo {
        width: 19%;
    }
    .fContacto {
        width: 16%;
    }
    .fCorreo {
        width: 17%;
    }
}

@media (max-width: 1500px) {
    .marcoafi {
        width: 93%;
    }
    .a_logo_circular {
        right: -3em;
        width: 8em;
        height: 8em;
    }
    .a_logo_circular img {
        width: 5em;
        height: 6em;
    }
    /*foot*/
    .fDescarga img {
        margin-left: 13px;
    }
}

@media (max-width: 1400px) {
    /*Servicios*/
    .contservicios {
        max-width: 1300px;
    }
    .serviciosfila {
        border: white solid 1px;
        padding: inherit;
    }
    .serviciosDatos {
        margin: 9px 9px;
    }
    .servicio1, .servicio4 {
        margin-left: 0px;
    }
    .servicio3, .servicio6 {
        margin-right: 0px;
    }
    /*Nosotros*/
    .fcn {
        padding: 1em 1em;
        width: 57em;
        margin-left: 3em;
    }
    .cndescrip, .mision, .vision {
        margin-top: 1.5em;
    }
    .mision h3, .vision h3 {
        font-weight: 600;
        background: linear-gradient( #11d5da, #004cb2);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .cndescrip p, .mision p, .vision p {
        padding-right: 2em;
    }
    .contenNosotros {
        margin-right: inherit;
        margin-left: 5em;
    }
    /*Afilacion*/
    .marcoafi {
        padding-left: 7em;
        padding-right: 1.5em;
        padding-top: 4em;
        padding-bottom: 4em;
    }
    .fa1 {
        padding: inherit;
        padding-left: 8em;
        padding-right: 5em;
    }
    .textafiliacion {
        font-size: 3em;
        font-weight: bold;
        line-height: 42px;
    }
    .fa1text h2 {
        font-size: 2em;
        line-height: 35px;
        font-weight: bold;
        margin-bottom: 1.5em;
    }
    .a_logo_circular {
        right: -3em;
        width: 8em;
        height: 8em;
    }
    .a_logo_circular img {
        width: 5em;
        height: 6em;
    }
    /*Manual*/
    .imgManual {
        text-align: center;
    }
    /*Contacto*/
    .marco_contacto {
        position: absolute;
        width: 88%;
        height: 60vh;
    }
    .contentFormC {
        padding: inherit;
        padding-left: 0;
        padding-right: 16em;
    }
    .f1c {
        padding-right: 3em;
        padding-left: 7em;
    }
    .contentFormC {
        padding: inherit;
        padding-left: 5em;
        padding-right: 9em;
    }
    /*Footer*/
    .fLogo {
        width: 17%;
    }
    .fLogo img {
        width: 11em;
        height: 3em;
    }
    .fDescarga {
        width: 18%;
    }
    .fDescarga img {
        margin-left: 0;
    }
    .fLogo img {
        position: absolute;
        top: 20%;
        transform: translateX(-20%);
    }
    .fCorreo {
        width: 20%;
    }
}

/*Medidas Responsive Pantallas pequeñas*/

@media (max-width:1350px) {
    /*Servicios*/
    .cservicios {
        min-height: 915px;
    }
    .sfila2 {
        margin-top: 2em;
        margin-bottom: 2em;
    }
    /*Afiliacion*/
    .marcoafi {
        padding-left: 4em;
        padding-right: 0em;
        padding-top: 4em;
        padding-bottom: 4em;
    }
    .fa1 {
        padding: inherit;
        padding-left: 8em;
        padding-right: 5em;
    }
    .fa2form {
        padding: 0px 6em;
    }
    .text-centerAfi .form-group input, #subircvitae {
        font-size: 14px;
    }
    /*Manual*/
    .text_manual {
        right: .4em;
    }
    /*Footer*/
    .fCorreo {
        width: 22%;
    }
}

@media(max-width:1260px) {
    /*Nosotros*/
    .contenNosotros {
        margin-left: 2em;
    }
    .fcn {
        width: 57em;
    }
    /*Afiliacion*/
    .marcoafi {
        padding-left: 0em;
        padding-right: 0em;
        padding-top: 5em;
        padding-bottom: 5em;
        margin-right: 7em;
    }
    .fa1 {
        padding: inherit;
        padding-left: 11em;
        padding-right: 5em;
    }
    /*Footer*/
    .fCorreo {
        width: 20%;
    }
}

@media (max-width:1199px) {
    /*Header*/
    .cprincipal {
        min-height: 52em;
    }
    .hfila2 {
        padding: 0px 0px;
    }
    .hfila1 h1 {
        line-height: 45px;
        margin-bottom: 1em;
        font-size: 2em;
    }
    .hfila1 {
        padding: 0px 84px;
    }
    /*Servicios*/
    .serviciosfila {
        border: none;
    }
    .cservicios {
        min-height: 865px;
    }
    .btnfila2 a button {
        width: 6em;
        height: 2em;
    }
    .btnfila2 {
        bottom: 1em;
        right: 10px;
    }
    .servicio1 button, .servicio2 button, .servicio4 button, .servicio6 button {
        bottom: 0;
        right: 0;
    }
    .servicio1, .servicio2, .servicio3, .servicio4, .servicio5, .servicio6 {
        display: none;
    }
    .s-activo {
        display: flex;
        top: 30px;
        position: absolute;
        width: 22em;
        height: 14em;
    }
    .sfila2 {
        margin-top: inherit;
        margin-bottom: inherit;
    }
    .navservicios {
        display: flex;
        bottom: 80px;
    }
    .fservicioi, .fserviciod {
        display: flex;
    }
    .servicioFila1 {
        justify-content: center;
    }
    .servicioFila2 {
        justify-content: center;
    }
    /*Nosotros*/
    .cnf2 img {
        width: 18em;
        height: 9em;
    }
    .contenNosotros {
        margin-left: 5em;
        padding: 51px 26px;
    }
    .fcn {
        width: 47em;
        padding: 0.5em;
    }
    .cntitulo img {
        margin-right: 1em;
    }
    /*Afiliacion*/
    .cafiliacion {
        min-height: 800px;
    }
    .marcoafi {
        padding-left: 0em;
        padding-right: 0em;
        padding-top: 6em;
        padding-bottom: 6em;
        margin-right: 4em;
    }
    .fa1 {
        padding: inherit;
        padding-left: 10em;
        padding-right: 0em;
    }
    .fa2form {
        padding: 0px 3em;
    }
    .a_logo_circular {
        width: 6em;
        height: 6em;
    }
    .a_logo_circular img {
        width: 3em;
        height: 3.8em;
    }
    .marcoafi .contentAfi {
        max-width: inherit!important;
    }
    /*Manual*/
    .cmanualapp {
        min-height: 920px;
    }
    .responsive-manualApp {
        width: 81%;
        margin-left: 0em;
    }
    .ctrlm {
        width: 18em;
    }
    .marco_Manua {
        min-height: 600px;
    }
    .ctrlButtons span {
        width: 15px;
        height: 15px;
        background: rgba(255, 255, 255, 0.3);
        margin: 8px;
    }
    .swiperManualApp {
        height: 30em;
    }
    .text_manual {
        right: 0.5em;
    }
    .cp6 {
        display: flex;
        padding-left: 0;
    }
    .text_manual {
        right: 0.2em;
    }
    .scol2 {
        padding-right: 7em;
    }
    .scol2-1 {
        padding-right: 4em;
    }
    /*Contacto*/
    .ccontacto {
        min-height: 650px;
    }
    .marco_contacto {
        min-height: 550px;
    }
    .text_contacto {
        left: 1em;
        top: 50%;
        font-size: 3em;
        font-weight: bold;
        line-height: 32px;
        z-index: 20;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 9em;
    }
    .t-contacto h2 {
        font-size: 2em;
        line-height: 35px;
        font-weight: bold;
    }
    .f1c {
        padding-right: 3em;
        padding-left: 9em;
    }
    /*Footer*/
    .cfooter {
        min-height: 240px;
    }
    .f-alinear h4 {
        margin-left: 6px;
        margin-bottom: 17px;
        font-size: 19px;
    }
    .textfoot span {
        color: white;
        font-size: 15px;
    }
    .textfoot a {
        color: white;
        text-decoration: none;
        font-size: 15px;
    }
    .fDescarga h4 {
        margin-bottom: 20px;
        font-size: 19px;
    }
    .fContacto {
        width: 16%;
    }
    .fCorreo {
        width: 25%;
    }
    .fDescarga {
        width: 19%;
    }
    .fUbicacion {
        width: 17%;
        padding-right: 31px;
    }
}

@media (max-width:991px) {
    /*Header*/
    .cprincipal {
        min-height: 52em;
    }
    .text-maquina {
        height: 10em;
    }
    .hfila1 {
        padding: 0px 51px;
    }
    /*Servicios*/
    .cservicios {
        min-height: 890px;
    }
    .sfila1 {
        flex-direction: row;
    }
    .columna2 {
        text-align: center;
    }
    .cservicios {
        align-items: inherit;
    }
    .columna2lista {
        display: none;
    }
    .sfila1 {
        margin-top: 1.5em;
    }
    .sfila2 {
        position: inherit;
    }
    .navservicios {
        bottom: 3em;
    }
    .serviciosfila {
        margin-left: inherit;
        margin-right: inherit;
    }
    .sfila2info {
        margin-left: -15px;
        margin-right: -15px;
    }
    .imgsfila2 {
        height: 9em;
    }
    .columna2 {
        margin-bottom: 4em;
    }
    .is1content {
        text-align: center;
    }
    .btnfila2 {
        bottom: 1em;
        position: absolute;
        right: inherit;
        left: 50%;
        transform: translatex(-50%);
    }
    .btnfila2 a button {
        width: 10em;
        height: 2.5em;
    }
    .infoservicios2 {
        display: none;
    }
    .responsive-servicios {
        display: flex;
    }
    .navservicios {
        display: none;
    }
    .fservicioi, .fserviciod {
        display: none;
    }
    .responsive-servicios {
        margin-top: 3em;
    }

    .serviciosDatos {
        height: 11em;
        position: relative;
    }
    .serviciosDatos button {
        
        position: absolute;
        bottom: 1em;
    }
    .touchDedo {
        color: white;
        position: absolute;
        right: 30px;
        bottom: 1em;
        font-size: 25px;
        /* rotate: 180deg;; */
        transform: rotate(180deg);
        animation: animacionDedo 1.5s ease forwards infinite;
    }
    @keyframes animacionDedo {
        0% {
            transform: rotate(180deg) translatex(0px);
        }
        50% {
            transform: rotate(180deg) translateX(87px);
        }
        100% {
            transform: rotate(180deg) translatex(0px);
        }
    }
    /*rigth: 87px */
    .sfila1 p {
        font-family: "Heavitas";
        margin: 0 3px;
    }
    /*Nosotros*/
    .cnosotros {
        min-height: 817px;
    }
    .contenNosotros {
        display: flex;
        border: none;
        margin: inherit;
        padding: inherit;
        justify-content: center;
        align-items: center;
    }
    .fcn {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: inherit;
        padding: inherit;
        width: 33em;
        padding: px;
    }
    .cnf1 {
        max-width: 80%;
    }
    .mision, .vision {
        text-align: center;
    }
    .cndescrip p, .mision p, .vision p {
        padding-right: 2em;
        line-height: 22px;
        text-align: center;
    }
    .cntitulo {
        justify-content: center;
    }
    .cnf2 img {
        display: none;
    }
    /*Afiliacion*/
    .cafiliacion {
        min-height: 850px;
    }
    .marcoafi {
        position: absolute;
        left: inherit;
        border: inherit;
        margin: inherit;
        padding: inherit;
    }
    .a_logo_circular {
        display: none;
    }
    .fa1 {
        padding-left: 0em;
        padding: 0em 5em;
        text-align: center;
    }
    .fa1text {
        margin-top: 7em;
    }
    .marcoafi .contentAfi {
        max-width: 720px!important;
    }
    .fa1text h2 {
        display: none;
    }
    .fa2form {
        padding: 0px 10em;
        margin-top: 2em;
    }
    .textafiliacion {
        top: 1em;
        display: flex;
        width: 8em;
        height: 2em;
        justify-content: center;
        align-items: center;
        left: 50%;
        transform: translate(-50%, -8%);
    }
    .textafiliacion p {
        font-family: "Heavitas";
        margin: 0 3px;
    }
    /*Manual*/
    .cmanualapp {
        background: linear-gradient(45deg, #11d5da, #004cb2);
        position: relative;
        min-height: 1000px;
        height: auto;
    }
    .cManual {
        margin-top: 4em!important;
    }
    .marco_Manual {
        display: none;
    }
    .slidem .cambiarFoto {
        text-align: center;
    }
    .text_manual {
        display: flex;
        left: 50%;
        top: 2em;
        transform: translateX(-50%);
        justify-content: center;
        align-items: center;
    }
    .manual_btn {
        display: none;
    }
    .ctrlm {
        left: 50%;
        transform: translateX(-50%);
        top: 2em;
    }
    .img_manual {
        width: 12em;
        height: 21.7em;
    }
    .ctrlm {
        width: 29em;
        justify-content: center;
    }
    .cml {
        position: absolute;
    }
    .cmr {
        position: absolute;
    }
    .p3-btn button, .p3-dc img {
        width: 7em;
        height: 2.2em;
    }
    .p3-text1, .p3-text2, .p3-text3 {
        padding-left: 0;
    }
    .img_manual {
        width: 10em;
        height: 18.7em;
    }
    .scol2 {
        padding: inherit;
        padding: 0 4em;
        margin-top: 5em;
    }
    .scol2-1 {
        margin-top: 5em;
        padding: inherit;
        padding: 0 4em;
    }
    .text_manual p {
        font-family: "Heavitas";
        margin: 0 3px;
    }
    .textm-a {
        margin-left: 1em!important;
    }
    /*Contacto*/
    .ccontacto {
        min-height: 715px;
    }
    .text_contacto {
        font-size: 3em;
        font-weight: bold;
        line-height: 32px;
        z-index: 100;
        display: flex;
        top: 0.5em;
        left: 50%;
        transform: translateX(-50%);
        height: 3em;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        width: 8em;
    }
    .text_contacto p {
        font-family: "Heavitas";
        margin: 0 3px;
    }
    .t-contacto h2 {
        display: none;
    }
    .contentFormC {
        padding: inherit;
        padding-left: 12em;
        padding-right: 12em;
    }
    .f1c {
        padding-right: 7em;
        padding-left: 7em;
        text-align: center;
    }
    .marco_contacto {
        display: none;
    }
    #cbutton {
        background: linear-gradient(45deg, #11d5da, #004cb2);
        width: 8em;
    }
    .t-contacto p {
        color: white;
        margin-top: 3em;
        margin-bottom: 3em;
    }
    /*Footer*/
    .cfooter {
        background: black;
        width: 100%;
        height: 100vh;
        font-family: "Montserrat";
        overflow: hidden;
        display: flex;
        min-height: 744px;
        justify-content: end;
        align-items: center;
    }
    .FilaFooter {
        width: 100%;
        height: 41em;
        display: flex;
        position: relative;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .contenedorFooter {
        display: flex;
        margin: inherit;
        justify-content: center;
        align-items: center;
    }
    .fLogo {
        width: 21em;
        height: 6em;
    }
    .fLogo img {
        position: relative;
        top: inherit;
        transform: inherit;
        width: 15em;
        height: 4em;
    }
    .fContacto {
        width: 21em;
        height: 12em;
    }
    .fUbicacion {
        width: 17%;
        padding-right: 43px;
        padding: inherit;
        width: 21em;
        height: 6em;
    }
    .fCorreo {
        width: 21em;
        height: 7em;
    }
    .fDescarga {
        width: 21em;
        height: 8em;
        margin-left: 54px;
    }
    .fRS {
        display: block;
        flex-direction: column;
        width: 21em;
        margin-left: 54px;
        text-align: center;
    }
    .fRS img {
        margin-right: 10px;
    }
    .fca {
        display: flex;
        flex-direction: column;
    }
    .f-alinear h4 {
        margin-left: 13px;
        margin-bottom: 17px;
        font-size: 19px;
    }
    /*Navegacion*/
    .contNavegacion.active {
        min-height: 700px;
        height: auto;
        height: 100vh;
    }
    .nav-pantalla a {
        text-decoration: none;
        color: black;
        font-size: 2em;
        font-weight: 600;
    }
    .logonav img {
        width: 15em;
        height: 4em;
    }
    .iconNav {
        display: flex;
    }
    .contNavegacion {
        top: -150%;
    }
    .bNav {
        display: flex;
    }
    .contNavegacion {
        background: white;
        display: flex;
        flex-direction: column;
        list-style-type: none;
        width: 100%;
        height: 100vh;
        position: fixed;
        z-index: 500;
        text-align: center;
        justify-content: center;
        transition: all 0.5s ease-in;
    }
    #navegacion {
        display: flex;
        flex-direction: column!important;
        list-style-type: none;
        margin-bottom: 0;
        padding: inherit;
    }
    .contNav {
        position: relative;
        top: 2em;
        right: 0;
        transform: inherit
    }
    .logonav {
        position: relative;
        top: inherit;
        left: inherit;
        transform: inherit;
    }
    .contNavegacion.active {
        top: 0;
    }
    .iconNav.active .hamburger {
        background: rgba(0, 0, 0, 0);
        transition: .5s;
    }
    .iconNav.active .hamburger::before {
        top: 3px;
        transform: rotate(45deg);
        transition: .5s;
    }
    .iconNav.active .hamburger::after {
        top: 3px;
        transform: rotate(135deg);
        transition: .5s;
    }
    .cool-link::after {
        content: '';
        display: block;
        width: 0;
        height: 3px;
        background: black;
        transition: width .3s;
    }
    .cool-link:hover::after {
        width: 0;
    }
}

@media (max-width:767px) {
    /*Header*/
    .cprincipal {
        min-height: 767px;
    }
    .btnEmpezar {
        display: flex;
        top: 12em;
    }
    .descargas-header {
        top: inherit;
        bottom: 2em;
        right: 2em;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
    }
    .hfila1 {
        padding: 0px 68px;
    }
    /*Formulario desliza*/
    .hfila1 {
        position: relative;
        transform: translateY(-80%);
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
    }
    .hfila2 {
        position: absolute;
        right: 0;
        top: 550%;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
    }
    .formactive {
        top: 50%;
        transform: translatey(-50%);
    }
    /* 
    .contHeader{
        margin-top: -21em;
    } */
    .hfila1 h1 {
        text-align: center;
        line-height: 35px;
        margin-bottom: 17px;
        font-size: 2em;
    }
    .pflecha {
        bottom: 3em;
    }
    .contHeader {
        padding: 45px;
    }
    .hfila1 p {
        text-align: center;
    }
    #hbutton {
        margin-top: 1em;
    }
    .form-inactive {
        opacity: 0;
    }
    #hbutton .form-inactive {
        opacity: 0;
    }
    /* .descargas-header{

    } */
    .dh1, .dh2 {
        position: initial;
    }
    .dh1 a span, .dh2 a span {
        display: none;
    }
    .noscroolea {
        display: none;
    }
    .fgheader {
        margin-bottom: inherit;
    }
    /*Servicios*/
    .columna1 p {
        font-size: 22px;
    }
    .fservicioi {
        left: 12%;
        top: 73%;
        transform: translate(-12%, -73%);
    }
    .fserviciod {
        right: 12%;
        top: 73%;
        transform: translate(-12%, -73%);
    }
    .responsive-servicios {
        margin-top: 0em;
    }
    .navservicios {
        bottom: 1em;
    }
    .serviciosDatos button {
        left: 0;
        position: absolute;
        bottom: 1em;   
    }
    .serviciosDatos {
        height: 13em;
        position: relative;
    }
    .touchDedo {
        right: 0;
        bottom: 1em;
    }
    
    /*Nosotros*/
    .cnosotros {
        background: white;
        min-height: 825px;
    }
    .contenNosotros {
        margin-top: 4em;
    }
    .fcn {
        box-shadow: none;
    }
    .ntriangle {
        display: none;
    }
    .textnosotros {
        display: flex;
        top: 7%;
        right: inherit;
        left: 50%;
        transform: translate(-50%, -10%);
        font-size: 3em;
        font-weight: 550;
    }
    .textnosotros p {
        margin-left: 5px;
        margin-right: 5px;
    }
    .cntitulo img {
        width: 4em;
        margin-right: 2em;
    }
    .cnf2 {
        display: none;
        z-index: 0;
    }
    .cndescrip, .mision, .vision {
        margin-top: 2.8em;
    }
    .cndescrip p, .mision p, .vision p {
        padding-right: 0em;
    }
    .cnf1 {
        padding-bottom: 2em;
        padding-top: 2em;
        box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
    }
    /*Afiliacion*/
    .cafiliacion {
        min-height: 830px;
    }
    .fa2form {
        padding: 0px 7em;
        margin-top: 3em;
    }
    .text-centerAfi {
        border: 1px solid transparent;
        border-image: linear-gradient(to bottom, #004cb2 0%, #3acfd5 100%) 1;
        padding: 20px 15px;
        box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.3);
    }
    /*Manual*/
    .cmanualapp {
        min-height: 950px;
        align-items: end;
    }
    .cManual {
        margin-top: 1em!important;
    }
    .swiperManualApp {
        height: 48em;
    }
    .responsive-manualApp {
        width: 87%;
        margin-left: 0em;
        margin-top: 9em;
    }
    .img_manual {
        width: 10em;
        height: 17.9em;
    }
    .ctrlm {
        width: 26em;
        justify-content: center;
    }
    .t3f1 {
        margin-top: 0.5em;
    }
    .p3-text1, .p3-text2, .p3-text3 {
        padding-left: 15px;
    }
    /*contacto*/
    .contentFormC {
        padding: inherit;
        padding-left: 5em;
        padding-right: 5em;
    }
    /*Navegacion Responsive*/
    .bNav {
        width: 100%;
        height: 3em;
    }
    .bNav img {
        width: 10em;
        height: 2.5em;
    }
    .bNavlogo {
        display: flex;
        align-items: center;
    }
    .contNavegacion.active {
        height: 100vh;
    }
    .nav-pantalla li {
        padding: 8px;
        margin: 6px;
    }
    .iconNav {
        top: 1px;
        right: 6px;
    }
}

@media (max-width:575px) {
    /*Header*/
    .cprincipal {
        min-height: 767px;
    }
    .hcf1 p {
        text-align: center;
    }
    .pflecha {
        bottom: 2em;
    }
    .hcf {
        margin: 0px 18px;
        padding: 26px 16px;
    }
    .descargas-header {
        right: 0em;
    }
    .hfila1 {
        margin-top: 0em;
    }
    .text-maquina {
        height: 8em;
    }
    /*Servicios*/
    .cservicios {
        min-height: 936px;
    }
    .sfila1 {
        margin-top: 1em;
    }
    .s-activo {
        top: 30px;
        position: absolute;
        width: 17em;
        height: 16em;
        margin-left: 0;
        margin-right: 15px;
    }
    .serviciosDatos img {
        width: 4em;
        height: 60px;
    }
    .fservicioi {
        left: 5%;
        top: 81%;
        transform: translate(-5%, -81%);
    }
    .fserviciod {
        right: 5%;
        top: 81%;
        transform: translate(-5%, -81%);
    }
    .s-activo .col-7 {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .serviciosDatos button {
        left: 0;
    }
    .responsive-servicios .swiper-container-android .swiper-slide {
        width: 961px;
        display: flex;
        justify-content: center;
        align-items: inherit!important;
        height: 20em!important;
        padding: 0px 20px!important;
        margin-top: 3em!important;
    }
    .serviciosDatos {
        height: 14em;
    }
    .responsive-servicios .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 2px!important;
    }
    .responsive-servicios .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 2px!important;
    }
    .serviciosDatos button {
        border: none;
        width: 90%;
        position: absolute;
        bottom: 0;
    }
    .touchDedo {
        right: 0;
        color: white;
        position: absolute;
        left: 5px;
        bottom: .8em;
        font-size: 25px;
        transform: inherit;
        animation: animacionDedo 1.5s ease forwards infinite;
    }
    @keyframes animacionDedo {
        0% {
            transform: rotate(0deg) translatex(0px);
        }
        50% {
            transform: rotate(0deg) translateX(50px);
        }
        100% {
            transform: rotate(0deg) translatex(0px);
        }
    }

    /*Nosotros*/
    .cndescrip p, .mision p, .vision p {
        padding-right: 0em;
    }
    .textnosotros p {
        margin-left: 3px;
        margin-right: 3px;
    }
    .fcn {
        padding: 0;
    }
    /*Afiliacion*/
    .cafiliacion {
        min-height: 926px;
    }
    .cont1afi {
        margin-top: inherit;
    }
    .afimarca, .afimodelo, .afianio, .afiplaca {
        padding-left: 0;
        padding-right: 0;
    }
    .fa2form {
        padding: 0px 0.5em;
        margin-top: 2em;
    }
    #aboton {
        width: 9em;
    }
    .text-centerAfi {
        border: 1px solid transparent;
        border-image: linear-gradient(to bottom, #004cb2 0%, #3acfd5 100%) 1;
        padding: 17px 11px;
        box-shadow: none
    }
    /*Manual*/
    .ctrlm {
        width: 22em;
        justify-content: center;
    }
    .p3-text1, .p3-text2, .p3-text3 {
        padding-left: 15px;
    }
    .scol2 {
        margin-top: 5em;
        padding: inherit;
        padding: 0 1em;
    }
    .scol2-1 {
        margin-top: 5em;
        padding: inherit;
        padding: 0 1em;
    }
    /*footer*/
    .contNavegacion.active {
        height: auto;
    }
    .textfoot a {
        color: white;
        text-decoration: none;
        font-size: 15px;
        margin-bottom: 7px;
    }
    /*Navegacion Responsiva*/
    .bNav {
        width: 100%;
        height: 3em;
    }
    .bNav img {
        width: 10em;
        height: 2.5em;
    }
    .bNavlogo {
        display: flex;
        align-items: center;
    }
    .contNavegacion.active {
        height: auto;
        height: 100vh;
    }
    .nav-pantalla li {
        padding: 4px;
        margin: 5px;
    }
}

@media (max-width:400px) {
    /*Header*/
    .cprincipal {
        min-height: 47.5em;
    }
    .hfila1 h1 {
        text-align: center;
    }
    .hfila1 p {
        text-align: center;
    }
    .hcf1 p {
        text-align: center;
    }
    .hfila1 {
        padding: 0px 0px;
    }
    /*Servicios*/
    .cservicios {
        min-height: 915px;
        height: auto;
    }
    .sfila1 p {
        font-family: "Heavitas";
        margin: 0 1px;
        font-size: 41px;
    }
    .imgsfila2 {
        height: 7em;
    }
    .imgsfila2 .simg2 {
        width: 4em;
        height: 2em;
        margin-bottom: 0px;
        margin-top: 2em;
        margin-left: 2.5em;
        margin-right: 1em;
    }
    .imgsfila2 .simg3 {
        width: 2em;
        height: 4em;
    }
    .imgsfila2 .simg1 {
        width: 3em;
        height: 4em;
    }
    .serviciosDatos img {
        width: 3em;
        height: 56px;
    }
    .s-activo {
        top: 15px;
        width: 16em;
        height: 17em;
        margin-left: 0;
        margin-right: 15px;
    }
    .columna1 p {
        line-height: 23px;
    }
    .columna2text {
        line-height: 20px;
    }
    .fservicioi {
        left: 3%;
        top: 75%;
        transform: translate(-3%, -75%);
    }
    .fserviciod {
        right: 3%;
        top: 75%;
        transform: translate(-3%, -75%);
    }
    .serviciosDatos {
        height: 16.5em;
    }
    .responsive-servicios .swiper-container-android .swiper-slide {
        height: 23em!important;
        padding: 0px 17px!important;
        margin-top: 1.5em!important;
    }
    .serviciosDatos h6 {
        font-size: 17px;
        line-height: 18px;
        font-weight: 600;
        color: white;
        margin-bottom: 0.85em;
    }
    @keyframes animationAuto {
        0% {
            transform: translateY(0px);
        }
        50% {
            transform: translateX(-25px);
        }
        100% {
            transform: translateX(0px);
        }
    }
    /*Nosotros*/
    .cnosotros {
        min-height: 890px;
    }
    .textnosotros {
        display: flex;
        top: 5%;
        right: inherit;
        left: 50%;
        transform: translate(-50%, -5%);
        font-size: 2.5em;
        font-weight: 550;
    }
    .textnosotros p {
        margin: inherit;
        font-size: 41px;
        margin: 0 1px;
    }
    .cndescrip, .mision, .vision {
        margin-top: 1.5em;
    }
    .contenNosotros {
        margin-top: 3em;
    }
    .cntitulo img {
        width: 4em;
        margin-right: .85em;
    }
    /*Afiliacion*/
    .cafiliacion {
        min-height: 860px;
    }
    .cont1afi {
        margin-top: inherit;
    }
    .afimarca, .afimodelo, .afianio, .afiplaca {
        padding-left: 0;
        padding-right: 0;
    }
    .fa2form {
        padding: 0px 0em;
        margin-top: 1em;
    }
    .fa1 {
        padding-left: 0em;
        padding: 0em 2em;
        text-align: center;
    }
    #formAfiliacion .form-group {
        margin-bottom: 0.8rem;
    }
    .textafiliacion {
        top: 1em;
        display: flex;
        width: 6em;
    }
    .textafiliacion p {
        font-family: "Heavitas";
        margin: 0 1px;
        font-size: 41px;
    }
    /*Manual*/
    .cmanualapp {
        min-height: 950px;
    }
    .ctrlm {
        width: 20em;
        justify-content: center;
    }
    .textManual {
        padding-left: 47px;
    }
    .p3-btn button, .p3-dc img {
        width: 5em;
        height: 2em;
    }
    .t3f2, .t3f3 {
        justify-content: end;
        align-items: end;
        height: 6em;
    }
    .img_manual {
        width: 9em;
        height: 16.3em;
    }
    .ctrlm {
        top: 1em;
    }
    .paso1 p, .paso2 p, .paso4 p, .paso5 p, .paso6 p, .paso7 p, .paso8 p {
        margin-top: 1em;
    }
    .paso3 .parrafo {
        margin-top: 1em;
        margin-bottom: 1em;
    }
    .parrafo-p6 p {
        margin-top: 0;
    }
    .text_manual p {
        font-family: "Heavitas";
        margin: 0 1px;
        font-size: 38px;
    }
    .textm-a {
        margin-left: 18px!important;
    }
    .scol2 {
        margin-top: 4em;
    }
    .scol2-1 {
        margin-top: 4em;
    }
    .slide3m p {
        line-height: 18px;
    }
    .scol2-1 h2 {
        margin-bottom: 0.5em;
        font-weight: bold;
    }
    .img-p6 img {
        width: 4em;
        height: 4em;
    }
    /*Contacto*/
    .f1c {
        padding-right: 3em;
        padding-left: 3em;
        text-align: center;
    }
    .contentFormC {
        padding: inherit;
        padding-left: 1em;
        padding-right: 1em;
    }
    .c-fcontacto {
        padding: 15px 12px;
    }
    .text_contacto {
        height: 2em;
    }
    .text_contacto p {
        font-family: "Heavitas";
        margin: 0 1px;
        font-size: 41px;
    }
    /*Footer*/
    .fLogo {
        width: 18em;
        height: 6em;
    }
    .fLogo img {
        position: relative;
        top: inherit;
        transform: inherit;
        width: 15em;
        height: 4em;
    }
    .fContacto {
        width: 18em;
        height: 12em;
    }
    .fUbicacion {
        width: 17%;
        padding-right: 43px;
        padding: inherit;
        width: 18em;
        height: 8em;
    }
    .fCorreo {
        width: 18em;
        height: 8em;
    }
    .fDescarga {
        width: 18em;
        height: 8em;
        margin-left: 54px;
    }
    .fRS {
        display: block;
        flex-direction: column;
        width: 18em;
        margin-left: 54px;
        text-align: center;
    }
    /**/
    .contNavegacion.active {
        min-height: 540px;
        height: auto;
        height: 100vh;
    }
    .nav-pantalla a {
        text-decoration: none;
        color: black;
        font-size: 1.2em;
        font-weight: 600;
    }
}