body{
	font-family: Roboto;
    background-image: url(../images/binding_dark.png);
    background-attachment: fixed;
    /*background: #131313;*/
}

.cintillo {
    display: flex;
    width: 100%;
    height: 30px;
    background: #f0f0f0;
}

.cintBlock {
    width: 50%;
    display: flex;
    align-items: center;
}

.cintBlock p {
    margin: 0;
}

.cintBlock p span {
    font-weight: 800;
    color: #3a67a8;
}

.cintBlock a {
    height: 100%;
    width: 30px;
    margin-right: 0.1em;
}

.cintBlock a img {
    height: 80%;
}

.cintBlock:nth-child(1) {
	justify-content: space-evenly;
}

.cintBlock:nth-child(2) {
	justify-content: flex-end;
	padding-right: 3em;
}







/*--------- MENU ------------*/
/*---------------------------*/


.novoHeader {
    height: 130px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: transparent;
    padding: 1em 0;
    position: fixed;
    z-index: 10;
    transition: 0.3s ease;
}

.novoHeader.scrolled {
    background: #131313;
    transition: 0.3s ease;
}

.novoHeader.scrolled .links li a:hover {
    background: transparent;
}

.brand {
    height: 100%;
    width: 170px;
    margin-left: 3em;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand img {
	height: 100%;
}

.resLinks {
    display: none;
}

ul.links {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    padding-right: 4em;
}

ul.links li a {
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 1em;
    text-decoration: none;
    transition: .4s ease;
    font-weight: 300;
}

.links li a:hover {
    color: gold;
    background: rgba(0, 0, 0, 0.3);
    transition: .4s ease;
}

.resBtn {
    height: 40px;
    background: transparent;
    width: 40px;
    padding: 0;
    border: none;
    margin-right: 3em;
}

button.resBtn img {
    height: 100%;
    width: 100%;
}

.resBlock {
    display: none;
    position: absolute;
    top: 100px;
    width: 100%;
    background: #222;
    height: auto;
    padding: 0;
    margin: 0;
}

.resBlock li {
    border-bottom: 1px solid #333333;
    height: 50px;
}

.resBlock li a {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 2em;
    color: white;
    text-decoration: none;
}

.resBlock.showMob {
    display: block;
}

ul.links li a img {
    height: 30px;
}

.resLinks > a {
    height: 100%;
    display: flex;
    width: 40px;
    align-items: center;
    justify-content: center;
    margin-right: 3em;
}

.resLinks > a > img {
    height: 30px;
}




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








section.novoCarousel {
    min-height: 380px;
    background: whitesmoke;
}

.construHead {
    min-height: 520px;
    background: #222;
    position: relative;
}

.headBackground {
    background-image: url(../images/B7.jpg);
    /*background-attachment: fixed;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 0;
}

.zUp {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.zUp h1 {
    color: white;
    font-size: 4em;
    font-weight: 800;
    position: relative;
    margin-top: 100px;
    margin-bottom: 20px;
}

.zUp h1::after {
    content: "";
    position: relative;
    top: 10px;
    display: block;
    margin: 0 auto;
    width: 75%;
    background: white;
    height: 3px;
}

.floater {
    position: absolute;
    bottom: -30px;
    left: 33.33%;
    width: 33.33%;
    background: white;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 13px 7px rgba(0, 0, 0, 0.28);
    transition: 0.3s ease-in-out;
    z-index: 3;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}

.floater:hover {
    bottom: -25px;
    transition: 0.3s ease-in-out;
}

.floater a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 1.7em;
    font-weight: 800;
    color: #1c76d6;
    text-decoration: none;
}

.titulos {
    text-align: center;
    color: white;
}

.titulos h3 {
    font-weight: 300;
}

.wrapper {
    padding: 6em 3em 0;
}

section.homeSeguros {
    display: flex;
    padding: 0 2em;
    flex-wrap: wrap;
    padding-bottom: 4em;
}

.seguroBlock {
    width: 30%;
    margin: calc(10% / 6);
    background: white;
    padding-bottom: 30px;
    position: relative;
    top: 0;
    transition: 0.3s ease-in-out;
    border-radius: 10px;
    overflow: hidden;
}

.seguroBlock:hover {
    position: relative;
    top: -20px;
    transition: 0.3s ease-in-out;
}

.imageBlock {
    height: 200px;
    overflow: hidden;
    margin-bottom: 1em;
}

.imageBlock img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.seguroBlock h2 {
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 1em;
    padding: 0px 30px;
    font-weight: 700;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.seguroBlock p {
    font-size: 0.9em;
    text-align: center;
    padding: 0 35px;
    line-height: 1.3;
    min-height: 110px;
    margin-bottom: 1.5rem;
}

.seguroBlock a:last-child {
    display: block;
    margin: 0 auto;
    width: 130px;
    text-align: center;
    background: #1c76d6;
    color: white;
    text-decoration: none;
    padding: 10px 20px;
}

.seguroBlock a:last-child:hover {
    background: #0f56a0;
    transition: 0.3s ease;
}

.aboutBlock {
    display: flex;
    flex-wrap: wrap;
    margin: 0 2em 2em;
    height: 150px;
    background: #222;
    color: white;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    font-size: 1.6em;
    position: relative;
    top: 0;
    transition: 0.3s ease-in-out;
    border-radius: 10px;
    overflow: hidden;
}

.aboutBlock h1 {
    font-size: 1.9rem;
    margin: 0;
    font-weight: 800;
    z-index: 2;
    transition: 0.3s ease-in-out;
    width: 100%;
    text-align: center;
}

.aboutBlock a {
    display: block;
    background: #00000070;
    padding: 17px;
    border: 2px solid white;
    z-index: 2;
    color: white;
    text-decoration: none;
    position: absolute;
    visibility: hidden;
}

.aboutBlock a:hover {
    background: rgba(0, 0, 0, 0.71);
}

.aboutBlock:hover a {
    visibility: visible;
    transition: 0.3s ease-in-out;
}

.aboutBlock:hover {
    top: -10px;
    transition: 0.3s ease-in-out;
}

.aboutBlock:hover h1 {
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.aboutBack {
    background-image: url(https://images.unsplash.com/photo-1503151851204-f1841e681130?ixlib=rb-0.3.5…EyMDd9&s=9b695af…&auto=format&fit=crop&w=1050&q=80);
    width: 100%;
    height: 100%;
    opacity: 0.2;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.aboutBlock:hover .aboutBack {
    opacity: 1;
    transition: 0.3s ease-in-out;
}

section.homePhrase {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #333;
    color: white;
    position: relative;
}

.homePhrase h1 {
	margin: 0;
}

.phraseback {
    background-image: url(../images/5.jpg);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.2;
}

.partnersContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 2em 0em;
}

.partnersContainer img {
    height: 40px;
}

section.homePartners {
    padding: 2em 0;
}

section.homePartners h3 {
    text-align: center;
    font-size: 1em;
    font-weight: 500;
}

footer.novoFooter {
    display: flex;
    flex-wrap: wrap;
    padding: 2em;
    background: #101010;
    color: white;
    justify-content: center;
    align-items: center;
}

footer.novoFooter div {
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    color: whitesmoke;
}

footer.novoFooter div p {
    margin: 0;
    line-height: 1.2;
    font-size: 0.9em;
}

footer.novoFooter div p span {
    font-weight: 600;
}

footer.novoFooter div h2 {
    margin-bottom: 0.6em;
    font-size: 1.8rem;
}

.rssLinks {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    margin-top: 0.5em;
}

.rssLinks img {
    height: 25px;
    margin-right: 0.4em;
}

ul.footLinks {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.footLinks li a {
    color: white;
    text-decoration: none;
    transition: .4s ease;
}

ul.footLinks li a:hover {
    color: #3a67a8;
	transition: .4s ease;
}

footer.novoFooter div:nth-child(4) {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    padding: 0;
    background: #656565;
}

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

#carouCTA {
    height: 100%;
}

#carouCTA .carousel-inner {
    width: 100%;
    height: 400px;
}

#carouCTA .carousel-inner .carousel-item {
    width: 100%;
    height: 400px;
}

#carouCTA .carousel-inner .carousel-item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.aboutBackground {
    background-image: url(https://images.unsplash.com/photo-1515445486020-33e91f05418d?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=7cbade07ffd56520ba07a1928b7a47e0&auto=format&fit=crop&w=1050&q=80);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 0;
}

.ventiBackground {
    background-image: url(../images/B8.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 0;
}

.acondiBackground {
    background-image: url(../images/B9.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 0;
}

.refriBackground {
    background-image: url(../images/B4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 0;
}

.contactBackground {
    background-image: url(https://images.unsplash.com/photo-1516387938699-a93567ec168e?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=92bcfb9734f53123a7bead5ff5988dd9&auto=format&fit=crop&w=1051&q=80);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 0;
}

.aboutContent {
    background: whitesmoke;
    border-radius: 10px;
    padding: 3em 5em;
    color: #333;
    margin-bottom: 3em;
}

.aboutContent h1 {
    text-align: center;
    margin-bottom: 1em;
    font-weight: 800;
}

.aboutContent p strong {
    text-transform: uppercase;
    font-weight: 700;
}

.contactForm {
    max-width: 400px;
    margin: 0 auto;
    padding: 1em;
}

.contactForm input {
    height: 40px;
    margin: 5px 0;
    width: 100%;
    padding: 0 10px;
}

.contactForm textarea {
    width: 100%;
    margin: 5px 0 1em;
    padding: 0 10px;
}

.contactForm button {
    border: none;
    background: #286bd2;
    color: white;
    padding: 10px 30px;
    font-weight: 600;
    cursor: pointer;
    margin: 0 auto;
    display: block;
}

.pestanas {
    display: flex;
    flex-wrap: wrap;
    margin: 0 50px;
    margin-bottom: 1em;
    height: 350px;
    background: #e0e0e0;
}

.pestanaCont {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    height: 100%;
    background: #e0e0e0;
}

.pestanaBlock {
    height: 33.33%;
    width: 100%;
    background: #e0e0e0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.5s ease;
    font-size: 1.3em;
    color: #929292;
}

.pestanaBlock.active {
    background: white;
    color: black;
    font-weight: 600;
}

.pestanaBlock:hover {
    background: white;
    transition: 0.5s ease;
}

.pestanaInfo {
    width: 50%;
    position: relative;
}

.pestInfoBlock {
    position: absolute;
    opacity: 0;
    background: white;
    padding: 3em 2em;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.4s ease;
}

.pestInfoBlock.active {
    transition: 0.4s ease;
    opacity: 1;
}

.pestInfoBlock h1 {
    font-weight: 600;
}



















@media (max-width: 1200px) {
    .zUp h1 {
        font-size: 3em;
    }
    .wrapper {
        padding: 6em 0em 0;
    }
    .seguroBlock h2 {
        font-size: 1.2em;
    }
    .seguroBlock p {
        min-height: 160px;
    }
    ul.links li a {
        font-size: 0.9em;
    }
    .aboutContent {
        margin: 0 auto 3em;
        width: 80%;
    }
}

@media (max-width: 992px) {
    .seguroBlock {
        width: 46%;
        margin: calc(2%);
    }
    .aboutBlock {
        overflow: visible;
        margin-bottom: 3em;
    }
    .aboutBlock a {
        visibility: visible;
        bottom: -40px;
        padding: 10px 20px;
    }
    ul.links {
        display: none;
    }
    .resLinks {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: 100%;
    }
    .novoHeader {
        height: 100px;
        padding: 0;
    }
    .brand img {
        height: 80%;
    }
    .pestanaInfo {
        width: 70%;
    }
    .pestanaCont {
        width: 30%;
    }
}

@media (max-width: 768px) {
    .seguroBlock {
        width: 100%;
        margin: 0;
        margin-bottom: 1em;
    }
    .floater {
        width: 70%;
        left: 15%;
    }
    .floater a {
        text-align: center;
        font-size: 1.2em;
    }
    .seguroBlock p {
        font-size: 1em;
    }
    .aboutContent {
        width: 90%;
        padding: 3em 2em;
    }
    .contactForm {
        width: 100%;
    }
    .brand {
        margin-left: 0
    }
    .pestanaInfo {
        width: 100%;
        min-height: 500px;
    }
    .pestanaCont {
        width: 100%;
        flex-wrap: nowrap;
        height: 60px;
    }
    .pestanaBlock {
        height: 100%;
    }
    .pestanas {
        height: auto;
        min-height: 390px;
        margin: 0 20px 3em;
    }
    .zUp h1 {
        font-size: 2.1em;
    }
    .titulos h3 {
        font-size: 1.3em;
    }
    .aboutBlock h1 {
        font-size: 1.5rem;
    }
    .aboutBlock a {
        display: none;
    }
}