/* COMÚN */
#barra-superior .col-lg-6:nth-child(1) span {
    padding-right: 5px;
}

#barra-superior .col-lg-6:nth-child(2) {
    margin-top: 10px;
}

.header h1 {
    font-size: 2rem;
    margin: auto;
}

.dropdown-menu a {
    font-size: 0.8rem;
}

#clientes_mobile {
    color: #fff;
    font-weight: bold;
    padding: 10px 0 10px 0;
}

#clientes_mobile div {
    display: flex;
    align-items: center;
    width: 100%;
}

#clientes_mobile div img {
    margin: auto;
}

#clientes_mobile .col-6 {
    margin-bottom: 3rem;
}

footer {
    margin: auto;
    text-align: center;
}

footer .row .col-12 {
    margin-top: 2rem;
    border-right: 0 !important;
}

footer .copyright .text-right {
    text-align: left !important;
}

/* LANDINGS */
.h-destacado {
    font-size: 2.5rem;
}


/* HOME */
.soluciones {
    width: 100%;
    padding: 1.6rem;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    margin-bottom: 0.5rem;
}

#comentarios {
    background-image: url('../img/recorrido_fba_consulting.jpg');
    height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-bottom: 0;
}

#comentarios .container-fluid {
    background-color: rgba(190, 186, 177, 0.5) ;
    height: 800px;
}

#comentarios .titulo {
    margin-top: 4rem;
}

#carouselComentarios {
    background: rgba(0, 0, 0, 0.5);
    height: 500px;
    margin-top: 2rem;
    text-align: center;
}

#carouselComentarios p {
    padding: 2.5rem 16% 3rem 16%;
    color: #fff;
}

.worldmap {
    display: none;
}

#paises-benchmarking {
    display: block !important;
}

#benchmarking p {
    padding-bottom: 1rem;
}


/* INDAGA */

#encuestas {
    height: 1220px;
}

.estudio, .estudio .container-fluid {
    height: 1150px;
}

#estudio-seguro, #estudio-seguro .container-fluid {
    height: 1550px;
}

#estudio {
    height: 2280px;
}

#estudio .container-fluid {
    height: 1250px;
}

.encuestas {
    padding: 1.5rem;
}

#dispositivos .nav-arrow {
    left: 13.265%;
}

#dispositivos .tab-pane p {
    padding: 0;
    padding-top: 2rem;
}

#destacados .destacados-img {
    padding: 0;
}


/* CLIMA */

#destacados-clima, #destacados-clima .layout {
    height: 1100px;
}

#destacados-clima .destacados-img {
    width: 35%;
    display: inline-block;
    padding: 30px;
}

#destacados-clima .destacados-txt {
    width: 63%;
    display: inline-block;
    padding-left: 1rem;
}

#encuestas-clima {
    height: 1250px;
}

/* RECLAMA */
#destacados .destacados {
    max-height: 12rem;
}

#form-reclama .col-lg-6:nth-child(1) {
    padding: 1rem !important;
}


/* EMPRESA */

#empresa-fba {
    height: 1860px;
}

#socios .row {
    height: 1300px;
}

#cuadro-naranja-tomas {
    padding-top: 180px;
    height: 920px;
    width: 100%;
    top: 11rem;
    left: 0 !important;
}

#img-tomas {
    width: 90%;
    height: 300px;
    right: 5% !important;
    z-index: 999;
}

#cuadro-naranja-xabier {
    padding-top: 180px;
    height: 1020px;
    width: 100%;
    top: 11rem;
    left: 0 !important;
}

#img-xabier {
    width: 90%;
    height: 300px;
    left: 5%;
    z-index: 999;
}

@media only screen and (max-width: 340px) {
    #estudio {
        height: 2600px;
    }

    #comentarios, #comentarios .container-fluid {
        height: 900px;
    }

    #carouselComentarios {
        height: 600px;
    }

    #cuadro-naranja-xabier {
        height: 1120px;
    }

    #cuadro-naranja-tomas {
        height: 1000px;
    }

    #socios .row {
        height: 1400px;
    }

    #estudio-seguro, #estudio-seguro .container-fluid {
        height: 1750px;
    }

    .estudio, .estudio .container-fluid {
        height: 1300px;
    }
}

@media only screen and (min-width: 340px) and (max-width: 450px) {
    #estudio {
        height: 2200px;
    }
}
@media only screen and (min-width: 575px) {
    #encuestas-clima {
        height: 900px;
    }

    #encuestas {
        height: 690px;
    }
}

@media only screen and (min-width: 550px) {
    .estudio, .estudio .container-fluid {
        height: 900px;
    }

    #destacados-clima, #destacados-clima .layout {
        height: 1300px;
    }
}
