@media (min-width: @screen-xs-min) {

    .h1-xs,
    .h2-xs,
    .h3-xs{
        margin-top: @line-height-computed;
        margin-bottom: (@line-height-computed / 2);

        small,
        .small {
            font-size: 65%;
        }
    }

    .h4-xs,
    .h5-xs,
    .h6-xs {
        margin-top: (@line-height-computed / 2);
        margin-bottom: (@line-height-computed / 2);

        small,
        .small {
            font-size: 75%;
        }
    }

    .h1-xs { font-size: @font-size-h1; }
    .h2-xs { font-size: @font-size-h2; }
    .h3-xs { font-size: @font-size-h3; }
    .h4-xs { font-size: @font-size-h4; }
    .h5-xs { font-size: @font-size-h5; }
    .h6-xs { font-size: @font-size-h6; }
}

@media (min-width: @screen-sm-min) {

    .h1-sm,
    .h2-sm,
    .h3-sm {
        margin-top: @line-height-computed;
        margin-bottom: (@line-height-computed / 2);

        small,
        .small {
            font-size: 65%;
        }
    }

    .h4-sm,
    .h5-sm,
    .h6-sm {
        margin-top: (@line-height-computed / 2);
        margin-bottom: (@line-height-computed / 2);

        small,
        .small {
            font-size: 75%;
        }
    }

    .h1-sm { font-size: @font-size-h1; }
    .h2-sm { font-size: @font-size-h2; }
    .h3-sm { font-size: @font-size-h3; }
    .h4-sm { font-size: @font-size-h4; }
    .h5-sm { font-size: @font-size-h5; }
    .h6-sm { font-size: @font-size-h6; }
}

@media (min-width: @screen-md-min) {

    .h1-md,
    .h2-md,
    .h3-md {
        margin-top: @line-height-computed;
        margin-bottom: (@line-height-computed / 2);

        small,
        .small {
            font-size: 65%;
        }
    }

    .h4-md,
    .h5-md,
    .h6-md {
        margin-top: (@line-height-computed / 2);
        margin-bottom: (@line-height-computed / 2);

        small,
        .small {
            font-size: 75%;
        }
    }

    .h1-md { font-size: @font-size-h1; }
    .h2-md { font-size: @font-size-h2; }
    .h3-md { font-size: @font-size-h3; }
    .h4-md { font-size: @font-size-h4; }
    .h5-md { font-size: @font-size-h5; }
    .h6-md { font-size: @font-size-h6; }
}

@media (min-width: @screen-lg-min) {

    .h1-lg,
    .h2-lg,
    .h3-lg {
        margin-top: @line-height-computed;
        margin-bottom: (@line-height-computed / 2);

        small,
        .small {
            font-size: 65%;
        }
    }

    .h4-lg,
    .h5-lg,
    .h6-lg {
        margin-top: (@line-height-computed / 2);
        margin-bottom: (@line-height-computed / 2);

        small,
        .small {
            font-size: 75%;
        }
    }

    .h1-lg { font-size: @font-size-h1; }
    .h2-lg { font-size: @font-size-h2; }
    .h3-lg { font-size: @font-size-h3; }
    .h4-lg { font-size: @font-size-h4; }
    .h5-lg { font-size: @font-size-h5; }
    .h6-lg { font-size: @font-size-h6; }
}


		.jumbotron {
		    margin-bottom: 0px;
		    background-color: white;
		    background-position: 0% 25%;
		    background-size: cover;
		    background-repeat: no-repeat;
		    color: white;
		    text-shadow: black 0.3em 0.3em 0.3em;
		}

		@font-face {
		font-family: "Hunters";
		src: url("font/Hunters.otf");
		}

		.black{
			text-shadow: none;
			color: black;
		}
		.color_text{
			color: white;
		}

		#links{
			color: white;
		}

 /* Style the Image Used to Trigger the Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

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

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
} 

.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
}

.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}






.carousel-inner {
  border-radius: 15px;
}

.carousel-caption {
  background-color: rgba(0,0,0,.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 0 0 10px 25px;
  color: #fff;
  text-align: left;
}

.carousel-indicators {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  margin: 0;
  padding: 0 25px 25px 0;
  text-align: right;
}

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


/* ------------------- Section Styling - Not needed for carousel styling ------------------- */

.section-white {
   padding: 10px 0;
}

.section-white {
  background-color: #fff;
  color: #555;
}

@media screen and (min-width: 768px) {

  .section-white {
     padding: 1.5em 0;
  }
    .container {
    max-width: 500px;
  }

}


.center{
  text-align: center;
}

.contenedor1 {
        display: table-cell;
        vertical-align: middle;
        text-align: center; /* requerido para alineación horizontal */
}