@font-face {
  font-family: gotham-bold;
  src: url(../fonts/gotham-bold.otf);
}

@font-face {
  font-family: gotham-boldita;
  src: url(../fonts/gotham-boldita.otf);
}
@font-face {
  font-family: gotham-book;
  src: url(../fonts/gotham-book.otf);
}
@font-face {
  font-family: gotham-light;
  src: url(../fonts/gotham-light.otf);
}
@font-face {
  font-family: gotham-medium;
  src: url(../fonts/gotham-medium.otf);
}

ul {
  list-style: none;
}



body {
  margin: 0;
  background-color: #dbdbdc;
}

@media (max-width: 600px) {
  body {
    margin: 0;
    background-color: #ffffff;
  }
}

#logo-desktop {
  position: absolute;
  top: -20px;
  left: 15px;
  z-index: 1000;
  height: 183px;

  -webkit-transition: height 1s;
  -moz-transition: height 1s;
  transition: height 1s;
}
.txt-contacto-inicial {
  font-family: "gotham-book";
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
  float: right;
  display: block;
  margin: 0 20px 1px;
  -webkit-transition: display 1s;
  -moz-transition: display 1s;
  transition: display 1s;
}
.num-contacto-inicial {
  font-family: "gotham-book";
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  float: right;
  display: block;
  margin: 0;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  transition: opacity 1s;
}

/********* MENU ********/
.navbar .container {
  position: relative;
}
.navbar {
  background: #065180; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(
    left,
    #368066,
    #065180
  ); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(
    right,
    #368066,
    #065180
  ); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(
    right,
    #368066,
    #065180
  ); /* For Firefox 3.6 to 15 */
  background: linear-gradient(
    to right,
    #368066,
    #065180
  ); /* Standard syntax (must be last) */
  z-index: 100;
  margin-bottom: 0;
  border-width: 0px;
  padding: 20px 0 25px;

  -webkit-transition: padding 1s;
  -moz-transition: padding 1s;
  transition: padding 1s;
}
.navbar-nav {
  margin: 50px 100px 0px 270px;
  -webkit-transition: margin 1s;
  -moz-transition: margin 1s;
  transition: margin 1s;
}
.navbar-nav a {
  font-family: "gotham-book";
  font-size: 17px;
  color: #fff !important;
  color: #434142;
}

.nav > li > a {
  padding: 10px 25px;
}

.navbar-custom.affix {
  padding: 10px 0 15px;
  background-color: #9a8d82;

  -webkit-transition: padding 1s;
  -moz-transition: padding 1s;
  transition: padding 1s;
}

.navbar-custom.affix #logo-desktop {
  height: 120px;
}

.navbar-custom.affix .navbar-nav {
  margin: 0px 100px 0px 270px;
  -webkit-transition: margin 1s;
  -moz-transition: margin 1s;
  transition: margin 1s;
}
.navbar-custom.affix .num-contacto-inicial,
.navbar-custom.affix .txt-contacto-inicial {
  opacity: 0;

  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  transition: opacity 1s;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  border: 1px solid #fff;
  background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
  border: 1px solid transparent;
}

/********* CAROUSEL ********/

#home {
  z-index: 10;
  position: relative;
  margin-top: 137px;
}

#home .container-fluid {
  padding: 0;
}

.carousel-caption {
  position: absolute;
  right: 0;
  /*bottom: 5%;
    top: 5%;*/
  bottom: 0;
  left: auto;
  z-index: 1000;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
  text-align: center;
  /*height: 90%;*/
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  width: 350px;
  /*width: 385px;
    background-image: url(../img/slide/cajaslider.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;*/
}

.carousel-caption h3 {
  font-size: 24px;
  font-family: gotham-bold;
  margin: 150px 0 20px;
}
.carousel-caption p {
  font-size: 18px;
  font-family: gotham-light;
  margin: 0;
}

.carousel-indicators {
  bottom: -40px !important;
}

.carousel-indicators li {
  width: 40px;
  height: 4px;
  text-indent: -999px;
  background-color: #434142;
}
.carousel-indicators .active {
  width: 40px;
  height: 4px;
  margin: 0;
  background-color: #368066;
}

/********* QUE ES ********/

#que-es {
  margin-top: 120px;
  position: relative;
}
#que-es .row {
  background: linear-gradient(
    to right,
    #dbdbdc 0%,
    #dbdbdc 25%,
    white 25%,
    white 50%,
    white 100%
  );
  background: linear-gradient(
    to top,
    #dbdbdc 0%,
    #dbdbdc 5%,
    white 5%,
    white 50%,
    white 100%
  );
  position: relative;
}

#img-que-es-video {
  margin: 50px 0 20px;
}

h2.titulo-section {
  font-family: gotham-book;
  font-size: 18px;
  color: #434142;
  float: left;
  border-bottom: 5px solid #065180;
  padding-bottom: 5px;
  margin: 50px 0;
}

.bajada-section {
  font-family: gotham-book;
  font-size: 25px;
  color: #434142;
  text-align: left;
  width: 100%;
  float: left;
  margin: 0;
  letter-spacing: 1px;
}

.bajada-section-bold {
  font-family: gotham-bold;
  font-size: 25px;
  color: #434142;
  text-align: left;
  width: 100%;
  display: block;
  float: left;
  margin: 0;
  letter-spacing: 1px;
}
.txt-section {
  float: left;
  text-align: justify;
  font-family: gotham-light;
  font-size: 13px;
  width: 80%;
  margin: 30px 0 20px;
  color: #434142;
}
.menor-margin {
  margin: 0px 0 20px;
}

.txt-section-italic {
  font-family: gotham-boldita;
  font-size: 20px;
  margin: 0;
  color: #434142;
}

.list-section {
  float: left;
  list-style: none;
  padding: 0;
  font-family: gotham-book;
  font-size: 21px;
  color: #434142;
  margin-top: 0px;
}

.li-section {
  padding: 5px 0;
}

#faja-que-es {
  background: #065180; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(
    left,
    #368066,
    #065180
  ); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(
    right,
    #368066,
    #065180
  ); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(
    right,
    #368066,
    #065180
  ); /* For Firefox 3.6 to 15 */
  background: linear-gradient(
    to right,
    #368066,
    #065180
  ); /* Standard syntax (must be last) */
  padding: 10px 0;
  max-width: 647px;
}

#wrapper-faja-que-es {
  padding-left: 0;
}

.txt-faja {
  font-size: 20px;
  font-family: gotham-boldita;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin: 0;
}

#img-faja-que-es {
  position: absolute;
  bottom: 34px;
  right: -10px;
}

.senalador {
  float: left;
  width: 25px;
  height: 10px;
  background-image: url(../img/referencias.png);
  background-position: 23px -284px;
  margin-top: 9px;
}
.senalador-falso {
  float: left;
  width: 25px;
  height: 10px;
  margin-top: 9px;
}

.senalador-1 {
  float: left;
  width: 24px;
  height: 35px;
  background-image: url(../img/referencias.png);
  background-position: 0px 0px;
  margin-right: 10px;
}
.senalador-2 {
  float: left;
  width: 24px;
  height: 35px;
  background-image: url(../img/referencias.png);
  background-position: 0px -35px;
  margin-right: 10px;
}
.senalador-3 {
  float: left;
  width: 24px;
  height: 35px;
  background-image: url(../img/referencias.png);
  background-position: 0px -73px;
  margin-right: 10px;
}
.senalador-4 {
  float: left;
  width: 24px;
  height: 35px;
  background-image: url(../img/referencias.png);
  background-position: 0px -110px;
  margin-right: 10px;
}
.senalador-5 {
  float: left;
  width: 24px;
  height: 35px;
  background-image: url(../img/referencias.png);
  background-position: 0px -147px;
  margin-right: 10px;
}
.senalador-6 {
  float: left;
  width: 24px;
  height: 35px;
  background-image: url(../img/referencias.png);
  background-position: 0px -183px;
  margin-right: 10px;
}
.senalador-7 {
  float: left;
  width: 24px;
  height: 35px;
  background-image: url(../img/referencias.png);
  background-position: 0px -220px;
  margin-right: 10px;
}

.modal-dialog {
  max-width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  border: none;
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: auto;
}
.modal-content {
  height: 100%;
  padding: 70px 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}
.modal-backdrop.in {
  opacity: 0.9;
}

.close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent;
}
.close-modal .lr {
  z-index: 1051;
  width: 2px;
  height: 50px;
  margin-left: 35px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
}
.close-modal .lr .rl {
  z-index: 1052;
  width: 2px;
  height: 50px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #fff;
}

/********* UBICACION ********/

#ubicacion {
  margin-top: 120px;
}
#ubicacion .titulo-section {
  margin: 50px 0 30px;
}
#ubicacion .row {
  background: linear-gradient(
    to right,
    #dbdbdc 0%,
    #dbdbdc 25%,
    white 25%,
    white 50%,
    white 100%
  );
}
#img-mapa-ubicacion {
  margin: 50px 0 0px;
}
#ubicacion .txt-section {
  margin: 20px 0 10px;
}
.li-section-ubicacion {
  font-family: gotham-book;
  font-size: 15px;
  margin-bottom: 5px;
  color: #434142;
  line-height: 32px;
}

#faja-ubicacion {
  background: #065180;
  background: -webkit-linear-gradient(left, #368066, #065180);
  background: -o-linear-gradient(right, #368066, #065180);
  background: -moz-linear-gradient(right, #368066, #065180);
  background: linear-gradient(to right, #368066, #065180);
  padding: 12px 0;
  max-width: 647px;
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/********* SERVICIOS ********/

#servicios {
  margin-top: 120px;
  position: relative;
}

#faja-servicios {
  background-color: #fff;
  padding: 30px 0 30px;
  margin-bottom: 100px;
  position: relative;
}
#faja-servicios .container {
  position: relative;
}

#img-faja-servicios {
  position: absolute;
  bottom: -42px;
  left: 0px;
}

.titulo-section-servicios {
  font-family: gotham-book;
  font-size: 18px;
  color: #434142;
  float: left;
  border-bottom: 5px solid #065180;
  padding-bottom: 5px;
  margin: 0 0 20px 200px;
}

.bajada-section-servicios {
  font-family: gotham-book;
  font-size: 25px;
  color: #434142;
  text-align: left;
  width: 75%;
  float: left;
  margin: 0 0 0 200px;
  letter-spacing: 1px;
}
.bajada-section-servicios-bold {
  font-family: gotham-bold;
  font-size: 25px;
  color: #434142;
  text-align: left;
  width: 75%;
  display: block;
  float: left;
  margin: 0 0 0 200px;
  letter-spacing: 1px;
}
#servicios .container {
  padding: 0;
}
#servicios .row {
  margin-bottom: 75px;
}
#servicios .col-sm-6 {
  padding: 0 30px;
}

.li-section {
  list-style: none;
}

/********* BENEICIOS ********/

#beneficios {
  margin-top: 45px;
}
#beneficios .row {
  background: linear-gradient(
    to right,
    #dbdbdc 0%,
    #dbdbdc 25%,
    white 25%,
    white 50%,
    white 100%
  );
  padding-bottom: 20px;
  position: relative;
}
#img-beneficios {
  margin: 50px 0 20px;
}

.list-section-beneficios {
  margin-top: 20px;
}
.li-section-beneficios {
  font-family: gotham-book;
  font-size: 21px;
  margin-bottom: 10px;
  color: #434142;
}

#img-faja-beneficios {
  position: absolute;
  top: -16px;
  right: -15px;
}

footer {
  margin-top: 120px;
  background-color: #434142;
  padding-top: 50px;

  border-bottom-width: 8px;
  border-bottom-style: solid;
  border-color: #368066;
}
footer .col-sm-6 {
  padding-left: 30px;
  padding-right: 0;
}
#logo-footer {
  margin-top: 40px;
  margin-bottom: 85px;
}
.titulo-footer {
  color: #fff;
  font-family: gotham-book;
  font-size: 13px;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  letter-spacing: 1px;
}
.txt-footer {
  color: #fff;
  font-family: gotham-light;
  font-size: 16px;
  margin: 0 0 10px;
  line-height: 30px;
}
.txt-footer-bold {
  color: #fff;
  font-family: gotham-bold;
  font-size: 16px;
  margin: 0 0 10px;
}
.txt-footer a,
.txt-footer-bold a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
}
.txt-footer-direccion {
  color: #fff;
  font-family: gotham-light;
  font-size: 14px;
  margin: 0 0 10px;
  line-height: 30px;
}
#txt-footer-margin {
  margin-bottom: 35px;
}
#contactForm .col-sm-6 {
  padding-left: 0;
  padding-right: 15px;
}
#form-celular {
  padding-right: 0 !important;
}
#sendMessageButton {
  float: right;
  background-color: #368066;
  border: solid transparent;
  border-radius: 0px;
  color: #fff;
  font-family: gotham-bold;
  font-size: 15px;
  letter-spacing: 1px;
  width: 100%;
  margin-bottom: 15px;
  padding: 5px 0;
}
#sendMessageButton:hover {
  opacity: 0.6;
}
.alert-success {
  color: #fff;
  background-color: #368066;
  border-color: #368066;
}

.form-control {
  background-color: #dbdbdc;
}

footer label {
  color: #fff;
  font-family: gotham-bold;
  font-size: 15px;
}
.only-mobile {
  display: none !important;
}
.only-desktop {
  display: block !important;
}

@media (max-width: 1200px) {
  .nav li a {
    padding: 10px 15px;
  }
  .navbar-nav {
    margin: 50px 0 0px 270px;
  }
  .navbar-custom.affix .navbar-nav {
    margin: 0 0 0 170px;
  }
}
@media (max-width: 990px) {
  .nav li a {
    padding: 10px 10px;
  }
  .navbar-nav a {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .navbar {
    padding: 20px 0 0px;
  }

  .navbar-custom.affix {
    padding: 0px 0 0;
  }

  .navbar-default .navbar-toggle {
    border-color: transparent;
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .navbar-default .navbar-toggle:hover {
    background-color: transparent;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    width: 25px;
    height: 3px;
  }
  .navbar-brand {
    padding: 0px 15px;
  }

  .navbar-nav {
    margin: 15px 0;
  }
  .navbar-nav {
    margin: 15px 0;
  }
  .navbar-custom.affix .navbar-nav {
    margin: 15px 0;
  }
  .nav .page-scroll {
    text-align: right;
  }
  .nav > li > a {
    padding: 10px 18px;
  }
  .carousel-caption {
    width: 100%;
    height: 150px;
    padding: 15px 10px 10px;
  }

  .carousel-caption h3 {
    font-size: 20px;
    font-family: gotham-bold;
    margin: 0px 0 5px;
  }
  .carousel-caption p {
    font-size: 18px;
  }
  #home {
    z-index: 10;
    position: relative;
    margin-top: 85px;
  }

  #que-es,
  #ubicacion,
  #servicios,
  #beneficios,
  footer {
    margin-top: 30px;
  }

  #que-es .row,
  #ubicacion .row,
  #beneficios .row {
    background: linear-gradient(
      to top,
      #fff 0%,
      #fff 5%,
      white 5%,
      white 50%,
      white 100%
    );
  }

  .txt-section {
    width: 100%;
    margin: 25px 0;
    font-size: 14px;
  }

  h2.titulo-section {
    margin: 25px 0 !important;
    font-size: 16px;
  }
  .txt-section-italic {
    margin: 25px 0 0;
    font-size: 16px;
  }

  .bajada-section {
    font-size: 20px;
  }
  .bajada-section-bold {
    font-size: 20px;
  }
  #ubicacion {
    padding-bottom: 20px;
    background-color: #fff;
  }
  .img-servicios {
    margin-bottom: 20px;
  }

  #servicios .container {
    padding: 0 15px;
  }
  #servicios .col-sm-6 {
    padding: 0 15px;
  }

  #servicios .bajada-section-bold {
    margin-bottom: 20px;
  }

  #servicios .row {
    margin-bottom: 30px;
  }

  .list-section {
    font-size: 16px;
  }
  .li-section-ubicacion {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .txt-faja {
    font-size: 13px;
  }
  .senalador {
    margin-top: 5px;
  }
  .titulo-section-servicios {
    font-size: 16px;
  }
  .bajada-section-servicios,
  .bajada-section-servicios-bold {
    font-size: 20px;
  }

  #servicios .container {
    background-color: #fff;
  }

  .li-section-beneficios {
    font-size: 16px;
  }

  footer {
    padding-bottom: 20px;
    padding-top: 0;
  }
  #logo-footer {
    margin: 40px 0;
  }
  footer .col-sm-6 {
    padding: 0 15px;
  }
  .direccion-footer {
    margin: 20px 0;
  }
  #contactForm .col-sm-6 {
    padding-right: 0px;
  }

  .modal-content {
    padding: 80px 0;
  }
  .close-modal {
    right: 10px;
    width: 50px;
    height: 30px;
  }
  .close-modal .lr {
    width: 2px;
    height: 30px;
  }
  .close-modal .lr .rl {
    width: 2px;
    height: 30px;
  }

  .only-mobile {
    display: block !important;
  }
  .only-desktop {
    display: none !important;
  }
}
