@import url("https://fonts.googleapis.com/css2?family=Gochi+Hand&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

@font-face {
  font-family: Brush;
  src: url('BRUSHSCI.TTF');
}

:root {
  /*--ft-brand: "Dancing Script", cursive;*/
  --ft-brand: Brush;
  --ft-primary: "Rubik", sans-serif;
  --cl-marron: #996600;
  --cl-verde: #8f9933;
  --cl-light: #f0f0f0;
  --cl-dark: #101010;
  --cl-grey: #828282;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  width: 100%;
  min-height: 100vh;
}

.layout {
  display: grid;
  grid-template-rows: minmax(80px, 150px) auto 75px;

  grid-template-columns: 150px auto;
  grid-template-areas:
    "header header"
    "sidebar main"
    "footer footer";
  min-height: 100vh;
   
}
p, li{
    font-size: clamp(14px, 3vw, 16px);
}
header {
  grid-area: header;
}

section {
  grid-area: sidebar;
}

main {
  grid-area: main;
  min-height: 70vh;
}

footer {
  grid-area: footer;
}

header,
section,
main,
footer {
  font-family: var(--ft-primary);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}

/*nav bar*/
nav#mainNav {
  position: relative;
  width: 100%;
  height: 250px;
  text-align: center;
  padding: 1em 0;
  color: var(--cl-light);
  text-shadow: 4px 4px 8px var(--cl-dark);
  
background-image: url("../galeria_varias/complejo vista entrada primavera 2018.jpg") ;
background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column; 
  align-items:center;
  justify-content:flex-end;
}

/*nav#mainNav::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.1);
}*/
 
.icon-box {
  width: 100%;
  gap: 0 2em;
  justify-content: center;
}
.icon-box > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.icon-box > div:hover {
  cursor: pointer;
  /* border-bottom: solid 2px var(--cl-light);*/

  transition: transform 0.5s;
  transform: scale(0.9);
  transition-timing-function: ease-in;
}
path.navSvg {
  fill: var(--cl-light);

  
}
.modal ul {
  list-style-type: none;
  line-height: 2;
}

.sidebar {
  padding: 1em 0.5em;
  display: flex;  
  flex-direction: column;
  row-gap: 2em;
  align-items: center;
  justify-content: flex-start;
}

.sm {
  margin: 2em 0;
    align-items: center;
  justify-content: space-around;
}


h1 {
  font-family: var(--ft-brand);
  font-weight: 400;
  font-style: normal;
  font-size: clamp(36px, 4vw, 56px) !important;
}
.paragraph {
  columns: 200px 2;
  column-gap: 1em;
}
.paragraph h3 {
  column-span: all;
  display: block;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1em;
}
/*
.sidebar> div{
    border: dashed 2px orange;
}*/

.main-content {
  padding: 2em;
}
.brand-content {
  width: 100%;
  padding: 1em;
  margin: 0 0 2em 0;
  align-items: center;
  
}
.brand-content>div:nth-child(2) {
  align-items: center;
  justify-content: center;
  gap:0.7em;
  
}
.slogan {
  font-family: var(--ft-brand);
}

#play{
	 position: fixed;
  top: 1em;
  right: 1em;
  z-index: 2;
}
/*offcanvas*/
.btn-trigger-box {
  position: fixed;
  bottom: 1em;
  right: 1em;
  z-index: 1;
}

.btn-trigger {
  background-color: transparent;
  border: none;
}

/*
.btn-trigger {
    box-sizing: border-box;
    margin: 0;
    padding: 0.7em;
    width: 50px;
    height: auto;
    background-color: #0866ff;
    color: white;
    border: 0;
    border-radius: 8px 0 0 8px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-align: center;
    box-shadow: -3px 3px 10px gray;
}*/

section.OffCanvas .offcanvas {
  background: rgba(255, 255, 255, 0.374);
  box-shadow: 0 8px 32px 0 rgba(2, 2, 2, 0.518);
  backdrop-filter: blur(7.5px);
  -webkit-backdrop-filter: blur(7.5px);
}
.flexRow{
  display: flex;
  flex-direction: row;
}
.flexColumn{
  display: flex;
  flex-direction: column;
}
.center-txt {
  text-align: center;
}
.galTxt{
  padding: 1em 0;
}
.tiny {
  font-size: 11px;
}
.pointer {
  cursor: pointer;
}
.hide {
  /*visibility: hidden;*/
  display: none;
}
/*forms*/
#OpReservas {
  display: none;
}

.form-container {
  background: #dedede;
  margin: 1em 0;
  padding: 1em;
}
input:required {
border: solid 1px black;
}

/*links & buttons*/
.button-group {  
  width: 100%; 
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  margin: 2em 0;

}

.button-primary {
  display: inline-block;
  min-width: 120px;
  padding: 0.75rem 1.25rem;
  border-radius: 10rem;
  color: var(--cl-light);
  text-transform: uppercase;
  font-size: 1rem;
  text-align: center;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.button-primary:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--cl-marron);
  border-radius: 10rem;
  z-index: -2;
}

.button-primary:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--cl-verde);
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}

.button-primary:hover {
  color: var(--cl-light);
}

.button-primary:hover:before {
  width: 100%;
}

a.button-primary {
  text-decoration: none;
}

.light-bg {
  color: var(--cl-marron);
  text-decoration: none;
}

.dark-bg {
  color: rgb(224, 224, 149);
  text-decoration: none;
}
.a-default{
  color: inherit;
  text-decoration: none;
}
/*
.button-sec{
    max-width: 150px;
    height: 36px;
    padding: 0.5em 0.7em;
    
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--cl-light);
    border-radius: 18px;
    
    border: solid 2px var(--cl-marron);
    cursor: pointer;

}*/
.button-sec {
  border: none;
  background-color: transparent;
}

/*TABS LOCATION*/
.tab_location {
  overflow: hidden;
  border-bottom: 1px solid var(--cl-verde);
  background-color: #f1f1f1;
}
.tab_location button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}
.tab_location button:hover {
  background-color: #ddd;
}
.tab_location button.active {
  border-bottom: solid 2px var(--cl-verde);
}
.tab_content {
  display: none;
  padding: 1em;
}
#references > div {
  width: 100%;  
  display: flex;
  flex-direction: row;
  gap: 1em;
  align-items: flex-start;
}
#location img {
  box-shadow: 4px 4px 8px gray;
  margin: 1.5em 0;
}

.footer-data {
  height: 100%;
  padding: 1em;
  color: var(--cl-light);
  background-color: var(--cl-verde);
}


/*-------GALLERY*/
.tab {
        overflow: hidden;
        border-bottom: solid 1px var(--cl-verde);
    }

    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
    }
    .tab button.active {
        border-bottom: solid 2px var(--cl-verde);
    }
    .tabcontent {
        display: none;
        padding: 6px 12px;
        border-top: none;
        width: 100%;
        margin: 0 auto;
    }

    .carousel-container {
        width: 600px;
        margin: 0 auto;
        background-color: gray;
    }

    .galleryMenu {
        width: 100%;
        margin: 1em 0;
        border: dashed 2px pink;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
    }

@media screen and (max-width: 749px) {
  .layout {
    display: grid;
    grid-template-rows: minmax(80px, 120px) auto auto minmax(80px, 120px);
    grid-template-columns: 1fr;
    grid-template-areas: "header" "sidebar" "main" "footer";
    min-height: 100vh;
  }

  .sidebar {
    width: 100%;
    padding: 2em 0.5em;
    display: flex;    
    flex-direction: row;
    gap: 0 1em;
    align-items: center;
    justify-content: space-between;
    overflow-x: scroll;
  }
  .button-group {  
    flex-direction: column;
    row-gap: 1em; 
  }
  .sm {
    display: flex;
    flex-direction: row;
    gap: 0 1em;
    align-items: center;
  }
   .tabcontent {
            width: 100%;
            margin: 0;
        }
        .carousel-container {
          width: 100%;

      }
}
@media screen and (max-width: 480px) {
  #references > div  {
    width: 100%;  
    display: flex;
    flex-direction: column;
    gap: 1em;
    align-items: flex-start;
  }
}