body {
    margin: 0 0 0 0;
    height: 100%;
    width: 100%;

    background-color: #fff;
}

body a{
    color: inherit;
}

/* CARD 01 */

#card_01 {
    width: 100%;
    height: 100vh;
    background: linear-gradient(90deg, #043D3D, #024E4E);
}

#card_01 .title {
    font-family: 'Franklin Gothic Demi';
    font-weight: 400;
    font-size: 100px;
    line-height: 120px;
    text-align: center;
    align-items: center;

    color: #FFFFFF;

    padding-top: 40vh;
}

#card_01 .subtitle {
    font-family: 'Garamond';
    font-weight: 300;
    font-style: italic;
    font-size: 30px;
    line-height: 30px;
    text-align: center;

    color: #FFFFFF
}

@media only screen and (max-width: 700px) {
    #card_01 .title {
        font-size: 60px;
        line-height: 60px;
    }
}

/* CARD 02 */

#card_02 {
    margin: 3rem 7rem 3rem 7rem;
    padding: 0rem 5rem 0rem 5rem;
    position: relative;
}

#card_02 .title {
    font-family: 'Garamond';
    font-size: 80px;
    font-weight: 300;
    line-height: 78.48px;
    text-align: left;

    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 1rem;

    color: #044242;
}

#card_02 hr{
    color: #044242;
    opacity: 100%;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

#card_02 .text {
    font-family: 'Graphik';
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;

    color: #3E3E3E;
}

#card_02 .lista_servicios {
    list-style-type: none;

    font-family: "Garamond";
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;

    color: #2B2B2B;

    margin-bottom: inherit;
    padding-left: 0;
}

#card_02 li {
    align-content: center;

    padding-top: 1rem;
    padding-bottom: 1rem;
}

#card_02 .align-button {
    text-align: left;
}

#card_02 .button_servicios {
    font-family: 'Graphik';
    font-size: 18px;
    font-weight: 500;
    line-height: 19.8px;
    text-align: center;

    letter-spacing: 0em;
    text-align: center;

    background-color: #BF4E30;
    color: #FFFFFF;

    border-radius: 10px;
    border-color: #BF4E30;
    padding: 0.5rem 1rem 0.5rem 1rem;
    text-align: left;
}

@media only screen and (max-width: 800px) {
    #card_02 {
        margin: 1rem 1rem 1rem 1rem;
        padding: 0rem 1rem 0rem 1rem;
        position: relative;
    }

    #card_02 .title {
        font-family: 'Garamond';
        font-size: 60px;
        font-weight: 300;
        line-height: 60px;
        letter-spacing: 0em;
        text-align: left;

        color: #044242;
    }


    #card_02 .lista_servicios {
        padding: 0;
    }

    #card_02 li {
        padding-top: 0rem;
        padding-bottom: 0rem;
    }

    #card_02 .button_servicios {
        width: 100%;
        text-align: center;
    }
}

/* CARD 03 */
/* 
#card_03 {
    width: 100%;
    position: relative;
}

#card_03 img {
    max-width: 100%;
}

#card_03 #image_overtext_1 {
    font-family: "Garamond";
    font-size: 60px;
    font-weight: 300;
    line-height: 98px;
    letter-spacing: 0em;
    text-align: left;

    color: #BF4E30;

    position: absolute;
    top: 105px;
    left: 105px;
}

#card_03 #image_overtext_2 {
    font-family: "Garamond";
    font-size: 60px;
    font-weight: 300;
    line-height: 98px;
    letter-spacing: 0em;
    text-align: right;

    color: #BF4E30;
    position: absolute;
    bottom: 105px;
    right: 105px;
}

@media only screen and (max-width: 700px) {
    #card_03 #image_overtext_1 {
        font-size: 30px;
        top: 5%;
        left: 5%;
    }

    #card_03 #image_overtext_2 {
        font-size: 30px;
        bottom: 5%;
        right: 5%;
    }
} */
#card_03 {

    margin: 3rem 7rem 3rem 7rem;
    padding: 0rem 5rem 0rem 5rem;

    .title {
        font-family: "Garamond";
        font-size: 60px;
        font-weight: 300;
        line-height: 58.86px;
        text-align: left;

        color: #BF4E30;
        margin-bottom: 2rem;
    }

    @media only screen and (max-width: 700px) {
        .title {
            font-size: 40px;
            line-height: 40px;
        }
    }

    .body {
        background: #E5DCD3;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 2rem;
        padding-bottom: 2rem;

        margin-bottom: 2rem;

        display: flex;

        .images {
            padding-right: 2rem;

            width: 300%;
            height: max-content;
            overflow: hidden;

            img {
                height: 100%;
                max-width: 100%;
                filter: grayscale(100%);
            }
        }

        .text {
            .title {
                font-family: "Garamond";
                font-size: 30px;
                font-weight: 300;
                line-height: 36px;
                text-align: left;

                color: black;
            }

            .description {
                font-family: 'Graphik';
                font-size: 16px;
                font-weight: 300;
                line-height: 17.6px;
                text-align: left;

                color: black;
            }
        }
    }

    .align-button {
        text-align: end;
    }

    .button {
        font-family: Graphik;
        font-size: 18px;
        font-weight: 500;
        line-height: 19.8px;
        text-align: center;


        background-color: #BF4E30;
        color: #FFFFFF;

        border-radius: 10px;
        border-color: #BF4E30;
        border-style: solid;
        padding: 0.5rem 2rem 0.5rem 2rem;
        text-align: right;

        transition: 0.5s;
    }

    .button:hover{
        text-shadow: 0 0 1px rgb(255, 255, 255);
        transition: 0.5s;
    }

    @media only screen and (max-width: 800px) {
        margin-left: 1rem;
        margin-right: 1rem;
        padding: 0rem 1rem 0rem 1rem;

        .body {
            display: block;

            padding-left: 1rem;
            padding-right: 1rem;
            padding-top: 1rem;
            padding-bottom: 1rem;


            .images {
                width: 100%;
                padding: 0;
            }

            .text {
                .title {
                    margin-top: 1rem;
                    margin-bottom: 1rem;
                }
            }
        }

        .align-button {
            text-align: center;
        }

        .button {
            text-align: center;
        }
    }
}

/* CARD 04 */
/* 
#card_04 {
    margin: 3rem 7rem 3rem 7rem;
    padding: 0rem 5rem 0rem 5rem;
    position: relative;
}

#card_04 .title {

    font-family: "Garamond";
    font-size: 60px;
    font-weight: 300;
    line-height: 100px;
    letter-spacing: 0em;
    text-align: left;

    color: #044242;
}

#card_04 ol {
    list-style-type: none;
    counter-reset: ol-counter;
}

#card_04 ol li:before {
    content: counter(ol-counter, decimal-leading-zero);
    counter-increment: ol-counter;

    font-family: "Garamond";
    font-size: 60px;
    font-weight: 400;
    line-height: 128px;
    letter-spacing: 0em;

    padding-top: 1rem;
    padding-right: 1rem;
    vertical-align: middle;
}

#card_04 li {
    display: inline-flex;
    padding: 1rem 0.5rem 1rem 0.5rem;
}

#card_04 .ventajas_title {
    font-family: 'Graphik';
    font-size: 30px;
    font-weight: 400;
    line-height: 35.2px;
    letter-spacing: 0em;
    text-align: left;

    color: #2B2B2B;

    padding-bottom: 1rem;
}

#card_04 .ventajas_body {
    font-family: 'Graphik';
    font-size: 20px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;

    color: #2B2B2B;
}

@media only screen and (max-width: 700px) {
    #card_04 {
        margin: 1rem 1rem 1rem 1rem;
        position: relative;
    }

    #card_04 ol {
        padding: 0;
    }

    #card_04 ol li:before {
        line-height: 1.2;
        padding-top: 0;
    }
} */