/*--
    Common Css
--*/
body {
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  color: #3b4045;
  font-family: "Josefin Sans", sans-serif;
  -webkit-font-smoothing: antialiased; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  margin: 0px; }

h1 {
  font-size: 44px;
  line-height: 56px; }

h2 {
  font-size: 30px;
  line-height: 35px; }

h3 {
  font-size: 23px;
  line-height: 25px; }

h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400; }

p {
	font-size: 18px;
	line-height: 25px;
	margin: 0px;
	text-align: justify;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none; }

a {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }

.mt-100 {
	margin-top: 100px;
}

.bg-1 {
  background-image: url(../images/call-to-action.jpg); }
.bg-2 {
  background-image: url(../images/serv/ginecologia.jpg); }
.bg-3 {
  background-image: url(../images/serv/obstetricia.jpg); }
.bg-4 {
  background-image: url(../images/serv/laparoscopia.jpg); }
.bg-5 {
  background-image: url(../images/serv/ultrasonido.jpg); }
.bg-6 {
  background-image: url(../images/serv/colposcopio.jpg); }
.bg-7 {
  background-image: url(../images/serv/laser.jpg); }
.bg-8 {
  background-image: url(../images/perfil.jpg); }

.bg-opacity {
  position: relative; }
  .bg-opacity:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7); }

a:focus,
.btn:focus,
.btn:active:focus {
  box-shadow: none;
  outline: 0 none; }

a,
a:active,
a:focus,
a:active {
  text-decoration: none; }

.section {
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
}
.section2 {
  padding: 50px 0; }

/*--
    custom heading
--*/
.text-center {
  text-align: center; }

.heading {
	text-align: center;
	color: #777777;
	padding-bottom: 10px;
}
.heading2 {
	text-align: center;
	color: #fff;
	padding-bottom: 10px;
	}
  .heading2 h2 {
    color: #fff;
    padding-bottom: 15px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px; }

  .heading h2 {
    color: #3c3c3c;
    padding-bottom: 15px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px; }
  .heading p {
    font-size: 17px;
    line-height: 24px;
    font-weight: 300; }

.subheading {
  color: #3c3c3c;
  padding-bottom: 15px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 32px;
  line-height: 45px; }

.btn {
  border-radius: 0; }

.btn-main {
  color: #fff;
  border-radius: 30px;
  font-size: 18px;
  padding: 15px 40px;
  display: inline-block;
  background-color: #bbe5ed;
  -moz-box-shadow: 0 15px 40px rgba(249, 167, 68, 0.5);
  -webkit-box-shadow: 0 15px 40px rgba(249, 167, 68, 0.5);
  box-shadow: 0 15px 40px rgba(249, 167, 68, 0.5);
  background-image: -moz-linear-gradient(bottom, rgba(255, 239, 206, 0) 0%, rgba(255, 239, 206, 0.25) 100%);
  background-image: -o-linear-gradient(bottom, rgba(255, 239, 206, 0) 0%, rgba(255, 239, 206, 0.25) 100%);
  background-image: -webkit-linear-gradient(bottom, rgba(255, 239, 206, 0) 0%, rgba(255, 239, 206, 0.25) 100%);
  background-image: linear-gradient(bottom, rgba(255, 239, 206, 0) 0%, rgba(255, 239, 206, 0.25) 100%); }
  .btn-main:hover, .btn-main:focus {
    background-color: #bbe5ed;
    color: #fff; }

.btn-main-sm {
  padding: 12px 35px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold; }

/*Preloader*/
#preloader-wrapper {
  background-color: #fff;
  bottom: auto;
  height: 100%;
  left: auto;
  position: fixed;
  right: auto;
  top: auto;
  width: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center; }

.pre-loader {
	width: 130px;
	height: 130px;
	background: #bbe5ed;
	border-radius: 50%;
	animation: loading 6s infinite reverse linear;
	position: relative;
	font-family: "themefisher-font" !important;
	background-color: #0B05A1;
}
  .pre-loader:before {
    content: "\f3bd";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    font-size: 40px;
    transform: translate(-50%, -50%);
    color: #fff; }

@keyframes loading {
  /*  */
  0% {
    box-shadow: inset 0 0 0 80px #bbe5ed; }
  8.49% {
    background: #bbe5ed;
    box-shadow: inset 0 0 0 160px #bbe5ed; }
  /* orange */
  8.5% {
    box-shadow: inset 0 0 0 0 #ff8133; }
  24.99% {
    background: #ff8133;
    box-shadow: inset 0 0 0 160px #ff8133; }
  /* yellow */
  25% {
    box-shadow: inset 0 0 0 0 #ffbe1a; }
  41.49% {
    background: #ffbe1a;
    box-shadow: inset 0 0 0 160px #ffbe1a; }
  /*  */
  41.5% {
    box-shadow: inset 0 0 0 0 #bbe5ed; }
  57.99% {
    background: #bbe5ed;
    box-shadow: inset 0 0 0 160px #bbe5ed; }
  /* blue */
  58% {
    box-shadow: inset 0 0 0 0 #00b5d9; }
  74.49% {
    background: #00b5d9;
    box-shadow: inset 0 0 0 160px #00b5d9; }
  /* purple */
  74.5% {
    box-shadow: inset 0 0 0 0 #9772e5; }
  90.99% {
    background: #9772e5;
    box-shadow: inset 0 0 0 160px #9772e5; }
  /*  */
  91% {
    box-shadow: inset 0 0 0 0 #bbe5ed; }
  100% {
    background: #bbe5ed;
    box-shadow: inset 0 0 0 80px #bbe5ed; } }

/*--
    .hero-area start
--*/
.hero-area {
	display: flex;
	justify-content: center;
	align-items: center;
	 background-image: url(../images/fondo_principal.jpg);
}
  .hero-area h1 {
	font-size: 50px;
	font-weight: bold;
	padding-bottom: 19px;
	margin-top: 30px;
	line-height: 1;
}
  .hero-area p {
    font-size: 20px;
    line-height: 1.3; }
  .hero-area .btn-main {
    margin-top: 30px; }

/* .hero-area  */
.navigation {
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  padding: 10px 50px;
  margin: 0;
  border: 0; }
  .navigation .navbar-brand {
    display: inline-block; }
  .navigation .navbar-toggler {
    background: #fff;
    outline: none;
    border-radius: 0;
    float: right; }
    .navigation .navbar-toggler i {
      font-size: 22px; }

.logo {
  display: inline-block; }
  .logo h1 {
    color: #444;
    font-size: 25px;
    margin: 0;
    line-height: 1; }

.menu {
  margin-top: 14px; }
  .menu li {
    display: inline-block;
    margin: 0 10px; }
    .menu li a {
      color: #444;
      font-size: 14px;
      font-weight: bold; }
      .menu li a:hover, .menu li a:focus {
        background: none; }

/*--
    feature start
--*/
.feature.section {
	background: #8B8A8D;
  padding-bottom: 100px; }

.feature .feature-box {
  margin-bottom: 40px; }
  .feature .feature-box i {
    font-size: 30px;
    margin-bottom: 10px;
    display: inline-block; }
  .feature .feature-box h4 {
    font-weight: bold;
    margin-bottom: 8px; }
  .feature .feature-box p {
    line-height: 1.1; }

.promo-details {
  background-image: url(../images/fondo_perfil_medico.jpg) ; }
  .promo-details h2 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 0;
    text-align: left; }
  .promo-details p {
    color: #fff;
    font-size: 18px; }

/*--
    Feature-list start
--*/
.feature-list .btn-main {
  margin-top: 15px; }

/*--
  Gallery start
--*/
.gallery {
  padding-bottom: 100px; }
  .gallery .owl-item {
    overflow: hidden;
    position: relative; }
  .gallery .block {
    padding: 20px; }
    .gallery .block:hover .gallery-overlay {
      webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .gallery .gallery-overlay {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    top: 15px;
    background: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    color: inherit;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 2;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    .gallery .gallery-overlay .gallery-popup {
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background: #bbe5ed;
      padding: 5px 10px;
      border-radius: 40px;
      width: 50px;
      height: 50px; }
      .gallery .gallery-overlay .gallery-popup i {
        color: #fff;
        font-size: 30px;
        line-height: 40px;
        display: inline-block; }

/*--
    service start
--*/
.testimonials .testimonial-block {
  padding: 0 10px; }
  .testimonials .testimonial-block i {
    font-size: 40px;
    display: inline-block;
    margin-bottom: 20px;
    color: #bbe5ed; }
  .testimonials .testimonial-block p {
    font-family: "Droid Serif", serif;
    font-size: 14px;
    color: #777; }
  .testimonials .testimonial-block .author-details {
    margin-top: 30px; }
    .testimonials .testimonial-block .author-details img {
      border-radius: 50%;
      width: 50px; }
    .testimonials .testimonial-block .author-details h4 {
      font-weight: 700;
      font-size: 20px;
      margin-top: 10px; }

/*--
    call-to-action start
--*/
.call-to-action2 {
	padding-top: 100px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 100px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	position: relative;
}

.call-to-action {
	padding-top: 300px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 300px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	position: relative;
	}
	
	
  .call-to-action .block h2 {
    margin-bottom: 6px;
    color: #fff;
    padding-bottom: 0; }
  .call-to-action .block p {
    padding-right: 30px;
    color: #fff; }
  .call-to-action .block .input-group {
    margin-top: 30px; }
    .call-to-action .block .input-group .btn-main {
      padding: 13px 40px; }
    .call-to-action .block .input-group input {
      height: 50px;
      border-top-left-radius: 40px;
      border-bottom-left-radius: 40px;
      border: none;
      padding-left: 15px;
      box-shadow: none; }

footer {
  text-align: center;
  background: #f4f4f4;
  padding: 50px 0px; }
  footer .footer-logo {
    color: #555; }
  footer p.copyright-text {
    font-weight: 300;
    font-size: 12px;
    color: #888;
    letter-spacing: 3px;
    margin-top: 15px; }
    footer p.copyright-text a {
      color: #282828; }
      footer p.copyright-text a:hover {
        text-decoration: none; }

.ir-arriba {
	display:none;
	padding:20px;
	background-image:url(../images/botons.png);
	/*background:#024959;*/
	font-size:20px;
	/*color:#fff;*/
	cursor:pointer;
	position: fixed;
	bottom:20px;
	right:20px;
}

.borde {
	border-radius: 5px 30px 45px 60px;
-moz-border-radius: 5px 30px 45px 60px;
-webkit-border-radius: 8px;
}





/* Contact */

	#contact {
	background: #C2C2C2 ;
	padding: 10px 0 10px;
	background-size: cover;
	}

	.contact-text{
		margin:45px auto;
	}

/* Contact Form */

	#contact .contact-form{
	/*width:90%;
		max-width: 830px;*/
	margin: 0 auto;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 340px;
	box-shadow: 0px 1px 4px rgba(0,0,0, 0.2);
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.2);
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.2);
	}

	.mail-message-area{
		width:100%;
		padding:0 15px;
	}

	.mail-message{
		width: 100%;
		background:rgba(255,255,255, 0.8) !important;
		-webkit-transition: all 0.7s;
		-moz-transition: all 0.7s;
		transition: all 0.7s;
		margin:0 auto;
		border-radius: 0;
	}

	.not-visible-message{
		height:0px;
		opacity: 0;
	}

	.visible-message{
		height:auto;
		opacity: 1;
		margin:25px auto 0;
	}

/* Input Styles */

	.form{
		width: 100%;
		padding: 15px;
		background:#f8f8f8;
		border:1px solid rgba(0, 0, 0, 0.075);
		margin-bottom:25px;
		color:#727272 !important;
		font-size:13px;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		transition: all 0.4s;
	}

	.form:hover{
		border:1px solid  #1B14C3;
	}

	.form:focus{
		color: white;
		outline: none;
		border:1px solid #1B14C3;
	}

	.textarea{
		height: 200px;
		max-height: 200px;
		max-width: 100%;
	}
	
/* Generic Button Styles */

	.button{
		padding:8px 12px;
		background:#333333;
		display: block;
		width:120px;
		margin:10px 0 0px 0;
		border-radius:3px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		text-align:center;
		font-size:0.8em;
		box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
		-moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
		-webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
	}

	.button:hover{
		background:#1B14C3;
		color:white;
	}

/* Send Button Styles */

	.form-btn{
		width:180px;
		display: block;
		height: auto;
		padding:15px;
		color:#fff;
		background:#1B14C3;
		border:none;
		border-radius:3px;
		outline: none;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		margin:auto;
		box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
		-moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
		-webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
	}

	.form-btn:hover{
		background:#111;
		color: white;
		border:none;
	}

	.form-btn:active{
		opacity: 0.9;
	}

/* Place Holder Colors */

	::-webkit-input-placeholder { /* WebKit browsers */
		color:    #727272;
	}
	:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		color:    #727272;
	}
	::-moz-placeholder { /* Mozilla Firefox 19+ */
		color:    #727272;
	}
	:-ms-input-placeholder { /* Internet Explorer 10+ */
		color:    #727272;
	}

  .cortext {
	/*text-align: center;*/
	color: #777777;
	padding-left: 30px;
	padding-bottom: 10px;
	font-size: 15px;
}

.cortext h2{
	/*text-align: center;
	padding-left: 30px;
	h2 {
  font-size: 30px;
   }*/
	color: #1E1E1E;
	padding-bottom: 10px;
	font-size: 39px;
	line-height: 35px;
}

	.colored{
	color: #009cde;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	padding-left: 10px;
	padding-left: 0px;
	}
	.colorser{
	color: #fff;
	}

.supe {
	padding-left: 0px;
	padding-top: 30px;
}


.azul {
  color:#070663;
   }