@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800|Poppins:300,400,500,600,700,800");
/*-- Common Style --*/
*, *::after, *::before {
  box-sizing: border-box;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-6 .section-service .col-12:nth-child(odd) .service-6.medical-service {
    padding-top: 0px;
  }
}


.section-pt-60 {
  padding-top: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-pt-60 {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-pt-60 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-pt-60 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .section-pt-60 {
    padding-top: 30px;
  }
}

.section-pb-60 {
  padding-bottom: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-pb-60 {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-pb-60 {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-pb-60 {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .section-pb-60 {
    padding-bottom: 30px;
  }
}
.section-pt-30 {
  padding-top: 30px;
}

/*--
    08. Blog Css
---------------------------*/
.post-carousel .thumb a {
  display: block;
}
.post-carousel .thumb a img {
  width: 100%;
}
.post-carousel .ptc-content {
  padding: 20px 10px 10px 10px;
}
.post-carousel .ptc-content h4 {
  font-weight: 600;
  margin-bottom: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .post-carousel .ptc-content h4 {
    font-size: 22px;
  }
}
.post-carousel .ptc-content .meta {
  margin-bottom: 10px;
}
.post-carousel .ptc-content .meta li {
  margin-right: 15px;
}
.post-carousel .ptc-content .meta li i {
  margin-right: 3px;
  color: #FF6600;
}

.post-carousel .ptc-content p {
  font-size: 16px;
}
.post-carousel{
  border:1px solid #D0D0D0;
  box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
}
.post-carousel:hover{
  box-shadow: 0 3px 4px 0 rgba(0,0,0,.14), 0 3px 3px -2px rgba(0,0,0,.2), 0 1px 8px 0 rgba(0,0,0,.12);s
  transition: all 0.5s;
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
}
.post-carousel .thumb img:hover{
  opacity: 0.5;
}

.mb-30 {
  margin-bottom: 30px;
}

.expo-redes:hover{
  box-shadow: 0 3px 4px 0 rgba(0,0,0,.14), 0 3px 3px -2px rgba(0,0,0,.2), 0 1px 8px 0 rgba(0,0,0,.12);s
  transition: all 0.5s;
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
}



.carousel-programas-virtuales {
  overflow: hidden;
}
.carousel-programas-virtuales button {
  position: absolute;
  top: 50%;
  left: 0px;
  color: #f4f4f4;
  border: 0 none;
  font-size: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #000000;
  transform: translateY(-50%);
  z-index: 2;
  border-radius: 100%;
  transition: 0.4s ease-in-out;
  opacity: 1;
  visibility: visible;
}
.carousel-programas-virtuales button:hover {
  color: #ffffff;
  background: #f9b809;
}
.carousel-programas-virtuales button.post-next {
  left: auto;
  right: 0px;
}


.carousel-programas-virtuales .slick-dots {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  height: 12px;
}
.carousel-programas-virtuales .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.carousel-programas-virtuales .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 5px;
  background: #000;
  border-radius: 100%;
  border: none;
  text-indent: -9999px;
}
.carousel-programas-virtuales .slick-dots li button::before {
  display: none;
}
.carousel-programas-virtuales .slick-dots li.slick-active button {
  background: #f9b809;
}

.carousel-programas-virtuales .thumb a{
  text-align: center !important;
}
.carousel-programas-virtuales h6{
  font-size: 16px ;
  text-align: center;
}

.titulo-programa-virtual a{
  font-size: 18px ;
  color: #1D2736;
  text-align: center;
  text-decoration-line: none;
  display: -webkit-box;
  height: 75px;
  margin:0 auto;
  line-height: 1.4;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap 3;
}

.titulo-programa-virtual a:hover{
	color: #f9b809;
	text-shadow: 1px 1px #ccf, 1px 1px #fcf, 1px 1px #cfc, 1px 1px #fc9;
}




/*--
    - Button
------------------------------------------*/
.post-btn{
  margin-bottom: 5px;
}
.btn {
  border: 2px solid #FF6600;
  line-height: 24px;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #FF6600;
  font-weight: bold;
  background: #ffffff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.btncong:focus {
  outline: none;
  box-shadow: none;
}

.btn:hover {
  color: #ffffff;
  background-color: #FF6600;
  border: 1px solid #FF6600;
  transform:scale(1.05);
  text-decoration: none;
  width: 100%;
}
.btncong:hover::before {
  height: 300%;
  opacity: 1;
}
.btncong.hover-theme::before {
  background-color: #f9b809;
}
.btncong.hover-theme:hover {
  border-color: #f9b809;
  color: #1d2736;
}
.btncong.hover-theme:hover::before {
  height: 300%;
  opacity: 1;
}
.btncong.btncong-circle {
  border-radius: 50px;
}
.btcong.btncong-radius {
  border-radius: 5px;
}
.btncong.btncong-square {
  border-radius: 0;
}
.btncong.btncong-text {
  border-radius: 0;
  padding: 0;
  line-height: 20px;
  border: none;
}
.btncong.btncong-text::before {
  display: none;
}
.btncong.btncong-text.hover-theme:hover {
  color: #f9b809;
}
.btncong.btncong-underline {
  text-decoration: underline;
}
.btncong.btncong-large {
  padding: 15px 40px;
  font-size: 16px;
}
.btn-full-width{
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .btncong.btncong-large {
    font-size: 12px;
    padding: 7px 25px;
  }
}
@media only screen and (max-width: 479px) {
  .btncong.btncong-large {
    font-size: 11px;
    padding: 4px 15px;
    margin-top: 15px;
  }
}
.btncong.btncong-medium {
  padding: 7px 20px;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .btncong.btncong-medium {
    font-size: 12px;
    padding: 7px 25px;
  }
}
@media only screen and (max-width: 479px) {
  .btncong.btncong-medium {
    font-size: 11px;
    padding: 4px 15px;
    margin-top: 15px;
  }
}
.btncong.btncong-small {
  padding: 4px 15px;
  font-size: 11px;
}
@media only screen and (max-width: 767px) {
  .btncong {
    font-size: 12px;
    padding: 7px 25px;
  }
}
@media only screen and (max-width: 479px) {
  .btncong {
    font-size: 11px;
    padding: 4px 15px;
  }
}


@media only screen and (max-width: 767px) {
  .container {
    width: 450px;
  }
}
@media only screen and (max-width: 479px) {
  .container {
    width: 300px;
  }
}

.asesor{
	text-align: center;
}

@media (max-width: 767px) {
    .asesor{
        text-align: center;
    }
}


@media (max-width: 767px) {
    .expo-pantalla{
        text-align: center;
    }
}