@import url(https://fonts.googleapis.com/css?family=Quattrocento+Sans:400,700);

body {
    font-family: 'Quattrocento Sans', sans-serif;
    font-weight: 300;
}
.header {
    padding: 10px 0px;
    padding-top: 30px;
    display: block;
    width: 100%;
    background-color: rgba(240,240,240, 0.9);
    -webkit-box-shadow:0px 0px 2px rgba(0,0,0,0.3);
    box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    position: fixed;
    z-index: 99;
}
.content a {
    text-decoration: none;
    color: #095C66;
}
.content p strong {
    color: #737171;
}
.logo {
    display: block;
    width: 220px;
    position: relative;
}
.logo img {
    width: 100%;
    position: relative;
    top: -30px;
    margin-bottom: -50px;
}
.footer-sup {
    color: #B3B3B3;
    background: #f1f1f1;
    padding: 30px 0px;
}
.footer-sup p {
    line-height: 16px;
    font-size: 12.5px;
    text-align: right;
}
.footer-sup p a {
    color: #095C66;
    text-decoration: none;
}
.footer {
    background-color: #095C66;
    padding: 50px 0px;
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
}
.footer p {
    color: #fff;
    line-height: 40px;
}
.nav-social {
    display: table;
    float: right;
}
.nav-social li {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: 7px;
    opacity: 0.6;
    padding: 4px;
    border-radius: 50px;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.nav-social li:hover{
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    opacity: 1;
}
.nav-social li img {
    width: 100%;
}

/** Illustration **/
.illustration {
    width: 82px;
}
.illustration img {
    width: 100%;
}

/** Modal **/
.modal {
    border-radius: 10px;
}
.modal-close span.icon-cross {
    font-size: 50px;
    color: #fff!important;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0px;
}
.modal-close span.icon-cross.color-green {
    color: #095C66!important;
}
.no-style {
    background: transparent;
    box-shadow: none!important;
    border: 0px;
}
.modal-head h2 {
    color: #095C66!important;
    font-weight: 700;
    font-size: 22px; line-height: 26px;
}
.modal-head h4 {
    color: #B3B3B3!important;
    font-weight: 500;
    font-size: 18px; line-height: 22px;
}
.image-carousel {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    max-height: 250px;
    overflow: hidden;
}
.image-carousel img {
    width: 100%;
}
.modal-body h3 {
    font-weight: 700;
    color: #777777;
    padding: 20px 0px;
}
.image-responsive img {
    width: 100%;
}
.button-center{
    display: table;
    margin: auto;
}
.button-video {
    color:#095C66;
    font-size: 14px;
    font-weight: 700;
}
.button-video:hover {
    color: #333;
}
.video {
    max-width: 700px;
    display: block;
    margin:auto;
}
.disabled {
    background: #fff!important;
    border-color: #ddd!important;
    color: #ddd!important;
    opacity: 0.8;
    cursor: auto;
}

button {
    background: #efefef;
    padding: 10px 25px;
    border-radius: 6px;
    border: 0px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    font-family: 'Quattrocento Sans', sans-serif;	
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    margin: 10px;
}
button:focus {
    outline: none;
}

button:hover {
    opacity: 0.7;
}

button.prev {
    background: #fff;
    border:1px solid #095C66;
    color:#095C66;
    text-transform: uppercase;
}

button.next {
    background: #095C66;
    border:1px solid #fff;
    color:#fff;
    text-transform: uppercase;
}

/** Menu **/
.menu a {
    position: relative;
    text-decoration: none;
    width: 90%;
    max-height: 150px;
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin: auto;
    margin-bottom: 10px;
    border: 3px solid #fff;
    border-radius: 4px;
    overflow: hidden;
}

.menu a:hover {
    background: rgba(250,250,250, 0.3);
}

.menu a img {
    width: 100%;
    max-width: 160px;
}
.menu a p {
    display: block;
    position: absolute;
    bottom: 30px; left: 0; right: 0;
    font-size: 15px;
    font-weight: 700;
}
/**  Language **/
.language {
    display: block;
    float: right;
    margin-bottom: 5px;
    position: relative;
    top: -10px;
}

.language li {
    display: inline-block;
    height: 15px;
    line-height: 12px;
    border-right: 1px solid #095C66;
    padding-right: 5px;
}

.language li:last-child {
    border-right: 0px;
}

.language li a {
    font-size: 12px;
    font-weight: 600;
    color: #095C66;
    text-decoration: none;
}

/**  Menu **/
.button-menu {
    display: block;
    float: right;
    height: 30px;
    top: 0px;
    font-weight: 500;
    line-height: 30px;
    right: 5px;
    position: relative;
    color: #095C66;
    z-index: 999999;
}

.button-menu:hover span,
.button-menu:hover span::after,
.button-menu:hover span::before {
    background-color: #333!important;
}

.button-menu:hover p {
    color:#333;
}

.button-menu p {
    float: right;
    font-weight: 600;
    margin-right: 10px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 11px;
}
.button-menu span {
    position: relative;
    top: 12px;
    float: right;
    display: block;
    width: 28px;
    height: 4px;
    border-radius: 4px;
    background-color: #095C66;
}

.button-menu span::before {
    content: '';
    display: block;
    width: 28px;
    height: 4px;
    border-radius: 4px;
    background-color: #095C66;
    position: relative;
    top: -7px;
}

.button-menu span::after {
    content: '';
    display: block;
    width: 28px;
    height: 4px;
    border-radius: 4px;
    background-color: #095C66;
    position: relative;
    top: 3px;
}

/** Banner **/

.ascii-arrow-down {
    font-size: 20px;
    margin-left: 10px;
    position: relative;
    top: 2px;
}
.banner-slider {
    z-index: 0;
    position: relative;
    top: 0px;
    display: block;
    width: 100%;
    max-height: 640px;
    overflow: hidden;
    margin-bottom: 40px;
}
.banner-slider img {
    width: 100%;	
}
.content-owl {
    display: block;
    position: absolute;
    left: 0; right: 0; top: 170px;
    margin: auto;
}
.owl-title {
    width: calc(100% - 20px);
    position: relative;
    z-index: 999;
    top: 60px; left: 0%;
    display: block;
    margin: auto;
    background: rgba(9, 92, 102, 0.8);
    padding: 1.2vw 1vw;
}
.owl-title h1 {
    color: #fff!important;
    font-size: 2vw; line-height: 2.5vw; font-weight: 400;
}
.content-owl a {
    position: relative;
    z-index: 999;
    top: 100px; left: 0%;
    margin: auto;
    background: rgba(9, 92, 102, 0.8);
    padding: 1.2vw 2vw;
    color: #fff;
    text-decoration: none;
    font-size: 1vw; line-height: 1.2vw; font-weight: 400;
}
.content-owl a:hover {
    background: rgba(9, 92, 102, 0.9);
    box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.owl-buttons {
    display: none;
}

/** Content **/
.content h2{
    color: #095C66;
    font-weight: 700;
    font-size: 20px;
}

.content p {
    margin-bottom: 10px;
    line-height: 22px;
    color: #B3B3B3;
}

.button-action {
    text-decoration: none;
    font-weight: 600;
    color: #095C66;
    font-size: 13px;
}

/** Media Iamge **/
.media {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    max-height: 320px;
}

.media img {
    width: 100%;
}

.media-title {
    position: absolute;
    top: 15%;
    right: 15%;
    width: 70%;
    height: 70%;
    background: rgba(9, 92, 102, 0.8);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.media-title h4 {
    position: absolute;
    font-weight: 700;
    color: #fff;
    font-size:20px;
    line-height: 26px;
    top: 32%;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.media-title p {
    width: 90%;
    position: absolute;
    font-weight: 300;
    color: #fff;
    font-size:0.9vw;
    line-height: 1.2vw;
    top: 65%;
    left: 0px;
    right: 0px;
    text-align: left;
    margin: auto;
    display: block;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.media-title span {
    width: 90%;
    position: absolute;
    font-weight: 300;
    color: #fff;
    font-size:0.7vw;
    font-weight: 500;
    line-height: 1vw;
    top: 90%;
    left: 40%;
    right:  40%;
    text-align: left;
    margin: auto;
    display: block;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.media label {
    position: absolute;
    font-weight: 500;
    color: #fff;
    font-size:30px;
    top: 120%;
    left: 0;
    right: 0;
    display: block;
    margin:auto;
    width: 100px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.media:hover .media-title {
    width: 100%;
    height: 102%;
    right: 0;
    top: -3px;
}

.media:hover .media-title h4,
.media:hover .media-title p,
.media:hover .media-title span {
    top: -100%;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.media:hover .media-title label {
    width: 100%;
    height: 100%;
    top: 0%;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.media-title label img {
    max-width: 80px;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
}

/** Services **/
.cs-servicos-specialties {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 40px 0px;
}

.specialties-overlay {
    display: block;
    margin: auto;
    position: relative;
    width: 92%;
    background: rgba(9, 92, 102, 0.8);
}

.specialties-text {
    padding: 40px 0px;
}

.cs-servicos-specialties h4 {
    margin-bottom: 10px;
    line-height: 22px;
    font-size: 16px;
    font-weight: 700;
    color:#fff;
}

.cs-servicos-specialties p {
    margin-bottom: 10px;
    line-height: 22px;
    font-size: 15px;
    color:#fff;
}

.cs-servicos-specialties ul li {
    margin-bottom: -10px;
    display: block;
}

.cs-servicos-specialties ul li p {
    font-size: 13px;
    font-weight: 400;
}

/** Contacts **/
.cs-contactos-form {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 40px 0px;
}

.specialties-overlay {
    display: block;
    margin: auto;
    position: relative;
    width: 92%;
    background: rgba(9, 92, 102, 0.8);
}

.cs-form {	
    padding: 30px 0px;
}

.cs-form label.error {
    position: absolute;
    left: -10px;
    color: #FF2C2C;
    top: 10px;
}

.cs-form input {
    background-color: rgba(255,255,255, 0.74);
    height: 25px;
    line-height: 25px;
    border: 0px;
    padding: 5px 10px;
    margin-bottom: 10px;
    width: 100%;
    width:calc(100% - 20px);
    border-radius: 6px;
    font-size: 13px;
}

.cs-form textarea {
    background-color: rgba(255,255,255, 0.74);
    border: 0px;
    padding: 10px;
    margin-bottom: 10px;
    width: 100%;
    width:calc(100% - 20px);
    resize:none;
    border-radius: 6px;
    font-size: 13px;
    font-family: 'Quattrocento Sans', sans-serif;
}

.cs-form button {
    float: right;
    background: #efefef;
    padding:10px 25px;
    border-radius: 6px;
    border: 0px;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
}

.cs-form button:hover {
    background-color: #fff;
}

.cs-form input:focus,
.cs-form textarea:focus,
.cs-form button:focus {
    outline: none;
}

::-webkit-input-placeholder {
    color: #095C66;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Quattrocento Sans', sans-serif;
}

:-moz-placeholder { /* Firefox 18- */
    color: #095C66;
    font-size: 14px;
    font-weight: 500;  
    font-family: 'Quattrocento Sans', sans-serif;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #095C66;
    font-size: 14px;
    font-weight: 500;  
    font-family: 'Quattrocento Sans', sans-serif;
}

:-ms-input-placeholder {  
    color: #095C66;
    font-size: 13px;
    font-family: 'Quattrocento Sans', sans-serif;
    font-weight: 500;  
}
.contact-map {

    padding: 30px 0px;
}
#googleMap {
    border-radius: 6px;
}

.cs-contactos-form h4 {
    margin-bottom: 10px;
    line-height: 22px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.page-not-found {
    display: block;
    text-align: center;
    position: relative;
    padding: 100px 0px;
}
.page-not-found img {
    width: 100%;
    max-width: 240px;
    display: block;
    margin: auto;
    margin-bottom: 40px;
    opacity: 0.2;
}
.page-not-found h2 {
    color: #095C66;
    text-align: center;
    font-size: 3vw;
    font-weight: 700;
    margin-bottom: 20px;
} 

.page-not-found p {
    text-align: center;
    font-size: 2vw;
    font-weight: 500;
    margin-bottom: 40px;
    color: #B3B3B3;
}
/** Sweet ALert **/
.sweet-alert {
    border-radius: 10px!important;
    box-shadow: 0 16px 28px 0 rgba(0,0,0,0.22),0 25px 55px 0 rgba(0,0,0,0.21);
}
.sweet-alert h2 {
    color: #095C66!important;
}
.sweet-alert p {
    color: #B3B3B3!important;
}
.sweet-alert button {
    background-color: #095C66!important;
    border-radius: 1px!important;
}

/** Slideshow **/
.slider {
  width: 100%;
  min-height: 400px;
  margin-bottom: 20px;
  overflow: hidden;
  /*position: relative;*/
  cursor: -webkit-grab;
}
.slide {
    /*position: absolute;*/
    margin-top: 25px;
    left: 0;
    width: 100%;
}
.arrow {
    /*display: block;*/
    /*position: absolute;*/
    font-size: 30px;
    /*top: 47%;*/
    text-decoration: none;
    color: #FFFFFF;
    background: #095C66;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.32);
    border-radius: 3px;
    cursor: pointer;
    padding: 1px 9px;
    margin: 5px;

    opacity: 0.8;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
/** arrow slider prev **/
.arrow.prev {
    left: 0;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.arrow.prev:hover {
    opacity: 1!important;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, .6);
}
/** arrow slider next **/
.arrow.next {
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.arrow.next:hover {
    opacity: 1!important;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, .6);
}

@media (max-width: 900px) {
    .content-owl {
        width: 80%;
        left: 0; right: 0; top: 130px;
    }
    .slider {
        min-height: 320px;
    }
}

@media (max-width: 720px) {

    .modal {
        width: 90%!important;
    }
    button {
        margin: 0px!important;
    }
    .content-owl {
        width: 90%;
        left: 0; right: 0; top: 20px;
    }
    .banner-slider {
        top: 0px!important;
        margin-bottom: 30px!important;
    }
    .owl-title h1 {
        font-size: 14px;
        line-height: 18px;
    }
    .slider {
        min-height: 280px;
    }
    .content-owl a {
        top: 10px;
        font-size: 12px;
    }
    .ascii-arrow-down {
        top: 0px;
        font-size: 10px;
    }
    .illustration {
        margin: auto;
    }
    .content h2 {
        text-align: center;
    }
    .cs-servicos-specialties h4 {
        text-align: center;
    }
    ul {
        display: table;
        margin: auto;
    }
    .logo {
        max-width: 190px;
    }
    .menu a img {
        max-width: 100px;
    }
    .menu a p {
        bottom: 15px;
    }
}

.owl-theme .owl-nav {
    margin-top: 10px;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default;
}
.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 30px;
    margin: 5px;
    padding: 1px 9px;
    background: #095C66;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

#owl-about {
    margin-top: 20px;
    display: grid!important;;
}

#owl-categorias{
    margin-top: 20px;
    display: grid!important;;
}

#owl-noticias{
    margin-top: 20px;
    display: grid!important;
}

/*#owl-noticias .owl-nav{*/
    /*width: 50%;*/
/*}*/

/*.owl-stage-outer {*/
    /*display: table-footer-group!important;*/
/*}*/

.owl-controls {
    position: absolute;
    left: 0;
    right: 0;
    top: -40px;
}
.owl-stage {
    margin-top: 20px;
}

#modalInfo .modal-body {
    margin-bottom: 0!important;
}

#modalInfo .modal-body .large-12 {
    text-align: center;
}
