/*
Theme Name: CONSTRUCCIONS CHICA
Theme URI: www.construccionschica.com
Author: Jordi Comellas 
Author URI: http://cumesoft.com
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:400,700|Oswald&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

a {
  color: #2B2F33; }

.e-title {
  text-align: center;
  font-size: 3em;
  margin: 1em 0; }

@keyframes fadeinMain {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.e-clip, .page__container--home, .c-slider-home {
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
  clip-path: polygon(50% 0%, 100% 0, 100% 90%, 50% 100%, 0 90%, 0 0); }

.body {
  font-size: 100%;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  min-height: 100vh;
  width: 100vw;
  font-size: 15px;
  overflow-x: hidden;
  background-size: cover;
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif; }

h1 {
  margin-bottom: 20px;
  line-height: 1.5em; }

p {
  margin-bottom: 20px;
  line-height: 1.3em; }

.animated, .slick-active .c-message-home__content h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRight, .slick-active .c-message-home__content h2 {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

.c-message-home {
  position: absolute;
  z-index: 200;
  top: 0%;
  width: 100vw;
  height: 100%;
  min-height: 150px;
  color: #FFF; }
  .c-message-home__content {
    margin: auto;
    min-height: 150px;
    border-left: 4px solid #F6D66F;
    width: 300px;
    padding: 30px;
    margin-top: 25%;
    transform: translateY(-25%); }
    @media (max-width: 700px) {
      .c-message-home__content {
        width: 50%;
        padding: 10px;
        border-left: 2px solid #F6D66F;
        min-height: 100px; } }
    .c-message-home__content h2 {
      margin: 0px 0px 0px 30px;
      font-size: 2em;
      opacity: 0; }
      @media (max-width: 700px) {
        .c-message-home__content h2 {
          font-size: 1.2em;
          margin: 0; } }
      .c-message-home__content h2 a {
        text-decoration: none;
        color: #FFF; }

.c-servicos {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 20px; }
  .c-servicos__article {
    display: flex;
    flex-wrap: wrap;
    min-height: 250px;
    margin: 2em auto 4em;
    padding-bottom: 30px; }
    .c-servicos__article--min-height {
      min-height: 125px;
      margin: 2em auto 1em;
      padding-bottom: 0; }
      .c-servicos__article--min-height-last {
        padding-bottom: 30px; }
    @media (max-width: 700px) {
      .c-servicos__article > div {
        width: 100%; } }
  .c-servicos__image {
    width: 50%;
    order: 2; }
    .c-servicos__image a {
      transition: .5s; }
      .c-servicos__image a:hover img {
        border: 5px solid #F6D66F;
        object-fit: cover;
        opacity: .7; }
    .c-servicos__image img {
      width: 115px;
      height: 115px;
      border: 5px solid #FFF;
      object-fit: cover;
      transition: .3s; }
      @media (max-width: 700px) {
        .c-servicos__image img {
          width: 33.33%; } }
  .c-servicos__content {
    width: 50%;
    padding-left: 10px;
    border-left: 2px solid #F6D66F; }
  .c-servicos__title {
    margin-bottom: 0.9em; }

.main {
  animation: fadeinMain .8s;
  min-height: 80vh; }

.page {
  max-width: 1280px;
  margin: 0 auto; }
  .page__title b {
    background-color: #2B2F33;
    color: #FFF;
    padding: 0 10px; }
  .page__container--legal {
    padding: 30px 20px; }
    .page__container--legal ul {
      margin-bottom: 1.5em; }
      .page__container--legal ul li {
        margin-left: 1.5em; }
  .page__container__inner {
    max-width: 80%;
    margin: 1.8em auto; }
  .page__container--home {
    position: relative;
    overflow: hidden;
    font-size: 1.4em;
    background-color: #F6D66F;
    padding: 30px 20px 70px 20px; }
    @media (max-width: 700px) {
      .page__container--home {
        max-width: 100%; } }
    .page__container--home h1 {
      margin-bottom: 30px; }
      @media (max-width: 700px) {
        .page__container--home h1 {
          font-size: 1.1em;
          text-align: left; } }

.c-slider-home {
  position: relative;
  max-height: 90vh;
  overflow: hidden;
  background: #4e450c; }
  .c-slider-home img {
    width: 100%;
    opacity: .5; }
  .c-slider-home .slick-arrow {
    position: absolute;
    z-index: 101;
    top: 40%;
    transform: translateY(-40%);
    z-index: 300; }
  .c-slider-home .slick-next {
    outline: none;
    right: 10px;
    cursor: pointer;
    border: 0;
    font-size: 0;
    opacity: .6;
    background: none;
    content: "";
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-left: 60px solid #F6D66F;
    border-bottom: 30px solid transparent; }
    @media (max-width: 700px) {
      .c-slider-home .slick-next {
        border-top: 15px solid transparent;
        border-left: 30px solid #F6D66F;
        border-bottom: 15px solid transparent; } }
  .c-slider-home .slick-prev {
    outline: none;
    left: 10px;
    background: none;
    font-size: 0;
    border: 0;
    cursor: pointer;
    opacity: .6;
    content: "";
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-right: 60px solid #F6D66F;
    border-bottom: 30px solid transparent; }
    @media (max-width: 700px) {
      .c-slider-home .slick-prev {
        border-top: 15px solid transparent;
        border-right: 30px solid #F6D66F;
        border-bottom: 15px solid transparent; } }

.footer {
  margin: 0 auto;
  padding-bottom: 20px;
  width: 90%;
  min-height: 100px;
  overflow: hidden;
  width: 100%;
  color: #EFEFEF;
  background: #000 url("assets/svg/logo-contrucciones-chica-positivo.svg") no-repeat 98% 0px; }
  @media (max-width: 768px) {
    .footer {
      width: 100%;
      overflow: hidden;
      background-size: 40%;
      padding: 50px 0; } }
  .footer p {
    text-align: center;
    font-size: .8em;
    line-height: 1.5em;
    width: 90%;
    display: block;
    margin: 1em auto .5em; }
  .footer a {
    color: #EFEFEF; }

.header {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  z-index: 999 !important;
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom: 5px solid #F6D66F; }
  @media (max-width: 700px) {
    .header {
      background-color: #FFF; } }
  .header__telf {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.3em; }
    .header__telf p {
      transform: translateY(-10px);
      margin: 0;
      padding: 0 5px 0 0; }
    @media (max-width: 700px) {
      .header__telf {
        position: absolute;
        top: 20px;
        left: 5px;
        font-size: 1em; } }
  .header__container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    margin: auto; }
    @media (max-width: 700px) {
      .header__container {
        display: block; } }
  @media (max-width: 700px) {
    .header .logo a {
      text-align: center;
      display: block;
      max-width: 180px;
      margin: 0 auto; } }
  .header .logo img {
    margin-left: 2.3em;
    width: 300px;
    height: auto !important; }
    @media (max-width: 700px) {
      .header .logo img {
        margin: 0 auto;
        padding: 0;
        max-width: 100%; } }
  .header nav ul {
    display: flex;
    flex-flow: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: .5s;
    list-style-type: none; }
    @media (max-width: 700px) {
      .header nav ul {
        padding: 1em 0 0 0; } }
  .header ul li a {
    padding: 10px 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #262625;
    font-weight: bold;
    transition: .5s; }
    @media (max-width: 700px) {
      .header ul li a {
        padding: 0 20px; } }
  .header ul li a:hover,
  .header ul li a.active {
    background: #000;
    color: #fff;
    transition: .5s; }
  .header__lang nav ul {
    flex-wrap: wrap;
    justify-content: flex-end; }
    @media (max-width: 700px) {
      .header__lang nav ul {
        position: absolute;
        top: 0;
        right: 0; } }
    .header__lang nav ul li a {
      padding: 10px 5px; }
      .header__lang nav ul li a:hover, .header__lang nav ul li a.active,
      .body__page-lang-es .header__lang nav ul li a.active-es,
      .body__page-lang-ca .header__lang nav ul li a.active-ca {
        background: none; }
        .header__lang nav ul li a:hover img, .header__lang nav ul li a.active img,
        .body__page-lang-es .header__lang nav ul li a.active-es img,
        .body__page-lang-ca .header__lang nav ul li a.active-ca img {
          opacity: 1;
          transition: .5s; }
  .header__lang img {
    margin: 0 0.2 0.5em;
    width: 30px;
    opacity: .3; }
    @media (max-width: 700px) {
      .header__lang img {
        width: 20px; } }
  @media (max-width: 700px) {
    .header {
      display: block; }
      .header .logo img {
        width: 140px;
        margin-bottom: -10px; } }

/*# sourceMappingURL=style.css.map */
