body {
  padding-top: 90px;
  font-family: "Montserrat", sans-serif;
}

.navbar-default {
  margin-bottom: 0;
  background: #60295e;
  padding: 1vh 60px;
  border: none;
  min-height: 60px;
}
.navbar-brand {
  height: auto;
}
.navbar-header .logo {
  height: 19vh;
}

@media (max-width: 768px) {
  .navbar-header .logo {
    height: 9vh;
  }
}

.social-top {
  text-align: right;
  padding-top: 15px;
}
.icon {
  height: 22px;
}
.navbar-main li a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}

.slide-01 {
  background: #fff url(../../assets/img/slide-01.jpg) center center no-repeat !important;
  background-size: 100%;
  -webkit-background-size: 100% !important;
  -moz-background-size: 100% !important;
  -o-background-size: 100% !important;
}
.carousel-caption {
  background: transparent;
  background: -moz-linear-gradient(
    left,
    transparent 0%,
    rgba(59, 59, 59, 0.81) 20%,
    rgba(0, 0, 0, 0.81) 27%,
    rgba(0, 0, 0, 0.81) 73%,
    rgba(66, 66, 66, 0.81) 80%,
    transparent 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, transparent),
    color-stop(20%, rgba(59, 59, 59, 0.81)),
    color-stop(27%, rgba(0, 0, 0, 0.81)),
    color-stop(73%, rgba(0, 0, 0, 0.81)),
    color-stop(80%, rgba(66, 66, 66, 0.81)),
    color-stop(100%, transparent)
  );
  background: -webkit-linear-gradient(
    left,
    transparent 0%,
    rgba(59, 59, 59, 0.81) 20%,
    rgba(0, 0, 0, 0.81) 27%,
    rgba(0, 0, 0, 0.81) 73%,
    rgba(66, 66, 66, 0.81) 80%,
    transparent 100%
  );
  background: -o-linear-gradient(
    left,
    transparent 0%,
    rgba(59, 59, 59, 0.81) 20%,
    rgba(0, 0, 0, 0.81) 27%,
    rgba(0, 0, 0, 0.81) 73%,
    rgba(66, 66, 66, 0.81) 80%,
    transparent 100%
  );
  background: -ms-linear-gradient(
    left,
    transparent 0%,
    rgba(59, 59, 59, 0.81) 20%,
    rgba(0, 0, 0, 0.81) 27%,
    rgba(0, 0, 0, 0.81) 73%,
    rgba(66, 66, 66, 0.81) 80%,
    transparent 100%
  );
  background: linear-gradient(
    to right,
    transparent 0%,
    rgba(59, 59, 59, 0.81) 20%,
    rgba(0, 0, 0, 0.81) 27%,
    rgba(0, 0, 0, 0.81) 73%,
    rgba(66, 66, 66, 0.81) 80%,
    transparent 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=1 );
}
.carousel-indicators {
  bottom: 0;
}

.carousel-control.right,
.carousel-control.left {
  background-image: none;
}

.carousel-caption {
  text-align: left;
}
.carousel-caption h3,
.carousel .icon-container {
  background-color: transparent;
  text-transform: uppercase;
}

.carousel-caption button {
  background-color: #00acec !important;
  border: 2px solid #00acec !important;
  border-radius: 25px;
  text-transform: uppercase;
  font-size: 1em;
}
.carousel-caption h3 {
  padding: 10px 10px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 22px;
}
.carousel-caption h3 b {
  color: #ffcc33;
  font-size: 28px;
}
.carousel-caption h3 a {
  color: #ffcc33;
  font-size: 14px;
}
.carousel .icon-container {
  display: inline-block;
  font-size: 25px;
  line-height: 25px;
  padding: 1em;
  text-align: center;
  border-radius: 50%;
}

.carousel-caption button {
  margin-top: 0;
}
.carousel-caption h3:first-child {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.carousel-caption button {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.carousel-indicators li {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid #fff;
  border-radius: 10px;
}
.delay-1 {
  animation-delay: 0.5s;
}
.delay-2 {
  animation-delay: 1s;
}
.delay-3 {
  animation-delay: 1.5s;
}
.delay-4 {
  animation-delay: 2s;
}
.delay-5 {
  animation-delay: 2.5s;
}
.delay-6 {
  animation-delay: 3s;
}
.delay-7 {
  animation-delay: 3.5s;
}

.row {
  margin: 0;
}
.ribbon-one {
  padding: 50px 0;
  text-align: center;
  background: url(../../assets/img/ribbon.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
}
.ribbon-one h2 {
  text-transform: uppercase;
  margin: 0;
  font-size: 24px;
  color: #ffff99;
  font-weight: 300;
}
.ribbon-one h2 b {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}

.nosotros {
  padding: 15% 0;
  font-family: "Montserrat", sans-serif;
}
.nosotros h1 {
  text-align: left !important;
  margin: 0;
  text-transform: uppercase;
  color: #663366;
  padding: 5px;
  border-bottom: 2px dotted #663366;
  color: #663366;
}
.nosotros h2 {
  margin: 10px 0 40px 0;
  text-transform: uppercase;
  font-size: 1em;
  color: #333;
}
.nosotros p {
}
.nosotros p b {
  color: #cc9933;
  display: block;
  margin-top: 30px;
}
.nosotros-img {
  width: 90%;
  margin: 0 auto;
}

.contact {
  padding: 6% 0;
  font-family: "Montserrat", sans-serif;
  background: url(../../assets/img/moldapta-02.jpg) center center no-repeat;
  background-size: cover;
}
.contact h1 {
  margin: 0;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
}
.contact h2 {
  margin: 0;
  margin-bottom: 5%;
  text-transform: uppercase;
  font-size: 1em;
  color: #fff;
}
.contact input::-webkit-input-placeholder,
.contact textarea::-webkit-input-placeholder {
  color: #999;
  text-transform: uppercase;
}
.contact input::-moz-placeholder,
.contact textarea::-moz-placeholder {
  /* Firefox 18- */
  color: #999;
  text-transform: uppercase;
}
.contact input::-moz-placeholder,
.contact textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
  text-transform: uppercase;
}
.contact input::-ms-input-placeholder,
.contact textarea::-ms-input-placeholder {
  color: #999;
  text-transform: uppercase;
}
.form-control {
  background: #f5f5f5;
}
.contact .btn-contact {
  background: #682421;
  border-color: #682421;
  padding-left: 25px;
  padding-right: 25px;
}
.contact .btn-contact:hover {
  background: #682421 !important;
  border-color: #682421 !important;
}
.top-moldapta {
  margin-top: 5px !important;
  margin-bottom: 10px !important;
}
.contact p {
  color: #fff;
  text-transform: uppercase;
}
.contact p b {
  color: #ffff99;
  display: block;
  margin-top: 10px;
}

footer {
  background: #343434 !important;
  padding: 5% 0;
  color: #fff;
}
footer h5 {
  padding-left: 10px;
  border-left: 3px solid #eeeeee;
  padding-bottom: 6px;
  margin-bottom: 20px;
  color: #ffffff;
}
footer a {
  color: #ffffff;
  text-decoration: none !important;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
footer ul.social li {
  padding: 3px 0;
}

/* Animation delays */
h1 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

.p {
  padding-top: 125px;
  text-align: center;
}
.p a {
  text-decoration: underline;
}

.navbar-default .navbar-toggle {
  border: none;
  margin-top: 10px;
}
.navbar-default .navbar-toggle span {
  font-size: 2.2em;
  color: #892e62 !important;
}
.container-menu-mobile {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1000000;
  top: 0;
  left: 0;
  display: none;
}
.menu-mobile {
  padding: 12% 10%;
}
.list-group-item {
  background: transparent !important;
  border: none;
  text-align: center !important;
  font-size: 1.7em;
}
.close-mobile {
  text-align: right !important;
}
#close-menu {
  text-align: right;
}
#close-menu span {
  font-size: 2.5em;
  color: #892e62 !important;
}
.social-mobile {
  text-align: center !important;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .main-container {
    padding: 0;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .carousel-caption {
    padding: 10px;
    height: 160px;
    bottom: 120px;
  }
  .carousel .item {
    min-height: 420px;
    max-height: 520px;
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 768px) {
  body {
    padding-top: 0px;
  }
  .main-container {
    max-width: 100% !important;
    width: 100%;
    padding: 0;
  }
  .navbar-default {
    position: relative;
    padding: 5px 20px;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .carousel-caption {
    padding: 5px !important;
    height: 190px !important;
    bottom: 35px;
  }
  .carousel .item {
    min-height: 260px;
    height: 100%;
    width: 100%;
  }
  .carousel-caption h3 {
    padding: 10px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 19px;
  }
  .carousel-caption h3 b {
    color: #ffcc33;
    font-size: 23px;
  }
  .carousel-caption h3 a {
    color: #ffcc33;
    font-size: 11px;
  }
  .jobi-img {
    width: 70%;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .icon {
    height: 32px;
  }
}

.ideaboceto {
  margin-top: 4%;
  background: url(../../assets/img/slide1.jpg) center center no-repeat;
  padding: 18.5%;
  text-align: center;
  background-size: cover;
  color: #fff;
}

@media (max-width: 800px) {
  .ideaboceto {
    margin-top: 0;
    background: url(../../assets/img/slide1.jpg) center center no-repeat;
    padding: 18.5%;
    text-align: center;
    background-size: cover;
    color: #fff;
  }
}
.experiencia {
  background: url(../../assets/img/experiencia.jpg) center center no-repeat;
  padding: 3%;
  text-align: center;
  background-size: cover;
  color: #fff;
}
.nosotros2 {
  background: url(../../assets/img/nosotros.jpg) center center no-repeat;
  padding: 25%;
  text-align: center;
  background-size: cover;
  color: #fff;
}
.nosotrostexto {
  font-size: 125%;
  top: -350px;
  text-align: justify;
}
.titulosnosotros {
  color: #60295e;
  text-align: center;
  font-weight: bold;
}
.lineacolor {
  background: url(../../assets/img/lineacolor.png) center center no-repeat;
  padding: 1%;
  background-size: cover;
  color: #fff;
}
.contacto {
  height: 62vh;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1000px) {
  .logocolormaps {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 800px) {
  .nosotrostexto {
    font-size: 125%;
    top: -10vh;
    text-align: justify;
  }
}
.owl-carousel .item {
  width: 100%;
  height: 69vh;
  display: -webkit-inline-box;
}

@media (max-width: 800px) {
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .owl-carousel .owl-stage-outer {
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .owl-carousel .item {
    width: 100%;
    height: 100%;
    display: -webkit-inline-box;
  }
}

.img-fluid {
  max-width: 100%;
}

@media (min-width: 800px) {
  .alto{
    height: 173.6px;
    padding: 0vh 12vh 0vh 12vh;
  }
  .alto2{
    height: 173.6px;
    border-left: solid 1px #60295B;
    border-right: solid 1px #60295B;
    padding: 0vh 12vh 0vh 12vh;
  }
}