@font-face {
  font-family: futura;
  src: url(futura-book-font.ttf);
}
@font-face {
  font-family: futura-medium;
  src: url(futura-medium-bt.ttf);
}
html, body {
  font-family: futura, sans-serif;
  font-size: 24px;
  color: #6d6f71;
  background-color: #e1e1e3;
}

h1, h2, h3 {
  font-family: futura, sans-serif;
}

h2 {
  font-size: 85px;
}
@media only screen and (max-width: 1100px) {
  h2 {
    font-size: 65px;
  }
}
@media only screen and (max-width: 600px) {
  h2 {
    font-size: 50px;
  }
}

.tor-highlight {
  color: #56d0e1;
}

.small-highlight {
  color: #56d0e1;
  font-size: 0.72em;
  text-transform: uppercase;
}

#inicio {
  position: relative;
}
#inicio .page-title {
  position: absolute;
}
#inicio .navbar {
  background-color: #f2f2f3;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  padding: 0 0;
}
#inicio .navbar .navbar-brand.logos {
  padding: 0 16px;
}
#inicio .navbar .navbar-brand.logos img {
  max-height: 50px;
  margin: 0 8px;
  padding: 0;
}
#inicio .navbar .navbar-brand.logos img.logo-2 {
  max-height: 74px;
  margin: 0 2px;
}
#inicio .navbar.navbar-light .navbar-toggler {
  border: none;
}
#inicio .navbar .nav-item {
  padding: 12px 32px;
  border-left: 1px solid #56d0e1;
  font-size: 17px;
}
#inicio .navbar .nav-item.active .nav-link {
  font-family: futura-medium, sans-serif;
  color: #6d6f71;
}
/*
#inicio .navbar .nav-item:last-child {
  background-color: #56d0e1;
}
#inicio .navbar .nav-item:last-child .nav-link {
  color: white;
}
*/
#inicio .main-logo {
  position: absolute;
  top: calc(50vh - 11vw);
  left: 3vw;
  width: 19vw;
}
@media only screen and (max-width: 1200px) {
  #inicio .main-logo {
    top: 20vw;
    width: 30vw;
  }
}

#main-carousel {
  margin-top: 73px;
}
#main-carousel .carousel-item {
  height: calc(100vh - 73px);
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 800px) {
  #main-carousel .carousel-item {
    height: 80vw;
  }
}
#main-carousel .main-item-1 {
  background-image: url("../img/main-slide/1.jpg");
}
#main-carousel .main-item-2 {
  background-image: url("../img/main-slide/2.jpg");
}
#main-carousel .main-item-3 {
  background-image: url("../img/main-slide/3.jpg");
}
#main-carousel .main-item-4 {
  background-image: url("../img/main-slide/4.jpg");
}
#main-carousel .main-item-5 {
  background-image: url("../img/main-slide/5.jpg");
}

.carousel-indicators {
  margin-left: 5vw;
  justify-content: left;
}
.carousel-indicators li {
  opacity: 1;
  background-color: transparent;
  border: 1px solid white;
  width: 16px;
  height: 16px;
  border-radius: 20px;
  margin-right: 26px;
}
.carousel-indicators li.active {
  background-color: #56d0e1;
  border-color: #56d0e1;
}

.carousel-control-but {
  position: absolute;
  z-index: 9;
  bottom: 30px;
  width: 32px;
  height: 32px;
  color: white;
  font-size: 20px;
  background: url("../img/main-slide/slider-control.png");
  background-size: 100% 100%;
  cursor: pointer;
}
.carousel-control-but:hover, .carousel-control-but:visited {
  color: white;
  text-decoration: none;
}
.carousel-control-but.carousel-prev {
  right: 65px;
}
.carousel-control-but.carousel-next {
  right: 20px;
  transform: rotate(180deg);
}

#desarrollo .left-ubi {
  padding: 0;
}
#desarrollo .left-ubi h2 {
  margin: 110px 0;
}
@media only screen and (max-width: 800px) {
  #desarrollo .left-ubi h2 {
    margin: 100px 0 20px;
  }
}
#desarrollo .left-ubi p {
  text-align: justify;
  max-width: 500px;
  margin: 0 20px 40px 100px;
}
@media only screen and (max-width: 1300px) {
  #desarrollo .left-ubi p {
    margin: 0 20px 40px;
  }
}
@media only screen and (max-width: 600px) {
  #desarrollo .left-ubi p {
    text-align: left;
  }
}
#desarrollo .left-ubi .t313-logo .outer-circle {
  display: inline-block;
  border: 1px solid #56d0e1;
  padding: 23px;
  border-radius: 300px;
  margin: 30px 40px;
}
#desarrollo .left-ubi .t313-logo .outer-circle .inner-circle {
  border: 1px solid #56d0e1;
  border-radius: 300px;
  padding: 30px;
}
#desarrollo .left-ubi .t313-logo .outer-circle .inner-circle span {
  font-size: 100px;
  color: #56d0e1;
  letter-spacing: -8px;
}
@media only screen and (max-width: 800px) {
  #desarrollo .left-ubi .t313-logo {
    text-align: center;
  }
  #desarrollo .left-ubi .t313-logo .outer-circle {
    margin: 40px 0;
  }
}
#desarrollo .right-ubi {
  background: url("../img/desarrollo/DESARROLLO.jpg");
  background-size: cover;
}
#desarrollo .horizontal {
  background-image: url("../img/desarrollo/horizontal.jpg");
}

.horizontal {
  background-size: cover;
  background-position: center;
  height: 24vw;
  margin: 0 -15px;
}
@media only screen and (max-width: 600px) {
  .horizontal {
    height: 30vw;
  }
}

#desarrollo2 .right-des {
  padding: 0;
}
#desarrollo2 .right-des h2 {
  margin: 220px 0 30px;
}
@media only screen and (max-width: 800px) {
  #desarrollo2 .right-des h2 {
    margin: 100px 0 20px;
  }
}
#desarrollo2 .right-des p {
  text-align: justify;
  margin: 0 0 40px 100px;
  font-size: 0.86em;
  min-height: 195px;
}
@media only screen and (max-width: 1300px) {
  #desarrollo2 .right-des p {
    margin: 0 20px 40px;
  }
}
@media only screen and (min-width: 1300px) {
  #desarrollo2 .right-des p {
    max-width: 325px;
  }
}
@media only screen and (max-width: 600px) {
  #desarrollo2 .right-des p {
    text-align: left;
  }
}
#desarrollo2 .right-des ul {
  padding-left: 104px;
  font-size: 20px;
  margin: 70px 0 220px;
}
#desarrollo2 .left-des {
  background: #f2f2f3 url("../img/desarrollo/corte-long.png") center no-repeat;
  background-size: 100% auto;
  min-height: 40vw;
}
#desarrollo2 .horizontal {
  background-image: url("../img/desarrollo/horizontal2.jpg?v=1");
}

.tor-list li {
  list-style: none;
  position: relative;
  cursor: pointer;
}
.tor-list li:before {
  content: " ";
  position: absolute;
  display: block;
  width: 9px;
  height: 9px;
  border: 1px solid #56d0e1;
  border-radius: 10px;
  top: 50%;
  margin-top: -4.5px;
  left: -14px;
}
.tor-list li:hover:before {
  background-color: #56d0e1;
}

#plantas .left-plantas {
  padding: 0;
}
#plantas .left-plantas h2 {
  margin: 260px 0 30px;
  font-size: 65px;
}
@media only screen and (max-width: 600px) {
  #plantas .left-plantas h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 800px) {
  #plantas .left-plantas h2 {
    margin: 100px 0 20px;
  }
}
#plantas .left-plantas .no-info-space {
  height: 190px;
}
#plantas .left-plantas table {
  font-size: 19px;
  margin: 40px 0 0 125px;
}
@media only screen and (max-width: 1400px) {
  #plantas .left-plantas table {
    margin-left: 40px;
  }
}
#plantas .left-plantas table td:first-child {
  padding-right: 65px;
}
@media only screen and (max-width: 1400px) {
  #plantas .left-plantas table td:first-child {
    padding-right: 20px;
  }
}
#plantas .left-plantas table .lefty {
  position: relative;
  left: -2em;
}
#plantas .left-plantas .parking {
  color: #56d0e1;
  font-size: 20px;
  margin: 20px 0 0 125px;
}
@media only screen and (max-width: 1400px) {
  #plantas .left-plantas .parking {
    margin-left: 40px;
  }
}
#plantas .left-plantas .tor-list {
  margin: 40px 0 170px 0;
  padding-left: 125px;
  font-size: 20px;
}
@media only screen and (max-width: 1400px) {
  #plantas .left-plantas .tor-list {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 800px) {
  #plantas .left-plantas .tor-list {
    padding-left: 40px;
  }
}
#plantas .right-plantas {
  background: #f2f2f3 center no-repeat;
  background-size: 90% auto;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
#plantas .right-plantas .image-container {
  position: relative;
  width: 92%;
  height: 54vh;
  margin: 13.5vh auto;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#plantas .right-plantas .thumbs-container {
  position: absolute;
  top: 72%;
  width: calc(100% - 30px);
  padding: 0 5%;
}
#plantas .right-plantas .thumbs-container .thumb {
  width: 13%;
  background-size: cover;
  background-position: center;
  display: inline-block;
  cursor: pointer;
}
#plantas .right-plantas .carousel-control-but {
  bottom: 25%;
}
#plantas .right-plantas .carousel-control-but.carousel-next {
  right: 8%;
}
#plantas .right-plantas .carousel-control-but.carousel-prev {
  right: calc(8% + 50px);
}
#plantas .horizontal {
  background-image: url("../img/plantas/horizontal3.jpg");
}

#ubicacion .right-contacto p.description {
  margin: 300px 80px 0 40px;
  text-align: justify;
}
@media only screen and (max-width: 800px) {
  #ubicacion .right-contacto p.description {
    text-align: left;
    margin: 50px 20px;
  }
}
#ubicacion .right-contacto p.address {
  margin: 280px 0 80px 40px;
}
@media only screen and (max-width: 800px) {
  #ubicacion .right-contacto p.address {
    margin: 80px 20px 100px;
  }
}
#ubicacion .right-contacto .bold {
  font-family: futura-medium, sans-serif;
}
#ubicacion .left-contacto {
  padding: 0;
}
#ubicacion .left-contacto .carousel, #ubicacion .left-contacto .carousel-inner, #ubicacion .left-contacto .carousel-item {
  height: 100%;
  min-height: 450px;
}
@media only screen and (max-width: 800px) {
  #ubicacion .left-contacto .carousel, #ubicacion .left-contacto .carousel-inner, #ubicacion .left-contacto .carousel-item {
    min-height: 280px;
  }
}
#ubicacion .left-contacto .carousel .carousel-item {
  background: no-repeat;
  background-size: cover;
}
#ubicacion .left-contacto .carousel .carousel-indicators {
  margin-bottom: 2.3vw;
}
#ubicacion .left-contacto .carousel .con-slide-1 {
  background-image: url("../img/contacto/1.jpg");
}
#ubicacion .left-contacto .carousel .con-slide-2 {
  background-image: url("../img/contacto/2.jpg");
}
#ubicacion .left-contacto .carousel .con-slide-3 {
  background-image: url("../img/contacto/3.jpg");
}
#ubicacion .left-contacto .carousel .con-slide-4 {
  background-image: url("../img/contacto/4.jpg");
}
#ubicacion .left-contacto .carousel .con-slide-5 {
  background-image: url("../img/contacto/5.jpg");
}
@media only screen and (max-width: 800px) {
  #ubicacion .horizontal.map {
    height: 400px;
  }
}
#ubicacion .horizontal.map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

footer {
  background: url("../img/footer/horizontal-footer.jpg") center;
  color: white;
}
footer .spacer {
  height: 115px;
}
@media only screen and (max-width: 800px) {
  footer .spacer {
    height: 20px;
  }
}
footer .left-footer {
  border-right: 1px solid white;
}
footer .left-footer .logo-1 {
  max-height: 340px;
  margin: -50px 0 0 110px;
}
@media only screen and (max-width: 600px) {
  footer .left-footer .logo-1 {
    margin: 0;
    max-height: 240px;
  }
}
footer .left-footer .small-logos {
  margin-top: -90px;
}
footer .left-footer .small-logos img {
  max-height: 110px;
  display: inline-block;
  float: right;
}
footer .left-footer .small-logos .logo-2 {
  min-height: 164px;
  margin-top: -30px;
}
@media only screen and (max-width: 800px) {
  footer .left-footer .small-logos {
    margin-top: 0;
  }
  footer .left-footer .small-logos img {
    max-height: 80px;
  }
  footer .left-footer .small-logos .logo-2 {
    min-height: 126px;
    margin-top: -24px;
  }
}
footer .right-footer {
  padding-left: 30px;
  line-height: 1.3em;
}
footer .right-footer .company {
  font-family: futura-medium, sans-serif;
}
footer .right-footer a {
  color: white;
  cursor: pointer;
}
footer .right-footer a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 800px) {
  footer .right-footer {
    font-size: 20px;
  }
}

.image-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 100;
  overflow: hidden;
  display: none;
}
.image-overlay .image {
  width: 80%;
  height: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: white;
  margin: 10vh 10vw;
  position: relative;
}
.image-overlay .carousel-control-but.carousel-next {
  right: 6%;
}
.image-overlay .carousel-control-but.carousel-prev {
  right: 9%;
}

.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

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