@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: 220px;
    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;
    margin-top: 45px;   
    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;
    }
}