body {
  background-image: url("../img/back.jpg");
  font-family: "Raleway", Montserrat, sans-serif;
  margin: 0;
  padding: 0;
  color:#13424F;
}

p {
    font-size: 1.2em;
    color: #13424F;
    line-height: 180%;
}
h1 {
    font-weight: 700;
    color:#A5CF35;
    background-color:rgba(255,255,255,0.5);
    padding: 20px;
    text-align: center;
}
h2 {
    font-size: 1.5em;
    font-weight: 400;
    line-height: 150%;
}

.header {
  padding-top: 8px;
  background-image: url("../img/back-header.png");
  background-repeat: no-repeat;
  background-attachment: center top;
  background-size: cover;
}
@media (max-width: 450px) {
  .header {
    padding-top: 8px;
    background-image: url("../img/back-header-sm.png");
    background-repeat: no-repeat;
    background-attachment: center top;
    background-size: cover;
  }
}

.header h3{
  font-family: Raleway;
  font-weight: 700;
  font-size: 1.1em;
  color:#A5CF39;
}

.navbar-default{
    background-color: #A5CF35;
}
.navbar-default .navbar-nav li {
    border: solid 1px #fff;
    width: 234px;
    text-align: center;
    font-weight: 400;
    color:#fff;
}
.navbar-default .navbar-nav li>a{
    color: #fff;
}
.navbar-default .navbar-nav li>a:hover {
    background-color:#053858;
    color: #fff;
    font-weight: 600;
}
.navbar-collapse {
    padding: 0;
}
.navbar {
    border: none;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #13424F;
}

.carousel-inner img {
    width: 100%;
    height: auto;
  }
.carousel-caption {
  text-align: left;
  background-color: #fff;
  box-shadow: 2px 2px 6px #B2B2B2;
  text-shadow: none;
  padding: 16px;
  right: 60%;
  bottom: 20px;
  left: 10%;
}
.carousel-caption h2 {
  font-family: Raleway;
  font-weight: 900;
  color: #A5CF35;
}
.carousel-caption p {
  color: #13424F;
}

.carousel-control.left {
    background-image: none;
}
.carousel-control.right {
    background-image: none;
}
.navbar-toggle {
    background-color: #13424F;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #13424F;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.carousel-indicators li {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    border: 2px solid #A5CF35;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 19px;
    height: 19px;
    background-color: #A5CF35;
}
.carousel-indicators {
    bottom: 5px;
}
.resalte {
    background-color: #13424F;
    color: #fff;
    text-align: center;
    padding: 12px;
    border-radius: 50px;
    margin: 40px 0;
}
.topSeccion {
    margin-top:100px;
}
.desc {
    font-size: 1em;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
}




/* Mega Menu */

/*  ----------------------  SPACING  ----------------------  */
.margin-top-ten-px { margin-top: 10px; }
.margin-bottom-ten-px { margin-bottom: 10px; }
.full-width-button {
  width: 100%;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
 
/*  ----------------------  NAVBAR RENDERING  ---------------------- */

.two-column-navbar {
    width: 33em; 
    height: auto; 
    margin: auto;
    float: center;

}
.three-column-navbar {
    width: 50em; 
    height: auto; 
    float: right;
    
}
.dropdown-menu {
    background-color:rgba(19,66,79,0.9);
    padding: 12px;
}
.dropdown-menu a{
    color: #fff;
}
.shadow-img {
  box-shadow: #8e8e8e 2px 2px 10px;
}

@media only screen and (max-width: 475px) {
    .navbar-default .navbar-nav li {
        width: auto;
    }
    .navbar-default .navbar-nav li {
        border: none;
        text-align: left;
        padding-left: 20px;
        font-weight: 400;
        color:#fff;
    }
    .carousel-caption {
      text-align: left;
      background-color: #fff;
      box-shadow: 2px 2px 6px #B2B2B2;
      text-shadow: none;
      padding: 16px;
      right: 5%;
      bottom: 30px;
      left: 5%;
    }
    .topSeccion {
        margin-top:20px;
    }
}


/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 500px;
}

/* The Close Button */
.close {
  color: #fff;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 75px;
  font-weight: 400;
  opacity: .8;
}

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #A5CF35;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

