body, html {
  margin: 0px;
}

body {
  font-family: "LibreBaskerville";
}

/* HOME PAGE */
#INLAB {
  display: block;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#INLAB > .container .Gestoria {
  letter-spacing: 2px;
  font-size: 20px;
  opacity: 0;
  display: none;
}

#INLAB > .container .Logo-img {
  margin: 10px 0 20px 0;
  width: 20%;
  overflow: hidden;
}

#INLAB > .container .Square {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: -8vh;
}

#INLAB > .container .SquareInvisible {
  margin-left: auto;
  margin-right: auto;
  margin-top: 6vh;
}

/* NAVBAR */
header {
  margin-top: 1rem;
}

a.nav-link {
  color: black;
  font-size: 14px;
  vertical-align: baseline;
  cursor: pointer;
}

.SelectedView {
  color: #cba876 !important;
}

/* HOME */
#Home {
  background-color: white;
  margin: 100px 50px 50px 50px;
  text-align: center;
  padding: 50px 50px 50px 50px;
  font-family: "LibreBaskerville";
  font-style: italic;
}

.Home #HomeBG {
  opacity: 1;
}

.Home #HomeBG div {
  position: absolute;
  top: 22%;
  left: 0;
  height: 60%;
  width: 100%;
  z-index: -1;
  background: url(../IMG/BG.jpg);
  background-size: 100%;
}

/* SERVICIOS */
#Services {
  text-align: left;
}

#Services #S-Title1, #Services #S-Title2, #Services #S-Title3 {
  font-family: "LibreBaskerville";
  font-style: italic;
}

#Services #S-SubTitle1, #Services #S-SubTitle2, #Services #S-SubTitle3, #Services #S-SubTitle4, #Services #S-SubTitle5 {
  float: left;
  margin-right: 5px;
  color: #cba876;
  font-weight: 900;
  margin-bottom: 0 !important;
}

#Services .Up {
  padding-top: 3%;
  width: 100%;
}

#Services .Up p {
  font-size: 25px;
  letter-spacing: 1.2px;
}

#Services .Up .UpLeft {
  width: 35%;
  height: 500px;
  float: left;
}

#Services .Up .UpLeft .UpPhoto {
  height: 80%;
  margin-top: 30px;
  z-index: -1;
  background: url(../IMG/BG.jpg);
  background-size: 300%;
}

#Services .Up .UpRight {
  height: 500px;
  width: 65%;
  padding-left: 5%;
  display: inline-block;
}

#Services .Up .UpRight > p {
  width: 85%;
}

#Services .Up .UpRight .UpSquare {
  border: 1px solid #cba876;
  width: 100%;
  height: 80%;
  float: left;
  right: 0;
  padding: 5%;
  margin-bottom: 5%;
}

#Services .Up .UpRight .UpSquare .UpRightPhoto {
  height: 300px;
  position: relative;
  bottom: 120px;
  z-index: 999;
  background: url(../IMG/BG.jpg);
  background-size: 300%;
}

#Services .Middle {
  margin: 2.5% 0 2.5% 0;
  width: 100%;
  height: 260px;
  margin: 10% 0 10% 0;
}

#Services .Middle .MiddleLeft {
  width: 65%;
  height: 100%;
  float: left;
}

#Services .Middle .MiddleLeft #S-SubText1 {
  padding-right: 5%;
}

#Services .Middle .MiddleLeft #S-Title3 {
  font-size: 26px;
}

#Services .Middle .MiddleLeft #S-SubTitle1, #Services .Middle .MiddleLeft #S-SubText1 {
  font-size: 1rem;
  font-family: "LibreBaskerville";
}

#Services .Middle .MiddleLeft .MiddlePhoto {
  height: 100px;
  width: 125%;
  margin: 2% 0 4% 0;
  background: url(../IMG/BG.jpg);
  background-size: 300%;
  z-index: 9999999;
}

#Services .Middle .MiddleRight {
  position: relative;
  width: 35%;
  display: inline-block;
  border: 1px solid #cba876;
  height: 100%;
  z-index: -9999999;
}

#Services .Down {
  font-family: "LibreBaskerville";
  height: 300px;
  margin-bottom: 10%;
}

#Services .Down .DownLeft {
  float: left;
  width: 35%;
  height: 100%;
}

#Services .Down .DownLeft .DownSquare {
  border: 1px solid #cba876;
  width: 50%;
  height: 100%;
}

#Services .Down .DownLeft .DownPhoto {
  border: 1px solid black;
  height: 100%;
  width: 100%;
  margin: 50% 0 0 50%;
  overflow: auto;
  background: url(../IMG/BG.jpg);
  background-size: 400%;
}

#Services .Down .DownRight {
  display: inline-block;
  height: 100%;
  width: 65%;
}

.Services .Square {
  height: 150px;
  z-index: 9999999;
  width: 100% !important;
}

/* CONTACT */
#Contact {
  max-width: 100%;
  max-height: 100%;
  font-family: "LibreBaskerville";
  font-style: italic;
}

#Contact .Up {
  position: relative;
  margin-top: 10%;
}

#Contact .Up .UpForm {
  width: 60%;
  color: white;
  background-color: #cba876;
  padding: 3%;
  text-align: left;
}

#Contact .Up .UpForm > input {
  display: block;
  background-color: #cba876;
  border: none;
  color: white;
}

#Contact .Up .UpForm > input[type="text"], #Contact .Up .UpForm input[type="number"] {
  margin-bottom: 4%;
  width: 100%;
  border-bottom: 2px solid white;
}

#Contact .Up .UpForm input[type="checkbox"] {
  margin-bottom: 4%;
  border-bottom: 2px solid white;
}

#Contact .Up .UpForm > input[type="submit"] {
  font-size: 1.3rem;
}

#Contact .Up .UpForm > input::-webkit-input-placeholder {
  color: white;
}

#Contact .Up .UpForm > input:-ms-input-placeholder {
  color: white;
}

#Contact .Up .UpForm > input::-ms-input-placeholder {
  color: white;
}

#Contact .Up .UpForm > input::placeholder {
  color: white;
}

#Contact .Up .UpForm .politica {
  cursor: pointer;
}

#Contact .Up .UpPhoto {
  text-align: right;
  position: absolute;
  display: inline-block;
  top: -17%;
  bottom: 0%;
  right: 0%;
  width: 65%;
  height: 100%;
  z-index: -22;
  background: url(../IMG/BG.jpg);
  background-size: 300%;
}

#Contact .Down {
  margin: 10% 0 5% 0;
  height: 300px;
  width: 100%;
  position: relative;
  text-align: left;
}

#Contact .Down .gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 300px;
  width: 100%;
}

.Contact .Square {
  padding: 20% 0 2% 0;
  margin-bottom: 3.5%;
}

/* IDIOMAS */
.selectlang {
  border: 0px solid white !important;
  background-color: transparent;
  background: white;
  padding: 5px;
  /* No arrow */
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
  border: none;
  outline: none;
  scroll-behavior: smooth;
  cursor: pointer;
}

.selectlang:hover {
  background: white !important;
}

.selectlang > option {
  border: 0px solid white !important;
  background: white;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

/* FOOTER */
#Footer {
  position: fixed;
  right: 3%;
  bottom: 3%;
}

#Footer * {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.55);
  cursor: pointer;
}

#Footer .Modal1 {
  background-color: #cba876;
  margin-bottom: 10px;
}

#Footer .Modal2 {
  background-color: #01a101;
}

#Modal1, #Modal2 {
  font-family: 'BrandonText';
}

.footer-info {
  color: white !important;
  text-align: center !important;
  padding: 17px 0 !important;
}

/* RESPONSIVE */
@media only screen and (max-width: 1200px) and (min-width: 1023px) {
  #INLAB > .container .Logo-img {
    margin: 10px 0 20px 0;
    width: 20% !important;
    overflow: hidden;
  }
}

.Home #HomeBG div {
  top: 26% !important;
}

@media only screen and (max-width: 1022px) and (min-width: 768px) {
  #INLAB > .container .Logo-img {
    margin: 10px 0 20px 0;
    width: 20% !important;
    overflow: hidden;
  }
  .Home #HomeBG div {
    top: 23% !important;
  }
  #Services #S-Title1, #Services #S-Title2, #Services #S-Title3 {
    font-size: 20px;
  }
  #Services #S-SubTitle1, #Services #S-SubTitle2, #Services #S-SubTitle3, #Services #S-SubTitle4, #Services #S-SubTitle5 {
    font-size: 15px;
  }
  #Services #S-SubText2, #Services #S-SubText2, #Services #S-SubText2, #Services #S-SubText4, #Services #S-SubText {
    font-size: 15px;
  }
  #Services .Up {
    margin-top: 5%;
  }
  #Services .Middle {
    margin-top: 10%;
    margin-bottom: 10%;
    height: 400px;
  }
  #Services .Middle .MiddleRight {
    padding-top: 5%;
  }
  #Services .Down {
    margin-bottom: 25%;
  }
}

@media only screen and (max-width: 767px) {
  .Logo-img {
    margin: 20px 0 48.5px 0 !important;
    width: 45% !important;
    overflow: hidden;
  }
  header {
    background-color: #cba876;
    margin-top: 0 !important;
    color: white !important;
  }
  header .navbar .navbar-nav {
    width: 100%;
  }
  header .navbar .navbar-nav .nav-img {
    max-width: 100%;
    height: 35px;
  }
  .Home {
    margin: 0px 20px 0px 20px;
    text-align: center;
  }
  .Home #HomeBG div {
    top: 28% !important;
  }
  .Services .Square {
    display: none;
  }
  #Services {
    padding: 0 2px 0 2px !important;
  }
  #Services #S-Title1, #Services #S-Title2, #Services #S-Title3 {
    font-size: 20px;
  }
  #Services #S-SubTitle1, #Services #S-SubTitle2, #Services #S-SubTitle3, #Services #S-SubTitle4, #Services #S-SubTitle5 {
    font-size: 15px;
  }
  #Services #S-SubText2, #Services #S-SubText2, #Services #S-SubText2, #Services #S-SubText4, #Services #S-SubText {
    font-size: 15px;
  }
  #Services .Up {
    margin-top: 5%;
    padding-bottom: 10%;
  }
  #Services .UpLeft .UpPhoto {
    height: 65% !important;
    margin-top: 30px;
  }
  #Services .UpRight .UpRightPhoto {
    bottom: 45px !important;
  }
  #Services .Middle {
    margin-top: 10%;
    height: 400px;
    padding-bottom: 10%;
  }
  #Services .Middle .MiddleRight {
    padding-top: 5%;
  }
  #Services .Middle .MiddleLeft {
    margin-bottom: 15%;
  }
  #Services .Middle .MiddleLeft .MiddlePhoto {
    height: 75px !important;
  }
  #Services .Down {
    padding-bottom: 25%;
  }
}

@media only screen and (max-width: 440px) {
  .Down {
    margin-top: 200px;
  }
}

@media only screen and (max-width: 320px) {
  .Down {
    margin-top: 300px;
  }
}
/*# sourceMappingURL=style.css.map */