@CHARSET "ISO-8859-1";
/*------------------------------------------------------------------

SERVICES BOX

-------------------------------------------------------------------*/
@-moz-document url-prefix() {
 /* fieldset { display: table-cell; }*/
}
.services-sec {
	padding: 25px 10px;
}
.service_box_conte {
	width: 33%;
	float: left;
}
.service-box {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #494949;
	padding: 30px 4.6% 0;
	min-height: 300px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.service-box >a{
	display: block;
}
.service-box p {
	margin-bottom: 10px;
}
.service-box h4, .service-box h4 a {
	font-size: 20px;
	color: #4c4c4c;
}
.service-box.one {
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.service-box.two {
	border-bottom: 1px solid #e5e5e5;
}
.service-box.three {
	border-right: 1px solid #e5e5e5;
}
.icon {
	width: 85px;
	height: 85px;
	background-color: #787878;
	display: inline-block;
	border: 3px solid #fff;
	box-shadow: 0px 0px 0px 1px #787878;
	-moz-box-shadow: 0px 0px 0px 1px #787878;
	-webkit-box-shadow: 0px 0px 0px 1px #787878;
	color: #fff;
	margin-bottom: 10px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.icon i {
	/*font-size: 38px;*/
	line-height: 80px;
}
.service-box:hover {
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.service-box:hover h4, .service-box:hover h4 a {
	color: #fff
}
/*------------------------------------------------------------------

APPOINTMENT

-------------------------------------------------------------------*/

.appointment-sec {
	background: url(img/lines-bg-white.jpg) repeat center top;
	min-height: 731px;
	padding: 40px 0 0;
}
.appointment-sec.bg-gray {
	background: url(img/lines-bg.jpg) repeat center top;
}
.appointment-form {
	padding: 5px 0 5px;
}
.appointment-form textarea {
	margin-bottom: 15px;
}
.appointment-form .col-sm-6 {
	padding-right: 0px !important;
	padding-left: 5px !important;
}
.appointment-form .input-group[class*="col-"] {
	padding-left: 0px !important;
}
.appointment-form .form-group {
	margin-bottom: 5px;
}
.lady1 {
	bottom: 0;
	position: relative;
	left: 25px;
}
.lady {
	bottom: -11px;
	position: relative;
}
.hasDatepicker {
	background: url(img/date-icon.png) no-repeat 95% 10px #fff;
	border: 1px solid #ededed
}
/*------------------------------------------------------------------

APPOINTMENT 2

-------------------------------------------------------------------*/

.appointment-sec2 {
	background: #fdfdfd;
	margin: 23px 0;
	box-shadow: 0 4px 0 #f4f4f4;
	-moz-box-shadow: 0 4px 0 #f4f4f4;
	-webkit-box-shadow: 0 4px 0 #f4f4f4;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 31px 32px 35px;
}
.appointment-sec2 label {
	float: left;
}
.appointment-sec2 input[type="text"], .appointment-sec2 input[type="email"], .appointment-sec2 input[type="number"] {
	width: 64%;
	margin-bottom: 10px;
}
.appointment-sec2 .selector {
	margin-bottom: 10px !important;
	width: 64% !important
}
.appointment-sec2 textarea {
	width: 64%;
	height: 180px;
	margin-bottom: 10px;
}
.appointment-sec2 input[type="submit"] {
	margin: 0 0 0 33%;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.appointment-sec2 {
	padding: 31px 32px 27px
}
}
h6.counter-details {
	font-size: 24px;
	color: #fff;
	margin: 10px 0 0 0;
}
/*.row {
    display: table;
	width: 100%; 
}

.row [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
}*/
.col-container {
    display: table; /* Make the container element behave like a table */
    width: 100%; /* Set full-width to expand the whole page */
}

.col {
    display: table-cell; /* Make elements inside the container behave like table cells */
}@media only screen and (max-width: 600px) {
    .col { 
        display: block;
        width: 100%;
    }
	.row [class*="col-"] {
    display: block;
}
}
/* .... OWL CAROUSEL .... */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
.owl-carousel, .owl-carousel .owl-wrapper {
	position: relative;
	display: none
}
.owl-carousel {
	width: 100%;
	-ms-touch-action: pan-y
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%
}
.owl-controls .owl-buttons .owl-next, .owl-controls .owl-buttons .owl-prev {
	width: 25px;
	height: 4px;
	background: #434343
}
.no-padding-top .owl-wrapper-outer {
	padding-top: 20px!important
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out
}
.owl-carousel .owl-item {
	float: left;
	padding: 0 15px;
	cursor: move
}
#medicom-carousel .item {
	margin: 0
}
.owl-controls .owl-buttons div, .owl-controls .owl-page {
	cursor: pointer
}
.owl-controls .owl-buttons .owl-prev {
	position: absolute;
	right: 28px
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	position: absolute;
	right: 14px;
	top: -55px;
	
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}
.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x: 50%;
	-webkit-perspective-origin-y: 50%;
	-moz-perspective: 1200px;
	-moz-perspective-origin-x: 50%;
	-moz-perspective-origin-y: 50%;
	perspective: 1200px
}
.owl-fade-out {
	z-index: 10;
	-webkit-animation: fadeOut .7s both ease;
	-moz-animation: fadeOut .7s both ease;
	animation: fadeOut .7s both ease
}
.owl-fade-in {
	-webkit-animation: fadeIn .7s both ease;
	-moz-animation: fadeIn .7s both ease;
	animation: fadeIn .7s both ease
}
.owl-backSlide-out {
	-webkit-animation: backSlideOut 1s both ease;
	-moz-animation: backSlideOut 1s both ease;
	animation: backSlideOut 1s both ease
}
.owl-backSlide-in {
	-webkit-animation: backSlideIn 1s both ease;
	-moz-animation: backSlideIn 1s both ease;
	animation: backSlideIn 1s both ease
}
.owl-goDown-out {
	-webkit-animation: scaleToFade .7s ease both;
	-moz-animation: scaleToFade .7s ease both;
	animation: scaleToFade .7s ease both
}
.owl-goDown-in {
	-webkit-animation: goDown .6s ease both;
	-moz-animation: goDown .6s ease both;
	animation: goDown .6s ease both
}
.owl-fadeUp-in {
	-webkit-animation: scaleUpFrom .5s ease both;
	-moz-animation: scaleUpFrom .5s ease both;
	animation: scaleUpFrom .5s ease both
}
.owl-fadeUp-out {
	-webkit-animation: scaleUpTo .5s ease both;
	-moz-animation: scaleUpTo .5s ease both;
	animation: scaleUpTo .5s ease both
}
@-webkit-keyframes empty {
0% {
opacity:1
}
}
@-moz-keyframes empty {
0% {
opacity:1
}
}
@keyframes empty {
0% {
opacity:1
}
}
@-webkit-keyframes fadeIn {
0% {
opacity:0
}
100% {
opacity:1
}
}
@-moz-keyframes fadeIn {
0% {
opacity:0
}
100% {
opacity:1
}
}
@keyframes fadeIn {
0% {
opacity:0
}
100% {
opacity:1
}
}
@-webkit-keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@-moz-keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@-webkit-keyframes backSlideOut {
25% {
opacity:.5;
-webkit-transform:translateZ(-500px)
}
100%, 75% {
opacity:.5;
-webkit-transform:translateZ(-500px) translateX(-200%)
}
}
@-moz-keyframes backSlideOut {
25% {
opacity:.5;
-moz-transform:translateZ(-500px)
}
100%, 75% {
opacity:.5;
-moz-transform:translateZ(-500px) translateX(-200%)
}
}
@keyframes backSlideOut {
25% {
opacity:.5;
transform:translateZ(-500px)
}
100%, 75% {
opacity:.5;
transform:translateZ(-500px) translateX(-200%)
}
}
@-webkit-keyframes backSlideIn {
0%, 25% {
opacity:.5;
-webkit-transform:translateZ(-500px) translateX(200%)
}
75% {
opacity:.5;
-webkit-transform:translateZ(-500px)
}
100% {
opacity:1;
-webkit-transform:translateZ(0) translateX(0)
}
}
@-moz-keyframes backSlideIn {
0%, 25% {
opacity:.5;
-moz-transform:translateZ(-500px) translateX(200%)
}
75% {
opacity:.5;
-moz-transform:translateZ(-500px)
}
100% {
opacity:1;
-moz-transform:translateZ(0) translateX(0)
}
}
@keyframes backSlideIn {
0%, 25% {
opacity:.5;
transform:translateZ(-500px) translateX(200%)
}
75% {
opacity:.5;
transform:translateZ(-500px)
}
100% {
opacity:1;
transform:translateZ(0) translateX(0)
}
}
@-webkit-keyframes scaleToFade {
to {
opacity:0;
-webkit-transform:scale(.8)
}
}
@-moz-keyframes scaleToFade {
to {
opacity:0;
-moz-transform:scale(.8)
}
}
@keyframes scaleToFade {
to {
opacity:0;
transform:scale(.8)
}
}
@-webkit-keyframes goDown {
from {
-webkit-transform:translateY(-100%)
}
}
@-moz-keyframes goDown {
from {
-moz-transform:translateY(-100%)
}
}
@keyframes goDown {
from {
transform:translateY(-100%)
}
}
@-webkit-keyframes scaleUpFrom {
from {
opacity:0;
-webkit-transform:scale(1.5)
}
}
@-moz-keyframes scaleUpFrom {
from {
opacity:0;
-moz-transform:scale(1.5)
}
}
@keyframes scaleUpFrom {
from {
opacity:0;
transform:scale(1.5)
}
}
@-webkit-keyframes scaleUpTo {
to {
opacity:0;
-webkit-transform:scale(1.5)
}
}
@-moz-keyframes scaleUpTo {
to {
opacity:0;
-moz-transform:scale(1.5)
}
}
@keyframes scaleUpTo {
to {
opacity:0;
transform:scale(1.5)
}
}

@media (max-width:479px) {
.owl-carousel .owl-item {
	padding: 0
}
}
.wrapper-padding-none .owl-wrapper-outer {
	padding-top: 0
}


/*------------------------------------------------------------------

TABLES

-------------------------------------------------------------------*/

.pricing-table-solicitud  {
	width: 100%;
	float: left;
	margin: 10px 0 0;
}
.pricing-table-solicitud .first li {
	border: 0;
}
.pricing-table-solicitud li {
	display: flex;
	padding: 15px 22px;
	border-left: 1px solid #f5f5f5;
	font-size: 15px;
	font-weight: 300;
}
.pricing-table-solicitud li span {
	width: 50%;
	color: #6c6c6c;
}
.pricing-table-solicitud .table-heading {
	text-transform: uppercase;
	border: 0;
	font-size: 18px;
	padding: 11px 22px;
}
.pricing-table-solicitud .table-heading span {
	color: #fff;
}
.pricing-table-solicitud li.list-dark {
	background: #fafafa;
}
.pricing-table-solicitud li.list-light {
	background: #fcfcfc;
}
.investigations pricing-table-solicitud  {
	margin: 30px 0 0;
}
.pricing-table-solicitud2 {
	background: #f4f4f4;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 80px 0 52px;
}
.pricing-table-solicitud2 .table-heading {
	background: #4b4b4b;
	padding: 45px 20px 25px;
	position: relative;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.pricing-table-solicitud2 .table-heading h3 {
	font-size: 21px;
	color: #fbfbfb;
	margin: 0 0 10px 0;
}
.pricing-table-solicitud2 .table-heading h3 span {
	font-size: 11px;
	color: #e8e8e8;
	font-weight: 300;
	display: block;
	padding-top: 4px;
}
.pricing-table-solicitud2 .table-heading .price {
	width: 98px;
	height: 98px;
	margin: 0 auto;
	font-size: 12px;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	position: absolute;
	left: 50%;
	top: -52px;
	margin-left: -48px;
	background: #4b4b4b;
	color: #fff;
	line-height: 105px;
}
.pricing-table-solicitud2 .table-heading .price strong {
	font-size: 48px;
	font-weight: 700;
}
.pricing-table-solicitud2 .table-heading .price span {
	font-size: 18px;
	display: inline-block;
	font-weight: 600;
	position: relative;
	top: -14px;
	left: 2px;
}
.pricing-table-solicitud2 ul {
	padding: 0;
	background: #fcfcfc;
	margin: 0;
}
.pricing-table-solicitud2 ul li {
	border-bottom: 1px dashed #e1e1e1;
	padding: 10px 0;
	color: #535252
}
.pricing-table-solicitud2 a.btn {
	margin: 22px 0;
	min-width: 50%;
	padding: 9px 0;
}
.pricing-table-solicitud .table-heading{ background:#00accd;}
.team-description.amplia_lugar .doctors-detail {
	padding-left: 580px !important;
}
.doctors-list {
	background:#fefefe;
	padding:40px 0 60px;
	border-bottom:1px solid #f8f8f8;
	border-top:1px solid #f8f8f8;
	margin:40px 0;
}
.doctors-img {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #f2f2f2;
	overflow:hidden;
	float:left;
}
.doctors-detail {
	padding-left:257px;
}
.doctors-detail h4 {
	font-weight:600;
	margin-top:0;
}
.doctors-detail h4 span {
	font-size:11px;
	color:#8f8f8f;
	font-weight: 300;
	display:block;
	margin-top: 4px;
}
.doctors-detail p {
	line-height:17.3px;
	margin-bottom:0;
	border-bottom:1px solid #dddddd;
	display:flex;
	padding:7px 0;
}
.doctors-detail p label {
	color:#656565;
	width:100%;
}
.doctors-detail p label.detail {
	font-weight: 300;
}
.doctors-detail p label.heading {
	font-weight: 600;
	width:130px;
}

/**
para la administracion*/
.i2m_frm_asignacion p.i2m_detail{
	font-size: 16px;
	font-weight: bold;
}
.i2m_frm_asignacion p.i2m_detail > span{
	font-size: 14px;
	color: #dcdcdc;
}

.i2m_label {
    padding: 3px 10px 4px;
    font-size: 18px;
    border-radius: 50px;
    text-transform: capitalize;
    font-weight: 400;
}

.modal-right .modal-dialog {
 
  /*max-width: 480px !important;*/
}