/* GLOBAL STYLES
-------------------------------------------------- */


body, html {
  background: #fff;
  color: #292929;
  font-family: "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

#navbar_top {
transition: all .5s ease-in-out;
}

 @media (max-width: 767.98px) {
	.navbar-collapse {
    background-color: #000000;
	}
}

.blanco {
    color: #ffffff;
}  
	  
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.custom-toggler.navbar-toggler {
outline: none;
} 



/* change the link color */
.nav-link {
font-family: "Montserrat", sans-serif;
font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
margin-left: 10px;
    color: #ffffff;
}

/* change the color of active or hovered links */
.nav-item.active .nav-link,
.nav-item:hover .nav-link {
    color: #f5c60b;
}

/* for dropdown only - change the color of droodown */
.navbar-custom .dropdown-menu {
    background-color: #ffffff;
}

.navbar-custom .dropdown-item {
    color: #1d1d1d;
}

.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus {
    color: #000000;
    background-color: #23cc23;
}




/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 2rem;
}


/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 10rem;
  z-index: 10;
    left: 9%;
	color:#e1e1e1;
	letter-spacing:-1px;
}

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

}

#interCarousel .carousel-caption {
  bottom: 6rem;
  z-index: 10;
    left: 9%;
	color:#e1e1e1;
	letter-spacing:-1px;
}

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  #interCarousel .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

}


/* Declare heights because of positioning of img element */
#myCarousel .carousel-item {
  height: 36rem;
}
#interCarousel .carousel-item {
  height: 25rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 60px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.carousel-indicators .active {
    opacity: 1;
    width: 30px;
}

/* Featurettes
------------------------- */

.section-header h2 {
	letter-spacing:-1px;
	}
	
.section-header h2::before {
    content: '';
    position: absolute;
    width: 150px;
    height: 1px;
    background: #5d5d5d;
    bottom: 1px;
    /* left: calc(50% - 60px); */
    left: 15px;
}
.section-header h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 70px;
    height: 3px;
    background: #fde30a;
    bottom: 0;
    /* left: calc(50% - 20px); */
    left: 15px;
}

 .featurette{
  margin: 3rem 0; /* Space out the Bootstrap <hr> more */
}

.featurette-divider {
  margin: 3rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -.08rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
  font-weight: 400;
    font-size: 30px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 3rem;
  }
}


.ut-btn {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    border-radius: 25px;
    background: #ffd600;
    font-weight: 800;
    font-size: 13px;
    display: inline-block;
    padding: 8px 28px;
    color: #000;
	border:none;
}
.ut-btn:hover {
  background: #707070;
	text-decoration:none;
  color: #fff;
}


.utg-btn {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    border-radius: 25px;
    background: #757575;
    font-weight: 800;
    font-size: 13px;
    display: inline-block;
    padding: 8px 28px;
    color: #fff;
}
.utg-btn:hover {
  background: #424242;
	text-decoration:none;
  color: #fff;
}

.utb-btn {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    border-radius: 25px;
    background: transparent;
    font-weight: 800;
    font-size: 13px;
    display: inline-block;
    padding: 8px 28px;
    color: #fff;
	border:2px solid white;
}
.utb-btn:hover {
	text-decoration:none;
  color: #ffd600;
}

.utm-btn {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    border-radius: 25px;
    background: transparent;
    font-weight: 800;
    font-size: 13px;
    display: inline-block;
    padding: 8px 28px;
    color: #343434;
	border:1px solid #343434;
}
.utm-btn:hover {
	text-decoration:none;
  color: #000;
}

.link-btn {
    color: #343434;
}
.link-btn:hover {
	text-decoration:none;
  color: #000;
}


.zoom {
  transition: transform .2s; /* Animation */
  margin: 0 auto;
}
.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


.icon {
  color: #e8b30f;
  width:100%;
  text-align:center;
  font-size:45px;
}

.footer {
  color: #fff;
}

.darked {
  background: #1d1d1d;
}

.footer a {
  color: #bebebe;
}
.footer a:hover {
  color: #fff;
  text-decoration:none;
}




.footer  h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

.footer h4::before, .footer h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

.footer h4::before {
  right: 0;
  background: #555;
}

.footer h4::after {
  background: #fde30a;
  width: 60px;
}


