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

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
input,
textarea {
    font-family: 'Merriweather Sans', sans-serif;
}


.mini-logo-romee {
    width: 100px;
}

.mini-logo-romee>img {
    width: 100%;
}


.img-presentation {
    width: 17rem;
    margin: 0 auto;
}


.list-info-romee {
    list-style: none;
    padding-left: 0;
    color: #fff;
    margin-bottom: 2.5rem;
}

.list-info-romee li::before {
    content: ">";
    color: #fff;
    font-weight: bold;
    margin-right: 10px;
}


.img-rouded-romee {
    border-radius: 10px;
    border: 3px solid #5f9fc1;
}

.step-item {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.step-circle {
    width: 40px;
    height: 40px;
    background-color: #5f9fc1;
    color: white;
    font-weight: bold;
    font-size: 1.25rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}


.style-romee {
    border: 1px solid #b5b5b5;
    color: #b5b5b5;
    background-color: #333333 !important;
}

.style-romee:focus {
    color: #b5b5b5 !important;
}

.label-gray {
    color: #b5b5b5 !important;
}


.icono-cliente {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.icono-cliente:hover {
    filter: none;
}





.banner-left {
    background: #000;
    clip-path: polygon(0 0, 70% 0, 100% 100%, 0 100%);
    height: 300px;
    width: 120%;
    padding: 4rem;
}

.img-logo-footer {
    width: 14rem;
    display: block;
}



.container-data-contact {
    padding-left: 6rem;
    padding-top: 5rem;
}


.icon-nav-footer {
    color: #5f9fc1 !important;
    font-size: .5rem;
    position: relative;
    top: -3px;
}


.container-estrategias-s {
    display: none;
}


.view-more-sm {
    display: block;
}

.view-sm {
    display: none;
}

footer.screen-small {
    display: none;
}

.banner-footer {
    background-color: #000;
    height: 230px;
    padding: 4rem;
    text-align: center;
    align-items: center;
    gap: 1rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}


.portfolio-box-caption {
    background: rgb(95 159 193 / 84%) !important;
}


.slbCaption {
    padding: 3rem;
    color: #fff;
    padding-top: 4em;
    text-align: center;
}

.slbImageWrap {
    height: 100vh;
}


#estrategias_view {
    overflow: hidden;
}


#estrategias_view,
#sobre_nosotros,
#servicios_view,
#metodologia_view,
#estrategias_view,
#contacto_view,
footer.screen-small {
    overflow-x: hidden;
}

body {
    background-color: #f8f9fa;
}

.alert-mensaje {
    color: #c15f5f;
    font-size: 1.2rem;
}

footer.screen-side>.negro {
    height: 300px;
    width: 300px;
    display: block;
    position: absolute;
    background: #000;
    left: 0;
}

@media (min-width: 1700px) {
    footer.screen-side>.negro {
        width: 600px;
    }
}

@media (max-width: 1200px) {
    .img-logo-footer {
        width: 10rem;
        ;
        display: block;
    }

    .lema-logo-footer {
        font-size: calc(1rem + 0.4vw) !important;
    }

    .container-data-contact {
        padding-left: 1rem;
        padding-top: 3rem;
    }

    .view-more-sm {
        display: none;
    }

    .view-sm {
        display: block;
    }
}

@media (max-width: 991px) {
    .label-metodologias {
        font-size: calc(1.1rem + 0.1vw) !important;
    }

    .container-estrategias-m {
        display: none;
    }

    .container-estrategias-s {
        display: flex;
    }

    footer.screen-side {
        display: none;
    }

    footer.screen-small {
        display: block;
    }
}


@media (max-width: 767px) {
    .info-footer-small {
        width: 100%;
    }
}


@media (max-width: 575px) {

    .contenedor_imagenes_proyectos>div {
        margin-bottom: 5px !important;
    }
}