@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Shantell+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
}

.tipo {
    font-family: "Shantell Sans", cursive;
}

.bg-top {
    background-color: #9f013c;
}

h1 {
    font-weight: 300 !important;
    font-family: "Shantell Sans", cursive;
}

h5 {
    font-weight: 200 !important;
}

h4 {
    font-weight: 200 !important;
}

.img-ppal {
    height: auto !important;
    width: 100%;
    object-fit: cover;
}

.linea {
    border-bottom: 6px solid #d0a91c;
}

.linea2 {
    background-color: #f1c83a;
    height: 2px;
}

.bg-yellow {
    background-color: #f0d8ad73 !important;
}

.btn-warning:hover {
    background-color: #f1c83a !important;
    border-color: #f1c83a !important;
    color: black !important;
}

.btn-warning {
    background-color: #d0a91c !important;
    border-color: #d0a91c !important;
    color: white !important;
}

footer a i {
    color: #ffffff;
}

footer a:hover i {
    color: #e7edef;
}

.color {
    color: #47a3c7;
}



@media (min-width: 576px) {
    .img-ppal {
        height: auto !important;
    }
}


@media (min-width: 768px) {
    .img-ppal {
        height: auto !important;
    }
}


@media (min-width: 992px) {
    .img-ppal {
        height: 350px !important;
    }
}


@media (min-width: 1200px) {
    h1 {
        font-size: 26px !important;
    }
    h5 {
        font-size: 17px !important;
        line-height: 21px !important;
    }
    .img-ppal {
        height: 325px !important;
    }
}


@media (min-width: 1400px) {
    h1 {
        font-size: 30px !important;
    }
    h5 {
        font-size: 20px !important;
        line-height: 25px !important;
    }
    .img-ppal {
        height: 375px !important;
    }
}