/*********************************************************************************

	Template Name: Template Full Name Here
	Description: A perfect template to build beautiful and unique medical websites. It comes with nice and clean design.
	Version: 1.0

	Note: This is custom css.

**********************************************************************************/

/* Menu principal */
.mainmenu li.active a span {
	color: #f84908;
}

.submenu a span {
	color: #FFF !important;
}

.submenu a span.active {
	color: #f84908 !important;
}

.mainmenu-wrapper .page_nav ul.mainmenu li.lavel-1.with--drop.active > a::before {
	color: #f84908;
}

.submenu:hover a span {
	color: #f84908 !important;
}

/* Menú movil */
.object-custom-menu li.active a span {
	color: #f84908;
}

.object-submenu li.active a span {
	color: #f84908 !important;
}

/* Slieder Principal*/
.btn-slider {
	color: #f84908;
	font-size: 80px;
}

.btn-slider:hover {
	opacity: .6;
}

.text-punch {
	font-size: 38px;
	padding: 25px !important;
}

.btn-call {
	font-size: 30px !important;
}

/*.tp-caption .rev_layer_in_group {
	background: rgba(0, 0, 0, .8);
	padding: 5px !important;
}*/

/* Conocenos */
.image-wrap .thumb img{
	transition: all .2s ease-in-out;
}

.image-wrap .thumb img:hover{
	transform: scale(1.1);
}

/*Pagina de Servicios*/
.bk-service-list .thumb {
	padding: 0 50px;
}

.reconocimientos img {
	max-width: 300px;
}

/* Contacto */
.classic-address p a:hover {
	color: #232323;
	opacity: .6 !important;
}

/* UTILERIAS */
.w-bg {
	background: transparent !important;
}

/*.bg-l {
	background: rgba(0, 0, 0, .8) !important;
}*/


@media (max-width: 1100px) {
	.text-punch {
		font-size: 30px;
		padding: 15px !important;
	}
}

@media (max-width: 900px) {
	.text-punch {
		font-size: 24px;
		padding: 15px !important;
	}
}

@media (max-width: 768px) {
	.text-punch {
		font-size: 34px;
		padding: 5px !important;
	}
}

@media (min-width: 769px) {
    .col-lg-1-5 {
      flex: 0 0 20%;
      max-width: 20%;
    }
  }