/**
 * Vars
 * Theme
 */
/* *******************************
Vars
/* ***************************** */
:root {
    --lightblue: #2858c4;
    --darkblue: #0f225c;
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #ffffff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
}

/* *******************************
Theme
/* ***************************** */
body * {
    font-family: 'Raleway';
}
.img-responsive {
    max-width: 100%;
}
.header-container {
    padding: 18px 0;
}
.sf-menu li a, .sf-menu li a:visited {
    font-size: 15px;
}
.lightblue {
    color: var(--lightblue);
}
.darkblue {
    color: var(--darkblue);
}
.text-primary {color: var(--lightblue) !important;}
.text-secondary {color: var(--darkblue) !important;}
.text-success {color: #198754 !important;}
.text-danger {color: #dc3545 !important;}
.text-warning {color: #ffc107 !important;}
.text-info {color: #0dcaf0 !important;}
.text-muted {color: #6c757d !important;}
.text-white {color: var(--white)}
.bg-danger {background-color: var(--danger)}
h1,h2,h3,h4,h5,h6,
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
    color: var(--darkblue);
}
.slider-content-box h2 {
    color: #fff;
}
.more,
.more.simple:hover,
.taxonomies a:hover,
.re-carousel-pagination a.selected,
.re-carousel-pagination a:hover,
.more[type="submit"] {
    background-color: var(--lightblue);
    border-color: var(--lightblue);
}
.more:hover[type="submit"] {
    color: var(--lightblue);
    background-color: #fff;
}
.bg-darkblue {
    background-color: var(--darkblue);
}
.bg-lightblue,
.box-header:after,
.testimonials-list p::after {
    background-color: var(--lightblue);
}
.sf-menu a:hover,
.sf-menu a:visited:hover,
.sf-menu li.selected a,
.menu-container .sf-menu li ul li a:hover {
    color: var(--lightblue);
}
.sf-menu li:hover a,
.sf-menu li:hover a:visited  {
    color: var(--darkblue);
}
.announcement .vertical-align-cell:before {
    color: var(--lightblue);
}
.features-list li:before {
    color: var(--lightblue);
}
.tabs-navigation li.ui-tabs-active a {
    background-color: var(--darkblue);
}
.tabs-navigation li.ui-tabs-active span {
    border-color: var(--darkblue) transparent;
}
.tabs-navigation a:before {
    color: var(--lightblue);
}
.tabs-navigation li a:hover {
    background-color: var(--darkblue);
}
.contact-details-list li:before {
    color: var(--lightblue);
}
li.template-bullet:before {
    color: var(--lightblue);
}
p a, table a {
    color: var(--lightblue);
}
.uppercase {
    text-transform: uppercase;
}
.float-right {
    float: right;
}
.bread-crumb li::after {
    content: ' / ';
}
.bread-crumb li:last-child::after {
    content: '';
}
.hidden {
    display: none;
}
.vertical-menu li.selected a, .vertical-menu li:hover a {
    background-color: var(--darkblue);
}
.vertical-menu a i {
    margin-top: 5px;
}
.blank-table,
.blank-table th,
.blank-table td,
.blank-table tr {
    background-color: transparent !important;
    border: 0 none !important;
}
.list li a {
    color: var(--lightblue);
}
a:hover
.list li a:hover {
    text-decoration: none;
}
.scroll-top:hover {
    background-color: var(--lightblue);
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.text-justify {
    text-align: justify !important;
}
small {
    font-size: 0.9em;
}
#tab-equipe li {
    margin-left: 5px;
}
#tab-equipe .tab-equipe-item i {
    display: block;
    padding: 25px 0 15px 0;
}
.mobile-menu-switch:hover .line,
.mobile-menu li.selected a, .mobile-menu li.selected ul li.selected a, .mobile-menu li.selected ul li.selected ul li.selected a {
    background-color: var(--lightblue);
}

.services-list li {
    height: 525px;
}
.services-list li img {
    max-width: 390px;
    max-height: 259px;
}
.clients img {
    width: 200px;
    height: 200px;
    display: block;
    margin: auto;
}

.pre-footer .blog.small img {
    max-width: 90px;
}
.p10 {padding: 10px;}
.p15 {padding: 15px;}
.border-right-1{border-right: 1px solid #E2E6E7;}
.border-left-1{border-left: 1px solid #E2E6E7;}
.border-top-1{border-top: 1px solid #E2E6E7;}
.border-bottom-1{border-bottom: 1px solid #E2E6E7;}

.slider-content-box h2 {
    border-bottom: 1px solid var(--lightblue);
}
/* *******************************
ÍCONES
******************************** */
.sl-large-certificate::before {
    content: url(../img/icons/certificate-icon.png);
}
.sl-small-direito::before,
.ui-state-hover .sl-small-direito.blue::before {
    content: url(../img/icons/direito.png);
}
.sl-small-arquitetura::before,
.ui-state-hover .sl-small-arquitetura.blue::before {
    content: url(../img/icons/arquitetura.png);
}
.sl-small-engenharia::before,
.ui-state-hover .sl-small-engenharia.blue::before {
    content: url(../img/icons/engenharia.png);
}
.sl-small-topografia::before,
.ui-state-hover .sl-small-topografia.blue::before {
    content: url(../img/icons/topografia.png);
}
.sl-small-biologia::before,
.ui-state-hover .sl-small-biologia.blue::before {
    content: url(../img/icons/biologia.png);
}
.sl-small-geologia::before,
.ui-state-hover .sl-small-geologia.blue::before {
    content: url(../img/icons/geologia.png);
}

.sl-small-direito.blue::before {
    content: url(../img/icons/blue/direito.png);
}
.sl-small-arquitetura.blue::before {
    content: url(../img/icons/blue/arquitetura.png);
}
.sl-small-engenharia.blue::before {
    content: url(../img/icons/blue/engenharia.png);
}
.sl-small-topografia.blue::before {
    content: url(../img/icons/blue/topografia.png);
}
.sl-small-biologia.blue::before {
    content: url(../img/icons/blue/biologia.png);
}
.sl-small-geologia.blue::before {
    content: url(../img/icons/blue/geologia.png);
}

/* GALLERY */
.gallery-custom img {
    width: 100%;
}
.gallery-custom.y-yacht_intro_img {
    border-bottom: none;
}
.gallery-custom-border {
    border-left: 2px solid #EFEFEF;
}
.gallery-custom-border-first {
    border-left: none;
}
@media (min-width: 768px) and (max-width: 991px) {
    .gallery-custom-border-first-sm {
        border-left: none;
    }
}
@media (max-width: 767px) {
    .gallery-custom-border-first-xs {
        border-left: none;
    }
    .gallery-custom,
    .gallery-custom img {
        height: 125px;
    }
    h1.title-overflow {
		font-size: 26px;
    }
    .y-breadcrum {
        width: 100%;
    }
}

/* *********************************************
ALERTS
/* ****************************************** */
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-dismissible {
    padding-right: 4rem;
}
.alert {
    position: relative;
    padding: 0 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.mt-2, .my-2 {
    margin-top: .5rem!important;
}
.mb-0, .my-0 {
    margin-bottom: 0!important;
}
.alert-success {
    color: #fff;
    background: #28a745;
    border-color: #23923d;
}
.alert-danger {
    color: #fff;
    background: #dc3545;
    border-color: #d32535;
}
.alert-warning {
    color: #1f2d3d;
    background: #ffc107;
    border-color: #edb100;
}
.alert-primary {
    color: #fff;
    background: #007bff;
    border-color: #006fe6;
}
.alert-info {
    color: #fff;
    background: #17a2b8;
    border-color: #148ea1;
}
.alert-dark {
    color: #fff;
    background: #343a40;
    border-color: #292d32;
}
.close, .mailbox-attachment-close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.alert .close, .alert .mailbox-attachment-close {
    color: #000;
    opacity: .2;
    background-color: transparent;
    border: 0 none;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover, .mailbox-attachment-close:not(:disabled):not(.disabled):focus, .mailbox-attachment-close:not(:disabled):not(.disabled):hover {
    opacity: .75;
}
.alert .close:hover, .alert .mailbox-attachment-close:hover {
    opacity: .5;
}
.alert .close, .alert .mailbox-attachment-close {
    color: #000;
    opacity: .2;
}
.close:hover, .mailbox-attachment-close:hover {
    color: #000;
    text-decoration: none;
}
.alert-dismissible .close, .alert-dismissible .mailbox-attachment-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit;
}

/* *********************************************
FORM VALIDATION
/* ****************************************** */
.error-message {
    color: var(--red);
}
input.error-message,
textarea.error-message,
select.error-message {
    border-color: var(--red);
}
input.valid,
textarea.valid,
select.valid {
    border-color: var(--success);
}
/* *********************************************
MODAL
/* ****************************************** */
.glyphicon-modal-window:before {
    content: "\e237";
}
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}
.modal-header:after,
.modal-footer:after {
    clear: both;
}
.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.modal-header {
    line-height: 28px;
    font-size: 24px;
    font-weight: bold;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
