﻿@font-face {
    font-family: Biko;
    src: url(fonts/Biko_Regular.otf);
}

@font-face {
    font-family: OpenSans_light;
    src: url(fonts/OpenSans-Light.ttf);
}

.header {
    position: absolute;
    top: 25px;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 70px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 10;
    margin-left: -1%;
}

    .header > .header--logo > img {
        width: 38%;
    }

.l-wrapper {
    position: relative;
    width: 1440px;
    max-width: 80%;
    height: 100%;
    margin: 0 auto;
}

.div-principal {
    position: relative;
    width: 90%;
    max-width: 1440px;
    margin: 0px 5%;
    padding: 7% 0px 3% 0px;
}

.intro--banner {
    position: relative;
    height: 400px;
}

    .intro--banner h1 {
        position: relative;
        font-size: 48px !important;
        font-weight: 900;
        line-height: 1;
        z-index: 1;
        font-family: Biko;
        text-transform: uppercase;
    }

    .intro--banner p {
        width: 100%;
    }

.historial > .here > img {
    margin-top: 2%;
    width: 104% !important;
    margin-left: .5%;
}

.ventajas > .here > img {
    width: 106% !important;
    margin-top: -2%;
}

.intro-linea-height {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 900px;
    max-width: 75%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 7% auto 3% auto;
    top: 10%;
}

.intro--banner img {
    position: absolute;
    bottom: 21px;
    right: inherit;
    float: left;
    width: 36%;
    margin-left: 6%;
}

.text_linea {
    float: right;
    margin-right: 6%;
    width: 43%;
}

.text_linea > .presencial {
    font-size: 45px !important;
    width: 98%;
    margin-left: 13%;
}

.index_linea {
    text-align: left;
    font-family: Opensans_light;
}

    .index_linea > ul > li > h3 {
        font-size: 16px;
        text-transform: uppercase;
    }

.contain_index_linea {
    width: 100%;
    display: inline-flex;
    font-family: Opensans_light;
}

    .contain_index_linea > .dash, .historial, .ventajas {
        width: 33%;
        text-align: center;
        font-size: 14px;
    }

    .contain_index_linea > div > div.here {
        height: 96%;
        /*background: linear-gradient(to bottom, rgb(154, 154, 154) 0%, rgb(125, 125, 125) 14%, rgb(103, 103, 103) 32%, rgb(12, 12, 12) 100%);*/
        margin-right: 3%;
        margin-left: 1%;
        border-radius: 6px;
        padding: 0%;
        transition-duration: 0.7s;
    }

        .contain_index_linea > div > div.here > img {
            width: 100%;
        }

        .contain_index_linea > div > div.here:hover {
            transform: translateY(30px);
        }

    .contain_index_linea > div > div.here > ul{
        padding-left: 5%;
    }

    .contain_index_linea > div > div > p, ul{
        text-align:left;
    }

    .div_card {
        margin-top: 3%;
    }

        .div_card > .cardd:first-child {
            margin-left: 14%;
        }

    .div_card_first {
        margin-top: 3%;
    }

    .contain_index_linea > p {
        font-size: 16px;
        font-weight: 800;
        text-align: justify;
    }

    .contain_index_linea > .index_linea {
        width: 80%;
        padding: 21px 29px 21px 0px;
    }

        .contain_index_linea > .index_linea > .recurre_ul {
            margin-top: 12%;
            width: 80%;
        }
        .contain_index_linea > .index_linea > h3 {
            margin-top: 11%;
        }

        .contain_index_linea > .index_linea.telefono {
            width: 50%;
            padding: 21px 29px 21px 29px;
        }

            .contain_index_linea > .index_linea.telefono > h2 {
                text-align: center;
            }

    .contain_index_linea > .index_linea_derecha {
        width: 47%;
        padding: 21px;
        text-align: center;
    }

        .contain_index_linea > .index_linea_derecha.formulario {
            background-color: #6565652e;
            width: 50%;
            padding: 21px 21px 50px 23px;
            text-align: center;
        }

            .contain_index_linea > .index_linea_derecha.formulario > h2 {
                font-family: OpenSans_light;
                margin-bottom: 13px;
            }

        .contain_index_linea > .index_linea_derecha > img {
            width: 90%;
            margin-top: 6%;
        }

    .contain_index_linea > .index_linea_derecha_dos > img {
        width: 97%;
    }

.form_campos {
    padding: 0% 5%;
    text-align: left;
}

    .form_campos > p {
        color: #ffffff;
        font-size: 16px;
        letter-spacing: .8px;
    }

    .form_campos > input {
        width: 90%;
        color: #fff;
        outline: none;
        font-size: 13px;
        line-height: 25px;
        padding: 2% 4%;
        -webkit-appearance: none;
        margin: .3em 0em 1em;
        font-family: 'Roboto', sans-serif;
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #fff;
        font-family: OpenSans_light;
    }

        .form_campos > input::placeholder {
            font-size: 13px;
        }

.textarea_linea {
    width: 90%;
    padding: 0 0 5px 0;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    font-family: Opensans_light;
    height: 80%;
    font-size: 13px;
    padding: 2% 4%;
}

.textarea_linea {
    outline: none;
}

.fas.fa-long-arrow-alt-left.fa-3x:hover {
    cursor: pointer;
}

.here > h3 {
    font-size: 19px;
    font-family: Biko;
    text-transform: uppercase;
}

a.btn {
    background: #0096a0;
    border-radius: 4px;
    box-shadow: 0 2px 0px 0 rgba(0,0,0,0.25);
    color: #ffffff;
    display: inline-block;
    padding: 6px 30px 8px;
    position: relative;
    text-decoration: none;
    transition: all 0.1s 0s ease-out;
}

.no-touch a.btn:hover {
    background: #00a2ad;
    box-shadow: 0px 8px 2px 0 rgba(0,0,0,0.075);
    transform: translateY(-2px);
    transition: all 0.25s 0s ease-out;
}

.no-touch a.btn:active, a.btn:active {
    background: #008a93;
    box-shadow: 0 1px 0px 0 rgba(255,255,255,0.25);
    transform: translate3d(0,1px,0);
    transition: all 0.025s 0s ease-out;
}


/* AHORA VAMOS A INICIAR OTRO APARTADO*/

@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500,700&subset=latin-ext');

a, a:hover {
    text-decoration: none;
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.background {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

    .background img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        pointer-events: none;
        user-select: none;
    }

.item-bg {
    width: 300px;
    height: 500px;
    position: absolute;
    top: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 26px 6px rgba(0, 0, 0, 0.25);
    opacity: 0;
    transition: all 0.3s;
    left: -30px;
}

    .item-bg.active {
        left: 0;
        top: 0;
        opacity: 1;
        width: 400px;
        height: 468.333px;
        transform: translateX(249px) translateY(500px);
    }

.news-slider {
    z-index: 2;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

@media screen and (max-width: 1300px) {
    .news-slider {
        max-width: 1000px;
    }
}

@media screen and (max-width: 576px) {
    .news-slider {
        margin-top: 45px;
    }
}

.news-slider__wrp {
    display: flex;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}

.news-slider__item {
    width: 32%;
    flex-shrink: 0;
}

@media screen and (max-width: 992px) {
    .news-slider__item {
        width: 85%;
    }

        .news-slider__item.swiper-slide {
            margin-top: 6%;
            transition: all 1s;
            margin-left: 7%;
        }
}

.news-slider__item.swiper-slide {
    transition: all 1s;
    margin-right: 2%;
}

    .news-slider__item.swiper-slide.primero {
        background-color: #f3bbc7 !important;
        border-radius: 15px;
    }

    .news-slider__item.swiper-slide.primero:hover {
        background-color: white !important;
        color: #222;
        border-radius: 15px;
    }

    .news-slider__item.swiper-slide.segundo {
        background-color: #ffdb00 !important;
        border-radius: 15px;
    }

    .news-slider__item.swiper-slide.segundo:hover {
        background-color: white !important;
        color: #222;
        border-radius: 15px;
    }

    .news-slider__item.swiper-slide.tercero {
        background-color: #88d3e1 !important;
        border-radius: 15px;
    }

     .news-slider__item.swiper-slide.tercero:hover {
        background-color: white !important;
        color: #222;
        border-radius: 15px;
    }

    .news-slider__item.swiper-slide.cuarto {
        background-color: #e93f37 !important;
        border-radius: 15px;
    }

     .news-slider__item.swiper-slide.cuarto:hover {
        background-color: white !important;
        color: #222;
        border-radius: 15px;
    }

    .news-slider__item.swiper-slide.cinco {
        background-color: #20547c !important;
        border-radius: 15px;
    }

     .news-slider__item.swiper-slide.cinco:hover {
        background-color: white !important;
        color: #222;
        border-radius: 15px;
    }

.news-slider__item.swiper-slide-active, .news-slider__item.swiper-slide-prev, .news-slider__item.swiper-slide-next {
    opacity: 1;
    pointer-events: auto;
}

.news-slider__ctr {
    position: relative;
    z-index: 12;
}

.news-slider__arrow {
    background: #fff;
    border: none;
    display: inline-flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    box-shadow: 0 6px 26px 6px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    z-index: 12;
    cursor: pointer;
    outline: none !important;
}

    .news-slider__arrow:focus {
        outline: none !important;
    }

    .news-slider__arrow .icon-font {
        display: inline-flex;
    }

    .news-slider__arrow.news-slider-prev {
        left: 15px;
        transform: translateY(-50%);
    }

    .news-slider__arrow.news-slider-next {
        right: 15px;
        transform: translateY(-50%);
    }

.news-slider__pagination {
    text-align: center;
    margin-top: 50px;
}

    .news-slider__pagination .swiper-pagination-bullet {
        width: 13px;
        height: 10px;
        display: inline-block;
        background: #fff;
        opacity: 0.2;
        margin: 0 5px;
        border-radius: 20px;
        transition: opacity 0.5s, background-color 0.5s, width 0.5s;
        transition-delay: 0.5s, 0.5s, 0s;
    }

    .news-slider__pagination .swiper-pagination-bullet-active {
        opacity: 1;
        background: #fff;
        width: 100px;
        transition-delay: 0s;
    }

@media screen and (max-width: 576px) {
    .news-slider__pagination .swiper-pagination-bullet-active {
        width: 70px;
    }
}

.news__item {
    padding: 40px;
    color: #fff;
    border-radius: 10px;
    display: block;
    transition: all 0.3s;
}

@media screen and (min-width: 800px) {
    .news__item:hover {
        color: #222;
        transition-delay: 0.1s;
    }

        .news__item:hover .news-date, .news__item:hover .news__title, .news__item:hover .news__txt {
            opacity: 1;
            transition-delay: 0.1s;
        }

        .news__item:hover .news__img {
            box-shadow: none;
        }
}

.news__item.active {
    color: #222;
}

    .news__item.active .news-date, .news__item.active .news__title, .news__item.active .news__txt {
        opacity: 1;
    }

    .news__item.active .news__img {
        box-shadow: none;
    }

@media screen and (max-width: 992px) {
    .news__item {
        padding: 30px;
    }
}

@media screen and (max-width: 576px) {
    .news__item {
        padding: 20px;
    }
}

.news-date {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid;
    display: inline-block;
    opacity: 0.7;
    transition: opacity 0.3s;
}

@media screen and (max-width: 576px) {
    .news-date {
        margin-bottom: 10px;
        display: inline-flex;
        align-items: center;
        padding-bottom: 0;
    }
}

.news-date__title {
    display: block;
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 500;
}

@media screen and (max-width: 576px) {
    .news-date__title {
        margin-right: 10px;
    }
}

.news-date__txt {
    font-size: 16px;
}

.news__title {
    font-size: 15px;
    font-weight: 100;
    opacity: 1;
    margin-top: 10px;
    margin-bottom: 15px;
    transition: opacity 1s;
    font-family: Biko;
    text-transform: uppercase;
    text-align: center;
}

@media screen and (max-width: 576px) {
    .news__title {
        font-size: 22px;
        margin-bottom: 10px;
    }
}

.news__txt {
    margin: 10px 0;
    font-size: 13px;
    transition: opacity 0.3s;
    font-family: OpenSans_light;
}

.news__img {
    border-radius: 10px;
    height: 200px;
    margin-top: 30px;
    width: 100%;
    transition: all 0.3s;
    transform-origin: 0% 0%;
}

@media screen and (max-width: 576px) {
    .news__img {
        height: 180px;
        margin-top: 20px;
    }
}

.news__img img {
    max-width: 100%;
    border-radius: 10px;
    height: 100%;
    width: auto;
}


/* AHORA VAMOS A FINALIZAR OTRO APARTADO*/


div.cards {
    font-family: OpenSans_light;
    margin: 5% auto 4%;
    max-width: 96%;
    text-align: center;
}

div.card {
    /*background: #ffffff;*/
    display: inline-block;
    margin: 8px;
    max-width: 30%;
    perspective: 1000;
    position: relative;
    text-align: left;
    transition: all 0.3s 0s ease-in;
    width: 300px;
    z-index: 1;
}

.contain_index_linea > .index_linea_derecha > img {
        width: 85% !important;
        margin-top: 15%;
    }

.card.show > .card-title > h2 {
    color: white;
}

div.card img {
    width: 100%;
}

div.card .card__image-holder {
    background: rgba(0,0,0,0.1);
    height: 0;
    padding-bottom: 75%;
}

div.card div.card-title {
    background: #1c1c1ca6;
    padding: 6px 15px 10px;
    position: relative;
    z-index: 0;
}

    div.card div.card-title a.toggle-info {
        border-radius: 32px;
        height: 32px;
        padding: 0;
        position: absolute;
        right: 15px;
        top: 10px;
        width: 32px;
    }

        div.card div.card-title a.toggle-info span {
            background: #ffffff;
            display: block;
            height: 2px;
            position: absolute;
            top: 16px;
            transition: all 0.15s 0s ease-out;
            width: 12px;
        }

            div.card div.card-title a.toggle-info span.left {
                right: 14px;
                transform: rotate(45deg);
            }

            div.card div.card-title a.toggle-info span.right {
                left: 14px;
                transform: rotate(-45deg);
            }

    div.card div.card-title h2 {
        font-size: 16px !important;
        font-weight: 100;
        letter-spacing: -0.05em;
        margin: 0;
        padding: 0;
        color: #7d7575;
        width: 87%;
        -webkit-transition: color .2s ease-in-out;
        transition: color .6s ease-out;
        text-transform: uppercase;
    }
        div.card div.card-title h2:hover {
            font-weight: 600;
            color: #FFF;
        }

        div.card div.card-title h2 small {
            display: block;
            font-size: 18px;
            font-weight: 600;
            letter-spacing: -0.025em;
        }

div.card div.card-description {
    padding: 0 15px 10px;
    position: relative;
    font-size: 14px;
    color: #FFF;
    font-family: OpenSans_light;
}

div.card div.card-actions {
    box-shadow: 0 2px 0px 0 rgba(0,0,0,0.075);
    padding: 10px 15px 20px;
    text-align: center;
}

div.card div.card-flap {
    /*background: #d9d9d9;*/
    position: absolute;
    width: 100%;
    transform-origin: top;
    transform: rotateX(-90deg);
}

div.card div.flap1 {
    transition: all 0.3s 0.3s ease-out;
    z-index: -1;
}

div.card div.flap2 {
    transition: all 0.3s 0s ease-out;
    z-index: -2;
}

div.cards.showing div.card {
cursor: pointer;
opacity: 0.25;
transform: scale(0.88);
}

.no-touch div.cards.showing div.card:hover {
opacity: 0.94;
transform: scale(0.92);
}

div.card.show {
opacity: 1 !important;
transform: scale(1) !important;
}

div.card.show div.card-title a.toggle-info {
    background: #ff6666 !important;
}

    div.card.show div.card-title a.toggle-info span {
        top: 15px;
    }

        div.card.show div.card-title a.toggle-info span.left {
            right: 10px;
        }

        div.card.show div.card-title a.toggle-info span.right {
            left: 10px;
        }

div.card.show div.card-flap {
    background: #1c1c1ca6;
    transform: rotateX(0deg);
}

div.card.show div.flap1 {
    transition: all 0.3s 0s ease-out;
}

div.card.show div.flap2 {
    transition: all 0.3s 0.2s ease-out;
}

/*HJDHSDAHJADSAJDHJSDAHJSHDHSHJSDAHJDSA*/
.row {
    max-width: 900px;
    margin: 50px auto 0;
}

.cardd {
    float: left;
    padding: 0 1.7rem;
    width: 28%;
}

    .cardd .menu-content {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .cardd .menu-content::before, .card .menu-content::after {
            content: '';
            display: table;
        }

        .cardd .menu-content::after {
            clear: both;
        }

        .cardd .menu-content li {
            display: inline-block;
        }

        .cardd .menu-content a {
            color: #fff;
        }

        .cardd .menu-content span {
            position: absolute;
            left: 50%;
            top: 0;
            font-size: 10px;
            font-weight: 700;
            font-family: 'Open Sans';
            transform: translate(-50%, 0);
        }

    .cardd .wrapper {
        background-color: #fff;
        min-height: 310px;
        position: relative;
        overflow: hidden;
    }

        .cardd .wrapper:hover .data {
            transform: translateY(0);
        }

    .cardd .data {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 100%;
        transform: translateY(calc(205px + 1em));
        transition: transform 0.3s;
    }

        .cardd .data .content {
            padding: 1em;
            position: relative;
            z-index: 1;
            height: 100%;
        }

    .cardd .author {
        font-size: 12px;
    }

    .cardd h1.title {
        margin-top: 5%;
        font-size: 18px !important;
        margin-bottom: 17%;
    }

    .cardd .text {
        height: 70px;
        margin: 0;
        color: #7d7575;
        font-size: 16px;
        transition: .7s;
    }

    .cardd input[type='checkbox'] {
        display: none;
    }

        .cardd input[type='checkbox']:checked + .menu-content {
            transform: translateY(-60px);
        }

#uno {
    background-image: url('../img/recurrentes/Imágenes paycode-03.png');
    background-size: cover;
}

    #uno > .data > .content {
        background-color: #b19c20d9;
    }

#dos {
    background-image: url('../img/recurrentes/Imágenes paycode-04.png');
    background-size: cover;
}

    #dos > .data > .content {
        background-color: #d0a8b0cc;
    }

#tres {
    background-image: url('../img/recurrentes/Imágenes paycode-05.png');
    background-size: cover;
}

    #tres > .data > .content {
        background-color: #20547cd6;
    }

#cuatro {
    background-image: url('../img/recurrentes/Imágenes paycode-06.png');
    background-size: cover;
}

    #cuatro > .data > .content {
        background-color: #7d522cd9;
    }

#cinco {
    background-image: url('../img/recurrentes/Imágenes paycode-07.png');
    background-size: cover;
}

    #cinco > .data > .content {
        background-color: #bb2720c7;
    }

.example-1 .date {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #77d7b9;
    color: #fff;
    padding: 0.8em;
}

    .example-1 .date span {
        display: block;
        text-align: center;
    }

    .example-1 .date .day {
        font-weight: 700;
        font-size: 24px;
        text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.18);
    }

    .example-1 .date .month {
        text-transform: uppercase;
    }

    .example-1 .date .month, .example-1 .date .year {
        font-size: 12px;
    }

.example-1 .content {
    background-color: #1c1c1ce8;
    box-shadow: 0 5px 30px 10px rgba(0, 0, 0, 0.59);
}

.example-1 .title a {
    color: #fff;
    text-decoration: inherit;
    font-weight: 900;
    transition: .7s;
}

.example-1 .menu-button {
    position: absolute;
    z-index: 999;
    top: 16px;
    right: 16px;
    width: 25px;
    text-align: center;
    cursor: pointer;
}

    .example-1 .menu-button span {
        width: 5px;
        height: 5px;
        background-color: #808080;
        color: #808080;
        position: relative;
        display: inline-block;
        border-radius: 50%;
    }

        .example-1 .menu-button span::after, .example-1 .menu-button span::before {
            content: '';
            display: block;
            width: 5px;
            height: 5px;
            background-color: currentColor;
            position: absolute;
            border-radius: 50%;
        }

        .example-1 .menu-button span::before {
            left: -10px;
        }

        .example-1 .menu-button span::after {
            right: -10px;
        }

.example-1 .menu-content {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    transition: transform 0.3s;
    transform: translateY(0);
}

    .example-1 .menu-content li {
        width: 33.333333%;
        float: left;
        background-color: #77d7b9;
        height: 60px;
        position: relative;
    }

    .example-1 .menu-content a {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 24px;
    }

    .example-1 .menu-content span {
        top: -10px;
    }

/*HJDSAHDSADVSHADSAVVGSDAVGDSAGVSDAVGFS*/

.intro--banner button .btn-background {
    position: absolute;
    top: 0;
    left: 72px;
    right: 0;
    height: 100%;
    background-color: rgb(215, 77, 65);
    z-index: -1;
    -webkit-transition: left .2s ease-in-out;
    transition: left .6s ease-in-out;
}

.intro--banner::after {
    content: "";
    position: absolute;
    bottom: 18px;
    left: 0;
    width: 30px;
    height: 4px;
    background-color: rgb(215, 77, 65);
}

/*jndasjhsdahjdahdhashjsdajhdajhadsjhads*/

.wrapper {
    display: table;
    height: 100%;
    width: 100%;
}

    .wrapper:hover > .data > .content > .title > a {
        color: white;
    }

    .wrapper:hover > .data > .content > p.text {
        color: white;
    }

.container-fostrap {
    display: table-cell;
    padding: 1em;
    text-align: center;
    vertical-align: middle;
}

.fostrap-logo {
    width: 100px;
    margin-bottom: 15px
}

h1.heading {
    color: #fff;
    font-size: 1.15em;
    font-weight: 900;
    margin: 0 0 0.5em;
    color: #505050;
}

.card_dash {
    display: block;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    transition: box-shadow .25s;
}

    .card_dash:hover {
        box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    }

.img-card {
    width: 100%;
    height: 200px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    display: block;
    overflow: hidden;
}

    .img-card img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        transition: all .25s ease;
    }

.card-content {
    padding: 15px;
    text-align: left;
}

.card-title {
    margin-top: 0px;
    font-weight: 700;
    font-size: 1.65em;
}

    .card-title a {
        color: #000;
        text-decoration: none !important;
    }

.card-read-more {
    border-top: 1px solid #D4D4D4;
}

    .card-read-more a {
        text-decoration: none !important;
        padding: 10px;
        font-weight: 600;
        text-transform: uppercase
    }

/*jndasjhsdahjdahdhashjsdajhdajhadsjhads*/

p.donde {
    margin-left: 7%;
    margin-top: -2%;
    font-size: 15px;
}

@media (max-width: 1024px) {

    .intro--banner {
        position: relative;
        height: 425px !important;
    }

    .intro--banner img {
        position: absolute;
        bottom: 15px;
        right: inherit !important;
        width: 35% !important;
        right: 55% !important;
    }

        .intro--banner h1 {
            font-size: 37px !important;
            padding-left: 1%;
            padding-top: 2%;
        }

        .intro--banner p {
            width: 96%;
            margin-left: 2%;
        }

    .text_linea {
        float: right;
        margin-right: 2%;
        width: 50%;
        margin-top: 7%;
    }

    .intro--banner button {
        margin-left: 1%;
        font-size: 11px;
    }

    .contain_index_linea > .index_linea_derecha > img {
        width: 100% !important;
        margin-top: 0%;
    }

        .contain_index_linea > .index_linea_derecha > img.i2 {
            width: 100% !important;
            margin-top: 4%;
        }

    .contain_index_linea > .index_linea > h3 {
        margin-top: 6%;
    }

    div.card div.card-title h2 {
        font-size: 13px !important;
        font-weight: 100;
        letter-spacing: -0.05em;
        margin: 0;
        padding: 0;
        color: #7d7575;
        width: 77%;
        -webkit-transition: color .2s ease-in-out;
        transition: color .6s ease-out;
    }

    .index_linea > ul > li > h3 {
        font-size: 13px;
        text-transform: uppercase;
    }

    .contain_index_linea > .index_linea > ul > li > p {
        font-size: 15px;
        margin: 8px 0px;
    }

    .contain_index_linea > .index_linea > ul > li > ul > li {
        font-size: 12px;
    }

    .contain_index_linea > .index_linea > .recurre_ul {
        margin-top: 8%;
        width: 80%;
    }

    .contain_index_linea > p {
        font-size: 17px;
        font-weight: 800;
        text-align: justify;
    }

    .h2_linea {
        margin-top: 0%;
        font-size: 22px !important;
    }

    .contain_index_linea > .index_linea > p {
        font-size: 12px;
    }

    .contain_index_linea > .index_linea > ul {
        font-size: 11px;
        margin-top: 5%;
    }

    .cardd h1.title {
        margin-top: 5%;
        font-size: 17px !important;
        margin-bottom: 17%;
    }

    .cardd .text {
        height: 70px;
        margin: 0;
        color: #7d7575;
        font-size: 15px;
        transition: .7s;
    }

    p.donde {
        margin-left: 5%;
        margin-top: -1%;
        font-size: 13px;
    }

    .news__img {
        border-radius: 10px;
        height: 166px;
        margin-top: 30px;
        width: 100%;
        transition: all 0.3s;
        transform-origin: 0% 0%;
    }

    .news__title {
        font-size: 14px;
        font-weight: 100;
        opacity: 1;
        margin-top: 10px;
        margin-bottom: 15px;
        transition: opacity 1s;
        font-family: Biko;
        text-transform: uppercase;
        text-align: center;
    }

    div.card div.card-title h2 {
        font-size: 12px !important;
        font-weight: 100;
        letter-spacing: -0.05em;
        margin: 0;
        padding: 0;
        color: #7d7575;
        width: 77%;
        -webkit-transition: color .2s ease-in-out;
        transition: color .6s ease-out;
    }
}

@media (max-width: 768px) {

    .intro--banner h1 {
        font-size: 30px !important;
        padding-left: 4%;
        padding-top: 34%;
    }

    .intro--banner {
        position: relative;
        height: 334px !important;
    }

        .intro--banner button {
            margin-left: 4%;
            font-size: 12px;
        }

        .intro--banner h1 {
            font-size: 26px !important;
            padding-left: 4%;
            padding-top: 4%;
        }

        .intro--banner p {
            width: 96%;
            margin-left: 2%;
            font-size: 11px;
        }

    .index_linea > ul > li > h3 {
        font-size: 12px;
        text-transform: uppercase;
    }

    .contain_index_linea > .index_linea > ul > li > p {
        font-size: 12px;
    }

    .contain_index_linea > .index_linea > ul > li > ul > li {
        font-size: 12px;
    }

    .index_linea > ul > li > h3 {
        font-size: 13px;
        text-transform: uppercase;
    }

    div.card div.card-title h2 {
        font-size: 12px !important;
        font-weight: 100;
        letter-spacing: -0.05em;
        margin: 0;
        padding: 0;
        color: #7d7575;
        width: 77%;
        -webkit-transition: color .2s ease-in-out;
        transition: color .6s ease-out;
    }

    .h2_linea {
        margin-top: 0%;
        font-size: 21px !important;
    }

    .contain_index_linea > .index_linea > p {
        font-size: 12px;
    }

    .contain_index_linea > .index_linea_derecha > img.i2 {
        width: 100% !important;
        margin-top: 55%;
    }

    .form_campos > input {
        width: 90%;
        color: #fff;
        outline: none;
        font-size: 11px;
        line-height: 23px;
        padding: 2% 4%;
        -webkit-appearance: none;
        margin: .3em 0em 1em;
        font-family: 'Roboto', sans-serif;
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #fff;
        font-family: OpenSans_light;
    }

    .contain_index_linea > .index_linea_derecha.formulario > h2 {
        font-family: OpenSans_light;
        margin-bottom: 11px !important;
        margin-top: 15px !important;
        font-size: 20px !important;
    }

    .env_cont {
        width: 72%;
        line-height: 35px;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        background-color: #9d7756;
        border: none;
        border-radius: 0;
        font-family: OpenSans_light;
        margin-top: 8%;
        margin-left: 14%;
    }

    .contain_index_linea > .index_linea.telefono > h2 {
        text-align: center;
        font-size: 21px !important;
    }

    .telefono_contacto > fieldset {
        padding: 0px 15px;
        font-size: 15px;
        font-weight: 500;
        background-color: #9d7756;
    }

        .telefono_contacto > fieldset > legend {
            padding: 0px 10px;
            font-size: 21px;
            font-weight: 100;
        }

    .contain_index_linea > .index_linea_derecha > img {
        width: 100% !important;
        margin-top: 11%;
    }

    .cardd {
        float: left;
        padding: 0 1rem;
        width: 31%;
    }

        .cardd h1.title {
            margin-top: 5%;
            font-size: 14px !important;
            margin-bottom: 17%;
        }

        .cardd .wrapper {
            background-color: #fff;
            min-height: 279px;
            position: relative;
            overflow: hidden;
        }

        .cardd .data {
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 100%;
            transform: translateY(calc(190px + 1em));
            transition: transform 0.3s;
        }

        .cardd .text {
            height: 70px;
            margin: 0;
            color: #7d7575;
            font-size: 13px;
            transition: .7s;
        }

    p.donde {
        margin-left: 4%;
        margin-top: -1%;
        font-size: 11px;
    }

    .contain_index_linea > h2 {
        font-size: 17px !important;
        text-align: center;
    }

    .news-slider__item {
        width: 31%;
    }

    .news-slider__item.swiper-slide {
      margin-top: 0%;
      transition: all 1s;
      margin-left: 0%;
    }

    .intro--banner {
        position: relative;
        height: 301px !important;
    }

    .intro--banner img {
        position: absolute;
        bottom: 25px;
        right: inherit !important;
        width: 36% !important;
        right: 55% !important;
    }

    .news__title {
        font-size: 12px;
        font-weight: 100;
        opacity: 1;
        margin-top: 8px;
        margin-bottom: 8px;
        transition: opacity 1s;
        font-family: Biko;
        text-transform: uppercase;
        text-align: center;
    }

    .news__item {
        padding: 18px;
    }

    div.cards {
        font-family: OpenSans_light;
        margin: 5% auto 4%;
        max-width: 100%;
        text-align: center;
    }

    .description {
        width: 100%;
        height: 53px;
        font-size: 15px;
        font-weight: 300;
        display: block;
    }

    .news__img {
        border-radius: 10px;
        height: 166px;
        margin-top: 9px;
        width: 100%;
        transition: all 0.3s;
        transform-origin: 0% 0%;
    }
}


@media (max-width:425px) {

    .intro--banner {
        position: relative;
        height: 420px !important;
    }

    .intro--banner h1 {
        font-size: 2rem !important;
        padding-left: 3%;
        padding-top: 28%;
    }

        .intro--banner p {
            width: 100%;
            margin-left: 2%;
            font-size: 18px;
        }

        .intro--banner button {
            margin-left: 4%;
            font-size: 14px;
        }

        .news-slider__wrp {
            display: inherit;
        }

        .news-slider__item {
            width: 88%;
        }

        .news-slider__item.swiper-slide {
            margin-top: 6%;
            transition: all 1s;
            margin-left: 7%;
        }

        .news__title {
            font-size: 16px;
            font-weight: 100;
            opacity: 1;
            margin-top: 8px;
            margin-bottom: 8px;
            transition: opacity 1s;
            font-family: Biko;
            text-transform: uppercase;
            text-align: center;
        }

        .news__img {
            border-radius: 10px;
            height: 166px;
            margin-top: 9px;
            width: 100%;
            transition: all 0.3s;
            transform-origin: bottom;
            text-align: center;
        }

        .news__item {
            padding: 27px;
        }

        div.cards {
            font-family: OpenSans_light;
            margin: 5% auto 4%;
            max-width: 100%;
            text-align: center;

        }

    .text_linea {
        float: right;
        margin-right: 5%;
        width: 97%;
    }

    .contain_index_linea {
        width: 100%;
        display: block;
    }

        .contain_index_linea > .index_linea {
            width: 95%;
            padding: 9px 0px 21px 0px;
        }

            .contain_index_linea > .index_linea > ul {
                font-size: 11px;
                margin-top: 4%;
                padding-inline-start: 25px;
            }

            .contain_index_linea > .index_linea > .recurre_ul {
                margin-top: 8%;
                width: 90%;
            }

                .contain_index_linea > .index_linea > ul > li > p {
                    font-size: 13px;
                }

        .contain_index_linea > p {
            font-size: 15px;
            font-weight: 800;
            text-align: justify;
        }

        .contain_index_linea > .index_linea_derecha {
            width: 70%;
            padding: 10px;
            text-align: center;
            margin-left: 10%;
        }

    div.card {
        margin: 8px;
        max-width: 77%;
        position: relative;
        text-align: left;
        transition: all 0.3s 0s ease-in;
        width: 300px;
        z-index: 1;
    }

    div.card div.card-title h2 {
      font-size: 15px !important;
      font-weight: 100;
      margin: 0;
      padding: 0;
      color: #fff;
      width: 77%;
      -webkit-transition: color .2s ease-in-out;
      transition: color .6s ease-out;
    }

    .work-request > input[type="button"] {
        margin-top: 30% !important;
        width: 39%;
        max-width: 100%;
        line-height: 42px;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        background-color: #9d7756;
        border: none;
        border-radius: 0;
        font-family: OpenSans_light;
    }

    .work-request--information {
        width: 100%;
    }

    div.card div.card-description {
        padding: 0 15px 10px;
        position: relative;
        font-size: 15px;
        color: #FFF;
        font-family: OpenSans_light;
    }

    .contain_index_linea > .index_linea_derecha > img.i2 {
        width: 100% !important;
        margin-top: 16%;
    }

    .contain_index_linea > .index_linea_derecha.formulario {
        background-color: #6565652e;
        width: 77%;
        padding: 11px 20px 28px 20px;
        text-align: center;
        margin-left: 4%;
    }

    .contain_index_linea > .index_linea.telefono {
        width: 80%;
        padding: 21px 29px 21px 29px;
    }

    .telefono_contacto > fieldset {
        padding: 0px 15px;
        font-size: 16px;
        font-weight: 500;
        background-color: #9d7756;
    }

        .telefono_contacto > fieldset > legend {
            padding: 0px 10px;
            font-size: 22px;
            font-weight: 100;
        }

    .contain_index_linea > .index_linea_derecha > img {
        width: 100% !important;
        margin-top: 0%;
    }

    .cardd {
        float: left;
        padding: 11px 1rem;
        width: 85%;
    }

        .cardd h1.title {
            margin-top: 5%;
            font-size: 17px !important;
            margin-bottom: 17%;
        }

        .cardd .data {
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 100%;
            transform: translateY(calc(170px + 1em));
            transition: transform 0.3s;
        }

        .cardd .text {
            height: 70px;
            margin: 0;
            color: #7d7575;
            font-size: 15px;
            transition: .7s;
        }

    .div_card > .cardd:first-child {
        margin-left: 0%;
    }

    .contain_index_linea > .dash, .historial, .ventajas {
        width: 94%;
        text-align: center;
        font-size: 14px;
    }

    p.donde {
        margin-left: 6%;
        margin-top: 0%;
        font-size: 10px;
    }
}

@media (max-width: 375px) {
    p.donde {
        margin-left: 6%;
        margin-top: 0%;
        font-size: 9px;
    }
}
