@charset "utf-8";
section {
    margin-bottom: 30px;
}

h1.title {
    padding-top: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 900;
}

h2.sub-title {
    margin-bottom: 25px;
    font-size: 14pt;
}

img.mobile-img {
    display: none !important;
}

/*--------------------------*/

/*Style Carrocel*/

section#home .carousel-item {
    height: 100%;
    background-color: black;
}

.text-carrocel {
    position: absolute;
    left: 190px;
    top: 150px;
    z-index: 100;
    text-align: center;
    font-family: Verdana, Tahoma, sans-serif;
    color: white;
}

.text-carrocel h1 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 30pt;
    margin-bottom: 10px;
}

.text-carrocel h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20pt;
    margin-bottom: 10px;
}

.text-carrocel p {
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 12pt;
    margin-bottom: 20px;
}

.btn-carrocel {
    padding: 10px 25px;
    font-size: 18pt;
    background-color: white;
    color: rgb(11, 13, 37);
    font-weight: 700;
    transition: 1s;
    border-radius: 50px;
}

.btn-carrocel:hover {
    background-color: rgb(11, 13, 37);
    color: white;
    text-decoration: none;
    border: 1px solid white;
}

.img-logo {
    width: 300px;
    position: absolute;
    top: 120px;
    right: 150px;
    z-index: 1000;
    opacity: 1 !important;
}

.img-opacity {
    opacity: 0.4;
    z-index: 0;
}

@media(max-width:1200px) {
    .text-carrocel {
        top: 100px;
        left: 120px;
    }
    .img-logo {
        top: 60px;
        right: 100px;
    }
}

@media(max-width:1145px) {
    .text-carrocel h1 {
        font-size: 20pt;
    }
    .text-carrocel h2 {
        font-size: 14pt;
    }
    .text-carrocel p {
        font-size: 9pt;
    }
    .img-logo {
        width: 260px;
        top: 80px;
        right: 120px;
    }
}

@media(max-width:1045px) {
    .text-carrocel {
        left: 100px;
    }
    .btn-carrocel {
        font-size: 10pt;
    }
    .img-logo {
        width: 200px;
        top: 80px;
        right: 120px;
    }
}

@media(max-width:890px) {
    .text-carrocel {
        top: 60px;
        left: 70px;
    }
}

@media(max-width:860px) {
    .text-carrocel {
        top: 60px;
        left: 130px;
    }
    .img-logo {
        top: 5px;
        right: 10px;
        z-index: 1;
    }
}

@media(max-width:730px) {
    .text-carrocel {
        top: 10px;
        left: 90px;
    }
    .img-logo {
        width: 150px;
    }
}

@media(max-width:700px) {
    img.img-opacity {
        display: none !important;
    }
    img.mobile-img {
        display: block !important;
        height: 80vh;
        opacity: 0.5;
    }
    .text-carrocel {
        top: 40px;
        width: 80%;
        left: 50%;
        transform: translateX(-50%);
    }
    .img-logo {
        left: 50%;
        transform: translateX(-50%);
        width: 290px;
        top: auto;
        bottom: 10px;
    }
}

@media(max-width:700px) {
    .text-carrocel {
        top: 20px;
    }
    .img-logo {
        width: 200px;
    }
}

@media(max-width:580px) {
    .img-logo {
        width: 150px;
    }
}

@media(max-width:414px) {
    .btn-carrocel {
        font-size: 10pt;
        padding: 5px 10px;
    }
}

@media(max-width:360px) {
    .btn-carrocel {
        font-size: 8pt;
    }
}

/*--------------------------*/

/*Style Nosso Trabalho*/

section.us-work .padding-row {
    padding: 0 5px;
}

section.us-work .img-wrapper {
    padding: 10px;
}

.img-wrapper img {
    padding: 2px;
    transition: transform 0.5s ease;
}

.img-wrapper img:hover {
    transform: scale(0.9);
    cursor: pointer;
    opacity: 0.8;
}

/*--------------------------*/

/*Style Seguradoras*/

section.teams {
    padding-bottom: 30px;
    background-color: #131633;
    color: white;
    margin-bottom: 0px;
}

section.teams h2.title {
    padding-bottom: 0;
}

.team-member {
    margin: 0 15px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.seguradoras {
    position: relative;
    width: 100%;
    height: 200px;
    background-color: rgb(11, 13, 37);
}

/*--------------------------*/

/*Style Localização*/

section.mapa iframe {
    margin-bottom: -5px;
}

section.mapa {
    margin-bottom: 0;
}

.contact-infos {
    padding: 45px 0 30px 0;
    background-color: darkcyan;
    border-bottom: 1px solid white;
}

.contact-infos .fa {
    color: white;
    font-size: 26px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid white;
    border-radius: 50%;
}

.contact-infos p {
    color: white;
    margin-top: 15px;
}

/*--------------------------*/

/***************************** FOOTER *****************************/

.footer {
    background-image: url('../img/dark-metal-bg.jpg');
    background-size: cover;
    background-attachment: fixed;
    padding-top: 150px;
    padding-bottom: 100px;
}

.social-icon a {
    margin: 0 16px 20px 16px;
    display: inline-block;
}

.footer .icone-midiasocial {
    font-size: 30px;
    color: deepskyblue;
    background-color: white;
    width: 80px;
    height: 80px;
    line-height: 2;
    border: 10px solid #34495e;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    text-align: center;
    transition: all 0.7s ease-in-out;
}

.social-icon a:hover .icone-midiasocial {
    border-color: white;
    transform: rotate(360deg);
}

.copyright {
    color: white;
    font-size: 12pt;
}

.copyright .icone-midiasocial-small {
    color: white;
    font-size: 20pt;
    transition: 0.3s;
}

.copyright .icone-midiasocial-small:hover {
    color: deepskyblue;
}

.copyright .border-bottom {
    background-color: white;
    width: 50px;
    height: 3px;
    margin: 0 auto;
    border-radius: 20px;
    margin-top: 20px;
}

.icon-top {
    position: absolute;
    width: 100px;
    right: 0px;
}

.icon-top i {
    background-color: #f7f7f7;
    color: deepskyblue;
    border-radius: 50%;
    font-size: 45pt;
    box-shadow: 0px 3px 2px 2px #34495e;
}

.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.popup i {
    color: white;
    font-size: 15pt;
    margin-top: 15px;
}

.popup span a {
    color: white;
    text-decoration: none;
}

/* The actual popup (appears on top) */

.popup .popuptext {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}

/* Popup arrow */

.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */

.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}

/* Add animation (fade in the popup) */

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/*--------------------------*/
