@import url("https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700&display=swap");

#content {
    padding: 0px 0em !important;
}

#contenido-nosotros{
    background-color: #f6f6f6;
}

#contenido-nosotros div{
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

#contenido-nosotros div p{
    color: gray;
    font-size: 1rem;
    line-height: 1.2rem;
}

#contenido-nosotros div p span{
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.2rem;
}

.boxLinks {
    position: relative;
    padding: 0 20px;
    top: -10px;
    overflow: hidden;
    margin-left: 20%;
}

.boxLinks a {
    display: block;
    color: #1A237E;
    line-height: 40px;
    padding: 10px;
    text-decoration: underline;
    font-weight: 400;
    font-size: 1.1rem;
}

.boxLinks a img {
    display: inline-block;
    width: 40px;
    padding-right: 10px;
    float: left
}

#div-pdf {
    background-color: white;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
}

.span4{
    margin-bottom: 20px;
}

.nosotros-mobile{
    display: block;
}

.boxValores {
    text-align: center;
    color: #009999;
    font-weight: 600;
    font-size: 1.2em;
    background-color: white;
    padding-left: 50px;
    padding-right: 50px;
}

.boxValores .boxValor{
    padding: 0px 10px;
}

.boxValores .boxValor p{
    font-size: 1rem;
    line-height: 1.2rem;
}

.boxValores .boxValor img{
    width: 220px;
    margin-left: auto;
    margin-right: auto;
}

.boxValores .slick-dots {
    left: -16px;
    bottom: -26px
}

@media screen and (min-width: 980px){
    #content {
        padding: 0px 0em !important;
    }

    #contenido-nosotros div{
        padding-top: 90px;
        padding-bottom: 60px;
        padding-left: 200px;
        padding-right: 200px;
    }

    #contenido-nosotros div p{
        text-align: center;
        font-size: 1.1rem;
        line-height: 1.2rem;
        margin: 0;
    }

    #contenido-nosotros div p span{
        text-align: center;
        font-size: 1.1rem;
        line-height: 1.2rem;
    }

    .boxLinks {
        position: static;
        text-align: center;
        padding: 20px 0;
        margin: 0;
    }
    
    .boxLinks a {
        display: inline-block;
        padding: 10px 30px
    }
    
    .boxLinks a:hover {
        color: #1A237E;
    }
    
    .boxLinks a img {
        width: 50px
    }

    #div-pdf {
        background-color: white;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 500px;
        padding-right: 0px;
        margin: 0 auto;
    }

    .span4{
        margin-bottom: 10px;
    }

    .nosotros-mobile{
        display: none;
    }

    .boxValores .boxValor img{
      width: 120px;
    }

    .boxValores {
        padding-top: 30px;
    }
}