.logoServicios
{
    width: 80px;
    cursor: pointer;
}
.logoServicios:hover
{
    width: 150px;
}
.imgPortadaGaleria,
.imgPortadaRender
{
    cursor: pointer;
}
.imgPortadaGaleria:hover,
.imgPortadaRender:hover
{
    opacity: 0.6;
}
.textoGaleria
{
    color: #707070;
    font-size: 20px !important;
}
.footerContainer
{
    background-image: url('../img/barraFooter.png');
    background-size: cover;
}
#grujimaSeccionNosotros
{
    background-image: url('../img/barraNosotros.png');
    background-size: cover;
    color: white !important;
    text-align: justify;
}
#fixerAcercade
{
    background-image: url('../img/iphones.png');
    /* background-size: cover; */
    background-repeat: no-repeat;
    background-size: 40%;
}
.fixerIconos
{
    margin: 0 auto;
    font-size: 24px !important;
}
.img-aboutus
{
    width: 140px;
}
.img-contactus
{
    width: 200px;
}
.logoFooter
{
    width: 50%;
    max-width: 300px;
}
.direccionContainer
{
    color: white;
}
.logoFacebook
{
    width: 20px;
}
.logoLinkedin
{
    width: 20px;
    border: 1px solid white;
    border-radius: 50%;
}
.grujimaImgMiddle
{
    width: 100%;
}
.grujimaServiciosTitle
{
    color: #2171AE;
    text-transform: uppercase;
    font-size: 20px;
}
.title
{
    font-size:24px;
}
.grujimaServiciosListado
{
    list-style-type: none;
}
.grujimaServiciosListado li
{
    font-weight: bold;
}
.popover-header
{
    border-bottom: none !important;
    padding-bottom: 0px !important;
    padding-top: 12px !important;
}
.popover-body
{
    padding-top: 5px !important;
}
#grujimaNavBar
{
    position: fixed;
    width: 100%;
    background-color: white;
    box-shadow: 0px 2px 10px #888888;
    font-size: 20px;
}
#grujimaCarousel
{
    margin-top: 116px;
}
.flagIcon 
{
    width: 25px;
    height: auto;
}
.grujimaDropdown
{
    margin-right: auto !important;
}
.grujimaDropdown button
{
    background-color: white;
    border: 0px;
    color: black;
}
.grujimaDropdown button:hover
{
    background-color: #aeb3b8;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle 
{
    background-color: #83888d;
}
.dropdown-item:focus, .dropdown-item:hover 
{
    background-color: #cccfd1;
}
.navbar-brand img
{
    width: 150px;
}
.imgScroll
{
    width: 90px !important;
}
#TA_selfserveprop602 div
{
    width: 100% !important;
}
@media (max-width: 1200px)
{
    .logoFooter
    {
        width: 100%;
    }
}

@media (max-width: 992px)
{
    .slideImg
    {
        height: 250px;
        object-fit: cover;
    }
    #grujimaCarousel 
    {
        margin-top: 152px;
    }
}

@media (max-width: 576px)
{
    .logoFooter
    {
        width: 75%;
    }
    .navbar-brand img
    {
        width: 190px;
    }
}

@media (max-width: 768px)
{
    #fixerAcercade
    {
        background-image: none;
    }

}