/*
Theme Name: triada
Author: Camilo Serrato
Version: 1.0.0
Text Domain: triada
*/

@font-face {
    font-family: 'GloriolaStdRegular';
    src: url('dist/fonts/gloriola_std_regular-webfont.eot');
    src: local('☺'), url('dist/fonts/gloriola_std_regular-webfont.woff')
        format('woff'), url('dist/fonts/gloriola_std_regular-webfont.ttf')
        format('truetype'), url('dist/fonts/gloriola_std_regular-webfont.svg#webfont5EYoTuEP')
        format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gloriola_stdlight_italic';
    src: url('dist/fonts/gloriola_std_light_it-webfont.eot');
    src: url('dist/fonts/gloriola_std_light_it-webfont.eot?#iefix')
        format('embedded-opentype'), url('dist/fonts/gloriola_std_light_it-webfont.woff')
        format('woff'), url('dist/fonts/gloriola_std_light_it-webfont.ttf')
        format('truetype'), url('dist/fonts/gloriola_std_light_it-webfont.svg#gloriola_stdlight_italic')
        format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gloriola_stdlight';
    src: url('dist/fonts/gloriola_std_light-webfont.eot');
    src: url('dist/fonts/gloriola_std_light-webfont.eot?#iefix')
        format('embedded-opentype'), url('dist/fonts/gloriola_std_light-webfont.woff')
        format('woff'), url('dist/fonts/gloriola_std_light-webfont.ttf')
        format('truetype'), url('dist/fonts/gloriola_std_light-webfont.svg#gloriola_stdlight')
        format('svg');
        font-weight: normal;
        font-style: normal;
}
@font-face {
    font-family: 'gloriola_stdmedium_italic';
    src: url('dist/fonts/gloriola_std_medium_it-webfont.eot');
    src: url('dist/fonts/gloriola_std_medium_it-webfont.eot?#iefix')
        format('embedded-opentype'), url('dist/fonts/gloriola_std_medium_it-webfont.woff')
        format('woff'), url('dist/fonts/gloriola_std_medium_it-webfont.ttf')
        format('truetype'), url('dist/fonts/gloriola_std_medium_it-webfont.svg#gloriola_stdmedium_italic')
        format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gloriola_stdmedium';
    src: url('dist/fonts/gloriola_std_medium_0-webfont.eot');
    src: url('dist/fonts/gloriola_std_medium_0-webfont.eot?#iefix')
        format('embedded-opentype'), url('dist/fonts/gloriola_std_medium_0-webfont.woff')
        format('woff'), url('dist/fonts/gloriola_std_medium_0-webfont.ttf')
        format('truetype'), url('dist/fonts/gloriola_std_medium_0-webfont.svg#gloriola_stdmedium')
        format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gloriola_stditalic';
    src: url('dist/fonts/gloriola_std_regular_it-webfont.eot');
    src: url('dist/fonts/gloriola_std_regular_it-webfont.eot?#iefix')
        format('embedded-opentype'), url('dist/fonts/gloriola_std_regular_it-webfont.woff')
        format('woff'), url('dist/fonts/gloriola_std_regular_it-webfont.ttf')
        format('truetype'), url('dist/fonts/gloriola_std_regular_it-webfont.svg#gloriola_stditalic')
        format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gloriola_stdregular';
    src: url('dist/fonts/gloriola_std_regular-webfont.eot');
    src: url('dist/fonts/gloriola_std_regular-webfont.eot?#iefix')
        format('embedded-opentype'), url('dist/fonts/gloriola_std_regular-webfont.woff')
        format('woff'), url('dist/fonts/gloriola_std_regular-webfont.ttf')
        format('truetype'), url('dist/fonts/gloriola_std_regular-webfont.svg#gloriola_stdregular')
        format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gloriola_stdbold_italic';
    src: url('dist/fonts/gloriola_std_semibold_it-webfont.eot');
    src: url('dist/fonts/gloriola_std_semibold_it-webfont.eot?#iefix')
        format('embedded-opentype'), url('dist/fonts/gloriola_std_semibold_it-webfont.woff')
        format('woff'), url('dist/fonts/gloriola_std_semibold_it-webfont.ttf')
        format('truetype'), url('dist/fonts/gloriola_std_semibold_it-webfont.svg#gloriola_stdbold_italic')
        format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gloriola_stdbold';
    src: url('dist/fonts/gloriola_std_semibold-webfont.eot');
    src: url('dist/fonts/gloriola_std_semibold-webfont.eot?#iefix')
        format('embedded-opentype'), url('dist/fonts/gloriola_std_semibold-webfont.woff')
        format('woff'), url('dist/fonts/gloriola_std_semibold-webfont.ttf')
        format('truetype'), url('dist/fonts/gloriola_std_semibold-webfont.svg#gloriola_stdbold')
        format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #eaeaea;
    font-family: 'GloriolaStdRegular';
}

#mobile-menu:not(.mm-menu) {
    display: none;
}

.button-finder {
    cursor: pointer;
}

.button-finder:hover .header-search {
    display: block;
}

.header-search {
    top: 95px;
    right: 0;
    width: 200px;
    color: #0068b0;
    padding: 20px;
    display: none;
    z-index: 40;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.8);
}

.header-search:after {
    top: -10px;
    right: 20px;
    width: 0;
    height: 0;
    content: '';
    display: inline-block;
    position: absolute;
    border-style: solid;
    border-width: 0 7px 10px 7px;
    border-color: transparent transparent rgba(255, 255, 255, 0.8) transparent;
}

.header-search h4 {
    font-size: 18px;
    font-family: 'gloriola_stdmedium';
}

.header-search .selectize-input {
    border: 1px solid gray;
    padding: 5px 8px;
    background: transparent;
    border-radius: 8px;
}

.header-search .selectize-control.single .selectize-input:after {
    right: 10px;
    border-color: #fc8428 transparent transparent transparent;
}

.header-search button {
    color: white;
    border: 0;
    margin: auto;
    outline: 0;
    display: table;
    padding: 4px 12px;
    font-size: 13px;
    font-family: 'gloriola_stdmedium';
    border-radius: 7px;
    background-color: #fc8527;
}

.mm-page,
.site {
    overflow: hidden;
}

.home-form {
    position: fixed;
    left: -290px;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 300px;
    height: 340px;
    z-index: 5; 
    background-color: rgba(255, 255, 255, 0.95);
    padding: 20px;
    box-shadow: 0 1px 1px 0 rgba(60,75,100,.14), 0 2px 1px -1px rgba(60,75,100,.12), 0 1px 3px 0 rgba(60,75,100,.2);
    border-radius: 0px 15px 15px 0;
    transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}

.home-form .ajax-loader {
    display: none !important;
}

.home-form .icon {
    /*background: rgba(255, 255, 255, 0.95);*/
    width: 40px;
    height: 162px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    color: #0065a3;
    border-radius: 0px 7px 7px 0;
    font-size: 25px;
    position: absolute;
    right: -40px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    /*box-shadow: 0 1px 1px 0 rgba(60,75,100,.14), 0 2px 1px -1px rgba(60,75,100,.12), 0 1px 3px 0 rgba(60,75,100,.2);*/
}

.home-form .icon img{
    margin-left: -20px;
}

.home-form div.wpcf7-validation-errors, .home-form div.wpcf7-acceptance-missing {
    border: 0;
    color: red;
    border-radius: 7px;
    padding: 6px;
    font-size: 9px;
    margin: 0;
    text-align: center;
}

.home-form h4 {
    text-align: center;
    color: #0066a4;
    font-family: 'gloriola_stdmedium';
    font-size: 20px;
    margin: 0;
}

.home-form label[for="home_project"],
.home-form .wpcf7-acceptance label {
    color: gray;
    font-size: 13px;
}

.home-form input[name="home_fullname"],
.home-form input[name="home_email"],
.home-form input[name="home_phone_number"] {
    -webkit-appearance: none;
    outline: 0;
    background-color: transparent;
    font-size: 11px;
    border: 1px solid #9E9E9E;
    padding: 5px 5px 5px 30px;
    width: 100%;
    border-radius: 5px;
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: 3% center;
}

.home-form select {
    -webkit-appearance: none;
    outline: 0;
    background-color: transparent;
    font-size: 11px;
    border: 1px solid #9E9E9E;
    padding: 5px 20px 5px 5px;
    width: 100%;
    color: gray;
    border-radius: 5px;
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: 3% center;
}

.home-form input[type="submit"] {
    background-color: #fc8527;
    border: 0;
    color: white;
    font-family: 'gloriola_stdmedium';
    font-size: 15px;
    padding: 5px 20px;
    border-radius: 8px;
    outline: 0;
    margin: auto;
    display: table;
}

.home-form input[name="home_fullname"] {
    background-image: url(dist/images/name.png);
}

.home-form input[name="home_email"] {
    background-image: url(dist/images/email.png);
}

.home-form input[name="home_phone_number"] {
    background-image: url(dist/images/phone.png);
}

/* ----------- Helpers ----------- */

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.background__module {
    background-size: cover;
    background-position: center;
}

.fill-container-absolute-link {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
}

/* -------------------------------- */

header {
    background-color: #0066a4;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    height: 85px;
}

header .custom-logo-link {
    display: inline-block;
    position: absolute;
    top: -16px;
}

header .custom-logo-link img {
    width: auto !important;
    height: 101px !important;
}

nav.main-menu {
    height: 85px;
}

.main-menu .menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-menu .menu li {
    display: inline-block;
}

.main-menu .item-menu > a {
    display: block;
    color: white;
    padding: 21px 0;
    font-family: 'gloriola_stdmedium';
    height: 100%;
    font-size: 13px;
    text-transform: uppercase;
    transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}

.main-menu .item-menu:hover a {
    text-decoration: none;
    background-color: #fc8527;
}

.main-menu .submenu:hover .megamenu {
    display: block;
}

.header-item-menu:hover .menu-item-link,
.header-item-menu.current .menu-item-link {
    text-decoration: none;
    background-color: #fc8527;
}

.main-menu .item-menu a > span {
    border-right: 1px solid white;
    display: inline-block;
    padding: 0px 20px;
    vertical-align: middle;
}

.megamenu {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    width: 550px;
    right: -100%;
    display: none;
}

.megamenu .cities {
    width: 33.333%;
    margin-bottom: 20px;
    padding: 20px;
}

.megamenu .cities .name {
    color: #5f5f5f;
    font-size: 17px;
    font-family: 'gloriola_stdmedium';
    border-bottom: 2px solid #397daa;
    margin-bottom: 10px;
}

.megamenu .cities ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.megamenu .cities ul li {
    display: block;
    margin-bottom: 2px;
}

.megamenu .cities ul li a {
    display: block;
    color: #5f5f5f;
    padding: 0;
    transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    font-size: 14px;
}

.megamenu .cities ul li a > span {
    border-right: 0;
    color: #f05e07;
    padding: 0 2px;
    font-family: 'gloriola_stdmedium';
    text-transform: uppercase;
}

.megamenu .cities ul li a:hover {
    color: #397daa;
    text-decoration: none;
}

.button-finder {
    color: white;
    display: inline-block;
    padding: 0 20px;
}

.header-wp {
    background-color: #54cc72;
    color: white;
    display: inline-block;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    padding: 3px 15px;
    font-size: 15px;
    font-family: 'gloriola_stdmedium';
    border-radius: 12px;
    right: 0;
    top: -11px;
}

.header-wp:hover {
    color: white !important;
    text-decoration: none !important;
    -webkit-transform: scale(1.1) !important;
    -ms-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
}

.header-pse {
    background-color: #fc8527;
    color: white;
    display: inline-block;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    padding: 10px 15px;
    font-size: 15px;
    font-family: 'gloriola_stdmedium';
    border-radius: 30px;
    right: -30px;
    top: 250px;
    z-index: 999;
    background-image: url(/wp-content/themes/triada/dist/images/logo-pse-blanco.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: 100px;
    width: 100px;
    position: fixed !important;
    border-top: 8px solid #fc8527;
    border-bottom: 8px solid #fc8527;
    border-left: 8px solid #fc8527;
    border-right: 35px solid #fc8527;
}

.header-pse:hover {
	right: -25px;
	background-color: #005ea9;
	border-color: #005ea9;
}



/* ----------- Home ----------- */

.home-carousel .owl-dots {
    right: 0;
    left: 0;
    bottom: 15px;
    position: absolute;
}

.home-carousel .container {
    top: 350px;
    left: 0;
    right: 0;
}

.carousel__slogan {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 300px;
    position: absolute;
}

.carousel__slogan figure {
    margin-right: 50px;
    margin-bottom: 0;
}

.category .carousel__slogan figure,
.single .carousel__slogan figure {
    width: 350px;
}

.carousel__slogan .slogan {
    color: white;
    text-shadow: 1px 1px 1px black;
}

.carousel__slogan .slogan p {
    font-family: 'gloriola_stdmedium';
    font-size: 45px;
    margin: 0;
}

.carousel__slogan .slogan p + p {
    font-family: 'gloriola_stdmedium';
    font-size: 30px;
    text-shadow: 1px 1px 1px black;
}

.featured-projects {
    padding: 60px 0;
    position: relative;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}

.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 7;
}

.bg-fixed {
    background-attachment: fixed;
}

.overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgb(2,0,36);
    background: linear-gradient(180deg, rgba(0,0,0, 0.8) 0%, rgba(255,255,255,0) 0%, rgba(0,0,0, 0.8) 100%);
}

.featured-projects .title {
    color: #0561a0;
    font-family: 'gloriola_stdbold';
    font-size: 50px;
    margin-bottom: 40px;
}

.featured-projects .title span {
    font-family: 'gloriola_stdregular';
}

.featured-projects .f-project {
    padding: 0 20px;
}

.featured-projects .f-project a:hover {
    text-decoration: none;
}

.featured-projects .f-project .city {
    display: table;
    margin: auto;
    font-family: 'gloriola_stdbold';
    font-size: 20px;
}

.featured-projects .f-project p {
    font-family: 'gloriola_stdregular';
    font-size: 20px;
}

.featured-projects .f-project .build-area {
    font-family: 'gloriola_stdbold';
    font-size: 35px;
    line-height: 35px;
}

.featured-projects .f-project .private-area {
    border-bottom: 1px solid white;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.featured-projects .f-project .price {
    font-family: 'gloriola_stdmedium';
    font-size: 30px;
}

.featured-projects .f-project figure {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 40px 40px;
    margin-bottom: 30px;
}

.featured-projects .f-project .f-project__info {
    opacity: 0;
    transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    padding: 0 30px;
    text-shadow: 1px 1px 1px black;
}

.featured-projects .f-project a:hover .f-project__info {
    opacity: 1;
}

.featured-projects .f-project .f-project__info p {
    margin: 0;
    font-family: 'gloriola_stdregular';
    font-size: 20px;
}

.new-projects {
    padding: 80px 0;
    position: relative;
}

.new-projects .over {
    background-color: rgba(255, 255, 255, 0.8);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.new-projects .title h4 {
    color: #5d5d5d;
    font-family: 'gloriola_stdregular';
    font-size: 40px;
    margin-bottom: 40px;
}

.new-projects .title h4 span {
    font-family: 'gloriola_stdbold';
}

.new-projects .f-project {
    padding: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}

.new-projects .f-project a:hover {
    text-decoration: none;
}

.new-projects .f-project .city {
    display: table;
    margin: auto;
    font-family: 'gloriola_stdbold';
    font-size: 15px;
}

.new-projects .f-project p {
    font-family: 'gloriola_stdregular';
    font-size: 20px;
}

.new-projects .f-project .build-area {
    font-family: 'gloriola_stdbold';
    font-size: 35px;
    line-height: 35px;
}

.new-projects .f-project .private-area {
    border-bottom: 1px solid white;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.new-projects .f-project .price {
    font-family: 'gloriola_stdmedium';
    font-size: 30px;
}

.new-projects .f-project figure {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 15px;
    margin-bottom: 30px;
    width: 120px;
    height: 145px;
    margin: auto auto 30px;
}

.new-projects .wrapper {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.new-projects .f-project figure .l {
    width: 100%;
    height: auto;
}

.new-projects .f-project .overlay {
    opacity: 0;
    transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}

.new-projects .f-project .f-project__info {
    opacity: 0;
    transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    padding: 0 30px;
    text-shadow: 1px 1px 1px black;
}

.new-projects .f-project:hover .overlay {
    opacity: 1;
}

.new-projects .f-project:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

.new-projects .f-project a:hover .f-project__info {
    opacity: 1;
}

.new-projects .f-project .f-project__info p {
    margin: 0;
    font-family: 'gloriola_stdregular';
    font-size: 18px;
}

.deals {
    background-color: white;
}

.deals figure,
.deals .text {
    flex: 1;
}

.deals h4 {
    color: #6b4916;
    margin: 20px 0;
}

.deals h4 span {
    display: table;
    margin: auto;
    font-family: 'gloriola_stdbold';
    font-size: 40px;
}

.deals h4 span + span {
    font-family: 'gloriola_stdregular';
    font-size: 30px;
}

.deals figure {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0;
}

.deals .deal-item {
    background-color: white;
}

.deals .deal-item .text .content {
    padding: 50px;
    margin: auto;
}

.deals .deal-item .deal-logo {
    width: 200px;
    height: auto;
    margin: auto;
}

.deals .deal-item .title {

}

.deals .deal-item article {
    color: #727272;
    text-align: justify;
}

.deals .deal-item .read-more {
    color: #ff6100;
    float: right;
    font-size: 20px;
    font-family: 'gloriola_stdmedium';
}

.read-more{
    transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}

.read-more:hover {
    text-decoration: none;
    color: #0066a4 !important;
}

.article {
    background-color: white;
}

.article .content,
.article figure {
    width: 50%;
    background-position: center center;
    background-size: cover;
}

.article figure {
    margin: 0;
    /* flex: 1; */
}

.article .wrapper-article {
    padding: 0px 120px;
    color: #727272;
}

.article .wrapper-article h4 {
    color: #0067a4;
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
    font-family: 'gloriola_stdmedium';
}

.article .wrapper-article .read-more {
    color: #f05e09;
    font-size: 20px;
    font-family: 'gloriola_stdmedium';
    display: inline-block;
    float: right;
    margin-top: 40px;
    margin-bottom: 40px;
}

/* ----------- About us ----------- */

.banner {
    height: 550px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about-us__page .banner .slogan {
    color: white;
    font-size: 25px;
    top: 410px;
    line-height: 30px;
}

.about-us__page .second-row img {
    margin: auto;
    top: 50px;
    left: 0;
    right: 0;

}

.about-us__page .banner .slogan span {
    display: table;
    text-transform: uppercase;
    font-family: 'gloriola_stdbold';
    font-size: 40px;
    margin-bottom: 10px;
}

.about-us__page article {
    background-color: white;
    padding: 60px 0;
    color: #5d5d5d;
    font-size: 15px;
}

.about-us__page .boxes article {
    background-color: white;
    padding: 60px 0;
    margin-top: 50px;
    color: #5d5d5d;
    font-size: 15px;
}

.about-us__page .subtitle {
    color: #0067aa;
    font-family: 'gloriola_stdmedium';
    margin-bottom: 25px;
    font-size: 30px;
}

.about-us__page .big-title {
    color: #0067aa;
    z-index: 2;
    font-size: 60px;
    font-family: 'gloriola_stdregular';
    line-height: 60px;
    text-align: center;
    left: 0;
    right: 0;
    top: 50px;
    width: 450px;
    margin: auto;
}

.about-us__page .boxes {
    height: 650px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-us__page .person {
    z-index: 2;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
}

.about-us__page .boxes .box-content .text {
    margin: 0 150px;
}

.about-us__page .boxes .box-content .text article {
    border-bottom: 1px solid #0067aa;
}

.about-us__page .boxes .read-more {
    font-family: 'gloriola_stdbold';
    display: table;
    color: #0067aa;
    float: right;
    font-size: 20px;
    margin-top: 20px;
}

.about-us__page .boxes .read-more:hover{
    margin-right: 10px;
}

.about-us__page .big-title:after {
    content: '';
    width: 50px;
    height: 2px;
    background-color: #0067aa;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
}

.about-us__page .big-title span {
    font-family: 'gloriola_stdbold';
    display: table;
}

.about-us__page .forms {
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    background-repeat: no-repeat;
}

.about-us__page .forms ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 10px solid #fc8527;
}

.about-us__page .forms ul li {
    display: inline-block;
}

.about-us__page .forms ul li a {
    color: white;
    font-family: 'gloriola_stdmedium';
    padding: 10px 25px;
    font-size: 25px;
    transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}

.about-us__page .forms li:hover a,
.about-us__page .forms .ui-tabs-active a {
    background-color: #fc8527;
    text-decoration: none;
}

.about-us__page .forms .ui-tabs-panel {
    padding: 50px;
    background-color: rgba(255, 255, 255, 0.85);
}

.about-us__page .forms input[type="submit"] {
    background-color: #fc8527;
    border: 0;
    color: white;
    font-family: 'gloriola_stdmedium';
    font-size: 20px;
    padding: 10px 30px;
    border-radius: 10px;
    outline: 0;
}

/* 
.about-us__page .forms input[type="text"],
.about-us__page .forms input[type="tel"],
.about-us__page .forms input[type="email"],
.about-us__page .forms select,
.about-us__page .forms textarea {
    background-color: transparent;
    border: 1px solid #666666;
    outline: 0 !important;
}

.about-us__page .forms form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about-us__page .forms form .row {
    width: 50%;
}

.about-us__page .forms form .row.input-message {
    width: 100%;
}

.form-group.row.input-submit .col-sm-10,
.form-group.row.input-checkbox .col-sm-9,
.form-group.row.input-submit .col-sm-9,
.form-group.row.input-checkbox,
.form-group.row.input-submit {
    width: 100% !important;
    text-align: center;
    max-width: 100%;
    flex: auto;
}

.about-us__page .forms .wpcf7-response-output {
    width: 100%;
    text-align: center;
    color: black;
}

.form-group.row.input-checkbox .col-sm-3,
.form-group.row.input-submit .col-sm-3 {
    display: none;
} */

/* ----------- Experience ----------- */

.experience__page {
    background-color: #eaeaea;
}

.experience__page .banner .slogan {
    color: white;
    font-size: 25px;
    top: 410px;
    line-height: 30px;
}

.experience__page .banner .slogan span {
    display: table;
    text-transform: uppercase;
    font-family: 'gloriola_stdbold';
    font-size: 40px;
    margin-bottom: 10px;
}

.experience__page .content {
    padding: 60px 0;
}

.project-experience-item {
    padding-top: 20px;
    background-color: white;
}

.experience__page .tabs-list {
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
}

.experience__page .tabs-list li {
    text-align: center;
}

.experience__page .tabs-list li a {
    display: block;
    color: #a3a3a3;
    border-bottom: 1px solid #a3a3a3;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    font-family: 'gloriola_stdbold';
    padding: 10px;
    border-top: 3px solid transparent;
}

.experience__page .tabs-list li.current_term a,
.experience__page .tabs-list li a:hover {
    color: #0067aa;
    border-top: 3px solid #0067aa;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    border-left: 1px solid #a3a3a3;
    border-right: 1px solid #a3a3a3;
}

.project-experience-item {
    margin-bottom: 40px;
}

.project-experience-item .name {
    position: relative;
    color: #0067aa;
    text-align: center;
    margin: 0 20px 0 20px;
    font-family: 'gloriola_stdbold';
}

.project-experience-item .far {
    margin-right: 7px;
}

.project-experience-item .name:after,
.project-experience-item .name:before {
    top: 0;
    width: 50px;
    height: 1px;
    bottom: 0;
    margin: auto;
    content: '';
    position: absolute;
    background-color: #0167a9;
}

.project-experience-item .name:after {
    right: 0;
}

.project-experience-item .name:before {
    left: 0;
}

.project-experience-item .address {
    color: #676767;
    text-align: center;
    padding: 10px;
    font-size: 16px;
}

.project-experience-item .quote {
    border-bottom: 1px solid gray;
    padding-bottom: 7px;
    margin-bottom: 7px;
    font-size: 20px;
    white-space: nowrap;
}

.project-experience-item figure {
    margin-bottom: 0;
    cursor: pointer;
}

.project-experience-item .info {
    padding: 20px;
}

/* ----------- Projects List ----------- */

.projects-page .banner .slogan {
    color: white;
    font-size: 25px;
    top: 440px;
    line-height: 30px;
    left: 0;
    right: 0;
}

.projects-page .banner .slogan span {
    display: table;
    text-transform: uppercase;
    font-family: 'gloriola_stdbold';
    font-size: 40px;
    margin-bottom: 10px;
}

.projects-list .filters {
    margin-bottom: 30px;
}

.projects-list .filter-btn {
    background-color: #fc8527;
    color: white;
    font-family: 'gloriola_stdmedium';
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 7px;
    border: 0px;
    width: 100%;
    margin-top: 30px;
}

.projects-list .filter-input {
    padding-right: 20px;
}

.filter-form {
    color: #989898;
}

.filter-form label {
    color: #989898;
    font-size: 20px;
    text-align: center;
    display: block;
}

.projects-list .project-item {
    margin-bottom: 20px;
    height: 335px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.projects-list .project-item:hover .project__logo {
    opacity: 0;
}

.toggle-light .toggle-on, 
.toggle-light .toggle-select .toggle-inner .active {
    background: #0065a3 !important;
}

.toggle.toggle-light {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
}

.projects-list .project-item:hover .project__info {
    opacity: 1;
}

.projects-list .project-item a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}

.projects-list .project-item .project__info {
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    color: white;
    text-align: center;
    opacity: 0;
    transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}

.projects-list .project-item .project__info .city {
    font-family: 'gloriola_stdmedium';
}

.projects-list .project-item .project__logo {
    background-color: white;
    position: absolute;
    top: 20px;
    right: 0;
    margin: auto;
    left: 0;
    width: 100px;
    height: 100px;
    padding: 10px;
    opacity: 1;
    transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}

.projects-page .banner {
    height: 550px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.project-item .project__info .white-logo {
    width: 100px;
    margin: 0 auto 20px;
    left: 0;
    right: 0;
    top: 0;
    display: table;
}

.project-item .project__info .build-area .text {
    font-size: 16px;
}

.project-item .project__info .build-area .value {
    display: block;
    font-family: 'gloriola_stdbold';
    font-size: 25px;
    line-height: 25px;
}

.project-item .project__info .private-area {
    border-bottom: 1px solid white;
    display: table;
    margin: auto;
    padding: 3px 0;
    margin-bottom: 5px;
}

.project-item .project__info .price {
    font-family: 'gloriola_stdbold';
}

/* ----------- Project ----------- */

.project-page .owl-nav button {
    color: black !important;
}

.module__project {
    padding: 56px 0;
}

.gallery-tabs {

}

.gallery-tabs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 10px solid #fc8527;
}

.gallery-tabs .owl-stage-outer {
    overflow: hidden;
}

.gallery-tabs ul li {
    display: inline-block;
}

.gallery-tabs ul li a {
    color: white;
    display: block;
    font-size: 24px;
    padding: 10px 25px;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}

.gallery-tabs ul li.ui-tabs-active a,
.gallery-tabs ul li a:hover {
    background-color: #fc8527;
    text-decoration: none;
}

.project-module-title {
    font-family: 'gloriola_stdmedium';
    font-size: 40px;
    margin: 0 0 60px 0;
}

.project__header {
    height: 567px;
    padding-top: 250px;
    background-size: cover;
    background-position: center;
}

.project__header .project__slogan {
    margin-bottom: 50px;
}

.project__header .project__slogan figure {
    margin-right: 10px;
}

.project__header .slogan {
    color: white;
    text-shadow: 1px 1px 1px black;
}

.project__header .slogan p {
    font-family: 'gloriola_stdmedium';
    font-size: 35px;
    margin: 0;
}

.project__header .slogan p + p {
    font-family: 'gloriola_stdmedium';
    font-size: 20px;
    text-shadow: 1px 1px 1px black;
}

.project__header .project__menu {
    padding: 8px 0;
    list-style: none;
    margin: 0;
    border-top: 1px solid white;
}

.project__header .project__menu li {

}

.project__header .project__menu li a {
    color: white;
    display: block;
    padding: 10px;
    text-shadow: 1px 1px 1px black;
}

.project__header .project__menu li a.active,
.project__header .project__menu li a:hover {
    text-decoration: none;
    background-color: #fc8527;
}

.project__description article {
    color: #575757;
}

.project__description h2 {
    font-family: 'gloriola_stdbold';
    line-height: 35px;
    margin: 30px 0;
}

.project__description p {
    text-align: left;
}

.overlay-white {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
}

.project__menu_wrapper {
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.project__blueprints {
    background-color: white;
}

.project__blueprints .blueprints .features {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
}

.project__blueprints .blueprint-content {
    width: 80%;
}

.project__blueprints .blueprint-content .title {
    font-size: 30px;
    line-height: 40px;
    font-family: 'gloriola_stdmedium';
}

.project__blueprints .blueprint-content .price {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 12px;
}

.project__blueprints .blueprint-content .items {
    border-top: 1px solid white;
    padding: 10px 0;
}

.project__blueprints .blueprint-content .items span {
    width: 25%;
    margin-bottom: 7px;
}

.project__gallery .t {
    font-family: 'gloriola_stdmedium';
    font-size: 45px;
    color: white;
    line-height: 40px;
}

.project__gallery .caption {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 10px;
    color: white;
}

.project__gallery button {
    position: absolute;
    font-size: 30px !important;
    bottom: 0;
    top: 0;
    outline: 0;
}

.project__gallery button.owl-prev {
    left: -30px;
}

.project__gallery button.owl-next {
    right: -30px;
}

.project__gallery .owl-nav {
    margin: 0;
}

.project__gallery .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
    color: black;
}

.project__progress {
    background-color: #c0c99a;
}

.project__tour {
    color: #6d6d6d;
    background-color: #e4e4e2;
}

.project__tour h3 {
    font-family: 'gloriola_stdmedium';
    font-size: 40px;
}

.project__route {
    color: #686868;
    background: rgb(150,194,195);
    background: linear-gradient(0deg, rgba(150,194,195,1) 30%, rgba(255,255,255,1) 30%);
    padding: 50px 0 20px; 
}

.project__route .title {
    font-size: 40px;
    line-height: 40px;
    font-family: 'gloriola_stdmedium';
    margin-bottom: 10px;
}

.project__route .title small {
    display: table;
    margin: auto;
    font-family: 'GloriolaStdRegular'
}

.project__route .waze-box {
    top: 20px;
    color:  white;
    padding: 0 40px;
    font-family: 'gloriola_stdmedium';
    font-size: 13px;
}

.project__route .waze-box img {
    width: 150px;
    display: table;
    margin: auto;
}

.project__route .waze-box:hover {
    text-decoration: none;
}

.project__route p {
    margin-bottom: 10px;
}

.project__route .project-name {
    margin-bottom: 50px;
    font-size: 35px;
    font-family: 'gloriola_stdmedium';
}

.project__contact-form {
    height: 500px;
}

.project__progress .t {
    font-family: 'gloriola_stdmedium';
    font-size: 45px;
    color: white;
    line-height: 40px;
}

.project__progress .t span {
    font-size: 30px;
    font-family: 'gloriola_stdregular';
    display: table;
    margin: auto;
}

.project__places .t {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 90px;
}

.project__places .t span {
    font-size: 40px;
    font-family: 'gloriola_stdmedium';
    display: table;
    margin: auto;
}

.project__places .list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.project__places .list li {
    width: 50%;
    margin-bottom: 20px;
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height:1.2em;
}

.project__places .list li i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.project__places .list li img {
    float: left;
    margin-right: 10px;
}

.project-form {
    padding: 40px 20px;
    background-color: rgba(0, 0, 0, 0.6);
}

.project-form .t {
    color: white;
    font-size: 35px;
    margin-bottom: 20px;
}

.project-form .t span {
    font-family: 'gloriola_stdmedium';
}

.project-form .wpcf7 {
    padding: 0 30px;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7-not-valid {
    border: 1px solid red;
    background-color: pink;
}

div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing {
    border: 0;
    color: #de8585;
    border-radius: 7px;
    padding: 6px;
    font-size: 14px;
    margin: 0;
    text-align: center;
}

div.wpcf7-mail-sent-ok {
    margin: 0;
    border: 0;
    color: white;
    padding: 6px;
    font-size: 11px;
    border-radius: 6px;
    background-color: #4caf5094;
}

.project-form .wpcf7-form-control {
    border-radius: 6px;
    border: 0;
    outline: 0;
    padding: 5px;
    box-sizing: border-box;
    width: 100%;
}

.project-form .wpcf7-submit {
    background-color: #fc8527;
    color: white;
}

.project-form .contact-data h4 {
    color: white;
    font-family: 'gloriola_stdbold';
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px;
    border-bottom: 1px solid white;
    padding: 15px 0;
}

.project-form .contact-data .address {
    color: white;
    margin-bottom: 10px;
}

.project-form .contact-data .project-name {
    color: white;
    font-family: 'gloriola_stdmedium';
    font-size: 20px;
    margin-bottom: 10px;
}

.project-form .contact-data .phone-numbers a {
    display: inline-block;
    color: white;
    font-size: 16px;
}

/* ------------------------------- */

.wrapper-content {
    padding: 60px 0;
}

.blog-list .post-date {
    color: #0167a9;
    margin: 20px auto;
    display: table;
    padding: 0 5px;
    text-align: center;
    font-weight: bold;
}

.single .carousel__slogan,
.category .carousel__slogan {
    margin-bottom: 0;
    top: 220px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.blog-list .post-date:before,
.blog-list .post-date:after {
    top: 0;
    width: 90px;
    height: 1px;
    bottom: 0;
    margin: auto;
    content: '';
    position: absolute;
    background-color: #0167a9;
}

.blog-list .post-date:before {
    left: -95px;
}

.blog-list .post-date:after {
    right: -95px;
}

.blog-list .post-title {
    color: #666666;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
    padding: 0 10px;
}

.blog-list .post-excerpt {
    font-size: 15px;
    padding: 20px;
    line-height: 1.5em;
    color: #333333;
    text-align: justify;
}

.blog-list .post-options { 
    padding: 20px 20px;
    border-top: 1px solid #cccccc;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.blog-list .post-options .read-more {
    color: #656565;
    text-transform: uppercase;
}

.categories-module {
    background-color: #0067aa;
    color: white;
    text-align: center;
}

.categories-module h4 {
    padding: 10px;
    margin: 0;
}

.categories-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.categories-list li a {
    display: block;
    padding: 5px;
    color: white;
    transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}

.categories-list li.current-cat a,
.categories-list li a:hover {
    background-color: #fc8527;
    text-decoration: none;
}

.random-posts {
    background-color: white;
    padding: 20px;
}

.random-posts h4 {
    color: #0167a9;
    text-align: center;
    text-transform: uppercase;
}

.random-post {
    padding: 20px 0;
    border-bottom: 1px solid #0167a9;
}

.random-post h5 {
    color: #0167a9;
}

.random-post article {
    font-size: 14px;
    line-height: 17px;
}

.random-post .wrapper-read-more {
    text-align: right;
}

.random-post .wrapper-read-more .read-more {
    text-transform: uppercase;
    color: #0167a9;
    text-decoration: none;
    font-size: 12px;
}

/* Cntacto */

.forms-page {
    background-color: white;
}

.forms-page .banner .slogan {
    right: 0;
    color: white;
    font-size: 25px;
    top: 303px;
    line-height: 30px;
    left: 0;
    text-shadow: 1px 1px 1px black;
}

.forms-page .wpcf7-response-output {
    color: black;
}

.forms-page .banner .slogan span {
    display: table;
    text-transform: uppercase;
    font-family: 'gloriola_stdbold';
    font-size: 40px;
    margin-bottom: 10px;
}

.form-pages-list {
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 3;
}

.form-pages-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 10px solid #fc8527;
}

.form-pages-list ul li {
    display: inline-block;
}

.form-pages-list ul li a {
    color: white;
    display: block;
    font-size: 24px;
    padding: 10px 25px;
    background-color: rgba(255, 255, 255, 0.25);
    transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}

.form-pages-list ul li.current_page_item a,
.form-pages-list ul li a:hover {
    background-color: #fc8527;
    text-decoration: none;
}

.forms-page input[type="submit"] {
    background-color: #fc8527;
    border: 0;
    color: white;
    font-size: 25px;
    padding: 7px 50px;
    border-radius: 10px;
    outline: 0;
}

.forms-page .wrapper {
    background-color: #e5e5e5;
    padding: 60px;
    margin-bottom: 40px;
}

.forms-page label {
    color: #666666;
    font-size:  14px;
}

.forms-page input[type="text"],
.forms-page input[type="email"],
.forms-page input[type="tel"],
.forms-page textarea,
.forms-page select {
    width: 100%;
    border: 1px solid #666666;
}

#message-contact {
    height: 95px !important;
    resize: none !important;
}

.forms-page .banner {
    height:  550px;
}

.suscription-module {
    background-color: #0066a4;
    padding: 40px 0;
}

.suscription-module .t {
    font-family: 'gloriola_stdmedium';
    color: white;
    margin-bottom: 20px;
}

.suscription-module label {
    color: white;
    margin-right: 10px;
    margin-bottom: 0;
}

.suscription-module .policy-text .wpcf7-not-valid {
    border: 1px solid red !important;
}

.suscription-module input[type="text"],
.suscription-module input[type="email"] {
    width: 100%;
    background-color: #bfd9e8;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 7px 10px;
    outline: 0;
}

.suscription-module input[type="submit"] {
    background-color: #fc8527;
    border: 0;
    color: white;
    font-family: 'gloriola_stdmedium';
    font-size: 20px;
    padding: 10px 30px;
    border-radius: 10px;
    outline: 0;
    width: 100%;
}

.suscription-module .policy-text {
    color: white;
    font-size: 12px;
    margin-top: 22px;
}

.suscription-module .policy-text .wpcf7-form-control-wrap {
    margin: 0 10px 20px 0;
    float: left;
    display: inline-block;
    vertical-align: middle;
}

.suscription-module .wpcf7-response-output {
    background-color: transparent;
    margin-top: 20px;
}

.projects-online-payment.fancybox-content{
    background: transparent;
}

.projects-online-payment.fancybox-content h3{
    font-size: 38px;
    width: 100%;
    margin-bottom: 30px;
    color: #FFFFFF;
    text-align: center;
}

.popup_w.fancybox-content{
    background: transparent;
}

.popup_w.fancybox-content .fancybox-button svg path {
    fill: white;
}

footer {
    background-color: #666666;
    padding: 40px 0;
}

footer h3 {
    color: white;
    margin-bottom: 20px;
    font-size: 25px;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer .phone-numbers span {
    display: inline-block;
    margin-right: 5px;
}

footer .location-data,
footer .phone-numbers,
footer a {
    color: #c2c2c2;
}

footer .phone-numbers, 
footer .links {
    border-right: 1px solid white;
}

footer .phone-numbers{
    margin-left: 30px;
}

footer ul li {
    margin-bottom: 5px;
}

footer .links .fas {
    margin-right: 5px;
}

footer a:hover {
    color: white;
    text-decoration: none;
}

.open-menu {
    color: white;
    position: absolute;
    left: 20px;
    font-size: 25px;
    top: 18px;
    z-index: 20;
}

.open-menu:hover {
    color: white;
}

.mobile-item-menu {
    z-index: 30;
}

.project-mobile-link {
    background-color: #fc8428;
    color: white;
    height: 45px;
    line-height: 37px;
    text-align: right;
    padding: 5px;
    cursor: pointer;
    z-index: 20;
    width: 43px;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    font-size: 22px;
    border-radius: 50% 0 0 50%;
}

.project-mobile-link;hover {
    color: white;
}

@media screen and (max-width: 992px) {

	/*Custom Styles 22/05/2020 John V. */

	#proRemove900{
		display: none!important;
	}

	#pro100{
		max-width: 100%!important;
    	flex: 0 0 100%!important;
	}


	/*End Custom Styles 22/05/2020 John V. */

}

@media screen and (max-width: 900px) {

	/*Custom Styles 22/05/2020 John V. */

	#topMenu{
		display: none!important;
	}

	#containerMenuMobile{
	    max-width: 100%!important;
    	flex: auto!important;
	}

	#proRemove900{
		display: none!important;
	}

	#pro100{
		max-width: 100%!important;
    	flex: 0 0 100%!important;
	}


	/*End Custom Styles 22/05/2020 John V. */

    header {
        top: 20px;
    }

    .open-menu {
        display: block !important;
        top: 24px;
    }

    header .custom-logo-link {
        display: table;
        margin: auto;
        position: relative;
    }

    .carousel__slogan figure {
        width: 100px;
        margin-right: 20px;
    }

    .carousel__slogan .slogan p {
        font-size: 25px;
    }

    .carousel__slogan .slogan p + p {
        font-size: 18px;
    }

    .carousel__slogan {
        height: 150px;
        width: 400px;
        bottom: -80px;
    }

    .form-pages-list ul li a {
        font-size: 17px;
    }

    .project__gallery .t {
        margin-bottom: 40px;
    }

    .suscription-module .wpcf7-form-control-wrap {
        flex: 1 1 auto!important;
    }

    .header-wp {
        top: 120px;
        right: 0;
        margin: auto;
        padding: 5px 7px 5px 10px;
        position: fixed !important;
        font-size: 25px;
        text-align: left;
        border-radius: 50% 0 0 50%;
    }

    .header-wp span {
        display: none;
    }

    .header-pse {
    	background-color: #005ea9;
        top: 175px;
        right: 0;
        margin: auto;
        padding: 5px 7px 5px 10px;
        position: fixed !important;
        font-size: 25px;
        text-align: left;
        border-radius: 50% 0 0 50%;
        border:0;
        width: 45px;
    }
    .button-finder{
        float: right;
        margin-top: -77px;
        margin-right: -20px;
    }    
}

@media screen and (max-width: 900px) {
    footer .phone-numbers, footer .links {
        border-right: 0;
    }

    .article .content, .article figure {
        width: 100%;
        margin: 0;
    }

    .article figure {
        /* height: 650px; */
    }

    .article .content {
        height: auto;
        padding: 40px 40px;
    }

    .article .wrapper-article {
        padding: 0;
    }

    .deals figure, .deals .text {
        flex: 100%;
    }

    .suscription-module label {
        margin-right: 0px;
        margin-bottom: 5px;
        display: block;
        width: 100%;
        text-align: center;
    }

    .suscription-module .wpcf7-form-control-wrap.email,
    .suscription-module .wpcf7-form-control-wrap.fullname {
        width: 100%;
    }

    .about-us__page .banner .slogan {
        font-size: 18px;
    }

    .about-us__page .banner .slogan span {
        font-size: 25px;
    }

    .about-us__page .big-title {
        text-align: center;
        font-size: 30px;
        line-height: 30px;
        width: 100%;
    }

    .about-us__page .big-title span {
        margin: auto;
    }

    .about-us__page .boxes .box-content .text {
        margin: 0 40px;
    }

    .about-us__page .boxes article {
        margin: 0;
        padding: 0;
    }

    .about-us__page .boxes {
        height: 450px;
    }

    .about-us__page .forms ul li a {
        font-size: 17px;
        padding: 5px 15px;
    }

    input[type="file"] {
        width: 100%;
    }

    .experience__page .banner .slogan span {
        font-size: 18px;
    }

    .experience__page .banner .slogan span {
        font-size: 25px;
    }

    .experience__page .tabs-list li {
        width: 100%;
    }

    .projects-page .banner .slogan {
        font-size: 18px;
    }

    .projects-page .banner .slogan span {
        font-size: 25px;
    }

    .projects-list .filter-input {
        padding: 5px 20px;
        width: 100%;
    }

    .project__header .slogan p {
        font-size: 25px;
        line-height: 25px;
    }

    .project__header .slogan p + p {
        font-size: 17px;
        line-height: 17px;
    }

    .project__gallery .t {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 40px;
    }

    .gallery-tabs ul li a {
        font-size: 15px;
        padding: 5px 15px;
    }

    .project__gallery .caption {
        font-size: 12px;
    }

    .project__tour h3 {
        font-size: 30px;
        line-height: 30px;
    }

    .project__route .waze-box {
        top: 0px;
        color: gray;
        margin-bottom: 20px;
    }

    .carousel__slogan .slogan p {
        font-size: 25px;
        line-height: 25px;
    }

    .carousel__slogan .slogan p + p {
        font-size: 18px;
        line-height: 18px;
    }

    .carousel__slogan figure {
        margin: 0 10px 0 0;
    }

    .carousel__slogan img {
        width: 100px;
        height: auto;
        margin: 0;
    }

    .single .carousel__slogan, .category .carousel__slogan {
        top: 0px;
    }

    .form-pages-list ul li {
        width: 100%;
    }

    .form-pages-list ul li a {
        font-size: 17px;
        padding: 5px 15px;
    }

    .forms-page .banner .slogan span {
        font-size: 25px;
    }

    .forms-page .banner .slogan {
        font-size: 18px;
    }

    header .custom-logo-link {
        position: relative;
        float: right;
    }

    header {
        top: 20px;
        height: 70px;
    }

    header .custom-logo-link {
        top: -13px;
        float: right;
    }

    header .custom-logo-link img {
        height: 82px !important;
    }
}

@media screen and (max-width: 900px) {
    header {
        top: 15px;
        position: relative;
    }

    header .custom-logo-link {
        display: table;
        margin: auto;
        position: relative;
        float: none;
    }

    .project__menu_wrapper {
        background-color: white;
    }

    .project__header {
        height: auto;
    }

    .project__header .project__menu li {
        width: 100%;
        text-align: center;
    }

    .project__header .project__menu li a {
        text-shadow: none !important;
    }

    .carousel__slogan img,
    .carousel__slogan figure {
        width: 250px;
    }

    .single .carousel__slogan, .category .carousel__slogan {
        top: 0;
    }

    .experience__page .banner .slogan span {
        font-size: 20px;
    }

    .experience__page .banner .slogan {
        font-size: 18px;
    }

    .menu-finder {
        right: 0;
        width: 70px;
        position: absolute !important;
    }

    .button-finder {
        position: absolute !important;
        top: 26px;
        font-size: 23px;
        right: 9px;
    }

    .header-search {
        top: 50px;
    }

    .header-search button {
        margin-top: 5px;
    }
}
@media screen and (max-width: 414px) {
    .fancybox-caption__body{
        font-size:9px;
    }
    .fancybox-caption {
        padding: 75px max(20px,env(safe-area-inset-right)) max(20px,env(safe-area-inset-bottom)) max(20px,env(safe-area-inset-left));
    }
}