* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wow {
   visibility: hidden;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    overflow-x: hidden;
    /* background-color: #f7f7f7; */
	background-image: url(../img/background-body.png);
    background-size: auto;
    background-attachment: scroll;
	background-repeat: repeat;
}

.prime {
	position: relative;
    width: 100%;
    height: 75vh;
    background-color: #000;
    background: radial-gradient(rgba(50, 50, 100, 0.55), rgba(50, 50, 100, 0.55)), url(../img/contato.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
	background-repeat: no-repeat;
}

header {
    width: 100%;
    height: 90px;
    display: inline-block;
    margin-top: 10px;
}

.divider {
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: 0.25;
    float: left;
    clear: both;
    margin-top: 10px;
}

.logo {
    width: 100px;
    height: 100px;
    float: left;
    clear: none;
    background-image: url(../img/cap-logo.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 100px;
    position: relative;
}

nav {
    float: right;
    clear: none;
    display: inline-block;
    margin-top: 35px;
    margin-right: 100px;
}

nav .link {
    font-size: 1em;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    margin-left: 50px;
    opacity: 0.65;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

nav .link:hover {
    opacity: 1;
}

nav .active {
    font-weight: 700;
    opacity: 1;
}

.active:before {
    content: "● ";
    font-weight: 700;
}

.student-login {
    float: right;
    width: auto;
    height: 50px;
    right: 100px;
    margin-top: 25px;
    position: relative;
}

.student-login p {
    color: #fff;
    font-size: 0.75em;
    float: left;
    margin-right: 15px;
    margin-top: 13px;
}

.student-login .student-pic {
    width: 40px;
    height: 40px;
    float: right;
    clear: none;
    border: 3px solid #fff;
    border-radius: 100%;
}

.info {
    margin-top: 0vh;
}

h1 {
    float: left;
    width: calc(100% - 100px);
    height: auto;
    clear: both;
    font-family: "Open Sans", sans-serif;
    font-size: 3.3em;
    text-align: left;
    color: #fff;
    font-weight: 700;
    margin-bottom: 40px;
    margin-top: 0px;
    margin-left: 100px;
    opacity: 1;
}

h1 span {
    font-weight: 600;
}

#afterh1 {
    width: 60%;
    margin-left: 100px;
    float: left;
    clear: both;
    font-family: "Open Sans", sans-serif;
    font-size: 0.8em;
    text-align: left;
    color: #fff;
    font-weight: 300;
    
}

.call-to-action-prime {
    width: auto;
    height: auto;
    display: block;
    float: none;
    margin: 60px auto;
    clear: both;
}

.call-to-action-prime .left {
    float: left;
}

.call-to-action-prime .right {
    float: right;
}

.call-to-action-prime .button-round {
    display: inline-block;
    cursor: pointer;
    width: 250px;
    padding: 15px 0px;
    background-color: transparent;
    border: 3px solid #fff;
    border-radius: 100px;
    font-family: "Open Sans", sans-serif;
    font-size: 0.75em;
    color: #fff;
    margin-left: 100px;
    margin-top: 50px;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

.call-to-action-prime .button-round:hover {
    background-color: #fff;
    color: #333;
}

.frame {
    width: 100%;
    min-height: 100vh;
    height: auto;
}

.custom-frame {
    width: 100%;
    height: auto;
    padding: 50px;
}

.courses, .location {
	display: block;
	float: none;
	margin: auto;
	margin-bottom: 50px;
}

.courses p, .location p {
	margin-top: 45px;
	margin-bottom: 20px;
	font-family: "Open Sans", sans-serif;
	font-size: 2em;
	text-align: center;
}

.courses div, .location div {
	display: block;
	float: none;
	margin: auto;
    clear: both;
    width: 65px;
    height: 1px;
    background-color: #000;
    opacity: 1;
}

.image {
    width: calc(100% - 30px);
    height: 370px;
    display: block;
    float: left;
    clear: both;
    background-color: #000;
    background: radial-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url(../img/administracao-curso.jpg);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.course-title {
    width: 100%;
    height: auto;
    margin-top: 125px;
    font-size: 3em;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.image .button-round-1 {
    display: inline-block;
    outline: none;
    width: 230px;
    padding: 15px 0px;
    background-color: transparent;
    border: 3px solid #fff;
    border-radius: 100px;
    font-family: "Open Sans", sans-serif;
    font-size: 0.75em;
    color: #fff;
    position: absolute;
    bottom: 85px;
    left: -25px;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

.image .button-round-2 {
    display: inline-block;
    outline: none;
    width: 230px;
    padding: 15px 0px;
    background-color: transparent;
    border: 3px solid #fff;
    border-radius: 100px;
    font-family: "Open Sans", sans-serif;
    font-size: 0.75em;
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: -25px;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

.content {
    width: 75%;
    height: auto;
    min-height: 500px;
    padding: 30px 15px;
    float: none;
    display: block;
    clear: both;
    margin: 30px 7%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px 3px rgba(0,0,0,0.05);
	box-shadow: 0 0 3px 3px rgba(0,0,0,0.05);
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

h3, .description {
    float: left;
    width: 70%;
    clear: both;
    margin: 13px 15%;
    list-style: inside;
}

.ftsz18 {
    font-size: 18px;
}

.doge {
    font-size: 13px;
    line-height: 17px;
    margin: 20px;
    font-weight: 600;
}

.explanation {
    font-size: 16px;
    color: #777;
    font-weight: 600;
    margin-bottom: 20px;
}

.table {
    width: 70%;
    float: none;
    display: inline-block;
    clear: both;
    margin: 13px 15%;
    /*margin-top: 50px;*/
}

.no-focus:focus {
    outline: none;
}

.sign-in {
    cursor: pointer;
    width: 300px;
    padding: 15px 0px;
    background-color: transparent;
    border: 3px solid #333;
    border-radius: 100px;
    display: block;
    float: none;
    margin: 25px auto;
    font-family: "Open Sans", sans-serif;
    font-size: 0.75em;
    color: #333;
    outline: none;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

.sign-in:hover {
    background-color: #333;
    color: #fff;
}

.info-links {
    width: 100%;
    height: auto;
    min-height: 300px;
    padding: 15px 0px;
    background-color: #333;
    overflow: hidden;
}

.info-links h4 {
    margin-bottom: 20px;
    font-size: 24px;
}

.info-container {
    width: 60%;
    height: 100%;
    display: block;
    float: none;
    margin: auto;
}

.part-1, .part-2, .part-3 {
    display: inline-block;
    float: left;
    width: 30%;
    margin-right: 3%;
    color: #fff;
}

ul, ol {
    list-style: none;
}

ul a, ol a {
    text-decoration: none;
    color: #fff;
    opacity: 0.75;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

ul a:hover, ol a:hover {
    opacity: 1;
}

.contact {
    width: 100%;
    height: 75px;
	overflow: hidden;
	background-color: #333;
    border-top: 1px solid #777;
    position: relative;
}

.contact .logo {
    width: 150px;
    height: 150px;
    float: none;
    display: block;
    background-image: url(../img/cap-logo.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	margin-top: 50px;
    margin-left: auto;
	margin-right: auto;
    position: relative;
}

h5 {
    float: left;
    width: 100%;
    height: auto;
    clear: both;
    font-family: "Open Sans", sans-serif;
    font-size: 3.3em;
    text-align: center;
	text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    margin-top: 50px;
	margin-bottom: 25px;
}

h5 span {
    font-weight: 600;
}

.afterh5 {
    float: none;
    display: block;
    margin: auto;
    clear: both;
    font-family: "Open Sans", sans-serif;
    font-size: 0.8em;
    text-align: center;
    color: #fff;
    font-weight: 300;
    width: 50%;
}
.footer-buttons {
    width: 200px;
    height: auto;
    display: block;
    float: none;
    margin: auto;
}
.contact .button-round-lessmargin {
	margin-top: 20px;
    cursor: pointer;
    width: 200px;
    padding: 15px 0px;
    background-color: transparent;
    border: 3px solid #fff;
    border-radius: 100px;
    font-family: "Open Sans", sans-serif;
    font-size: 0.75em;
    color: #fff;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

.contact .button-round-lessmargin:hover {
    background-color: #fff;
    color: #333;
}

.contact .button-round {
	margin-top: 50px;
    cursor: pointer;
    width: 200px;
    padding: 15px 0px;
    background-color: transparent;
    border: 3px solid #fff;
    border-radius: 100px;
    font-family: "Open Sans", sans-serif;
    font-size: 0.75em;
    color: #fff;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

.contact .button-round:hover {
    background-color: #fff;
    color: #333;
}

.contact a {
	text-decoration: none;
}

.social-holder {
	width: 140px;
	height: auto;
	display: block;
	float: right;
}

.social-holder .twitter {
	width: 40px;
	height: 40px;
	margin-right: 5px;
	margin-left: 0px;
	opacity: 0.7;
	display: inline-block;
    background-image: url(../img/twitter.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.social-holder .facebook {
    width: 40px;
	height: 40px;
	margin-right: 5px;
	margin-left: 0px;
	opacity: 0.7;
	display: inline-block;
    background-image: url(../img/facebook.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.social-holder .google {
    width: 40px;
	height: 40px;
	margin-right: 0px;
	margin-left: 0px;
	opacity: 0.7;
	display: inline-block;
    background-image: url(../img/google.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.social-holder .twitter:hover, .social-holder .facebook:hover, .social-holder .google:hover {
	opacity: 1;
}

footer {
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 15px;
}

.social-holder-wrap {
    position: absolute;
    bottom: 0px;
    top: auto;
    left: auto;
    right: 95px;
    width: auto;
    height: auto;
}

footer .navigation-link {
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    margin-left: 30px;
    text-transform: uppercase;
    opacity: 0.55;
    font-family: "Open Sans", sans-serif;
    font-size: 0.7em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

footer .navigation-link:nth-child(1) {
    margin-left: 100px;
}

footer .navigation-link:hover {
    opacity: 1;
}

li .list-link, .location-link {
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    text-decoration: none;
    color: #3a84ba;
}

.location-link {
    font-size: 0.75em;
    width: 90%;
    float: none;
    display: block;
    margin: 10px auto;
}

li .list-link:hover {
    color: #34a1f0;
}

.contact-form {
  width: 64%;
  height: auto;
  display: inline-block;
  float: none;
}

.form-input, .form-select, .form-message {
  width: 300px;
  clear: both;
  float: none;
  margin: 10px auto;
  display: block;
  min-height: 25px;
  padding: 5px;
  border: 2px solid #ddd;
  border-radius: 3px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  outline: none;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.form-input:hover, .form-select:hover, .form-message:hover {
  border: 2px solid #aaa;
}

.form-input:focus, .form-select:focus, .form-message:focus {
  border: 2px solid #3498ff;
}

.form-select {
  color: #777;
  padding: 10px;
  width: 313px;
  background-image: url(../img/pointer-down.png);
  background-position: center right;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-select:hover {
    background-image: url(../img/pointer-down-hover.png);
}

.form-select:focus {
    background-image: url(../img/pointer-selected.png);
}

.form-message {
  resize: vertical;
  min-height: 100px;
  max-height: 250px;
  margin-top: 15px;
}

.map {
  width: 35%;
  height: 470px;
  position: relative;
  display: inline-block;
  float: right;
  margin-right: -15px;
  margin-top: 0px;
  border-left: 1px solid #ddd;
}

.map h3 {
    width: 100%;
    margin: 25px auto;
    text-align: center;
}

.contact-card {
  clear: both;
  display: block;
  float: none;
  margin: 8px auto;
  width: 220px;
  height: 70px;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
  border-radius: 5px;
  padding: 5px;
}

.call-to {
  float: left;
  clear: none;
  width: 70px;
  height: 100%;
  border: none;
  background-color: #FFF;
  font-weight: 600;
  color: #3498db;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.call-to:hover {
  color: #FFF;
  background-color: #3498db;
}

.phone-number {
  float: right;
  margin-top: 23px;
  margin-right: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #777;
}


/* RESPONSIVE MEDIA QUERIES */

@media only screen and (max-device-width : 1440px) {
    body {
        font-size: 20px;
    }
    
    .social-holder {
        width: 145px;
    }
}

@media only screen and (max-device-width : 1366px) {
	body {
    	font-size: 18px;
		overflow-x: hidden;
	}
	
    
}

@media screen and (max-device-width : 1280px) {
    body {
    	font-size: 16px;
		overflow-x: hidden;
	}
    
    
}

@media only screen and (max-device-width : 1280px) and (max-device-height : 600px) {
    body {
    	font-size: 16px;
		overflow-x: hidden;
	}
    
    .prime {
        height: 87vh;
    }
    
    .map {
        width: 40%;
    }
    
    .contact-form {
        width: 58%;
    }
}

@media only screen and (max-device-width : 1024px) {
    body {
    	font-size: 16px;
		overflow-x: hidden;
	}
    
    .map {
        width: 45%;
    }
    
    .contact-form {
        width: 53%;
    }
    
    /*.form-input, .form-select, .form-message {
        width: 75%;
    }*/
    
    .logo, h1, #afterh1, .call-to-action-prime .button-round, footer .navigation-link:nth-child(1) {
        margin-left: 50px;
    }
    
    nav {
        margin-top: 38px;
        margin-right: 50px;
    }
    
    .social-holder-wrap {
        right: 45px;
    }
    
    .student-login {
        right: 50px;
    }
}

@media only screen and (max-device-width : 800px) 
and (max-device-height : 600px) {
    body {
    	font-size: 16px;
		overflow-x: hidden;
	}
    
    .logo, h1, #afterh1, .call-to-action-prime .button-round, footer .navigation-link:nth-child(1) {
        margin-left: 25px;
    }
    
    h1 {
        margin-top: 0px;
    }
    
    .call-to-action-prime .button-round {
        margin-top: 40px;
    }
    
    nav {
        margin-top: 38px;
        margin-right: 25px;
    }
    
    nav .link {
        font-size: 0.95em;
        margin-left: 25px;
    }
    
    .social-holder-wrap {
        right: 20px;
    }
    
    .student-login {
        right: 25px;
    }
    
    .content {
        width: 600px;
        height: 960px;
        margin-left: 40px;
    }
    
    .map, .contact-form {
        display: block;
        float: none;
        margin: auto;
        clear: both;
        width: 100%;
        border: none;
    }
    
    .info-container {
        width: 93%;
    }
}


@media only screen and (max-device-width : 768px) {
    body {
    	font-size: 16px;
		overflow-x: hidden;
	}
    
    .prime {
        height: 50vh;
    }
    
    .logo, h1, #afterh1, .call-to-action-prime .button-round, footer .navigation-link:nth-child(1) {
        margin-left: 25px;
    }
    
    nav {
        margin-top: 38px;
        margin-right: 25px;
    }
    
    nav .link {
        font-size: 0.95em;
        margin-left: 25px;
    }
    
    .social-holder-wrap {
        right: 20px;
    }
    
    .student-login {
        right: 25px;
    }
    
    .info-container {
        width: 93%;
    }
    
    .map, .contact-form {
        display: block;
        float: none;
        margin: auto;
        clear: both;
        width: 100%;
        border: none;
    }
}

@media only screen and (max-device-width : 640px) {
    body {
        font-size: 14px;
        line-height: 17px;
    }
    
    h1 {
        margin-top: -50px;
    }
    
    .content {
        width: 423px;
    }
    
    footer .navigation-link {
        display: none;
    }
    
    .prime {
        height: 100vh;
    }
    
    .logo {
        width: 80px;
        height: 80px;
    }
    
    .logo, h1, #afterh1, .call-to-action-prime .button-round, footer .navigation-link:nth-child(1) {
        margin-left: 25px;
    }
    
    nav {
        display: none;
    }
    
    nav .link {
        font-size: 0.95em;
        margin-left: 25px;
    }
    
    .social-holder-wrap {
        right: 20px;
    }
    
    .student-login {
        right: 25px;
    }
    
    .info-container {
        width: 95%;
    }
}

@media only screen and (max-device-width : 640px)
    and (max-device-height : 360px) {
        .prime {
            height: 130vh;
        }
}

@media only screen and (max-device-width : 400px) 
and (max-device-height : 640px) {
    body {
        font-size: 16px;
        line-height: 18px;
    }
    
    .prime {
        height: 87vh;
    }
    
    .content {
        width: 85%;
        margin-left: -35px;
    }
    
    h1, #afterh1 {
        width: 90%;
    }
    
    h1 {
        font-size: 2em;
        margin-top: 20px;
    }
    
    .info-container {
        width: 96%;
        margin-left: 20px;
    }
    
    .info-links h4 {
        font-size: 1em;
        line-height: 20px;
        font-weight: 700;
    }
    
    ul a {
        font-size: 0.75em;
    }
    
    .form-input, .form-select, .form-message {
        width: 90%;
    }
}

@media only screen and (max-device-width : 360px) {

}

@media only screen and (max-device-width : 320px)
and (max-device-height : 240px){
    .prime {
        height: 230vh;
    }
    
    .content {
        width: 81%;
    }
    
    .sign-in {
        width: 93%;
    }
}

@media only screen and (max-device-width : 240px)
and (max-device-height : 320px){
    body {
        font-size: 13px;
        line-height: 17px;
    }
    
    .content {
        width: 75%;
    }
    
    .prime {
        height: 640px;
    }
    
    .sign-in {
        width: 93%;
    }
    
    h1 {
        font-size: 3em;
        width: 210px;
    }
    
    #afterh1 {
        width: 210px;
    }
    
    .info-container {
        width: 99%;
        margin-left: 6%;
    }
    
    .info-links h4 {
        font-size: 0.85em;
        line-height: auto;
        font-weight: 700;
    }
    
    .part-1, .part-2, .part-3 {
        margin-right: 3%;
    }
    
    ul a {
        font-size: 0.67em;
    }
    
    .call-to-action-prime .button-round {
        width: 190px;
    }
}