* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

html,body {
    height: 100%;
}

.wrapper {
    min-height: 100%;
    position: relative;
}

.icono {
    width: 30px;
    height: auto;
    margin: 0 20px;
}

.logo {
    width: 200px;
    height: auto;
}

.cabecera {
    width: 100%;
    height: auto;
}

.cabecera2 {
    max-height: 100%;
    width: auto;
    object-fit: contain;
    max-width: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.responsive-image {
    width: 50%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.custom-hr {
    width: 100%;
    border: none;
    border-top: 1px solid #000000;
}

.cartel {
    width: 100%;
    height: auto;
    max-width: 600px;
}

.titular {
    font-family: "Satisfy", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 4rem;
    text-align: center;
}

@media (max-width: 1250px) {
    .titular {
        font-size: 3rem;
    }
}

@media (max-width: 1000px) {
    .titular {
        font-size: 2.5rem;
    }
}

@media (max-width: 800px) {
    .titular {
        font-size: 2rem;
    }
}



/* .fondo {
    background-image: url(../imgs/fondo.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
} */