<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">p {
    font-family: reg-monse;
}

* {
    outline: none;
    word-break: normal !important;
    word-wrap: break-word;
}

button {
    cursor: pointer;
}

.b-1 {
    width: 100%;
    height: 100vh !important;
    min-height: 600px;
    /*
    background-image: url(../img/Appic_Web_Abril_Fondo\ color.png);
    */
    background-position-x: center;
    /*  animation: animatedBackground 5s linear infinite;*/
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.movil-logo {
    display: none !important;
}

.eglobal {
    position: absolute;
    top: 150px;
    right: 5vw;
    height: 70% !important;
    width: 30% !important;
}

.efect3 {
    width: 100% !important;
    display: block;
    margin: 0 auto;
    margin-top: 5vw;
}

.efect3 .image {
    background-image: url(../img/home/Logo\ APPIC.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    filter: drop-shadow(0 0px 5px rgba(0, 0, 0, 0.7));
    position: relative;
    /*
    animation-duration: 4s;
    animation-name: slidein;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    animation-fill-mode: both;
    */
}

/*
@keyframes slidein {
    from {
        background-size: 100%;
        filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.5));
    }
    to {
        background-size: 90%;
        filter: drop-shadow(0px 0px 10px rgba(123, 218, 255, 0.7));
    }
}
*/

.b-1 .espacio {
    display: none;
}

@media(max-width:1024px) {
    .eglobal {
        position: absolute;
        top: 0px;
        right: inherit;
        height: 10% !important;
        width: 10% !important;
    }
    .b-1 .espacio {
        display: block;
    }
    .efect3 {
        margin-top: 0px;
    }
    .efect3 .image {
        background-image: url(../img/home/Logo\ APPIC.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        filter: drop-shadow(0 0px 5px rgba(0, 0, 0, 0.7));
        display: none;
    }
}

.headd {
    height: 150px;
    width: 100%;
}

.headd img {
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.letras {
    display: block;
    width: 100%;
    height: 100% !important;
    color: white;
    z-index: 10000;
}

.typed {
    color: white;
    font-weight: bolder;
}

.letras h1:first-child {
    margin-left: 100px;
    margin-top: 6vw;
    padding-right: 0px;
    margin-bottom: 2vh;
    font-size: 40px;
}

@media(max-width:769px) {
    .letras h1:first-child {
        margin-left: 0px;
        margin-bottom: 2vh;
        font-size: 25px;
        text-align: center;
    }
}

.conceptos p {
    margin-top: 10vh;
    margin-left: 85px;
    font-size: 1.4vw !important;
}

.conceptos p span {
    font-size: 6vw !important;
    margin-right: 1vw;
    line-height: 0;
}

.naveg {
    position: relative;
    height: auto;
}

/*
.naveg img:first-child {
    padding-top: 100px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 150px;
}
*/

.naveg img:last-child {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.flecha {
    animation: arrow 3s ease-in-out infinite;
}

@keyframes arrow {
    0% {
        transform: translate(0px, 50px);
    }
    50% {
        transform: translate(0px, 60px);
    }
    100% {
        transform: translate(0px, 50px);
    }
}

.btn-abs {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    margin-top: -90px;
    width: 450px;
    height: 130px;
    background-color: #333333;
    border: 0px;
    outline: 0px;
    z-index: 50000;
}

.btn-abs p {
    font-size: 40px;
    color: white;
}

.b-1 .relleno div {
    width: 100%;
    height: 100px;
}

/*BLOQUE 2  b-2*/

.b-2 {
    height: auto;
    width: 100%;
    background-color: white;
    margin-bottom: 5vw !important;
}

.b-2 .column:first-child {
    height: auto;
    margin: 0px;
    background-color: rgb(255, 255, 255);
}

.logo-space {
    background-color: #00a99d !important;
    width: max-content;
    height: max-content;
}

.b-2 .logo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    transition: transform 0.2s;
}

.rotate {
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
    transition: transform 0.2s;
}

.b-2 .titulo {
    font-size: 65px;
    color: #00a89c;
    font-weight: bold;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 50px;
}

.b-2-col {}

.b-2-col img {
    width: 55%;
}

.b2col-img {
    height: 80px !important;
    width: auto !important;
}

#mi_imagen {
    height: 100px !important;
    width: auto !important;
}

.iconos {
    display: none;
}

.iconos2 .b-2-col img:first-child {
    width: 30% !important;
    margin-top: 6vw;
}

.iconos2 .b-2-col p {
    text-align: center;
    font-size: 1vw;
    font-weight: 500 !important;
}

@media(max-width:769px) {
    .b2col-img {
        height: 40px !important;
        width: auto !important;
    }
    .iconos2 .b-2-col img:first-child {
        width: 40% !important;
        margin-top: 5vw;
    }
    .iconos2 .b-2-col p {
        text-align: center;
        font-size: 5vw;
        font-weight: 500 !important;
        margin-bottom: 30px;
        margin-top: 0px;
    }
    .b-2-col img {
        width: 45%;
    }
}

.b-2-col p {
    text-align: center;
    font-size: 1.5vw;
    font-weight: 500 !important;
}

.b-2 .r div {
    height: 150px;
    display: block;
}

.a-1 {
    width: 30% !important;
    margin-left: 2vw;
}

.a-1 img {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}

.a-2 {
    width: 30% !important;
    margin-top: 2vw;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}

@media(max-width:1024px) {
    .a-2 {
        display: none !important;
    }
}

.b-b2 {
    height: auto;
}

.b-b2 .columns.is-gapless&gt;.column {
    height: auto;
    display: block;
    padding-bottom: 3vw !important;
}

.b-b2 .column:first-child {
    background-color: #019e93;
    padding-bottom: 50px;
}

.b-b2 #testimonios * {
    opacity: 1 !important;
    transition: opacity 1s;
}

.b-b2 .testi {
    margin-top: 3vw;
    margin-bottom: 2.1vw;
    height: 4.5vw;
}

.b-b2 .column .foto {
    position: relative;
    z-index: 10000;
    width: 10vw;
    height: 10vw;
    border-radius: 50%;
    overflow: hidden;
}

.b-b2 .column .foto img {
    object-fit: cover;
    object-position: center center;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
}

.b-b2 hr {
    position: relative;
    margin-top: -5vw !important;
    background-color: rgba(255, 255, 255, 0.219);
    width: 50%;
    left: 50%;
    display: none;
}

.b-b2 .column .content {
    width: 40%;
    margin-left: 3vw;
    padding-top: 3vw;
}

.b-b2 .column .content img {
    margin-top: 3vw;
    margin-bottom: 2.1vw;
    height: 4.5vw;
}

.b-b2 .column .content h6 {
    font-size: 1.3vw;
    font-weight: bolder;
    text-align: center !important;
}

.b-b2 .column .content p {
    font-size: 1.3vw;
    color: white;
    text-align: center !important;
    line-height: 1.4vw;
    font-weight: 100;
    margin-top: 10px;
}

@media(max-width:769px) {
    .b-b2 .columns.is-gapless&gt;.column {
        height: auto;
        min-height: 200px;
        display: block;
        padding-bottom: 3vw !important;
        overflow: hidden !important;
    }
    .b-b2 .column:first-child {
        background-color: #019e93;
    }
    .b-b2 #testimonios * {
        opacity: 1 !important;
        transition: opacity 1s;
        margin-top: 3vw;
        text-align: center !important;
    }
    .b-b2 .testi {
        margin-top: 3vw;
        margin-bottom: 2.1vw;
        height: 6.5vw;
    }
    .b-b2 .column .foto {
        position: relative;
        z-index: 10000;
        width: 20vw;
        height: 20vw;
        border-radius: 50%;
        background-image: url(../img/perfiles/n1.png);
        background-position: left top !important;
        background-size: cover !important;
        background-repeat: no-repeat;
        box-shadow: 0 0 5px 0 black;
        margin-bottom: -50px;
    }
    .b-b2 hr {
        position: relative;
        margin-top: 4vw !important;
        background-color: rgba(255, 255, 255, 0.219);
        width: 50%;
        left: 50%;
    }
    .b-b2 .column .content {
        width: 90%;
        margin-left: 3vw;
        margin-top: -20px;
    }
    .b-b2 .column .content img {
        margin-top: 3vw;
        margin-bottom: 2.1vw;
        height: 4.5vw;
    }
    .b-b2 .column .content h6 {
        font-size: 3.5vw;
        font-weight: bolder;
        padding-right: 4vw;
        padding-top: 3vw;
        text-align: left !important;
    }
    .b-b2 .column .content p {
        font-size: 3.1vw;
        color: white;
        text-align: justify !important;
        line-height: 4.4vw;
        font-weight: 100;
        margin-bottom: 0px;
    }
}

/*BLOQUE 3  b-3*/

.b-3 {
    height: auto;
    background-color: #f8644b;
}

.b-3 .column:first-child {
    height: auto;
}

.b-3 .column:first-child p {
    padding: 15%;
    margin-top: 3vw !important;
    margin-bottom: 3vw !important;
    font-size: 3vw;
    color: white;
    line-height: 3vw;
    margin-top: -3vw;
    word-break: break-all;
}

.b-3 img {
    height: 100%;
    width: auto;
}

.b-3 .column:last-child img {
    width: 100%;
    height: auto;
}

.img-rojo {
    position: relative;
    background-position: center;
    background-size: cover;
}

.btn-abs-2 {
    position: absolute;
    margin: 0 auto;
    margin-top: -90px;
    margin-left: 200px;
    line-height: 35px;
    text-align: center;
    font-variant: small-caps;
    width: 350px;
    height: 110px;
    background-color: #333333;
    border: 0px;
}

.btn-abs-2 p {
    font-size: 35px;
    font-weight: 400;
    color: white;
}

/*BLOQUE Desplazable*/

#panel {
    width: 100%;
    margin-top: 100px;
}

#panel .column {
    height: max-content;
}

#panel .columns {
    padding-right: 2vw;
}

#panel .column img {
    height: 9vw;
    margin-left: 2vw;
    margin-bottom: 2vw;
    float: right;
}

#panel .im img {
    height: 20vw !important;
    float: left !important;
    margin-left: 0px;
    padding-left: 0px;
}

.em {
    display: none;
}

.om {
    display: block;
}

/*BLOQUE 4 b-4*/

/*BLOQUE 5 BLOQUE 5 BLOQUE 5 BLOQUE 5 BLOQUE 5 BLOQUE 5 BLOQUE 5 BLOQUE 5 BLOQUE 5 BLOQUE 5 BLOQUE 5 BLOQUE 5*/

.b-5 {
    background-color: white;
    position: relative;
    overflow: hidden;
    height: 49vw;
    min-height: 0;
}

.b-fondo {
    background-color: white;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.b-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    font-family: reg-monse;
}

.b-text {
    position: absolute;
    right: 0;
    margin-top: 0%;
    /*14%*/
    width: 37.5%;
    height: 100%;
    float: right;
}

.b-text .uno {
    height: 27.5%;
    width: auto;
    border: 1px solid rgba(255, 0, 0, 0);
}

.b-text .uno h2 {
    color: white;
    font-size: 3vw;
    margin-left: 3vw;
    line-height: 4vw;
    margin-top: 2.5vw;
}

.b-text .dos {
    width: 100%;
    height: 72.5%;
    background-color: white;
    padding: 3vw;
    font-size: 1.5vw;
    color: black;
    line-height: 2.5vw;
    text-align: justify;
}

/*bloques mobile*/

.b-5-2 {
    display: none;
}

/*BLOQUE 6 BLOQUE 6 BLOQUE 6*/

.b-6 {
    background-color: white;
    width: 100%;
    height: auto;
    font-weight: bold;
    margin-top: 5vw;
}

.b-6 .titulo {
    font-size: 4.2vw;
    color: #00a89c;
    text-align: center;
    margin-bottom: 5vw !important;
}

.b-6 .inv {
    float: left;
    background-image: url(../img/Appic_Web_Abril_Plantilla\ Tecnologias\ que\ aplicamos\ 02.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 40vw;
    text-align: center;
    font-size: 3vw !important;
}

.gallery {
    outline: none;
    border: none;
    height: 60vw;
}

.gallery-cell {
    width: 66%;
    margin-right: 10px;
}

.previous, .next {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: none !important;
}

.previous {
    margin-left: 22.5vw;
    display: inline-flex;
    background-image: url(../img/otros/orange-left0.png);
    height: 9vw;
    width: 9vw;
    background-color: white;
    border: 1px solid red;
    margin-top: 10px;
    margin-bottom: 10px;
}

.next {
    margin-left: 35vw;
    background-image: url(../img/otros/orange-right0.png);
    display: inline-flex;
    height: 9vw;
    width: 9vw;
    background-color: white;
}

/*b-7*/

.b-7 {
    height: auto;
    width: 100%;
    background-color: black;
}

.b-7 img {
    width: 100%;
    height: 100%;
}

.b-7 .column {
    height: 32vw;
}

.b-7 .column:last-child {}

#empresas {
    background-color: #e2e2e2;
    width: 100%;
    height: 100%;
    padding-top: 6vw;
}

.emp-extra {
    background-image: url(../img/Appic_Web_Abril_Clientes.png) !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    border: 10px solid black;
}

#empresas div {
    width: 100%;
    height: 82%;
    float: left;
}

#empresas div img {
    object-fit: contain;
    object-position: center center;
    height: 90% !important;
    width: auto;
    display: block;
    margin: 0 auto;
    padding: 1vw;
    /*
    padding: 1vw;
    background-color: rgba(255, 255, 255, 0.473);
    border-radius: 10px;
    */
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 3.5vw;
    font-weight: 400;
    line-height: 4.5vw;
    font-family: reg-monse;
    color: white;
}

/*b-8*/

.b-8 {
    background-image: url(../img/Appic_Web_Abril_Fondo\ Contacto\ 01.png);
    background-position: top;
    background-repeat: no-repeat;
    background-color: #00a89c;
    background-size: 102.1% 90%;
    height: auto;
    padding-bottom: 10vw;
}

.b-titulo {
    width: 100%;
    height: 15vw;
}

.b-titulo p {
    padding-top: 50px;
    font-size: 3vw;
    color: white;
    text-align: center;
    display: block;
}

.b-titulo span {
    background-color: #f8644b;
    font-weight: bold;
}

.b-form {
    height: auto;
    width: 100%;
    padding: 0px 13vw;
    padding-top: 5vw;
}

.b-form label {
    font-size: 1.5vw;
    font-weight: lighter;
    line-height: 4.5vw;
    font-family: reg-monse;
    color: white;
}

.b-form input {
    border: 0px;
    margin-bottom: 2.4vw;
    border-bottom: 1px solid rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0);
    width: 82%;
    font-family: reg-monse;
    color: white;
}

.b-form input:focus {
    outline: none;
    background-color: rgba(221, 255, 238, 0);
    border: 0px;
}

.b-form textarea {
    width: 82%;
    height: 150px;
    background-color: rgba(255, 255, 0, 0);
    border: 1px solid white;
    font-family: reg-monse;
    color: white;
    font-size: 22px;
    padding: 1vw;
    resize: none;
}

.b-8 textarea:focus {
    outline: none;
    border: 1px solid rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.288);
}

.b-8 textarea::placeholder {
    color: white;
    font-size: 20px;
}

.b-btn {
    position: relative;
}

.b-8 button {
    background-color: #2e3433;
    border: 0px solid;
    color: white;
    font-size: 30px;
    font-family: reg-monse;
    width: 350px;
    height: 100px;
    position: absolute;
    right: 0;
    top: 5vw;
    margin-right: 10vw;
}

/*B-9*/

.b-9 {
    width: 100%;
    height: auto;
    background-color: #2e3433;
}

.b-9 .column {
    height: auto;
    margin-bottom: 5vw !important;
}

.b-9 img {
    font-family: reg-monse;
    margin-top: 6vw;
    width: 70%;
}

.b-9 h1 {
    font-family: reg-monse;
    margin-top: 6vw;
    margin-bottom: 1vw;
    color: #00a99d;
    font-size: 25px;
}

.b-9 p {
    color: white;
    font-size: 15px;
}

.b-9 .fin {
    width: max-content;
    height: max-content;
    margin-left: auto;
    margin-right: auto;
}

.links p {
    border-bottom: 1px solid #00a99d;
    width: max-content;
}

@media(max-width:769px) {
    .links p {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

/*SLIDER*/

/*SLIDER*/

/*SLIDER*/

/*SLIDER*/

/*SLIDER*/

.iconos1 {
    display: block;
    width: 80%;
    margin: 0 auto !important;
}

.iconos1 .slick-slide {
    /*
   width: 21% !important;
   */
}

.iconos2 {
    display: none;
}

.b-2-cuadro {
    position: relative;
    background-image: url(../img/Appic_Web_Abril_Figura\ iconos\ 01.png);
    background-size: 100% 100% !important;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    overflow: hidden;
    margin-top: 3vw !important;
}

.b-2-cuadro .texto {
    color: white;
    font-size: 2vw;
    padding-right: 10vw;
    padding-left: 5vw;
    margin-top: 2vw;
    font-family: reg-monse;
    font-style: italic;
    padding-bottom: 40px !important;
    word-break: break-all;
    height: auto;
    min-height: 150px;
}

@media(max-width:769px) {
    .b-2-cuadro .texto {
        color: white;
        font-size: 5vw;
        padding-right: 10vw;
        padding-left: 5vw;
        margin-top: 2vw;
        font-family: reg-monse;
        font-style: italic;
        padding-bottom: 40px !important;
        min-height: 150px;
    }
}

.b-2-cuadro div {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 10vw;
    height: 100%;
}

#equis {
    position: relative;
    float: right;
    font-size: 40px;
    color: white;
    width: auto;
    height: auto;
    margin-right: 1.5vw;
}

#equis:hover {
    font-size: 50px;
}

.b-2-btn {
    background-image: url(../img/Appic_Web_Abril_Flechas\ con\ circulo.png);
    background-position: center;
    background-size: cover;
    height: 4vw !important;
    width: 100%;
    margin-bottom: 1vw;
    margin-right: 1vw;
}

.bt {
    position: relative;
    height: 100%;
    width: 50%;
    float: left;
}

.b-2-col a {
    color: black;
    text-decoration-color: black;
}

.modall {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.541);
}

.modall .msj {
    background-size: 105% 105%;
    box-shadow: 0px 0px 1px 1px #2ffddb;
    background-color: #ffffff;
    background-repeat: no-repeat;
    border-radius: 10px;
    position: relative;
    width: 70vw;
    height: 30%;
    color: black;
    font-family: max-monse;
    font-weight: bold;
}

.btn-cerrar {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: auto;
    margin-right: 1vw;
    margin-top: 1vw;
}

.alert1 {
    display: none;
}

.alert2 {
    display: none;
}

.alert3 {
    display: none;
}

/*COMIENZO RESPONSIVE*/

/*COMIENZO RESPONSIVE*/

/*COMIENZO RESPONSIVE*/

/*COMIENZO RESPONSIVE*/

/*COMIENZO RESPONSIVE*/

@media (max-width: 1024px) {
    .letras img {
        margin-top: 20px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    .letras p:first-child {
        text-align: center;
        margin-top: 100px;
        margin-left: 0px;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 20px;
        font-size: 40px;
    }
    .movil-logo {
        width: 150px;
    }
    .naveg {
        position: relative;
        height: 5vw;
    }
    .naveg img:first-child {
        padding-top: 30px;
    }
    .naveg img:last-child {
        left: auto;
    }
    .b-2-col p {
        margin-bottom: 20px;
    }
}

/*/ Escritorios muy anchos
Otros   ------------------------------------------------------------------------- */

@media (max-width: 1024px) {
    .b-3 .column:first-child p {
        padding: 15% 5% 12% 5%;
        font-size: 4vw;
        color: white;
        line-height: 4vw;
    }
    .b-3 img {
        height: 100%;
        width: auto;
    }
    .b-3 .column:last-child {
        height: 45vw;
    }
    .btn-abs-2 {
        left: 0;
        right: 0;
        margin: 0 auto;
        margin-top: auto;
        margin-left: auto !important;
        margin-right: auto !important;
        line-height: 35px;
        text-align: center;
        font-variant: small-caps;
        width: 200px;
        height: 50px;
        background-color: #333333;
        border: 0px;
    }
    .b-4-title {
        margin-top: 100px;
        margin-bottom: 50px;
    }
    .btn-abs-2 p {
        font-size: 15px;
        line-height: 15px;
        font-weight: 400;
        color: white;
    }
    .b-8 {
        background-image: url(../img/Appic_Web_Abril_Fondo\ Contacto\ 01.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: auto;
        padding-bottom: 10vw;
    }
    .b-form {
        height: auto;
        width: 100%;
        padding: 5vw;
        padding-top: 1vw;
    }
    .form label {
        font-size: 3vw;
        margin-left: 10%;
    }
    .b-form input {
        margin-left: 10%;
        width: 80%;
    }
    .b-form textarea {
        margin-left: 10%;
        height: 70px;
        font-size: 3vw;
        margin-top: 10vw;
    }
    .b-8 textarea::placeholder {
        font-size: 3vw;
    }
    .b-btn {
        position: relative;
    }
    .b-8 button {
        font-size: 3vw;
        font-family: reg-monse;
        width: 200px;
        height: 50px;
        position: static;
        display: block;
        margin-top: 10vw;
        margin-left: auto;
        margin-right: auto;
    }
    .b-titulo {
        width: 100%;
        height: 25vw;
        margin-bottom: 50px;
    }
    .b-titulo p {
        padding-top: 50px;
        font-size: 4vw;
        color: white;
        text-align: center;
        display: block;
    }
    .b-titulo span {
        background-color: #f8644b;
        font-weight: bold;
    }
}

@media (max-width: 1400px) {
    .b-1 {
        width: 100%;
        height: auto;
        min-height: 0px;
        padding-bottom: 50px;
    }
    .b-2 .titulo {
        font-size: 35px;
        margin-top: 0px;
        margin-bottom: 50px;
    }
    .b-2-col p {
        text-align: center;
        font-size: 20px;
        font-weight: 500 !important;
    }
}

@media(max-width:500px) {
    .b-1 {
        width: 100%;
        height: 700px !important;
        padding-bottom: 0px;
        min-height: 0px;
        background-color: #21dcbf;
    }
    .letras img {
        margin-top: 15vh;
        margin-bottom: 50px;
        width: 100%;
    }
    .naveg {
        position: relative;
        height: 150px;
    }
    /*
    .naveg img:first-child {
        padding-top: 30px;
        width: 100px;
    }
    */
    .naveg img:last-child {
        right: 20px;
        left: auto;
    }
    .btn-abs {
        position: absolute;
        right: 0;
        left: 0;
        margin: 0 auto;
        margin-top: -50px;
        width: 50%;
        height: 70px;
        background-color: #333333;
    }
    .btn-abs p {
        font-size: 20px;
        color: white;
    }
}

@media (max-width: 800px) {
    .card-box {
        padding: 0rem;
    }
}

@media (max-width: 550px) {
    .b-3 img {
        height: 100%;
        width: auto;
    }
    .b-3 .column:last-child {
        height: 65vw;
    }
    .headd {
        position: relative;
        height: 20vw;
    }
    .headd img {
        height: 100%;
    }
    .letras p:first-child {
        margin-top: 50px;
        font-size: 5vw;
    }
    .conceptos p {
        margin-top: 0vh;
        margin-left: 85px;
        font-size: 3.8vw !important;
    }
    .conceptos p span {
        font-size: 6vw !important;
        margin-right: 1vw;
    }
    .b-2 {
        margin-bottom: 0px !important;
    }
    .b-2 .logo {
        width: 70px;
        height: 70px;
    }
    .b-2-col p {
        text-align: center;
        font-size: 14px;
        font-weight: 100 !important;
        padding-left: 10px;
        padding-right: 10px;
    }
    #panel {
        width: 100%;
        margin-top: 100px;
    }
    #panel .column {
        height: max-content;
    }
    #panel .columns {
        padding-right: 0vw;
    }
    #panel .column img {
        height: auto;
        width: 80%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1vw;
        float: none;
    }
    #panel .im img {
        height: 20vw !important;
        float: left !important;
        margin-left: 0px;
        padding-left: 0px;
    }
    .em {
        display: block;
    }
    .em div {
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
        z-index: 0;
        height: 15vw;
        width: 20%;
        background-image: url(../img/Appic_Web_Abril_Metodologia\ 11.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border-radius: 30%;
    }
    .om {
        display: none;
    }
    /*4*/
    .colu-1 img {
        height: 45%;
        width: 96%;
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .colu-3 img {
        height: 45%;
        width: 96%;
        float: none;
        margin-bottom: 19px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    /*FIN 3ER BLOQUE*/
    .b-4-title {
        margin-top: 80px;
        margin-bottom: 0;
        font-size: 4.4vw;
    }
    .b-5 {
        display: none;
    }
    .b-5-2 {
        display: block;
        height: auto;
        width: 100%;
        font-family: reg-monse;
    }
    .b-5-2 .hea {
        height: 10vw;
        background-color: #f8644b;
        text-align: center;
        color: white;
    }
    .hea h1 {
        font-size: 4vw;
        font-weight: 900;
    }
    .b-5-2 .bo {
        background-color: white;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: auto;
        min-height: 200px;
        width: 100%;
        text-align: center;
        padding: 2vw;
    }
    .bo p, .bo strong {
        color: white;
        font-size: 3vw;
    }
    .b-6 {
        margin-top: 17vw;
    }
    .b-7 .column {
        height: 60vw;
    }
    .abs {
        font-size: 8vw;
        font-weight: 400;
        line-height: 8vw;
        font-family: reg-monse;
        color: white;
    }
    .b-9 {
        height: auto;
        background-color: #2e3433;
        padding-top: 40px !important;
        padding-bottom: 10px;
    }
    .b-9 img {
        margin-top: 0;
        width: 40%;
    }
    .b-9 h1 {
        margin-top: 6vw;
        margin-bottom: 1vw;
        font-size: 15px;
    }
    .b-9 p {
        color: white;
        font-size: 12px;
    }
    /**/
    .b-2-cuadro {
        background-size: 110% 100% !important;
        background-position: center;
        background-repeat: no-repeat;
        height: auto;
        overflow: hidden;
        margin-top: 3vw !important;
    }
    .b-2-cuadro h1 {
        font-size: 18px;
        padding-right: 6vw;
        padding-left: 5vw;
        margin-top: 10vw;
        font-family: reg-monse;
        font-style: italic;
        padding-bottom: 40px !important;
    }
    .b-2-cuadro div {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 20vw;
        height: 100%;
    }
    .b-2-btn {
        height: 10vw !important;
        width: 100%;
        margin-bottom: 1vw;
        margin-right: 1vw;
    }
    .bt {
        position: relative;
        height: 100%;
        width: 50%;
        float: left;
    }
    .b-2-col a {
        color: black;
        text-decoration-color: black;
    }
    #linea {
        display: none;
    }
    .b-2 .r div {
        height: 0px;
        display: none;
    }
}

@media (max-width: 1024px) {
    .b-1 {
        height: 100vh !important;
    }
}

@media (max-width: 769px) {
    .b-1 {
        height: 92.5vh !important;
    }
}

.word {
    background-color: #55f291;
    font-family: Arial;
    font-size: 48px;
    color: black;
    line-height: 1.4em;
    height: 1.4em;
    padding: 0 14px 0 7px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.word:before {
    content: '';
    background-color: black;
    width: 1px;
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 7px;
}

@keyframes blinkAnim {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

.movil {
    display: none !important;
}

.escritorio {
    display: block !important;
}

@media(max-width:769px) {
    .movil {
        display: block !important;
    }
    .escritorio {
        display: none !important;
    }
}

/*BLOQUE 6 BLOQUE 6 BLOQUE 6*/

.b-6-d {
    background-color: white;
    width: 100%;
    height: auto;
    font-weight: bold;
    margin-top: 5vw;
    margin-bottom: 8vw;
}

.b-6-d .titulo {
    font-size: 4.2vw;
    color: #00a89c;
    text-align: center;
    margin-bottom: 5vw !important;
}

.b-6-d .column {
    padding-right: 100px;
}

.b-6-d .plantillas {
    height: 20vw;
}

.b-6-d .plantillas:nth-child(2) {
    height: 20vw !important;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.b-6-d .plantillas:nth-child(2) .inv {
    height: 100%;
    width: 24vw;
}

.b-6-d .column:nth-child(4) {
    padding-left: 2vw !important;
}

.b-6-d .plantillas .inv {
    position: relative;
    height: 100%;
}

.b-6-d .plantillas div img {
    position: absolute;
    height: 20vw;
}

.b-6-d .column:nth-child(2) img {
    align-self: flex-end;
}

.cont-1 p, .cont-2 p, .cont-3 p {
    font-size: 2vw !important;
    font-weight: 400;
    line-height: 2.8vw;
    font-family: reg-monse;
    text-align: center !important;
}

.cont-1 {
    height: 20vw !important;
    width: 92% !important;
    display: flex;
    flex-direction: column;
    text-align: center !important;
}

.cont-2 {
    position: absolute !important;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 80% !important;
    height: 80% !important;
    text-align: center !important;
}

.cont-3 {
    width: 22vw;
    height: 100%;
    text-align: center !important;
}

.clases {
    height: auto;
}

@media(max-width:769px) {
    .b-4 {}
    .b-4-title {
        font-size: 4vw;
        color: black;
        font-weight: normal;
        text-align: center;
        margin-top: 25vw;
        margin-bottom: 5vw;
    }
    .b-4-title span {
        color: #f8644b;
    }
    .b-4 .column {
        height: 100%;
        padding-bottom: 11px;
        width: 80% !important;
        display: block;
        margin: 0 auto;
    }
    .img-m {
        margin-bottom: 30px;
    }
    .b-4 .ultimos-pj .column {
        height: 53vw;
        cursor: pointer;
        position: relative;
        margin: 2px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .b-4 .ultimos-pj .column div {
        width: max-content;
        display: contents;
        margin: 0 auto;
    }
    .b-4 .ultimos-pj .column div img {
        display: none !important;
        width: auto;
        height: 7vw;
        display: inline-block;
        margin: 1vw !important;
    }
    .b-4 .ultimos-pj .column div:first-child {
        padding-top: 4vw;
    }
    .b-4 .afuera {
        position: absolute;
        display: none;
        margin: 0 auto;
        opacity: 0;
        width: 100% !important;
        height: 101% !important;
    }
    .b-4 .afuera div:first-child {
        margin-top: 6.3vw;
    }
    .b-4 .afuera div {
        background-image: unset !important;
    }
    .b-4 .ultimos-pj .column:hover .afuera {
        display: block;
        opacity: 1;
        transition: opacity 0.3s;
    }
    .desp {
        height: 30px;
        width: max-content;
    }
    .desp div {
        float: left;
        width: 30px;
        height: 100%;
        background-color: rgb(255, 251, 245);
        border-radius: 50%;
        box-shadow: 0px 1px 2px 2px rgb(255, 87, 87);
    }
    .desp div:nth-child(2) {
        margin-left: 10px;
        margin-right: 10px;
        width: 1px;
        opacity: 0;
    }
    .desp div:hover {
        border-radius: 50%;
        box-shadow: 0px 1px 2px 2px #00a89c;
        transition: box-shadow 1s;
    }
    .desp div:active {
        width: 32px;
        border-radius: 2%;
        transition: width 1s;
    }
    .flickity-page-dots {
        display: none;
    }
}

@media(min-width:769px) {
    .b-4 {
        height: auto;
        background-color: white;
    }
    .b-4-title {
        font-size: 4vw;
        color: black;
        font-weight: normal;
        text-align: center;
        margin-top: 6vw;
        margin-bottom: 5vw;
    }
    .b-4-title span {
        color: #f8644b;
    }
    .b-4 .column {
        height: 100%;
        padding-bottom: 11px;
    }
    .img-m {
        margin-bottom: 30px;
    }
    .b-4 .ultimos-pj {
        height: 16.9vw !important;
    }
    .b-4 .ultimos-pj .column {
        border: 3px solid rgba(255, 255, 255, 0.397);
        height: 17vw;
        background-position-y: top;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        cursor: pointer;
        position: relative;
    }
    .b-4 .afuera {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        opacity: 0;
        width: 101% !important;
        height: 100% !important;
        padding-top: 4vw !important;
        padding-left: 3vw;
    }
    .b-4 .ultimos-pj .column div {
        width: max-content;
        height: 3vw;
        background-image: unset;
        margin: 0 auto;
        display: inline;
    }
    .b-4 .ultimos-pj .column div img {
        display: inline-block;
        width: auto;
        height: 3vw;
        margin: 0.5vw;
    }
    .b-4 .ultimos-pj .column:hover .afuera {
        background-color: rgba(255, 255, 255, 0.836);
        opacity: 1;
        transition: opacity 0.5s;
    }
}

@media(max-width:500px) {
    .movil-logo {
        height: auto;
        width: 40%;
        margin-bottom: 0;
        margin-top: 50px;
        display: block !important;
    }
    .letras p:first-child {
        margin-top: 0px !important;
        font-size: 7.5vw;
    }
}

.flickity-button-icon {
    visibility: hidden;
}</pre></body></html>