
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.container-home {
    display: flex;
    align-content: center;
    justify-items: center;
    position: relative;
    width: 100vw;
    height: auto;
    max-width: 100%;
    min-width: auto;
    max-height: 100%;
    min-height: 100%;
    background-color: rgba(47, 79, 79,0.8);
    box-shadow: 0 10px 32px 0 rgba(16, 203, 236, 0.459);
    overflow: hidden;
    border-radius: 10% / 145%;
    color: white;
    padding-bottom: 0px;
    flex-grow: 1;
}
.container-carousel {
    position: relative;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    max-width: 100%;
    min-width: 300px;
    max-height: 350px;
    background-color: #e0e0e000;
    box-shadow: 0 8px 32px 0 rgba(120, 189, 235, 0.459);
    border-radius: 15px;
    overflow: hidden;
    border-radius: 10% / 145%;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10%;
    flex-grow: 1;
}

.carruseles {
    width: 4300%;
    height: 100%;
    display: flex;
    
}

.slider-section {
    width: calc(100% / 42);
    height: 100%;
}
.slider-section img {
    display: block;
    width: auto;
    height: 100%;
    max-width: 100vw;
    max-height: 300px;
    object-fit: scale-down;
    object-position: center;
    border-radius: 0px;
    margin-top: 10px;
    margin-left: 22%;
    padding-left: 0px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
   
}

.btn-left,
.btn-right {
    display: flex;
    position: absolute;
    top: 50%;
    font-size: 1.5rem;
    background-color: transparent;
    border-radius: 50%;
    padding: 5px;
    font-weight: 600;
    cursor: pointer;
    color: #ffffff81;
    transform: translate(0,-50%);
    transition: .5s ease;
    user-select: none;
}

.btn-left:hover,
.btn-right:hover {
    background-color: #33333300;
    color: #fff;
}

.btn-left {
    left: 5px;
}

.btn-right {
    right: 5px;
}
  
  
  @media screen and (max-width: 800px){
    .contenedor{
        flex-direction: column;
        transform: rotate(0deg);
        background-color: darkslategray;
        border-radius: 10% / 145%;
    
    }
    .container-home{
        display: block;
        flex-direction: column;
        justify-content: center;
        width: auto;
        border-radius: 10% / 145%;
      }
      .slider-section img {
        display: block;
        max-width: 100vw;
        max-height: 300px;
        object-fit: scale-down;
        object-position: center;
        border-radius: 0px;
        margin-top: 10px;
        margin-left: 5%;
        margin-right: 0%;
        padding-left: 0px;
        overflow: hidden;
        align-items: center;
        justify-content: center;
       
    }
    header{
        flex-direction: column;
        padding: 0;
    }
    header .logo{
        margin: 20px 0;
    }
    header nav{
        width: 100%;
    }
  }
  @media screen and (max-width: 600px)(.
    aside, .asaid_footer{
        flex-direction: column;
    }
    .asaid_footer .widget{
        width: 100%;
    }
    container-home{
        display: block;
        flex-direction: column;
        justify-content: center;
        align-self: center;
        padding-left: 0px;
        width: auto;
        border-radius: 10% / 145%;
      }
       container-carousel{
          
          align-items: center;
          justify-content: center;
      }
       slider-section img {
        display: block;
        width: auto;
        height: 100%;
        object-fit: scale-down;
        object-position: center;
        border-radius: 0px;
        margin-top: 10px;
        margin-left: 0%;
        margin-right: 20%;
        padding-right: 5px;
        overflow: hidden;
        align-items: center;
        justify-content: center;
       
    }
    footer{
        justify-content: space-around;
        justify-content: center;
        height: 200px;
    }
    
  
    footer section a{
        display: inline-block;
    }
    header nav a{
        width: 100%;
    }
    header{
        padding-bottom: 10px;
    }
    .widget{
        transform: rotate(0deg);
    }
    p{
        column-count: 1;
    }
