body{
background-color: #343a40;
}

.navbar{
    position: fixed;
    top: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    z-index: 100;
    background-color: rgba(37, 112, 117, 0.2);

    
}


.navbar ul.nav li a{
    color:#fff;
    font-size: 1em;
    font-weight: 400;

        
    
}

.navbar ul.nav li a:hover{
    color:rgb(71, 71, 71);
}

#conteiner_logo{
    flex-basis: 30%;
    font-family: calibri, sans seris, arial;
    font-weight: bold;
    text-shadow: -1px 1px rgb(80, 79, 79);
}

#logo{
    width: 250px;
    display: inline-block;
    cursor: pointer;
}

#logo #logo1{
    font-size: 50px;
    letter-spacing: -1px;
    color: white;


}

#logo #logo2{
    font-size: 55px;
    letter-spacing: -2px;
    margin: -2px;
    color: white;



}

#logo #logo3{
    color: #279095;
    font-size: 50px;
    letter-spacing: -1px;

}

#logo #logo4{
    /*color: rgb(163, 163, 163);*/
    font-size: 25px;
    letter-spacing: -1px;
    color: white;


}

/*slider*/


.carousel-caption {
    padding-bottom: 50px;
}

#carouselExampleCaptions{
    position: ;
    height: 100vh;
    width: 100%;
}

#carouselExampleCaptions .carousel-inner{
    position: ;
    height: 100%;
    width: 100%;
}

#carouselExampleCaptions .carousel-inner .carousel-item{
    position: ;
    height: 100vh;
    width: 100%;
    background: url(img/Cocina-Noche-01.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    
}

#carouselExampleCaptions .carousel-inner .carousel-item:nth-child(2){
    background: url(img/Piscina-causticas-sunset-01.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    
}

#carouselExampleCaptions .carousel-inner .carousel-item:nth-child(3){
    background: url(img/terrazaBosque-General-01.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    
}

#carouselExampleCaptions .carousel-inner .carousel-item:nth-child(4){
    background: url(img/4conjuntos-pinkyfriend.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    
}

#carouselExampleCaptions .carousel-inner .carousel-item:nth-child(5){
    background: url(img/Slider-Gym-03\ 04.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    
}

#carouselExampleCaptions .carousel-inner .carousel-item:nth-child(6){
    background: url(img/Cocina-General-01.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    ;
}

#carouselExampleCaptions .carousel-inner .carousel-item:nth-child(7){
    background: url(img/Piscina-causticas-02.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    ;
}


#carouselExampleCaptions .carousel-inner .carousel-item:nth-child(8){
    background: url(img/Slider-Building\ 01\ 01.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    ;
}

#carouselExampleCaptions .carousel-inner .carousel-item:nth-child(9){
    background: url(img/Cocina-CloseUp-01.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    ;
}

#carouselExampleCaptions .carousel-inner .carousel-item:nth-child(10){
    background: url(img/Slider-Sweatshirt-01\ 01.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    ;
}

#about{
    padding-top: 5vh;
}


#about i, h2, h3{
    color: #279095;
}

.galery{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.galery .column{
    flex: 50%;
    width: auto;
    overflow: hidden;
    padding: 5px;
    height: 100%;
    
}



.galery .column img{
    margin-top: 1vh;
    width: 100%;
    height: 100%;
    cursor: pointer;
    filter: grayscale(0) brightness(1);
    border-radius: 5px;
    transition: 1s linear;
}


.galery .column img:hover{
    filter: grayscale(1) brightness(0.9);

}

.galery{
    padding-bottom: 4rem;
}

.footer-top{
    background-color: black;
}

.footer-top p, a{
    color: white;
}

/* RESPONSIVE */

@media only screen and (max-width: 800px){

    .galery .column{
        flex: 50%;
        
    }

    .galery .column img{
        filter: grayscale(0) brightness(1);
    }
    .galery .column img:hover{
        filter: grayscale(0) brightness(1);
    }
    

@media only screen and (max-width: 600px){

    .galery .column{
        flex: 100%;
    }

}


@media (max-width: 576px){

    .navbar{
        top: 0;
    

    }
    
    .navbar ul.nav li a{
        font-size: 1em;
        font-weight: 400;
        display: block;
        padding-top: 50px;
        padding-right: 200px;
        
        justify-content: center;
    }
}