@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format("svg");
}
@font-face {
  font-family: primary;
  src: url(fonts/myriadpro.woff);
}
@font-face {
  font-family: primaryBold;
  src: url(fonts/MyriadProSemibold.woff);
}
.gap-right {
  margin-right: 10px;
}

.gap-top {
  padding-top: 8px;
}

hr {
  border: 1px solid #0E8B6C;
  width: 40%;
  margin-bottom: 50px;
}

.overlay {
  background: transparent;
  position: relative;
  width: 100%;
  height: 350px; /* your iframe height */
  top: 350px; /* your iframe height */
  margin-top: -350px; /* your iframe height */
}

.gray-hr {
  border: 1px solid #D3D3D3;
  margin: 0 0 58px 20px;
  float: left;
}
@media (min-width: 768px) {
  .gray-hr {
    width: 20%;
  }
}

.hr-footer {
  border: 1px solid #E5E5E5;
  margin-top: 0;
  margin-bottom: 40px;
  width: 100%;
}

.hr-contact {
  border: 1px solid #D3D3D3;
  float: left;
}
@media (min-width: 768px) {
  .hr-contact {
    width: 40%;
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.hr-mobile-menu {
  border: 1px solid #fff;
  margin-right: 0;
  margin-bottom: 20px;
}

.form-horizontal {
  padding: 0 30px;
  font-size: 17px;
}
.form-horizontal label {
  font: 16px primaryBold;
}
.form-horizontal i {
  position: absolute;
  top: 10px;
  left: 85%;
}
@media (min-width: 992px) {
  .form-horizontal i {
    left: 550px;
  }
}
@media (min-width: 768px) {
  .form-horizontal {
    padding: 0;
    margin-left: 30px;
  }
}

@media (min-width: 768px) {
  #gal-links {
    text-align: center;
  }
}
#gal-links ul {
  list-style: none;
  padding: 0;
}
#gal-links ul li {
  padding: 10px 0 0 20px;
}
@media (min-width: 768px) {
  #gal-links ul li {
    margin-left: 20px;
    display: inline;
  }
}
#gal-links ul li .gallery-links {
  font: 20px primaryBold;
  color: #0E8B6C;
}

#links img.img-responsive {
  padding: 10px;
}

/*--- Full Screen Modal CSS --- */
.fullscreen .modal-dialog {
  margin: 0 0 0 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 0;
}

.fullscreen .modal-content {
  height: 100%;
  min-height: 100%;
  border-radius: 0;
  background-color: #0E8B6C;
  overflow: auto;
}

.fullscreen .modal-body ul {
  padding: 0;
  overflow: auto;
}

.fullscreen .modal-body li {
  padding: 4px 0 4px 0;
}

.fullscreen .modal-body a {
  color: #fff;
  font-size: 24px;
  font-family: primaryBold;
  text-transform: uppercase;
}

/*--- END of Full Screen Modal CSS ---*/
@media (max-width: 1023px) {
  /*--- Navbar CSS ---*/
}
body {
  background-color: #F6F6F8;
  width: auto !important;
  overflow: hidden;
}
@media (min-width: 768px) {
  body {
    background-color: #fff;
  }
}

html, body {
  overflow-x: hidden !important;
}

.green-button {
  background: linear-gradient(55deg, #15C095 0%, #109574 97%);
  border-radius: 0px 0px 11px 11px;
  color: white;
  font-family: primary;
  font-size: 14px;
  height: 40px;
  margin-right: 6%;
}

.white-button-card, .white-button-banner {
  /* Rectangle 20: */
  background: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 55px;
  /* CONOCENOS: */
  font-family: primaryBold;
  padding: 10px 14px;
  font-size: 14px;
  color: #15C095;
  transition: all 0.4s;
}
.white-button-card:hover, .white-button-banner:hover {
  box-shadow: 0 6px 6px 5px rgba(0, 0, 0, 0.14);
  color: #0D8063;
}

.back-to-top {
  bottom: 20px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  border: none;
  background-color: #0E8B6C;
}

.btn.back-to-top:active {
  background-color: #0E8B6C;
}

.btn.back-to-top:hover {
  background-color: #10A47F;
}

.green-button {
  padding-top: 8px;
  transition: all 0.4s;
}
.green-button:hover {
  color: #fff;
  background: linear-gradient(55deg, #1AC298 0%, #17AF89 22%, #0C6D55 97%);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}
.green-button:focus {
  color: #fff;
}

.white-button-banner {
  margin-top: 20px;
  width: 150px;
}
.white-button-banner:focus {
  color: #0E8B6C;
}
@media (min-width: 768px) {
  .white-button-banner {
    margin-top: 39px;
    width: 165px;
  }
}

.white-button-card {
  padding: 10px 27px;
  margin-top: 25px;
}
.white-button-card:focus {
  color: #0E8B6C;
}

.btn-send {
  font-family: primaryBold;
  background: #0E8B6C;
  border-radius: 55px;
  color: #fff;
  width: 164px;
  height: 42px;
}
.btn-send:hover {
  background-color: #119B79;
  box-shadow: 0 6px 6px 1px rgba(0, 0, 0, 0.14);
  color: #fff;
  transition: 0.4s;
}
.btn-send:focus {
  color: #fff;
}

.btn-facebook {
  background: #3970C6;
  border-radius: 35px;
  color: #fff;
  height: 44px;
  width: 188px;
  font: 18px primary;
  padding: 10px;
}
.btn-facebook:hover {
  background-color: #3364B1;
  box-shadow: 0 6px 6px 1px rgba(0, 0, 0, 0.14);
  color: #fff;
  transition: 0.4s;
}
.btn-facebook:focus {
  color: #fff;
}

.affix {
  position: fixed;
  top: 0;
  width: 100% !important;
  z-index: 100;
  transition: all 2s ease-in;
}

.navbar-custom .active {
  background-color: #10A47F;
  margin-left: 8em;
}
.navbar-custom {
  background-color: #fff;
  height: 75px;
}
.navbar-custom .icon-bar {
  background-color: #0E8B6C;
  margin-top: 13px;
}
.navbar-custom img {
  height: 33px;
  width: 179px;
  margin-top: 6px;
}
.navbar-custom {
  margin: 0;
}
@media (min-width: 768px) {
  .navbar-custom {
    background-color: #0E8B6C;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18);
    border: 0;
    border-radius: 0;
    height: 73px;
    width: 100%;
  }
  .navbar-custom .nav.navbar-nav a {
    color: #fff;
    font-family: primaryBold;
    font-size: 1em;
    padding: 26.5px 38px;
  }
  .navbar-custom .nav.navbar-nav a:hover {
    background-color: #0D8063;
    cursor: pointer;
  }
  .navbar-custom .nav.navbar-nav a:focus {
    color: #fff;
    background-color: #0D8063;
  }
}

@media (max-width: 1023px) {
  .navbar-custom {
    background-color: #fff;
  }
  .navbar-header {
    float: none;
  }
  .navbar-left, .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /*--- END OF Navbar CSS ---*/
  .collapse.in {
    display: block !important;
  }
}
.top {
  background-color: #F6F6F8;
  height: 40px;
  padding-right: 0;
}

.logo-container {
  padding: 29px;
  margin: 0 auto;
}
.logo-container h1 {
  font: 15px primary;
  margin: 1px 0 0 25px;
}
.logo-container a {
  color: #000;
  text-decoration: none;
}
.logo-container i {
  color: #0E8B6C;
  font-size: 30px;
  position: absolute;
}
.logo-container img {
  height: 51px;
  width: 225px;
}

#square {
  padding-top: 9em;
  background-color: #FAFAFA;
}
#square .fa {
  font-size: 53px;
  color: #0E8B6C;
}
#square .rsp .content-rsp h1 {
  font: 24px primary;
  text-align: center;
}
#square .rsp .content-rsp h2 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin: 0 1px 25px;
  line-height: 25px;
  text-align: center;
}
#square .rsp .content-rsp hr {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #square h1 {
    padding-top: 2em;
  }
}
@media (min-width: 992px) {
  #square {
    padding-top: 0;
  }
  #square h1 {
    padding-top: 191px;
    font: 35px primary;
  }
  #square h2 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
    line-height: 30px;
  }
}
#square .owl-thumbs i {
  color: #0E8B6C;
  font-size: 53px;
  padding: 0.15em;
}
#square .owl-thumbs i.owl-thumb-item.active {
  padding-bottom: 0.5em;
  border-bottom: 2px solid #0E8B6C;
}

.mision-vision {
  margin: 0;
}
.mision-vision h1 {
  font-family: primary;
  text-align: center;
  padding-top: 70px;
}
.mision-vision h2 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  text-align: justify;
  font-weight: 400;
  padding: 40px 0 70px;
  line-height: 25px;
}
.mision-vision [class*=col-md] {
  padding: 0;
}
@media (min-width: 992px) {
  .mision-vision {
    margin: 50px 0 50px;
    padding-left: 150px;
    padding-right: 150px;
  }
  .mision-vision h2 {
    padding: 40px 60px 100px;
  }
}
.mision-vision .mision {
  padding: 40px;
  background-color: #FFFEFA;
}
.mision-vision .mision h1 {
  font-size: 36px;
}
@media (min-width: 768px) {
  .mision-vision .mision {
    box-shadow: 0 16px 34px 7px rgba(121, 121, 121, 0.1);
    border-radius: 4px;
  }
}
.mision-vision .vision {
  background-image: linear-gradient(39deg, #15C095 1%, #109574 65%);
  color: #fff;
  padding: 40px;
}
.mision-vision .vision h1 {
  margin: 0;
}
@media (min-width: 768px) {
  .mision-vision .vision {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .mision-vision .vision {
    margin-top: 50px;
    height: 410px;
    width: 420px;
  }
  .mision-vision .vision h1 {
    padding-top: 40px;
  }
}

.text-content {
  background-color: #fff;
}
.text-content h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  padding: 20px;
  line-height: 25px;
  text-align: justify;
}
@media (min-width: 768px) {
  .text-content h2 {
    padding-top: 70px;
  }
}

#facilities h3 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  padding-left: 20px;
}

#directory {
  background-color: #fff;
  padding-top: 5px;
}
@media (min-width: 768px) {
  #directory {
    padding-top: 0;
  }
}

.side-contact h3 {
  font: 20px primary;
  margin: 0;
}
.side-contact i {
  position: absolute;
  font-size: 40px;
  color: #0E8B6C;
}
.side-contact h4 {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-align: justify;
  margin-top: 35px;
  padding-right: 60px;
  padding-left: 35px;
}

.side-contact-sm i {
  position: absolute;
  font-size: 30px;
  color: #0E8B6C;
}
.side-contact-sm a {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.side-contact-sm h3 {
  font: 20px primaryBold;
}
.side-contact-sm h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  padding-right: 0;
  padding-left: 30px;
  line-height: 20px;
}
.side-contact-sm .custom-hr-sm {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .box {
    box-shadow: 0 16px 34px 7px rgba(121, 121, 121, 0.1);
    border-radius: 4px;
    margin: 80px 0 80px;
  }
  .box .row {
    margin: 0;
  }
  .box h5 {
    font: 25px primary;
  }
}
.box .item {
  height: 320px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  transition: all 400ms ease-in-out;
}
.box .item:hover {
  background-color: #0E8B6C;
  color: #fff;
}
.box .item:hover hr {
  border: 1px solid #fff;
}
.box .item:hover img {
  visibility: hidden;
  opacity: 0;
}
.box .item .serv_cont {
  margin-top: 35%;
  transition: all 400ms ease-in-out;
  position: absolute;
}
.box .item .serv_cont_desc {
  line-height: 40px;
  /*font-size: 0;*/
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  opacity: 0;
  color: #FFF;
  padding-right: 15px;
  /* padding-top: 10px; */
}
.box .item:hover > .serv_cont {
  margin-top: 0%;
}
.box .item:hover .serv_cont_desc {
  line-height: 23px;
  opacity: 1;
}
.box .item2, .box .item4 {
  border-left: 1px solid #E4E0E0;
}
.box .item3, .box .item4 {
  border-top: 1px solid #E4E0E0;
}

.banner {
  overflow: hidden;
  background: url(img/banner-rsp.png);
  background-size: cover;
  background-position: center center;
  height: 485px;
  color: #fff;
  z-index: 1;
  font-family: primary;
}
.banner .text {
  padding-top: 200px;
}
.banner h1 {
  font-size: 26px;
  font-family: primaryBold;
  margin-top: 3px;
}
.banner h2 {
  font-size: 22px;
  margin: 0;
}
@media (min-width: 768px) {
  .banner {
    background: url(img/banner1.jpg);
    background-size: cover;
    background-position: center center;
    height: 550px;
    padding: 1em 2em;
  }
  .banner .text {
    padding-top: 160px;
  }
  .banner h1 {
    font-size: 80px;
  }
  .banner h2 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .banner {
    background: url(img/banner1.jpg);
    background-size: cover;
    background-position: center center;
    height: 550px;
    padding: 20px 140px;
  }
  .banner .text {
    padding-top: 160px;
  }
  .banner h1 {
    font-size: 80px;
  }
  .banner h2 {
    font-size: 40px;
  }
}

.title-banner {
  overflow: hidden;
  background-color: #F6F6F8;
}
.title-banner h1 {
  font-family: primaryBold;
  padding: 40px 0 40px;
}
.title-banner img {
  padding: 30px 0 30px;
}
@media (min-width: 768px) {
  .title-banner h1 {
    font-size: 72px;
    padding: 90px 0 70px;
  }
}

.card {
  display: inline-block;
  width: 100%;
  margin-bottom: 90px;
}
.card .card-header {
  margin: -50px auto 0;
}
.card .card-content {
  background-image: linear-gradient(-129deg, #15C095 0%, #109574 50%);
  padding: 50px 30px 20px;
  margin-top: -40px;
  color: #fff;
}
.card .card-content h1 {
  font: primaryBold;
  margin: 0;
  font-size: 24px;
}
.card .card-content h2 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}
@media (min-width: 768px) {
  .card .card-content {
    margin-left: 60px;
    margin-right: 60px;
  }
  .card .card-content h1 {
    font-size: 24px;
  }
  .card .card-content h2 {
    font-size: 16px;
    margin: 7px;
  }
}
@media (min-width: 992px) {
  .card .card-content {
    margin: -40px 0;
  }
  .card .card-content h1 {
    font-size: 24px;
  }
  .card .card-content h2 {
    font-size: 16px;
    margin: 7px;
  }
}
@media (max-width: 767px) {
  .card .card-content {
    height: auto !important;
  }
}

@media (min-width: 768px) {
  .doctor-card {
    height: 90%;
  }
}
.doctor-card {
  background-color: #F6F6F8;
  display: inline-block;
  margin: 50px 0 0 0;
  width: 100%;
}
.doctor-card h1 {
  font: 16px primary;
  margin: 0;
  padding-right: 70px;
}
@media (min-width: 768px) {
  .doctor-card h1 {
    padding-right: 0;
  }
}
.doctor-card header {
  background-color: #0E8B6C;
  color: #fff;
  padding: 13px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}
.doctor-card main {
  padding: 15px;
}
.doctor-card main h1 {
  font-family: primaryBold;
  padding-right: 70px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .doctor-card main h1 {
    padding-right: 0;
  }
}
.doctor-card main h2 {
  font-family: primary;
  font-size: 16px;
  margin: 0;
}
.doctor-card main h3 {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  text-align: justify;
  padding: 9px;
}
@media (min-width: 768px) {
  .doctor-card main h3 {
    padding: 0 0 10px;
  }
}
.doctor-card main .phone {
  padding: 12px 0 10px;
}
.doctor-card main .phone i.fa.fa-phone {
  color: #4A4A4A;
  font-size: 24px;
  position: absolute;
}
.doctor-card main .phone h2 {
  padding: 3px 0 0 25px;
  font-size: 18px;
  color: #0E8B6C;
}
.doctor-card main .rsp-phone img {
  height: 62px;
  margin-top: -40px;
  left: 75%;
  position: absolute;
}

footer {
  background-color: #fcfcfc;
}
footer h2 {
  text-align: center;
  color: #0E8B6C;
  font: 16px primaryBold;
}
footer h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 14px;
}
footer .last {
  padding: 12px;
}
footer .container-fluid {
  padding: 0;
}
footer .container-fluid .footer-end {
  margin-top: 5px;
  background-color: #0E8B6C;
  color: #fff;
}
footer .container-fluid .footer-end h3 {
  margin: 15px;
  font-size: 12px;
}
footer .container-fluid .footer-end h3 a {
  font-weight: 700;
  color: #fff;
}
@media (min-width: 768px) {
  footer {
    padding-top: 1em;
  }
  footer h2 {
    text-align: left;
    font: 12px primaryBold;
    margin: 0 0 15px 0;
  }
  footer h3 {
    font-size: 12px;
  }
  footer img {
    width: 179px;
    height: 33px;
  }
  footer .last {
    padding-top: 22px;
  }
  footer .container-fluid .footer-end a {
    color: #fff;
  }
  footer .container-fluid .footer-end {
    height: 45px;
    margin-top: 40px;
    padding: 0 0 0 140px;
    color: #fff;
  }
  footer .container-fluid .footer-end h1 {
    margin: 9px;
    font-size: 24px;
    padding-left: 20px;
  }
  footer .container-fluid .footer-end h3 {
    padding: 2px 0 0 0;
  }
  footer .container-fluid .footer-end h3 a {
    font-weight: 700;
  }
}

.specialty-card {
  background: #FFFFFF;
  box-shadow: 0 2px 7px 4px rgba(0, 0, 0, 0.06);
  margin-bottom: 50px;
}
.specialty-card header {
  background-color: #0E8B6C;
  color: #fff;
  padding: 8px;
}
.specialty-card i {
  font-size: 31px;
  position: absolute;
}
.specialty-card h1 {
  font: 18px primaryBold;
  padding: 3px 0 0 30px;
  margin: 0;
}
.specialty-card main h3 {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 15px;
  text-align: justify;
  margin: 0;
}
@media (min-width: 768px) {
  .specialty-card main {
    height: 350px;
  }
}/*# sourceMappingURL=style.css.map */