.modulo1-slider-home {
    font-family: Lato-Regular;
    color: white;
    height: 480px;
    background-size: cover;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.button-text.deskubritu-eu {
    font-size: 13px;
}

.titulo-slider-plan {
    font-size: 22px;
}

.modulo1-slider-home .contenido {
    position: absolute;
    margin-left: 5%;
    width: 30%;
    margin-top: 30px;
}

.modulo1-slider-home .titulo-slider-modulo1 {
    font-family: Lato-Bold;
    font-size: 3em;
    line-height: 1;
}

.modulo1-slider-home .subtitulo-slider-modulo1 {
    /*! color: #2c2c2c; */
    font-size: 16px;
    margin-top: 0px;
}

.modulo1-slider-home .subtitulo-slider2-modulo1 {
    font-size: 14px;
    margin-top: 0px;
}

.modulo1-slider-home .enlace-slider-modulo1 {
    margin-left: -50px;
    background: #8abd37 !important;
    border: solid 1px #8abd37 !important;
}

.modulo1-slider-home .enlace-slider-modulo1 img {
    float: right;
    padding-right: 10px;
    padding-top: 3px;
}

.links-modulo1-slider-home {
    height: 100px;
    border-radius: 50px;
    -webkit-box-shadow: -1px 14px 58px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 14px 58px -5px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 14px 58px -5px rgba(0, 0, 0, 0.75);
    background-color: white;
    margin: 0 auto;
    width: 70%;
    position: absolute;
    left: 15%;
    margin-top: -45px;
    padding-left: 30px;
}

.links-modulo1-slider-home .bloque-elementos-links-modulo1 {
    float: left;
    width: 25%;
    border-left: solid 1px #ececec;
    text-align: center;
    height: 100px;
    padding-top: 30px;
}

.links-modulo1-slider-home .bloque-elementos-links-modulo1:first-child {
    float: left;
    width: 25%;
    border-left: 0;
    text-align: center;
    height: 100px;
}

.links-modulo1-slider-home .bloque-elementos-links-modulo1 .elementos-links-modulo1 img {
    padding-right: 10px;
    float: left;
    padding-left: 50px;
    cursor: pointer;
}

.links-modulo1-slider-home .bloque-elementos-links-modulo1 .elementos-links-modulo1 p {
    text-align: left;
}

.links-modulo1-slider-home .bloque-elementos-links-modulo1 .elementos-links-modulo1 p a {
    cursor: pointer;
    color: black;
}

.texto-link4 {
    padding-top: 12px;
}

.texto-link4-eu {
    padding-top: 0;
}

.dcto-tablet {
    position: absolute;
    /*right: -120%;
    top: 60%;*/
    right: -70%;
    top: 40%;
}

.titulo-superior {
    font-family: Lato-Bold;
    font-size: 1.5em;
    margin-bottom: 0px;
}

#btn-funcionalidades-descargar {
	float: left;
    width: 255px;
    text-transform: none;
    color: #ffffff;
    font-family: Lato-bold;
    font-size: 14px;
	margin-right: 60%;
    margin-top: 4px;
}

#btn-funcionalidades-descargar img {
    float: right;
    margin-top: 2px;
}

/*****************************SLIDER********************************/

.modulo1-slider-home .texto-info-slider>img {
    position: absolute;
    top: 0;
    left: 0;
}

.modulo1-slider-home #img-slide1,
.modulo1-slider-home #img-slide2,
.modulo1-slider-home #img-slide3 {
    width: 100%;
    height: 480px;
}

.modulo1-slider-home .item {
    height: 303px;
}

.modulo1-slider-home .carousel,
.modulo1-slider-home .carousel-inner {
    height: 480px;
}

.modulo1-slider-home .indicadores-img {
    position: absolute;
    top: 30px;
    left: 44%;
    width: 20%;
    height: 25px;
    bottom: 0;
    text-align: left;
}

.modulo1-slider-home .carousel-indicators li {
    background-color: transparent;
    border-color: transparent;
}

.modulo1-slider-home .carousel-indicators li.active {
    border-color: transparent;
}

.modulo1-slider-home .carousel-control {
    padding-top: 200px;
    width: 8%;
}

.modulo1-slider-home .carousel-caption {
    position: absolute;
    top: 24%;
    width: 100%;
    left: 0;
    padding: 0 12%;
    color: #ffffff;
}

.modulo1-slider-home .carousel-caption p {
	/*! color: #2c2c2c !important; */
    text-align: left;
    margin-bottom: 10px;
    /*width: 100%;*/
}

.modulo1-slider-home #img-slide1 {
    background-image: url("/webclipb/gc/prod/adminwcm/img/estaticos/generic/smart-solar/calculadora-presupuesto/img-cabecera-instala-tus-placas-1200.png");
    background-size: cover;
    background-position: center;
    transform: scaleX(-1); 

}

.modulo1-slider-home #img-slide2 {
    background-image: url("/webclipb/gc/prod/adminwcm/img/estaticos/nueva-home/slider4-1600.jpg");
    background-size: cover;
    background-position: center;
}

/* Pantallas superiores a 1280px (desktop)*/

@media (min-width: 1280px) {
    .titulo-slider-modulo1 {
        width: 500px;
    }

    .subtitulo-slider-modulo1 {
        width: 350px;
        text-align: left;
    }

    #titulo-chico {
        font-size: 36px !important;
        margin-bottom: 5px;
        /* width: 250px; */
    }
}

/* Pantallas entre 1024px y 1280px (desktop)*/

@media screen and (min-width: 64em) and (max-width: 79.95em) {

    .links-modulo1-slider-home .bloque-elementos-links-modulo1 .elementos-links-modulo1 img {
        padding-left: 10px;
        cursor: pointer;
    }

    .modulo1-slider-home .contenido {
        position: absolute;
    }


    .titulo-slider-modulo1 {
        font-size: 32px !important;
		width: 50%;
    }

    .subtitulo-slider-modulo1 {
        text-align: justify;
		width: 50%;
    }


    /*****************************SLIDER********************************/
    .modulo1-slider-home #img-slide1 {
        background-image: url("/webclipb/gc/prod/adminwcm/img/estaticos/generic/smart-solar/calculadora-presupuesto/img-cabecera-instala-tus-placas-1200.png");
        background-size: cover;
        background-position: center;
    }

    .modulo1-slider-home #img-slide2 {
        background-image: url("/webclipb/gc/prod/adminwcm/img/estaticos/nueva-home/slider4-1280.jpg");
        background-size: cover;
        background-position: center;
    }


    #titulo-slide-tres {
        font-size: 3.8rem !important;
    }
}

/* Pantallas entre 768px y 1024px (tablet) */

@media screen and (min-width: 48em) and (max-width: 63.95em) {
    .links-modulo1-slider-home {
        width: 90%;
        left: 5%;
        padding-left: 25px;
    }

    .modulo1-slider-home .contenido {
        width: 48%;
        top: 5%;
    }

    .links-modulo1-slider-home .bloque-elementos-links-modulo1 .elementos-links-modulo1 img {
        padding-left: 0;
        padding-right: 7px;
        cursor: pointer;
    }

    .bloque-elementos-links-modulo1 {
        padding: 0 0 0 5px;
    }

    .titulo-slider-modulo1 {
        font-size: 32px !important;
    }

    .subtitulo-slider-modulo1 {
        width: 360px;
        text-align: justify;
    }

    .dcto-tablet {
        right: 40%;
        top: 130px;
        left: 0;
        height: 130px;
    }

    #btn-descubre-tu-tarifa {
        margin-top: 135px;
        width: 305px;
        position: absolute;
        left: 35px;
    }

    #btn-premios-supera {
        margin-top: 135px;
        width: 305px;
        position: absolute;
        left: 35px;
        margin-left: -50px;
    }

    /*****************************SLIDER********************************/
    .modulo1-slider-home #img-slide1 {
        background-image: url("/webclipb/gc/prod/adminwcm/img/estaticos/generic/smart-solar/calculadora-presupuesto/img-cabecera-instala-tus-placas-992.png");
        background-size: cover;
        background-position: center;
    }

    .modulo1-slider-home #img-slide2 {
        background-image: url("/webclipb/gc/prod/adminwcm/img/estaticos/nueva-home/slider4-1024.jpg");
        background-size: cover;
        background-position: center;
    }

    .modulo1-slider-home .carousel-caption {
        top: 24%;
    }

    #titulo-chico {
        font-size: 2.375rem !important;
        color: #ffffff;
        margin-bottom: 10px;
    }

    .texto-info-slider .subtitulo-slider-modulo1 {}

    #titulo-slide-tres {
        font-size: 3.25rem !important;
    }
}

/* Pantallas de menos de 768px (mobile) */

@media screen and (max-width: 47.95em) {
    .modulo1-slider-home {
        background-size: auto;
        background-repeat: no-repeat;
        background-position-x: 68%;
        text-align: center;
        width: 100%;
        background-position-y: 8%;
        /*height: 540px!important;*/
    }

    .modulo1-slider-home .titulo-slider-modulo1 {
        font-family: Lato-Bold;
        margin-bottom: 5px;
        width: auto;
        margin: auto;
        margin-top: -25px;
        font-size: 1.55em;
    }

    .modulo1-slider-home .contenido {
        width: 95%;
        top: 0.90%;
        height: 440px;
        margin-left: 2.5%;
    }

    .modulo1-slider-home .contenido.contenido-eu {
        margin-top: 50px;
    }

    .modulo1-slider-home .subtitulo-slider2-modulo1 {
        margin-bottom: 0;
    }

    .links-modulo1-slider-home {
        width: 100%;
        left: 0;
        padding-left: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .links-modulo1-slider-home .bloque-elementos-links-modulo1 {
        float: left;
        width: 50%;
        border-left: 0;
        text-align: center;
        height: 100px;
        padding-top: 30px;
    }

    .links-modulo1-slider-home .bloque-elementos-links-modulo1:first-child {
        float: left;
        width: 50%;
        border-left: 0;
        text-align: center;
        height: 100px;
        padding-top: 30px;
    }

    .links-modulo1-slider-home .bloque-elementos-links-modulo1 .elementos-links-modulo1 img {
        padding-left: 10px;
        padding-right: 6px;
        cursor: pointer;
    }

    .links-modulo1-slider-home .elemento1 {
        border-right: solid 1px #dedede;
        border-bottom: solid 1px #dedede;
    }

    .links-modulo1-slider-home .elemento2 {
        border-bottom: solid 1px #dedede;
    }

    .links-modulo1-slider-home .elemento3 {
        border-right: solid 1px #dedede;
        border-bottom: solid 1px #dedede;
    }

    .links-modulo1-slider-home .elemento4 {
        border-bottom: solid 1px #dedede;
    }

    .dec-contenedor-home .dec-contenidos-sup {
        max-width: 1600px;
        width: 100%;
        /*margin: 190px auto;*/
    }

    .dcto-tablet {
        display: initial;
        margin-top: -5px;
        height: 123px;
        left: 0;
        position: unset;
        margin-left: auto;
        margin-right: auto;
    }

    .wcom-button {
        font-size: 1em;
    }

    .subtitulo-slider2-modulo1 {
        display: none;
    }

    .modulo1-slider-home .enlace-slider-modulo1 {
        margin-left: 5%;
        margin-top: 0;
    }

    /*****************************SLIDER********************************/
    .modulo1-slider-home #img-slide1 {
        background-image: url("/webclipb/gc/prod/adminwcm/img/estaticos/generic/smart-solar/calculadora-presupuesto/img-cabecera-instala-tus-placas-576.png");
        /* padding-top: 35px; */
        background-position: bottom;
        /* height: 435px; */
      }

    .modulo1-slider-home #img-slide2 {
        background-image: url("/webclipb/gc/prod/adminwcm/img/estaticos/nueva-home/slider4-768.jpg");
        background-size: cover;
        background-position: center;
    }

    .modulo1-slider-home .item {
        height: 540px;
    }

    .modulo1-slider-home #img-slide1,
    .modulo1-slider-home #img-slide2,
    .modulo1-slider-home #img-slide3 {
        position: absolute;
        top: 0;
        left: 0;
    }

    .modulo1-slider-home #img-slide3 {
        /*top: 14%;*/
    }

    .modulo1-slider-home .carousel-control {
        width: 8%;
    }

    .modulo1-slider-home .indicadores-img {
        top: 75px;
    }

    .subtitulo-slider-modulo1 {
        width: 260px;
		width: 100% !important;
    }

    #btn-descubre-tu-tarifa {
        width: 260px;
        margin: 0;
    }

    #btn-premios-supera {
        width: 260px;
        margin: 0;
        margin-top: 130px;
    }

    .flecha-abajo-desplegar {
        display: none;
    }

    #titulo-chico {
        font-size: 1.75rem !important;
    }

    .flecha-abajo-desplegar {
        display: none;
    }


    .texto-info-slider .subtitulo-slider-modulo1 {
        width: 50%;
		width: 210px !important;
        line-height: 22.8571px;
    }

    #titulo-slide-dos {
        margin-top: -30px;

    }

    #titulo-slide-tres {
        text-align: initial;
        margin-top: -40px;
        font-size: 2.6rem !important;
        width: 410px;
    }


}

@media screen and (min-width: 321px) and (max-width: 519px) {

    /*****************************SLIDER********************************/
    .modulo1-slider-home #img-slide1 {
        background-image: url("/webclipb/gc/prod/adminwcm/img/estaticos/generic/smart-solar/calculadora-presupuesto/img-cabecera-instala-tus-placas-360.png");
        background-size: cover;
        background-position: bottom right 0px;
    }

    .modulo1-slider-home #img-slide2 {
        background-image: url("/webclipb/gc/prod/adminwcm/img/estaticos/nueva-home/slider4-768.jpg");
        background-size: cover;
        background-position: bottom right -150px;
    }

    #titulo-chico {
        font-size: 1.4375rem !important;
    }

    .modulo1-slider-home .carousel-caption {
        top: 42%;
    }

    .flecha-abajo-desplegar {
        display: none;
    }


    #btn-funcionalidades-descargar {
        max-width: 90%;
    }
}

@media screen and (max-width: 320px) {

    /*****************************SLIDER********************************/
    .modulo1-slider-home #img-slide1 {
        background-image: url("/webclipb/gc/prod/adminwcm/img/estaticos/generic/smart-solar/calculadora-presupuesto/img-cabecera-instala-tus-placas-360.png");
        background-size: cover;
        background-position: bottom right 0px;
    }

    .modulo1-slider-home #img-slide2 {
        background-image: url("/webclipb/gc/prod/adminwcm/img/estaticos/nueva-home/slider4-320.jpg");
        background-size: cover;
        background-position: center;
    }

    .flecha-abajo-desplegar {
        display: none;
    }

    #btn-funcionalidades-descargar {
        max-width: 90%;
    }

}

#titulo-slide-dos,
#subtitulo-slide-dos {
    color: #2c2c2c;
}

#titulo-slide-tres,
#subtitulo-slide-tres {
    color: white;
}

#titulo-slide-tres {
    font-family: Lato-Bold;
    font-size: 3em;
    line-height: 1;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none !important;
    filter: none !important;
}

.flecha-abajo-desplegar {
    margin-top: -17px;
    position: relative;
}

.flecha-abajo-desplegar img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.texto-info-slider {
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

/* Ocultamos ctc en esta ocasion de slider con ctc para 3 slides */

#ctc {
    display: none;
}

@media (min-width: 1281px) and (max-width: 1500px) {
    .box-click-to-call {
        margin-left: 67%;
    }
}