@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: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

#contenido-nosotros div p{
    color: black;
    font-size: 17px;
}

#contenido-nosotros div p span{
    font-weight: bold;
    font-size: 17px;
}

#div-pdf {
    background-color: white;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
}

#div-pdf a{
    font-size: 14px;
    color: #2e378a;
    font-weight: normal;
    text-decoration: underline;
}

.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 20px;
}

.boxValores .boxValor p{
  font-size: 18px;
}

.boxValores .boxValor img{
  width: 100%;
}

.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: 300px;
        padding-right: 300px;
    }

    #contenido-nosotros div p{
        text-align: center;
    }

    #div-pdf {
        background-color: white;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 500px;
        padding-right: 0px;
        margin: 0 auto;
    }

    #div-pdf a{
        font-size: 14px;
        color: #2e378a;
        font-weight: normal;
        text-decoration: underline;
    }

    .span4{
        margin-bottom: 10px;
    }

    .nosotros-mobile{
        display: none;
    }

    .boxValores .boxValor img{
      width: 70%;
    }
}