@import url("https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700&display=swap");

#content {
    padding: 0px 0em !important;
}

.box-redCentros, .box-operacion{
    margin-top: 0px;
}

.box-redCentros h2, .box-operacion h2 {
    color: #00BFA5;
    padding: 0 20px;
    line-height: 1.7rem;
    font-size: 1.2rem;
}

.box-redCentros p, .box-operacion p {
    font-size: 0.9rem;
    color: gray;
    line-height: 1.3rem;
    padding: 0;
}
 .box-redCentros .boxText {
    padding: 20px 20px 20px 20px;
}
 .box-operacion {
    padding: 0;
}
 .box-operacion .boxText {
    padding: 20px 20px 20px 20px;
}
 .box-operacion .boxBanderas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
 .box-operacion .boxBanderas .boxLeft,
 .box-operacion .boxBanderas .boxRight {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding-left: 15px;
}
 .box-operacion .boxBanderas .boxLeft .boxPais,
 .box-operacion .boxBanderas .boxRight .boxPais {
    clear: both;
    padding: 0px
}

.box-operacion .boxBanderas .boxRight .indonesia{
    display: none;
}

 .box-operacion .boxBanderas .boxLeft a,
 .box-operacion .boxBanderas .boxRight a {
    display: block;
    line-height: 3.3rem;
    color: black
}
 .box-operacion .boxBanderas .boxLeft a img,
 .box-operacion .boxBanderas .boxRight a img {
    float: left;
    max-width: 40px;
    padding-right: 5px
}

@media screen and (min-width: 980px) {
    .box-redCentros{
        margin-top: 0px;
    }

    .box-operacion{
        margin-top: 0px;
    }
    
    .box-redCentros {
        background: url("/documents/1779173/1848501/bg-redCentros.jpg") no-repeat center left;
        background-size: cover
    }
    
    .box-redCentros img {
        display: none
    }
    
    .box-redCentros .boxText {
        text-align: right;
        padding: 150px 60px 100px 60px;
        width: 45%;
        margin: 0 auto 0 55%
    }
     .box-redCentros .boxText h2 {
        text-align: right;
        padding: 10px 0;
        font-size: 1.7rem !important;
    }
     .box-redCentros .boxText p {
        font-size: 1rem;
        line-height: 1.3rem
    }
     .box-operacion {
        background: url("/documents/1779173/1848501/bg-operacionHosp.jpg") no-repeat center center;
        background-size: cover;
        padding: 0
    }
     .box-operacion img {
        display: none
    }
     .box-operacion .boxText {
        text-align: left;
        padding: 100px 0 80px 50px;
        width: 45%;
        margin: 0 55% 0 auto
    }
     .box-operacion .boxText h2 {
        text-align: left;
        padding: 10px 0;
        font-size: 1.7rem !important;
    }
     .box-operacion .boxText p {
        font-size: 1rem;
        line-height: 1.3rem
    }
     .box-operacion .boxBanderas {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-top: 20px
    }
     .box-operacion .boxBanderas .boxLeft,
     .box-operacion .boxBanderas .boxRight {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        padding-left: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
     .box-operacion .boxBanderas .boxLeft .boxPais,
     .box-operacion .boxBanderas .boxRight .boxPais {
        display: inline-block;
        padding: 0;
        text-align: center;
        width: 25%
    }
     .box-operacion .boxBanderas .boxLeft .boxPais a,
     .box-operacion .boxBanderas .boxRight .boxPais a {
        text-align: center;
        font-size: 0.85rem;
        line-height: 1rem
    }
     .box-operacion .boxBanderas .boxLeft .boxPais a:hover,
     .box-operacion .boxBanderas .boxRight .boxPais a:hover {
        color: #069;
        text-decoration: underline
    }
     .box-operacion .boxBanderas .boxLeft .boxPais a img,
     .box-operacion .boxBanderas .boxRight .boxPais a img {
        display: block;
        float: none;
        margin: 0 auto;
        padding: 5px 5px 10px;
        max-width: 55px
    }
     .box-operacion .boxBanderas .boxLeft .boxPais a span,
     .box-operacion .boxBanderas .boxRight .boxPais a span {
        font-size: 0.85rem
    }

    .box-operacion .boxBanderas .boxRight .indonesia{
        visibility: hidden;
    }
}