
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:wght@100..900&display=swap');

h1,h2,h3,h4,h5,h6{
     font-family: "Poppins", sans-serif;
}
h1{
      font-size: 5rem;
    font-weight: 200;
}
p{
    font-size: 19px;
    font-family: "Roboto", sans-serif;
}
/************************GENERAL************************************/

.c-bg-grey-1 {
    background-color: #b48b7f1c !important;
}
.c-content-title-1 > h3 {
    font-size: 23px;
}
.c-content-person-1-slider .owl-nav .owl-prev:before { content: "‹"; }
.c-content-person-1-slider .owl-nav .owl-next:before { content: "›"; }

.c-content-person-1-slider .owl-nav .owl-prev,
.c-content-person-1-slider .owl-nav .owl-next {
  display: inline-block;
  font-size: 30px;
  line-height: 1;
}
/****************** WEBFORMS *******************/
.form-required::after { /*Camp obligatori*/
    content: '';
    vertical-align: super;
    display: inline-block;
    background-image: url(http://d10.cromlec.cat/sites/default/files/required.svg);
    background-repeat: no-repeat;
    background-size: 7px 7px;
    width: 7px;
    height: 7px;
    margin: 0 0.3em;
}

/*************************BLOC IDIOMA*******************************/
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
    top: 0%;
    z-index: 9999;
    margin-top: 33px;
}

.dropdown-menu {
    border: 0;
    box-shadow: 0px 3px 12px -5px rgba(0, 0, 0, 0);
    background: #00ffff00;
}

.c-content-pagination > li > a {
    color: #32c5d2;
    border-radius: 0px;
    border: 0px solid #eeeeee;
}

/*******************************COOKIES******************************************/
.cookies {
    position: fixed;
    bottom: 0%;
    /* right: 0px; */
    z-index: 99999999;
    right: 10px;
    background: #387ad8;
    bottom: 0;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
    padding: 8px;
  }

.cookies a {
    color:#ffff;
  }

/**************MENU BLOC***************************/
.c-layout-header.c-layout-header-default {
    background: #b68a7fd6;
    border-bottom: 0;
  }
  .c-layout-header.c-layout-header-4 {
    background: rgba(85, 75, 68, 0.4);
  }
   .c-page-on-scroll .c-layout-header.c-layout-header-4 {
    background: rgba(85, 75, 68, 0.4);
    border-bottom: 1px solid #e6eff3;
    box-shadow: none;
  }
  .c-layout-header.c-layout-header-4 .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-link {
    color: #fff;
  }
  .c-page-on-scroll .c-layout-header.c-layout-header-4 .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-link {
    color: #fff;
  }
  .node-nd-project .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item {
  margin-top: 100px;
}
  /*****************************PAGINA PRODUCTES*******************************/
  .tit_card {
    position: absolute;
    width: 100%;
    height: 100%;
    align-content: center;
    color: white;
    text-transform: uppercase;
    font-weight: 300;
    z-index: 1;
    font-size: 2.7rem;
    padding: 3rem;
    text-align: center;
    font-family: "Poppins", sans-serif;

}
.tit_card a{
    color: white;
}
/*.overlaynegro {
    background-color: #000;
}
.overlaynegro img {
    width: 100%;
    -webkit-filter: opacity(.5);
        transition: transform 0.3s ease-in-out;
}

.flip-card:hover .overlaynegro {
    transform: scale(1.1);
    transition: transform 2.1s ease-in-out;
}*/
.overlaynegro {
    background-color: #000;
  object-fit: cover; /* ✨ hace que no se deforme */
  transition: transform 2.1s ease-in-out;
}


.overlaynegro img {
    width: 100%;
/*    -webkit-filter: opacity(.5);*/
        transition: transform 0.3s ease-in-out;
}

/*.flip-card:hover .overlaynegro {
    transform: scale(1.1);
    transition: transform 2.1s ease-in-out;
}*/
.flip-card {
  position: relative;
  overflow: hidden; /* ✨ evita que la imagen se salga */
}

.flip-card:hover .overlaynegro {
  transform: scale(1.1);
  transition: transform 1.1s ease-in-out;
}
.imgnone{
    display: none;
    
}

.vistasimg{
    width: 1900px;
    margin-left: 20px;
}
.cbp-l-project-title {
    color: #3f444a;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 130px;
}
.cbp-l-caption-buttonRight {
  background-color: #f7f2f1;
  }
  .image-title {
    color: black;
    font-size: 1.5rem;
    margin-top: 5px;
  }
  .contextual-region.node-nd-project .cbp-popup-content .field__items img {
    display: none;
  }

  .cbp-popup-lightbox-title {
    color: #eee;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    font-weight: 300;
    display: none !important;
}
/**************************************SLIDER************************************/

.zoom-auto {
  animation: zoom 6s infinite alternate ease-in-out;
}

@keyframes zoom {
  0%   { transform: scale(1); }
  100% { transform: scale(1.2); }
}
.tit-slider{
    font-size: 3rem;
    color: #fff;
    font-family: "Poppins", sans-serif;
    line-height: 1.3;
    font-weight: 200 !important;
}
.md-object img {
    width: 50px;
    height: auto;
    margin-top: 120px;
}
/******************************CONTACTE******************************/
iframe {
  width: -moz-available;
}
/******************************FOOTER*********************************/
.c-container .c-links.c-theme-ul {
    color: white;
}
#contact p a {
  color: white;
}
h5.c-left.c-font {
    color: white;
    font-size: 20px;
    margin: -20px 5px;
}
.c-layout-footer.c-layout-footer-3 .c-prefooter .c-container .c-links > li {
    list-style: none;
    padding: 5px 0;
    border-bottom: none !important;
}

.c-layout-footer.c-layout-footer-3 .c-prefooter .c-container .c-links > li > a {
  color: #fff !important;
}
.c-postfooter.imgblanco.text-center {
  background-color: #fff;
}
/**********************************LOGO**********************************/

.c-layout-header .c-navbar .c-logo img {
    max-height: 100px !important;
}
/***********************************LOGOCLIENTES*******************************/
.c-content-client-logos-1 .c-img-pos {
    width: 150px !important;
    opacity: 0.8;
}
.c-content-client-logos-1 .c-img-pos:hover {
     opacity: 0.4;
}

.c-content-client-logos-1 .c-logo-1 {
    border-right: 0px solid #edeff0;
    border-bottom: 0px solid #edeff0;
}
.logos-aling{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.sk-cube-grid .sk-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: #A68178;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation-delay: 0s;
}
.loading-bar-hoz{
    display: none;
}
/**********************************PEU*****************************************/
.txt-peu p{
    font-size: 1.5rem;
    color: #fff !important;
}
.txt-avislegal p{
    font-size: 1.2rem;
    color: #fff !important;
}

/**********************************RESPONSIVE**********************************/
@media (min-width: 992px) {
    .c-page-on-scroll.c-layout-header-fixed .c-layout-header {
        height: 99px;
        line-height: 0px;
    }
    .c-page-on-scroll .c-layout-header.c-layout-header-default {
        background:#b68a7f73;
        border-bottom: 0;
        box-shadow: none;
    }
    .c-layout-header .c-navbar .c-mega-menu.c-fonts-bold > .nav.navbar-nav > li > .c-link {
        font-weight: 300;
        font-family: "Roboto", sans-serif;
        letter-spacing: 3px;
    }

       .col-md-4-log {
/*        width: 10.33333%;*/
    }
}
