.nav>li>a:hover {
  color: #FBAD1A !important;
}

.current>a {
  color: #FBAD1A !important;
}

.text-justify {
  text-align: justify !important;
}

/* On screens that are 768px or less, set the background color to olive */
@media screen and (max-width: 768px) {
  .hidden-xsm {
    visibility: hidden;
    display: none;
  }
}

@media screen and (max-width: 600px) {
  #minimal-bootstrap-carousel .carousel-caption h2 {
    margin-left: 3% !important;
    margin-right: 3% !important;
    font-size: 50px !important;
  }

  #minimal-bootstrap-carousel .carousel-caption p {
    margin-left: 3% !important;
    margin-right: 3% !important;
  }

  #minimal-bootstrap-carousel .carousel-caption .buttons {
    margin-left: 3% !important;
    margin-right: 3% !important;
  }

  #minimal-bootstrap-carousel .carousel-caption .thm-container .box.valign-bottom .content {
    padding-top: 100px !important;
    padding-bottom: 200px !important;
  }

  #minimal-bootstrap-carousel .carousel-inner {
    height: 720px !important;
  }
  
}

.bg-news {
  background: url(../img/bg2.jpg) center top;
}

@media (max-width: 768px) {
  .navbar-toggle {
    position: relative !important;
    float: right !important;
    padding: 9px 10px !important;
    margin-top: 8px !important;
    margin-right: 15px !important;
    margin-bottom: 8px !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 1px solid black !important;
    border-radius: 4px !important;
    display: block;
  }

  .navbar-toggle span {
    border: 1px solid black;
  }

  .ipad {
    padding-top: 30px;
  }
}

.p-t-50 {
  padding-top: 50px;
}

.p-b-50 {
  padding-bottom: 50px;
}

.naoexibir {
  display: none;
}

.bdr {
  border-radius: 5%;
}

.pb-14 {
  padding-bottom: 14px;
}

.btn-h>a {
  border: none;
  background: #fbad1a;
  color: #ffffff;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding: 11px 33px;
  margin-top: 20PX;
  clear: both;
}

.btn-h:hover>a {
  color: #fbad1a !important;
}

.text-right {
  text-align: right !important;
}

.ft-s-15 {
  font-size: 15px !important;
}

.my-card {}

.my-card a>img {
  width: 100%;
  height: 100%;
}

.my-card h3 {
  font-size: 18px;
}

.my-a-btn {
  background-color: #fbad1a;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  display: inline !important;
}

.my-a-btn:hover {
  background-color: #f8b63b;
  color: #fff;
}

.hidden-galery {
  display: none;
  visibility: hidden;
}

.ft-s-17 {
  font-size: 17px !important;
}


/* MOBILES */

@media (max-width:576px) {
  .phone {
    padding-top: 25px;
  }

  .phone-2 h2:before {
    content: "";
    position: absolute;
    top: 65px;
    left: 15px;
    width: 50px;
    height: 4px;
    background: #fbad1a;
  }

  .sub-title-phone {
    padding-right: 20px;
  }

}

.wd-100 {
  width: 100%;
}

.pt-30 {
  padding-top: 30px;
}

.section-2 {
  padding-top: 14px;
  background-repeat: no-repeat;
}


/* IPAD-PRO */

@media (max-width:1024px) {
  .ipad-pro {
    padding-left: 35px;
  }

}

/* @media screen and (max-width: 576px){
  .phone-slide{
    background-image: url(assets/img/home/idea-sesion-fotos.jpg); 
  }
} */