<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    transition: all 0.5s ease;
}

/* Font */
@font-face {
    font-family: 'akzentconddb';
    src: url('../fonts/AkzentCond/akzentcond-regular_db-webfont.eot');
    src: url('../fonts/AkzentCond/akzentcond-regular_db-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AkzentCond/akzentcond-regular_db-webfont.woff2') format('woff2'),
        url('../fonts/AkzentCond/akzentcond-regular_db-webfont.woff') format('woff'),
        url('../fonts/AkzentCond/akzentcond-regular_db-webfont.ttf') format('truetype'),
        url('../fonts/AkzentCond/akzentcond-regular_db-webfont.svg#akzentcond_dbregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Raleway ExtraBold";
    src: url("../fonts/raleway/Raleway-ExtraBold.eot?") format("eot"),
        url("../fonts/raleway/Raleway-ExtraBold.woff") format("woff"),
        url("../fonts/raleway/Raleway-ExtraBold.ttf") format("truetype"),
        url("../fonts/raleway/Raleway-ExtraBold.svg#Raleway-ExtraBold") format("svg");
    font-weight: normal;
    font-style: normal;}

/*Fuentes*/
.arial {
    font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-style:normal;
}
.aconddb {
    font-family: 'akzentconddb' !important;
}
.popir {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
}
.popis {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
}
.popib {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700;
}
.openl {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 300;
}
.openr {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400;
}
.opens {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600;
}
.openb {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 700;
}
.openeb {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 800;
}
.raler {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 400;
}
.raleb {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 700;
}
.raleeb {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 800;
}

/*CONFIGURACION*/
.row {
    padding: 0;
    margin: 0;
}
.col {
    padding-left: 15px;
    padding-right: 15px;
}
.container {
    padding: 0;
    margin: 0;
    border: 0;
    max-width: 76.875em;
    margin: 0 auto;
}
.boton{
    color: var(--colorBlanco);
    background-color: var(--color2);
    max-width: 211px;
    width: 100%;
    transition: all 0.5s ease;
    padding: 0 5px;
    font-size: 18px;
    line-height: 52px;
    display: block;
    text-align: center;
    border-radius: 5px;
    margin: 0 auto;
}
.boton:hover,
.boton:focus{
    color: var(--colorBlanco);
    background-color: var(--color1);
}
h1,
h2,
h3,
h4,
h5,
p,
blockquote,
ul li {
    line-height: 1.3;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: var(--colorTexto);
}
h1 {
    font-size: 45px;
    letter-spacing: -1px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 40px;
    letter-spacing: -1px;
}
h4 {
    font-size: 30px;
    letter-spacing: -1px;
}
h5 {
    font-size: 40px;
    line-height: 1.1;
}
p {
    font-size:16px;
    line-height: 1.5;
}
img,
span {
    display: inline-block;
}
a {
    text-decoration: none;
    display: inline-block;
}
.menu_bar {
    display: none;
}
.en-linea &gt; * {
    display: inline-block;
    vertical-align: middle;
}
.pagination a:hover,
.pagination .current {
    background: #E5E5E5 !important;
    color: #333;
}

/*Formulario*/
form {
    margin: 0 auto;
    width: 100%;
    padding: 0;
}
form ::placeholder {
    color: var(--colorTexto) !important;
}
form ::-moz-placeholder {
    color: var(--colorTexto) !important;
}
form ::-webkit-input-placeholder {
    color: var(--colorTexto) !important;
}
form :-ms-input-placeholder {
    color: var(--colorTexto) !important;
}
form select {
    --bs-form-select-bg-img: url(../img/iconos/down.svg);
    background-image: var(--bs-form-select-bg-img);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
form [type='text']:focus, form [type='password']:focus, form [type='date']:focus,
form [type='datetime']:focus, form [type='datetime-local']:focus, form [type='month']:focus,
form [type='week']:focus, form [type='email']:focus, form [type='number']:focus,
form [type='search']:focus, form [type='tel']:focus, form [type='time']:focus,
form [type='url']:focus, form [type='color']:focus, form textarea:focus, form select:focus,
form [type='text'], form [type='password'], form [type='date'], form [type='datetime'],
form [type='datetime-local'], form [type='month'], form [type='week'], form [type='email'],
form [type='number'], form [type='search'], form [type='tel'], form [type='time'],
form [type='url'], form [type='color'], form textarea, form select {
    font-size: 15px;
    line-height: 15px;
    background-color: var(--colorBlanco);
    width: 100%;
    border: 0;
    height: 44px;
    box-shadow: none !important;
    color: var(--colorTexto);
    outline: 0;
    margin: 0 0 20px;
    padding: 10px 15px;
}
form textarea,
form textarea:focus {
    height: 160px;
    resize: none;
}
form .control-group.error input,
form .control-group.error textarea,
form .control-group.error select {
    border-color: red;
}
form .control-group.success input,
form .control-group.success textarea,
form .control-group.success select {
    border-color: green;
}
form label {
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 5px;
    color: var(--colorTexto);
}
form label.error {
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    background-color: transparent;
    color: red;
    bottom: 8px;
    width: 100%;
    padding: 0;
    left: 0;
}
form label.error.valid {
    display: none !important;
}
figure,
ul {
    padding: 0;
    margin: 0;
}

body{
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400;
    color: var(--colorTexto);
    background: white;
}
main {
    margin-top: 150px;
}

/*hover zoom img*/
figure.zoom-img {
    overflow: hidden;
}
figure.zoom-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
figure.zoom-img:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
figure.zoom-img .btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
}

.fondo-blanco {
    background-color: var(--colorBlanco) !important;
}

.hide {
    display: none;
}

/*Fondo*/
.banners-fondo {
    height: 100%;
}
.banners-fondo {
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}
.tamanho1 {
    height: 588px;
}
.swiper {
    width: 100%;
    height: auto;
}
.swiper-buttons {
    width: 60px;
    height: 60px;
}
.swiper-buttons:after {
    display: none;
}
.swiper-buttons.swiper-button-next img {
    -moz-transform: scaleX(-1); /* Firefox */
    -o-transform: scaleX(-1); /* Opera */
    -webkit-transform: scaleX(-1); /* Chrome y Safari */
    transform: scaleX(-1); /* w3org */
}
.swiper-buttons {
    width: 19px;
    height: 31px;
    top: 50px;
    left: 0;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    text-align: left;
    bottom: 150px;
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    border: 1px solid var(--colorBlanco);
    background-color: var(--color1);
    opacity: 1;
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--color2);
}
.btn-wsp:hover img {
    opacity: .7;
}
.callout.primary, .callout.alert, .callout.success {
    padding: 15px 20px;
    border-radius: 20px;
    margin: 10px 0 0;
    color: #333;
}
.callout.primary {
    background-color: #def0fc;
}
.callout.alert {
    background-color: #fce6e2;
}
.callout.success {
    background-color: #e1faea;
}
@media screen and (max-width: 1130px){
    main {
        margin-top: 129px;
    }
}

@media screen and (max-width: 768px){
    h1, h2, h3, h4, h5{
        line-height: 1;
    }
    h1{
        font-size: 30px;
    }
    h2{
        font-size: 30px;
    }
    h3 {
        font-size: 25px;
    }
    h4{
        font-size: 28px;
    }
    h5{
        font-size: 20px;
    }
    main {
        margin-top: 111px;
    }
    main#inmueble {
        margin-top: 68px;
    }
    .tamanho1 {
        height: 360px;
    }
}</pre></body></html>