@import url("https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700&display=swap");

#content {
    padding: 0px 0em !important;
}

#contenido-programas{
    background-color: #f6f6f6;
}

#contenido-programas div{
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

#contenido-programas div p{
    color: black;
    font-size: 1rem;
    text-align: justify;
    margin: 0;
    line-height: 16px;
}

#contenido-programas div p span{
    font-weight: bold;
    font-size: 1rem;
}

.span4{
    margin-bottom: 20px;
}

.programas-mobile{
    display: block;
}

.contentBox {
    padding: 30px 10px;
}

.contentBox .slick-dots {
    bottom: 0;
    left: 0;
    margin: 0;
}

.slick-dotted.slick-slider{
	margin-bottom: 0px;
}

.box {
    border: 1px solid gray;
    padding: 15px;
    text-align: center;
    min-height: 405px;
    max-height: 450px;
}

.box img {
    max-width: 100px!important;
    width: 30%;
    margin: 0 auto 10px
}

.box h3 {
    color: #00BFA5;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.4rem;
    text-align: center;
}

.box h4 {
    font-weight: 400;
    color: #069;
    font-size: 1.1rem;
    line-height: 1.3rem;
    text-align: center;
}

.box p {
    padding: 10px 0;
    font-size: 1rem;
    color: gray;
    line-height: 1.2rem;
    text-align: center;
}

@media screen and (min-width: 620px){
    .slick-slide{
        padding: 0 5px;
    }
}

@media screen and (min-width: 980px){
    #content {
        padding: 0px 0em !important;
    }

    #contenido-programas div{
        padding-top: 90px;
        padding-bottom: 60px;
        padding-left: 300px;
        padding-right: 300px;
    }

    #contenido-programas div p{
	    font-size: 1.1rem;	
	    line-height: 1.2rem;
	    text-align: center;
        color: gray;
	}

	#contenido-programas div p span{
	    font-size: 1rem;
	    font-weight: bold;
	}

    .span4{
        margin-bottom: 10px;
    }

    .programas-mobile{
        display: none;
    }

    .contentBox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-around;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 50px 20px;
    }

    .box {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        margin-bottom: 20px;
        padding: 40px 20px 0px
    }
}