/*
Theme Name: IPS Clinica Betel S.a.s
Theme URI: jsoftapps.co
Author: jsoftapps
Author URI: jsoftapps.co
Description: 
Version: 1
License: copyright jsoftapps
*/
@font-face {
	font-family: BubbleboddyNeue_Thin_Trial;
	src: url(assets/font/BubbleboddyNeue_Thin_Trial.ttf);
}
@font-face {
	font-family: Gotham_Bold_Regular;
	src: url(assets/font/Gotham_Bold_Regular.ttf);
}
@font-face {
	font-family: GrotesqueMT_ExtraCondensed;
	src: url(assets/font/GrotesqueMT_ExtraCondensed.otf);
}
@font-face {
	font-family: BebasNeue_Regular;
	src: url(assets/font/BebasNeue_Regular.otf);
}
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
body {
	margin: 0;
	padding: 0;
	color: #5d5d5d;
	font-family: 'Open Sans', sans-serif;
}

input[type=text],
input[type=number],
input[type=email], textarea, button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	box-shadow: 0;
}


#wrapper {
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding: 90px 0 0 0;
}

#menu_principal {
	display: flex;
	justify-content: center;
	position: fixed;
	width: 100%;
	height: auto;
	top: 0px;
	left: 0px;
	background: #FFF;
	box-shadow: 0 0 7px rgba(0,0,0,.5);
	z-index: 999;
}
#menu_principal * {
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}
#menu_principal #logo {
	display: block;
	width: 246px;
	height: auto;
	margin: 0;
}
#menu_principal #logo img {
	display: block;
	width: 40%;
	height: auto;	
}
#menu_principal #content_menu {
	display: block;
	width: calc(100% - 246px);
}
#menu_principal #content_menu > div {
	display: flex;
	justify-content: center;
	background: rgba(81,162,217,1);
	padding: 7px 0px;
	color: #FFF;
	font-weight: 300;
}
#menu_principal #content_menu > div span {
	display: block;
	margin: 0px 5px;
}
#menu_principal #content_menu > div span i {
	display: inline-block;
	margin: 0px 5px 0px 0px;
}
#menu_principal #content_menu > ul {
	display: flex;
	justify-content: end;
	width: 100%;
	margin: 0;
	padding: 0;
}
#menu_principal #content_menu > ul li {
	display: block;
	list-style: none;
	width: 14.28%;
	position: relative;
}
#menu_principal #content_menu > ul li a {
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 18.5px 0px;
	background: #FFF;
	color: #5d5d5d;
	font-family: BubbleboddyNeue_Thin_Trial;
	cursor: pointer;
	font-size: 16px;
}
#menu_principal #content_menu > ul li a:hover {
	background: #eee;
}
#menu_principal #content_menu > ul li button {
	color: #FFF;
	background: #125e7f;
	font-size: 27px;
	width: 100%;
	display: block;
	padding: 10px 0px;
	border: 0;
	cursor: pointer;
	font-family: GrotesqueMT_ExtraCondensed;
}



#wrapper #header_principal {
	display: block;
	position: relative;
	background: #eee;
	height: 500px;
	width: 100%;
}
#wrapper #header_principal::after {
	content: "";
	bottom: 0;
	left: 0;
	width: 50%;
	background: #FFF;
	z-index: 3;
	height: 150px;
	position: absolute;
	-webkit-clip-path: polygon(0% 0%, 100% 99%, 100% 100%, 0% 100%);
	-moz-clip-path: polygon(0% 0%, 100% 99%, 100% 100%, 0% 100%);
	-ms-clip-path: polygon(0% 0%, 100% 99%, 100% 100%, 0% 100%);
	-o-clip-path: polygon(0% 0%, 100% 99%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 100% 99%, 100% 100%, 0% 100%);
}
#wrapper #header_principal::before {
	content: "";
	bottom: 0;
	right: 0;
	width: 50%;
	background: #FFF;
	z-index: 3;
	height: 150px;
	position: absolute;
	-webkit-clip-path: polygon(0% 99%, 100% 0%, 100% 100%, 0% 100%);
	-moz-clip-path: polygon(0% 99%, 100% 0%, 100% 100%, 0% 100%);
	-ms-clip-path: polygon(0% 99%, 100% 0%, 100% 100%, 0% 100%);
	-o-clip-path: polygon(0% 99%, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 99%, 100% 0%, 100% 100%, 0% 100%);
}
#wrapper #header_principal > ul {
	display: flex;
	justify-content: center;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	height: auto;
}
#wrapper #header_principal > ul li {
	display: block;
	width: 100%;
	height: auto;
}
#wrapper #header_principal > ul li a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 500px;
	position: relative;
}
#wrapper #header_principal > ul li a img {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: contain;
	object-fit: cover;
}
#wrapper #header_principal #btn_banner_prev,
#wrapper #header_principal #btn_banner_next {
	display: block;
	position: absolute;
	top: 30%;
	font-size: 70px;
	color: #FFF;
	cursor: pointer;
}
#wrapper #header_principal #btn_banner_prev {
	left: 10px;
}
#wrapper #header_principal #btn_banner_next {
	right: 10px;
}




/* FOOTER */
footer {
	display: block;
	background: url(http://ipsclinicabetel.com/wp-content/uploads/2018/05/footer_img00.jpg);
	background-size: 100%;
	object-fit: cover;
	position: relative;
	width: 100%;
	height: auto;
}
footer,
footer * {
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}
footer ul {
	display: flex;
	justify-content: center;
	width: 100%;
	box-sizing: border-box;
	padding: 150px 0.5% 20px;
	margin: 0px;
	background: rgba(18,94,127,.8);
	color: #FFF;
	font-weight: 300;
}
footer ul li {
	list-style: none;
	width: 33.3%;
	box-sizing: border-box;
	padding: 0px 0px 0px 20px;
}
footer ul li h3 {
	display: block;
	font-family: BebasNeue_Regular;
	font-size: 40px;
	margin: 0 0 10px;
}
footer ul li > p {
	display: flex;
	justify-content: center;
	padding: 0;
	margin: 5px 0;
}
footer ul li > p i {
	display: block;
	font-size: 25px;
	width: 30px;
	padding: 10px 0px;
	text-align: center;
	margin: 0 5px 0 0;
}
footer ul li > p span {
	display: block;
	width: calc(100% - 30px);
}
footer ul li > p span a {
	display: block;
	text-decoration: none;
	color: #FFF;
}
footer ul li > a {
	display: block;
	text-decoration: none;
	color: #FFF;
	margin: 5px 0px;
}
footer ul li > a i {
	display: inline-block;
	padding: 0px 5px 0 0;
}
footer ul li form {
	display: flex;
	justify-content: center;
	width: 68%;
	margin: 5px 0;
	overflow: hidden;
	border-radius: 7px;
}
footer ul li form input {
	display: block;
	width: 80%;
	background: #FFF;
	border: 0;
	padding: 10px 0 10px 10px;
	box-sizing: border-box;
	font-weight: 300;
	font-size: 17px;
}
footer ul li form input:focus {
	padding: 10px 0 10px 20px;
}
footer ul li form button {
	display: block;
	width: 20%;
	background: #9bd7b6;
	box-sizing: border-box;
	padding: 5px 0px;
	border: 0;
	cursor: pointer;
}
footer ul li form button img {
	display: block;
	margin: 7px auto 4px;
}
footer ul li #redes_sociales {
	display: flex;
	justify-content: flex-end;
	width: 68%;
	margin: 10px 0;
}
footer ul li #redes_sociales a {
	display: block;
	font-size: 20px;
	padding: 7px;
	background: rgb(255,255,255);
	margin: 0px 5px;
	border-radius: 35px;
	text-decoration: none;
	color: #51a2d9;
}
.titulos * {
	font-family: BebasNeue_Regular!important;
}
.ttl {
	display: block;
	margin: 10px auto;
	position: relative;
	width: 90%;
	height: 2px;
	background: #125e7f;
	z-index: 3;
}
.ttl span {
	display: block;
	position: absolute;
	background: #125e7f;
	color: #FFF;
	font-family: BebasNeue_Regular;
	top: -30px;
	padding: 10px 10px;
	font-size: 30px;
	left: 0px;
	right: 0px;
	text-align: center;
	max-width: 300px;
	margin: 0 auto;
}

.items_ins {
	display: block;
	position: relative;
	width: 220px;
	height: auto;
	text-decoration: none;
	color: #606060;
	text-align: center;
	-webkit-transform: scale(.9);
	-moz-transform: scale(.9);
	-ms-transform: scale(.9);
	-o-transform: scale(.9);
	transform: scale(.9);
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}
.items_ins:hover {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.items_ins img {
	display: block;
	margin: 7px auto;
	width: 190px!important;
	height: 190px!important;
	background-size: contain;
	object-fit: cover;
	border-radius: 300px!important;
	border: 5px solid #FFF!important;
	box-shadow: 0 0 5px rgba(0,0,0,.5)!important;
	overflow: hidden;
}




/* BOTON LEER MAS */
.btn_leermas {
	display: block;
	position: relative;
	background: #FFF;
	padding: 10px;
	width: 125px;
	margin: 0px auto;
	border-bottom: 4px solid #075e8e;
	color: #51a2d9;
	cursor: pointer;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}
.btn_leermas:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.btn_leermas span {
	display: block;
	padding: 0 0 0 10px;
}
.btn_leermas span i {
	display: inline-block;
	padding: 0 5px 5px 0;
	transform: rotate(133deg);
}
.btn_leermas::before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background: #51a2d9;
	left: -10px;
	border-radius: 15px;
}



/* CARRUSEL DE SERVICIOS */

.carrusel_servicios figure * {
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}
.carrusel_servicios figure {
	background: red;
	position: relative;
	z-index: 2;
}
.carrusel_servicios figure figcaption {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	z-index:3;
	top: 0px;
	left: 0px;
}
.carrusel_servicios figure:hover figcaption {
	background: rgba(0,0,0,.7);
}
.carrusel_servicios figure figcaption > a {
	display: block;
	text-decoration: none;
	color: #FFF;
	box-sizing: border-box;
	padding: 95% 0 0 0;
}
.carrusel_servicios figure:hover figcaption > a {
	padding: 80% 0 0 0;
}
.carrusel_servicios figure figcaption > a img {
	display: block;
	margin: 0px auto;
}
.carrusel_servicios figure figcaption > a > span {
	display: block;
	text-align: center;
	font-family: GrotesqueMT_ExtraCondensed;
	font-size: 30px;
}
.carrusel_servicios figure figcaption > a .btn_leermas_ {
	display: block;
	margin: 7px auto;
	position: relative;
	background: transparent;
	border: 2px solid #FFF;
	color: #FFF;
	padding: 7px 15px;
	opacity: 0;
	cursor: pointer;
}
.carrusel_servicios figure figcaption > a .btn_leermas_:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.carrusel_servicios figure:hover figcaption > a .btn_leermas_{
	opacity: 1;
}
.carrusel_servicios figure figcaption > a .btn_leermas_::before {
	content: "";
	position: absolute;
	width:15px;
	height: 15px;
	background: #FFF;
	top: 11px;
	left: -8px;
	border-radius: 30px;
}
.carrusel_servicios figure figcaption > a .btn_leermas_ span {
	display: block;
	font-size: 20px;
	font-weight: 300;
}
.carrusel_servicios figure figcaption > a .btn_leermas_ span i {
	display: inline-block;
	transform: rotate(-135deg);
	padding: 0 7px 0 0;
}