@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?bsjuys');
    src:  url('../fonts/icomoon.eot?bsjuys#iefix') format('embedded-opentype'),
            url('../fonts/icomoon.ttf?bsjuys') format('truetype'),
            url('../fonts/icomoon.woff?bsjuys') format('woff'),
            url('../fonts/icomoon.svg?bsjuys#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
    color: #626262;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 700;
    letter-spacing: 0.015em;
	line-height: 1.3em;
}

p {
    margin: 0 0 15px;
    font-size: 1.35em;
    line-height: 1.5;
}

a, button {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	background-color: transparent;
}

a:hover,
a:focus {
    text-decoration: none;
}

a:focus {
    outline: none !important;
}

img {
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    max-width: 100%;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(0, 0, 0, 0.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(0, 0, 0, 0.2);
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

.bold {
    font-weight: 700;
}

.normal {
    font-weight: 400;
}

.light {
    font-weight: 300;
}

.smaller {
    position: relative;
    font-size: .6em;
    top: -5px;
}

.color-green {
    color: #52bb4a;
}

.no-gutters {
    padding-right: 0;
    padding-left: 0;
}

.row-no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row-no-gutters .frame>[class^="col-"],
.row-no-gutters .frame>[class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

.gradient {
    background: #b2d01f;
    background: -moz-linear-gradient(left, #b2d01f 0%, #16a78b 100%);
    background: -webkit-linear-gradient(left, #b2d01f 0%, #16a78b 100%);
    background: linear-gradient(to right, #b2d01f 0%, #16a78b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2d01f', endColorstr='#16a78b', GradientType=1);
}

.teal {
    color: #00a19a;
}

.verde {
    color: #51b662;
}

.btn-plusvalia {
    display: inline-block;
    position: relative;
    color: #51b662;
    font-size: 1.6em;    
    border: 2px solid #51b662;
    padding: 4px 35px;
    border-radius: 25px;
    margin: 0;
	font-weight: 700;
	outline: none;
}

.btn-prensa {
    width: 300px;
    height: 54px;
}

.btn-single {
    width: 300px;
    height: 54px;
    padding-top: 14px;
}

.btn-plusvalia:hover {
    color: #fff;
    background-color: #51b662;
    border: 2px solid #51b662;
}

.btn-plusvalia-inverse {
    background-color: #51b662; 
    border: 2px solid #51b662;
	color: #fff;
}
.btn-plusvalia-inverse:hover {
    background-color: #fff; 
    border: 2px solid #fff;
	color: #51b662;
}

.medium-btn {
	font-size: 2em; 
	padding: 5px 20px;
}

.big-btn {
	font-size: 2.5em; 
	padding: 5px 30px;
}

.btn-margin {
	margin: 15px 5px;
}

.white {
	color: #fff !important;	
}

.comillas {
    color: #51b662;
    font-weight: 800;
    position: relative;
    margin: 0 1.5px;
}


/* Navigation */

.navbar-brand img {
    width: 165px;
}

.navbar-brand .logo1 {
    display: none
}

.navbar-brand .logo2 {
    display: block;
}

.navbar-custom {
    font-size: 1.35em;
    margin-bottom: 0;
    text-align: center;
}

.navbar-custom .navbar-toggle {
    color: #626262;
    background-color: rgba(255, 255, 255, 0.2);
    font-size: 12px;
    border: 1px solid #626262;
}

.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
    outline: none;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: none;
}

.navbar-custom .nav li {
    vertical-align: middle;
    float: none;
    display: inline-block;
}

.navbar-custom .nav li a {
    color: #fff;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    color: #51b662;
    outline: none;
    background-color: transparent;
}

.navbar-custom .nav li .active {
    color: #51b662;
    outline: none;
}

.navbar-custom .nav li.active a {
    color: #51b662;
}

.navbar-custom .nav li .btn-plusvalia {
    position: relative;
    color: #51b662;
    padding: 6px 20px;
    border-radius: 25px;
    font-size: 1.1em;
    margin: 5px 0 5px 15px;
}

.navbar-custom .nav li .btn-plusvalia:hover {
    position: relative;
    color: #fff;
	background-color: #51b662;
    padding: 6px 20px;
    border-radius: 25px;
    font-size: 1.1em;
}

.navbar-toggle {
    margin: 10px;
    border-radius: 2px;
}

.navbar-collapse {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:active {
    color: #fff;
    background-color: #51b662;
    border: 1px solid #51b662;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 30px 0 30px 15px;
}

.navbar-brand {
    height: auto;
    padding: 10px 0 10px 15px;
}


/*Nav de internas*/

.nav-inner {
    padding: 0 !important;
}

.nav-inner .nav li a {
    color: #626262;
}

.nav-inner .logo2 {
    display: none;
}

.nav-inner .logo1 {
    display: inline-block;
    color: #fff;
}

.navbar-abosolute {
    position: absolute !important;
}


/* Table */

.frame {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    margin: 0;
}

.frame-cell {
    display: table-cell;
    padding: 0;
    margin: 0;
    border-spacing: 0;
}

.frame-row {
    display: table-row;
}

.frame-middle {
    vertical-align: middle;
}

.frame-top {
    vertical-align: top;
}

.frame-bottom {
    vertical-align: bottom;
}

.frame-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Footer */

.legal {
	display: block;
    font-size: 13px;
    margin: 10px;
}

footer {
    display: block;
    /*background: #dedc00;
    background: -moz-linear-gradient(left, #dedc00 21%, #00a19a 73%);
    background: -webkit-linear-gradient(left, #dedc00 21%, #00a19a 73%);
    background: linear-gradient(to right, #dedc00 21%, #00a19a 73%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedc00', endColorstr='#00a19a', GradientType=1);*/
    color: #D0D0D0;
    background: #666;
    width: 100%;
    padding: 10px 0px;
}

.footer.fixed {
    position: fixed;
    bottom: 0px;
}

.footer p {
    margin: 5px 0;
}

.footer .fono {
	white-space: nowrap;
}

.footer a {
    color: #D0D0D0;
}

.footer a:hover {
    color: #fff;
}

/* Sections */

.content-section {
    color: #626262;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}


/* Intro*/

.intro {
    padding: 100px 0;
    text-align: center;
    color: #fff;
}

.intro .intro-text {
    font-size: 2.4em;
    margin-bottom: 20px;
}

.intro h2 {
    font-size: 3.2em;
}

.bg-img {
    background: url(../img/intro-bg.jpg) no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

hr {
    width: 82.5%;
    height: 1.5px;
    background-color: #00a19a;
    margin: 5% auto;
}

.section-soluciones h3 {
    font-size: 2.4em;
    margin: 0 auto 30px;
    width: 55%;
}

.section-soluciones2 {
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-soluciones h4,
.section-soluciones2 h4 {
    font-size: 1.9em;
    margin: 5px 0 10px;
    color: #00a19a;
}

.section-soluciones h5,
.section-soluciones2 h5 {
    font-size: 1.7em;
    margin: 5px 0 10px;
    color: #00a19a;
}

.section-soluciones p,
.section-soluciones2 p {
    font-size: 1.55em;
}

.section-soluciones .soluciones-img,
.section-soluciones2 .soluciones-img {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 300px;
}
.section-soluciones img,
.section-soluciones2 img{
	margin-bottom: .75em;
}
.section-soluciones small,
.section-soluciones2 small {
    font-size: 110%;
}

.section-soluciones a i {
    height: 80px;
    width: 80px;
    border: 1.5px solid #fff;
    font-size: 40px;
    line-height: 80px;
    border-radius: 50%;
    color: #fff;
    background-color: rgba(0, 0, 0, .15);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.section-soluciones a:hover i {
    color: #51b662;
    border-color: #51b662;
    background-color: transparent;
}

.section-soluciones .solucion2 {
    text-align: right;
}

.solucion-datos div {
    font-size: 1.3em;
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
}

.solucion-datos .block {
    width: 80px;
    height: 12px;
    display: inline-block;
}

.section-soluciones .solucion1 .solucion-datos {
    text-align: right;
}

.section-quienes-somos {
    color: #fff;
    overflow: hidden;
}

.section-quienes-somos h3 {
    font-size: 2.6em;
    margin-bottom: 20px;
}

.section-quienes-somos p {
    font-size: 1.55em;
    position: relative;
    z-index: 1;
    padding-bottom: 30%;
}

.section-quienes-somos img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
    max-width: 1000px;
    z-index: 0;
}

.section-como-funciona,
.section-simulador,
.section-faq {
    padding-top: 80px;
    text-align: center;
}

.section-como-funciona h2,
.section-simulador h2,
.section-faq h2 {
    margin-bottom: 15px;
    font-size: 2.4em;
}
.section-simulador h4 {
    font-size: 1.5em;
	letter-spacing: -.25px;
}
.share h2 {
	min-height: 40px;
}
.share .small {
    font-size: 17px;
}

.permanencia select {
	margin-bottom: 20px;
}

.section-como-funciona h3 {
    font-size: 1.8em;
}

.section-como-funciona h4 {
    font-size: 1.6em;
    margin: 5px 0;
    color: #51b662;
    min-height: 40px;
    line-height: 1.3em;
}

.pasos {
    display: block;
    width: 100%;
    text-align: center;
}

.pasos p {
    font-size: 1.35em;
}

.pasos .paso {
    display: inline-block;
    vertical-align: top;
    width: 17.5%;
    min-height: 410px;
    margin: 1%;
    padding: 10px;
    border-radius: 2px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .3);
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.pasos .paso:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .4);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.pasos i {
    font-size: 80px;
    color: #51b662;
    height: 100px;
}

.hands {
    display: inline-block;
    font: normal normal normal 14px/1 icomoon;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size: 100px !important;
}
.hands:before {
    content: "\e900";
}


/* form contacto */

.estilocampos, .bloquecontacto {
    color: #666;
    margin: 20px auto;
    width: 90%;
    max-width: 400px;
    text-align: left;
}
.bloquecontacto {
	margin-top: 60px;
}
.bloquecontacto h4 {
    color: #666;
    min-height: 30px;
    line-height: 1.3em;
}

.bloquecontacto p {
    margin: 0 0 10px;
    font-size: 1.4em;
    line-height: 1.5;
}

.links {
    color: #51b662;
}

.links:hover {
    color: #626262;
}

#form1 textarea {
    resize: vertical;
}

.form-contacto-formulario textarea {
    resize: vertical;
	min-height: 80px;
}

/* Simulador */

header {
    background: url(../img/simulador-banner-bg.jpg) no-repeat center center;
    background-size: cover;
    margin-bottom: 20px;
}

header h3 {
    color: #fff;
    padding: 4% 0;
    font-size: 2.75em;
    line-height: 1.3em;
}

.camposalida {
    display: block;
    height: 25px;
    line-height: 25px;
    margin-bottom: 5px;
    font-size: 1.8em;
    font-weight: 700;
    margin: 2px 0;
}

.colorcae {
    color: #ffffff!important;
}

.simulador-box {
    display: block;
    max-width: 1000px;
    text-align: center;
    margin: 0 auto 15px;
}

.simulador-box small {
    font-size: 1.3em;
}

.simulador-box .no-margin {
    margin: 0;
}

.simulador-box .bigger {
    font-size: 1.8em;
}

.simulador-box .frame-middle {
    display: inline-block;
    width: 42%;
    padding: 15px;
}

.simulador-box .input-group input,
.simulador-box .input-group .input-group-addon {
    color: #00a19a;
    border-radius: 1px;
    font-size: 1.3em;
}

.simulador-box .input-group .input-group-addon {
    font-weight: 700;
    font-size: 2em;
}

.simulador-box .campo {
    display: inline-block;
    text-align: center;
    border: 1.5px solid #00a19a;
}

.simulador-box .input-group .input-group-addon {
    background-color: #fff;
    border: none;
}

.simulador-box-riesgo p,
.simulador-box-inversion p {
    margin: 0 0 3px 0;
}

.simulador-box-inversion .camposalida {
    font-size: 3.5em;
}

.simulador-box-inversion h4 {
    font-size: 2em;
    margin-bottom: 10px;
}

.simulador-box-riesgo {
    margin-top: 20px;
}

.simulador-box-inversion {
    min-height: 100px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    border-radius: 10px;
    padding: 45px 20px;
}

.share-porcentaje {
    display: block;
    width: 90%;
    min-width: 250px;
    margin: 0 auto 15px;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	line-height: 2em;
}

.share-porcentaje .porcentaje1,
.share-porcentaje .porcentaje2 {
    display: inline-block;
    float: left;
    width: 50%;
    text-align: center;
    font-size: 1.7em;
    font-weight: 700;
    color: #fff;
    padding: 5px;
}

.share-porcentaje .porcentaje1 span,
.share-porcentaje .porcentaje2 span {
	display: block;
	margin: 0 auto;
	line-height: 1em;
	font-size: .7em;
}

.bigger-h2 {
    font-size: 4em !important;
}

.porcentaje1 {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background-color: #51b662;
}

.porcentaje2 {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: #b0d020;
}

.simulador-plusvalia {
    display: inline-block;
    width: 18%;
    min-width: 220px;
    border: 1.5px solid #09a394;
    border-radius: 25px;
    margin: 20px .8% 20px;
    vertical-align: top;
}

.simulador-plusvalia3 {
    width: 18.5%;
}

.simulador-header {	
	height: 55px;
	display: block;	
	padding: 0 5px;
    border-bottom: 2px solid #09a394;
}

.simulador-plusvalia h4,
.simulador-plusvalia .camposalida {
    color: #09a394;
}

.simulador-plusvalia .camposalida {
    color: #09a394;
    border-bottom: 1px solid #09a394;
    width: 100%;
    display: block;
    margin: 0 auto;
    height: 35px;
}

.simulador-plusvalia .noborder {
    border-bottom: none !important;
}

.simulador-plusvalia .cae-container {
    position: relative;
    display: block;
    width: 100%;
    color: #fff !important;
    background-color: #09a394;
    border: 2px solid #09a394;
    border-radius: 18px;
    padding: 5px 0;
    font-weight: 700;
}

.simulador-plusvalia2 {
    border-color: #3bb171;
}

.simulador-header2 {
    border-bottom: 2px solid #3bb171;
}

.simulador-plusvalia2 h4,
.simulador-plusvalia2 .camposalida {
    color: #3bb171;
}

.simulador-plusvalia2 .cae-container {
    background-color: #3bb171;
    border: 1px solid #3bb171;
}

.simulador-plusvalia3 {
    border: 4px solid #6fbe4d;
}

.simulador-header3 {
    border-bottom: 2px solid #6fbe4d;
}

.simulador-plusvalia3 h4,
.simulador-plusvalia3 .camposalida {
    color: #6fbe4d;
}

.simulador-plusvalia3 .cae-container {
    background-color: #6fbe4d;
    border: 1px solid #6fbe4d;
}

.simulador-plusvalia4 {
    border-color: #b0d020;
}

.simulador-header4 {
    border-bottom: 2px solid #b0d020;
}

.simulador-plusvalia4 h4,
.simulador-plusvalia4 .camposalida {
    color: #b0d020;
}

.simulador-plusvalia4 .cae-container {
    background-color: #b0d020;
    border: 1px solid #b0d020;
}

.simulador-plusvalia5 {
    border-color: #d7da05;
}

.simulador-header5 {
    border-bottom: 2px solid #d7da05;
}

.simulador-plusvalia5 h4,
.simulador-plusvalia5 .camposalida {
    color: #d7da05;
}

.simulador-plusvalia5 .cae-container {
    background-color: #d7da05;
    border: 1px solid #d7da05;
}

.simulador-plusvalia p {
    font-size: 11.5px;
    padding: 10px 2px 0;
    margin: 2px 0;
}

.simulador-plusvalia .cae-container p,
.simulador-plusvalia .cae-container div {
    margin: 0;
}

.simulador-plusvalia3 .cae-container {
    border-radius: 18px;
    padding: 2px 0;
}

.simulador-plusvalia .cae-container p {
    font-size: 1.9em !important;
}

.bordered {
    border-left: 1.5px solid #52bb4a;
    border-right: 1.5px solid #52bb4a;
}

.cae-container .cae-span {
	display: inline-block;
	width: 53%;
	font-size: 1.9em;
	text-align: right;
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
	padding-right: 5px;
}
.cae-container .camposalida {
	display: inline-block;
	width: 45%;
	vertical-align: middle;
	line-height: 35px;
	text-align: left;
	padding-left: 5px;
}
.cae-container .asteriscos {
	font-size: .55em;
	vertical-align: top;
	top: -2.5px;
	position: relative;
}

/* Sección FAQ */

.section-faq .panel-heading .accordion-toggle:after {
    font-family: 'FontAwesome';
    content: "\f077";
    color: #51b662;
	display: inline-block;
	position: absolute;
	right: -20px;
	top: 0;
}

.section-faq .panel-heading .accordion-toggle.collapsed:after {
    content: "\f078" !important;
}

.section-faq .panel-title {
    font-size: 1.5em;
    line-height: 1.4em;
	position: relative;
}

.section-faq .panel-title,
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    text-align: left;
}

.panel-default>.panel-heading {
    color: #51b662;
    background-color: transparent;
    border-color: #ddd;
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
}

.panel-group .panel {
    border-radius: 20px;
}

.panel-default {
    border-color: #51b662;
}

.section-faq ul {
    margin-left: -27px;
}

.section-faq .panel-group {
    margin: 0 auto 20px;
    max-width: 700px;
}

.panel-heading {
    padding: 10px 35px 10px 15px;
}

.toctoc-logo {
	display: block;
	margin: 10px auto;
	width: 85px;
}


/* Buttons */

.btn-custom {
    border-radius: 30px;
    padding: 8px 24px;
    transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    text-decoration: none;
}

.btn-custom:hover,
.btn-custom:active,
.btn-custom:focus,
.btn-custom.active {
    text-decoration: none;
}

.btn-default {
    border: 1px solid #717070;
}

.btn-custom.btn-green {
    background-color: #51b662;
    color: white!important;
    font-weight: bold;
    padding: 8px 44px;
    border: none;
}


/* Elements */

.round-border {
    display: inline-block;
    padding: 5px;
    font-size: 3em;
    border-radius: 40px;
}

.round-input {
    -webkit-appearance: none;
    border-radius: 40px;
    margin: 0px 3px 15px;
}

.round-border.green {
    color: #3db170;
}


/* Sections Formulario */

.section-formulario {
    padding-top: 80px;
}

#intro-step label {
    font-size: 1.5em;
    margin-top: 15px;
}

#intro-step {
    margin-bottom: 30px;
}

.section-formulario h4 {
    font-size: 2em;
    margin: 10px 0 15px;
}

.section-formulario h2 {
    font-size: 3em;
}

.section {
    display: none;
}

.section.active {
    display: block;
}

.first {
    display: none;
}

.first.active {
    display: block;
}

.second {
    display: none;
}

.second.active {
    display: block;
}

.gracias {
    display: none;
}

.gracias.active {
    display: block;
}

.switch-field {
    font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
    overflow: hidden;
}

.switch-title {
    margin-bottom: 6px;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}



.switch-field label {
    display: inline-block;
    width: 60px;
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    margin: 0px 10px;
    font-weight: normal;
    text-align: center;
    text-shadow: none;
    padding: 6px 2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.switchbig label { width: 160px;}
.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked+label {
    background-color: #51b662;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: white;
}

.switch-field label {
    border-radius: 30px;
}

label.error {
    display: block!important;
    width: 100%;
    background-color: transparent;
    border: none;
    margin-left: 0!important;
    padding: 0;
}

#example-advanced-form.hidden {
    display: none;
}

#first-step.hidden {
    display: none;
}

#submitData.hidden {
    display: none;
}

#submitData {
    max-width: 600px;
    margin: 0 auto;
	padding: 0 10px;
}


/* Slider */

#ex1Slider .slider-selection {
    background: #BABABA;
}

.error {
    color: red;
}

.actions .disabled {
    display: none;
}

.range-slider {
    margin: 60px auto 0 auto;
}

.range-slider {
    width: 80%;
    position: relative;
    padding-top: 20px;
}

.range-slider__range {
    -webkit-appearance: none;
    width: calc(100% - (73px));
    height: 10px;
    border-radius: 5px;
    background: #d7dcdf;
    outline: none;
    padding: 0;
    margin: 0;
}

.range-slider__range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #2c3e50;
    cursor: pointer;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}

.range-slider__range::-webkit-slider-thumb:hover {
    background: #1abc9c;
}

.range-slider__range:active::-webkit-slider-thumb {
    background: #1abc9c;
}

.range-slider__range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #2c3e50;
    cursor: pointer;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}

.range-slider__range::-moz-range-thumb:hover {
    background: #1abc9c;
}

.range-slider__range:active::-moz-range-thumb {
    background: #1abc9c;
}

.range-slider__value {
    display: inline-block;
    position: relative;
    width: 120px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: #51b662;
    padding: 7px 10px;
    top: -70px;
    left: 0px;
    font-size: 2em;
    font-weight: bold;
}

.range-slider__value:after {
    position: absolute;
    top: 34px;
    left: 53px;
    width: 0;
    height: 0;
    border-right: 7px solid transparent;
    border-top: 7px solid #51b662;
    border-left: 7px solid transparent;
    content: '';
}

::-moz-range-track {
    background: #d7dcdf;
    border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
    border: 0;
}

.form-contacto-formulario h2, .mensaje-final h3 {
	margin-bottom: 15px;
}

.mensaje-final p {
	font-size: 1.6em;
}

.mensaje-final #valor-oferta {
	font-size: 3.5em;
}

.valor-uf-casa {
	width: 20%;
	min-width: 300px;
	min-width: 235px;
    font-weight: 700;
    font-size: 2em;
    margin: 20px auto 0;
	float: none;
	border-radius: 1px;
}

.valor-uf-casa .input-group-addon {
	color: #00a19a;
	background-color: transparent;
    border: 1px solid transparent;
}

.valor-pesos-container {
	font-size: 14px;
	margin-bottom: 15px;
	display: block;
}

.bordered {
	border: 2px solid #51b662;
    border-radius: 25px;
    padding: 25px 25px 15px 25px;
    display: inline-block;
	max-width: 90%;
}

.alert-i {
    color: #00a19a;
    display: inline-block;
    font-size: 1.4em;
}

.phone-i {
    color: #00a19a;
    border: 2px solid #00a19a;
    width: 30px;
    height: 30px;
    line-height: 26px;
    border-radius: 50%;
}

.mensaje-final {
	padding: 0 10px;
}

.container .row .intro-text.covid-alert{
    margin-left: -16px;
    margin-right: -16px;
    border: 1px white solid;
    border-radius: 10px;
    padding-bottom: 4px;
    padding-top: 4px;
    padding-right: 2px;
    padding-left: 2px;
}

.container .row .title-header{
    font-size: 72px;
}
.container .row .title-header-2{
    font-size: 50px;
}
.container .row .title-header-2{
    font-size: 50px;
}
.container .row .sub-title-header{
    font-size: 26px;
}
.container .row .homeowner-yes{
    height: 70px;
    font-size: 19px;
    line-height: 70px;
    padding: 0 20px;
    letter-spacing: 0.6px;
    width: 210px;
    background-color: #50b661;
}
.container .row .homeowner-no{
    height: 70px;
    font-size: 19px;
    line-height: 70px;
    padding: 0 20px;
    letter-spacing: 0.6px;
    width: 210px;
}

.container .row .homeowner-text-question{
    font-size: 36px;
    font-weight: 800;
}

.container .row .col-sm-4 .numbers{
    font-size: 48px;
    text-align: center;
    font-weight: bold;
}

.container .row .col-sm-4 .sub-title-numbers{
    font-size: 20px;
    text-align: center;
}

/* comienza sliders */
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: rgb(87, 87, 87);
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: -6%;
    border-radius: 3px 0 0 3px;
}
.prev {
    left: -6%;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot:hover {
  background-color: #717171;
}
.frame.section-formulario .frame-row .form-fix-frame-middle{
    vertical-align: top;
    padding-top: 20px;
}

@media (min-width: 768px) {
    .navbar-custom {
        padding: 10px 0;
        border-bottom: none;
        letter-spacing: 0.02em;
        background: transparent;
        -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
        -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
        transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    }
    .navbar-custom.top-nav-collapse {
        padding: 0;
        background-color: #fff;
    }
    .navbar-custom.top-nav-collapse li a {
        color: #626262;
    }
    .navbar-custom .nav li a {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .navbar-custom.top-nav-collapse .logo2 {
        display: none;
    }
    .navbar-custom.top-nav-collapse .logo1 {
        display: inline-block;
    }	
}

@media (max-width: 1199px) {
	.navbar-custom .nav li a {
       padding-left: 5px;
    }
}

@media (max-width: 1440px) {
    .pasos .paso {
        min-height: 430px;
    }
}

@media (max-width: 1258px) {
	.simulador-plusvalia {
		width: 31%;
	}
}

@media (max-width: 991px) {
    .btn-prensa {
        width: 300px;
        height: 54px;
    }

    body {
        font-size: 90%;
    }
    .container {
        width: 100%;
    }
    .navbar-brand img {
        width: 100px;
		margin: 13px 0;
    }
    .pasos .paso {
        width: 47%;
        margin: 1%;
    }
    .pasos .paso {
        min-height: 300px;
    }	
	.nav>li>a {
		padding-right: 3px;
		padding-left: 3px;
	}	
	.navbar-custom .nav li .btn-plusvalia {
		margin: 5px 0 5px 5px;
		padding: 6px !important;
	}
	.navbar-custom .nav li a {
       font-size: 15px;
	   padding-left: 0;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 85%;
    }
    .navbar-brand {
        padding: 12px 0 12px 10px;
    }
    .navbar-custom .logo2 {
        display: none;
    }
    .navbar-custom .logo1 {
        display: block;
    }
    .navbar-custom {
        background-color: #fff;
    }
    .navbar-custom .nav li a {
        color: #626262;
        font-size: 15px;
    }
    .section-soluciones .solucion2 {
        text-align: left;
    }
    .section-soluciones .solucion2 .solucion-datos {
        text-align: right;
    }
    .section-quienes-somos p {
        padding-bottom: 50px;
    }
    .navbar-custom .nav li {
        display: block;
    }
    .nav>li>a {
        position: relative;
        display: block;
        padding: 10px;
    }
    .simulador-box .frame-middle {
        display: block;
        width: 95%;
        margin: 10px auto;
    }
    .simulador-plusvalia {
        width: 45%;
    }
    .navbar-custom .nav li .btn-plusvalia {
        display: inline-block !important;
    }
    /*.bordered {
        border-left: 0;
        border-right: 0;
        border-top: 1.5px solid #52bb4a;
        border-bottom: 1.5px solid #52bb4a;
    }*/
	.bordered h3 {
		font-size: 2.3em;;
	}
    .pasos .paso {
        min-height: 335px;
    }
    .form-pricing {
        padding: 15px 10px;
    }
    .intro {
        display: block;
        table-layout: auto;
        width: 100%;
        height: auto;
    }
    .section-soluciones {
        display: none;
    }
    .section-soluciones2 {
        display: block;
    }
	.share h2 {
		min-height: inherit;
	}
	.bloquecontacto {
		margin-top: 30px;
	}
	.navbar-brand img {
		margin: 0;
	}
	.bg-img {
		background-position: 70% center !important;
	}
	.wizard > .actions a {
    	padding: 4px 15px;
	}
	.round-input {
		margin: 0;
    }
    .container .row .intro-text.covid-alert{
        display:none;
        margin-left: -7px;
        margin-right: -7px;
        border: 1px white solid;
        border-radius: 10px;
        padding-bottom: 4px;
        padding-top: 4px;
        padding-right: 2px;
        padding-left: 2px;
    }
    .container .row .title-header{
        font-size: 36px;
    }
    .container .row .title-header-2{
        font-size: 26px;
    }
    .container .row .homeowner-text{
        font-size: 25px;
    }
    .container .row .homeowner-text-question{
        font-size: 25px;
    }
    .container .row .intro-text.sub-title-header{
        font-size: 19px;
    }
    .container .row .homeowner-yes{
        height: 45px;
        line-height: 38px;
        font-size: 19px;
        padding: 0 20px;
        letter-spacing: 0.6px;
        width: 157px;
        background-color: #50b661;
    }
    .container .row .homeowner-no{
        height: 45px;
        line-height: 38px;
        font-size: 19px;
        padding: 0 20px;
        letter-spacing: 0.6px;
        width: 157px;
    }
    .container .row .col-sm-4 .numbers{
        font-size: 40px;
    }

    .btn-prensa {
        width: 300px;
        height: 54px;
    }
    .slideshow-container{
        width: 280px;
    }
    /* Position the "next button" to the right */
    .next {
        right: -16%;
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.5);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .prev {
        left: -16%;
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.5);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: rgb(255, 255, 255);
    }
}

@media (max-width: 480px) {
    .simulador-plusvalia {
        width: 98%;
    }
    .pasos .paso {
        width: 98%;
        margin: 10px 1%;
        min-height: 220px;
    }
    .form-pricing {
        padding: 30px 0;
    }
	.footer .fono {
		display: block;
    }
    .container .row .index-2-only{
        margin-top: -50px;
    }
}

@media (max-width: 420px) {
    .mp3-audio{
        width: 275px;
    }
}

@media (max-width: 390px) {
    .mp3-audio{
        width: 240px;
    }
}

@media (max-width: 367px) {
    .container .row .homeowner-yes{
        width: 120px;
    }
    .container .row .homeowner-no{
        width: 120px;
    }
    .mp3-audio{
        width: 215px;
    }
    .container .row .index-2-only{
        margin-top: -50px;
    }
}

@media (max-width: 330px) {
    .mp3-audio{
        width: 190px;
    }
}

