﻿@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-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: 5% auto 5% auto;
    top: 10%;
}

.intro--banner {
    position: relative;
    height: 400px;
}

.intro--banner h1 {
    position: relative;
    font-size: 68px;
    font-weight: 900;
    line-height: 1;
    z-index: 1;
    font-family: Biko;
    text-transform: uppercase;
    margin: 0.27em 0;
}


.div-head-p {
    padding: 4% 0% 2%;
}

.div-head-p > p {
  font-size: 18px;
  font-family: OpenSans_light;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0%;
}

.intro--banner img {
  position: absolute;
  bottom: 21px;
  right: inherit;
  float: left;
  width: 36%;
  margin-left: 11%;
}
.text_linea {
    float: right;
    margin-right: 6%;
    width: 45%;
}

    .text_linea > .presencial {
        font-size: 45px !important;
        width: 98%;
        margin-left: 13%;
    }

    .text_linea > .presencial2 {
        margin-left: 13%;
        font-size: 18px;
    }

.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;
}
    .contain_index_linea > .index_linea {
        width: 80%;
        padding: 21px 29px 1px 0px;
    }

        .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: 43%;
        padding: 21px;
        text-align: center;
    }
    .contain_index_linea> .index_linea_izquierda  {
        width: 43%;
        padding: 21px;
        text-align: center;
    }

        .contain_index_linea > .index_linea_derecha.formulario {
            background-color: #6565652e;
            width: 50%;
            padding: 0px 20px 35px 20px;
            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: 85%;
        }
        .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;
}

a.btn {
    background: #fadb4a;
    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: #9d7756;
    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: #9d7756;
    box-shadow: 0 1px 0px 0 rgba(255,255,255,0.25);
    transform: translate3d(0,1px,0);
    transition: all 0.025s 0s ease-out;
}

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: 95% !important;
    margin-top: 18%;
}

.contain_index_linea > .index_linea_izquierda > img {
    width: 100% !important;
    margin-top: 0%;
}

.card.show > .card-title > h2 {
    color: white;
}

.div_card_first {
  margin-top: 3%;
}

.div_card {
    margin-top: 3%;
}

.div_card > .cardd:first-child {
    margin-left: 14%;
}

.row {
    max-width: 900px;
    margin: 50px auto 0;
}

.cardd {
    float: left;
    padding: 0 .7rem;
    width: 23%;
}

    .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: 0%;
        font-size: 15px !important;
        margin-bottom: 27%;
    }

    .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/STP/1.png');
    background-size: cover;
}

    #uno > .data > .content {
        background-color: #b19c20d9;
    }

#dos {
    background-image: url('../img/STP/3.png');
    background-size: cover;
}

    #dos > .data > .content {
        background-color: #d0a8b0cc;
    }

#tres {
    background-image: url('../img/STP/13.png');
    background-size: cover;
}

    #tres > .data > .content {
        background-color: #20547cd6;
    }

#cuatro {
    background-image: url('../img/STP/14.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;
    }

    .wrapper:hover > .data > .content > .title > a {
        color: white;
    }

    .wrapper:hover > .data > .content > p.text {
      color: white;
    }

    .contain_index_linea {
        width: 107%;
        display: inline-flex;
        font-family: Opensans_light;
        margin-left: -1%;
    }

  .cardd .wrapper:hover .data {
    transform: translateY(0);
}

.wrapper {
    display: table;
    height: 100%;
    width: 100%;
  }

.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;
}

    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: 18px !important;
            font-weight: 100;
            letter-spacing: -0.05em;
            margin: 0;
            padding: 0;
            color: #7d7575;
            width: 83%;
            -webkit-transition: color .2s ease-in-out;
            transition: color .6s ease-out;
        }
            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;
    }

.h2_linea {
    margin-top: 0%;
}

.intro--banner button .btn-background {
    position: absolute;
    top: 0;
    left: 72px;
    right: 0;
    height: 100%;
    background-color: rgb(250, 219, 74);
    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(250, 219, 74);
}

p.donde {
    margin-left: 9%;
    margin-top: 2%;
    font-size: 15px;
}

.header--logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    margin-top: 4%;
}

@media (max-width: 1024px) {

    .intro--banner img {
        position: absolute;
        bottom: 21px;
        right: inherit !important;
        width: 35% !important;
        right: 55% !important;
    }

    .intro--banner img.presenciales_img {
        width: 43% !important;
    }

    .intro--banner h1 {
        font-size: 42px !important;
        padding-left: 4%;
        padding-top: 8%;
    }

    .text_linea {
        float: right;
        margin-right: 6%;
        width: 43%;
    }

    .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%;
    }

    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: 12px;
    }

    .contain_index_linea > .index_linea > ul > li > ul > li {
        font-size: 12px;
    }

    .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: 11%;
    }

    .text_linea > .presencial {
        font-size: 29px !important;
        width: 100%;
        margin-left: 0%;
        padding-left: 0%;
    }

    .text_linea > .presencial2 {
        margin-left: 0%;
        font-size: 19px;
    }

    p.donde {
        margin-left: 7%;
        margin-top: 0%;
        font-size: 12px;
    }
}

@media (max-width: 768px) {

    .intro--banner img {
        position: absolute;
        bottom: 21px;
        right: inherit !important;
        width: 42% !important;
        right: 48% !important;
    }

    .intro--banner {
        position: relative;
        height: 300px !important;
    }

        .intro--banner button {
            margin-left: 4%;
            font-size: 12px;
        }

        .intro--banner h1 {
            font-size: 32px !important;
            padding-left: 4%;
            padding-top: 17%;
        }

    .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: 30%;
    }

    .text_linea > .presencial {
        font-size: 22px !important;
        width: 100%;
        margin-left: 0%;
        padding-left: 0%;
    }

    .text_linea > .presencial2 {
        margin-left: 0%;
        font-size: 14px;
    }

    p.donde {
        margin-left: 6%;
        margin-top: 0%;
        font-size: 11px;
    }
}

@media (max-width:425px) {

    p.donde {
        margin-left: 8%;
        margin-top: 0%;
        font-size: 11px;
    }

    .intro--banner {
        position: relative;
        height: 410px !important;
    }

        .intro--banner.pres_height{
            height: 450px !important;
        }

    .text_linea > .presencial2 {
        margin-left: 0%;
        font-size: 16px;
    }

        .intro--banner h1 {
            font-size: 2.5rem !important;
            padding-left: 3%;
            padding-top: 41%;
        }

    .text_linea {
        float: right;
        margin-right: 5%;
        width: 97%;
    }

    .contain_index_linea {
        width: 100%;
        display: block;
    }

        .contain_index_linea > .index_linea {
            width: 95%;
            padding: 21px 0px 21px 0px;
        }

            .contain_index_linea > .index_linea > ul {
                font-size: 11px;
                margin-top: 4%;
                padding-inline-start: 25px;
            }

        .contain_index_linea > .index_linea_derecha {
            width: 50%;
            padding: 21px;
            text-align: center;
            margin-left: 16%;
        }

    div.card {
        display: inline-block;
        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: 16px !important;
            font-weight: 100;
            margin: 0;
            padding: 0;
            color: #fff;
            width: 77%;
            -webkit-transition: color .2s ease-in-out;
            transition: color .6s ease-out;
        }

        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%;
    }

    .text_linea > .presencial {
        font-size: 2.1rem !important;
        width: 100%;
        margin-left: 0%;
        padding-left: 0%;
        padding-top: 40%;
    }


}

@media (max-width:375px) {

    .intro--banner h1 {
        font-size: 37px !important;
        padding-left: 3%;
        padding-top: 39%;
    }

    .contain_index_linea > .index_linea > ul {
        font-size: 11px;
        margin-top: 4%;
        padding-inline-start: 16px;
    }

    .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_derecha {
        width: 59%;
        padding: 11px;
        text-align: center;
        margin-left: 16%;
    }

    div.card {
        display: inline-block;
        margin: 8px;
        max-width: 75%;
        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;
        }

        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 {
        width: 94%;
        padding: 20px 0px 21px 0px;
    }

        .contain_index_linea > .index_linea > p {
            font-size: 12px;
        }

    .telefono_contacto > fieldset {
        padding: 0px 15px;
        font-size: 15px;
        font-weight: 500;
        background-color: #9d7756;
    }

    .contain_index_linea > .index_linea.telefono {
        width: 85%;
        padding: 21px 29px 21px 22px;
    }

    .intro--banner.pres_height {
        height: 400px !important;
    }

    .text_linea > .presencial {
        font-size: 2rem !important;
        width: 100%;
        margin-left: 0%;
        padding-left: 0%;
    }

    p.donde {
        margin-left: 10%;
        margin-top: 0%;
        font-size: 9px;
    }
}
