/*
    Fonts:
        font-family: 'Montserrat', sans-serif;
        font-family: 'Raleway', sans-serif;
*/

html {
    height: 100%;
    box-sizing: border-box;
}

body {
    position: relative;
    margin: 0;
    min-height: 100%;
    font-family: 'Raleway', sans-serif;
}

#canvas {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
    width: 100%;
}

.single-footer-container {
    position: absolute!important;
    right: 0;
    bottom: 0;
    left: 0;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

a {
    color: inherit;
}

a:hover {
    color: #999999;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
    font-family: 'Montserrat', sans-serif;
}

#ct-ultimate-gdpr-cookie-open {
  bottom: 40px!important;
  /*transform: translateX(50%);*/
  right: -24px!important;
  transition: all 400ms ease-out;
}
#ct-ultimate-gdpr-cookie-open:hover {
  /*transform: translateX(0);*/
  right: 2px!important;
}

#main-menu li.current-menu-item a {
    color: #e2231a;
}

.navbar {
    border-radius: 0;
}

.navbar-default {
    background-color: #FFFFFF;
    border: none;
    height: 70px;
    /*border-bottom: 1px solid #000000;*/
}

.navbar-brand {
    height: 70px;
    padding: 10px;
    position: relative;
}

.navbar-brand>img {
    height: 100%;
}

.navbar-nav>li>a {
    padding-top: 25px;
    padding-bottom: 25px;
}

.drop-lang .btn {
    border: none;
    padding: 25px 15px;
    text-transform: uppercase;
    background-color: #fff;
    border-radius: 0;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    outline: 0;
}

.drop-lang .btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #EEEEEE;
}

.drop-lang .btn .caret {
    margin-left: 5px;
    color: #e2231a;
}

.drop-lang .dropdown-menu {
    min-width: auto;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
}

.navbar-nav.navbar-icons>li>a {
    color: #BBBBBB;
    padding: 25px 5px;
}

.navbar-icons li.social-icons {
    padding: 0 10px;
}

.navbar-icons li.social-icons a {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-icons li a i.fa {
    font-size: 16px;
    line-height: 20px;
}

#main-menu li a {
    text-transform: uppercase;
    color: #000000;
    font-size: 12px;
}

#main-menu li a:hover {
    color: #999999;
}

.container-full {
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.cover-featured-zone {
    height: 550px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.responsive-img {
    position: relative;
    max-width: 100%;
}

.relative {
    position: relative;
}

.information-featured-zone {
    height: 180px;
    background: transparent;
    position: relative;
}

.dark-feature-zone {
    position: absolute;
    height: 300px;
    width: 50%;
    background: #444444;
    bottom: 0;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 0 35px 0 0;
}

.dark-info-feature-zone {
    width: 80%;
    background-color: transparent;
    height: 100%;
    margin: auto;
    position: relative;
}

.dark-info-feature-zone h5 {
    text-transform: uppercase;
    font-weight: 700;
    color: #FFFFFF;
    display: inline-block;
    margin-right: 50px;
}

.dark-info-feature-zone h2 {
    position: absolute;
    text-transform: uppercase;
    font-weight: 700;
    color: #FFFFFF;
    bottom: 115px;
    display: flex;
    align-items: baseline;
    margin-bottom: 0;
    letter-spacing: 2px;
}

.dark-info-feature-zone p {
    position: absolute;
    bottom: 20px;
    left: 0;
    color: #DDDDDD;
    font-size: 12px;
    width: 75%;
    height: 65px;
}

.dark-info-feature-zone a {
    color: #e2231a;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 0;
    text-decoration: none;
}

.dark-info-feature-zone hr {
    position: absolute;
    bottom: 95px;
    left: 0;
}

.white-info-feature-zone {
    position: relative;
    height: 180px;
}

.white-info-feature-zone .col {
    text-align: center;
    padding: 25px;
    padding-bottom: 0;
    height: 100%;
}

.white-info-feature-zone .col {
    height: 200px;
}

.white-info-feature-zone.about-characteristics .col.col-md-3 {
    width: 30%;
}

.white-info-feature-zone .cat-image {
    background-color: #e2231a;
    width: 70px;
    margin: auto;
    height: 60px;
    white-space: nowrap;
    position: relative;
}

.white-info-feature-zone .cat-image:hover>.cat-image-border {
    display: block;
}

.white-info-feature-zone .cat-image-border {
    position: absolute;
    border: 2px solid #9d9d9d;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transform: translate(-5px, -5px);
    display: none;
}

.white-info-feature-zone .cat-image img {
    width: auto;
    height: 30px;
    vertical-align: middle;
}

.white-info-feature-zone .cat-image .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.white-info-feature-zone p {
    position: absolute;
    bottom: 0;
    height: 60px;
    color: #666;
    right: 0;
    left: 0;
    width: 100%;
    margin: 0 -5px;
    font-size: 12px;
}

.white-info-feature-zone h5 {
    position: relative;
    left: 0;
    right: 0;
    margin: 10px 0 5px;
    text-transform: uppercase;
    font-size: 12px;
    height: 32px;
    display: inline-flex;
    align-items: center;
}

.white-info-feature-zone hr {
    position: absolute;
    bottom: 65px;
    left: 0;
    right: 0;
    margin: auto;
}

h2.title-content {
    text-align: center;
    margin: auto;
    width: 75%;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 35px;
    color: #4d4d4d;
}

h2.title-content strong {
    color: #e2231a;
}

div.subtitle-content {
    text-align: center;
    margin: auto;
    width: 75%;
    color: #4d4d4d;
}

div.subtitle-content p {
    margin: 0;
}

hr.below-title {
    margin: 25px auto;
}

.first-zone-homepage .col {
    padding: 5px;
    text-align: center;
}

.first-zone-homepage p {
    color: #9d9d9d;
    width: 70%;
    margin: auto;
}

.first-zone-homepage h5 {
    margin: 10px auto;
    font-weight: 700;
    text-transform: uppercase;
}

.first-zone-homepage .zoom-area {
    margin-bottom: 25px;
    overflow: hidden!important;
    z-index: 20;
    position: relative;
}

.first-zone-homepage .zoom-area>div {
    width: 100%;
    height: 250px;
    background-position: center center;
    background-size: cover;
    transition: all 800ms;
    z-index: 10;
}

.first-zone-homepage .zoom-area>div .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    transition: all 800ms;
    z-index: -1;
}

.first-zone-homepage .zoom-area>div .button-overlay {
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    opacity: 0;
    transition: all 800ms;
}

.first-zone-homepage .zoom-area:hover>div {
    transform: scale(1.2);
}

.first-zone-homepage .zoom-area:hover>div .overlay {
    background-color: rgba(0, 0, 0, 0.6);
}

.first-zone-homepage .zoom-area:hover>div .button-overlay {
    opacity: 1;
}

.first-zone-images a:hover>div.button-overlay {
    background-color: #fff;
    color: #000;
}

.first-zone-homepage .col:first-of-type .zoom-area {
    border-bottom-left-radius: 45px;
}

.first-zone-homepage .col:last-of-type .zoom-area {
    border-top-right-radius: 45px;
}

.gammas-featured .col {
    padding: 0;
}

.gammas-featured-image {
    background-color: #9d9d9d;
    background-position: center center;
    background-size: cover;
    height: 350px;
}

.gammas-element {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.gammas-element.inverse-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.gammas-featured div.gammas-element:first-of-type .gammas-featured-image {
    border-top-left-radius: 45px;
}

.gammas-featured div.gammas-element:last-of-type .gammas-featured-image {
    border-bottom-left-radius: 45px;
}

.gammas-featured-zone-text {
    height: 350px;
}

.gammas-featured .gammas-element:nth-child(even) {
    text-align: left;
}

.gammas-featured .gammas-element:nth-child(odd) {
    text-align: right;
}

.gammas-featured-text {
    display: table;
    height: 100%;
    width: 100%;
    padding: 50px;
}

.gammas-featured-text p {
    line-height: 22px;
}

.gammas-featured .gammas-element:nth-child(even) .gammas-featured-text p {
    margin-right: 25%;
}

.gammas-featured .gammas-element:nth-child(odd) .gammas-featured-text p {
    margin-left: 25%;
}

.gammas-featured-text h3 {
    font-size: 50px;
    font-weight: 700;
    color: #e2231a;
    text-transform: uppercase;
}

.gammas-featured-text a {
    font-weight: 700;
    color: #4d4d4d;
    text-transform: uppercase;
    margin-top: 25px;
    display: block;
}

.gammas-featured-text a:hover {
    color: #999;
}

.gammas-featured-text>div {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.div-table {
    display: table;
    height: 100%;
    width: 100%;
}

.div-table>div {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.cat-icons img {
    -webkit-filter: invert(20%);
    /* Safari 6.0 - 9.0 */
    filter: invert(20%);
}

.products {
    min-height: 390px;
}

.products>div:not(:first-of-type) {
    display: none;
}

.products .col {
    padding: 20px;
    position: relative;
    min-height: 390px;
}

.products .col:hover>.hover-product {
    display: block;
}

.products .col:hover>p {
    visibility: hidden;
}

.products img {
    max-width: 80%;
    max-height: 180px;
    margin: 60px 40px;
}

.products p {
    text-transform: uppercase;
    font-weight: 700;
    margin: 15px auto;
    font-size: 12px;
}

.products a:hover {
    color: #000;
}

.hover-product {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .9);
    z-index: 10;
    border: 3px solid #9d9d9d;
    display: none;
}

.hover-product p {
    text-transform: uppercase;
    font-weight: bold;
}

.hover-product i {
    font-size: 30px;
}

#gallery-modal .modal-dialog {
    max-width: 1120px;
}

.newsletter-block {
    padding: 75px 0;
    background-color: #333333;
    display: block;
}

.newsletter-block h3 {
    color: #FFFFFF;
    text-transform: uppercase;
}

.newsletter-block p {
    width: 50%;
    margin: auto;
    color: #FFFFFF;
    line-height: 22px;
}

.newsletter-block input[type=text] {
    display: block;
    width: 400px;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #aaa;
    outline: 0;
    padding: 5px 15px 0;
    position: relative;
    margin: 40px auto 10px;
    color: #FFFFFF;
    border-radius: 0;
    height: 60px;
    line-height: 45px;
}
.newsletter-block label {
  width: 400px;
  color: #FFF;
  display: block;
  margin: auto;
  text-align: left;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 12px;
}
.newsletter-block label input {
   -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
   vertical-align: text-bottom;
   width:  14px;
   height: 14px;
   border: 1px solid #FFF;
   position: relative;
   margin-bottom: 0;
   margin-right: 5px;
   outline: none;
}
.newsletter-block label input:checked::before {
  content: '\f00c';
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
}
.newsletter-block label input:focus {
  outline: none;
}
.newsletter-block label a {
  text-decoration: underline;
}

.newsletter-block input[type=submit] {
    border: 0;
    background-color: #fff;
    padding: 5px 30px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    border-radius: 0;
}

.newsletter-block input[type=submit]:hover {
    background-color: #DDDDDD;
}
.newsletter-block input[type=submit]:disabled,
.newsletter-block input[type=submit]:disabled:hover {
  background-color: #BBBBBB;
  cursor: not-allowed;
}

input[type=text]::-webkit-input-placeholder {
    font-size: 50px;
    color: #777777;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}

input[type=text]:-moz-placeholder {
    /* Firefox 18- */
    font-size: 50px;
    color: #777777;
    position: absolute;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

input[type=text]::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 50px;
    color: #777777;
    position: absolute;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

input[type=text]:-ms-input-placeholder {
    font-size: 50px;
    color: #777777;
    position: absolute;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.location-map {
    width: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
}

.location-map.contact-page {
    width: 100%;
    height: 500px;
    display: block;
    position: relative;
}

.form-contact,
.contacts {
    padding-top: 50px;
}

#map {
    width: 100%;
    height: 100%;
}

#map .gm-style>div:not(:first-of-type) {
    display: none;
}

.footer-contacts {
    position: relative;
    padding: 75px 0 25px;
    background-color: #EFEFEF;
}

.footer-contacts input,
.footer-contacts textarea,
.modal-body input,
.modal-body textarea,
.form-contact input,
.form-contact textarea {
    background-color: #DDDDDD;
    border: none;
    border-radius: 0;
    height: 24px;
    font-size: 14px;
    line-height: 22px;
    outline: 0!important;
    box-shadow: none!important;
}

.footer-contacts input:focus,
.footer-contacts textarea:focus,
.form-contact input:focus,
.form-contact textarea:focus {
    border: 1px solid #9d9d9d;
    outline: none;
}

.footer-contacts textarea,
.form-contact textarea {
    min-height: 150px;
    resize: none;
}
.footer-contacts input[type="submit"],
.form-contact input[type="submit"] {
    margin-top: 20px;
    background-color: #333333;
    padding: 5px 30px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    height: 30px;
}
.footer-contacts input[type="submit"]:hover,
.form-contact input[type="submit"]:hover {
    background-color: #999999;
}

#information-modal form input[type="submit"]:disabled,
#information-modal form input[type="submit"]:disabled:hover,
.footer-contacts input[type="submit"]:disabled,
.footer-contacts input[type="submit"]:disabled:hover,
.form-contact input[type="submit"]:disabled,
.form-contact input[type="submit"]:disabled:hover {
  background-color: #BBBBBB;
  cursor: not-allowed;
}

#information-modal form span.wpcf7-list-item,
.footer-contacts span.wpcf7-list-item,
.form-contact span.wpcf7-list-item {
  margin-left: 0;
  margin-top: 10px;
}
#information-modal form span.wpcf7-list-item label,
.footer-contacts span.wpcf7-list-item label,
.form-contact span.wpcf7-list-item label {
  font-weight: 400;
  font-size: 12px;
}

#information-modal form span.wpcf7-list-item input,
.footer-contacts span.wpcf7-list-item input,
.form-contact span.wpcf7-list-item input {
   -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
   vertical-align: text-bottom;
   width:  14px;
   height: 14px;
   /*border: 1px solid #303030;*/
   position: relative;
   margin-bottom: 0;
}
#information-modal form span.wpcf7-list-item input:checked::before,
.footer-contacts span.wpcf7-list-item input:checked::before,
.form-contact span.wpcf7-list-item input:checked::before {
  content: '\f00c';
  font-family: 'FontAwesome';
  position: absolute;
  top: -4px;
  left: 1px;
  font-size: 12px;
}
#information-modal form span.wpcf7-list-item input:focus,
.footer-contacts span.wpcf7-list-item input:focus,
.form-contact span.wpcf7-list-item input:focus {
  border: none;
}
#information-modal form span.wpcf7-list-item a,
.footer-contacts span.wpcf7-list-item a,
.form-contact span.wpcf7-list-item a {
  text-decoration: underline;
}

.footer-contacts form p,
.modal form p,
.form-contact form p {
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
}

.footer-contacts form p:first-of-type,
.modal form p:first-of-type,
.form-contact form p:first-of-type {
    margin-top: 10px;
}



.block-grey {
    background: #EFEFEF;
}

.contacts img {
    margin-top: 15px;
}

.contacts ul {
    margin-top: 50px;
    padding: 0 25px;
}

.contacts ul li {
    list-style-type: none;
    padding: 5px 0;
    position: relative;
}

.contacts ul li p {
    margin: 0;
}

.contacts .contact-location {
    padding-bottom: 25px;
}

.contacts li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    display: inline-block;
    margin-left: -2em;
    width: 2em;
    position: absolute;
    top: 0;
    text-align: center;
    font-size: 20px;
}

.contacts .contact-location:before {
    content: "\f041";
}

.contacts .contact-phone:before {
    content: "\f10b";
}

.contacts .contact-email:before {
    content: "\f0e0";
    font-size: 16px;
    width: 40px;
    line-height: 28px;
    margin-left: -40px;
}

footer {
    font-size: 12px;
    background-color: #E1E1E1;
    line-height: 34px;
    color: #333;
    height: 35px;
    position: relative;
    margin-bottom: -70px;
}

footer p {
    margin: 0;
}

.social-networks {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
}

.social-networks div {
    line-height: 36px;
    padding: 8px 15px;
    display: inline;
    text-align: center;
    font-size: 16px;
}

.social-networks .black:hover {
    background-color: #666666;
}

.social-networks .white:hover {
    background-color: #DDDDDD;
}

.social-networks .white {
    color: #000000;
    background-color: #FFFFFF
}

.social-networks .black {
    color: #FFFFFF;
    background-color: #000000
}

a.components-tooltip {
    text-decoration: none;
    display: inline-block;
    margin: 0 25px;
}

a.components-tooltip:hover {
    margin: 0 0 0 25px;
}

a.components-tooltip:hover>.pseudo-tooltip,
a.components-tooltip.active>.pseudo-tooltip {
    display: inline;
    width: auto;
    vertical-align: top;
    top: 25px;
}

a.components-tooltip:hover svg.style-svg path {
    fill: #e2231a;
}

.pseudo-tooltip {
    background-color: #e2231a;
    padding: 5px;
    display: none;
    position: relative;
    margin: 5px;
    width: 0;
    color: #FFF;
    text-transform: uppercase;
    font-size: 12px;
    transition: all 1s linear;
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #e2231a;
    position: absolute;
    left: -5px;
    top: 7px;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #E1E1E1;
    position: absolute;
    right: -25px;
    top: 35px;
}

a.big-button {
    border: 1px solid #9d9d9d;
    border-radius: 15px;
    padding: 30px 35px;
    text-transform: uppercase;
    color: #444444;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    position: relative;
}

#owl-prod-slide .item div {
    height: 300px;
    width: 100%;
    background-position: center center;
    background-size: cover;
    position: relative;
}

#owl-slideshow .owl-controls {
    position: absolute;
    z-index: 10;
    bottom: 68px;
    left: 250px;
}

#owl-showcase .owl-controls,
#owl-banner-line .owl-controls,
#owl-banner-compo .owl-controls,
#owl-gallery .owl-controls,
#slideshow-about .owl-controls {
    position: absolute;
    z-index: 10;
    bottom: 25px;
    left: 0;
    right: 0;
}

#owl-slideshow .owl-controls .owl-page,
#owl-clients .owl-controls .owl-page,
#owl-about .owl-controls .owl-page,
#owl-showcase .owl-controls .owl-page,
#owl-banner-line .owl-controls .owl-page,
#owl-banner-compo .owl-controls .owl-page,
#owl-prod-slide .owl-controls .owl-page,
#owl-gallery .owl-controls .owl-page,
#slideshow-about .owl-controls .owl-page {
    padding-top: 5px;
}

#owl-about .owl-controls {
    margin-top: 25px;
}

#owl-slideshow .owl-controls .owl-page span,
#owl-clients .owl-controls .owl-page span,
#owl-about .owl-controls .owl-page span,
#owl-showcase .owl-controls .owl-page span,
#owl-banner-line .owl-controls .owl-page span,
#owl-banner-compo .owl-controls .owl-page span,
#owl-prod-slide .owl-controls .owl-page span,
#owl-gallery .owl-controls .owl-page span,
#slideshow-about .owl-controls .owl-page span {
    width: 30px;
    height: 1px;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #FFFFFF;
}

#owl-clients .owl-controls .owl-page span,
#owl-about .owl-controls .owl-page span,
#owl-banner-line .owl-controls .owl-page span,
#owl-banner-compo .owl-controls .owl-page span,
#owl-prod-slide .owl-controls .owl-page span {
    background: #9d9d9d;
}

#owl-slideshow .owl-controls .owl-page.active span,
#owl-slideshow .owl-controls.clickable .owl-page:hover span,
#owl-clients .owl-controls .owl-page.active span,
#owl-clients .owl-controls.clickable .owl-page:hover span,
#owl-about .owl-controls .owl-page.active span,
#owl-about .owl-controls.clickable .owl-page:hover span,
#owl-showcase .owl-controls .owl-page.active span,
#owl-showcase .owl-controls.clickable .owl-page:hover span,
#owl-banner-line .owl-controls .owl-page.active span,
#owl-banner-line .owl-controls.clickable .owl-page:hover span,
#owl-banner-compo .owl-controls .owl-page.active span,
#owl-banner-compo .owl-controls.clickable .owl-page:hover span,
#owl-prod-slide .owl-controls .owl-page.active span,
#owl-prod-slide .owl-controls.clickable .owl-page:hover span,
#owl-gallery .owl-controls .owl-page.active span,
#owl-gallery .owl-controls.clickable .owl-page:hover span,
#slideshow-about .owl-controls .owl-page.active span,
#slideshow-about wl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    height: 2px;
}


/*EMPRESA*/

.about-feature {
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
}

.about-feature .image-about-feature {
    background-position: center center;
    background-size: cover;
    width: 80%;
    height: 85%;
    border-bottom-right-radius: 45px;
}

.about-feature img {
    position: absolute;
    right: 7%;
    bottom: 0;
    width: 75%;
}

.h2-title p {
    margin: 0;
    font-weight: 700;
    font-size: 34px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    line-height: 32px;
}

.h2-title strong {
    color: #e2231a;
}

.h2-title {
    margin-bottom: 20px;
    margin-top: 35px;
}

.about-text {
    font-weight: 300;
    line-height: 22px;
}

.testemonies {
    max-height: 450px;
    position: relative;
}

.testemonies .container:not(.containerToQuotation) {
    height: 400px;
    overflow: hidden;
    border-bottom: 1px solid lightgrey;
}

.testemonies .containerToQuotation {
    position: relative;
}

.testemonies .row {
    position: relative;
}

.testemonies .row>div:first-of-type {
    background-color: #E1E1E1;
    padding: 40px 75px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    margin-top: 100px;
    line-height: 22px;
    height: 300px;
}

.testemonies .row>div:last-of-type {
    position: relative;
    display: block;
    min-height: 450px;
}

.hidden_signature {
    height: 60px;
    visibility: hidden;
}

.testemonies .row>div:last-of-type .signature {
    position: absolute;
    top: 100px;
    left: 50px;
}

.testemonies .row>div:last-of-type .signature img {
    height: 100px;
    width: 100px;
}

.testemonies .row>div:last-of-type .image-person {
    position: absolute;
    bottom: 0;
    right: 15%;
    height: 450px;
}

.testemonies .row .small-signature {
    text-align: right;
    margin-top: 20px
}

.testemonies .row>div:last-of-type .name,
.testemonies .row .small-signature .name {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    color: #4d4d4d;
    margin-bottom: 0;
    margin-top: 10px;
}

.testemonies .row>div:last-of-type .position,
.testemonies .row .small-signature .position {
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}

.quotation-mark {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 100px;
    left: -25px;
    z-index: 100;
}

#movie-about {
    position: relative;
    width: 100%;
}

.movie-zone {
    position: relative;
    padding: 0;
}

.movie-controls {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    /*    display: none; */
    text-align: center;
    z-index: 101;
}

.movie-controls h2 {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 36px;
    margin: 0;
    margin-bottom: 15px;
}

.movie-controls hr {
    display: block;
    margin: 10px auto;
    width: 350px;
    border: 0;
    height: 1px;
    background: #fff;
}

.movie-controls span {
    display: inline-block;
    padding: 25px;
    margin: 15px auto;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    width: 72px;
    height: 72px;
}

.movie-controls span:hover {
    background-color: rgba(255, 255, 255, .2);
}

.movie-controls span i {
    color: #fff;
    font-size: 20px;
    display: inline-block;
}

.movie-controls p {
    color: #fff;
}

.movie-controls a {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    margin: 25px auto 0;
    padding: 10px 15px;
    position: relative;
    margin-top: 15px;
    display: inline-block;
    text-decoration: none;
}

.movie-controls a:hover {
    background: rgba(255, 255, 255, .2);
}

.movie-controls a:after {
    content: '';
    background-color: #FFF;
    height: 1px;
    width: 40px!important;
    position: absolute;
    right: -50px;
    margin: 10px 0;
}

.movie-controls a:before {
    content: '';
    background-color: #FFF;
    height: 1px;
    width: 40px!important;
    position: absolute;
    left: -50px;
    margin: 10px 0;
}

.cronogram-items {
    position: relative;
}

.cronogram-items .row {
    min-height: 250px;
}

.cronogram h2 {
    color: #e2231a;
    text-transform: uppercase;
    font-weight: 700;
}

#owl-about {
    padding: 0 135px;
}

#owl-about .item {
    padding: 10px 20px;
}

#owl-about .item>* {
    display: none;
}

#owl-about .item .year,
.active-element-cronogram .year {
    display: block;
    font-size: 46px;
}

.active-element-cronogram .year {
    color: #fff;
    font-weight: 300;
}

#owl-about .item .title {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #9d9d9d;
    font-weight: 300;
}

#owl-about .item.active {
    color: transparent!important;
    text-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
}

.active-element-cronogram .title {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    height: 46px;
}

.active-element-cronogram {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(200, 0, 0, .8);
    height: 250px;
    border-bottom-left-radius: 50px;
}

.active-element-cronogram .image {
    /*background-image: url('http://raiomoveis.local/wp-content/uploads/2017/01/best-foto1-13358.jpg');*/
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 150px;
    opacity: 1;
    height: 100%;
    border-bottom-left-radius: 45px;
    display: inline-block;
    float: left;
}

.active-element-cronogram .information {
    display: inline;
    height: 100%;
    padding: 15px;
    float: left;
}

.active-element-cronogram .subtitle {
    position: absolute;
    bottom: 25px;
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    height: 60px;
}

.line-1,
.line-2 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #DDDDDD;
}

.line-2 {
    top: 150px;
}

.separator-image {
    padding: 25px 0;
}

#vmap {
    position: relative;
    margin-top: 125px;
    padding-top: 80px;
    pointer-events: none;
    width: 100%;
    height: 500px;
}

.box-map {
    position: absolute;
    height: 500px;
    width: 650px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.box-map h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 34px;
}

img.superior-border {
    margin-right: -2px;
}

img.inferior-border {
    z-index: 100;
    position: absolute;
    pointer-events: none;
}

.box-map img {
    height: 95%;
}

.jqvmap-zoomin {
    display: none;
}

.jqvmap-zoomout {
    display: none;
}

.cenas {
    border-radius: 50%;
}

.team-image.container-full {
    border-bottom: 1px solid #DDD;
}

.team-about.row h2 {
    margin: 30px 0;
}

.team-about.row p {
    font-weight: 300;
    color: #4d4d4d;
    line-height: 22px;
}

.clients-carousel h2 {
    text-align: center;
    font-weight: 400;
    font-size: 26px;
    font-family: 'Raleway', sans-serif;
}

#owl-clients .item {
    height: 135px;
    position: relative;
    text-align: center;
}

#owl-clients .owl-item img {
    max-height: 135px;
    width: auto;
    max-width: 100%;
    margin: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5;
}

#owl-clients .owl-item img:hover {
    opacity: .9;
}

#owl-banner-line .banner-image,
#owl-banner-compo .banner-image {
    background-position: center center;
    background-size: cover;
    height: 350px;
}

#owl-banner-line .div-table,
#owl-banner-compo .div-table {
    text-align: center;
}

.care-about {
    position: relative
}

.care-about-text {
    padding: 30px 0 45px;
}

.care-about-text .col {
    padding-left: 75px;
}

.care-about-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    background-position: center center;
    background-size: cover;
    border-top-right-radius: 45px;
}

.care-about h2 {
    margin: 15px 0 30px;
}

.care-about p {
    font-weight: 300;
    color: #4d4d4d;
    line-height: 22px;
}

.quality-about img {
    width: 60%;
    margin: 0 20%;
}

.quality-about h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 10px;
}

.quality-about p {
    font-size: 12px;
}


/*ARCHIVE PRODUCTS*/

.products-archive-page {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e2231a;
}

.products-archive-page .left-side {
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
}

.products-archive-page .left-side .search_by_lines {
    width: 70%;
    margin: auto;
    min-height: 530px;
    background-image: url('../images/parte-quadrado-1.png');
    background-position: bottom left;
    background-size: 100% 100%;
    margin-top: 20px;
}

.products-archive-page .left-side .search_by_lines h3 {
    font-size: 36px;
    text-transform: uppercase;
    width: 100%;
    color: #fff;
}

.products-archive-page .left-side .search_by_lines ul {
    list-style-type: none;
    padding-left: 0;
}

.products-archive-page .left-side .search_by_lines ul li {
    color: #fff;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 28px;
}

.products-archive-page .left-side .search_by_lines a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .8s;
    /* Safari */
    transition: all .8s;
    position: relative;
}

.products-archive-page .left-side .search_by_lines a:hover {
    margin-left: 10px;
}

.products-archive-page .left-side .search_by_lines a:before {
    height: 2px;
    width: 0;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: -10px;
    background-color: #e2231a;
    display: none;
    -webkit-transition: all .8s;
    /* Safari */
    transition: all .8s;
}

.products-archive-page .left-side .search_by_lines a:hover:before {
    width: 10px;
    display: block;
}

.products-archive-page .right-side {
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    right: 0;
    background: #e2231a;
}

.products-archive-page .right-side .search_by_category {
    width: 80%;
    margin: auto;
    min-height: 530px;
    margin-top: 20px;
}

.products-archive-page .right-side .search_by_category h3 {
    font-size: 36px;
    text-transform: uppercase;
    width: 100%;
    color: #fff;
}

.products-archive-page .right-side .search_by_category ul {
    list-style-type: none;
    padding-left: 0;
}

.products-archive-page .right-side .search_by_category ul li {
    display: inline-block;
    float: left;
    width: 14.28%;
    text-align: center;
}

.products-archive-page .right-side .search_by_category ul li img {
    height: 40px;
    width: auto;
    fill: #fff;
    margin: 35px 13px;
}

.products-archive-page .right-side .search_by_category ul li:first-of-type img {
    margin-left: 0px;
}

.products-archive-page .right-side .search_by_category ul li:last-of-type img {
    margin-right: 0px;
}

.products-archive-page .footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    /*height: 30px;*/
    background-color: #fff;
    font-size: 10px;
}

.products-archive-page .footer p {
    margin: 5px 0;
}

.tooltip.bottom {
    margin-top: 15px;
}

.products-of-line .tooltip.bottom {
    margin-top: 0;
}

.component-link+.tooltip>.tooltip-inner {
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
    color: #e2231a;
    text-transform: uppercase;
    border-radius: 0;
    opacity: 1;
}

.component-link.single-line-or-compo+.tooltip>.tooltip-inner {
    background-color: #e2231a;
    color: #fff;
}

.products-of-line .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #e2231a;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fff;
}


/*LINHA*/

.feature-text {
    text-align: center;
    font-weight: 300;
    color: #4d4d4d;
    line-height: 22px;
}

.showcase .col {
    padding: 0;
    margin: 0;
}

#owl-showcase {
    background-color: #F1F1F1;
}

#owl-showcase .item {
    height: 600px;
    width: 100%;
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.showcase-links {
    height: 600px;
    background-color: #F1F1F1;
    border-left: 2px solid #FFF;
}

.showcase-links a {
    color: #999;
    text-decoration: none;
    outline: 0;
}

.showcase-links a:hover>div {
    background-color: #E1E1E1;
}

.showcase-links>a>div {
    height: 200px;
    border-bottom: 2px solid #FFF;
    /*border-left: 2px solid #FFF;*/
    position: relative;
}

.showcase-links>div {
    border-top: 2px solid #FFF;
}

.showcase-links>a:last-of-type>div {
    border-bottom: 0;
}


/*.showcase-links div.div-table > a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}*/

.showcase-links div.div-table>div {
    padding: 0 50px;
}

.showcase-links b {
    display: block;
    color: #e2231a;
}

.showcase-links span {
    color: #e2231a;
    font-weight: 700;
    font-size: 18px;
}

.showcase-links {
    text-transform: uppercase;
    color: #999;
}

span.information-span-circle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #e2231a;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    font-family: 'Arial', sans-serif;
    color: #e2231a;
    line-height: 16px;
    font-weight: 400;
}

.modal-header {
    border-bottom: 0;
    padding: 15px 15px 0;
}

.modal-content {
    border-radius: 0;
}

.modal-footer {
    border-top: 0;
    padding: 0
}

textarea.textarea-form {
    height: 120px;
    resize: none;
}

.modal-body h4 {
    text-transform: uppercase;
}

.modal .btn {
    border-radius: 0;
    background-color: #4d4d4d;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    font-size: 12px;
    outline: 0;
}

.modal .btn-submit:hover,
.modal .btn:hover {
    background-color: #999;
}

.modal-header .close {
    margin-top: -15px;
    font-size: 46px;
    font-weight: 300;
    outline: 0;
}

.modal .btn-submit {
    float: right;
    height: 29px;
    line-height: 19px;
    margin-top: 30px;
}

.modal p.description-form,
p.description-form {
    font-weight: 300;
    color: #4d4d4d;
    margin-bottom: 25px;
    text-transform: initial;
    font-size: 12px;
}

.modal input,
.modal textarea {
    background-color: #EEE;
    margin-bottom: 10px;
}

.products-of-line {}

.products-of-line ul {
    list-style-type: none;
    padding-left: 0;
}

.products-of-line ul li {
    display: inline-block;
    float: left;
    width: 14.28%;
    text-align: center;
}

.products-of-line ul li svg {
    fill: #e1e1e1;
    height: 40px;
    width: auto;
}

.component-icon-link.active svg.style-svg path,
.products-of-line ul li.active svg.style-svg path,
.products-of-line ul li svg.style-svg:hover path,
.products-of-line ul li svg:hover {
    fill: #e2231a;
}

.grid-text {
    height: 25%;
    padding: 10px;
}

.grid-text h4 {
    margin: 0;
    text-transform: uppercase;
}

.grid-text p {
    font-weight: 300;
    color: #999;
    margin: 0;
    width: 85%;
    margin: auto;
    font-family: 'Raleway', sans-serif;
}

.grid-image {
    height: 75%;
    padding: 25px;
    position: relative;
}

.grid-image img {
    max-height: 100%;
    max-width: 100%;
    transition: all .2s ease-in-out;
}

.banner-image h3 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
}

.banner-image p {
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    text-shadow: 2px 2px rgb(100, 100, 100);
}

.grid-item a:hover {
    text-decoration: none;
}

.grid-item a:hover .grid-image {
    transform: scale(1.3);
}

.format-image {
    /*max-height: 55px;*/
    display: block;
    margin: 5px 0;
}

.prod_description {
    line-height: 22px;
    font-weight: 300;
}

.prod_description.prod_colors {
    width: 80%;
}

.prod_description.prod_colors>div {
    display: inline-block;
    margin: 5px;
    width: 70px;
}

.color-image {
    width: 70px;
    height: 70px;
    background-size: cover;
    background-position: center center;
    border-bottom: 5px solid #fff;
    position: relative;
}

.color-image:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: -11px;
    border-bottom: 5px solid #999;
}

.prod_code {
    display: inline-block;
    padding: 5px;
    line-height: 14px;
    margin-top: 15px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    border: 1px solid lightgrey;
}

.prod_code,
.prod_colors p {
    visibility: hidden;
    line-height: 16px;
    margin-top: 10px;
    /*display: none;*/
}

.prod_colors>div:hover>.prod_code,
.prod_colors>div:hover>p,
.prod_colors>div.active>.prod_code,
.prod_colors>div.active>p {
    visibility: visible;
    /*display: block;*/
}

.prod_colors>div:hover>.color-image:before,
.prod_colors>div.active>.color-image:before {
    border-bottom: 5px solid #e2231a;
}

.prod_image {
    height: 700px;
    text-align: center;
}

.prod_image img {
    max-height: 600px;
    margin: auto;
}

.specific-product h1,
.specific-product h4,
.specific-project h1,
.specific-project h4 {
    text-transform: uppercase;
    display: inline-block;
}

.specific-product h1:before,
.specific-product h4:before,
.specific-project h1:before,
.specific-project h4:before {
    content: '\f0d7';
    font-family: 'FontAwesome';
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    font-size: 20px;
    color: #e2231a;
}

.specific-product h1,
.specific-project h1 {
    color: #e2231a;
    font-weight: 700;
    font-size: 40px;
}

.specific-product a {
    display: block;
    text-decoration: none;
    color: #333;
    display: inline-block;
}

.specific-project a.callImage>span {
    position: absolute;
    top: calc(50% - 45px);
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: none;
}

.specific-project a.callImage:hover>span {
    position: absolute;
    top: calc(50% - 45px);
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: block;
}

.specific-project a.callImage .circle-open-img>span {
    color: #fff;
}

.specific-product a:hover {
    color: #999;
}

.specific-product h4.call-catalog:before {
    /*display: none;*/
    font-family: 'Linearicons-Free', sans-serif;
    content: "\e884";
}

.specific-product h4.call-to-modal:before {
    content: 'i';
    font-family: 'Arial', sans-serif;
    display: inline-block;
    margin-left: -1.9em;
    margin-right: 7px;
    color: #e2231a;
    width: 20px;
    height: 20px;
    border: 1px solid #e2231a;
    border-radius: 50%;
    text-align: center;
    text-transform: lowercase;
    line-height: 18px;
    font-size: 14px;
    font-weight: 300;
}

.specific-product h4.call-to-modal {
    display: inline-block;
}


/*.specific-product span {
    display: inline-block;
    color: #e2231a;
    margin-left: -25px;
    font-size: 20px;
}*/

.specific-product span.information-span-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #e2231a;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    font-family: 'Arial', sans-serif;
    color: #e2231a;
    line-height: 18px;
    font-weight: 300;
}

.specific-product a.sample {
    display: block;
    position: absolute;
    top: 0;
    opacity: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    color: inherit;
}

.circle-open-img {
    height: 70px;
    width: 70px;
    display: inline-block;
    background-color: rgba(255, 255, 255, .3);
    border: 2px solid #fff;
    border-radius: 50%;
}

.circle-open-img>span {
    line-height: 65px;
    font-weight: 700;
    font-size: 25px;
}

.specific-product .slide-img:hover a {
    opacity: 1;
    top: 0;
    z-index: 500;
}

.specific-product .slide-img:hover a>span {
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    font-size: 18px;
    color: #fff;
}

h2.section-title {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #e2231a;
}

h1.section-title {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    color: #e2231a;
    text-align: center;
}

h1.section-title span {
    color: #666;
}

.up-down-border {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}

.up-down-border .row {
    margin: 0;
}

.gallery-title {
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #e2231a;
}

.image-gallery-div {
    position: relative;
    height: 200px;
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
}

.image-gallery {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.image-gallery-div:hover .image-gallery {
    transform: scale(1.2);
}

.col-md-2-5 {
    width: 20%;
    float: left;
    padding: 0;
    height: 250px;
    padding: 15px 30px;
    position: relative;
}

.col-md-2-5 img {
    max-height: 200px;
}

.col-md-2-5 .div-table {
    text-align: center;
}

.related-link {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    background-color: rgba(226, 35, 26, .85);
    padding: 25px;
}

.related-link:hover {
    text-decoration: none;
    opacity: 1;
}

.related-link h6,
.related-link p,
.related-link span {
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    color: #fff;
}

.related-link p {
    font-size: 15px;
}

.related-link span {
    font-family: 'Linearicons-Free', sans-serif;
    font-size: 15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
}

.breadcrumbs {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Raleway';
}

.breadcrumbs a {
    text-transform: uppercase;
    font-size: 14px;
    color: #333;
    font-family: 'Raleway';
}

.breadcrumbs a:hover {
    color: #999;
}

.breadcrumbs>span {
    padding: 0 5px;
}

.breadcrumbs>span>span {
    text-transform: uppercase;
    font-size: 14px;
    color: #e2231a;
    font-weight: 700;
}

.single-footer-container {
    border-top: 1px solid #999;
    margin-top: -1px;
}

.single-footer {
    padding: 25px 0;
}

.single-footer p {
    font-size: 11px;
    margin: 0;
    line-height: 18px;
}

.single-footer a {
    font-weight: 400;
    font-family: inherit;
}

.single-footer .text-right a {
    line-height: 18px;
    padding: 0 10px;
    font-weight: 400;
}

.single-footer .text-right a:last-of-type {
    padding-right: 0;
}

.single-footer .text-right a i {
    font-size: 18px;
}


/** PROJETOS **/

.projects-type ul {
    background: #f0f0f0;
    height: 55px;
    margin: 0;
    padding: 0;
    margin: auto;
}

.projects-type ul li {
    display: inline-block;
    list-style-type: none;
}

.projects-type ul li a {
    padding: 15px 10px;
    line-height: 57px;
    text-transform: uppercase;
    cursor: pointer;
}

.projects-type ul li a:hover {
    border-bottom: 2px solid #e2231a;
}

#grid {
    margin-left: -25px;
    margin-right: -25px;
    min-height: 600px;
}

.project-main-image {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-color: rgba(226, 35, 26, .95);
}

.project-main-image .project-back-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    transition: all .5s;
}

.element-item a {
    font-family: 'Raleway', sans-serif;
    text-transform: capitalize;
}

.project-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 22px;
    text-transform: uppercase;
    background-color: #e2231a;
    padding: 0;
    height: 0;
    color: #fff;
    -webkit-transition: padding 400ms;
    transition: padding 400ms;
    font-size: 0;
    font-weight: 700;
}

.project-footer p {
    margin: 0;
    padding: 0;
}

.project-main-image:hover .project-footer {
    padding: 10px 0;
    height: auto;
    font-size: 14px;
}

.project-main-image:hover .project-back-image {
    transform: scale(1.2);
}


/** LIGHTER **/

.lighter-close {
    right: 0;
    left: auto;
    width: 25px;
    height: 25px;
    margin: 15px;
    color: #fff;
    border: none;
    background: transparent;
    font-family: 'Frutiger', sans-serif;
    font-size: 25px;
}

.lighter-close:hover {
    text-decoration: none;
}

.lighter-overlay {
    background: rgba(0, 0, 0, 0.5);
}

.lighter-container {
    box-sizing: border-box;
    border: 10px solid #fff;
}

.scrollOff {
    pointer-events: none;
}

a.big-button:hover {
    background-color: #FAFAFA;
}

a.big-button:hover:after {
    content: '\f0da';
    font-family: 'FontAwesome';
    position: absolute;
    right: 15px;
    color: #e2231a;
    font-size: 20px;
    top: 0;
    bottom: 0;
    line-height: 94px;
    transition: all 600ms;
}

a.big-button:visited {
    border: 1px solid #DDDDDD;
}

h2.title-bold {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 54px;
    margin-top: 0;
}

h2.secondary-title,
h4.secondary-title {
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
}

.red {
    color: #e2231a;
}

hr {
    border: 1px #e2231a solid;
    width: 30px;
    margin: 10px 0;
    display: inline-block;
}

svg.style-svg {
    height: 65px;
}

svg.style-svg path {
    fill: #9d9d9d;
}


/*MODULOS*/


/* ---- isotope ---- */


/* fluid 3 columns */

.grid-sizer,
.grid-item {
    width: calc(100% / 3);
    /*width: 33.33%;*/
    height: 300px;
    text-align: center;
    border: 1px solid #DDD;
    background-color: #fff;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
    /*margin-top: -1px;*/
    /*margin-right: -1px;*/
}

.grid-sizer {
    visibility: hidden;
}


/* 2 columns */

.grid-item--width2 {
    width: calc( (100% / 3) * 2);
}

.grid-item--width3 {
    width: 100%;
}

.grid-item--height2 {
    height: 600px;
}


/* clear fix */

.grid:after {
    content: '';
    display: block;
    clear: both;
}


/* ---- .element-item ---- */

.element-item {
    position: relative;
    float: left;
    width: 33.3333%;
    height: 300px;
    /*margin: 5px;*/
    padding: 25px;
    background: transparent;
    color: #262524;
}

.element-item>* {
    margin: 0;
    padding: 0;
}

.element-item .name {
    position: absolute;
    left: 10px;
    top: 60px;
    text-transform: none;
    letter-spacing: 0;
    font-size: 12px;
    font-weight: normal;
}

.element-item .symbol {
    position: absolute;
    left: 10px;
    top: 0px;
    font-size: 42px;
    font-weight: bold;
    color: white;
}

.element-item .number {
    position: absolute;
    right: 8px;
    top: 5px;
}

.element-item .weight {
    position: absolute;
    left: 10px;
    top: 76px;
    font-size: 12px;
}

.button-group.filters-button-group {
    text-align: center;
}

.project-desc {
    font-weight: 300;
    line-height: 22px;
}

#gallery-modal .modal-dialog {
    width: 80%;
}

#gallery-modal .modal-header {
    position: absolute;
    padding: 10px 10px 0;
    left: 0;
    right: 0;
    z-index: 999;
}

#gallery-modal .modal-header .close {
    padding: 0 5px;
}

#gallery-modal .modal-header .close {
    padding: 10px;
    opacity: 0.7;
    text-shadow: 1px 1px 4px #000;
    color: #fff;
}

#gallery-modal .modal-header .close:hover {
    opacity: 1;
}

.modal-gallery-image {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
}

#owl-gallery .item {
    height: 650px;
}

#gallery-modal a.arrow-slide {
    position: absolute;
    color: white;
    top: calc(50% - 21px);
    bottom: 0;
    font-size: 42px;
    text-shadow: 1px 3px 8px #000;
}

#gallery-modal a.link-arrow-left {
    left: 25px;
}

#gallery-modal a.link-arrow-right {
    right: 25px;
}

.blog-posts h2 {
    margin: 0;
    text-transform: uppercase;
}

.blog-posts .date {
    margin-bottom: 15px;
}

.blog-posts .text-blog {
    postion: relative;
    height: 235px;
}

.blog-posts .share-and-link {
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 15px;
}

.share-and-link a {
    color: #e2331a;
    text-transform: uppercase;
    line-height: 35px;
}

.share-and-link a:hover {
    color: #AF1B14;
}

.blog-links a {
    /*text-transform: uppercase;*/
    /*font-weight: 700;*/
    /*color: #e2231a;*/
}

.blog-links a:hover {
    color: #AF1B14;
}

.post-image {
    height: 235px;
    overflow: hidden;
}

.post-image>div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    transition: all 600ms linear;
}

.post-image:hover>div {
    transform: scale(1.1);
}

.background-post-image {
    height: 400px;
    background-size: cover;
    background-position: center center;
}

.text-blog h2,
.blog-title {
    text-transform: uppercase;
}

.blog-post-date,
.blog-date {
    font-weight: 300;
}

.blog-excerpt,
.blog-content {
    line-height: 22px;
    font-weight: 300;
}

.row-center {
    text-align: center;
}

.row-center .col.col-md-3 {
    float: none;
    display: inline-block;
}

.departments h5 {
    text-transform: uppercase;
    font-size: 20px;
}

.departments p:first-of-type {
    height: 40px;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.departments p:first-of-type a {
    font-family: 'Raleway', sans-serif;
}

.cuar-single-post-header,
.cuar-toolbar {
    display: none;
}

.panel {
    margin-top: 50px;
    border: 0;
}

.panel-body {
    padding: 0;
}

#dashboard .panel-heading {
    display: none;
}

.table .btn-sm {
    margin: 7px 5px;
    text-transform: uppercase;
    font-size: 10px;
}

.table-striped>tbody>tr {
    border: 1px solid #E1E1E1;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #EAEAEA;
}

.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #FCFCFC;
}

.cuar-title a,
.table>tbody>tr>td.cuar-caption,
.table>tbody>tr>td.cuar-size {
    line-height: 45px;
    padding-left: 15px;
}

.cuar-file-count span.label {
    line-height: 45px;
    margin-right: 15px;
    border-radius: 2px;
}

.panel-heading {
    padding: 10px 0;
}

.panel-body table td.cuar-caption {
    width: 80%;
}

.panel-body table td.cuar-actions {
    text-align: right;
}

.logout-link a i {
    margin-left: 5px;
    font-size: 18px;
    vertical-align: top;
}

.logout-link a {
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
}

.form-box {
    width: 350px;
    background-color: #fff;
    padding: 25px;
    margin: auto;
    font-family: 'Raleway', sans-serif;
}

.form-box .logo-signin {
    height: 125px;
}

.form-box input {
    display: block;
    width: 100%;
    border: none;
    padding: 5px;
    background-color: #E1E1E1;
    text-transform: none;
    height: 30px;
}

.form-box input[type=checkbox] {
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}

.form-box input[type=submit] {
    text-transform: uppercase;
    background-color: #e2331a;
    font-weight: 700;
    color: #FFFFFF;
}

.form-box input[type=submit]:hover {
    background-color: #AF1B14;
}

.login-remember label {
    margin-top: 4px;
}

.form-box .login-submit {
    width: 50%;
    display: inline-block;
    float: right;
}

.form-box .login-remember {
    width: 50%;
    display: inline-block;
}

.login-username {
    margin-bottom: 20px;
}

.login-password {
    margin-bottom: 35px;
}

.panel {
    margin-top: 0;
}

.panel .table tr:hover {
    background-color: rgba(119, 119, 119, .2);
}

.blog-links span.icon {
    font-size: 20px;
    line-height: 24px;
    vertical-align: middle;
}

.search-menu .dropdown-menu {
    border: 0;
    border-radius: 0;
    background-color: #e7e7e7;
}

#searchform {
    width: 205px;
    padding: 10px 15px;
    box-sizing: content-box;
}

#searchform label {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    width: 100%;
}

#searchform input[type=text] {
    width: 120px;
    margin-left: 1px;
    border: 0;
    height: 27px;
    line-height: 27px;
    display: inline-block;
    border-radius: 0;
    padding: 5px 10px;
    box-sizing: border-box;
}

#searchform input[type=submit] {
    width: 60px;
    border: 0;
    color: #fff;
    background: #333;
    padding: 5px;
    font-size: 12px;
    box-sizing: content-box;
    display: inline-block;
    border-radius: 0;
    height: 19px;
    /*float: right;*/
}

.search-image {
    height: 150px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

.search-image img {
    max-height: 140px;
}

.search-information {
    height: 150px;
}

.search-information a {
    float: right;
    position: absolute;
    bottom: 0;
    right: 0;
}

.search-information a:hover {
    color: #e2231a;
}

.search-results .row {
    margin-bottom: 15px;
}

.title-search {
    text-transform: uppercase;
    font-weight: 700;
    color: #e2231a;
    font-size: 22px;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #fff;
}

.menu-mobile {
    display: none;
}

.menu-mobile.open button {
    background: #F0F4F5 !important;
    border: none;
    color: #000;
}

.menu-mobile .dropdown-menu {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
    margin: 0;
    border: 0;
    background: #FAFAFA !important;
    box-shadow: none;
}

.menu-mobile button {
    width: 100%;
    border-radius: 0;
    background: #F0F4F5;
    color: #000;
    text-transform: uppercase;
    line-height: 40px;
    border: 0;
    border-bottom: 2px solid #565555;
}

.menu-mobile .dropdown-menu li a {
    line-height: 28px;
    font-size: 16px;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:hover,
.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary,
.btn-primary.focus,
.btn-primary:focus {
    background-color: #f5f5f5;
    border-color: #e2231a;
    color: #000;
}

#slideshow-about-div.container {
    padding: 0;
}

#slideshow-about .item div {
    height: 500px;
    background-position: center center;
    background-size: cover;
}

.just_show_on_mobile {
    display: none;
}

.specific-project {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.at-resp-share-element .at-share-btn {
    margin-bottom: 0!important;
}

.ribbon {
    position: absolute;
    bottom: 50px;
    right: 0;
    width: 90px;
    height: 40px;
    background: #ff0000;
    line-height: 40px;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    text-align: left;
    padding-left: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}

#newsletterModal .modal-footer {
    padding: 15px;
}

.countr_one {
    display: inline-block;
    line-height: 34px;
    text-transform: Capitalize;
    color: #777;
    font-size: 13px;
    font-family: 'Raleway';
    padding: 0 20px;
}

.countr_one img {
    margin-left: 10px;
    vertical-align: text-top;
}

.footer-mini-link {
    font-family: 'Raleway', sans-serif;
}

.footer-mini-link:hover {
    text-decoration: underline;
}

.contacts li a {
    font-family: 'Raleway', sans-serif;
}

.cuar_private_file .table>tbody>tr>td,
.cuar_private_file .table>tbody>tr>th,
.cuar_private_file .table>tfoot>tr>td,
.cuar_private_file .table>tfoot>tr>th,
.cuar_private_file .table>thead>tr>td,
.cuar_private_file .table>thead>tr>th {
    vertical-align: middle;
}


.ct-ultimate-gdpr-container .ui-state-default,
.ct-ultimate-gdpr-container .ui-widget-content .ui-state-default,
.ct-ultimate-gdpr-container .ui-widget-header .ui-state-default {
  background: #cecece;
  border-top: 1px solid #cecece;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
}

.ct-ultimate-gdpr-cookie-popup-modern {
  opacity: 0.95 !important;
}

.ct-ultimate-gdpr-cookie-popup-bottomPanel #ct-ultimate-gdpr-cookie-content {
  width: 60%;
  margin-bottom: 0;
}
#ct-ultimate-gdpr-cookie-accept,
#ct-ultimate-gdpr-cookie-read-more,
#ct-ultimate-gdpr-cookie-change-settings {
  float: none;
  display: inline-block;
  margin: 0 5px!important;
}
#ct-ultimate-gdpr-cookie-accept {
  background-color: #FFF!important;
  color: #333333!important;
}
#ct-ultimate-gdpr-cookie-modal-body .ct-ultimate-gdpr-cookie-modal-btn a {
  border: 2px solid #e2231a;
  background: #e2231a;
}
#ct-ultimate-gdpr-cookie-modal-body .ct-ultimate-gdpr-cookie-modal-btn a:hover {
  color: #e2231a!important;
  background: none;
}
