#banner-hero {
    position: relative;
    width: 100%;
    border-radius: 6px;
    margin-top: 70px;
}

.contenido-hero > img {
    width: 100%;
    background-size: cover;
    background-position: bottom;
}

#banner-hero:before {
    content: '';
    background: rgba(77,77,92,0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
}

.contenido-hero {
    position: relative;
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .contenido-hero h3 span {
        font-weight: 600;
        position: absolute;
        z-index: 2;
        top: 35%;
        text-transform: uppercase;
        font-size: 43px;
        padding: 10px;
        color: #fff;
    }

    .contenido-hero p {
        position: absolute;
        text-transform: uppercase;
        line-height: 1.8;
        color: #fff;
        font-size: 20px;
        text-align: justify;
        padding: 20px;
        margin-top: 15%;
        z-index: 1;
    }

@media only screen and (min-width:220px) and (max-width: 450px) {
    .contenido-hero h3 span {
        font-size: 14px;
    }

    .contenido-hero p {
        font-size: 10px;
        margin-bottom: -15px;
    }
}

@media only screen and (min-width:451px) and (max-width: 500px) {
    .contenido-hero h3 span {
        font-size: 18px;
    }

    .contenido-hero p {
        font-size: 13px;
    }
}

@media only screen and (min-width:501px) and (max-width: 680px) {
    .contenido-hero h3 span {
        font-size: 21px;
    }

    .contenido-hero p {
        font-size: 15px;
    }
}


@media only screen and (min-width:681px) and (max-width: 870px) {
    .contenido-hero h3 span {
        font-size: 30px;
    }

    .contenido-hero p {
        font-size: 18px;
    }
}

:root {
  /* Primary */

  --Red: hsl(0, 78%, 62%);
  --Cyan: hsl(180, 62%, 55%);
  --Orange: hsl(34, 97%, 64%);
  --Blue: hsl(212, 86%, 64%);

  /* Neutral */

  --Very-Dark-Blue: hsl(234, 12%, 34%);
  --Grayish-Blue: hsl(229, 6%, 66%);
  --Very-Light-Gray: hsl(0, 0%, 98%);
}

.body {
  display: flex;
  justify-content: center;
  font-size: 0.9rem;
  width:90%;
  margin:auto;
  color: var(--Very-Dark-Blue);
}

section > .secci {
  max-width: 25rem;
  margin-top: 4rem;
}

.feature {
  position: relative;
  max-width: 21rem;
  height: 15rem;
  margin: 2rem auto;
  padding: 2em;
  border-radius: 0.75em;
  box-shadow: 5px 5px 20px rgba(0 0 0/0.15);
  text-align: left;
  transition: transform 200ms ease-in;
}

.feature:hover {
  transform: scale(1.03);
}

.feature__desc {
  margin-top: 0.5em;
  line-height: 1.8;
  font-size: 12px;
  text-align: justify;
  text-transform: uppercase;
  color: var(--Grayish-Blue);
}

.feature__img {
  position: absolute;
  bottom: 10%;
  right: 10%;
  font-size: 50px;
  color: #009adc;
}

.section__title {
  margin: 0 auto;
  max-width: 90%;
  font-size: 1.65rem;
  font-weight: 300;
  line-height: 1.5em;
  text-align: center;
}

.section__title span {
  font-weight: 700;
}

.section__desc {
  max-width: 32ch;
  margin: 1rem auto 3rem;
  color: var(--Grayish-Blue);
  font-size: 2rem;
  text-align: center;
}

.feature-one {
  border-bottom: 5px solid #ff9100;
}

.feature-two {
  border-bottom: 5px solid #0057aa;
}

.feature-three {
  border-bottom: 5px solid #0057aa;
}

.feature-four {
  border-bottom: 5px solid #009adc;
}


.attribution {
  color: var(--Very-Dark-Blue);
  opacity: 0.7;
}

.attribution a {
  color: var(--Blue);
  text-decoration: underline;
}

.attribution a:hover {
  color: var(--Cyan);
}


@media (min-width: 1000px) {

  section {
    max-width: 200rem;
  }

  .section__title {
    margin: 0 auto;
    max-width: 40%;
    font-size: 2rem;
  }

  .section__desc {
    max-width: 55ch;
    margin: 1rem auto 1rem;
  }

  .features {
    display: flex;
    gap: 2rem;
  }
}

#banner-vision{
    position: relative;
    width: 100%;
    height: 500px;
    border-radius: 6px;
    margin-bottom: 60px;
}
.contenido-vision > img{
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: bottom;
    object-fit: cover;
} 

#banner-vision:before{
    content: '';
    background: rgba(77,77,92,0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
}
.contenido-vision{
    position: relative;
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contenido-vision h3 span{
    font-weight: 600;
    position: absolute;
    z-index: 2;
    top: 90px;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 400px;
    padding: 10px;
}
.contenido-vision p{
    position: absolute;
    text-transform: uppercase;
    line-height: 1.8;
    color: #fff;
    font-size: 12px;
    text-align: justify;
    padding: 20px;
    z-index: 1;
}

#banner-mision{
    position: relative;
    width: 100%;
    height: 500px;
    border-radius: 6px;
}
.contenido-mision > img{
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: bottom;
    object-fit: cover;
} 
#banner-mision:before{
    content: '';
    background: rgba(77,77,92,0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
}
.contenido-mision{
    position: relative;
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contenido-mision h3{
    font-weight: 600;
    position: absolute;
    z-index: 2;
    width:100%;
    text-align:center;
    top: 90px;
    text-transform: uppercase;
    font-size: 33px;
    font-weight: 400;
    padding: 10px;
}
.contenido-mision p{
    position: absolute;
    text-transform: uppercase;
    line-height: 1.8;
    color: #fff;
    font-size: 16px;
    text-align: justify;
    padding: 20px;
    margin-top: 50px;
    margin-right: 180px;
    z-index: 1;
}
@media only screen and (min-width:220px) and (max-width: 445px){
    .contenido-mision h3{
        top: 40px;
        font-size: 22px;
    }
    .contenido-mision p{
        font-size: 14px;
        margin-top: 61px;
        margin-right: 0;
    }
}

@media only screen and (min-width:445px) and (max-width: 802px){
    .contenido-mision h3{
        top: 50px;
        font-size: 25px;
    }
    .contenido-mision p{
        font-size: 16px;
        margin-top: 50px;
        margin-right: 0;
    }

}


.slideshow-container {
  position: absolute;
  z-index: 1;
  margin-top:-291px;
}

/* Slides */
.mySlides {
    display: none;
    padding: 30px 80px 0px 80px;
    text-align: center;
    width:100%;
}
.titulo{
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.mySlides > p{
    font-size: 18px;
    line-height: 1.8;
    font-weight: 900;
    text-align: justify;
    text-transform: uppercase;
    color: #fff;
}

@media only screen and (min-width:650px) and (max-width: 860px) {
    .mySlides > p {
        font-size: 14px;
    }
}

@media only screen and (min-width:631px) and (max-width: 649px) {
    .mySlides > p {
        font-size: 14px;
    }

}
@media only screen and (min-width:413px) and (max-width: 630px) {
    .mySlides{
        margin-top:-70px;           
    }
    .mySlides > p {
        font-size: 12px;
    }
}
@media only screen and (min-width:320px) and (max-width: 413px) {
    .mySlides {
        margin-top: -70px;
        padding: 30px 25px 0px 25px;
    }

        .mySlides > p {
            font-size: 12px;
        }
}
    .prev, .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        margin-top: -30px;
        padding: 16px;
        z-index: 1;
        color: #fff;
        font-weight: bold;
        font-size: 20px;
        border-radius: 0 3px 3px 0;
        user-select: none;
        transition: 0.3s;
    }

    .next {
        position: absolute;
        right: 0;
        border-radius: 3px 0 0 3px;
    }

        .prev:hover, .next:hover {
            background-color: #ff9100;
            color: white;
            transition: 0.3s;
        }

    .dot-container {
        text-align: center;
        padding: 20px;
        background: #0057AA;
    }

    .dot {
        cursor: pointer;
        height: 15px;
        width: 15px;
        margin: 0 2px;
        background-color: #717171;
        ;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
    }

        .active, .dot:hover {
            background-color: #fff;
        }

.title-cards {
    width: 100%;
    max-width: 1080px;
    margin: auto;
    padding: 20px;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    color: #009ADC;
}

    .vision {
        display: flex;
        align-items: center;
        justify-content: space-around;
        margin-bottom: 60px;
    }

    .container-vision {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 80%;
        justify-content: space-around;
        margin-top: 25px;
        margin-bottom: 20px;
    }

        .container-vision p {
            line-height: 1.8;
            font-size: 16px;
            text-transform: uppercase;
            text-align: justify;
        }

    .container-historia {
        display: flex;
        width: 80%;
        margin: auto;
        flex-direction: column;
        padding: 25px;
    }

        .container-historia > h1 {
            font-weight: 100;
            font-size: 16px;
            text-transform: uppercase;
            padding: 10px;
            text-align: justify;
            line-height: 1.8;
        }
