/*
    Cores
    #0b375b Azul
    #9a191e Vermelho
*/

label.error{
    display:none !important;
}
input.error,
textarea.error,
select.error{
    outline: 0;
    border: 2px solid red !important;
}
input.valid.error,
textarea.valid.error,
select.valid.error{
    outline: 0;
    border: 2px solid red !important;
}
input.valid,
textarea.valid,
select.valid{
    outline: 1;
    border-color:initial;
}

.uk-light .uk-slidenav {
    transition: all 0.1s ease;
    background: rgba(155, 25, 31, 0.7);
}

.top-header {
    display: block;
    width: 100%;
    height: 30px;
    background: #0b3750;
}

.tagpoint-wrap-logo.lwl_header_layout_1 a {
    padding: 20px 0 11px;
    display: inline-block;
}

.tagpoint-wrap-logo.lwl_header_layout_1 a img {
    width: 600px;
}

.header-menu-3 .tp-menu.tp-menu-1 {
    text-align: center;
    margin-top: -2px;
}

.tp-menu.tp-menu-1 .tagpoint-main-menu {
    display: inline-block;
}

.tagpoint-main-menu > li > a {
    padding: 15px 20px;
    font-weight: 700;
    font-size: 12px;
    color: #0b3750;
}

.tagpoint-main-menu li .sub-menu {
    border-top: 0;
}

.tagpoint-main-menu li .sub-menu li a {
    font-weight: 600;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.tagpoint-main-menu > li.active > a,
.tagpoint-main-menu > li:hover > a {
    color: #fff;
    background: #9a191e;
}

.topo_section {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 250px;
    padding: 0;
}

.bg_img_cover,
.bg_img_contain {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 200px;
}

.bg-produto {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 320px;
}

.bg_img_contain {
    background-size: contain;
}

.tagpoint_row_section .row_philosophy {
    margin-bottom: 30px;
}

.btn_1 {
    display: inline-block;
    background: #0b3750;
    color: #fff;
    padding: 8px 35px;
    border: 2px solid;
    border-color: #0b3750;
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
    transition: all .4s;
}

.btn_1:hover {
    color: #9a191e;
    background: transparent;
}

.bg-grey {
    background: #f6f6f6;
}

.tagpoint_row_section.our_projects_2 {
    background: #fff;
    margin-top: -34px;
    margin-bottom: 34px;
}

.logo-aro img {
    max-width: 80px;
}

.tagpoint_row {
    padding-top: 70px;
    padding-bottom: 40px;
}

.contact-info .tp_medium_title {
    font-weight: 700;
}

.copywright_row {
    border-top: 1px solid #e6e6e6;
}

.tagpoint-contact-socail li:not(:last-child) {
    margin-right: 7px;
}

.tp-large-head {
    text-transform: uppercase;
}

.pa_text {
    font-size: 14px;
}

.col_phoneemail {
    position: relative;
}

.flags {
    position: relative;
    width: 100%;
    text-align: end;
    padding-right: 10px;
    margin-top: -10px;
    margin-bottom: 15px;
}

.flags span a img {
    max-width: 25px;
}

.tp_wrap_topicons .wrap_pa_text .pa_text {
    font-weight: 400;
}

.institucional .nav-pills .nav-link.active,
.institucional .nav-pills .show > .nav-link {
    background-color: #9B1920;
    border-radius: 0;
}

.institucional .nav-pills .nav-link {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.institucional .box-tabs {
    padding: 20px;
}

.institucional .tab-content {
    padding: 20px;
    /*border-top: 2px solid #bcbdc0;*/
    /*margin-top: 20px;*/
}

.institucional .tab-content .tp_icon_section .tp_meduim_icon.icon_circle .tp_it_icon {
    width: 40px;
    height: 40px;
    line-height: 18px;
}

.institucional .tab-content .tp_icon_section .tp_meduim_icon.icon_circle .tp_it_icon i {
    font-size: 20px;
}

.institucional .tab-content .tp_icon_section .tp_medium_title {
    font-family: 'Open Sans';
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: normal;
    margin-bottom: 0;
}

.institucional .tab-content .tp_icon_section .tp_icon_decs {
    margin-top: 10px;
    line-height: 21px;
    line-height: 13px;
}

.institucional .tab-content .tp_icon_section .tp_wrap_icontitle .tp_icon_text {
    text-align: left;
}

.institucional .tab-content .tp_icon_left .tp_icon_text {
    padding-left: 20px;
}

.box_text_name {
    padding: 20px 10px;
    text-align: center;
    border-top: 0;
    box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, 0.09);
}

.box_text_name p {
    margin-top: 4px;
    font-size: 14px;
    padding-top: 0;
    text-align: center;
    font-weight: 600;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    letter-spacing: 1px;
    color: #222328;
    border: 2px solid #f0f0f0;
    padding: 9px 20px;
    background-color: transparent;
    font-size: 14px;
    line-height: inherit;
    width: 100%;
    margin-bottom: 14px;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border ease .238s;
    -moz-transition: border ease .238s;
    transition: border ease .238s;
}

select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    height: 48px;
}

input[type="file"] {
    line-height: 30px;
}

.service_list .slide_icon {
    margin-right: 10px;
}

.service_list li {
    display: flex;
}

.service_list li span {

}

.service_list li:not(:last-child) {
    margin-bottom: 5px;
}

.service_list li ul {
    margin-left: 20px;
    position: relative;
}

.service_list li ul li {
    list-style: disc;
    line-height: 18px;
}

.service_list li ul li::before {
    content: "";
    position: relative;
    left: -8px;
    top: 10px;
    width: 5px;
    height: 2px;
    background: #9a191e;
    display: block;
}

.shadow-one {
    box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, 0.09);
}

.servicos .row_core_values:not(:last-child) {
    padding-bottom: 3rem;
    border-bottom: 2px solid #f6f6f6;
}

.clientes .border-cliente {
    border: 2px solid #f6f6f6;
}

.bg-img-produto-detail {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 350px;
}

.bg-produtos-home {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 300px;
}

.bg-case {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 400px;
}

.size-bg-case {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 250px;
}

.size-bg-case-detail {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 330px;
}

.caseglobal_galeria {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100px;
}

.bg-img-principal-detalhe {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 315px;
}

.team_page_title h3 {
    font-weight: 600;
    font-size: 34px;
    line-height: 33px;
}

.cases .wrap_project_details {
    padding: 0;
    background: #ffffff;
}

.cases .wrap_project_details li {
    color: #333;
}

.cases .wrap_project_details h5,
.cases .wrap_project_details li strong {
    font-weight: 600;
}

.cases .wrap_project_details li i {
    color: #9a191e;
}

.col-form-calculadora h6 {
    font-weight: 600;
    line-height: 15px;
    text-transform: uppercase;
}
.tagpoint_row.contact_us {
    border-top: 1px solid #e6e6e6;
}

.download_folder a {
    padding: 15px 28px;
    background: #9a191e;
    color: #fff;
    display: inline-block;
    border: none;
    border-radius: 0px;
    transition: all 0.2s ease;
}

.download_folder a span i {
    font-size: 15px;
}

.download_folder a:hover {
    background: #0b3750;
}

.img-mapa-footer {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 110px;
}

.md-accordion .card .fa-angle-down {
    margin-left: auto;
    color: #9a191e;
}

.md-accordion .card .card-header a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}
.md-accordion .card .card-header {
    border-bottom: 0;
    padding: .7rem 1rem;
    background: 0 0;
}

.md-accordion .card .card-header h5 {
    font-family: 'Open Sans';
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.md-accordion .card .card-body {
    padding: .5rem 1.25rem;
    background: #f6f6f6;
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.md-accordion .card {
    box-shadow: none;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.produtos .tp_medium_title,
.produtos .tp_medium_title.service_page_mtitle {
    margin: 0;
}

.produtos .tp_wrap_service_content {
    padding: 20px;
}

.wrap_tesmonail_text .box-scale-image a img {
    max-height: 190px;
}

.box-scale-image {
    display: block;
    overflow: hidden;
}

.box-scale-image img,
.box-scale-image div {
    transition: all 300ms cubic-bezier(.25,.66,.79,.68);
}

.border-image,
.wrap_tesmonail_border {
    padding: 5px;
    max-height: 50px;
   /* border: 2px solid #f6f6f6;*/
}

.box-scale-image:hover img,
.box-scale-image:hover div {
    transform: scale(1.1);
}

.row_gallery_img a:hover {
    cursor: zoom-in;
}

.page_content p:not(:first-child) {
    margin-top: 0;
}

.timeline-description span {
    display: inline-block;
}

.valor-gerado {
    font-size: 22px;
    font-weight: 700;
    color: #9a191e;
    position: relative;
    top: 4px;
    margin-left: 7px;
}

.uk-slider-galeria .uk-slider-nav li.uk-active a {
    background: #9a191e;
}

.uk-slider-galeria .uk-slider-nav li a {
    cursor: pointer;
}

.page_content ul {
    margin-left: 30px;
}

.page_content ul,
.page_content ul li {
    list-style: disc;
}

.box-video {
    position: relative;
}

.p-relative {
    position: relative;
}

.bg-video {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 380px;
}

.icon-play-video {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.icon-play-video i {
    font-size: 50px;
    opacity: 0.5;
    transition: all 0.2s ease;
}

.box-video a:hover div .icon-play-video i {
    opacity: 1;
}

.article_title_basic {
    text-align: left !important;
}

.tp-per-load {
    align-items: center;
}

.tp-per-load svg path,
.tp-per-load svg rect{
      fill: #EDEDED;
}
