
/* Iniciador de CSS */


a:link, a:visited, a:hover, a:focus, a:active
{
  color:none;
  text-decoration: none;
}

p, a
{
	font-size: 17px;
	font-family: 'Source Sans 3', sans-serif;
  font-weight: 400;
  margin-bottom: 6px;
}

li, h1
{
	font-size: 22px;
	color: var(--primary-color);
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 400;
}

h2
{
	font-size: 19px;
	color: var(--primary-color);
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 400;
}

.th_title_proyect
{
  font-size: 19px;
  color: var(--four-color);
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 700;
  margin-top: 0px;
  text-align: left;
}

.th_title_proyect_p
{
  font-size: 18px;
  margin-bottom: 5px;
  color: var(--four-color);
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 700;
  margin-top: 0px;
  text-align: left;
}

table
{
  border: none;
  border-top: none !important;
  border-left: none !important;
}

.site 
{
   margin: 0 auto;
}
body 
{
    overflow-x:hidden;
    height: 100%;
}
ul.menu 
{
	list-style-type: none;
	display: inline-block;
}

li.menu  
{
	float: left;
	padding: 25px 15px 25px 15px;
	font-size: 20px;
	cursor: pointer;
	color: #826c59;
	transition: all ease 0.5s;
}

li.menu:hover 
{
	color: #35291f;
	transition: all ease 0.5s;
}
/* Main Colors */
:root {
  --primary-color: #816c5b;
  --secondary-color: #f4f3ee;
  --third-color: #35291f;
  --four-color: #352921;
}
/* Estilos definidos */

.heavyp, a.heavyp
{
	font-weight: 700;
}

.centerme
{
	margin: auto;
}

.main-width
{
	max-width: 1200px;
	margin: auto;
}

.menutotheright
{
	margin-left: auto;
}

.th_logo
{
	width: 220px;
}

.general_container
{
	margin-left: 2em;
  margin-right: 2em;
}

.general_top
{
  margin-top: 40px;
}

.logodev_margin
{
  margin-top: 20px;
  margin-bottom: 20px;
}

.th_mainimg
{
	width: 100%;
}

.th_normal_container
{
	width: 100%;
  margin-top: 80px;
  margin-bottom: 60px;
}

.th_general_container
{
	max-width: 1200px;
  width: 100%;
}

.th_title
{
	text-align: center;
}

.th_descriptimg
{
	width: 100%;
}

.leftright_padding
{
	padding: 0 1em;
}

.limitdescriptionbox
{
	width: 100%;
	max-width: 400px;
}

.subtitle
{
	margin-bottom: 30px;
}

.socialb
{
	height: 27px;
	width: 30px;
	background-color: var(--primary-color);
	float: right;
	margin: 0px 5px;
	padding-top: 5px;
	transition: all ease 0.5s;
}

.socialb:hover
{
	background-color: var(--third-color);
	transition: all ease 0.5s;
}

.th_social_img
{
  width: 20px;
  height: 20px;
}

.th_block_speciald
{
	flex: 100%;
  	padding: 2em;
  	min-height: 200px;
  	transition: all ease 0.5s;
  	cursor: pointer;
}

.th_icon-hand
{
  color: white;
  margin:auto;
  font-size: 48px;
  margin-top: 472px;
}

.th_icon-x
{
  color: white;
  margin:auto;
  font-size: 35px;
}


.th_icon-hand-con
{
  margin:auto;
  text-align:center;
}

.th_stycky_header
{
  background: #fff;
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 999;
  height: 100px;
}

.zoomable
{
  margin: auto;
}

#menumobil
{
  background-color: #826c59de;
  height: 3000px;
  width: 0%;
  position: fixed;
  right:0px;
  top: 0px;
  transition: all ease 2s;
  z-index: 9999;
}

.hamham
{
  position: fixed;
  right:10px;
  top: 10px;
  z-index: 9999;
  background: white;
  padding: 12px 8px 1px 8px;
  border-radius: 10px;
}

#backb
{
  display: block;
  width: 60px;
  margin-left: -2px;
  padding-top: 12px;
}

.th_menu_font
{
  font-size: 18px;
  color: white;
  text-align: left;
  cursor: pointer;
  font-weight: 700;
}

.th_buton_acordion
{
  background-color: #826c59de;
  margin:auto;
  padding: 10px;
  display: none;
}

.fullmenu
{
  animation: 1s down-enter;
  width: 52px!important;
}

.fullmenuout
{
  animation: 1s down-leave forwards;
  width: 52px!important;
}

.tablemenu
{
  margin-top: 192px;
  margin-left: -184px;
  transform: rotate(90deg);
}

.th_proyect_title
{
  color: white;
  text-shadow: black 1px 0 10px;
  margin: 1em;
}

.th_text_proyect
{
  text-align: left;
  margin-bottom: 0px;
  margin-top: -5px;
  color: #000;
}

.th_text_proyect_d
{
  text-align: left;
  margin-bottom: 0px;
  margin-top: -5px;
}



.th_text_proyect_bold
{
  color:var(--four-color);
  text-align: left;
  font-weight: 700;
  margin-bottom: 0px;
  margin-top: 0px;
}

.image-container {
  width: 100%;
  max-height: 300px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.image-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.th_text_services
{
  max-width: 800px;
  padding: 0 1em;
}

.th_pdf_button
{
  background-color: var(--primary-color);
  padding: 10px;
  color: white;
  cursor: pointer;
  font-size: 18px;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 700;
  max-width: 200px;
  margin-top: 40px;
  margin-bottom: 40px;
}


/* FLEX generales */
.containerflex 
{
	display: flex;
 	flex-wrap: wrap;
}

.flexcenter
{
	align-items: center;
  justify-content: center;
}

.block01 
{
    flex: 8.333%;
}
.block02 
{
    flex: 16.666%;
}
.block03 
{
    flex: 25%;
}
.block04 
{
    flex: 33.333%;
}
.block05 
{
    flex: 41.666%;
}
.block06 
{
    flex: 50%;
}
.block07
{
    flex: 58.333%;
}
.block08 
{
    flex: 66.666%;
}
.block09 
{
    flex: 75%;
}
.block10 
{
    flex: 83.333%;
}
.block11
{
    flex: 91.666%;
}
.block12 
{
    flex: 100%;
}
.blockauto 
{
    flex: 1 1 auto;
}

.main-click
  {
    pointer-events: auto;
  }

@media (max-width: 768px) 
{
  .block01, .block02, .block03, .block04, .block05, .block06, .block07, .block08, .block09, .block10, .block11, .block12, .blockauto
  {
  	flex: 100%;
  }
}

@media only screen and (min-width: 0px) 
{
  .visibledesk{display: none;}
  .visibledesk, .visibledeskb{display: none;}
  .visibledevice{display: initial;}
  .visibledeviceb{display: block;}
  .visibledeskt{display: none;}
  .visibledevicet{display: table-cell;}
  .visibledeviceo{opacity: 1}
  .slick-dots
  {
    display: block!important;
  }
  .th_block_special
  {
    width: 33.333%;
    min-height: 500px;
    transition: all ease 0.5s;
    cursor: pointer;
  }

  .th_block_special:hover
  {
    transition: all ease 0.5s;
  }

  .p1
  {
    background: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)), url(../img/arquitectura_portada.jpg);
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: 50% 50%;
  }

  .p2
  {
    background: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)), url(../img/paisajismo_portada.jpg);
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: 77% 50%;
  }

  .p3
  {
    background: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)), url(../img/interiorismo_portada.jpg);
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center;
  }

  .p1p
  {
    background: url(../img/arquitectura_portada.jpg);
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center bottom;
  }

  .p2p
  {
    background: url(../img/paisajismo_portada.jpg);
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: 50% 50%;
  }

  .p3p
  {
    background: url(../img/interiorismo_portada.jpg);
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center top;
  }

  .th_icon-hand
  {
    margin-top: 390px;
  }


  .th_proyecttab
  {
      position: relative;
      width: 100%;
      height: 200px;
      overflow: hidden;
      margin-bottom: 10px;
  }
  .th_proyecttab img 
  {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: auto;
      object-fit: cover;
  }

  .correctiontop
  {
    margin-top: 140px!important;
  }

  .correctiontoppro
  {
    margin-top: 227px!important;
  }

  .leftright_padding_ser
  {
    padding: 0 1em;
  }

  .odds_table
  {
    width: fit-content;
  }

  .contact_extraspace
  {
    height: 121px;
  }

  #carrucon
  {
    margin: auto;
    width: 100%;
    height: 165vw;
    display: block;
    max-height: 799px;
  }

}

@media only screen and (min-width: 768px) 
{
  .visibledesk{display: initial;}
  .visibledeskb{display: block;}
  .visibledevice, .visibledeviceb{display: none;}
  .visibledeskt{display: table-cell;}
  .visibledevicet{display: none;}
  .visibledeviceo{opacity: 0}
  .slick-dots
  {
    display: block!important;
  }
  .th_block_special
  {
    flex: 10%;
    padding: 2em;
    min-height: 600px;
    transition: all ease 0.2s;
    cursor: pointer;
  }

  .th_block_special:hover
  {
    flex: 50%;
    transition: all ease 0.2s;
  }

  .p1
  {
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)), url(../img/arquitectura_portada.jpg);
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: 77% 50%;
  }

  .p2
  {
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)), url(../img/paisajismo_portada.jpg);
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: 50% 50%;
  }

  .p3
  {
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)), url(../img/interiorismo_portada.jpg);
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center;
  }

  .p1p
  {
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)), url(../img/arquitectura_portada.jpg);
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center bottom;
  }

  .p2p
  {
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)), url(../img/paisajismo_portada.jpg);
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: 50% 50%;
  }

  .p3p
  {
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)), url(../img/interiorismo_portada.jpg);
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center top;
  }

  .p3:hover
  { 
    background-position: center;
  }

  .th_icon-hand
  {
    margin-top: 60px;
  }

  .th_proyecttab
  {
      position: relative;
      width: 100%;
      height: 350px;
      overflow: hidden;
      margin-bottom: 10px;
  }
  .th_proyecttab img 
  {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: auto;
      object-fit: cover;
  }

  .correctiontop
  {
    margin-top: 0px!important;
  }

  .correctiontoppro
  {
    margin-top: 0px;
  }
   .leftright_padding_ser
  {
    padding: 0 3em;
  }

  .odds_table
  {
    width: fit-content;
  }

  .contact_extraspace
  {
    height: 300px;
  }

  #carrucon
  {
    margin: auto;
    width: 100%;
    height: 55vw;
    display: block;
    max-height: 600px;
  }
}


.down-enter-active { animation: 1s down-enter; }
.down-leave-active { animation: 1s down-leave; }

@keyframes down-enter {
  0% { clip-path: inset(0 0 100% 0); }
  100% { clip-path: inset(0); }
}

@keyframes down-leave {
  0% { clip-path: inset(0); }
  100% { clip-path: inset(100% 0 0 0); }
}

.add-margintop20
{
  margin-top: 20px;
}
.wrapper {
  position: absolute;
  right: 0;
  width: 41px;
}

/* Caurosel code */

.carousel {
  width: 100%;
  margin: 0 auto;
}

/* Adjust as needed */
.carousel img {
  max-width: 100%;
  height: auto;
}

.slick-dots li.slick-active button:before
{
  color: var(--primary-color)!important;
}

.th_separador
{
  width: 50%;
  max-width: 400px;
  height: 1px;
  background-color: var(--primary-color);
}

.marginbottom_60
{
    margin-bottom: 60px;
}

.marginbottom_40
{
    margin-bottom: 40px;
}

.marginbottom_30
{
    margin-bottom: 30px;
}

.marginbottom_20
{
    margin-bottom: 20px;
}

.margintop_20
{
    margin-top: 20px;
}

.margintop_50
{
    margin-top: 50px;
}

.margintop_30
{
    margin-top: 30px;
}

.slick-dots
{
  bottom: inherit!important;
}

.odds
{
  width: 100%;
  max-width: 50px;
}

.th_minithumbpro
{
  width: 100%;
}

.th_minithumbc
{
  padding: 2em 1em;
  max-width: 385px;
}

.th_minithumbcr
{
  padding: 1em 0.5em;
}


.carrucel-imagen
{
  width: 100%;
  max-width: var(--max-page-w);
  margin: auto;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
}

@keyframes animeenterleft
{
  0% {left: -200%;}
  100% {left: 50%;}
}

@keyframes animeoutleft
{
  0% {left: 50%;}
  6% {left: 50%;}
  100% {left: 200%;}
}

@keyframes animeenterright
{
  0% {left: 200%;}
  100% {left: 50%;}
}

@keyframes animeoutright
{
  0% {left: 50%;}
  6% {left: 50%;}
  100% {left: -200%;}
}

.enter-left
{
  animation-name: animeenterleft;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
}
.out-left
{
  animation-name: animeoutleft;
  animation-duration: 1s;
  animation-iteration-count: 1;
}

.enter-right
{
  animation-name: animeenterright;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
}
.out-right
{
  animation-name: animeoutright;
  animation-duration: 1s;
  animation-iteration-count: 1;
}

.hidemenow
{
  display: none;
}

.rolly
{
  list-style: none;
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.pathclip
{
  position: relative;
  clip-path: inset(0px);
}

.max-width-container
{
  max-width: 1200px;
  margin: auto;
}

.color_one
{
  color:var(--primary-color);
}

.color_four
{
  color:var(--four-color);
}

.arrowcontainer
{
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.custom-prev-arrow,
.custom-next-arrow {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 1;
  transform: translateY(-50%); 
  transition: opacity 0.3s ease; 
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
}

.custom-prev-arrow {
  left: 10px;
}

.custom-next-arrow {
  right: 10px;
}

.custom-prev-arrow:hover,
.custom-next-arrow:hover {
  opacity: 0.8;
}

.containercarousel
{
  position: relative;
  max-width: 1200px; 
  margin: 0 auto;
  overflow: hidden; 
}

.dot-selecto-button
{
  background-color: rgba(0, 0, 0, 0.32);
  width: 12px;
  height: 12px;
  border-radius: 25px;
  margin: 0px 10px;
  cursor: pointer;
  box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 60%);
  border: 2px solid #ffffffad;
  box-sizing: border-box;
  transition: 0.3s ease;
}

.dot-selecto-button:hover
{
  width: 20px;
  height: 20px;
  margin: -3px 10px;
  transition: 0.3s ease;
}

.button-list-li
{
  list-style: none;
  display: inline-block;
}

.button-list-ul
{
  margin: auto;
  padding-left: 0px;
}


.buton-list-container
{
  position: absolute;
  bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}


.thcarousel-container {
  display: flex;
  overflow: hidden;
  position: relative;
}

.thcarousel-slide {
  flex: 0 0 100%;
  transition: transform 0.3s ease-in-out;
}

.thcarousel-dots {
  position: absolute;
  bottom: 25px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.thdot {
  background-color: rgba(0, 0, 0, 0.32);
  width: 12px;
  height: 12px;
  border-radius: 25px;
  margin: 0px 10px;
  cursor: pointer;
  box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 60%);
  border: 2px solid #ffffffad;
  box-sizing: border-box;
  transition: 0.3s ease;
}

.thdot:hover {
  width: 20px;
  height: 20px;
  margin: -3px 10px;
  transition: 0.3s ease;
}

.thdot.thactive {
    background-color: #816c5b;
}


ul.languagesmk {
    list-style-type: none;
    padding: 0px;
    margin: 0;
    position: absolute;
    top: 0;
}

li.languagesmk {
    float: left;
    padding: 0px 2px;
    font-size: 14px;
    margin-top: 12px;
    margin-left: 15px;
}

.SMK-cursor-button {
    cursor: pointer;
    user-select: none;
}

.SMK-language-text {
    font-size: 15px;
    text-align: left;
    user-select: none;
    color: #816c5b;
}

.SMK-language-block {
    margin-top: 8px;
    margin-left: -10px;
    display: none;
    position: absolute;
}

.SMK-language-button {
    width: 80px;
    padding: 1px 10px;
    background-color: #816c5b;
    transition: 0.3s ease;
}

.SMK-language-text-modal {
    font-size: 14px;
    text-align: left;
    user-select: none;
    color: #fff;
    margin: 10px 0;
}

.liespecial {
    margin-left: 5px !important;
}

.SMK-cursor-button {
    cursor: pointer;
    user-select: none;
}

.SMK-language-arrow-icon {
    width: 13px;
    padding-top: 5px;
    user-select: none;
}

.open-menu
{
  animation: growDown 300ms ease-in-out forwards;
  transform-origin:  top;
  display: block;
}

.close-menu
{
  animation: growUp 300ms ease-in-out forwards;
  transform-origin:  top;
  display: block;
}

.open-dropmenu
{
  animation: growDown 50ms ease-in-out forwards;
  transform-origin:  0px 50px;
  display: block;
}

.close-dropmenu
{
  animation: growUp 100ms ease-in-out forwards;
  transform-origin:  0px 50px;
  display: block;
}

.arrow-button-footer
{
  cursor: pointer;
  width: 30%;
  user-select: none;
  margin-top: -40px;
}

.enter-menu
{
  animation: menuenter 200ms ease-in-out forwards;
  transform-origin:  right;
}

.hideme
{
  height: 0px!important;
  opacity: 0!important;
  overflow: hidden!important;
  padding: 0!important;
}

.close-menu
{
  height: 0px!important;
  opacity: 0!important;
  overflow: hidden!important;
  padding: 0!important;
  display: none;
}