@font-face {
  font-family: 'Clarendon';
  src: url('font/Clarendon.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Clarendon';
  src: url('font/ClarendonBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Clarendon';
  src: url('font/ClarendonMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Clarendon';
  src: url('font/ClarendonExpandedBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

body {
  height: 100%;
  padding: 0 !important;
}

a,
p,
h1,
h2,
h3,
label,
h4,
button {
  font-family: 'Clarendon';
}

.alignleft p {
    margin-bottom: 1.5em;
}

table td {
    border: 1px solid;
}

.more_services{
    background-color: #000000;
    color: #ffffff;
    padding: 13px 15px;
    font-size: 14px;
}

table {
    border: 1px solid;
    margin-bottom: 40px;
}

.parent{
padding: 0;
}

.team-email{
  color: #000000;
}


.parent {
   
    overflow: hidden;
   
}

.child {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}


.parent:hover .child, .parent:focus .child {
   /* -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);*/
}





.parent:hover .child:before, .parent:focus .child:before {
    display: block;
}

.parent:hover a, .parent:focus a {
    display: block;
}

.child:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}




.animation_1 {
  animation-name: fadeIn;
  animation: fadeIn; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 1.5s; /* don't forget to set a duration! */
}




.animate__animated.animation_delay{
    animation-name: fadeIn;
  animation-duration: 1.5s; /* don't forget to set a duration! */
-webkit-animation-delay:0.7s;
  animation-delay:0.7s;
  -webkit-animation-delay:calc(var(--animate-delay)*0.7);
  animation-delay:calc(var(--animate-delay)*0.7)

}


.animate__animated.animation_delay_2{
    animation-name: fadeIn;
  animation-duration: 1.5s; /* don't forget to set a duration! */
-webkit-animation-delay:1.4s;
  animation-delay:1.4s;
  -webkit-animation-delay:calc(var(--animate-delay)*1.4);
  animation-delay:calc(var(--animate-delay)*1.4)

}


.animate__animated.animation_delay_3{
    animation-name: fadeIn;
  animation-duration: 1.5s; /* don't forget to set a duration! */
-webkit-animation-delay:2s;
  animation-delay:2s;
  -webkit-animation-delay:calc(var(--animate-delay)*2);
  animation-delay:calc(var(--animate-delay)*2)

}



.img_crisis{
      padding-bottom: 3rem;

}
.mobile_lang{
  display: none;
    margin: 0 auto;
}
#menu-menu , #menu-menu-ingles ,#menu-menu-catalan {
  padding: 0;
}




.mobile_lang a.active{
  text-decoration: underline;
}
  .not_show_mobile{
    display:block;
  }
#close_filters{
  display: none;
}
.modal-fullscreen-menu .list-group .mobile_lang a {
    margin: 0 9px;
        font-size: 5vh;

}

.filters_tab{
    background-color: #000000;
    width: 136px;
    text-align: center;
    padding: 13px 0;
    position: absolute;
    top: 232px;
    z-index: 2;
    margin: auto;
    left: 0;
    right: 0;
    display: none;
  }

button{
      font-size: 18px;
    margin-bottom: 20px;
    background-color: #C9A290;
    padding: 8px 41px;
    position: absolute;
    bottom: 40px;
    margin: auto;
    left: 0;
    right: 0;
    color: #ffffff;
    border: none;
    border-radius: 0;
}

.filter_button {
  font-size: 18px;
    margin-bottom: 20px;
    background-color: #C9A290;
    padding: 8px 41px;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    color: #ffffff;
    border: none;
    border-radius: 0;
    background-color: #000000;
    margin-top: 3%;
}

button:focus{
  outline: none;
}

.navbar-header {
  position: relative;
}

.modal-fullscreen-menu .close {
  color: white;
  opacity: 1;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  font-size: 5vh;
}

.modal-fullscreen-menu .modal-dialog {
  margin: 0 auto;
  width: 100%;
  max-width: 768px;
  display: flex;
  height: 100%;
  align-items: center;
}

.modal-fullscreen-menu .modal-content {
  background-color: transparent;
  box-shadow: none;
  border: none;
}

.modal-fullscreen-menu .list-group {
  text-align: center;
  margin: 0 auto;
  border: none;
}

.modal-fullscreen-menu .list-group li {
  font-weight: 500;
  letter-spacing: 0;
  border: none;
  transition: all 0.25s ease;
  background-color: transparent;
  padding: 6vh 0;
  height: 5vh;
  font-size: 7vh;
  line-height: 7vh;
  z-index: 2;
  pointer-events: all;
  cursor: pointer;
}


.modal-fullscreen-menu .list-group .nav-lang-mobile li {
  height: 3vh;
    font-size: 5vh;
    line-height: 5vh;
        padding-left: 10px;

    padding-right: 10px;

}

.nav-lang-mobile a.active{
      border-bottom: 3px solid #ffffff;
}

   
.nav-lang-mobile{
  display: none;
}

.modal-fullscreen-menu .list-group li a{

  color: #ffffff;
      text-transform: capitalize;

 
}
.modal.fade .modal-dialog{
  transform: none!important;
}

.modal-fullscreen-menu .list-group li:before {
  /*content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  z-index: -1;
  opacity: 0;
  transition: transform 0.4s, opacity 0.4s;*/
}

.rss-mobile{
  padding-top: 2rem;
}

.rss-mobile i{
    font-size: 27px !important;
    padding: 0 6px;
    }

.modal-fullscreen-menu .list-group li:hover {
  text-decoration: none;
}

.modal-fullscreen-menu .list-group li:hover:before {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.modal-backdrop.in {
  opacity: 1;
}

.jumbotron {
  display: flex;
  align-items: center;
  margin: 0;
  height: 100vh;
  color: white;
  background-color: #333;
}

.modal {
  background-color: #C9A290;
}

.navbar {
  background-color: #C9A290;
  height: 139px;
  display: flex;
  position: fixed;
  width: 100%;
  z-index: 1;
  padding: 0;
    border-bottom: 1px solid #ffffff;

}

a.nav-link,
.fab,
.modal-fullscreen-menu .list-group a.nav-link {
  font-weight: 400;
  color: #ffffff;
  font-size: 17px;
  margin-left: 6px;

}

.nav-link.active {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 3px;
}

.underline,
.menu_underline:hover,
.modal-fullscreen-menu .list-group .nav-link {
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 3px;
}

.fab {
  font-size: 20px;
}

.nav-left,
.nav-center {
  margin: auto;
  padding: 0 1rem;
}

.nav-right {
  display: table;
  float: right;
}

.f_right {
  float: right;
}

.table_cell {
  display: table-cell;
}

.nav-left,
.nav-center {
  text-align: center;
}

.navbar-header {
  float: none;
}

.nav_logo {
  width: 284px;
}

.nav-menu,
.nav-rss,
.nav-lang {
  padding-left: 39px;
}

a.nav-menu:hover,
a.nav-menu:focus,
a.nav-menu:active {
  text-decoration: none;
  outline: none;
}

.close_nav {
  margin-bottom: 41px;
  padding-top: 0;
}

section {
  height: 100vh;
  padding-top: 139px;
  position: relative;
  background-size: cover;
  background-position: center;


}

section.proyect_background_top{
        background-position-y: 100px;

}
section.smaller_section{
    height: 100vh!important;

}

section.section_1 {
  height: calc(100vh - 139px);
  padding-top: 0;
}

.proyect_section {
  height: 100%;
}

.not_full_height {
  height: 100%;
}

.mahala_background_color {
  background-color: #C9A290;
}

.full_background {
  text-align: center;
  height: 100%;
}

.full_background p {}

.welcome p {
  /*font-size: 1.2vw;
    line-height: 1.5vw;*/
 font-size: 24px;
    line-height: 34px;

}

.pad_top_service {
  padding-top: 2rem;
}

.white {
  color: #ffffff;
}

.home_desc {
  padding: 2rem 5rem 0 5rem;
}

.text_desc,
.h_proyect a,
.h_proyect p,
.proyect_services a,
.proyect_services p {
  font-size: 20px;
  line-height: 26px;
  margin: 0;
}

.h_proyect p,
.proyect_services a,
.proyect_services p {
  padding: 0;
  margin: 0;
  color: #ffffff;
}

.h_proyect a {
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
}

.h_title {

  font-weight: 600;
}



.all_proyects .row {
  height: 100%;
}

h2 , .home_title {
  font-size: 80px;
  font-weight: 500;
  line-height: 78px;
  padding-top: 0;
  font-weight: 600;
  margin-top: 0;
}

h1 {
  font-size: 76px;
  font-weight: 400;
  line-height: 78px;
  line-height: 8vmin;
  font-size: 8vmin;
}
.show_mobile{
  display: block;
}

.no_show_mobile{
  display: none;
}
.welcome {
  max-width: 950px;
  margin: 0 auto;
  width: 100%;
  padding-top: 3rem;
  position: relative;
  top: 42%;
  transform: translateY(-50%);
  height: auto;
}

.first_home_section{
  height: 100%;
}

.first_home_section .welcome{
  transform: initial;
  padding-bottom: 3rem;
  top: initial;
}

.center_container {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
}

.call_to_actions {
  background-color: #000000;
    height: 105px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.home_call_to_actions{
  position: relative;
  bottom: auto;
}

.service_filters {
  top: 139px;
  position: fixed;
  z-index: 1;
}

.service_filters a:hover,
.service_filters .active,
.services_container .active {
  color: #C9A290;
}

.call_to_actions a,
.call_to_actions p {
  color: #ffffff;
  font-size: 18px;
}

.cta_col {
  text-align: center;
  padding-right: 1rem;
  padding-left: 1rem;
}

.services_responsive{
    display: none;
    background-color: #000000;
    position: fixed;
    top: 139px;
    width: 100%;
    z-index: 2;

}

.services_responsive.services_visible{
  display: block;
}

.cta_space {
  padding-right: 1px;
  padding-left: 1px;
  margin: 0;
}

.container_cta {
  max-width: 1414px;
  width: 100%;
  margin: 0 auto;
    padding: 42px 0 9px 0;
}

.section_service p {
  max-width: 56%;
  margin: 0 auto;
}

.team_section {
  background-size: cover;
}

img {
  width: 100%;
}

.service_proyects img {}

.h_proyect {
  position: absolute;
  bottom: 9%;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.proyect_services {}

.h_container_in {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.row {
  width: 100%;
  margin: 0;
  justify-content: center;
}

.row:after,
.row:before {
  content: unset;
}

.all_proyects_cta {
  font-size: 59px;
  font-weight: 500;
  line-height: 65px;
  color: #C9A290;
}

.all_proyects_cta:hover {
  text-decoration: none;
  color: #C9A290;
}

.proyects_arrow {
  max-width: 108px;
  padding-top: 10px;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.padding_sides {
  padding-left: 3rem;
  padding-right: 3rem;
}

.all_proyects {
    height: 140px;
  position: relative;
}

.footer {
  position: relative;
}

.service_photos {
  border-top: 1px solid #000000;
  /* max-width: 48vmin;*/
}

.footer_text {
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  padding: 1px 0;
  margin-bottom: 8px;
      display: block;

}

.footer_title {
  font-weight: 600;
}

.footer_last_row {
  padding: 4rem 0 4rem 0;
}

.pad_top {
  padding-top: 4rem;
}

.mahala_footer {
  background-color: #DAEDE9;
  padding: 4rem 0;
}

.mahala_f_logo {
  width: 108px;
}

.dark {
  color: #161615;
}

.mahala_footer a.nav-link {
  font-size: 14px;
  line-height: 16px;
  color: #161615;
  border-bottom: 1px solid #161615;
}

.mahala_footer .col-8 p {
  max-width: 743px;
  margin: 0 auto;
}

.container {
  max-width: 1250px;
}

.center {
  text-align: center;
}

.black, .contact_row a {
  color: #000000;
}

.service_title {
  padding-top: 0;
  margin: 0;
  padding-bottom: 2rem;
}

.service_container {
  padding-top: 120px;
  height: 100%
}

.service_highlight {
  font-size: 21px;
  line-height: 23px;
  margin-bottom: 1rem;
  padding: 8px 0 5px 0;
}

.service_container .row {
  padding: 2rem 0;
}

.service_proyects {
  margin-bottom: 1.5rem;
  position: relative;
}

.service_pad_left {
  padding-right: 9rem;
}

.service_pad_right {
  padding-left: 14rem;
  padding-right: 0;
}

.service_container .text_desc {
  margin-bottom: 20px;
}

.proyect_over_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
  font-size: 32px;
  line-height: 31px;
  width: 100%;
  padding: 0 2rem;
  font-weight: 500;
}

.signature {
  max-width: 184px;
  margin-bottom: 2rem;
}

.clients_logo {
  max-width: 145px;
}

.smaller_signature {
  max-width: 166px;
  margin-bottom: 2rem;
}

.bold {
  font-weight: 600;
}

.smaller_text {
  font-size: 17px;
  line-height: 21px;
}

.partner_row {
  margin: 0 auto;
  max-width: 800px;
}

.clients_logo_row {
  padding-bottom: 5rem;
}

.clients_logo_row {
  padding: 4rem 0;
}

.pad_top_bottom {
  padding: 5rem 0 6rem 0;
}

.team_pad {
  padding: 3rem 0;
}

h3 {
  font-size: 33px;
  line-height: 35px;
}

.clients_logo_row p,
.contact_row p {
  margin-bottom: 0;
}

iframe {
  height: 400px;
  width: 100%;
}

.contact_row a {
  display: block;
}

.sub_pad {
  padding-bottom: 2rem;
}

[type="checkbox"] {
  vertical-align: middle;
}

label {
  word-wrap: break-word;
  font-size: 18px;
  border: 1px solid #ffffff;
  position: relative;
  padding: 12px 0 11px 0;
  text-align: left;
  padding-left: 46px;
  padding-right: 18px;
  width: fit-content;

}
.filters_container {
    text-align: center;
    margin: 0 auto;
    position: relative;
    top: auto;
    transform: none;
    height: auto;
    display: block;
    padding: 0;
    max-width: 93%;

}


li {
  list-style: none;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

input:checked~.checkmark:after {
  display: block;
}

.filter_label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}


/* Style the checkmark/indicator */
.checkmark_mobile:after {
  content: url('cerrar_mobile.svg')!important;
    width: 9px!important;
    left: 3px!important;
    top: -6px!important;

}


.checkmark:after {
  content: url('cerrar.svg');
  left: 2px;
  top: -3px;
    width: 13px;
  height: 10px;
  color: #C9A290;
  border-width: 3px;
}


.filter_label_checked {
  background-color: #ffffff;
  color: #C9A290;
}

.filters_container  .filter_label_checked {
  color: #C9A290;
}

.checkmark {
  position: absolute;
  top: 15px;
  left: 16px;
  height: 19px;
  width: 19px;
  background-color: #ffffff;
  border: 1px solid #C9A290;
      background-clip: content-box;

}
.filters_container .checkmark{
    position: absolute;
    top: 15px;
    left: 16px;
    height: 19px;
    width: 19px;
    background-color: #fff;
    border: 1px solid #c9a290;
    background-clip: content-box;

}

.col- {
    padding: 0 10px 1rem 10px;
}

.proyect_sub {
    padding-bottom: 5%;
}

.filter_row {
  padding-bottom: 1rem;
  display: flex;
}

.proyect_background {
  background-size: cover;
  width: 100%;
  /* padding: 0 4rem;*/
  height: 64vmin;
}

h4 {
  font-size: 50px;
  font-weight: 500;
  line-height: 55px;
  margin: 0 auto;
      max-width: 514px;

}
  .legal h4 {
      font-size: 27px;
      line-height: 37px;
      max-width: 100%;
      padding: 18px 0;
  }

.proyect_link {
  font-size: 19px;
  line-height: 21px;
}

.proyect_background .cta_col {
  padding-right: 10px;
  padding-left: 10px;
}

.border_left {
  border-left: 5px solid #ffffff;
  border-top: 8px solid #ffffff;
}

.border_right {
  border-right: 5px solid #ffffff;
  border-top: 8px solid #ffffff;
}

.proyect_1_row {
  margin-top: 0;
  padding: 0 11%;
  text-align: center;
}

.proyect_desc {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
}

.first_proyect_row {
  border-top: 0;
}

.last_proyect_row {}

.proyect_sub {
  font-size: 23px;
  line-height: 26px;
  margin: 0;
}

.temp_1_container p {
  font-weight: 500;
  font-size: 37px;
  line-height: 48px;
  text-align: center;
  /* padding: 0 19%;*/
}

.template_extrapad {
  text-align: center;
  padding: 0 23%;
}

.temp_1_2_left img {
  padding-right: 6rem;
}

.temp_1_2_right p {
  text-align: center;
  width: 57%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%)!important;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.no_pad_left_col {
  padding-left: 0;
}

.no_pad_right_col {
  padding-right: 0;
}

.template_video {
  position: relative;
  width: 100%;
  padding-bottom: 55.25%;
  margin: 0 15px;
}

.mid_height {
  height: 40%;
  position: relative;
}

iframe.youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.temp_2_container {
  padding: 7rem 15px 11rem 15px;
}

.temp_2_text {
  display: flex;
}

.temp_2_text p {
  display: flex;
  padding: 0 15%;
  margin: 0 auto;
  text-align: center;
}

.temp_4_text p {
  text-align: center;
  padding: 0 25%;
}

a {
  cursor: pointer;
}

.t3_photos {
  height: 45vw;
  background-size: cover;
  background-position: center;
  background-clip: content-box;
}

.border_client {
  border-top: 1px solid #000000;
  padding-top: 10px;
}

.desktop {
  display: flex;
}


.services_novisible,
.filters_novisible,
.mobile,
.filters_tab {
  display: none;
}


.services_tab{
  display: none;
}

.services_mobile {
  display: none;
  background-color: #000000;
  position: fixed;
  top: 139px;
  width: 100%;
  z-index: 2;
}


.services_visible , .filter_row.filters_visible {
  display: block;

}

.team_pad .col-4{
  margin-bottom: 5rem;

}

.services_container {
  max-width: 300px;
  display: grid;
  padding: 2rem;
}

#close_services , #close_filters, #close_services_home {
  position: absolute;
  right: 2rem;
  font-size: 28px;
  top: 13px;
  cursor: pointer;
      max-width: 17px;

}



 #close_filters {
  top: 56px;
      max-width: 33px;

}

.services_container a {
  color: #ffffff;
  margin-bottom: 6px;
}

.service_container.padding_sides {
  padding-right: 0;
  padding-left: 0;
}

.footer section{
  padding-top: 0;
  height: auto;
}

#menu-menu-1{
  padding: 0;
}

@media (min-width: 500px) and (max-width: 990px) {
  section,
  section.section_1 {
    height: 784px;
  }
  .h_proyect {

    bottom: 54px;
  }
}

@media (max-height: 900px) and (min-width: 1024px) {
  .auto_height {
    height: auto;
  }
  .h_container_in {
      top: 36%;
  }
  section.section_1 {
      min-height: 500px;
  }
  section.mahala_background_color {
    height: 970px;
  }
    section.mahala_background_color.first_home_section {
    height: 100%;
    padding-top: 139px;
  }
	/*Anna*/
  h1 {
    font-size: 42px;
    line-height: 45px;
  }
	.welcome p {
    font-size: 20px;
    line-height: 30px;
  }
	.home_title {
      font-size: 64px;
    line-height: 67px;
  }
	.h_proyect a {
      font-size: 16px;
  }
	.all_proyects_cta {
      font-size: 52px;
  }
  
  /*h1 {
    font-size: 70px;
    line-height: 68px;
  }*/
}

@media (min-width: 1430px) {
  h1 {
            font-size: 50px;
    line-height: 53px;

  }
}
 /*Anna*/
@media (max-width: 1430px) {
  .welcome p {
   font-size: 20px;
    line-height: 30px;
  }
	
  h2 {
    font-size: 82px;
    line-height: 74px;
  }
.home_title{
      font-size: 68px;
    line-height: 67px;

  }
  .proyect_sub {
    font-size: 20px;
    line-height: 23px;
  }
  h1 {
            font-size: 50px;
    line-height: 53px;
  }
  .service_highlight {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 1rem;
    padding: 6px 0 3px 0;
  }
  .proyect_over_title {
    font-size: 29px;
    line-height: 28px;
  }
  .text_desc,
  .h_proyect a,
  .h_proyect p,
  .proyect_services a,
  .proyect_services p {
    font-size: 18px;
    line-height: 24px;
  }
  .smaller_text {
    font-size: 16px;
    line-height: 20px;
  }
  .h_proyect a {
    font-size: 18px;
    line-height: 22px;
  }
  .call_to_actions a,
  .call_to_actions p {
    font-size: 16px;
  }
  .cta_col {
    padding-right: 7px;
    padding-left: 7px;
  }
}

@media (max-width: 1350px) {
  .service_container.padding_sides {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  /*Anna*/
  h1 {
    font-size: 42px;
    line-height: 45px;
  }
	.welcome p {
    font-size: 20px;
    line-height: 30px;
  }
	.home_title {
      font-size: 64px;
    line-height: 67px;
  }
	.h_proyect a {
      font-size: 16px;
  }
	.all_proyects_cta {
      font-size: 52px;
  }
}

@media (max-width: 1300px) {
  .proyect_desc h4 {
    font-size: 40px;
    line-height: 44px;
  }
}

@media (max-width: 1250px) {
  h4 {
    font-size: 53px;
    line-height: 49px;
  }
  .proyect_desc h4 {
    font-size: 40px;
    line-height: 44px;
  }
  .proyect_background {
    max-height: 400px;
  }
  h4 {
    max-width: 100%;
  }
  .temp_1_2_right p {
    width: 85%;
       padding: 3rem 0;

}
.proyect_sub {
    padding-bottom: 3%;
}

.filter_button {
   
    margin-top: 1%;
}
}

@media (max-width: 1205px) {

  .service_container {
    padding-top: 0;
  }
  .service_pad_right {
    padding-left: 7rem;
  }
  .service_pad_left {
    padding-right: 2rem;
  }
  label {
    font-size: 15px;
    padding: 12px 41px 11px 14px;
    padding-left: 41px;
    padding-right: 14px;
  }
  .filters_container label {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .checkmark {
    top: 15px;
    left: 18px;
    height: 16px;
    width: 16px;
  }
  .services_tab {
    background-color: #000000;
    width: 136px;
    text-align: center;
    padding: 13px 0;
    position: fixed;
    top: 139px;
    z-index: 2;
    margin: auto;
    left: 0;
    right: 0;
    display:none !important;
  }
  .checkmark:after {
   
      width: 10px;
    
  }
  
  .services_tab a , .filters_tab a {
    margin-bottom: 0;
    font-size: 19px;
  }
  .call_to_actions {
    display: none;
  }
}

@media (max-width: 1200px) {
  body {
    /*display: none;*/
  }
}

@media (max-width: 1136px) {
  .nav-menu,
  .nav-rss,
  .nav-lang {
    padding-left: 16px;
  }
  .nav_logo {
    width: 250px;
  }
}

@media (max-width: 990px) {

  section.proyect_background_top {
      background-position-y: 0;
  }
  .first_home_section {
    padding-top: 80px;
  }
.proyect_desc {
    
    top: 39%;
  }

  .proyect-appear{
    transform: none!important;
  }
.nav-lang-mobile{
  display: inline-flex;
      margin: 0 auto;

}
.animate__animated.animation_delay_2.filters_container{
  animation-name: fadeIn;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-delay: calc(var(--animate-delay)*0s);
    animation-delay: calc(var(--animate-delay)*0s);
}

.parent:hover .child, .parent:focus .child {
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
}


#close_filters{
  display: block;
  z-index: 3;
}

.text_appear, .text-appear-2{
  transform: none!important;
}

.impar_row{
  display: none;
}

  .filter_button{

    background-color: #C9A290;
 
}
.filters_container .checkmark {
    border: 1px solid #ffffff;
    background-color: #000000;
    top: 16px;
    left: 18px;
    height: 17px;
    width: 17px;
}
.filters_container .filter_label_checked {
    color: #000000;
}
  .filters_container{
    display: none;
        padding: 0 2rem;
        max-width: 100%;

  }
  .filters_container.filters_visible{
    display: block;
    background-color: #000000;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
    height: 100vh;
  }

  .filter_row.filters_mobile{
    text-align: center;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
    display: block;
    padding: 2rem 0;
}
  .col- {
    padding: 0 10px 0 10px;
}
.mobile_lang{
  display: flex;
}

.checkmark:after {
    content: url(cerrar.svg);
       content: url(cerrar_mobile.svg);
    width: 9px;
    left: 3px;
    top: -6px;
}


  .show_mobile{
    display: flex;
  }
  .temp_1_2_right p {
      width: 100%;
      top: inherit;
      transform: none;
      text-align: left;
      padding: 3rem 2rem 4rem 2rem;
      position: relative;
      transform: translateY(0)!important;

  }

  .no_show_mobile{
    display: block;

  }

  .not_show_mobile{
    display: none;
  }
  .proyect_services {
      padding-top: 26px;
  }

  .services_responsive {
  
    top: 79px;
   }

  .temp_1_container p {
      font-size: 31px;
      line-height: 37px;
  }
  .filters_tab, .proyect_services .row{
    display: block;
  }
  section.smaller_section{
    height: 450px !important;
  }
  .filter_row{
    display: none;
  }
  .pad_top_bottom {
    /*padding: 2rem 0 3rem 0;*/
  }
  .services_tab,
  .services_mobile {
    top: 79px;
  }
  .team_pad {
    padding: 2rem 0;
  }
  .service_container.padding_sides {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .proyect_background .cta_col {
    padding-right: 0;
    padding-left: 0;
  }
  .clients_section .container {
    padding: 0;
  }
  .proyect_desc .row {
    display: block;
    padding-top: 2rem;
  }
  .proyect_desc, .temp_1_container p, .text_desc , .temp_4_text p{
    text-align: left;
  }
  .team_container .text_desc{
    text-align: center;
  }
  .row {
    justify-content: left;
  }
  .sub_pad {
    padding-bottom: 1rem;
  }
  .template_extrapad, .temp_4_text p {
    padding: 0 1rem;
  }

  .pad_top_bottom {
      padding: 3rem 0 4rem 0;
  }
  h2 , .home_title{
    font-size: 75px;
    line-height: 64px;
  }
  .padding_sides, .child {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .team_container.padding_sides {
    padding-left: 1rem;
    padding-right: 1rem
  }
  .welcome,
  .center_container {
    top: 116px;
    transform: none;
  }
  .all_proyects_cta {
    font-size: 50px;
    line-height: 55px;
  }
  .proyects_arrow {
    max-width: 92px;
  }
  .all_proyects {
    height: 152px;
  }
  .footer .col-3 {
    padding-right: 25px;
  }
  .desktop,
  .cta_space {
    display: none;
  }
  .mobile {
    display: flex;
  }
  .h_proyect .row {
    display: block;
  }
  .h_proyect .cta_col {
    padding: 7px 0;
  }
  .navbar {
    height: 79px;
  }
  .nav_logo {
    width: 226px;
  }
  .nav-menu {
    float: right;
  }
  .welcome,
  .h_container_in,
  .h_proyect,
  .cta_col,
  .proyect_sub,
  .center_container {
    text-align: left;
  }
  .h_container_in {
    top: 0;
    transform: none;
    padding-top: 90px;
  }
  .section_service p {
    max-width: 100%;
  }
  h2 , .home_title
   {
    font-size: 62px;
    line-height: 64px;
  }
  .home_desc {
    padding: 2rem 0 0 0;
  }
  h1 {
    font-size: 51px;
    line-height: 51px;
  }
  section {
    padding-top: 0;
  }
  .clients_logo_row {
    padding: 0 1rem;
    margin-bottom: 4rem;
  }
  .border_client {
    margin-top: 2rem;
  }
  .clients_section {
    padding-top: 78px;
  }
  .proyect_section {
    padding-top: 139px;
  }
  .service_pad_right {
    padding-left: 0;
    padding-top: 1rem;
  }
  .service_pad_left {
    padding: 0;
  }
  .service_container .col-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .navbar .col {
    max-width: 50%;
  }
  .all_proyects .col-2 {
    max-width: 30%;
  }
  .mahala_background_color .container {
    padding: 0;
  }
  .footer{
    padding-left: 1rem;
    padding-right: 1rem;

  }
  .temp_1_section{
    max-height: 300px;
  }
  .temp_1_2_container .col-6{
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }
  .temp_1_2_left img {
    padding-right: 0;
  }
}

@media (max-width: 850px) {


  .temp_2_text p{
    padding: 0;
    text-align: left;
  }
  .temp_2_container {
      padding: 3rem 15px 8rem 15px;
  }
  .temp_2_image{
    order: 2;
        padding-top: 4rem;
        padding: 4rem 15px 0 15px;

  }
  .t3_photos {
    height: 68vw;
    background-size: cover;
    background-position: center;
    min-height: 400px;
    margin-bottom: 19px;
  }
  .t3_photo_center{
    padding-left: 0;
    padding-right: 0;
  }
  .no_line{
    border-top: 0;
    margin-top: 0;
    padding-top: 0;

  }
  h2, .home_title {
      font-size: 53px;
      line-height: 55px;
  }
  .left_mobile  {
    text-align: left;
  }
  .all_proyects .col-10 {
    max-width: 70%;
  }
  .footer .col-4,
  .footer .col-1,
  .footer .col-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .margin_right,
  .margin_left {
    margin: 6px 0 0 0;
  }
  .footer .col-1,
  .footer .col-3 {
    padding-top: 2rem;
  }
  .f_right {
    float: left;
  }
  .border_left,
  .border_right {
    border-left: 0;
    border-right: 0;
  }
  .footer_last_row {
    padding: 6rem 0 4rem 0;
  }
  .footer_last_row .col-4 {
    order: 2;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .footer_last_row .col-4.center , .footer_last_row p {
    order: 1;
    text-align: center;
    padding: 7px 0;

  }
  .footer_last_row .col-4.right {
    order: 3;
  }
  .first_2_proyect_row {
    border-top: 8px solid #ffffff;
  }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .team_pad .col-6,
  .team_pad .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .signature{
      margin-bottom: 0;
  }
  .team_pad {
      padding: 0;
  }
  .smaller_signature {
        margin-bottom: 20px;
  }
  .team_pad .col-4, .team-appear.col-6 {
      margin-bottom: 2rem;
  }
  .contact_row .col-8 {
    padding-top: 2rem;
  }
  .mahala_footer .col-8 p {
    max-width: 100%;
  }
  .mahala_footer .col-8,
  .mahala_footer .col-2 {
    padding-bottom: 1rem;
  }
  .footer_last_row .right,
  .mahala_footer .right {
    text-align: center;

  }
  .mahala_footer .nav-link {
    margin-left: 0;
  }
  .footer_last_row .center {
    order: 1;
    text-align: left;
  }
  .footer .footer_last_row .center,
  .footer .footer_last_row .left,
  .footer .footer_last_row .right {
    padding-top: 0;
  }
  .contact_row .col-4,
  .contact_row .col-8 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 680px) {
  h1 {
    font-size: 40px;
    line-height: 44px;
  }
  .proyect_desc h4 {
    font-size: 34px;
    line-height: 38px;
  }
  .all_proyects_cta {
    font-size: 40px;
    line-height: 45px;
  }
  .proyects_arrow {
    max-width: 80px;
  }
  .temp_1_container p {
      font-size: 27px;
      line-height: 34px;
  }
}


@media (max-width: 500px) {
  .modal-fullscreen-menu .list-group li {
  padding: 4.5vh 0;
  font-size: 6vh;
  line-height: 6vh;

  }
  .modal-fullscreen-menu .list-group .mobile_lang a {
      margin: 0 9px;
    font-size: 4vh;

}
  .welcome p {
    font-size: 16px;
    line-height: 20px;
  }
  .navbar .container {
    padding-left: 0;
  }
  h2 , .home_title {
    font-size: 43px;
    line-height: 45px;
  }
  .all_proyects_cta {
    font-size: 29px;
    line-height: 33px;
  }
  .all_proyects {
    height: 102px;
  }
  .proyects_arrow {
    max-width: 64px;
    padding-top: 0;
  }
  a.nav-link,
  .fab,
  .modal-fullscreen-menu .list-group a.nav-link {
    font-size: 15px;
  }
  .h_container_in {
    padding-top: 56px;
  }
  .proyect_filters{
    padding-top: 90px;
  }
  .h_proyect {
    bottom: 46px;
  }
  .pad_top_service {
    padding-top: 1rem;
  }
  .footer .col-4,
  .footer .col-1,
  .footer .col-3 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 2rem;
    display: grid;
  }
  .pad_top {
    padding-top: 2rem;
  }
}

@media (max-width: 450px) {

  .modal.fade .modal-dialog {
  
  transform: translate(0);
  }

  .modal-fullscreen-menu .list-group a {
padding: 1.5vh 0;
font-size: 5.5vh;
line-height: 5.5vh;
height: auto;
}


  section.section_1 , section {
height: calc(100vh + 89px);  }
  .checkmark_mobile:after {
  width: 8px!important;
  left: 3px!important;
  top: -3px!important;
  }
  #close_filters {
      max-width: 21px;
  }
  h4 {
      max-width: 100%;
  }
  .checkmark:after {

    width: 8px;
    left: 3px;
    top: -3px;
}
  button {
font-size: 16px;
padding: 8px 43px;
bottom: 95px;
max-width: 145px;
  }
  .filters_container .checkmark {
  top: 10px;
height: 16px;
width: 16px;
left: 8px;

  }
  #close_filters {
    top: 20px;
  }
  .filters_container label {
    font-size: 14px;
margin-bottom: 10px;
  }
  label {
padding: 8px 41px 7px 30px;
}


  .filters_container {

    top: 41%;
    padding: 0 2rem;
  }
  .welcome,
  .center_container {
    top: 112px;
  }
  .proyect_background {
    height: 320px;
  }
  h1 {
    font-size: 39px;
    line-height: 41px;
  }
  .welcome h1 {
    font-size: 28px;
    line-height: 30px;
  }
  .nav_logo {
    width: 175px;
  }
  .home_desc {
  padding: 1rem 0 0 0;
  }
  .text_desc {
  font-size: 17px;
  line-height: 23px;
  }
  .temp_1_container p {
font-size: 26px;
line-height: 31px;
}
}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) { 

section{
  height: calc(100vh + 41px);
}

section.section_1{
height: calc(100vh + -88px);
}

}

@media only screen 
and (min-device-width : 375px) 
and (max-device-height : 667px) { 
	.h_proyect {
		bottom: 20px;
	}
	.h_proyect a {
		line-height: 22px;
	}
	.h_proyect .cta_col {
    padding: 5px 0;
}

}


@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) {
button {

bottom: 150px;
}

  section.section_1 , section {
height: 100vh;  }
     }

     @media (max-width: 320px) {
p, a{
      font-size: 13px;

}
.nav_logo {
    width: 153px;
}

.navbar {
    padding-right: 0;
}

.services_tab a, .filters_tab a {
    font-size: 14px;
}

.services_tab {
    width: 105px;
    padding: 7px 0;
  
}

.welcome, .center_container {
    top: 88px;
}

.welcome h1 {
    font-size: 22px;
    line-height: 23px;
}

.welcome p {
    font-size: 14px;
    line-height: 18px;
}

.h_container_in {
    padding-top: 23px;
}

h2 , .home_title{
    font-size: 30px;
    line-height: 30px;
}

.text_desc {
    font-size: 14px;
    line-height: 20px;
}

.h_proyect p, .proyect_services a, .proyect_services p {
    font-size: 15px;
    line-height: 21px;
}

.h_proyect a {
    font-size: 17px;
    line-height: 21px;
}

.all_proyects_cta {
    font-size: 21px;
    line-height: 21px;
}

.footer_text {
    font-size: 13px;
    line-height: 18px;
   
}

.service_container .row {
    padding: 0;
}

h1 {
    font-size: 33px;
    line-height: 35px;
}

.service_title {
    
    padding-bottom: 1rem;
}

.proyect_over_title {
    font-size: 23px;
    line-height: 23px;
}

.border_client {
    margin-top: 0rem;
}
.smaller_section {
        padding-top: 13px;

}

.sub_pad {
    padding-bottom: 5px;
}
.proyect_desc h4 {
    font-size: 28px;
    line-height: 32px;
}

.proyect_link {
    font-size: 15px;
    line-height: 16px;
}

.filters_tab {
    width: 124px;
    padding: 9px 0;
  
}

.filters_container label {
    font-size: 12px;
    margin-bottom: 10px;
}
button {
    font-size: 13px;
    padding: 8px 35px;
    bottom: 84px;
}

#close_filters {
    max-width: 17px;
}
label {
    padding: 7px 42px 7px 42px;
  
}

.filters_container .checkmark {
    top: 9px;
    height: 14px;
    width: 14px;
        left: 19px;

}

.checkmark_mobile:after {
    width: 6px!important;
  
}

.proyect_services {
    padding-top: 73px;
}

.proyect_sub {
    font-size: 16px;
    line-height: 19px;
}

.temp_1_container p {
    font-size: 22px;
    line-height: 26px;
}
}