﻿@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 2% auto;
    top: 10%;
}

.intro--banner h1 {
    position: relative;
    font-size: 38px !important;
    font-weight: 900;
    line-height: 1;
    z-index: 1;
    font-family: Biko;
    text-transform: uppercase;
}

.intro--banner img {
    position: absolute;
    bottom: 1%;
    right: inherit;
    float: left;
    width: 32%;
    margin-left: 10%;
}

.text_linea {
    float: right;
    margin-right: 4%;
    width: 51%;
}

    .text_linea > p {
        font-size: 18px;
    }

.intro--banner button .btn-background {
    position: absolute;
    top: 0;
    left: 72px;
    right: 0;
    height: 100%;
    background-color: rgb(235, 189, 199);
    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(235, 189, 199);
}


/*kfsdjhfhhjfsdhjfdshjhjfsdjhfsd*/
.div-principal-escribir {
    display: inherit;
    text-align: center;
    justify-content: center;
    padding: 5% 0% 2%;
}

.card-container {
    perspective: 900px;
    margin: 15px 20px;
    transition: 2s;
}

.card {
    position: relative;
    width: 250px;
    height: 250px;
    transition: all 1s ease;
    transform-style: preserve-3d;
}

.front, .back {
    position: absolute;
    background: #1c1c1ca6;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    color: white;
    backface-visibility: hidden;
    background-blend-mode: overlay;
}

.front {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

    .front > h2 {
        font-size: 15px !important;
        font-family: OpenSans_light;
        width: 80%;
    }

    .front.f1{
        background-image:url("../img/escolar/escolar1.png");
    }

    .front.f22{
        background-image:url("../img/escolar/escolar2.png");
    }

    .front.f3{
        background-image:url("../img/escolar/escolafr 3.png");
    }

.back {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

    .back > p {
        width: 81%;
        font-size: 14px;
        font-family: OpenSans_light;
    }

.card-container:hover .card {
    transform: rotateY(180deg);
}

.back {
    transform: rotateY(180deg);
}
/*kfsdjhfhhjfsdhjfdshjhjfsdjhfsd*/

.div-secundario-escribir {
    font-family: OpenSans_light;
    font-size: 18px;
    padding: 2% 0%;
    font-weight: 700;
    text-align: center;
}


#pricing-table {
    margin: 49px auto 41px;
    text-align: center;
    width: 100%;
    height: 350px;
}

    #pricing-table .plan {
        font: 13px OpenSans_light;
        background: #8c8c8c8f;
        color: #333;
        padding: 18px;
        width: 19%;
        float: left;
        margin: 0% 1%;
        position: relative;
        border-radius: 5px;
        height: 88%;
    }

    #pricing-table #most-popular {
        z-index: 2;
        top: -13px;
        border-width: 3px;
        padding: 30px 20px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
        -webkit-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
        box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
    }

    #pricing-table .plan:nth-child(1) {
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
    }

    #pricing-table .plan:nth-child(4) {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    /* --------------- */

    #pricing-table h3 {
        font-family: Biko;
        border-radius: 5px;
        font-size: 20px;
        font-weight: normal;
        padding: 20px;
        margin: -20px -20px 0px -20px;
        background-image: -moz-linear-gradient(#fff,#eee);
        background-image: -o-linear-gradient(#fff, #eee);
        background-image: -ms-linear-gradient(#fff, #eee);
        background-color: #161616;
        height: 14%;
        color: white;
    }

    #pricing-table #most-popular h3 {
        background-color: #ddd;
        background-image: -moz-linear-gradient(#eee,#ddd);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
        background-image: -webkit-linear-gradient(#eee, #ddd);
        background-image: -o-linear-gradient(#eee, #ddd);
        background-image: -ms-linear-gradient(#eee, #ddd);
        background-image: linear-gradient(#eee, #ddd);
        margin-top: -30px;
        padding-top: 30px;
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }

    #pricing-table .plan:nth-child(1) h3 {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    #pricing-table .plan:nth-child(4) h3 {
        -moz-border-radius: 0 5px 0 0;
        -webkit-border-radius: 0 5px 0 0;
        border-radius: 0 5px 0 0;
    }

    #pricing-table h3 span {
        display: block;
        font: bold 25px/100px Georgia, Serif;
        color: #777;
        background: #fff;
        border: 5px solid #fff;
        height: 100px;
        width: 100px;
        margin: 10px auto -65px;
        -moz-border-radius: 100px;
        -webkit-border-radius: 100px;
        border-radius: 100px;
        -moz-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
        -webkit-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
        box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
    }

    /* --------------- */

    #pricing-table ul {
        margin: 20px 0 0 0;
        padding: 0;
        list-style: none;
    }

    #pricing-table li {
        border-top: 1px solid #ececec;
        padding: 10px 0;
        font-family: OpenSans_light;
        color: #fff;
    }

    /* --------------- */

    #pricing-table .signup {
        position: relative;
        padding: 8px 20px;
        margin: 20px 0 0 0;
        color: #fff;
        font: bold 14px Arial, Helvetica;
        text-transform: uppercase;
        text-decoration: none;
        display: inline-block;
        background-color: #72ce3f;
        background-image: -moz-linear-gradient(#72ce3f, #62bc30);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#72ce3f), to(#62bc30));
        background-image: -webkit-linear-gradient(#72ce3f, #62bc30);
        background-image: -o-linear-gradient(#72ce3f, #62bc30);
        background-image: -ms-linear-gradient(#72ce3f, #62bc30);
        background-image: linear-gradient(#72ce3f, #62bc30);
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        text-shadow: 0 1px 0 rgba(0,0,0,.3);
        -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
        box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
    }

        #pricing-table .signup:hover {
            background-color: #62bc30;
            background-image: -moz-linear-gradient(#62bc30, #72ce3f);
            background-image: -webkit-gradient(linear, left top, left bottom, from(#62bc30), to(#72ce3f));
            background-image: -webkit-linear-gradient(#62bc30, #72ce3f);
            background-image: -o-linear-gradient(#62bc30, #72ce3f);
            background-image: -ms-linear-gradient(#62bc30, #72ce3f);
            background-image: linear-gradient(#62bc30, #72ce3f);
        }

        #pricing-table .signup:active, #pricing-table .signup:focus {
            background: #62bc30;
            top: 2px;
            -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
            -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
            box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
        }

/* --------------- */

.clear:before, .clear:after {
    content: "";
    display: table
}

.clear:after {
    clear: both
}

.clear {
    zoom: 1
}

.div-ambas-partes {
    padding: 5% 0%;
    width: 97%;
    font-family: OpenSans_light;
    display: flex;
}

.div-parte-uno {
    width: 55%;
    padding: 0% 3%;
}

    .div-parte-uno > h3 {
        font-size: 23px;
    }

    .div-parte-uno > p {
        font-size: 16px;
    }

    .div-parte-uno > ul > li {
        font-size: 16px;
    }

.div-parte-dos {
    width: 46%;
}

p.donde {
    margin-left: 11%;
    margin-top: -1%;
    font-size: 15px;
}

/* ULTIMO APARTADO */

* {
    box-sizing: border-box;
}

.page-content {
    display: inline-flex;
    grid-gap: 1rem;
    padding: 1rem 0rem;
    max-width: 900px;
    margin: 0 auto;
    font-family: var(--font-sans);
}

.fas.fa-arrow-right.fa-3x {
    margin-top: 17%;
}

@media (min-width: 600px) {
    .page-content {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 800px) {
    .page-content {
        grid-template-columns: repeat(4, 1fr);
    }
}

.card2 {
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    padding: 1rem;
    width: 100%;
    text-align: center;
    color: white;
    background-color: whitesmoke;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
    margin: 0px 9px;
    height: 360px;
}

.card2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 105%;
    background-size: cover;
    background-position: 0 0;
    transition: transform 850ms cubic-bezier(0.19, 1, 0.22, 1);
    pointer-events: none;
}

.card2[id=uno]:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    pointer-events: none;
    background-image: linear-gradient(to bottom, rgba(60, 60, 3, 0) 0%, rgba(70, 70, 6, 0.259) 11.7%, rgba(80, 80, 8, 0.304) 22.1%, rgba(100, 100, 10, 0.382) 31.2%, rgba(148, 122, 12, 0.403) 39.4%, rgba(152, 130, 13, 0.432) 46.6%, rgba(154, 134, 14, 0.489) 53.1%, rgba(158, 138, 16, 0.500) 58.9%, rgba(162, 142, 18, 0.544) 64.3%, rgba(168, 146, 20, 0.588) 69.3%, rgba(170, 148, 22, 0.620) 74.1%, rgba(172, 150, 24, 0.647) 78.8%, rgba(174, 152, 26, 0.668) 83.6%, rgba(175, 154, 28, 0.721) 88.7%, rgba(176, 158, 30, 0.772) 94.1%, rgba(177, 156, 32, 0.8509803921568627) 100%);
    transition: transform 1400ms cubic-bezier(0.19, 1, 0.22, 1);
}

.card2[id=dos]:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    pointer-events: none;
    background-image: linear-gradient(to bottom, rgba(60, 60, 3, 0) 0%, rgba(6, 55, 55, 0.259) 11.7%, rgba(8, 58, 60, 0.304) 22.1%, rgba(10, 60, 65, 0.382) 31.2%, rgba(14, 62, 70, 0.403) 39.4%, rgba(16, 64, 75, 0.432) 46.6%, rgba(18, 66, 80, 0.489) 53.1%, rgba(20, 68, 85, 0.500) 58.9%, rgba(22, 70, 90, 0.544) 64.3%, rgba(24, 72, 110, 0.588) 69.3%, rgba(26, 74, 112, 0.620) 74.1%, rgba(28, 76, 114, 0.647) 78.8%, rgba(29, 78, 116, 0.668) 83.6%, rgba(30, 80, 118, 0.721) 88.7%, rgba(31, 82, 120, 0.772) 94.1%, rgba(32, 84, 124, 0.839216) 100%);
    transition: transform 1400ms cubic-bezier(0.19, 1, 0.22, 1);
}

.card2[id=tres]:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    pointer-events: none;
    background-image: linear-gradient(to bottom, rgba(96, 60, 18, 0) 0%, rgba(98, 55, 20, 0.259) 11.7%, rgba(100, 58, 22, 0.304) 22.1%, rgba(103, 60, 24, 0.382) 31.2%, rgba(105, 62, 26, 0.403) 39.4%, rgba(108, 64, 28, 0.432) 46.6%, rgba(110, 66, 30, 0.489) 53.1%, rgba(112, 68, 32, 0.500) 58.9%, rgba(114, 70, 34, 0.544) 64.3%, rgba(115, 72, 36, 0.588) 69.3%, rgba(117, 74, 38, 0.620) 74.1%, rgba(119, 76, 39, 0.647) 78.8%, rgba(121, 78, 40, 0.668) 83.6%, rgba(123, 80, 42, 0.721) 88.7%, rgba(124, 82, 43, 0.772) 94.1%, rgba(125, 82, 44, 0.8509803921568627) 100%);
    transition: transform 1400ms cubic-bezier(0.19, 1, 0.22, 1);
}

.card2[id=cuatro]:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    pointer-events: none;
    background-image: linear-gradient(to bottom, rgba(157, 24, 18, 0) 0%, rgba(159, 25, 20, 0.259) 11.7%, rgba(161, 26, 22, 0.304) 22.1%, rgba(163, 27, 23, 0.382) 31.2%, rgba(165, 28, 24, 0.403) 39.4%, rgba(167, 29, 25, 0.432) 46.6%, rgba(168, 30, 26, 0.489) 53.1%, rgba(169, 31, 28, 0.500) 58.9%, rgba(171, 32, 28, 0.544) 64.3%, rgba(172, 33, 28, 0.588) 69.3%, rgba(173, 34, 30, 0.620) 74.1%, rgba(174, 35, 30, 0.647) 78.8%, rgba(175, 36, 30, 0.668) 83.6%, rgba(177, 37, 32, 0.721) 88.7%, rgba(179, 38, 32, 0.772) 94.1%, rgba(182, 39, 32, 0.7803921568627451) 100%);
    transition: transform 1400ms cubic-bezier(0.19, 1, 0.22, 1);
}

.card2#uno {
    background-image: url('../img/mas-modelos/ventajas otros modelos de neg-01.png');
}

.card2#dos {
    background-image: url('../img/mas-modelos/ventajas otros modelos de neg-02.png');
}

.card2#tres {
    background-image: url('../img/mas-modelos/ventajas otros modelos de neg-03.png');
}

.card2#cuatro {
    background-image: url('../img/mas-modelos/ventajas otros modelos de neg-04.png');
}

.content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 1rem;
    transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1;
}

    .content > * + * {
        margin-top: 1rem;
    }

.title {
    font-size: 15px !important;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
    font-family: OpenSans_light;
}

.copy {
    padding-inline-start: 0px;
    font-size: 11px;
    font-family: OpenSans_light;
}

.btn {
    cursor: pointer;
    margin-top: 1.5rem;
    padding: 0.75rem 1.5rem;
    font-size: 0.65rem;
    font-weight: bold;
    letter-spacing: 0.025rem;
    text-transform: uppercase;
    color: white;
    background-color: black;
    border: none;
}

    .btn:hover {
        background-color: #0d0d0d;
    }

    .btn:focus {
        outline: 1px dashed yellow;
        outline-offset: 3px;
    }

@media (hover: hover) and (min-width: 600px) {
    .card2:after {
        transform: translateY(0);
    }

    .content {
        transform: translateY(calc(100% - 7.5rem));
    }

        .content > *:not(.title) {
            opacity: 0;
            transform: translateY(1rem);
            transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1), opacity 700ms cubic-bezier(0.19, 1, 0.22, 1);
        }

    .card2:hover, .card2:focus {
        align-items: center;
        color: white;
    }

        .card2:hover:before, .card2:focus:before {
            transform: translateY(-4%);
        }

        .card2:hover:after, .card2:focus:after {
            transform: translateY(-50%);
        }

        .card2:hover .content, .card2:focus .content {
            transform: translateY(0);
        }

            .card2:hover .content > *:not(.title), .card2:focus .content > *:not(.title) {
                opacity: 1;
                transform: translateY(0);
                transition-delay: 700ms;
            }

            .card2:focus:before, .card2:focus:after, .card2:focus .content, .card2:focus .content > *:not(.title) {
                transition-duration: 0s;
            }
}


/* ULTIMO APARTADO */


@media (max-width: 1024px) {

    .intro--banner {
        position: relative;
        height: 385px !important;
    }

        .intro--banner img {
            position: absolute;
            bottom: 2%;
            right: inherit !important;
            float: left;
            width: 33% !important;
            margin-left: 9%;
        }

        .intro--banner h1 {
            position: relative;
            font-size: 33px !important;
            font-weight: 900;
            line-height: 1;
            z-index: 1;
            font-family: Biko;
            padding: inherit;
            text-transform: uppercase;
            margin-top: 13%;
        }

    #pricing-table .plan {
        font: 13px OpenSans_light;
        background: #8c8c8c8f;
        color: #333;
        padding: 18px;
        width: 18%;
        float: left;
        margin: 0% 1%;
        position: relative;
        border-radius: 5px;
        height: 88%;
    }

    p.donde {
        margin-left: 9%;
        margin-top: -1%;
        font-size: 15px;
    }

}

@media (max-width: 768px) {

    .page-content {
        display: grid !important;
        grid-template-columns: repeat(1, 1fr) !important;
        grid-gap: 14px !important;
        width: 75% !important;
        margin-left: 11% !important;
    }

    .card2 {
        height: 225px !important;
        background-size: cover !important;
        background-position-y: -69px !important;
    }

    .content {
        position: relative !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        width: 100% !important;
        padding: 1rem !important;
        transition: none !important;
        z-index: 1 !important;
        height: 100% !important;
    }

    .title {
        font-size: 17px !important;
        font-weight: 600 !important;
        line-height: 1.4 !important;
        text-transform: uppercase !important;
        font-family: OpenSans_light !important;
    }

    .copy {
        font-size: 16px !important;
        font-family: OpenSans_light !important;
        text-align: left !important;
        padding-inline-start: 31px !important;
        margin-top: 0% !important;
    }

    .fas.fa-arrow-right.fa-3x {
        margin-top: 0% !important;
        text-align: center;
        transform: rotate(90deg);
        width: 9%;
        margin-left: 48%;
    }

    .text_linea {
        float: right;
        margin-right: -2%;
        width: 57%;
        margin-top: 3%;
    }

        .text_linea > p {
            font-size: 14px;
        }

    .intro--banner h1 {
        position: relative;
        font-size: 28px !important;
        font-weight: 900;
        line-height: 1;
        z-index: 1;
        font-family: Biko;
        padding: inherit;
        text-transform: uppercase;
        margin-top: 13%;
    }

    .intro--banner button {
        margin-left: 0%;
        font-size: 12px;
    }

    .div-principal-escribir {
        display: inherit;
        text-align: center;
        justify-content: center;
        padding: 5% 0% 2%;
        width: 100%;
    }

    .card {
        position: relative;
        width: 156px;
        height: 250px;
        transition: all 1s ease;
        transform-style: preserve-3d;
    }

    .div-secundario-escribir {
        font-family: OpenSans_light;
        font-size: 20px;
        padding: 2% 0%;
        font-weight: 800;
    }

    .back > p {
        width: 81%;
        font-size: 13px;
        font-family: OpenSans_light;
    }

    #pricing-table .plan {
        font: 11px OpenSans_light;
        background: #8c8c8c8f;
        color: #333;
        padding: 18px;
        width: 16%;
        float: left;
        margin: 0% 1%;
        position: relative;
        border-radius: 5px;
        height: 98%;
    }

    #pricing-table h3 {
        font-family: Biko;
        border-radius: 5px;
        font-size: 17px;
        font-weight: normal;
        padding: 20px;
        margin: -20px -20px 0px -20px;
        background-image: -moz-linear-gradient(#fff,#eee);
        background-image: -o-linear-gradient(#fff, #eee);
        background-image: -ms-linear-gradient(#fff, #eee);
        background-color: #161616;
        height: 14%;
        color: white;
    }

    .div-parte-uno > h3 {
        font-size: 19px;
    }

    .div-parte-uno > p {
        font-size: 14px;
    }

    .div-parte-uno > ul > li {
        font-size: 14px;
    }

    .div-parte-dos > img {
        width: 100%;
        margin-top: 23%;
    }

    .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: 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;
        font-weight: 100;
    }

    .telefono_contacto > fieldset > legend {
        padding: 0px 10px;
        font-size: 21px;
        font-weight: 100;
    }

    .telefono_contacto > fieldset {
        padding: 0px 15px;
        font-size: 15px;
        font-weight: 500;
        background-color: #9d7756;
    }

    .header--logo > img {
        width: 40% !important;
    }

    p.donde {
        margin-left: 12%;
        margin-top: -1%;
        font-size: 15px;
    }

}

@media (max-width: 425px) {

    .card2 {
        height: 424px !important;
        background-size: cover !important;
        background-position-y: 1px !important;
    }

    .intro--banner {
        position: relative;
        height: 462px !important;
    }

        .intro--banner h1 {
            position: relative;
            font-size: 1.8rem !important;
            font-weight: 900;
            line-height: 1;
            z-index: 1;
            font-family: Biko;
            padding: inherit;
            text-transform: uppercase;
            margin-top: 22%;
        }

    .text_linea > p {
        font-size: 1.1rem;
    }

    .text_linea {
        float: right;
        margin-right: -2%;
        width: 99%;
        margin-top: 18%;
    }

    .intro--banner button {
        margin-left: 0%;
        font-size: 13px;
    }

    .div-principal-escribir {
        display: grid;
        text-align: center;
        justify-content: center;
        padding: 5% 0% 2%;
        width: 100%;
    }

    .card {
        position: relative;
        width: 226px;
        height: 226px;
        transition: all 1s ease;
        transform-style: preserve-3d;
    }

    .div-secundario-escribir {
        font-family: OpenSans_light;
        font-size: 18px;
        padding: 2% 0%;
        font-weight: 800;
    }

    #pricing-table .plan {
        font: 11px OpenSans_light;
        background: #8c8c8c8f;
        color: #333;
        padding: 18px;
        width: 33%;
        float: left;
        margin: 3% 2%;
        position: relative;
        border-radius: 5px;
        height: 98%;
    }

    .div-parte-uno {
        width: 98%;
        padding: 0% 3%;
    }

        .div-parte-uno > h3 {
            font-size: 18px;
        }

        .div-parte-uno > p {
            font-size: 15px;
        }

        .div-parte-uno > ul > li {
            font-size: 15px;
        }

    .div-parte-dos > img {
        width: 94%;
        margin-top: 23%;
        margin-left: 3%;
    }

    .div-parte-dos {
        width: 100%;
    }

    .div-ambas-partes {
        padding: 5% 0%;
        width: 97%;
        font-family: OpenSans_light;
        display: block;
    }

    .contain_index_linea {
        width: 100%;
        display: block;
    }

        .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;
        }

    .header--logo > img {
        width: 53% !important;
    }

}

@media (max-width: 375px) {

    .card2 {
        height: 350px !important;
        background-size: cover !important;
        background-position-y: 1px !important;
    }

    .title {
        font-size: 15px !important;
        font-weight: 600 !important;
        line-height: 1.4 !important;
        text-transform: uppercase;
        font-family: OpenSans_light;
    }

    .copy {
        font-size: 14px !important;
        font-family: OpenSans_light;
        text-align: left;
        padding-inline-start: 31px;
        margin-top: 0% !important;
    }

    .card2 {
        padding:16px 0px 0px 0px !important;
    }

    p.donde {
        margin-left: 15%;
        margin-top: -1%;
        font-size: 11px;
    }
}
