.container-fluid {
    padding-right: 10px;
    padding-left: 10px;
}

.col-4, .col-6, .col-8, .col-12 {
    padding-right: 10px;
    padding-left: 10px;
}

.generic-mod {
    margin-top: 20px;
    margin-bottom: 10px;
}

.generic-mod #home-nav-1, .generic-mod #home-nav-2, .generic-mod #home-nav-3, .generic-mod #home-nav-4 {
    margin: 0 auto;
    width: 100%;
}

.titulo-center {
	text-align: center;
	margin-top: 20px;
}

.generic-mod .titulo-pestanya {
    font-size: 14px;
    text-align: center;
    color: #2c2c2c;
}

.generic-mod .contenedor-pesntanya1 {
    position: relative;
    width: 94%;
    margin: 0 auto;
    padding: 20px 0 0;
    /* max-width: 300px; */
}

.generic-mod .contenedor-pesntanya3, .generic-mod .contenedor-pesntanya4 {
    position: relative;
    width: 94%;
    margin: 0 auto;
    padding: 20px 0 0;
}

.generic-mod .nav-link img.pestanyas {
    margin: 8px 0;
    height: 31px;
}

.generic-mod .lista-opciones-simple .nav-link p {
    border-right: none;
    margin-top: 0;
    margin-bottom: 0;
}

.generic-mod .lista-opciones-simple .nav-link .barra {
    border-right: solid 1px #e7e7e7;
    margin-bottom: 10px;
    white-space: normal;
}

.generic-mod .lista-opciones-simple .nav-link .barra2 {
    border-right: none;
    margin-bottom: 10px;
	white-space: normal;
}

.generic-mod .lista-opciones-simple.nav-tabs {
    border-bottom: 1px solid #e7e7e7;
    justify-content: center;
}

/* Tarjetas Pestaña 1 */

#contenido-titulo {
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 30px;
}
#contenido-titulo .titulo {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.generic-mod .contenedor-items{
    display: flex;
}

.generic-mod .contenedor-items .item {
    width: 262px;
    margin-bottom: 40px;
    margin-top: 20px;
}

.generic-mod .item .card .precios-container .legal{
    font-size: 11px;
    margin-top: 10px;
	color: #707070;
}


.generic-mod .item .card{
	box-shadow: 0px 12px 34px rgba(0,0,0,0.1);
	border-radius: 20px;
	background-color: white;
	position: relative;
	overflow: hidden;
    padding: 0 24px;
}

.generic-mod .banner-azul {
	background-color: #2196F3;
    display: flex;
    justify-content: center;
    height: 33px;
    align-items: center;
    margin-bottom: 20px;
}

.generic-mod .banner-azul .texto-banner-azul {
	font-family: Lato-Bold;
    color: white;
    margin-left: 15px;
    margin-bottom: 0;
    font-size: 14px;
}

.generic-mod .item .card .titulo-plano{
	font-size: 24px;
	margin-bottom: 0;
}

.generic-mod .item .card .subtitulo {
    font-size: 14px;
    line-height: 24px;
    color: #707070;
    height: 30px;
    margin-bottom: 35px;
    margin-top: 10px;
    font-weight: 700;
}

.generic-mod .item .card .lista-ventajas{
	padding: 0px 25px;
    margin-bottom: 50px;
    height: 116px;
}

.generic-mod .item .card .lista-ventajas .ventaja{
	display: flex;
	font-size: 14px;
	color: #2c2c2c;
	margin-bottom: 10px;
}

.generic-mod .item .card .lista-ventajas .ventaja p{
	margin-bottom: 0;
}

.generic-mod .item .card .lista-ventajas .ventaja img{
	width: 12px;
	height: 15px;
	margin-right: 10px;
	margin-top: 3px;
}

.generic-mod .item .card .lista-ventajas ~ .ver-mais {
    cursor: pointer;
    font-size: 14px;
    text-decoration: underline;
    display: block;
    text-align: left;
    padding-left: 62px;
    color: #387002;
    margin-bottom: 45px;
}

.generic-mod .item .card .precios-container {
	border-radius: 20px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 15px 25px;
	background-color: white;
	display: none;
}

.generic-mod .item .card .precios-container .precios{
	margin-bottom: 20px;
}

.generic-mod .item .card .precios-container .precios .plan{
	color: #2c2c2c;
	margin-bottom: 10px;
	font-size: 18px
}

.generic-mod .item .card .precios-container .precios .estimado{
	border-radius: 8px;
	background: #F9F9F9;
}

.generic-mod .item .card .precios-container .precios .titulo{
	color: #689F38;
	line-height: 17px;
    margin-top: 15px;
    font-size: 14px;
}

.generic-mod .item .card .precios-container .precios .potencia, .generic-mod .item .card .precios-container .precios .precio{
	color: #2c2c2c;
    padding: 8px 0;
    font-size: 14px;
}

.generic-mod .item .card .precios-container .precios .precio strike{
	color: #EC525E;
}

.generic-mod .item .card .precios-container .precios .potencia:not(:last-of-type), .generic-mod .item .card .precios-container .precios .precio:not(:last-of-type){
	border-bottom: 1px solid #d2d2d2;
}

.generic-mod .item .card .botones{
    /* min-height: 150px; */
	display: flex;
    flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 24px;
}

.generic-mod .item .card .botones .button-trans-light {
    width: 200px;
    height: 56px;
    text-transform: inherit;
    color: #387002;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    border: 1px solid #387002;
    border-radius: 28px;
    margin: 0px auto;
}

.generic-mod .item .card .botones .button-trans-light:nth-child(2) {
    margin-top: 24px;
}

.generic-mod .btn .button-orange {
    height: 55px;
}

.generic-mod .botones .button-trans-green-light .button-text {
	text-decoration: underline;
    font-size: 14px;
    color: #2196F3;
    /*height: 25px;*/
}

.generic-mod .botones .button-orange {
    position: relative;
    padding: 0;
    height: 45px;
    margin: 0;
}

.generic-mod .botones .button-orange .button-text {
    font-size: 16px;
    text-transform: initial;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    width: 100%;
}

.generic-mod .botones .button-trans-green-light:hover .button-text{
	color: #2196F3;
}

.generic-mod .botones .button-trans-green-light, .generic-mod .botones .button-trans-green-light:hover, .generic-mod .botones .button-trans-green-light:focus, .generic-mod .botones .button-trans-green-light:active {
	background-color: white;
	border: none !important;
	box-shadow: none !important;
	margin-top: 5px;
    margin-bottom: 20px;
    height: 35px;
}

.generic-mod .btn .button-orange .button-text {
    font-size: 16px;
}

.generic-mod .item .card .botones .button-trans-green-light{
	margin-bottom: 15px;
}


.generic-mod .owl-carousel .icono {
	height:80px;
	width:80px;
	margin: auto;
    margin-top: 30px;
}

.generic-mod .contenedor-items {
	max-width: 1005px;
    margin: 0 auto;
}

.generic-mod .owl-carousel.off {
    display: flex !important;
    justify-content: center;
}

.owl-carousel .owl-item img {
    width: auto !important;
}

.generic-mod .contenedor-planes {
    margin-bottom: 20px;
}

/* Comunes */
.generic-mod .button-trans-green-light{
    border: solid 1px #689f38;
    background: none;
    position: relative;
    padding: 0;
    height: 45px;
    margin: 0;
    box-sizing: border-box;
    width: 90%;
    max-width: 300px;
    border-radius: 31px;
    line-height: 1.3333333;
    font-family: Lato-Black;
    white-space: normal;
}

.generic-mod .button-trans-green-light .button-text {
    font-family: Lato-Bold;
    font-size: 14px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    width: 100%;
    text-transform: capitalize;
}

.generic-mod .button-trans-green-light .button-text{
	color: #689f38;
}

.generic-mod .button-trans-green-light:hover{
	background-color: #689f38;
}

.generic-mod .button-trans-green-light:hover .button-text{
	color: white;
}

/* Formulario */
.titulo-formulario {
    text-align: center;
    color: #7B7B7B;
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 35px;
}

.eletricidade{
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    color: #387002;
}

.contenedor-formulario .wcom-form-generic label {
    font-size: 14px;
    color: #7B7B7B;
    text-align: left;
}

.contenedor-formulario .wcom-form-generic .form-group input[type="text"] {
    border-radius: 25px;
    padding: 7px 20px;
    border: solid 1px #cdcdcd;
    color: #252525;
    width: 100%;
    height: 50px;
}

.contenedor-formulario .form-group {
    margin-bottom: 25px;
}

.contenedor-formulario .select-file .d-flex {
    width: 100%;
}

.contenedor-formulario .select-file .input-factura {
    cursor: pointer;
    background: url(/02sicb/gc/prod/adminwcm/img/iconos/ico-file.svg) no-repeat;
    background-position-x: 95%;
    background-position-y: 50%;
    position: relative;
    width: 100%;
    height: 50px;
    border-radius: 100px;
    border: solid 1px #cdcdcd;
    background-color: #ffffff;
    font-size: 12px;
    color: #9b9b9b;
    padding-left: 20px;
}

.contenedor-formulario .select-file .factura-title {
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-size: 16px;
}

.contenedor-formulario .select-file input[type='file'] {
    display: none;
}

.contenedor-formulario .file-container .contenedor-files {
    padding: 0 20px;
}

.contenedor-formulario .boton {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.contenedor-formulario #btn-enviar-new,
.contenedor-formulario #btn-enviar {
    max-width: 250px;
    text-transform: initial;
    font-size: 16px;
}
#modal-response {
    left: 50%;
    transform: translate(-50%, 0%);
    width: 30%;	
}

/* ESTO SON LOS ESTILOS PARA EL BOT�?N DEL FICHERO */
#fileTxt {
    border: solid 1px #cdcdcd;
    border-radius: 25px;
    padding-left: 20px;
    background-image: url(/02sicb/gc/prod/adminwcm/img/iconos/ico-file.svg);
    background-repeat: no-repeat;
    background-position-x: 90%;
    background-position-y: 50%;
    cursor: pointer;
    padding: 14px 20px;
    background-color: white;
    height: 50px;
}

#fileTxt.delete-file {
    background-image: none;
}

#fileTxt ~ p{
    cursor: pointer;
}

#fileTxt ~ p > span:first-of-type{
    text-decoration: underline;
    color: #387002;
    font-size: 13px;
    width: 200px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#deleteFile {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
}

input[type='file'] {
    height: 50px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    cursor: pointer;
    display: none;
}

/* FIN ESTILOS BOT�?N FICHERO */

.wrapper-img-modal {
    margin: auto;
}

.texto-okko {
    margin: auto;
}
	#modal-response {
	left: 5%;
    width: 320px;	
}
    .generic-mod .contenedor-items .item {
        width: 300px;
        margin: auto;
        margin-bottom: 30px;
    }
/* Pantallas de menos de 576px */
@media (max-width: 576px) {
    .generic-mod .contenedor-pesntanya4 {
        width: 100%;
    }

    #contenido-titulo.col-12{
        padding-right: 6px !important;
        padding-left: 6px !important;
    }
    
    .contenedor-pesntanya4 .col-lg-12{
        padding-right: 6px !important;
        padding-left: 6px !important; 
    }

    #contenido-titulo .titulo{
        width: 100%;
    }
}

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
    .generic-mod .contenedor-pesntanya1, .generic-mod .contenedor-pesntanya3 {
        width: 90%;
        max-width: 800px;
    }

    .generic-mod .contenedor-pesntanya4 {
        width: 100%;
        max-width: 492px;
    }


    .generic-mod .contenedor-planes {
        margin-bottom: 30px;
        margin-top: 30px;
        padding: 0;
    }

    .titulo-formulario {
        padding: 0 5%;
    }

    .generic-mod {
        margin-top: 60px;
    }
    #contenido-titulo .titulo {
        width: 100%;
        margin: 15px 0;
    }
    #contenido-titulo .texto {
        width: 85%;
        margin: auto;
    }
	#modal-response {
        left: 50%;
        transform: translate(-50%, 0%);
	  width: 500px;	
    }
}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .generic-mod .contenedor-pesntanya4 {
        width: 87%;
        padding: 25px 10%;
    }
    .generic-mod .nav-link img.pestanyas {
        margin-bottom: 0px;
    }

	.generic-mod .owl-stage {
		width: 2050px !important;
    }
    
    .generic-mod .item .card .precios-container .legal {
        font-size: 13px;
    }

    .generic-mod .item .card .botones .button-trans-light {
        width: 273px;
    }

    .generic-mod .contenedor-pesntanya4 {
        width: 100%;
        padding: 25px 1%;
        max-width: 700px;
    }

    #contenido-titulo .titulo {
        font-size: 32px;
        margin: 0 auto;
        width: 100%;
    }
    #contenido-titulo .texto {
        width: 89%;
    }


    .contenedor-formulario .boton {
        margin-top: 0;
    }
	#modal-response {
        left: 50%;
        transform: translate(-50%, 0%);
    }
}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .contenedor-pesntanya1, .contenedor-pesntanya3 {
        width: 67%;
        max-width: 900px;
    }
    .generic-mod .contenedor-pesntanya4 {
        max-width: 822px;
    }
	#modal-response {
        left: 50%;
        transform: translate(-50%, 0%);
    }
}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    .generic-mod .contenedor-planes {
        margin-bottom: 30px;
        margin-top: 30px;
        padding: 0;
    }
    .generic-mod .contenedor-pesntanya1 {
        width: 100%;
        max-width: -webkit-fill-available;
    }
    .generic-mod .contenedor-pesntanya4 {
        max-width: 1004px;

    }
	#modal-response {
        left: 50%;
        transform: translate(-50%, 0%);
    }
}

@media (min-width: 1920px) {
    .generic-mod .contenedor-pesntanya4 {
        max-width: 1120px;
    }
}
