html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #515151;
  font-size: 18px;
  background: #fff;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

a {
  color: #597CB9;
}

a:hover {
  text-decoration: none;
}

img{
 max-width: 100%;
}

strong{
  font-weight: 600;
}

.container{
  max-width:1140px;
  width: 100%;
  margin:0 auto;
  clear: both;
  position: relative;
}

header{
  border-top: 12px solid #0a555b;
  padding: 15px 0;
  overflow: hidden;
}

header .logo{
  float:left;
  margin-left: 80px;
}

header .main-title{
  float:left;
  margin-left: 95px;
  position: relative;
  margin-top: 56px;
}

header .main-title h2{
  color:#26696f;
  font-weight: 300;
  font-size: 28px;
  max-width: 311px;
  line-height: 33px;
}

header .main-title:after{
  content:"";
  background: url(../images/lines.png) no-repeat 0 0;
  height: 20px;
  display: block;
  position: absolute;
  bottom: -35px;
  width: 472px;
}

.main{
  clear: both;
  margin-top: 60px;
}

.content-curso{
  background: url(../images/bg-blue.jpg) no-repeat center top;
  padding: 20px 10px 20px 35px;
  color:#26696f;
  overflow: hidden;
}

.content-curso .info-title {
  float: left;
}

.content-curso .info-title h2{
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 40px;
  margin:0 0 10px;
  overflow: hidden;
}

.content-curso .info-title h2 strong{
  float: left;
  width: 188px;
}

.content-curso .info-title h2 span{
  float: left;
}

.content-curso .date{
  font-size: 18px;
  font-weight: 700;
  clear: both;
  margin-left: 190px;
}

.video{
  position: absolute;
  margin: -155px 0 0 0;
  right: -49px;
}

.row{
  clear: both;
}

.cronograma{
  float: left;
  margin-top: 93px;
  max-width: 750px;
  width: 100%;
}

.cronograma span{
  font-weight: 300;
  text-transform: uppercase;
  font-size: 30px;
  display: block;
  margin: 0 0 15px;
}

.cronograma h3{
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px;
}

.local{
  float: left;
  width: 100%;
  max-width: 345px;
  margin-top: 55px;
}

.local span{
  font-weight: 300;
  text-transform: uppercase;
  font-size: 30px;
  display: block;
  margin: 0 0 10px;
}

.local p{
  font-size: 16px;
  margin-bottom: 20px;
}

.local small{
  font-size: 12px;
}

.cadastro{
margin-top: 40px;
}

.cadastro .col-1{
  float: left;
  width: 40.5%;
  padding: 20px 30px 20px 70px;
  
   margin-bottom: 40px;
}

.cadastro .col-1 p{
  text-align: right;
  font-size: 18px;
  line-height: 27px;
}

.cadastro .col-2{
  float: left;
  padding: 0 35px;
  width: 44%;
  margin-bottom: 40px;
  border-left: 1px solid #ccc;
}

.cadastro .col-2 form label{
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  text-align: right;
  width: 78px;
  margin-right: 8px;
}

.cadastro .col-2 form .input-control{
  background: #ededed;
  border:none;
  height: 36px;
  padding: 0 10px;
  width: 60%;
}

.cadastro .col-2 form .form-group{
  margin-bottom: 10px;
}

.cadastro .col-2 form .btn-enviar{
  color:#fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  border:none;
  border-radius: 30px;
  background: url(../images/button-degrade.png) no-repeat center center;
  padding: 7px 24px;
  font-family: "Open Sans";
  margin-left: 88px;
  margin-top: 5px;
  cursor: pointer;
}

footer{
  clear: both;
  padding: 15px;
}

footer p{
  text-align: center;
  color:#26696f;
  font-size: 12px;
}

.swal2-popup .swal2-title{
  color:#68A3E7!important;
  font-size: 20px!important;
  font-weight: 700!important;
  border-bottom: 1px solid #68A3E7!important;
  padding-bottom: 10px!important;
  margin-bottom: 40px!important;
}

.swal2-popup #swal2-content p{
  color:#9B9B9B!important;
  font-size: 16px!important;
}

.swal2-popup{
  padding: 2.25em!important;
  border-radius: 20px!important;
}

.swal2-popup .swal2-styled.swal2-cancel{
  border-radius: 30px!important;
  background: #68A3E7!important;
  text-transform: uppercase!important;
  letter-spacing: 1px!important;
  font-size: 15px!important;
  font-weight: 700!important;
  margin:0!important;
}

.swal2-popup .swal2-styled.swal2-cancel.btn-danger{
  background: #C83637!important;
}

.popup {
  width:100%;
  height:100%;
  display:none;
  position:fixed;
  top:0px;
  left:0px;
  background:rgba(0,0,0,0.6);
}

/* Inner */
.popup-inner {
  max-width:600px;
  width:90%;
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%, -50%);
  transform:translate(-50%, -50%);
  background:#000;
}
 
/* Close Button */
.popup-close {
  width:30px;
  height:30px;
  padding-top:4px;
  display:inline-block;
  position:absolute;
  top:0px;
  right:0px;
  transition:ease 0.25s all;
  -webkit-transform:translate(50%, -50%);
  transform:translate(50%, -50%);
  border-radius:1000px;
  background:rgba(0,0,0,0.9);
  font-family:Arial, Sans-Serif;
  font-size:20px;
  text-align:center;
  line-height:100%;
  color:#fff;
  text-decoration: none;
}

.cadastro span.error {
    font-size: 12px;
    color: #d51810;
    text-align: left;
    padding: 0 0 0 91px;
    display: block;
}