html {
    font-size: 18px;
}

body {
    margin: 0px;
}

body * {
    font-family: 'Poppins', sans-serif;
}

p {
    font-size: 1rem;
}

@font-face {
    font-family: "Galyon";
    src:  url(../resources/FUENTES/Galyon-Book.otf);
    font-weight: 400;
}
@font-face {
    font-family: "Galyon";
    src:  url(../resources/FUENTES/Galyon-Bold.otf);
    font-weight: 700;
}
@font-face {
    font-family: "MyriadPro";
    src:  url(../resources/FUENTES/MyriadPro-Regular.otf);
    font-weight: 400;
}
@font-face {
    font-family: "MyriadPro";
    src:  url(../resources/FUENTES/MyriadPro-Light.ttf);
    font-weight: 300;
}

hr {
    border-width: 2px;
}

main h1 {
    font-weight: bold;
    font-size: 2.2rem;
}

section {
    padding-top: 50px;
}

/* @media (max-width: 1310px) {
    html {
        font-size: 18px;
    }
}

@media (max-width: 750px) {
    html {
        font-size: 16px;
    }

} */

@media (max-width: 600px) {
    /* html {
        font-size: 18px;
    } */
    section {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 576px) {
    html {
        font-size: 19px;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 15px;
    }

    p {
        font-size: .9rem;
    }
}

@media (min-width: 992px) {
    body {
        margin: 0px;
        background-image: url('./../resources/bg-general.png');
        background-repeat: no-repeat;
        background-size: cover;
    }

    html {
        font-size: 18px;
    }
}

@media (min-width: 1400px) {
    html {
        font-size: 22px;
    }
}

:root {
    --main-color: #0ece7d;
    --main-color-background: #e7faf2;
    --main-color-dim: rgba(14, 206, 125, 0.5) ;
    --secondary-color: #28336b;
    --secondary-color-background: #a8acc3;
    --white: white;
    --background-contrast: #f8f8f9;
}

.title hr {
    margin: 5px auto;
    margin-bottom: 40px;
}

main {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    min-height: 500px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    
}

main .custom-container {
    display: flex;
    align-content: center;
    justify-content: center;
    min-height: 500px;
    position: relative;
    width: 100%;
}

#section_banner_mobile_index {
    background: linear-gradient(0deg, rgba(15, 207, 125, 0) 10%, #37D793 90%);
}

main .card-paso h3 {
    font-size: 1.5rem;
}

.main img {
    width: 100%;
    height: auto;
    margin-top: 2rem;
}

.main {
    color: #28326A;
}

#section_title_mobile_index, #info_1_index, #info_2_index {
    text-align: center;
    padding: 1rem 0;
}

#info_1_index {
    margin: 2rem auto;
}

#info_1_index img, #info_2_index img {
    margin-bottom: 2rem;
}

#info_2_index {
    margin-bottom: 4rem;
}

.main h1 {
    line-height: 2.2rem;
    margin-bottom: 1.5rem;
    font-size: 2.2rem;
}

.main p{
    line-height: 1.2rem;
}

.btn-cta {
    margin-top: 1.5rem;
    background-color: #28326A;
    color: #ffffff;
    font-size: 1.2rem;
    padding: .5rem 2rem;
}

.btn-cta:hover, .btn-cta:focus, .btn-cta:active{
    background-color: #37D793;
    color: #ffffff;
    border-color: #37D793;
}