/* Application Styles */
@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: 'open_sansregular', sans-serif !important;
    font-size: 18px !important;
    color: black !important;
}

@media (max-width: 360px) {
    .modal-content .modal-header ul {
        display: none;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 12px !important;
    }
    
    header {
        height: auto !important;
    }
    
    h1 img {
        width: 220px !important;
    }
    
    .container-fluid {
        padding: auto 0 !important;
    }
    
    #content {
        height: auto !important;
        display: block;
    }
    
    #content .row {
        height: auto !important;
        display: block;
    }
    
    #content article {
        margin-bottom: 30px;
    }
    
    #content article .cont {
        height: auto !important;
    }
    
    .action {
        height: auto !important;
    }
    
    .action a.button {
		padding: 20px;
        font-size: 14px !important;
        margin: 0 auto !important;
        width: auto !important;
    }
    
    .modal-content .modal-header h3 {
        font-size: 18px;
    }
    
    footer {
        top: 1650px !important;
        background: none !important;
    }
}

header {
    height: 400px;
    background-color: yellow;
    padding: 50px 0;
}

.effect {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

h1 {
    text-align: center;
}

h1 img {
    width: 540px;
}

hr {
    border-top: 1px solid #969696 !important;
}

h4 {
    text-align: center;
}

.cont p {
    font-size: 60px;
    font-weight: 700;
    text-align: center;
}

.desc {
    margin-top: 50px;
}

@media (max-width: 991px) {
    #content article .cont h2 {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (min-width: 768px) {
    #back-carousel {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 920px;
    }

    .carousel .item {
        height: 920px;
        width: 100%;
    }

    .banner-01{
        background-image: url(../img/bg-01.jpg);
    }

    .banner-02{
        background-image: url(../img/bg-02.jpg);
    }

    .banner-03{
        background-image: url(../img/bg-03.jpg);
    }
    
    .banner-04{
        background-image: url(../img/bg-04.jpg);
    }
    
    .banner-05{
        background-image: url(../img/bg-05.jpg);
    }
    
    #contato .left {
        padding-right: 15px;
    }
}

#content {
    height: 920px;
    position: absolute;
    z-index: 10;
    width: 100%;
}

#content .row {
    height: 460px;
    padding: 40px 0;
    
}

article .cont{
    background-color: rgba(255,255,255,0.6);
    box-shadow: 0 0 5px rgba(0,0,0,0.6);
    border-radius: 8px;
    height: 380px;
    display: block;
    padding: 15px !important;
	margin-bottom: 30px;
}

article .cont:hover{
    background-color: rgba(255,255,255,1);
}

article .cont h2 {
    font-size: 30px;
    line-height: 48px;
    text-align: center;
}

.action {
    height: auto;
}

.action a.button {
    background-color: green;
    border-radius: 8px;
    width: 540px;
    color: white;
    box-shadow: 2px 3px 5px 0.00px rgba(0, 0, 0, 0.51);
    display: block;
	padding: 20px 0px 20px 0px;
    text-align: center;
    font-size: 30px;
    margin: 30px auto 0 auto;
    cursor: pointer;
}

.action a.button:hover {
    background-color: darkgreen;
    text-decoration: none;
}

.modal-content {
    float: left;
}

.modal-content .modal-header {
  clear: inherit;
  height: 60px;
  padding: 0;
}

.modal-content .modal-header h3 {
  float: left;
  line-height: 60px;
  margin-left: 10px;
  margin-top: 0;
  margin-bottom: 0;
}

.modal-content .modal-body {
    display: block;
    height: auto;
    float: left;
}

.modal-content .modal-footer {
    float: left;
    width: 100%;
}

.modal-content .modal-body h2 {
  font-size: 24px;
  line-height: 44px;
}

.modal-content .modal-body p {
  line-height: 22px;
}

.modal-content .modal-header ul {
  float: right;
  margin: 0;
  padding-left: 5px;
}

.modal-content .modal-header li {
  list-style: none;
  display: inline-block;
  border-left: 1px solid #ededed;
}

.modal-content .modal-header li a {
  color: #c3c3c3;
  border: none;
  line-height: 60px;
  padding: 0 25px;
  height: 60px;
  display: block;
  cursor: pointer;
  border-top-right-radius: 8px;
}

.modal-content .modal-header li a:hover {
  color: black;
  background-color: #f0f0f0;
}

.tooltip {
    font-size: 16px !important;
}

#contato {
    display: block;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    float: left;
}

#contato div {
    padding: 0;
}

select,
textarea,
input {
    width: 100%;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px !important;
    border: #d0d0d0 solid 1px;
    outline: none;
}

.btn {
    text-align: center;
    padding: 0 auto;
}

.bt-enviar {
    width: 350px;
    min-width: 200px;
    background-color: green;
    color: white;
    text-align: center;
}

.bt-enviar:hover {
    background-color: darkgreen;
}

footer {
    position: absolute;
    height: 350px;
    z-index: 10;
    width: 100%;
    top: 1350px;
    background-position: right top;
    background-repeat: no-repeat;
    padding-top: 30px;
}

footer .info {
    min-height: 250px;
    height: 100%;
    margin-top: 30px;
}

footer a {
    color: black;
}

footer a:hover {
    color: black;
}
#rodape-coruja {
	background-color: #2A2A2A;
	color: #fff;
	font-size: 10pt;
	line-height: 50px;
}
#rodape-coruja a {
	color: #FFF;
}
#rodape-coruja a:hover {
	text-decoration: underline;
}