@font-face {
    font-family: Inter Regular;
    src: url('../assets/fonts/Inter/Inter-Regular.ttf');
}

@font-face {
    font-family: Lexend Lightt;
    src: url('../assets/fonts/Lexend/Lexend-Light.ttf');
}

@font-face {
    font-family: Lexend Regular;
    src: url('../assets/fonts/Lexend/Lexend-Regular.ttf');
}

body {
    background-color: rgb(252, 252, 252);
    height: 100%;
    margin: 0;
}

h1 {
    font-size: 40px;
}

h1, h2, h3 {
    font-family: 'Lexend Regular';
}

p {
    font-family: 'Lexend Lightt';
}

h5, h6, a {
    font-family: "Inter Regular";
    font-weight: 400;
}

.custom-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 95vh;
}

.custom-card {
    width: 100%;
    max-width: 95%;
    border-radius: 25px;
    padding-left: 15px;
    padding-right: 15px;
}

.logos {
    width: 18rem;
    margin: auto;
    padding: 28px 0px 10px;
}

.card-body::before {
    content: '';
    width: 170px;
    border-width: medium;
    border-style: solid;
    display: inline-block;
    padding: 0.5px;
    margin-bottom: 5px;
    border-color: transparent;
    background: linear-gradient(90deg, #ffffff00, #ffffffc9, #ffffff00);
}

#card-monitoreo:hover, #card-somi:hover {
    box-shadow: 0px 10px 10px 0px #939393 !important;
    transition: all ease-in-out;
}

#card-monitoreo, #card-somi {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}

#card-somi {
    background-image: url(../assets/img/fondoo.png);
}

#txt-titulo {
    color: #FFC107;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 45px;
}

#card-monitoreo {
    background-image: url(../assets/img/monitoreo.jpg);
}

.btt-primary {
    background-color: black;
    border: 2.5px solid white;
    border-radius: 20px;
    padding: 10px 22px;
}

.btt-primary:hover {
    background-color: rgb(20, 20, 20);
}

#meteoro {
    color: #7f7f7f;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Lexend Regular';
}

#meteoro:hover {
    color: #ffb300;
}


@media only screen and (max-width: 500px) {
    .col-md-12 {
        margin-bottom: 2rem !important;
        margin-top: 27rem;

        && h1 {
            font-size: 23px !important;
            margin-bottom: 0;

            && span {
                font-size: 26px !important;
            }
        }
    }

    .col-md-6 {
        && .logos {
            width: 13rem;
            padding: 25px 0px 10px;
        }

        && .card-title {
            font-size: 25px !important;
        }

        && .card-text {
            font-size: 15px !important;
        }

        && .btt-primary {
            padding: 5px 10px;
            font-size: 15px;
        }
    }

    .c2 {
        margin-top: 2rem !important;
        margin-bottom: 3rem;
    }

    footer {
        display: none;
    }

}
