body {
    background-color: white;
}

.imgfranquicia {
    width: 100%;
    height: 400px;
    object-fit: cover;

    position: relative;
}

.h1franquicia {
    font-size: 45px;
}

@media(max-width:700px) {
    .imgfranquicia {
        position: relative;
        top: 0px;
    }
}

div.noticia {
    margin-top: 50px !important;
    width: 70%;
    margin: 20px auto;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 5px 0.2px;
    color: rgb(0, 0, 0);
    border-radius: 2px;
    padding: 15px;
}

@media (max-width:900px) {
    div.noticia {
        margin-top: 80px !important;
    }
}

@media (max-width:700px) {
    div.noticia {
        margin-top: 250px !important;
    }
}

@media (max-width:450px) {
    div.noticia {
        margin-top: 200px !important;
    }
}

div.noticia img.izquierda {
    float: left;
    margin-right: 25px;
}

div.reset {
    clear: both;
}

.noticia p {
    margin: 30px;
    font-size: 17px;
}

.botonmonto {
    background-color: black;
    color: white;
    padding: 15px;
    width: 90%;
    border-radius: 10px;
    font-size: 18px;
}

@media (max-width:900px) {
    .h1franquicia {
        margin-top: 25px;
        text-align: center;
    }
    .noticia {
        width: 95% !important;
    }
    .noticia p {
        display: block !important;
        justify-content: center;
        text-align: center;
    }
    div.noticia img.izquierda {
        float: none !important;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
    }
    .botonmonto {
        font-size: 13px;
        width: 100%;
        margin-left: 0px !important;
    }
}

@media (max-width:500px) {
    div.noticia img.izquierda {
        width: 100%;
    }
}

.contentimgtext img {
    aspect-ratio: 16/9 !important;
    object-fit: cover !important;
    height: 500px;
}

.contenedorinternoimgtext {
    margin-top: 180px;
}



@media(max-width:1100px) {
    .contentimgtext img {
        aspect-ratio: 16/9 !important;
        object-fit: cover !important;
        height: auto;
    }
    .contenedorinternoimgtext {
        margin-top: 10px;
    }

}

@media (max-width:800px) {
    .especial {
        margin: 25px;
    }
}