body{
    background: rgb(112,89,10);
    background: -moz-linear-gradient(342deg, rgba(112,89,10,1) 0%, rgba(39,215,98,1) 47%, rgba(40,179,91,1) 100%);
    background: -webkit-linear-gradient(342deg, rgba(112,89,10,1) 0%, rgba(39,215,98,1) 47%, rgba(40,179,91,1) 100%);
    background: linear-gradient(342deg, rgba(112,89,10,1) 0%, rgba(39,215,98,1) 47%, rgba(40,179,91,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#70590a",endColorstr="#28b35b",GradientType=1); 
    min-height: 100vh;
}

html {
	scroll-behavior: smooth;
}
.container{
    background-color: #FFFFFF;
    min-height: 100vh;
    border-radius: 10px;
    margin: 20px auto;
    padding: 20px 0px !important;
}
.header{
    display: flex;
    align-items: center;
    padding: 20px 60px;
}
.header_redes{
    font-size: 30px;
    width: 100px;
}
.header_redes a{
    color: #6b4e1e;
}
.header_redes a:last-child{
    margin-left: 10px;
}
.header_logo {
    margin: 0px auto;
} 
.logo{
    width: 200px;
}
.header_contact a{
    font-size: 18px;
    color: #6b4e1e;
    font-weight: 700;
    margin-left: auto;
}

/* menu */

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }

.menu{
    width: 100%;
    height: 50px;
    background-color: #6b4e1ec2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 20%;
    z-index: 1000;
    /* border-bottom: 2px solid #6b4e1e;
    border-top: 2px solid #6b4e1e; */
}
.menu a{
    margin: 0px auto;
    color: #FFFFFF;
}

.menu a:hover{
    color: #6b4e1e;
}

.header--movil{
    display: none;
}

.menu-left{
    /* display: none; */
}

.hidden {
    display: none;
}

/* Banner */
.banner{
    width: 100%;
    height: 500px;
    background: #CCC;
    overflow: hidden;
}

.banner img{
    width: 100%;
    height: auto;
  }
  @supports(object-fit: cover){
      .banner img{
        height: 100%;
        object-fit: cover;
        object-position: center center;
      }
  }

/* Section */
section{
    min-height: 450px;
}

section h1{
    font-size: 25px;
    color: #6b4e1e;
    height: 30px;
    padding: 40px;
}

.services {
    display: flex;
    align-items: center;
    overflow-x: scroll;
    width: 100%;
}

.services .service{
    min-height: 250px;
    background-color: #bd965582;
    margin: 10px;
    border-radius: 5px;
}

.services .service .title {
    font-size: 18px;
    text-align: center;
    width: 100%;
    margin: 10% 0px;
}

.services .service .img-container img {
    width: 200px;
    height: 200px;
}

/* Gallery */
.gallery {
    display: flex;
    flex-flow: wrap;
    background-color: bisque;
    font-weight: bold;
    padding: 2px 10px;
    overflow-x: auto;
    width: 100%;
}
.gallery span {
    margin: 2px auto;
    padding: 5px;
    color: #6b4e1e;
    border: 2px solid transparent;
}
.gallery span:hover {
    color: #6b4e1e;
    border: 2px solid #6b4e1e;
    border-radius: 5px;
}
.contact-form {
    width: 50%;
    margin: 5% auto;
}

.contact-form input, textarea{
    margin-bottom: 10px;
}

.input-tw {
    display: flex;
}

.input-tw input:last-child{
    margin-left: 15px;
}

.carousel-item{
    box-sizing: border-box;
    width: 100%;
    height: 800px;
}

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

/* Footer */
footer{
    border-top: 2px solid #6b4e1e;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    height: 10%;
}

footer a {
    color: #6b4e1e;
    margin: 10px;
}

.contenedor {
    display: inline-block;
    padding:5px;
    box-sizing: border-box;
    /* float:left; */
  }

.gallery-container {
    width: 100%;
    height: 300px;
}

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

@media (max-width: 600px) {

    .container{
        background-color: #FFFFFF;
        min-height: 100vh;
        border-radius: 0px;
        margin: 0px;
        padding: 0px !important;
    }

    .header{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 60px 20px 20px 20px;
    }
    .header_redes{
        display: none;
    }
    .header_logo {
        margin: 0px auto;
    } 
    .logo{
        width: 150px;
    }

    .header_contact{
        display: none;
    }

    .menu{
        display: none;
    }

    .menu-left{
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        background-color: #6b4e1efa;
        width: 60%;
        z-index: 1000;
    }

    .menu_header{
        display: flex;
    }

    .menu_header button{
        margin-left: auto;
        background-color: transparent;
        border: transparent;
        color: #FFFFFF;
    }

    .left-items {
        display: flex;
        flex-direction: column;
        height: 80vh;
        padding: 10px 50px;
        margin-top: 80%;
    }

    .left-items a {
        color: #FFFFFF;
        font-weight: 600;
        margin-bottom: 15px;
        border-bottom: 1px solid #FFFFFF;
    }

    .header--movil{
        position: fixed;
        display: block;
        top: 0px;
        height: 60px;
        background-color: #FFFFFF;
        width: 100vw;
        display: flex;
        align-items: center;
        z-index: 1000;
    }
    .header--movil a, button{
        padding: 0px 20px;
        font-size: 25px;
        color: #6b4e1e;
    }

    .header--movil button{
        border: transparent;
        background-color: transparent;
    }
    .header--movil a:first-child{
        margin-right: auto;
    }
    .header--movil a:last-child{
        margin-left: auto;
        font-size: 20px;
    }

    .carousel-item{
        height: 300px;
    }

    section h1{
        padding: 40px 15px;
    }

    /* Hide scrollbar for Chrome, Safari and Opera */
    .services::-webkit-scrollbar {
        display: none;
    }

    /* Hide scrollbar for IE, Edge and Firefox */
    .services {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    }
}

@media (max-width: 800px) { 
    .contact-form {
        width: 80%;
        margin: 5% auto;
    }
}

#ajax-loader {
    width: 60px;
}