/*******PC BLUE*/
@media screen and (min-width: 1024px) {
    nav {
        height: 7em;
    }

    .prim-menu {
        height: 7em;
        padding: 0 4em 0 2em;
        /*background-color: lightskyblue;*/

    }

    .brand img {
        width: 175px;
    }

    /*home*/
    .home-scroll-container {
        height: 100vh;
        overflow-y: scroll;
        -ms-scroll-snap-type: y mandatory;
        scroll-snap-type: y mandatory;
        scroll-behavior: smooth;
    }

    .home-scroll-section {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        scroll-snap-align: start;
        scroll-snap-stop: always;
        margin: 0;
        padding: 8em 1em 2em 3em;
        width: 100%;
        height: 100vh;
    }


    .home-scroll {
        height: 90%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .scroll-uno {
        background: url("../multimedia/home-casa.webp") center center no-repeat;
        background-size: cover;
    }

    .scroll-dos {
        background: url("../multimedia/home-soluciones.webp") center center no-repeat;
        background-size: cover;
    }

    .scroll-tres {
        background: url("../multimedia/home-climatizacion.webp") center center no-repeat;
        background-size: cover;
    }

    .scroll-cuatro {
        background: url("../multimedia/home-marcas.webp") center center no-repeat;
        background-size: cover;
    }

    .scroll-ssf {
        /*video */
        position: relative;
    }

    .scroll-seis {
        background: url("../multimedia/home-contacto.webp") center center no-repeat;
        background-size: cover;
    }

    .home-scroll h2 {
        font-size: 46px;
    }

    .inline-cta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 1em;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;

    }

    .inline-brands {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 2.5em;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .inline-brands img {
        width: 120px;
        height: auto;
    }

    .home-social {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1.5em;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;

    }

    .home-social>div:nth-child(1) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 2em;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .home-social>div:nth-child(1) a {
        display: block;
    }

    .home-social>div:nth-child(1) i {
        font-size: var(--size-2);
    }

    .home-social>div:nth-child(2) {
        padding-left: 0.5em;
        border-left: solid 3px var(--solheColor);
    }

    .contact-txt {
        color: var(--light-color);
        text-shadow: var(--shadow-sec);
    }

    .back-video {
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: -1;

        /*horizontal 9:16 */
        width: 100%;
        height: auto;
    }

    .ssf-mobile {
        display: none;
    }


    /*hogares*/
    .iphone-section-container {
        height: 100vh;
        overflow-y: scroll;
        -ms-scroll-snap-type: y mandatory;
        scroll-snap-type: y mandatory;
        scroll-behavior: smooth;
    }

    .iphone-section {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        scroll-snap-align: start;
        scroll-snap-stop: always;
        margin: 0;
        padding: 9em 3em 3em 3em;
        width: 100%;
        height: 100vh;
    }

    .height-60 {
        height: 90%;
        width: 45%;
    }

    .height-80 {
        height: 90%;

    }

    .flex-section-default {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .uno {
        background: url("../multimedia/techo.jpg") center center no-repeat;
        background-size: cover;
    }

    .dos {
        background: url("../multimedia/prod.jpg") center right no-repeat;
        background-size: cover;
    }

    .tres {
        background: url("../multimedia/ahorro.jpg") center center no-repeat;
        background-size: cover;
    }

    .caja-h2 {
        width: 100%;
        line-height: 1.2;
        font-family: var(--fontFamily-Book);
    }


    .caja-h2 h2 {
        font-size: var(--size-2);
    }



    .caja-txt {

        width: 100%;
        /*calc(100% - 1em);*/
        margin: 0 auto;
        display: flex;
        flex-grow: 1;
        /*height 200px */
        align-items: center;
        justify-content: center;
    }

    .caja-icons {
        line-height: 1.3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        height: 150px;
        width: 100%;
        margin: 0 auto;
    }

    .icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 2em;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;

    }

    .iphone-section p,
    .icons p {
        font-size: 20px;
    }

    .caja-icons svg {
        max-width: 75px;
        filter: drop-shadow(var(--shadow-sec));
    }

    /*INTERNAS*/
    .main-cover {
        height: 250px;
        padding-bottom: 1em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }


    .main-cover h2 {
        font-size: var(--size-3);
    }

    .main-content {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 3em 2em;
    }

    /*INTERNAS: CLIMTA*/
    .main-cover-climat {
        background: url("../multimedia/home-climatizacion.webp") center 40% no-repeat;
        background-attachment: fixed;
        background-size: cover;
    }

    /*ABOUT*/
    .main-cover-about {
        background: url("../multimedia/about_cover.png") center center no-repeat;
        background-attachment: fixed;
        background-size: cover;
    }

    .team-photo {
        height: 500px;
        background: url("../multimedia/about_pc.png") center center no-repeat;
        background-attachment: fixed;
        background-size: cover;
    }

    .main-cover-ssf {
        background: url("../multimedia/ssf.jpg") center 150% no-repeat;
        background-attachment: fixed;
        background-size: cover;
    }

    /*BOMBEO*/
    .main-cover-bombeo {
        background-color: var(--solheColor);
    }

    /*EMPRESAS*/
     .main-cover-empresas {
        background: url("../multimedia/empresas.png") center center no-repeat;
            background-attachment: fixed;
            background-size: cover;
    }
        /*FAQ*/
        .main-cover-faq{
            background-color: var(--solheColor);
        }
		/*contact page*/
		.main-cover-contacto {
            background: url("../multimedia/home-contacto.webp") center 170% no-repeat;
            background-attachment: fixed;
            background-size: cover;
        }
}