@import url("https://fonts.googleapis.com/css?family=Lato:400|Josefin+Sans:700");

/*
01 - Reset
02 - General Styles
03 - Back To Top Button
04 - Preloader
05 - Navigation
06 - Main Slide
07 - About Us
08 - QSMS
09 - Activities
10 - Jobs
11 - Customers
12 - Photos Galleries
13 - Contact
14 - Footer
15 - Media Queries
*/

/**********************************/
/*           01 - Reset           */
/**********************************/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/**********************************/
/*      02 - General Styles       */
/**********************************/

body {
    font: 400 1.05rem/1.6rem 'Lato', sans-serif;
    box-sizing: border-box;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #44444C;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow-x: hidden;
}

body,
html {
    width: 100%;
    height: 100%;
}

h1 {
    font-size: 1.5rem;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
}

h2 {
    font-size: 1.2rem;
}

a.btn:focus{
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
}

.section:not(:last-child) {
    min-height: 100vh;
}

.section-padding {
    padding-top: 6.5rem;
    padding-bottom: 3rem;
}

.section-title {
    color: #060F40;
    line-height: 3.25rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 2.1875rem;
}

.section-title:before {
    position: absolute;
    text-align: center;
    content: '';
    bottom: .625rem;
    width: 3.75rem;
    height: .125rem;
    background-color: #F37121;
}

.section-title::after {
    position: absolute;
    content: '';
    bottom: .4375rem;
    width: 2.5rem;
    height: .0625rem;
    background-color: #F37121;
}

.section-title:before, .section-title::after {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}


/*********************************/
/*    03 - Back To Top Button    */
/*********************************/

a.back-to-top {
    display: none;
    position: fixed;
    bottom: 1.125rem;
    right: .9375rem;
    text-decoration: none;
}

a.back-to-top i {
    display: block;
    font-size: 1.375rem;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    color: #fff;
    border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    -webkit-border-radius: 0.2rem;
    text-align: center;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.14), 0 .25rem .5rem rgba(0, 0, 0, 0.28);
    background: #F37121 url("../../images/icons/up-arrow.png") no-repeat center 47%;
    background-size: 1.125rem 1.125rem;
}

a.back-to-top:hover, a.back-to-top:focus {
    text-decoration: none;
}


/*********************************/
/*        04 - Preloader         */
/*********************************/

#preloader {
    position: fixed;
    z-index: 999999;
    display: flex;
    justify-content: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #e9eaf3;
    width: 100vw;
    height: 100vh;
}

#loader {
    margin-bottom: 2.5rem;
    display: flex;
    align-self: center;
    position: relative;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    border: .1875rem solid transparent;
    border-top-color: #000;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

#loader:before {
    content: "";
    position: absolute;
    top: .3125rem;
    left: .3125rem;
    right: .3125rem;
    bottom: .3125rem;
    border-radius: 50%;
    border: .1875rem solid transparent;
    border-top-color: #3A3C99;
    -webkit-animation: spin 2.25s linear infinite;
    animation: spin 2.25s linear infinite;
}

#loader::after {
    content: "";
    position: absolute;
    top: .9375rem;
    left: .9375rem;
    right: .9375rem;
    bottom: .9375rem;
    border-radius: 50%;
    border: .1875rem solid transparent;
    border-top-color: #F4651E;
    -webkit-animation: spin 1.125s linear infinite;
    animation: spin 1.125s linear infinite;
}

@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*********************************/
/*       05 - Navigation         */
/*********************************/

nav {
    box-shadow: none;
    background-color: rgba(255,255,255,.6);
    backdrop-filter: blur(.25rem);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: all 0.3s;
}

nav.top-nav-collapse {
    z-index: 9998;
    top: 0 !important;
    min-height: 3.625rem;
    box-shadow: 0 .1875rem .375rem .1875rem rgba(0, 0, 0, 0.06);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    background: #fff !important;
}

nav a {
    position: relative;
    display: inline-block;
    margin: 0;
    outline: none;
    color: #4c5792;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .0625rem;
    font-weight: 400;
    text-shadow: 0 0 .0625rem rgba(255,255,255,0.3);
    font-size: .8rem;
}

nav .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

nav .navbar-brand img {
    max-width: 12rem;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: max-width 0.3s;
}

nav.top-nav-collapse .navbar-brand img {
    max-width: 10rem;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/* Menu Hamburguer Icon */
#wrapper {
    display: inline-block;
    max-width: 7.5rem;
    margin: .125rem;
    position: relative;
    padding: 0 .3125rem .125rem 0;
    cursor: pointer;
}

.square {
    width: 1.5625rem;
    height: 1.5625rem;
    position: relative;
}

.line {
    position: absolute;
    height: .125rem;
    width: 100%;
    background: #F37121;
    border-radius: .125rem;
    transition: all cubic-bezier(0.26, 0.1, 0.27, 1.55) 0.35s;
}

.top {
    top:22%;
}

.middle {
    top:48%;
}

.bottom {
    top:74%;
}

.icon.close .top {
    transform:rotate(45deg);
    top:48%;
}

.icon.close .middle, .icon.close .bottom {
    transform:rotate(-45deg);
    top:48%;
}

.cl-effect a.active {
    color: #060F40;
    font-weight: 600;
    outline: none;
}


.topSeparator {
    width: 100%;
    margin: .625rem 0;
    border-top: .0625rem solid #6B76B2;;
}


/*********************************/
/*        06 - Main Slide        */
/*********************************/

.header, #main-slide {
    width: 100%;
    height: 100%;
}

.header {
    width: 100%;
    position: relative;
    text-align: center;
    z-index: 1;
}

#main-slide .carousel-inner .carousel-item {
    width: 100%;
    height: 100vh;
    padding: 0 !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#main-slide-img1, #main-slide-img2, #main-slide-img3 {
    width: 100vw;
    height: 100vh;
}

#main-slide-img1 {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)), url('../../images/slider/pilares.jpg') center center;
    background-size: inherit;
}

#main-slide-img2 {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)), url('../../images/slider/compromisso.jpg') center center;
    background-size: inherit;
}

#main-slide-img3 {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)), url('../../images/slider/sustentabilidade.jpg') center center;
    background-size: inherit;
}

#main-slide .carousel-item .carousel-caption {
    color: #fff;
    position: absolute;
    top: 35%;
    opacity: 0;
    transition: opacity 100ms ease 0s;
    z-index: 0;
}

#main-slide .carousel-item .carousel-caption .heading {
    font-size: clamp(1.8rem, 6vw, 3.5rem);
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 0.1rem;
    line-height: 1.8rem;
    text-shadow: black 0.1em 0.1em 0.2em;
    text-transform: uppercase;
    margin-top: 1.875rem;
    margin-bottom: .75rem;
}

#main-slide .carousel-caption p.slogan {
    font-size: clamp(1.3rem, 4vw, 1.5rem);
    line-height: 1.5rem;
    text-shadow: black 0.1em 0.1em 0.2em;
}

#main-slide .carousel-item.active .carousel-caption {
    opacity: 1;
    transition: opacity 100ms ease 0s;
    z-index: 1;
}

#main-slide .carousel-indicators {
    display: none;
    cursor: pointer;
    bottom: 1.25rem;
}

#main-slide .carousel-indicators li {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
}

#main-slide .carousel-control {
    display: none;
    transition: all 0.3s ease-in-out;
}

#main-slide:hover .carousel-control {
    display: block;
    transition: all 0.3s ease-in-out;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

#main-slide .carousel-inner .carousel-item::after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

#main-slide .carousel-control-next,
#main-slide .carousel-control-prev {
    opacity: 1;
    box-shadow: none;
}

#main-slide .carousel-control-prev span {
    padding: .9375rem;
}

#main-slide .carousel-control-next span {
    padding: .9375rem;
}

#main-slide .carousel-control {
    top: 45%;
}

#main-slide .carousel-control .lni-chevron-left,
#main-slide .carousel-control .lni-chevron-right {
    position: absolute;
    z-index: 5;
}

#main-slide .carousel-control .lni-chevron-left {
    left: .9375rem;
}

#main-slide .carousel-control .lni-chevron-right {
    right: .9375rem;
}

#main-slide .carousel-control i {
    line-height: 2.5rem;
    font-size: 1.125rem;
    width: 2.8125rem;
    border: .125rem solid #fff;
    height: 2.8125rem;
    display: block;
    border-radius: .125rem;
    background: transparent;
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.14), 0 .25rem .5rem rgba(0, 0, 0, 0.28);
}

#main-slide .carousel-control i:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border-color: #fff;
}


/**********************************/
/*         07 - About Us          */
/**********************************/

#about_us img {
    float: right;
    max-width: 50%;
    margin-left: 1rem;
}

.company-politics {
    width: 100%;
    padding: .3125rem 0;
    margin-top: 1.875rem;
    text-align: center;
    border-top: .0625rem solid #4c5792;
    border-bottom: .0625rem solid #4c5792;
}

.company-politics a {
    outline: none;
    text-decoration: none;
    color: #4c5792;
}

.company-politics h2 {
    padding: .3125rem 0;
    margin: auto 0;
}

.company-politics span {
    display: none;
    color: #4c5792;
}

.company-politics a:hover h2 {
    color: #060F40;
    font-weight: 600;
}


/**********************************/
/*           08 - QSMS            */
/**********************************/

.qsms-cards {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 1.25rem .75rem;
    align-items: center;
    text-align: center;
    border-radius: .3125rem;
    transition-property: all;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-duration: 0.5s;
}

.qsms-cards img {
    display: flex;
    align-items: center;
    width: 7.5rem;
}

.qsms-cards:hover {
    -webkit-box-shadow: 0 0 3.125rem 0 rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0 0 3.125rem 0 rgba(0, 0, 0, 0.20);
    -ms-box-shadow: 0 0 3.125rem 0 rgba(0, 0, 0, 0.20);
    box-shadow: 0 0 3.125rem 0 rgba(0, 0, 0, 0.20);
    margin-top: -.625rem;
    margin-bottom: .625rem;

}

.div-qsms-img {
    -webkit-transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
}

.qsms-cards:hover .div-qsms-img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.qsms-cards .card-title.card-1 {
    color: #385FA5
}

.qsms-cards .card-title.card-2 {
    color: #43AB48
}

.qsms-cards .card-title.card-3 {
    color: #CC2A4C
}

.qsms-cards .card-body {
    padding: 1.25rem 0;
}

.qsms-cards .card-body p {
    line-height: 1.5rem !important;
}

.btn-qsms {
    padding: .25rem .5rem;
}

#btn-qms {
    color: #385FA5;
    border: .0625rem solid #385FA5;
}

#btn-ems {
    color: #43AB48;
    border: .0625rem solid #43AB48;
}

#btn-ohsms {
    color: #CC2A4C;
    border: .0625rem solid #CC2A4C;
}

#btn-qms:hover, #btn-ems:hover, #btn-ohsms:hover {
    color: #FFF;
}

#btn-qms:hover {
    background-color: #385FA5;
}

#btn-ems:hover {
    background-color: #43AB48;
}

#btn-ohsms:hover {
    background-color: #CC2A4C;
}


/**********************************/
/*        09 - Activities         */
/**********************************/

#activities {
    background-color: #E9EAF3;
}

.activities-cards {
    border-top: .0625rem solid #B9B9C7 !important;
    border-right: none;
    border-bottom: .0625rem solid #B9B9C7;
    border-left: none;
    border-radius: unset;
    background-color: transparent;
}

.activities-cards .card-header {
    display: inline-flex;
    justify-content: space-between;
    background-color: transparent;
    border: none;
    padding: .3125rem 0;
}

.activities-cards-title {
    display: flex;
}

.activities-cards-title h2 {
    font-size: 1.1rem;
    color: #44444C;
    align-self: center;
    margin: 0;
}

.activities-cards-title h2:hover {
    cursor: pointer;
}

.activities-cards .card-body {
    line-height: 1.5rem;
    padding: 0 .75rem 1rem 1rem;
    opacity: .7;
}

.activities-icon img, .jobs-icon img {
	max-width: 150px;

}

/**********************************/
/*           10 - Jobs            */
/**********************************/

.jobs-cards {
    margin-bottom: .75rem;
}

.jobs-accordion .card {
    border: .125rem solid #6B76B2 !important;
    border-radius: 0.3125rem !important;
    -moz-border-radius: 0.3125rem !important;
    -webkit-border-radius: 0.3125rem !important;
    border-left: none !important;
    border-right: none !important;
}

.jobs-cards .card-header {
    display: inline-flex;
    height: 3.125rem;
    justify-content: space-between;
    background-color: #6B76B2;
    padding: .3125rem 0;
}

.jobs-cards-title {
    display: flex;
}

.jobs-cards-title h2 {
    font-size: 1.1rem;
    color: #FFF;
    align-self: center;
    margin: 0 0 0 1rem;
}

.jobs-cards-title h2:hover {
    cursor: pointer;
}

.jobs-cards .card-body {
    padding: .625rem 0;
}

.jobs-cards .card-body .jobs-card-body {
    margin-bottom: 1rem;
}

.jobs-cards .card-body .jobs-card-body-content {
    height: 100%;
    border-left: .125rem solid #F37121;
    line-height: 1.3rem;
    padding: 0 .5rem;
    margin-left: .5rem;
}

.jobs-cards .card-body .jobs-card-body-content .job-locale {
    opacity: .8;
}


/**********************************/
/*         11 - Customers         */
/**********************************/

/* Especially in this section, we will keep the 'medias queries' right here because of the control of the
 * translateX property of some elements
*/

.carousel-customers {
    padding: 0;
}

.carousel-customers .carousel-inner .carousel-item .card-body img {
    max-width: 100%;
    width: 8.125rem;
    height: 6.228rem;
    align-self: center;
    object-fit: scale-down;
}

.carousel-customers .carousel-inner .carousel-item.active,
.carousel-customers .carousel-inner .carousel-item-next,
.carousel-customers .carousel-inner .carousel-item-prev {
    display: flex;
    flex-wrap: wrap;
}

.carousel-customers .card-body {
    border: none;
    padding: 0 !important;
}

.carousel-customers .carousel-inner .carousel-item .card-body{
    margin-bottom: 2.5rem;
}

@media (max-width: 480px) {

    .carousel-customers .carousel-inner .carousel-item-right.active,
    .carousel-customers .carousel-inner .carousel-item-next {
        transform: translateX(50%);
    }

    .carousel-customers .carousel-inner .carousel-item-left.active,
    .carousel-customers .carousel-inner .carousel-item-prev {
        transform: translateX(-50%);
    }

}

@media (min-width: 481px) and (max-width: 767px) {

    .carousel-customers .carousel-inner .carousel-item-right.active,
    .carousel-customers .carousel-inner .carousel-item-next {
        transform: translateX(33.3333%);
    }

    .carousel-customers .carousel-inner .carousel-item-left.active,
    .carousel-customers .carousel-inner .carousel-item-prev {
        transform: translateX(-33.3333%);
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .carousel-customers .carousel-inner .carousel-item-right.active,
    .carousel-customers .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .carousel-customers .carousel-inner .carousel-item-left.active,
    .carousel-customers .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }

}

@media (min-width: 768px) and (max-width: 1199px) {

    .carousel-customers .carousel-inner .carousel-item .card-body img {
        width: 8.75rem;
        height: 6.588rem;
    }

}

@media (min-width: 992px) {

    .carousel-customers .carousel-inner .carousel-item-right.active,
    .carousel-customers .carousel-inner .carousel-item-next {
        transform: translateX(20%);
    }

    .carousel-customers .carousel-inner .carousel-item-left.active,
    .carousel-customers .carousel-inner .carousel-item-prev {
        transform: translateX(-20%);
    }

}

@media (min-width: 1200px) {

    .carousel-customers .carousel-inner .carousel-item .card-body img {
        width: 9.375rem;
        height: 7.059rem;
    }

}

/* The declaration for these elements must come after the 'medias queries' because of the tanslateX property */
.carousel-customers .carousel-inner .carousel-item-right,
.carousel-customers .carousel-inner .carousel-item-left{
    transform: translateX(0);
}


/**********************************/
/*     12 - Photos Galleries      */
/**********************************/

#photos {
    background-color: #fff1ea;
}

#photos .photos-galleries .photo-gallery {
    float: left;
    position: relative;
    margin-right: .75rem;
    margin-bottom: .75rem;
}

#photos .photos-galleries .photo-gallery:nth-child(2n) {
    margin-right: 0;
}

#photos .photos-galleries .photo-gallery .gallery-main-photo {
    opacity: 1;
    width: 100%;
    height: 100%;
    border-radius: .3125rem;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#photos .photos-galleries .photo-gallery .gallery-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column !important;
    justify-content: center;
    margin-top: -5px;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#photos .photos-galleries .photo-gallery .gallery-label p {
    color: #060F40;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 0 1rem;
    margin-bottom: 0;
    line-height: 1.4rem;
}

#photos .photos-galleries .photo-gallery .gallery-label::after{
    margin-left: 1rem;
    margin-top: 4px;
    content: '';
    width: 3rem;
    height: 0.125rem;
    background-color: #F37121;
}

#photos .photos-galleries .photo-gallery:hover {
    cursor: pointer;
}

#photos .photos-galleries .photo-gallery:hover .gallery-label {
    opacity: 1;
}

#photos .photos-galleries .photo-gallery:hover .gallery-main-photo {
    opacity: .3;
}

.modal-open {
    overflow: hidden;
    overflow-y: scroll;
    padding-right: 0 !important;
}

#galleryModal {
    z-index: 9999;
}

#galleryModal .modal-body {
    padding: 0 1rem
}

#galleryModal .modal-header, #galleryModal .modal-footer {
    border: none;
}

#galleryModal .modal-footer {
    padding: .5rem 1rem;
}

#galleryModal .modal-footer a {
    position: relative;
}

#galleryModal .modal-footer p {
    margin: 0;
}

#galleryModal .modal-footer img {
    max-width: 1rem;
}

#galleryModal .modal-footer a span:first-child {
    background-color: #000;
}


/**********************************/
/*          13 - Contact          */
/**********************************/

#contact {
    background-color: #060F40;
    color: #fff;
}

#contact .section-title-header h1 {
    color: #fff;
}

#contact h2 {
    font-size: 1.5rem;
    font-weight: 500;
}

#contact .map, #contact .contact-form {
    display: flex;
    flex-direction: column;
    margin-top: 1.3rem;
}

#contact .map::after, #contact .contact-form::after{
    position: absolute;
    content: '';
    bottom: .4375rem;
    width: 2.5rem;
    height: .0625rem;
    top: 1.9375rem;
    background-color: #F37121;
}

#contact iframe {
    max-width: 100%;
    max-height: 250px;
    margin-top: 1.25rem;
    border-radius: 0.3125rem;
    -moz-border-radius: 0.3125rem;
    -webkit-border-radius: 0.3125rem;

}

#contact .div-contact-links {
    padding-left: 15px;
}

#contact .div-contact-links .contact-links img {
    max-width: 1.25rem;
}

#contact .map p {
    font-size: 1rem;
    font-weight: 100;
    margin-top: 1rem;
}

#contact .contact-links {
    margin-bottom: .25rem;
}

#contact .map a {
    color: #fff;
    text-decoration: none;
    outline: none;
}

#contact .map a:hover {
    cursor: pointer;
    color: #F37121;
    text-decoration: underline;
}

#contact .map img {
    margin-right: .5rem;
}

#spanVisite {
    font-size: 1.125em;

}

#contact form {
    margin-top: 1.25rem;
}

.error span {
    color: #F37121 !important;
}

#error-name, #error-phone {
    display: none;
}

form textarea{
    width: 100%;
    height: 10.75rem !important;
}

.error .form-control {
    border-color:#F37121;
    background-color:#FFDFDF;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.error .form-control:focus {
    border-color:#F37121;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

#contact .success-send, #contact .error-send {
    display: none;
    padding-top: 1.25rem;
    color: #060F40;
}

.success-send .d-flex, .error-send .d-flex {
    background-color: #fff;
    padding-top: 1.25rem;
    padding-left: .9375rem;
    padding-right: .9375rem;
    border-radius: 0.3125rem;
    -moz-border-radius: 0.3125rem;
    -webkit-border-radius: 0.3125rem;
}

.success-send h3, .error-send h3 {
    font-size: 1.5rem;
}

.success-send h5, .error-send h5 {
    font-size: 1.125rem;
}

.success-send img, .error-send img {
    max-width: 18%;
}

#contact form button {
    width: 7.8125rem;
    height: 2.1875rem;
    background-color: #ed874b;
    color: #060F40;
    font-weight: 600;
}

#contact form button:hover {
    background-color: #F37121;
}


/**********************************/
/*          14 - Footer           */
/**********************************/

.footer-creditos {
    border-top: 1px solid #fff;
    padding: 1rem;
    color: #FFF;
    font-size: 16px;
    background-color: #060F40;
}

.footer-creditos p {
    margin: 0;
}



/**********************************/
/*      15- Media Queries         */
/**********************************/

@media (max-height: 480px) {

    #navbarSupportedContent .nav-link {
        padding-top: .25rem;
        padding-bottom: .25rem;
    }

}


@media (max-width: 320px) {

    #main-slide-img2 .heading {
        margin-left: -4%;
    }

}

@media (max-width: 479px) {

    a.back-to-top i {
        font-size: .9091rem;
        width: 2rem;
        height: 2rem;
        line-height: 2rem;
    }

    .jobs-cards .card-header {
        display: inline-flex;
        height: 2.78rem;
    }

}

@media (max-width: 575px) {

    nav .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

}

@media (max-width: 767px) {

    #main-slide .carousel-control-prev, #main-slide .carousel-control-next {
        display: none;
    }

    .activities-icon, .jobs-icon {
        display: none;
    }

}

@media (min-height: 410px) {

    #main-slide .carousel-indicators {
        display: inline-flex;
    }

}

@media (min-width: 387px) {

    #main-slide .carousel-caption p.heading {
        line-height: 1.5rem;
    }

}

@media (min-width: 480px) {

    nav .navbar-brand img {
        max-width: 13rem;
    }

    #main-slide-img2 {
        background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)), url('../../images/slider/compromisso2.jpg') center center;
        background-size: inherit;
    }

    #main-slide-img3 {
        background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)), url('../../images/slider/sustentabilidade2.jpg') center center;
        background-size: inherit;
    }

    .qsms-cards img {
        width: 8.75rem;
    }

    #photos .photos-galleries .photo-gallery:nth-child(n){
        margin-right: .75rem;
    }

    #photos .photos-galleries .photo-gallery:nth-child(3n) {
        margin-right: 0;
    }

    #contact .div-contact-links:first-child {
        width: 40%;
    }

}

@media (min-width: 720px) {

    #about_us img {
        max-width: 40%;
    }

    .company-politics {
        display: inline-flex;
        justify-content: space-around;
        align-items: center;
    }

    .company-politics span {
        display: block;
    }

    #main-slide-img2 {
        background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)), url('../../images/slider/compromisso3.jpg') center center;
        background-size: inherit;
    }

}

@media (min-width: 768px) {

    nav .navbar-brand img {
        max-width: 14rem;
    }

    nav.top-nav-collapse .navbar-brand img {
        max-width: 11rem;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    #contact .div-contact-links:first-child {
        width: 100%;
    }

    .activities-icon, .jobs-icon {
        display: flex;
        justify-items: center;
    }

}

@media (min-width: 900px) {

    h1 {
        font-size: 2rem;
    }

    #photos .photos-galleries .photo-gallery:nth-child(n){
        margin-right: .75rem;
    }

    #photos .photos-galleries .photo-gallery:nth-child(4n) {
        margin-right: 0;
    }

    #contact iframe {
        max-width: 90%;
    }

}

@media (min-width: 992px) {

    nav.top-nav-collapse {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    nav a {
        margin: .5rem 0;
    }

    /* Effect Menu */
    .cl-effect a {
        outline: none;
    }

    .cl-effect a {
        padding: 0 .75rem !important;
        height: 1.875rem;
        line-height: 1.875rem;
    }

    .cl-effect a::before,
    .cl-effect a::after {
        position: absolute;
        width: 1.875rem;
        height: .125rem;
        background: #6B76B2;
        content: '';
        opacity: 0.2;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.3s;
        pointer-events: none;
    }

    .cl-effect a::before {
        top: -.125rem;
        left: 0;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    .cl-effect a::after {
        right: 0;
        bottom: 0;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: 100% 0;
        -moz-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }

    .cl-effect a.active:before,
    .cl-effect a.active::after
    {
        opacity: 1;
        background: #F37121;
    }

    .cl-effect a.active::before {
        left: 50%;
        -webkit-transform: rotate(0deg) translateX(-50%);
        -moz-transform: rotate(0deg) translateX(-50%);
        transform: rotate(0deg) translateX(-50%);
    }


    .cl-effect a.active::after {
        right: 50%;
        -webkit-transform: rotate(0deg) translateX(50%);
        -moz-transform: rotate(0deg) translateX(50%);
        transform: rotate(0deg) translateX(50%);
    }


}

@media (min-width: 1024px) {

    #about_us img {
        max-width: 25%;
    }

    #contact .div-contact-links:first-child {
        width: 40%;
    }

}

@media (min-width: 1200px) {

    nav .navbar-brand img {
        max-width: 15.625rem;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    nav.top-nav-collapse .navbar-brand img {
        max-width: 12rem;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .cards-group {
        display: inline-flex;
        justify-content: space-between;
        padding: 0 .75rem;
    }

    .qsms-cards {
        width: 31.5%;
    }

    .qsms-cards img {
        width: 8.125rem;
        padding-right: 0;
    }

    .qsms-cards .card-body {
        display: flex;
        flex-direction: column;
    }

    #photos .photos-galleries .photo-gallery:nth-child(n){
        margin-right: .75rem;
    }

    #photos .photos-galleries .photo-gallery:nth-child(5n) {
        margin-right: 0;
    }

}

@media (min-width: 900px) and (max-width: 1199px) {

    .qsms-cards {
        flex-direction: row;
        text-align: left;
    }

    .qsms-cards img {
        padding-right: 1.25rem;
    }

    #qsms-card-2 {
        flex-direction: row-reverse;
        text-align: right;
    }

    #qsms-card-2 img {
        padding-right: 0;
        padding-left: 1.25rem;
    }

}

@media (pointer: coarse) { /* Verifica se a tela é touch screen */

    #photos .photos-galleries .photo-gallery .gallery-label {
        opacity: 1;
    }

    #photos .photos-galleries .photo-gallery .gallery-main-photo {
        opacity: .4;
    }

}