
 @import url("https://fonts.googleapis.com/icon?family=Material+Icons");
.baba {
    width: 80%;
    margin: 20px auto;
    height: 300px;
}
.carousel {
    margin-left: 3rem;
    width: 90%;
    height: 190%;
    border: 1px rgb(52 82 4);
    border-radius: 3px;
    display: flex;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
    object-fit: cover;  
}
.arrow {
    position: absolute;
    top: 50%;
    cursor: pointer;
}
.arrow.right {
    right: 2px;
    padding: 20px 20px;
    transform: translateY(-50%);
    border: 1px rgb(162 188 6);
    border-radius: 50%;
    transition: all 1s;
    background-color:rgb(154 161 23);
}
.arrow.left {
    left: 2px;
    padding: 20px 20px;
    transform: translateY(-50%);
    border: 1px rgb(162 188 6);
    border-radius: 50%;
    transition: all 1s;
    background-color: rgb(154 161 23);
}
.arrow.right:hover {
    right: 0;
    padding: 20px 20px;
    transform: translateY(-50%);
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color:rgb(216 224 34);
    transition: all 0.5s;
}
.arrow.left:hover {
    left: 0;
    padding: 20px 20px;
    transform: translateY(-50%);
    border: 1px solid #bbbbbb;
    border-radius: 50%;
    background-color: rgb(216 224 34);
    transition: all 0.5s;
}
.slider {
    margin-left: 10rem;
    display: flex;
    height: 100%;
    /*increase with (slidenumber * 100) */
    width: 20%;
    flex-shrink: 0;
    transition: all 0.5s;
}
.slider section {
    flex-basis: 20%;
    width: 20%;
    flex-shrink: 0;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

body {
    background-image: url("casa.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
  }

 .esquilo{
    width: 40rem;
    height: 40rem;
    display: flex;
    object-fit: cover;  
}

.container {
  display: grid;
  display: inline-grid;
  grid-template-columns: 50% 50%;
  object-fit: cover;  
}

.foto{
    width: 160rem;
    object-fit: cover;  
}

@media screen and
(min-width: 200px) and
(max-width: 640px){

    .introdu{

        width: 100%;
        height: auto;
    }

    .carousel{
        margin-left: 1.3rem;
    }

    .esquilo{
        width: 480px;
        height: 480px;
    }

    .conforto{
        height: auto;
        width: 100%;
    }

    .slider section {
    flex-basis: 5%;
    width: 5%;
    flex-shrink: 0;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

}

.aconchego{
    width: 100%;
}

@media screen and
(min-width: 1080px) and
(max-width: 1200px){
    .slider{
        margin-left: 40rem;
    }

    .esquilo{
        width: 100%;
        height: 100%;
    }

    .esqdiv{
        width: 100%;
        height: 70rem;
    }
}