@import url("https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700&display=swap");

#content {
    padding: 0px 0em !important;
}

.boxOperacion {
    margin-top: 0px
}

 .boxOperacion p {
    font-size: 0.9rem;
    text-align: center;
    padding: 10px 30px;
    color: gray;
    line-height: 1.3rem
}

 .boxOperacion img {
    display: block
}

 .boxOperacion .boxPaises {
    background-color: #069
}

 .boxOperacion .boxPaises .boxPais {
    border-bottom: 1px solid #fff;
    padding: 5px 30px;
    height: 45px;
    text-align: center
}

 .boxOperacion .boxPaises .boxPais a {
    display: block;
    color: #fff;
    padding-top: 5px
}

 .boxOperacion .boxPaises .boxPais a img {
    position: relative;
    top: -5px;
    display: inline-block;
    max-width: 30px;
    float: right;
    -webkit-box-shadow: #000000a1 0 0 3px;
    box-shadow: #000000a1 0 0 3px;
    border-radius: 30px
}

.boxOperacion h2 {
    font-size: 1rem !important;
    color: #1773a2 !important;        
}

.boxOperacion .boxPaises .boxPais a span {
    font-weight: bolder;
}
    .boxMg{
        margin: 0px 0px;
    }

@media screen and (min-width: 980px) {

    .boxOperacion {
        background: url("/documents/1779173/1903293/banner-operacionHome.jpg") no-repeat center center;
        padding: 20px 0 80px;
        max-height: 510px;
        margin-top: 0px;
    }
     .boxOperacion h2 {
        color: #fff !important;
        font-size: 2.0em !important;
    }
    
     .boxOperacion p {
        display: none
    }
     .boxOperacion img {
        display: none
    }
    
    .boxMg{
        margin: 0px 130px;
    }
     .boxOperacion .boxPaises {
        background: none;
        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;
        padding: 10px 95px 5px;
         min-height: 210px;
    }
     .boxOperacion .boxPaises .boxPais {
        -ms-flex-preferred-size: 12%;
        flex-basis: 20%;
        border: none;
        padding: 10px 5px;
        height: auto;
        text-align: center;
        -webkit-transition: all 0.75s ease;
        transition: all 0.75s ease
    }
     .boxOperacion .boxPaises .boxPais a {
        padding: 0;
        text-align: center
    }
    
    .boxOperacion .boxPaises .boxPais a img {
        position: initial;
        -webkit-transition: all 0.75s ease;
        transition: all 0.75s ease;
        display: block;
        float: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        max-width: 98px;
        /*width: 70%;*/
        margin: 10px auto
    }
     
     .boxOperacion .boxPaises .boxPais a span {
        border: 1px solid #fff;
        padding: 2px 5px 1px;
        -webkit-transition: all 0.75s ease;
        transition: all 0.75s ease;
        font-weight: bold;
    }
    
    .boxOperacion .boxPaises .boxPais a:hover img {
        max-width: 115px;
    }
    
    .boxOperacion .boxPaises .boxPais a:hover span {
        border: none;
        font-weight: 700;
    }
}


/*# sourceMappingURL=home.min.css.map */