main {
	grid-template-rows: 115px repeat(5, min-content) 130px;
}

/* #region seccion-1 */
.seccion-1 {
    grid-row: 2;
    grid-column: 1 / -1;
    background-image: url("../assets/icestar-img13.jpeg");
    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: 4em;
}

/* #endregion */

/* #region seccion-2 */
.seccion-2 {
	grid-row: 3;
	grid-column: 1 / -1;
	height: min-content;
}

.seccion-2 .wrapper {
	padding: 2em;
	display: flex;
	width: 100%;
	justify-content: space-around;
	align-items: center;
}

.seccion-2 h2 {
	color: var(--color-azul-2);
}

.seccion-2 span {
	font-weight: 700;
}

.seccion-2 .wrapper img {
	width: 50%;
	max-width: 40em;
	margin-right: 3em;
}
/* #endregion */

/* #region seccion-3 */
.seccion-3 {
	grid-column: 1 / -1;
	height: 600px;
	display: flex;
	justify-content: center;
	align-items: start;
}

.seccion-3 .wrapper {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 2em;
	height: 100%;
	flex-direction: column;
	gap: 5em;
	align-items: center;
}

.seccion-3 .fotos {
	display: flex;
	gap: 3em;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.seccion-3 .fotos img {
	width: 30%;
	border-radius: 15px;
	max-width: 25em;
	min-width: 16em;
}

.seccion-3 .parallax-wrapper {
	position: absolute;
	z-index: -1;
	height: 700px;
}

.seccion-3 .texto-principal {
	background-color: var(--color-azul-2);
	color: white;
	width: fit-content;
	border-radius: 15px;
	padding: 0 1em;
	height: fit-content;
	display: flex;
	align-items: center;
	text-align: center;
}
/* #endregion */

/* #region seccion-4 */
.seccion-4 {
	grid-column: 1 / -1;
	background-image: url("../assets/icestar_nuestros_Servicios_derecha1.png");
	background-size: contain;
	background-position-x: right;
	background-repeat: no-repeat;
	height: 600px;
	display: flex;
	padding: 2em;
	justify-content: start;
	align-items: center;
    font-weight: 700;
    color: white;
    background-color: var(--color-azul-2);
}

.seccion-4 .wrapper {
	width: 55%;
}

.seccion-4 .seccion-img {
    display: none;
}
/* #endregion */

/* #region seccion-5 */
.seccion-5 {
	grid-column: 1 / -1;
	background-image: url("../assets/icestar_nuestros_Servicios_IZQUIERDA2.png");
	background-size: contain;
	background-position-x: left;
	background-repeat: no-repeat;
	height: 600px;
	display: flex;
	padding: 2em;
	justify-content: end;
	align-items: center;
    font-weight: 700;
}

.seccion-5 .wrapper {
	width: 50%;
}

.seccion-5 .seccion-img {
    display: none;
}

.seccion-5 ul {
	padding-left: 15px;
	display: flex;
	flex-direction: column;
	gap: 1em;
    color: var(--color-azul-2)
}

.seccion-5 ul span {
    color: black;
}

.seccion-5 h2 {
	color: var(--color-azul-1);
}
/* #endregion */

/* #region seccion-6 */
.seccion-6 {
	height: 600px;
	display: flex;
	grid-column: 1 / -1;
    background-color: var(--color-azul-1);
    color: white;
    padding: 2em;
}

.seccion-6 .wrapper {
    width: 100%;
}

.seccion-6 .img-wrapper {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2em;
}

.seccion-6 img {
    width: 100%
}

.seccion-6 ul {
    padding-left: 15px;
}

.seccion-6 .wrap-ul {
	height: 45px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	color: white;
}

.seccion-6 ul {
    font-weight: 700;
}

.seccion-6 .wrapper span {
	font-weight: 700;
}
/* #endregion */

.snow-mobile {
    display: none;
}

.seccion-nuestros {
    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 .wrapper {
        flex-direction: column;
    }

    .seccion-2 .wrapper img {
        margin: 0;
        min-width: 15em;
    }

    .seccion-2 .texto-wrapper h2 br {
        display: none;
    }

    .seccion-2 .texto-wrapper span br {
        display: none;
    }

    .seccion-3 {
        background-image: url("../assets/background-icestar.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        height: min-content;
    }

    .seccion-3 .wrapper {
        gap: 1em;
    }

    .seccion-3 .fotos {
        gap: 1em;
    }

    .seccion-3 .fotos img {
        border-radius: 15px;
    }

    .seccion-3 .parallax-wrapper {
        display: none;
    }

    .seccion-4 {
        background-image: none;
        justify-content: center;
        height: min-content;
    }

    .seccion-4 .texto-wrapper br {
        display: none
    }

    .seccion-4 .wrapper {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        gap: 1em;
    }

    .seccion-4 .seccion-img {
        width: 100%;
        max-width: 25em;
        display: block;
    }

    .seccion-4 .seccion-img img {
        width: 100%;
        border-radius: 15px;
    }
    
    .seccion-5 {
        background-image: none;
        height: min-content;
    }

    .seccion-5 .texto-wrapper br {
        display: none
    }

    .seccion-5 .wrapper {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        gap: 1em;
    }

    .seccion-5 .seccion-img {
        width: 100%;
        max-width: 25em;
        display: block;
    }

    .seccion-5 .seccion-img img {
        width: 100%;
        border-radius: 15px;
    }

    .seccion-6 {
        height: min-content;
        flex-direction: column;
        align-items: center;
    }

    .seccion-6 .wrap-ul {
        flex-wrap: nowrap;
        height: initial;
        width: initial;
    }

    .seccion-6 .img-wrapper {
        width: 100%;
        padding: 0;
    }

    .seccion-6 .img-wrapper img {
        max-width: 25em;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
    .seccion-5 {
        font-size: 13px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1450px) {
    .seccion-6 {	
        height: min-content;
    }

    .seccion-6 .wrap-ul {
        flex-wrap: nowrap;
        height: min-content;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1600px) {
    .seccion-5 .texto-wrapper h2 {
        font-size: 28px;
    }

    .seccion-5 .texto-wrapper span,
    .seccion-5 .texto-wrapper ul {
        font-size: 16px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1265px) {
    .seccion-4 .wrapper br {
        display: none;
    }

    .seccion-5 {
        height: min-content;
    }

    .seccion-5 .texto-wrapper h2 {
        font-size: 24px;
    }

    .seccion-5 .texto-wrapper span,
    .seccion-5 .texto-wrapper ul {
        font-size: 12px;
    }

    .seccion-5 .wrapper {
        width: fit-content;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1445px) {
    .seccion-6 .img-wrapper {
        position: absolute;
        right: 0;
        width: 40%;
    }

    .seccion-6 h2 {
        font-size: 24px;
    }

    .seccion-6 span,
    .seccion-6 ul {
        font-size: 12px;
    }
}

@media screen and (max-width: 1085px) {
    .seccion-4 .wrapper {
        width: 50%;
    }
}