@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;700&display=swap');

* {
    border-radius: border-box;
    font-family: 'Roboto', sans-serif;
}

body {
    width: 100%;
    overflow-x: hidden;
}

html,
body {
    overflow-x: hidden;
}

.c-container-header {
    margin: 0px;
}

.has-margin {
    margin: 50px 0px !important;
}

.has-height {
    max-height: 500px !important;
}

.has-margin-top-and-bottom-100 {
    margin: 100px 0px !important;
}

.has-border-radius {
    border-radius: 10px;
}

.has-background-padding {
    width: 100%;
    height: 100%;
    background-color: #ccc;
    padding: 10px;
}

.has-display-none {
    display: none !important;
}

.c-container-header__c-container-icons-social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    background-color: #f5f6fa;
}

.c-container-header__c-container-icons-social .c-container-hamburguer {
    width: 50px;
    height: 50px;
    color: #fff;
    background-color: #1e272e;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    padding: 8px;
    cursor: pointer;
}

.c-container-header__c-container-icons-social .c-container-hamburguer span {
    font-size: 35px;
}

.c-container-header__c-container-icons-social .c-container-icons-social {
    display: flex;
}

.c-container-site-1 {
    width: 100%;
    display: flex;
    align-items: center;
    height: 55px;
    justify-content: space-around;
}

.c-container-site-2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 80px;
}

.c-container-site-2 .c-container-menu-hamburguer {
    scale: 0.5;
}

.social {
    display: flex;
}

.social .facebook img,
.instagram img {
    width: 40px;
    height: 40px;
    padding: 5px;
    border-radius: 10px;
    margin: 0px 4px;
    cursor: pointer;
}

.social .facebook img:hover {
    background-color: rgb(235, 235, 235);
}

.social .instagram img:hover {
    background-color: rgb(235, 235, 235);
}

.c-container-user {
    display: flex;
    align-items: center;
}

.c-container-user .cart {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-left: 20px;
}

.c-container-user .my-account {}

.call-us span {
    font-weight: 100;
}

.call-us .number {
    font-weight: 700;
}

.call-us-and-social {
    display: flex;
    align-items: center;
    width: 30vw;
}

.c-container-icons-select-idioma {
    position: absolute;
}

.c-container-icons-select-idioma select {
    width: 100px;
    height: 35px;
    outline: none;
    border: none;
    margin-left: 5px;
    font-size: 20px;
    border-radius: 10px;

}

.c-container-icons-social a img {
    width: 50px;
    height: 50px;
    margin: 0px 5px;
}

.c-container-img {
    width: 100%;
    height: 210px;
    background-color: #ccc;
}

.c-contaner-img2 {
    height: 650px;
    background-color: #ccc;
}

.c-container-services {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.c-container-carrousell {
    height: 100%;
}

.c-container-services h2 {
    font-size: 35px;
    color: #1e272e;
    text-shadow: 2px 2px #ccc;
    text-align: center;
}

.c-container-imgs-gallery {
    margin: 0px 100px;
}

.c-container-imgs-gallery .c-container-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.c-container-imgs-gallery .c-container-button button:hover {
    background-color: #3da0ec;
}

.c-container-footer {
    height: 100%;
    background-color: #1e272e;
    margin-top: 45px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    padding-top: 20px;
    flex-direction: column;
    padding: 20px 0px;
}

.c-container-footer span {
    color: #fff;
    text-align: center;
}

.c-container-social-footer {
    display: flex;

}

.c-container-social-footer .icon-instagram img,
.icon-instagram img {
    width: 50px;
    height: 50px;
    margin: 5px 10px;
    cursor: pointer;
}

.c-container-footer .information1 {
    font-size: 25px;
}

.c-container-footer .information2 {
    font-size: 20px;
}

.c-container-footer .address {
    width: 500px;
    text-align: center;
    margin-top: 10px;
    color: #ccc;
}

.c-container-footer .c-container-informations {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    height: 100%;
}

.c-container-informations .information3 {
    width: 800px;
    font-size: 15px;
    color: #ccc;
}

.btn-go-to-top span {
    background-color: #ccc;
    color: #000;
    padding: 10px;
    margin: 10px;
    border-radius: 50px;
    font-size: 35px;
    cursor: pointer;
}

.c-container-name-site img {
    width: 250px;
    cursor: pointer;
}

.c-container-name-site h1 {
    font-weight: 700;
    margin-left: 20px;
}

.c-container-menu ul {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
}

.c-container-menu ul li {
    margin: 0px 3px;
    transition: all 0.5s;
    padding: 10px 20px;
}

.c-container-menu ul a {
    color: #252525;
}

.c-container-menu ul li:hover {
    transition: all 0.5s;
    background-color: #ccc;
    border-radius: 10px;
}

.c-container-slide-info {
    max-width: 900px;
    padding: 20px 40px;
    position: absolute;
    background: rgb(255, 255, 255, 0.1);
    border-radius: 10px;
    text-align: center;
    /* opacity: 90%; */
    backdrop-filter: blur(7px);
    color: #fff;
    border: solid 1px rgb(146, 146, 146);
    /* box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.5); */
}

.c-container-button-slide {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -35px;
}

.c-container-button-slide button {
    width: 350px;
    height: 60px;
}

.c-container-slide-info h1 {
    font-weight: 700;
    font-size: 50px;
}

.c-container-slide-info h2 {
    font-weight: 700;
    font-size: 50px;
}

.c-container-why-choose-us {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 50px 0px;
}

.c-container-why-choose-us .why-choose-us {
    max-width: 900px;
    display: flex;
    align-items: center;
    margin: 10px 0px;
}

.c-container-why-choose-us h2 {
    font-weight: 700;
    color: #252525;
    font-size: 45px;
    margin: 10px 0px;
}

.c-container-cards-why-choose-us .c-container-card {
    width: 300px;
    height: 250px;
    padding: 20px;
    background-color: rgb(255, 255, 255);
    margin: 0px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;

}

.c-container-cards-why-choose-us {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.c-container-card .title-card {
    font-weight: 700;
    font-size: 20px;
}

.has-width600 {
    width: 600px !important;
}

.container-h3 {
    display: flex;
}

.c-container-card .description-card {
    height: 500px;
    color: #444;
    display: flex;
    align-items: center;
}

.c-container-card .c-img-card span {
    font-size: 45px;
    color: #d35400;
}

.c-container-why-choose-us .why-choose-us {
    text-align: center;
    color: #444;
}

.c-container-get-a-whote {
    width: 100%;
    height: 350px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.c-container-get-a-whote .get-quote-h1 {
    font-weight: 700;
}

.c-container-get-a-whote .msg-whote {
    color: #444;
}

.c-container-get-a-whote .msg-whote,
.number-whote {
    max-width: 500px;
    min-width: 50px;
    width: 380px;
    text-align: center;
    /* background-color: #ccc; */
}

.c-container-get-a-whote .number-whote {
    color: #444;
    font-weight: 700;
}

.c-container-whote {
    max-width: 650px;
    min-width: 350px;
}

.c-container-menu-hamburguer {
    display: none;
}

.c-container-footer-1 {
    height: 100%;
    background-color: #1e272e;
    display: flex;
    padding-top: 20px;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: 20px 0px;
    /* flex-wrap: wrap; */
}

.c-container-footer-1 .c-container-logo img {
    width: 220px;
}

.c-container-menu-footer {
    height: 100%;
}

.c-container-menu-footer ul {
    display: flex;
    flex-direction: column;
}

.c-container-menu-footer .menu-title {
    color: #fff;
    font-weight: 400;
    font-size: 21px;
}

.c-container-contact-us {
    height: 100px;
    /* width: 100%; */
}

.c-container-contact-us .contanct-title {
    color: #fff;
    font-weight: 400;
    font-size: 21px;
}

.c-container-contact-us ul a {
    color: #fff;
    font-weight: 100;
    text-decoration: none;
}

.c-container-contact-us ul a li {
    color: #fff;
    font-weight: 100;
    text-decoration: none;
}

.c-container-address-footer ul {
    list-style: none;
}

.c-container-address-footer ul li {
    color: #fff;
    margin: 1px 0px;
    font-weight: 100;
}

.c-container-menu-footer ul a {
    color: #fff;
    font-weight: 100;
}

.c-container-address-footer .addr-title {
    color: #fff;
    font-weight: 400;
    font-size: 21px;
}

.c-container-address-footer {
    height: 100px;
}

.c-container-copy {
    width: 100%;
    height: 50px;
    background-color: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-container-copy .copy {
    text-align: center;
}

.c-container-gallery {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.c-container-gallery .container-buttons-contact-us {
    margin-top: 20px;
}

.c-container-name-site .logo-text {
    font-size: 25px;
    text-decoration: none;
    color: #000;
    font-weight: 700;
}

.c-container-name-site .logo-text:hover {
    color: #252525;
}

.carrousell-mobile {
    display: none;
}

@keyframes slidein {
    from {
        left: 100px;
        opacity: 0%;
    }

    to {
        opacity: 95%;
        left: 0;
    }
}

.c-container-menu-mobile {
    padding: absolute;
    background-color: rgb(222, 222, 222);
    opacity: 95%;
    width: 100%;
    height: 100vh;
    top: 0;
    position: fixed;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: slidein .3s linear;
}

.c-container-menu-mobile ul {
    list-style: none;
}

.c-container-menu-mobile ul a li {
    margin-top: 30px;
    color: #000;
    font-size: 25px;
    text-align: center;
}

.c-container-menu-mobile ul a li:hover {
    color: #252525;
    text-decoration: none;
}

.c-container-menu-mobile .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #252525; */
    cursor: pointer;
    margin: 10px;
}

.c-container-menu-mobile .btn-close span {
    font-size: 45px;
    color: #000;
}

.c-container-video {
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}

.c-container-video video {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

@media only screen and (max-width: 800px) {
    .carrousell-mobile {
        display: flex;
    }

    .carrousell-desktop {
        display: none;
    }

    .c-container-footer-1 .c-container-logo img {
        width: 50px;
    }

    .c-container-footer-1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .c-container-footer-1 .c-container-logo img {
        width: 200px;
    }

    .c-container-footer-1 .c-container-address-footer {
        margin-top: 20px;
    }

    .c-container-footer-1 .c-container-menu-footer ul a li {
        margin: 10px 0px;
    }

    .c-container-footer-1 .c-container-contact-us ul a li {
        margin: 10px 0px;
    }

    .c-container-footer-1 .c-container-address-footer ul a li {
        margin: 10px 0px;
    }

    .c-container-menu-hamburguer {
        display: block;
    }

    .c-container-slide-info {
        max-width: 900px;
        padding: 20px 40px;
        position: absolute;
        background: rgb(255, 255, 255, 0.1);
        border-radius: 10px;
        text-align: center;
        /* opacity: 90%; */
        backdrop-filter: blur(7px);
        color: #fff;
        border: solid 1px rgb(146, 146, 146);
    }

    .c-container-slide-info span {
        font-size: 13px;
    }

    .c-container-button-slide {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        top: -25px;
    }

    .c-container-button-slide button {
        width: 250px;
        height: 60px;
        /* background-color: #d35400; */
    }

    .c-container-slide-info h1 {
        font-weight: 700;
        font-size: 17px;
    }

    .c-container-slide-info h2 {
        font-weight: 700;
        font-size: 17px;
    }

    .c-container-menu {
        display: none;
    }

    .c-container-imgs-gallery {
        margin: 10px 5px;
    }

    .c-container-informations .information3 {
        width: 350px;
        text-align: center;
        margin: 10px 0px;
    }

    .c-container-footer .information2 {
        font-size: 25px;
        width: 350px;
        text-align: center;
        margin: 10px 0px;
    }

    .c-container-why-choose-us h2 {
        font-weight: 700;
        color: #252525;
        font-size: 25px;
        margin: 10px 0px;
    }

    .call-us span {
        font-weight: 100;
        font-size: 15px;
    }
}


/*======================================
	Contact CSS
========================================*/
.contact-us {
    position: relative;
    background-color: #F4F7FA;
}

.contact-us .contact-form {
    background-color: #fff;
    padding: 60px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 20px #00000008;
    box-shadow: 0px 0px 20px #00000008;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-us .contact-form {
        padding: 50px;
    }
}

@media (max-width: 767px) {
    .contact-us .contact-form {
        padding: 30px;
    }
}

.contact-us .contact-form .form-group {
    margin-bottom: 20px;
}

.contact-us .contact-form .form-group label {
    margin-bottom: 10px;
    display: block;
    color: #27314F;
}

.contact-us .contact-form .form-group input {
    height: 52px;
    border: 1px solid #e4e6f3;
    border-radius: 4px;
    padding: 0px 20px;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: #F4F5FB;
}

.contact-us .contact-form .form-group input:focus {
    border-color: #63220C;
}

.contact-us .contact-form .form-group input::-webkit-input-placeholder {
    font-size: 15px;
}

.contact-us .contact-form .form-group input:-ms-input-placeholder {
    font-size: 15px;
}

.contact-us .contact-form .form-group input::-ms-input-placeholder {
    font-size: 15px;
}

.contact-us .contact-form .form-group input::placeholder {
    font-size: 15px;
}

.contact-us .contact-form .form-group textarea {
    height: 150px;
    border: 1px solid #e4e6f3;
    border-radius: 4px;
    padding: 20px;
    resize: none;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: #F4F5FB;
}

.contact-us .contact-form .form-group textarea:focus {
    border-color: #63220C;
}

.contact-us .contact-form .button {
    margin-top: 10px;
}

.contact-us .contact-widget-wrapper {
    padding-right: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-us .contact-widget-wrapper {
        padding: 0;
        padding-right: 200px;
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .contact-us .contact-widget-wrapper {
        padding: 0;
        margin-bottom: 40px;
    }
}

.contact-us .contact-widget-wrapper .main-title {
    margin-bottom: 40px;
}

.contact-us .contact-widget-wrapper .main-title h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-us .contact-widget-wrapper .main-title h2 {
        font-size: 24px;
        line-height: 35px;
    }
}

@media (max-width: 767px) {
    .contact-us .contact-widget-wrapper .main-title h2 {
        font-size: 22px;
        line-height: 35px;
    }
}

.contact-us .contact-widget-wrapper .main-title p {
    font-size: 16px;
}

.contact-us .contact-widget-wrapper .contact-widget-block {
    margin-bottom: 30px;
}

.contact-us .contact-widget-wrapper .contact-widget-block:last-child {
    margin: 0;
}

.contact-us .contact-widget-wrapper .contact-widget-block h3 {
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-bottom: 18px;
}

.contact-us .contact-widget-wrapper .contact-widget-block p {
    margin-bottom: 3px;
}

.contact-us .contact-widget-wrapper .contact-widget-block p:last-child {
    margin: 0;
}

.map-section {
    background-color: #F4F7FA;
    padding-bottom: 110px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .map-section {
        padding-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .map-section {
        padding-bottom: 60px;
    }
}

.map-section .mapouter {
    padding: 10px;
    background-color: #fff;
}

.map-section .mapouter iframe {
    height: 450px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .map-section .mapouter iframe {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .map-section .mapouter iframe {
        height: 300px;
    }
}


.button .btn {
    display: inline-block;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    padding: 14px 30px;
    background-color: #63220C;
    color: #fff;
    border: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    margin-right: 7px;
    overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .button .btn {
        padding: 14px 25px;
        font-size: 14px;
        font-weight: 500;
    }
}

@media (max-width: 767px) {
    .button .btn {
        padding: 14px 25px;
        font-size: 14px;
        font-weight: 500;
    }
}

.button .btn i {
    display: inline-block;
    margin-right: 5px;
}

.button .btn:last-child {
    margin: 0;
}

.button .btn:hover {
    color: #fff;
    background-color: #3b1407;
}

.button {
    margin-left: 0 !important;
}

.button .btn-alt {
    background-color: #3b1407 !important;
    color: #fff !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .button .btn-alt {
        padding: 14px 25px;
        font-size: 14px;
        font-weight: 500;
    }
}

@media (max-width: 767px) {
    .button .btn-alt {
        padding: 14px 25px;
        font-size: 14px;
        font-weight: 500;
    }
}

.button .btn-alt:hover {
    background-color: #63220C !important;
    color: #fff !important;
}

/*======================================
	Map Section
========================================*/
/* Tablet Screen */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .map-section .mapouter {
        height: 400px;
    }

    .map-section .gmap_canvas {
        height: 400px;
    }

    .map-section iframe {
        height: 400px;
    }
}

/* Mobile Screen */
@media only screen and (max-width: 767px) {
    .map-section .mapouter {
        height: 300px;
    }

    .map-section .gmap_canvas {
        height: 300px;
    }

    .map-section iframe {
        height: 300px;
    }
}

.map-section {
    background-color: #f9f9f9;
}

/*======================================
	MODAL
========================================*/
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 400px;
    border-radius: 5px;
    position: relative;
}

/* Estilos para o botão de fechamento */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
