/* MAIN */

* {-webkit-transition: all 0.4s;-moz-transition: all 0.4s;-ms-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4s;}
body, input {-webkit-font-smoothing: antialiased;font-variant-ligatures: no-common-ligatures;font-family: 'Roboto', sans-serif;}

#main {margin-top: 110px;}

@media (max-width: 768px) {
    #main {margin-top: 60px;}
}

.m-pagetransition {
    visibility:hidden;
}


/* TITLES */

h1, h2, h3, h4, h5 {}

h1, h2 {
    font-size: 100%;
}

/* TEXT */

.textXS{font-size: 60%;}
.textS, small{font-size: 70%;}
.textSM{font-size: 80%;}
.textM{font-size: 90%;}
.textMM{font-size: 110%;}
.textML{font-size: 120%;}
.textL{font-size: 140%;}
.textXL{font-size: 160%;}
.textXXL{font-size: 185%;}
.textXXXL{font-size: 200%;}
.textExtra{font-size: 300%;}

.thin {font-weight: 300;}
.medium {font-weight: 400;}
strong, .strong, b {font-weight: 500;}

.lineHeightS {line-height: 1.3em;}
.lineHeightM {line-height: 1.5em;}
.lineHeightMM {line-height: 1.7em;}
.lineHeightL {line-height: 2em;}
.whiteSpace {white-space: pre;}
.letterSpacingM {letter-spacing: 1.3px;}
.letterSpacingL {letter-spacing: 2px;}

.shadowText{text-shadow: 1px 1px 4px #000000;}

/* COLOURS */

.bg-custom-light {
    background-color: #E6EAEA;
}

.bg-grey-10 {background-color: rgba(0,0,0,0.10);}
.bg-grey-20 {background-color: rgba(0,0,0,0.20);}
.bg-grey-30 {background-color: rgba(0,0,0,0.30);}
.bg-grey-40 {background-color: rgba(0,0,0,0.40);}
.bg-grey-50 {background-color: rgba(0,0,0,0.50);}
.bg-grey-60 {background-color: rgba(0,0,0,0.60);}
.bg-grey-70 {background-color: rgba(0,0,0,0.70);}
.bg-grey-80 {background-color: rgba(0,0,0,0.80);}
.bg-grey-90 {background-color: rgba(0,0,0,0.90);}
.bg-black {background-color: #000;}

.text-grey-10 {color: rgba(0,0,0,0.10);}
.text-grey-20 {color: rgba(0,0,0,0.20);}
.text-grey-30 {color: rgba(0,0,0,0.30);}
.text-grey-40 {color: rgba(0,0,0,0.40);}
.text-grey-50 {color: rgba(0,0,0,0.50);}
.text-grey-60 {color: rgba(0,0,0,0.60);}
.text-grey-70 {color: rgba(0,0,0,0.70);}
.text-grey-80 {color: rgba(0,0,0,0.80);}
.text-grey-90 {color: rgba(0,0,0,0.90);}
.text-black {color: #000;}

.mainColor{color: #452b5e;}
.mainColorB{background-color: #452b5e;}

.secondColor{color: #f7a719;}
.secondColorB{background-color: #f7a719;}

.greyColor {color:#b9b9b9;}
.greyColorMedium {color:#8c8c8c}

@media (max-width: 576px){
    .txt-size-mobile{
        font-size: 85%;
    }
}

/* EFFECTS */

.nocursor {
    cursor: default;
}

.hooverNews:hover {
    background-color: #f2f2f2;
}

.grey_image{
    filter: grayscale(100%);
}


.info_hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(77,96,96, 0.75);
    opacity: 0;
}

.info_hover:hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(77,96,96, 0.75);
    opacity: 1;
}

.info {
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.tint:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(77,96,96, 0.75);
    transition: all 0.3s linear; opacity: 0
    }

.tint:hover:before  {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(77,96,96, 0.75);
    opacity: 1;
}

.animate {
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@media (min-width: 1200px) {
    .container {max-width: 960px;}
}

@media (min-width: 576px) and (max-width: 1499.98px) {
    .container-custom { width: 100%;max-width: 100%;padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;}
}

@media (min-width: 1500px) {
    .container-custom {max-width: 1350px;}
}

.brighten  {
    filter: brightness(100%);
    text-decoration: none;
    cursor: pointer;
}

.brighten:hover {
    filter: brightness(115%);
    text-decoration: none;
    cursor: pointer;
}

.trans  {
    opacity: 1;}
 
.trans:hover {
    opacity: .8;
}

.brightenSlick  {
    filter: brightness(100%);
}

.brightenSlick:hover {
    filter: brightness(120%);
}

a{
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /*word-break: break-all;*/
  word-break: break-word;
  -ms-hyphens: none;
  -moz-hyphens: none;
  -webkit-hyphens: none;
  /*hyphens: auto;*/
}

a.noeffect, .breadcrumbs a{color: inherit;}
a.noeffect:hover, .breadcrumbs a:hover {color: inherit;text-decoration: none;}

a.noneeffect{text-decoration: none;}

a.effect{color: inherit; text-decoration: underline;}
a.effect:hover{color: inherit;text-decoration: none;}

#post a, .post a{
    color:inherit;
    text-decoration: underline;
}

#post a:hover, .post a:hover {
    text-decoration: none;
}

img {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

#post img{
    max-width: 100%;
    height: auto;
    width: 100%;
}

#post h1{
    padding-bottom: 0.5rem;

}

/*#post h2, #post h3 {
    padding-top: 1rem;

}*/

.grow {transition: all .2s ease-in-out;transform: scale(1); }
.grow:hover { transform: scale(1.2); }
.growS { transition: all .2s ease-in-out; }
.growS:hover { transform: scale(1.05); }
.jump{transition: all .2s ease-in-out;}
.jump:hover {transform: translate(5px,0);transition: all .2s ease-in-out;}

.p-relative {position: relative;}
.p-absolute {position: absolute;}
.overF {overflow: hidden;}

@media (min-width: 786px){
    .p-md-absolute {position: absolute;}
}
.social-position{
    right: 15px;
    bottom: 1rem;
}

@media (max-width: 576px){
    .social-position{
        right: 50px;
        top: 12px;
        position: absolute;
    }
}

.embed-container {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    /*margin: 8px 0 12px;*/
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.wp-video { width: 100% !important }
.wp-video video { width: 100% !important; height: 100% !important; }

.btn.focus, .btn:focus {
    box-shadow: 0 0 0 0.1rem rgba(255,255,255,.25) !important;
}


iframe {
    border: 0px !important;
}

.rowAdjust {
    margin-right: -15px;
    margin-left: -15px;
}

/* ********************** NAVBAR *********************** */
.navbar-toggler {
    padding: 0;
}

.wpml-ls-legacy-dropdown a {
    border: 0px !important;
}

.wpml-ls-legacy-dropdown {
    width: auto !important;
    max-width: 100%;
    display: inline-block;
    margin-left: 20px;
}

/*
.dropdown:hover>.dropdown-menu {
  display: block;
}
*/

.dropdown-item {
    padding: .35rem 1.5rem;
}

@media (min-width: 768px){
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 3.5rem;
        padding-left: 3.5rem;
        padding-bottom: .5rem;
    }
}

@media (max-width: 576px){
    .wpml-ls-legacy-dropdown {
        margin-left: -5px;
    }
    .dropdown>.dropdown-menu {
        display: block;
    }
    .dropdown-menu {
        border: none;
        text-align: right;
        padding: .3rem 0;
        margin: 0;
        border-top: solid 1px #ddde;
    }
    .dropdown-toggle{
        text-align: right;
    }
    li#menu-item-177 {
        position: absolute;
        bottom: 0px;
        width: 33%;
    }
    li#menu-item-176 {
        position: absolute;
        bottom: 0px;
        width: 23%;
    }
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    // pointer-events: none;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #000;
}
.dropdown-item.active, .dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: #eee;
}

.dropdown-menu {
    border-radius: 0px;
    font-size: 0.9rem;
    top:95%;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.navbar-light .navbar-nav .active>.nav-link{
   color: rgba(0,0,0);
   font-weight: 500 ;
}

.nav-link {
    padding: 0 .8rem;
}

@media (max-width: 768px) {
    .nav-link {
        display: block;
        padding: .5rem 1rem !important;
    }
}

.navbar-light .navbar-toggler {
    color: none;
    border-color: transparent;
    height: 38px;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}

.navbar-toggler span {
   display: block;
   background-color: #000;
   height: 3px;
   width: 35px;
   margin-top: 5px;
   margin-bottom: 5px;
   -webkit-transform: rotate(0deg);
   -moz-transform: rotate(0deg);
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
   position: relative;
   left: 0;
   opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
   -webkit-transition: transform .35s ease-in-out;
   -moz-transition: transform .35s ease-in-out;
   -o-transition: transform .35s ease-in-out;
   transition: transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: relative;
    left: 0px;
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: relative;
    left: 0px;
    top: -15px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}

/* BUTTONS */

.plus {position: absolute;bottom: 40px;}

.plusCircle {position: absolute;bottom: 40px;}
@media (max-width: 768px) {
  .plus {position: relative; bottom: 0px}
  .plusCircle{ position: relative; bottom: 0px}
}


.btn {
    border-radius: 0px;
    letter-spacing: 1.2px;
    font-weight: bold;
    padding: .475rem 2.75rem;
    font-size: 11pt; 
}

.btn-second-line {
    color: #f7a719;
    background-color: transparent;
    text-transform: uppercase;
    border: solid 1.5pt #f7a719;
}

.btn-second-line:hover, .btn-second-line:active{
    background-color: #fff !important;
    color: #f7a719 !important;
    border: solid 1.5pt #f7a719 !important;
}

.btn-second-lineW {
    color: #f7a719;
    background-color: transparent;
    text-transform: uppercase;
    border: solid 1.5pt #f7a719;
}

.btn-second-lineW:hover, .btn-second-lineW:active{
    color: #fff !important;
    border: solid 1.5pt #fff !important;
}

/* SLIDER */

.carousel-info {
    position: absolute;
    right: 15%;
    top: 60px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (max-width: 576px) {
    .carousel-info{top: 20px;}
}

@media (max-width: 768px) {
    #fp_carousel .carousel-info{ font-size: 60%; }
}

@media (min-width: 769px) and (max-width: 999px) {
    #fp_carousel .carousel-info{ font-size: 75%; }
    .carousel-info{top: 40px;}
}

/* MENU */

#menu-item-176 a, #menu-item-177 a, #menu-item-178 a {
  color: rgba(0,0,0,0.40) !important;
}

/* ********************** STICKY SIDEBAR *********************** */
.content-section {
  min-height: 2000px;
}

.sidebar-section {
  position: absolute;
  height: 100%;
  width: 100%;
}

@media (max-width: 576px) {
    .sidebar-item {
        position: relative !important;
    }
}
.sidebar-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    /* Position the items */
    // &:nth-child(2) { top: 25%; }
    // &:nth-child(3) { top: 50%; }
    // &:nth-child(4) { top: 75%; }
}
.make-me-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;   
    padding: 0 15px;
}

@media (max-width: 576px) {
    .make-me-sticky {   
        padding: 15px 0px 0px 0px !important;
    }

}

/* FORMS */

div.wpforms-container-full .wpforms-form .wpforms-field-description.wpforms-disclaimer-description {
    height: 100px !important;
}

@media (max-width: 576px) {
    div.wpforms-container-full .wpforms-form .wpforms-one-half, div.wpforms-container-full .wpforms-form .wpforms-three-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-fourths {
        width: 100% !important;
    }
    div.wpforms-container-full .wpforms-form .wpforms-one-half{margin-left: 0px !important;} 
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
    height: 90px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    text-align: center;
    padding-top: 1.4rem !important;
}

.wpforms-field-container input[type=text], .wpforms-field-container input[type=tel], .wpforms-field-container input[type=email], .wpforms-field-container input[type=password], .wpforms-field-container textarea {
    min-width: 100%;
    background-color: #f2f2f2 !important;
    border-radius: 0px !important;
    border: 0px !important;
    font-weight: 300;
    letter-spacing: 1.3px !important;
    font-size: 90% !important;
} 

.wpforms-field-container a{
    color: inherit;
    text-decoration: underline !important;
}
.wpforms-field-container a:hover{
    color: #899c6f;
    text-decoration: underline !important;
}

.wpforms-field-container label, .wpforms-field-description {
    font-weight: normal !important;
    font-size: 80% !important;
    color: #452b5e;
    letter-spacing: 1.2px !important;
}

.wpforms-field-container .wpforms-field-checkbox label {
    font-size: 70% !important;
}

.wpforms-field-checkbox {
    padding: 3px !important;
}

.wpforms-submit {
    color: #f7a719 !important;
    background-color: transparent !important;
    text-transform: uppercase !important;
    border: solid 1.5pt #f7a719 !important;
    letter-spacing: 1.2px!important;
    font-weight: bold !important;
    padding: .475rem 2.75rem !important;
    font-size: 11pt !important;
}

..wpforms-submit:hover{
    background-color: #fff !important;
    color: #f7a719 !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
    max-width: 100% !important;
}

.wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: transparent !important;
    border: none !important;
    text-align: center !important;
}

.wpforms-disclaimer-description {
    color: #8c8c8c !important;
    font-weight: 300 !important;
}

/* FOOTER */

footer a{
    color: inherit;
}

footer a:hover, footer a:focus{
    color: inherit;
    text-decoration: none;
}

footer p{
    font-size: 15px !important;
    line-height: 1.8em !important;
}

footer ul {
    padding: 0px;
    line-height: 1.5em;
    margin-bottom: 0rem;
}
footer ul li {
    list-style: none;
    margin-bottom: 0.5rem;
}

/* BREADCRUMBS */

span.post.post-page.current-item {
    margin-left: 7px;
}

.breadcrumbs{}

.breadcrumbs a{
    margin: 0px 5px;
    padding: 4px 8px;
    background-color: #f9f9f9 !important;
    color: #666;
}
.breadcrumbs a:hover, .breadcrumbs a:focus{ background-color: #fff !important; }

/* SSAB */
.ssbp-btn {
    background: #452b5e !important;
    border: solid 2px #452b5e;
    color: #fff !important;
}

.ssbp-facebook:hover, .ssbp-twitter:hover,.ssbp-whatsup:hover, .ssbp-linkedin:hover,.ssbp-email:hover  {
    border: solid 2px #452b5e !important;
    color: #452b5e !important;
    background-color: #fff !important;
}

.ssbp-wrap .ssbp-list li {
     margin-top: 0.5rem !important;
}


/* SEARCH AND FILTER */


select {
    font-weight: 500;
    border-bottom: solid 1px #f2f2f2 !important;
    border-top: 0px!important;
    border-left: 0px!important;
    border-right: 0px!important;
    background-color: #fff !important;
    border-radius: 0rem !important;
    margin-top: 8px;
    width: 100%;
    padding: 10px;
    color: #0b2c43;
    -webkit-transition: .5s;
    transition: .5s;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../imgs/arrow_y_select.svg) 94% / 15px no-repeat;
}

/* Style the active class (and buttons on mouse-over) */
.sf-option-active, .sf-level-0:hover {
  font-weight: 500 !important;
}



input.sf-input-text {
    padding: .5278em;
    font-weight: lighter;
    border-radius: 0px !important;
    border:solid 1px #ddd;
    width: 75%;
}

.searchandfilter ul li li {
    padding: 5px 0;
    text-align: center;
    margin: 0 auto;
    display: inline-block !important;
}

.searchandfilter ul {
    padding-inline-start: 0px !important;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}


.searchandfilter ul li li {
    padding: 5px 0;
    display: inline-block;
    width: 12%;
    display: inline-flex;;
}

.searchandfilter ul li.sf-field-search label {
    padding: 5px 0;
    display: inline-block;
    width: 40% !important;
}

.searchandfilter ul li.sf-field-post-meta-post_fecha {
    padding: 5px 0;
    display: inline-block;
    width: 16.666667% !important;
}

.searchandfilter ul li.sf-field-sort_order, .searchandfilter ul li.sf-field-post-meta-post_project, .searchandfilter ul li.sf-field-post-meta-post_proyecto {
    padding: 5px 0;
    display: inline-block;
    width: 25% !important;
}

.searchandfilter ul li.sf-field-post-meta-post_tipo {
    padding: 5px 0;
    display: inline-block;
    width: 33% !important;
}

.searchandfilter label {
    font-size: 92%;
    cursor: pointer;
    padding: 0 15px !important;
    width: 100% ;
}

.search-filter-form-98 .searchandfilter label {
    font-size: 92%;
    cursor: pointer;
    padding: 0 15px !important;
    width: 100% ;
    text-align: center;
}

.searchandfilter select.sf-input-select {
    width: 100%;
}

@media (max-width: 576px) {
    .searchandfilter ul li li {
        width: 33.33%;
        text-align: left;
    }
    /*searchandfilter ul li li.sf-item-0 {
        width: 100%;
    }*/
    .searchandfilter ul li.sf-field-search label, .searchandfilter ul li.sf-field-post-meta-post_fecha, .searchandfilter ul li.sf-field-sort_order, .searchandfilter ul li.sf-field-post-meta-post_project, .searchandfilter ul li.sf-field-post-meta-post_proyecto, .searchandfilter ul li.sf-field-post-meta-post_tipo  {
        width: 100% !important;
    }
}

input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: none !important;
}





/* HEIGHT COLUMNS */

.equal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.equal > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.supergrid .col-md-6, .supergrid .col-md-3 {
    margin-bottom: 20px;
}

@media (min-width: 576px){
    .supergrid .col-md-6, .supergrid .col-md-3 {
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px;
    } 
}


/* MASONRY */

@media (min-width: 786px){
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
}

@media (min-width: 992px){
    .card-columns {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
}


.card {
    border-radius: 0px;
    border: none;
}

.card-columns .card {
    margin-bottom: 0rem;
}



