/*****iphone GREEN*/
@media only screen and (max-width: 414px) {
    .prim-menu {
        padding: 0 2em 0 1em;
        background-color: transparent;
    }

    .brand img {
        width: 150px;
    }

    /*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: 6em 1em 4em 1em;
        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_mob.jpg") center center no-repeat;
        background-size: cover;
    }

    .scroll-dos {
        background: url("../multimedia/home-soluciones_mob.webp") center center no-repeat;
        background-size: cover;
    }

    .scroll-tres {
        background: url("../multimedia/home-climatizacion_mob.webp") center center no-repeat;
        background-size: cover;
    }

    .scroll-cuatro {
        background: url("../multimedia/home-marcas_mob.webp") center center no-repeat;
        background-size: cover;
    }

    .scroll-ssf {
        /*video */
        position: relative;
    }

    .scroll-seis {
        background: url("../multimedia/home-contacto_mob.webp") center center no-repeat;
        background-size: cover;
    }

    .home-scroll h2 {
        font-size: var(--size-2);
    }

    .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: 1em;
        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;

        /*vertical 16:9 */
        width: auto;
        height: 100%;
    }

    .ssf-desk {
        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: 6em 1em 3em 1em;
        width: 100%;
        height: 100vh;
    }

    .height-60 {
        height: 60%;

    }

    .height-80 {
        height: 80%;
    }

    .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_mob.jpg") center center no-repeat;
        background-size: cover;
    }

    .dos {
        background: url("../multimedia/prod_mob.jpg") center center no-repeat;
        background-size: cover;
    }

    .tres {
        background: url("../multimedia/ahorro_mob.jpg") center center no-repeat;
        background-size: cover;
    }

    .caja-h2 {
        width: calc(100% - 1em);
        line-height: 1.2;


    }

    .caja-h2 h2 {
        font-size: var(--size-1);
        font-family: var(--fontFamily-Book);
    }

    .caja-icons {
        width: calc(100% - 2em);
        line-height: 1.3;
    }

    .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 {
        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;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 150px;
        width: 95%;
        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: 1em;
        -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;
    }

    .caja-icons svg {
        max-width: 50px;
        filter: drop-shadow(var(--shadow-sec));
    }

    /*internas*/
    .main-cover {
        height: 200px;
        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;
		text-align: center;
    }

    .main-cover h2 {
        font-size: var(--size-1);
    }

    .main-content {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 3em 1em;
    }

    /*internas: climatizacion*/
    .main-cover-climat {
        background-color: var(--solheColor);
        background-attachment: fixed;
        background-size: cover;
    }

    /*ABOUT*/
    .main-cover-about {
        background-color: var(--solheColor);
        background-attachment: fixed;
        background-size: cover;
    }

    .team-photo {
        height: 300px;
        background: url("../multimedia/about_mob.png") center center no-repeat;
        background-attachment: scroll;
        background-size: contain;
    }

    /*ssf page*/
    .main-cover-ssf {
        background-color: var(--solheColor);
        background-attachment: fixed;
        background-size: cover;
    }

    /*BOMBEO*/
    .main-cover-bombeo {
        background-color: var(--solheColor);
    }

    /*EMPRESAS*/
    .main-cover-empresas {
        background: url("../multimedia/techo_mob.jpg") bottom center no-repeat;
        background-attachment: fixed;
        background-size: cover;
    }

    .min-height-maintenance {
        min-height: 60vh;
    }

    /*FAQ*/
    .main-cover-faq{
        background-color: var(--solheColor);
    }
	  /*contact page*/
	  .main-cover-contacto {
            /*background: url("../multimedia/home-contacto_mob.webp") center 170% no-repeat;*/
			background-color: var(--solheColor);
            background-attachment: fixed;
            background-size: cover;
        }
}