main {
    grid-template-rows: 115px repeat(0, min-content) 130px;
}
main2 {
    grid-template-rows: 115px repeat(2, min-content) 130px;
}

/* #region seccion-1 */
.seccion-1 {
    grid-row: 2;
    grid-column: 1 / -1;
    background-image: url("../assets/fondo friofort_2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
    height: 37.5rem;
    position: relative;
}

.seccion-1 .graf-section-der {
    position: absolute;
    right: 0;
    height: 100%;
    transform: scaleX(-1);
}

.snow-wrapper {
    position: absolute;
    top: 12em;
    right: 22em;
    width: 22em;
}

.snow {
    position: absolute;
    width: 100%;
    z-index: 1;
}

.snow-shadow {
    position: absolute;
    width: 100%;
    mix-blend-mode: multiply;
}

.seccion-1 h1 {
    position: absolute;
    top: 6em;
    right: 6em;
}

/* #endregion */

/* #region seccion-2 */
.seccion-2 {
    grid-column: 1 / -1;
    grid-row: 3;
    background-image: url("../assets/fondo_hielos.png");
    background-size: cover;
    background-position-y: center;
    height: 700px;
}

.seccion-2 .fotos-wrapper {
    height: 100%;
}

.seccion-2 .fotos-wrapper h1 {
    margin: 0;
}

.seccion-2 .fotos-wrapper header {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-shadow: var(--shadow);
    height: 70px;
}

.seccion-2 .foto-equipo {
    width: 10%;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 1em;
    min-width: 8em;
}

.seccion-2 .foto-equipo:hover .texto span {
    opacity: 1;
    transition: opacity 500ms;
}

.seccion-2 .foto-equipo:hover .texto-wrapper {
    height: 15em;
    transition: height 500ms;
}

.seccion-2 .foto-equipo img {
    width: 100%;
}

.seccion-2 .texto-wrapper {
    background: var(--color-azul-2);
    border: 1px solid white;
    border-radius: 1em;
    height: 7em;
    display: flex;
    transition: height 500ms;
}

.seccion-2 .texto {
    height: 14em;
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding: 0.5em;
    gap: 1em;
}

.seccion-2 .texto span {
    opacity: 0;
    transition: opacity 200ms;
    font-size: 12px;
}

.seccion-2 .texto-wrapper h5,
.seccion-2 .texto-wrapper h6 {
    margin: 0;
}

.seccion-2 .texto-wrapper h6 {
    font-size: 12px;
}

.seccion-2 .fotos-wrapper .fotos {
    background-color: var(--color-azul-2);
    padding: 2em;
    height: 22em;
    display: flex;
    justify-content: space-between;
}

.seccion-2 .texto-equipo-wrapper {
    position: fixed;
    background-color: var(--color-gris-3);
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    color: white;
    display: none;
    padding: 2em 2em;
    font-weight: 700;
    text-shadow: var(--shadow);
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
}

.seccion-2 .btn-wrapper {
    display: flex;
    justify-content: end;
}

.seccion-2 .btn-cerrar-texto {
    width: 2em;
    height: 2em;
    font-size: 25px;
}

.seccion-2 .texto-foto {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.seccion-2 .nombre-mobile {
    display: none;
}

.seccion-2 .texto-foto img {
    width: 20%;
    min-width: 10em;
    align-self: center;
}

.seccion-2 .nombre-mobile {
	font-weight: 700;
}

.texto-equipo-wrapper .equipo h2 {
	font-size: 25px;
	margin-bottom: 0;
}

.texto-equipo-wrapper span {
    font-weight: 300;
}

.texto-equipo-wrapper .equipo {
    display: none;
    padding: 2em;
}

/* #endregion */

/* #region seccion-3 */
.seccion-3 {
    grid-row: 4;
    grid-column: 1 / -1;
    height: min-content;
    display: grid;
    grid-template-columns: 33em 1fr;
    justify-content: center;
    align-items: center;
    background-image: url("../assets/Friofort_quienes somos.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.seccion-3 .wrapper {
    grid-column: 2;
    padding: 2em;
    display: grid;
    grid-template-rows: 10em 1fr;
    justify-content: center;
    gap: 0 1em;
}

.seccion-3 .seccion-img {
    display: none;
}

.seccion-3 .texto-wrapper {
    grid-column: 2;
    grid-row: 1 / span 2;
    justify-self: start;
}

.seccion-3 .texto-wrapper h4 {
    margin-bottom: 0;
    color: var(--color-azul-2);
    font-weight: 700;
    margin-left: 30px;
}

.seccion-3 .texto-wrapper ul {
    padding-left: 0;
    list-style: none;
    font-weight: 700;
}

.seccion-3 ul {
    list-style: none;
    padding: 0;
}

.seccion-3 li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 3em;
    display: flex;
    gap: 1em;
}

.seccion-3 li::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 1px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--color-azul-2);
    border: 2px solid var(--color-azul-2);
}

.seccion-3 li:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 22px;
    left: 11.7px;
    width: 3px;
    height: calc(100% + 2em);
    background-color: var(--color-azul-2);
}

/* #endregion */

/* #region seccion-4 */
.seccion-4 {
    grid-row: 5;
    grid-column: 1 / -1;
    height: min-content;
    display: grid;
    grid-template-columns: 1fr 29em;
    justify-content: center;
    align-items: center;
    background-color: var(--color-celeste-2);
    background-image: url("../assets/icestar-png2.png");
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: contain;
}

.seccion-4 .wrapper {
    grid-column: 1;
    padding: 2em;
    display: grid;
    grid-template-rows: 10em 1fr;
    justify-self: center;
    gap: 0 1em;
}

.seccion-4 .texto-wrapper {
    grid-column: 2;
    grid-row: 1 / span 2;
    justify-self: start;
}

.seccion-4 .texto-wrapper ul {
    padding-left: 0;
    list-style: none;
    font-weight: 700;
    font-size: 13px;
}

.seccion-4 .seccion-img {
    display: none;
}

.seccion-4 ul {
    list-style: none;
    padding: 0;
}

.seccion-4 li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 3em;
}

.seccion-4 li::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 1px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--color-azul-2);
    border: 2px solid var(--color-azul-2);
}

.seccion-4 li:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 22px;
    left: 11.7px;
    width: 3px;
    height: calc(100% + 2em);
    background-color: var(--color-azul-2);
}



/* #endregion */

/* #region seccion-5 */
.seccion-5 {
    grid-row: 6;
    grid-column: 1 / -1;
    height: 600px;
    background-image: url("../assets/icestar-img12.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
    color: white;
    font-weight: 700;
    position: relative;
}

.seccion-5 img {
    width: 75%;
    height: 100%;
    position: absolute;
    right: 0;
    transform: scaleX(-1);
}

.seccion-5 .texto-wrapper {
    position: absolute;
    right: 2em;
    top: 7em;
    text-align: end;
}

/* #endregion */

.snow-mobile {
    display: none;
}

.seccion-quienes {
    color: var(--color-azul-3);
}

@media screen and (max-width: 1023px) {
    main {
        grid-template-rows: 130px repeat(5, min-content);
    }

    .seccion-1 {
        background-image: url("../assets/FONDO.png");
        display: flex;
        justify-content: center;
        align-items: center;
        height: 22em;
        text-align: center;
    }

    .seccion-1 .snow-wrapper {
        display: none;
    }

    .seccion-1 .snow-mobile {
        display: block;
        width: 35%;
        min-width: 10em;
        max-width: 15em;
        grid-row: 1;
    }

    .seccion-1 h1 {
        position: initial;
        justify-self: center;
        grid-row: 1;
    }

    .seccion-1 .graf-section-der {
        display: none;
    }

    .seccion-2 {
        height: 100%;
    }

    .seccion-2 .foto-equipo {
        min-width: 7em;
    }

    .seccion-2 .fotos-wrapper header {
        padding: 1em;
    }

    .seccion-2 .fotos-wrapper h1 {
        word-wrap: break-word;
    }

    .seccion-2 .fotos-wrapper .fotos {
        flex-wrap: wrap;
        height: min-content;
        gap: 2em;
        justify-content: center;
    }

    .seccion-2 .fotos .foto-equipo .texto-wrapper {
        display: none;
    }

    .seccion-2 .foto-equipo span {
        font-size: 12px;
        text-align: center;
        display: block;
    }

    .seccion-3 {
        display: flex;
        height: 35%;
        background-image: none;
        height: 100%;
    }

    .seccion-3 .wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .seccion-3 .texto-wrapper ul {
        font-size: 13px;
    }

    .seccion-3 .texto-wrapper h4 br {
        display: none;
    }

    .seccion-3 .texto-wrapper li span br {
        display: none;
    }

    .seccion-3 .seccion-img {
        width: 100%;
        max-width: 25em;
        display: block;
    }

    .seccion-3 .seccion-img img {
        width: 100%;
    }

    .seccion-3 .texto-wrapper {
        grid-row: 2 / span 2;
    }

    .seccion-4 {
        background-image: none;
        display: flex;
    }

    .seccion-4 .wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .seccion-4 .texto-wrapper li span br {
        display: none;
    }

    .seccion-4 .seccion-img {
        width: 100%;
        max-width: 25em;
        display: block;
    }

    .seccion-4 .seccion-img img {
        width: 100%;
    }
    

    .seccion-5 {
        background-image: url("../assets/FONDO.png");
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 2em;
        height: min-content;
    }

    .seccion-5 .texto-wrapper {
        text-align: start;
        position: initial;
    }

    .seccion-5 .texto-wrapper span {
        font-size: 13px;
    }

    .seccion-5 .texto-wrapper span br {
        display: none;
    }

    .seccion-5 .graf {
        display: none;
    }


}

@media screen and (max-width: 1390px) {
    .seccion-5 .graf {
        width: 100%;
    }
}

@media screen and (max-width: 1290px) {
    .seccion-3 .texto-wrapper h4 br {
        display: none;
    }
}