/** === === GOOGLE FONTS === === */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Dosis:400,500,600,700);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);

/** === === RESETS === === */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
}

figure {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio[controls],
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

div.content:hover {
    text-decoration: none !important;
}

div.content.no-action-link {
    cursor: default;
}

div.content {
    color: #fff;
    text-decoration: none;
    line-height: inherit;
    cursor: pointer;
}

div.content:hover {
    text-decoration: underline;
}

strong,
b {
    font-weight: bold;
    line-height: inherit;
}

small {
    font-size: 60%;
    line-height: inherit;
}

code {
    font-weight: bold;
    background: #fff;
}

ul,
ol {
    margin-bottom: 17px;
    list-style-position: inside;
}

body {
    font-family: 'Open Sans', Verdana, Geneva, sans-serif;
    line-height: 1.250em;
    webkit-font-smoothing: antialiased;
    background-color: #fff;
    height: 100%;
}

span {
    text-align: center;
}

h1 {
    font-size: 1.5em;
    font-weight: 900;
    text-transform: uppercase;
    color: #666;
    margin: 15px auto;
    width: 500px;
    height: 30px;
}

.container {
    width: 96%;
    height: 350px;
    overflow: hidden;
    position: relative;
    height: 300px;
}

section#ocultar {
    width: 0px;
}

section {
    position: relative;
    float: left;
    height: 100%;
}

section img {
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    padding: 0;
    height: 100%;
}

section div.content {
    position: absolute;
    z-index: 2;
    background: rgba(0, 0, 0, 0.6) none;
    display: block;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    width: 100%;
    height: 100%;
    position: absolute;
}

section div.content:hover {
    background: rgba(0, 0, 0, 0.85);
    text-decoration: none;
}

h2 {
    font-family: 'Dosis', sans-serif;
    font-size: 0.575em;
    font-weight: 600;
    text-transform: none;
}

h3 {
    font-size: 2.500em;
    font-weight: 300;
    line-height: 1.2em;
    width: 90%;
}

p {
    font-size: 0.875em;
}

ul {
    display: none;
}

div.content {
    width: 90%;
    margin: 0 auto;
    padding-top: 50px;
}

div.content h3 {
    margin: 5px 0 20px 0;
}

@media screen and (min-width: 19em) {
    section.programs {
        width: 33.33%;
        float: left;
        border-left: 1px solid #000;
    }
    div.content {
        padding-top: 40px;
        padding-top: 80px;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }
    div.content h3 {
        margin: 5px 0 100px 0;
    }
    h2 {
        font-size: 1em;
        margin-block-start: 0em;
        margin-block-end: 0.3em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
    }
    div.content ul {
        margin-top: 5px;
        display: block;
        padding-left: 3px;
        color: rgba(0, 0, 0, 0);
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }
    div.content ul li {
        list-style: none;
        font-size: 0.675em;
        margin-bottom: 3px;
    }
    div.content ul li span {
        margin-left: 3px;
    }
    section span:hover div.content p {
        margin-top: 0;
        color: #ffffff;
    }
    section span:hover div.content ul {
        margin-top: 0;
        color: rgba(255, 255, 255, .5);
    }
    section span div.content ul li a {
        color: rgba(0, 0, 0, 0);
    }
    section span:hover div.content ul li a {
        color: rgba(255, 255, 255, .5);
    }
    section span:hover div.content {
        padding-top: 40px;
    }
    h2 {
        font-size: 1em;
    }
    a {
        color: rgba(255, 255, 255, .5);
        text-decoration: none;
    }
    a:hover {
        text-decoration: underline;
    }
}

@media screen and (min-width: 40.5em) {
    section.programs {
        width: 33.33%;
        float: left;
        border-left: 1px solid #000;
    }
    div.content {
        padding-top: 40px;
        padding-top: 80px;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }
    div.content h3 {
        margin: 5px 0 100px 0;
    }
    h2 {
        font-size: 1.2em;
        margin-block-start: 0em;
        margin-block-end: 0.3em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
    }
    div.content ul {
        margin-top: 5px;
        display: block;
        padding-left: 3px;
        color: rgba(0, 0, 0, 0);
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }
    div.content ul li {
        list-style: none;
        font-size: 0.675em;
        margin-bottom: 3px;
    }
    div.content ul li span {
        margin-left: 3px;
    }
    section span:hover div.content p {
        margin-top: 0;
        color: #ffffff;
    }
    section span:hover div.content ul {
        margin-top: 0;
        color: rgba(255, 255, 255, .5);
    }
    section span div.content ul li a {
        color: rgba(0, 0, 0, 0);
    }
    section span:hover div.content ul li a {
        color: rgba(255, 255, 255, .5);
    }
    section span:hover div.content {
        padding-top: 40px;
    }
    h2 {
        font-size: 2.0em;
    }
    a {
        color: rgba(255, 255, 255, .5);
        text-decoration: none;
    }
    a:hover {
        text-decoration: underline;
    }
}

@media screen and (min-width: 62em) {
    .container {
        width: 75%;
        height: 400px;
        margin: 0 auto;
    }
    h3 {
        font-size: 2.250em;
    }
    p {
        display: block;
        font-weight: 300;
        line-height: 1.4em;
        font-size: 0.875em;
    }
    div.content {
        padding-top: 50px;
        padding-top: 130px;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }
    div.content h3 {
        margin-bottom: 10px;
    }
    div.content p {
        margin-top: 20px;
        color: rgba(0, 0, 0, 0);
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }
    div.content h3 {
        margin-bottom: 10px;
        font-size: 1.4em;
        line-height: 1.3em;
    }
    div.content ul {
        margin-top: 10px;
        display: block;
        padding-left: 5px;
        color: rgba(0, 0, 0, 0);
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }
    div.content ul li {
        list-style: none;
        font-size: 0.875em;
        margin-bottom: 5px;
    }
    /*div.content ul li a span{
	color: rgba(0, 0, 0, 0);
}

div.content:hover ul li a span{
	color: rgba(255, 255, 255,.5);
}*/
    div.content ul li span {
        margin-left: 5px;
    }
    section span:hover div.content p {
        margin-top: 0;
        color: #ffffff;
    }
    section span:hover div.content ul {
        margin-top: 0;
        color: rgba(255, 255, 255, .5);
    }
    section span div.content ul li a {
        color: rgba(0, 0, 0, 0);
    }
    section span:hover div.content ul li a {
        color: rgba(255, 255, 255, .5);
    }
    section span:hover div.content {
        padding-top: 50px;
    }
    h2 {
        font-size: 2.5em;
    }
}

@media screen and (min-width:100em) and (min-height:50em) {
    section.programs div.content {
        padding-top: 220px;
    }
    section.programs div.content h3 {
        margin-bottom: 15px;
    }
    section.programs div.content ul {
        margin-top: 15px;
        display: block;
    }
    section.programs div.content ul li {
        font-size: 0.875em;
    }
    section.programs asection span:hover div.content {
        padding-top: 60px;
    }
    section.programs asection span:hover div.content p {
        margin-top: 0;
        color: #ffffff;
    }
    button {
        display: inline-block;
        outline: none;
        border: none;
        padding: 8px 14px;
        background: #414141;
        background-image: -webkit-linear-gradient(top, #575757, #414141);
        background-image: -moz-linear-gradient(top, #575757, #414141);
        background-image: -ms-linear-gradient(top, #575757, #414141);
        background-image: -o-linear-gradient(top, #575757, #414141);
        background-image: linear-gradient(to bottom, #575757, #414141);
        text-shadow: 0px 1px 0px #414141;
        -webkit-box-shadow: 0px 1px 0px 414141;
        -moz-box-shadow: 0px 1px 0px 414141;
        box-shadow: 0px 1px 0px 414141;
        color: #ffffff;
        text-decoration: none;
        margin: 0 auto 10px;
        -webkit-border-radius: 4;
        -moz-border-radius: 4;
        border-radius: 4px;
        padding: 12px 25px;
        font-family: "Signika Negative", sans-serif;
        text-transform: uppercase;
        font-weight: 600;
        cursor: pointer;
        font-size: 13px;
        line-height: 18px;
    }
    button:hover {
        background: #fff;
        background-image: -webkit-linear-gradient(top, #57a818, #4d9916);
        background-image: -moz-linear-gradient(top, #57a818, #4d9916);
        background-image: -ms-linear-gradient(top, #57a818, #4d9916);
        background-image: -o-linear-gradient(top, #57a818, #4d9916);
        background-image: linear-gradient(to bottom, #57a818, #4d9916);
        text-shadow: 0px 1px 0px #32610e;
        -webkit-box-shadow: 0px 1px 0px fefefe;
        -moz-box-shadow: 0px 1px 0px fefefe;
        box-shadow: 0px 1px 0px fefefe;
        color: #ffffff;
        text-decoration: none;
    }
    button {
        font-size: 20px;
        font-weight: 400;
    }
    a {
        color: rgba(255, 255, 255, .5);
        text-decoration: none;
    }
    a:hover {
        text-decoration: underline;
    }
}