@charset "UTF-8";
/* CSS Document */

@import "./bootstrap.css";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i');

img {
    border: 0px;
}

.clear {
    clear: both;
}

a, a:hover {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#main {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #575756;
    background-color: #fff;
}

.letrapeque{
	font-size:11px;
	color:#707070;
	margin-top:20px;
	margin-bottom:20px;
}
.letrapeque span{
	font-size:12px;
	color:#707070;
	display:block;
	margin-bottom:6px;
}
.letrapeque a{
	text-decoration: underline;
	color:#707070;
}
.titular_que_bien h1{
    text-align: center;
    font-size: 58px;
    color: #134923;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    padding: 20px 0;
    margin: 0px;
}
.hero_animado{
    text-align: center;
    margin-bottom: 20px;
}
.hero_animado img, .cifras_contenedor img{
    max-width: 100%;
    height: auto;
    margin: 30px 0;
}
.bg_verde{
    padding: 30px 0;
    background: url("img/bg_verde.jpg") repeat-x top left;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
.cont_cifras{
    text-align: center;
    margin-bottom: 20px;
    font-size: 21px;
    color: #104923;
    font-width: 400;
    font-family: "Montserrat", sans-serif;
    line-height: 1.2em;
    letter-spacing: -0.05em;
}
p.txt_nominas{
    font-size: 21px;
    color: #104923;
    font-width: 400;
    font-family: "Montserrat", sans-serif;
    line-height: 1.2em;
    letter-spacing: -0.05em;
}
.cont_cifras h2{
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #134923;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background: url("img/bg_tit1.png") no-repeat bottom center;
    text-transform: uppercase;
}
.cifras_contenedor{
    text-align: center;
}
.cont_cifras.cont_cifras_pension h2{
    color: #1eb84f;
    background: url("img/bg_tit2.png") no-repeat bottom center;
}
.cont_cifras.cont_cifras_autonomo h2{
    color: #ee737b;
    background: url("img/bg_tit3.png") no-repeat bottom center;
}
.boton_masinfo{
    text-align: center;
}
.boton_masinfo a{
    color: #fff;
    background: #ee737b;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 19px;
    padding: 12px 35px;
    border-radius: 50px;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.23);
    box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.23);
    margin-bottom: 40px;
}
.boton_masinfo a:hover{
    text-decoration: none;
    background: #104923;
}
.sin_permanencia{
    font-family: "Montserrat", sans-serif;
    text-align: center;
    font-weight: 700;
    color: #ee737b;
    font-size: 30px;
}
.sin_permanencia.solo_500{
    font-size: 18px;
    font-weight: 400;
}
.texto_legal_land, .texto_legal_land p{
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    color: #007952;
    text-align: justify;
    line-height: 1.2em;
    margin-bottom: 25px;
}
.views-field-field-texto-desarrollo .texto_legal_land a{
    color: #007952;
}
.tabs_nominas .nav-tabs{
    border: none;
    text-align: center;
    justify-content: center;
    gap: 30px;
}
.tabs_nominas .tab-content#nav-tabContent, .tab-content{
    background: none !important;
}

.tabs_nominas .nav-tabs .nav-link{
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    font-weight: 600;
    border-radius: 50px;
    color: #666666;
    background: #fff;
    border:2px solid #b3b3b3;
    padding: 6px 30px;
    position: relative;
}
.tabs_nominas .nav-tabs .nav-link.active, .tabs_nominas .nav-tabs .nav-item.show .nav-link,
.tabs_nominas .nav-tabs .nav-link:hover{
    background: #1eb84f;
    color: #fff;
    border:2px solid #1eb84f;
}
.tabs_nominas .nav-tabs .nav-link.active:after{
    content: "";
    background: url("img/flecha.png") no-repeat;
    width: 16px;
    height: 8px;
    position: absolute;
    bottom: -8px;
    left: calc(50% - 8px);
}
.tabs_nominas .tab-pane{
    padding-top: 30px;
}
.c_600, .c_600 p{
    font-family: "Montserrat", sans-serif;
    font-size: 87px;
    color: #1eb84f;
    font-weight: 600;
    line-height: 1.3em;
}
.c_300, .c_300 p{
    font-family: "Montserrat", sans-serif;
    font-size: 87px;
    color: #ee737b;
    font-weight: 600;
    line-height: 1.3em;
}
.euro_mini{
    display: inline-block;
    font-weight: 300;
}
.t_tambien{
    text-align: center;
    font-size: 36px;
    color: #000000;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
}
.text_ban_der{
    text-align: right;
    font-family: "Montserrat", sans-serif;
    padding: 30px 0;
}
.text_ban_izq{
    text-align: left;
    padding: 30px 0;
}
.text_ban_izq img{
    max-width: 100%;
    height: auto;
}
.txt_gran{
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2em;
    color: #134a22;
    margin-bottom: 20px;
}
.txt_chico{
    font-size: 20px;
}
.txt_chico a{
    color: #ee737b;
    text-decoration: underline;
    margin-bottom: 20px;
}
.txt_chico a:hover{
    color: #1eb84f;
}
.boton_hazte_cliente a{
    margin-top: 30px;
    color: #fff;
    background: #134a22;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 19px;
    padding: 12px 35px;
    border-radius: 50px;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.23);
    box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.23);
    margin-bottom: 40px;
}
.boton_hazte_cliente a:hover{
    background: #1eb84f;
    text-decoration: none;
}
.titulo_responsivo{
    text-align: center;
    font-size: 26px;
    color: #000000;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}
@media (max-width: 991px) {
    .tabs_nominas .nav-tabs{
        gap: 15px;
    }
    .tabs_nominas .nav-tabs .nav-link{
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    .tabs_nominas .nav-tabs .nav-link{
        width: 100%;
    }
    .tabs_nominas .nav-tabs .nav-link.active:after{
        display: none;
    }
    .text_ban_der, .text_ban_izq{
        text-align: center;
    }
    .text_ban_izq{
        padding: 0px;
    }
}
@media (min-width: 768px) {

}
@media (max-width: 500px) {
    .titular_que_bien h1{
        font-size: 38px;
    }
    .cont_cifras br{
        display: none;
    }
    .boton_masinfo a{
        font-size: 18px;
    }
    .txt_gran{
        font-size: 20px;
    }
    .txt_chico{
        font-size: 18px;
    }
}
.solicita_promocion{
    text-align: center;
    font-size: 25px;
    color: #000000;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    margin-top: 20px;
    margin-bottom: -20px;
}