@font-face {
font-family: 'open_sans';
src: url(//sondeniris.aylatest.com/wp-content/themes/sondeniris/font/opensans-extrabold-webfont.woff2) format('woff2'), url(//sondeniris.aylatest.com/wp-content/themes/sondeniris/font/opensans-extrabold-webfont.woff) format('woff');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'open_sans';
src: url(//sondeniris.aylatest.com/wp-content/themes/sondeniris/font/opensans-italic-webfont.woff2) format('woff2'), url(//sondeniris.aylatest.com/wp-content/themes/sondeniris/font/opensans-italic-webfont.woff) format('woff');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'open_sans';
src: url(//sondeniris.aylatest.com/wp-content/themes/sondeniris/font/opensans-light-webfont.woff2) format('woff2'), url(//sondeniris.aylatest.com/wp-content/themes/sondeniris/font/opensans-light-webfont.woff) format('woff');
font-weight: lighter;
font-style: normal;
}
@font-face {
font-family: 'open_sans';
src: url(//sondeniris.aylatest.com/wp-content/themes/sondeniris/font/opensans-regular-webfont.woff2) format('woff2'), url(//sondeniris.aylatest.com/wp-content/themes/sondeniris/font/opensans-regular-webfont.woff) format('woff');
font-weight: normal;
font-style: normal;
} :root { --first-color: #276AB1;
--second-color: #B1B1B1;
--bg-color: #F4F4F4;
--text-color: #5A5A5A; --small-text: .8rem;
--regular-text: 1.2rem;
--title-text: 3rem;
--big-text: 5rem;  --transition-mode: cubic-bezier(0.7, 0, 0.3, 1);
--shadow: 0 3px 6px 0 #00000047;
} ::selection {
color: var(--first-color);
background: var(--second-color);
}
* {
margin: 0;
font-family: 'open_sans';
box-sizing: border-box;
}
body {
background-color: var(--bg-color);
}
body.menu-open {
overflow: hidden;
}
a {
color: var(--first-color);
text-decoration: none;
transition: all var(--transition-mode) .2s;
}
a:hover {
text-decoration: underline;
}
p {
margin: 0;
padding: 0;
}
pre {
background: #1e1e1e;
border: 1px solid;
color: lime;
font-size: 14px;
max-height: 300px;
overflow: auto;
padding: 20px;
}
.wpcf7-form input, .wpcf7-form textarea {
background: var(--second-color);
border: none;
padding: 10px;
color: var(--bg-color);
font-size: 1.8rem;
max-height: 200px;
}
.wpcf7-form input[type=submit] {
background: var(--first-color);
} .icon {
height: 30px;
width: 30px;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
float: left;
margin-right: 15px;
}
.icon-search {
background-image: url(//sondeniris.aylatest.com/wp-content/themes/sondeniris/img/icon/search.png);
}
.icon-search-blue {
background-image: url(//sondeniris.aylatest.com/wp-content/themes/sondeniris/img/icon/search_blue.png);
}
.icon-contact {
background-image: url(//sondeniris.aylatest.com/wp-content/themes/sondeniris/img/icon/contact.png);
}
.icon-cerrar {
background-image: url(//sondeniris.aylatest.com/wp-content/themes/sondeniris/img/icon/cerrar.png);
} #page_ {
display: flex;
justify-content: center;
align-items: center;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 0%;
z-index: 10000;
transition: all var(--transition-mode) .3s;
background: var(--first-color);
}
.loading #page_ {
height: 100%;
}
#loader {
fill: none;
stroke: #fff;
stroke-width: 5px;
width: 100px;
height: 100px;
opacity: 0;
}
.loading #loader {
opacity: .2;
}
.hidden {
display: none;
}
.wrap {
width: 80%;
max-width: 1400px;
margin: auto;
}
.h-flex {
display: flex;
justify-content: space-evenly;
align-items: stretch;
margin-top: 150px;
gap: 25px;
} #header {
display: flex;
align-items: center;
justify-content: space-between;
position: fixed;
padding: 15px 30px;
top: 50px;
left: 50px;
width: calc(100% - 100px);
z-index: 9999;
background: white;
border-radius: 25px;
box-shadow: var(--shadow);
}
#logo {
width: 250px;
}
#header ul {
display: flex;
gap: 40px;
list-style: none;
color: var(--second-color);
}
#header ul li {
display: flex;
align-items: center;
}
#header ul a {
color: var(--first-color);
text-transform: uppercase;
}
#header ul a:hover {
}
#header .sub-menu {
display: none;
position: absolute;
top: 100px;
flex-direction: column;
background: #ffffff;
box-shadow: 0 0 10px -5px black;
gap: 20px;
padding: 20px;
margin-left: -20px;
}
.sub-menu li {
margin: 10px 0;
}
#btnSearch {
cursor: pointer;
}
#btnSearch.open {
z-index: 999999;
}
#buscador {
display: none;
position: fixed;
top: 0;
height: 100vh;
left: 0;
width: 100vw;
z-index: 99999;
background: #d9faff94;
backdrop-filter: blur(15px);
}
.search-open {
overflow: hidden;
}
.search-open #buscador {
display: flex;
flex-direction: column;
padding: 50px 100px;
justify-content: space-between;
}
#buscador > div {
width: 100%;
}
#buscador input {
width: 100%;
border: none;
background: var(--first-color);
color: var(--third-color);
padding: 30px 40px;
font-size: 1.6rem;
}
#buscador input::placeholder { color: var(--third-color);
opacity: 1; }
#buscador form span {
position: relative;
}
#buscador form span i {
position: absolute;
top: -10px;
right: 5px;
}
#buscador svg {
width: 450px;
}
#tags {
flex: 1;
}
#tags h3 {
font-size: 1.6rem;
font-weight: normal;
color: var(--second-color);
margin: 20px 0;
}
.tag {
background: var(--third-color);
padding: 4px 16px;
border: 3px solid var(--first-color);
font-size: 0.8rem;
font-weight: bold;
}
#btnCerrar {
display: flex;
cursor: pointer;
align-items: center;
flex-direction: row;
justify-content: flex-end;
margin-bottom: 20px;
}
#btnCerrar a {
color: var(--second-color);
} #menuPrincipal {
position: fixed;
width: 0%;
height: 100%;
top: 0;
right: 0;
background: var(--bg-color);
transition: all .5s var(--transition-mode) 1s;
}
body.menu-open #menuPrincipal {
width: 100%;
transition: all var(--transition-mode) 1s;
}
#menuPrincipal > * {
visibility: hidden;
opacity: 0;
transition: all var(--transition-mode) .5s;
}
#menuPrincipal ul {
font-size: 7rem;
font-weight: 900;
line-height: 7rem;
text-transform: uppercase;
list-style: none;
text-align: center;
color: var(--first-color);
}
body.menu-open #menuPrincipal > * {
visibility: visible;
opacity: 1;
transition: all .5s var(--transition-mode) 1s;
}
#menuPrincipal:before {
content: '';
position: fixed;
width: 300px;
height: 100%;
right: -300px;
background: var(--second-color);
transition: all 1s var(--transition-mode) .5s;
}
body.menu-open #menuPrincipal:before {
width: 1000px;
right: 100%;
transition: all var(--transition-mode) 1s;
}
#menuPrincipal:after {
content: '';
position: fixed;
width: 200px;
height: 100%;
right: -600px;
background: var(--first-color);
transition: all 1s var(--transition-mode) .5s;
}
body.menu-open #menuPrincipal:after {
width: 500px;
right: 100%;
transition: all var(--transition-mode) 1s;
} .title_home {
text-align: center;
font-size: 2rem;
color: var(--first-color);
font-weight: lighter;
} #slider_home img {
width: 100%;
height: auto;
} .content-info {
display: flex;
gap: 50px;
background: var(--first-color);
padding: 50px;
margin-top: 150px;
margin-bottom: 50px;
border-radius: 25px;
color: white;
box-shadow: var(--shadow);
}
.item-info span {
font-size: 2.4rem;
font-weight: 900;
background: white;
color: var(--first-color);
border-radius: 50%;
display: flex;
width: 50px;
height: 50px;
justify-content: center;
align-items: center;
}
.item-info h2 {
font-weight: 100;
font-size: 2.3rem;
margin: 20px 0;
}
.item-info img {
margin-bottom: 20px;
}
.btn-full {
display: flex;
align-items: center;
justify-content: center;
gap: 15px;
padding: 30px;
background: white;
border-radius: 25px;
font-size: 1.5rem;
box-shadow: var(--shadow);
margin-bottom: 150px;
}
.item-info {
display: flex;
justify-content: space-between;
flex-direction: column;
align-items: center;
margin: 0 auto;
width: 33.33%;
} #alquilerHome {
background: #DBDBDB;
padding: 150px 0;
}
.content-alquiler {
display: flex;
gap: 50px;
margin-top: 50px;
text-align: center;
}
.item-alquiler {
width: 33.33333%;
background: white;
padding: 35px;
box-shadow: var(--shadow);
display: flex;
flex-direction: column;
align-items: center;
height: 300px;
justify-content: center;
}
.item-alquiler img {
width: 180px;
}
.item-alquiler h3 {
color: var(--first-color);
} #clientesHome {
padding: 150px 0;
}
.content-clientes {
display: flex;
gap: 50px;
margin-top: 50px;
text-align: center;
}
.item-clientes {
background: white;
padding: 25px;
border-radius: 25px;
box-shadow: var(--shadow);
}
.item-clientes img {
width: 100%;
} #proyectosHome {
padding: 150px 0;
}
.content-proyectos {
display: flex;
gap: 50px;
margin-top: 50px;
}
.item-proyectos {
width: 33.33333%;
border-radius: 25px;
box-shadow: var(--shadow);
position: relative;
display: flex;
}
.item-proyectos div {
position: absolute;
width: 100%;
bottom: 0;
left: 0;
padding: 25px;
border-radius: 0 0 25px 25px;
background: #ffffffab;
backdrop-filter: blur(5px);
color: var(--first-color);
}
.item-proyectos img {
border-radius: 25px;
width: 100%;
height: 300px;
} #opinionesHome {
padding: 150px 0;
}
.content-opiniones {
display: flex;
gap: 50px;
margin-top: 50px;
}  .thumbnail img {
width: 100%;
height: auto;
}
h1.title {
text-align: center;
text-transform: uppercase;
font-weight: 100;
color: var(--first-color);
padding: 100px 0;
font-size: 3rem;
}
.content {
margin-bottom: 150px;
}
.content p {
font-size: 1.2rem;
line-height: 1.8rem;
color: var(--text-color);
padding-bottom: 20px;
} article.content h2 {
font-size: 2rem;
font-weight: 100;
padding-bottom: 30px;
padding-top: 30px;
font-style: italic;
color: var(--first-color);
}
article.content .txt, .category_description {
color: var(--text-color);
margin-bottom: 45px;
}
.category_description {
font-size: 1.6rem;
}
.category_description-2 {
font-size: 1.2rem;
line-height: 1.8rem;
color: var(--text-color);
padding-bottom: 20px;
}
.sliderAndamios {
margin-top: 30px;
} footer {
text-align: center;
padding-top: 100px;
}
footer > div {
margin-bottom: 100px;
}
.btn_pq {
gap: 15px;
padding: 30px;
background: white;
border-radius: 25px;
font-size: 1.5rem;
box-shadow: var(--shadow);
margin-bottom: 150px;
}
.f_box_3 {
display: flex;
gap: 10%;
justify-content: center;
}
.f_box_4 {
display: flex;
gap: 40px;
justify-content: center;
}
#menu-btn {
display: none;
}
#menu-btn-cerrar {
display: none;
}
#logo-menu {
display: none;
} .content-sidebar-wrap {
width: 80%;
max-width: 1400px;
margin: auto;
margin-top: 15%;
}
aside.sidebar.sidebar-primary.widget-area {
width: 80%;
margin: 0 auto;
margin-top: -126px;
}
section#block-3 {
margin: 50px 0 50px 0;
} #intro {
margin-top: 15%;
}
.bx-viewport {
padding: 20px 0 !important;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel,
textarea.wpcf7-form-control.wpcf7-textarea {
width: 100%;
} @media (max-width:999px) {
.wrap {
width: 90%;
}
#header {
top: 0;
left: 0;
border-radius: 0;
width: 100%;
}
#logo img {
width: 250px;
}
#menu-btn {
display: flex;
}
.item-proyectos, .item-alquiler {
width: 100%;
}
.f_box_4 {
gap: 10%;
}
footer {
padding-top: 0px;
}
footer > div {
margin-bottom: 50px;
margin-top: 66px;
}
.btn_pq {
margin-bottom: 0px;
}
h1.title {
padding: 50px 0;
}
.content {
margin-bottom: 50px;
}
div#menu {
display: none;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #ffffff;
padding: 20px;
}
#header ul {
display: block;
padding: 15px;
}
#header ul li {
display: flex;
align-items: center;
padding-bottom: 15px;
padding-top: 15px;
border-bottom: 1px solid var(--first-color);
}
#menu-btn-cerrar {
display: flex;
}
.thumbnail {
margin-top: 92.14px;
}
input.wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required {
width: 100%;
font-size: 1rem;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
font-size: 1.3rem;
}
div#logo-menu {
display: flex;
margin: 20px auto;
justify-content: center;
}
.content-info {
justify-content: center;
margin-top: 10%;
}
#alquilerHome {
padding: 10% 0;
}
.btn-full {
margin-bottom: 10%;
}
#opinionesHome {
padding: 10% 0 0;
}
#proyectosHome {
padding: 10% 0 0;
}
#clientesHome {
padding: 10% 0 0;
}
.content-proyectos, .content-clientes {
gap: 25px;
}
#header .sub-menu {
top: 274px;
margin-left: 0px;
}
aside.sidebar.sidebar-primary.widget-area {
margin: 0 auto;
}
#header #menu-item-16 .sub-menu {
top: 327px;
margin-left: 0px;
}
#header #menu-item-15 .sub-menu {
top: 274px;
margin-left: 0px;
}
.item-info img {
width: 90%;
}
.item-info h2 {
font-size: 1.4rem;
}
}
@media (max-width:449px) {
.wrap {
width: 90%;
}
#header {
top: 0;
left: 0;
border-radius: 0;
width: 100%;
}
#logo img {
width: 250px;
}
#menu-btn {
display: flex;
}
.content-info, .content-clientes, .content-proyectos, .content-alquiler, .f_box_34 {
flex-direction: column;
margin: 20px 0;
}
.item-proyectos, .item-alquiler {
width: 100%;
}
.f_box_4 {
gap: 19px;
font-size: 0.8rem;
}
footer {
padding-top: 0px;
}
footer > div {
margin-bottom: 50px;
margin-top: 66px;
}
.btn_pq {
margin-bottom: 0px;
font-size: 1rem;
padding: 10px;
margin-left: 20px;
margin-right: 20px;
}
h1.title {
padding: 50px 0;
}
.content {
margin-bottom: 50px;
}
div#menu {
display: none;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #ffffff;
padding: 20px;
}
#header ul {
display: block;
padding: 15px;
}
#header ul li {
display: flex;
align-items: center;
padding-bottom: 15px;
padding-top: 15px;
border-bottom: 1px solid var(--first-color);
}
#menu-btn-cerrar {
display: flex;
}
.thumbnail {
margin-top: 92.14px;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
width: 100%;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel {
width: 100%;
}
textarea.wpcf7-form-control.wpcf7-textarea {
width: 100%;
}
input.wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required {
width: 100%;
font-size: 1rem;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
font-size: 1.3rem;
}
div#logo-menu {
display: flex;
margin: 20px auto;
justify-content: center;
}
#header #menu-item-15 .sub-menu {
top: 274px;
margin-left: 0px;
}
#header #menu-item-16 .sub-menu {
top: 327px;
margin-left: 0px;
max-height: 300px;
overflow: auto;
}
.item-info {
margin: 0;
width: 100%;
display: flex;
justify-content: space-between;
flex-direction: row;
align-items: center;
}
.item-info h2 {
font-size: 1.1rem;
}
.item-info span {
font-size: 1.1rem;
width: 30px;
height: 30px;
}
.content-info {
padding: 20px;
gap: 0;
}
.item-info img {
width: 100%;
}
.item-txt {
width: 80%;
}
.item-img {
width: 20%;
}
#alquilerHome, #clientesHome, #proyectosHome, #opinionesHome {
padding: 20px 0 52px 0;
}
.f_box_3 {
gap: 0;
}
.f_box_2 {
margin: 0 20px 0 20px;
}
.content-sidebar-wrap {
margin-top: 32%;
}
aside.sidebar.sidebar-primary.widget-area {
margin: 0 auto;
}
.bx-wrapper img {
width: 100%; }
}
body.menu-movil-abierto {
overflow: hidden;
}