
body,html{
font-family: "Roboto", sans-serif;
letter-spacing: 1px;

}

a, a:hover{
    text-decoration: none;
    color:inherit;
}

img{
    width:100%;
}

.container-custom{
    width:90%;
    margin:0 auto;
}

header{
    padding-top:15px;
    padding-bottom:15px;
    position: absolute;
    width:100%;
    top:0;
    left:0;
}

.logo-container{
    width:190px;
}

header .link-item{
    color:#fff;
    font-size:20px;

}

header .link-item:hover{
    color:#fff754;
}

#hero-section{
    background-image:url(../img/main.jpg);
    height:auto;
    background-position: center;
    width:100%;
    background-size:cover;
    padding-top:200px;
    padding-bottom:100px;
    
}

#hero-section h1{
    font-family:"Funnel Display", sans-serif;
    font-size:110px;
    color:#fff754;
    line-height:110px;
    font-weight:600;
}

#hero-section p{
    color:#fff;
    font-size:40px;
    line-height:40px;
}

#yellow-banner{
    background-color:#fff754;
    padding-top:30px;
    padding-bottom:30px;
}

#yellow-banner .title{
    font-family:"Funnel Display", sans-serif;
    font-size:60px;
    color:#8a1070;
    font-weight:600;
    line-height:60px;
}

#yellow-banner .title span{
    color:#0080ab;

}

#text-section{
    padding-top:40px;
    background-color:#fff7e3;
}

.text{
    font-size:20px;
    line-height:28px;
}

.text span{
    color:#ff0000;
}

#text-section .project-banner{
    position:relative;
    background-color:#8a1070;
    padding-top:20px;
    padding-bottom:20px;
}
#text-section .top{
    margin-bottom:-20px;
    width:100%;
}

#text-section .bottom{
    margin-top:-20px;
    width:100%;
}

.project-banner .title{
    font-family:"Funnel Display", sans-serif;
    font-size:60px;
    color:#fff754;
    font-weight:600;
    line-height:60px;
}



#fond-section .top{
    margin-bottom:-5px;
}

#fond-section .bottom{
    margin-top:-5px;
}



#text-section .text-box-casa{
    background-color:#0080ab;
    padding:30px;
    margin-left:30px;
}

#text-section .text-box-casa p{
     font-size:30px;
    line-height:35px;
    color:#fff;
}

#text-section .text-box-casa p span{
    font-weight:600;
    color:#fff754;
}

#text-section .img-casa{
    position:absolute;
    width:330px;
    height:330px;
    left:0;
    top:-55px;
}

#text-section .img-casa-section{
    margin-top:100px;
    margin-bottom:100px;
}

#text-section .info{
    font-size:20px;
    line-height:25px;
}

#text-section .project-banner.blu-banner{
    background-color: #0080ab;
}

#icon-section{
    margin-top:-120px;
    padding-top:100px;
    background-color:#fff;
}

#icon-section .icon-title{
    color:#0080ab;
    font-size:50px;
}

#icon-section .icon-box img{
    width:150px;
    height:150px;
}

#icon-section .icon-box p{
    color:#0080ab;
    font-size:25px;
    line-height:30px;
    margin-top:20px;
    font-weight:600;

}


.btn-general{
    height:60px;
    width:300px;
    font-size:20px;
    color:#fff;
    font-weight:600;
    border:none;
    border-bottom:4px solid #8a1070;
    border-right:4px solid #8a1070;
    background-color: #0080ab;
    transition: 0.5s;
    

}

.btn-general:hover{
    background-color:#8a1070;
}

#shop-section{
    background-color: #0080ab;
    padding-top:30px;
    padding-bottom:10px;
    margin-top:30px;
}

#shop-section .text{
    color:#fff;
}

#shop-section .text span{
    color:#fff754;
}

#shop-section .btn-general{
    height:60px;
    width:300px;
    font-size:20px;
    color:#8a1070;
    font-weight:600;
    border:none;
    border-bottom:4px solid #8a1070;
    border-right:4px solid #8a1070;
    background-color: #fff7e3;
    transition: 0.5s;

}

#shop-section .btn-general:hover{
     background-color:#8a1070;
     color:#fff;
}

#contact-section{
    background-color: #fff7e3;
    padding-top:60px;
    padding-bottom:80px;
}

#fond-section{
     background-color: #fff7e3;
    padding-bottom:30px;

}

#fond-section .project-banner{
    padding-top:20px;
    padding-bottom:20px;
    background-color:#00aa91;
}

.form-container{
    background-color:#fff;
    padding:60px;
}

.form-container .title{
    color:#8a1070;
    font-size:60px;
    font-family: "Funnel Display", sans-serif;
    font-weight:600;

}



#contact-form .form-control{
    width:80%;
    margin:0 auto;
    border-radius:0;
    border:none;
    border-bottom:1px solid #000;
    height:60px;
    margin-bottom:70px;
    font-size:20px;
}

#contact-form label{
    font-size:20px;
    font-weight:600;
}

#contact-form button{
     height:60px;
    width:300px;
     font-size:20px;
}

#contact-form .form-check label{
    font-size:15px;
    font-weight:500;
}

#contact-form textarea.form-control{
    width:90%;
}

footer{
    background-color:#00aa91;
    padding-top:30px;
    padding-bottom:30px;
}

footer p{
    font-size:20px;
    color:#fff;
    line-height:28px;
}

footer .fond-logo-container{
    width:150px;
    
}

.social-container img{
    width:35px;

}

.social-container img.icon-facebook{
    width:20px;

}


    .menu-mobile {
    background-color: #8a1070;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 20px;
    transform: translateX(100%);
    visibility: hidden;
    transition: visibility .3s 
    cubic-bezier(.645, .045, .355, 1), transform .3s 
    cubic-bezier(.645, .045, .355, 1);
}

.menu-mobile.open {
    opacity: 1;
    visibility: visible;
    transform: none;
    width: 100%;
}

.footer-logo-container{
    width:120px;
   
}

footer p a:hover{
    text-decoration: underline;
}

@media only screen and (max-width: 1500px) {

    header .link-item {
    font-size: 20px;
}

}


@media only screen and (max-width: 1199px) {

        header .link-item {
    font-size: 20px;
}

#hero-section h1 {
    font-size: 100px;
    line-height: 100px;
}

#hero-section p {
    color: #fff;
    font-size: 35px;
    line-height: 35px;
}

#yellow-banner .title {
    font-size: 60px;
    line-height: 60px;
}

.text {
    font-size: 25px;
    line-height: 30px;
}

#text-section .text-box-casa p {
    font-size: 25px;
    line-height: 30px;

}

.project-banner .title {
    font-size: 60px;
    line-height: 60px;
}

#text-section .info {
    font-size: 20px;
    line-height: 25px;
}

#icon-section .icon-title {
    font-size: 40px;
}

#icon-section .icon-box img {
    width: 150px;
    height: 150px;
}

#icon-section .icon-box p {
    font-size: 25px;
    line-height: 30px;

}



#shop-section .btn-general, #contact-form button{
    height: 60px;
    width: 300px;
    font-size: 20px;
}


.form-container .title {
    font-size: 65px;
  
}

#contact-form {
    width: 100%;
    margin: 0 auto;
}



}

@media only screen and (max-width: 992px) {

    .logo-container {
    width: 150px;
}

header .link-item {
        font-size: 14px;
    }

    #hero-section h1 {
        font-size: 70px;
        line-height: 70px;
    }

        #hero-section p {
        color: #fff;
        font-size: 30px;
        line-height: 30px;
    }

        #yellow-banner .title {
        font-size: 40px;
        line-height: 40px;
    }

    #text-section .img-casa {
    position: relative;
    width: 330px;
    height: 330px;
    top:0;
    
}

#text-section .img-casa-section {
    margin-top: 50px;
    margin-bottom: 50px;
}

#text-section .text-box-casa {
    background-color: #0080ab;
    padding: 30px;
    margin-left: 0px;
    padding-top:80px;
    margin-top:-50px;
}

    .project-banner .title {
        font-size: 40px;
        line-height: 40px;
    }

        .form-container .title {
        font-size: 40px;
    }

    #contact-form label {
    font-size: 20px;
    font-weight: 600;
}
    
        #icon-section {
    margin-top: -100px;
    padding-top: 120px;
    background-color: #fff;
}




}

@media only screen and (max-width: 767px) {
    

    
    
    .logo-container {
        width: 100px;
    }

    .menu-mobile span{
        color:#fff;
        position:absolute;
        right:20px;
        top:40px;
        z-index:10;
    }

    .open-menu{
        color:#fff;
    }

    #hero-section h1 {
        font-size: 50px;
        line-height: 50px;
    }

        #hero-section p {
        color: #fff;
        font-size: 20px;
        line-height: 20px;
    }

    #yellow-banner .title {
        font-size: 30px;
        line-height: 30px;
    }

        .text {
        font-size: 16px;
        line-height: 22px;
    }

        #text-section .img-casa {
        position: relative;
        width: 90%;
        height: auto;
        margin:0 auto;
    }

        #text-section .text-box-casa p {
        font-size: 18px;
        line-height: 22px;
    }

    #text-section .project-banner {
    position: relative;
    background-color: #8a1070;
    padding-top: 30px;
    padding-bottom: 30px;
}

#text-section .top {
    margin-bottom: -1px;
  
}

#text-section .bottom {
    margin-top: -1px;
    width: 100%;
}

    .project-banner .title {
        font-size: 30px;
        line-height: 30px;
    }

    #text-section .info {
        font-size: 16px;
        line-height: 20px;
    }

    #icon-section .icon-title {
        font-size: 20px;
    }

        #icon-section .icon-box img {
        width: 100px;
        height: 100px;
    }

    #icon-section .icon-box p {
        font-size: 18px;
        line-height: 25px;
    }

    .btn-general {
        height: 60px;
        width: 100%;
        font-size: 16px;
    }

    #shop-section .btn-general, #contact-form button {
        height: 60px;
        width: 100%;
        font-size:16px;
    }

    .form-container {
    background-color: #fff;
    padding: 30px;
}

#contact-form .form-control {
    width: 100%;
    height: 40px;
    margin-bottom: 50px;
    font-size: 16px;
}

#contact-form .form-check label {
    font-size: 16px;
    font-weight: 500;
}
    
        #contact-form label {
    font-size: 16px;
    font-weight: 600;
}



footer p {
    font-size: 16px;
    color: #fff;
    line-height: 22px;
}

    header .link-item {
        font-size: 25px;
        color:#fff754;
        margin-bottom:30px;
    }

#hero-section {
    background-image: url(../img/main-mobile.jpg);
    height: auto;
    background-position: center;
    width: 100%;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 250px;
}
    
    #text-section{
        padding-top:30px;
    }
    
    #text-section .project-banner {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    
    .social-container img{
        width:25px;
    }
    
    .social-container img.icon-facebook {
    width: 15px;
}
    


}
    
    