a{
    cursor: pointer;
}
.logo-outer {
  width: 20% !important;
}
.logo {
  width: 100%;
}
.hero-section {
  min-height: 50em;
}
.main-menu .navigation li {
  padding: 0;
}
.hero-section {
  animation: slide 5s ease alternate-reverse;
  background-size: cover;
  animation-iteration-count: infinite;
}
@keyframes slide {
  0% {
    background: url(../images/slide1.jpg);
  }
  45% {
    background: url(../images/slide1.jpg);
  }
  55% {
    background: url(../images/slide2.jpg);
  }
  100% {
    background: url(../images/slide2.jpg);
  }
}
.hero-content {
  max-width: 70%;
}
.hero-content h1 {
  text-transform: uppercase;
  color: #fff;
  font-size: 6em;
  text-align: justify;
}
.hero-content h1 span {
  color: #82d8d7;
}
.hero-content h5 {
  color: #fff;
  text-transform: uppercase;
}
.theme-btn {
  text-transform: uppercase !important;
}
.header-inner:after {
  background-color: #82d8d7;
}
.doctorweb .doc1 {
  width: 2.5%;
  animation: 10s doc infinite ease;
}
.doctorweb .doc2 {
  width: 17%;
}
@keyframes doc {
  0% {
    transform: rotate(0);
  }
  10% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(360deg);
  }
  90% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
.btn-whatsapp {
  display: block;
  width: 75px;
  height: 75px;
  color: #333;
  position: fixed;
  right: 1%;
  bottom: 1%;
  border-radius: 50%;
  line-height: 70px;
  text-align: center;
  z-index: 999;
  font-size: 70px !important;
  background: #26d466;
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    #26d466 0,
    #22ba59 100%
  );
  background: -webkit-gradient(
    radial,
    center center,
    0,
    center center,
    100%,
    color-stop(0, #26d466),
    color-stop(100%, #22ba59)
  );
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    #26d466 0,
    #22ba59 100%
  );
  background: -o-radial-gradient(
    center,
    ellipse cover,
    #26d466 0,
    #22ba59 100%
  );
  background: -ms-radial-gradient(
    center,
    ellipse cover,
    #26d466 0,
    #22ba59 100%
  );
  background: radial-gradient(ellipse at center, #26d466 0, #22ba59 100%);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.75);
  transition: ease 0.5s;
}
.btn-whatsapp i {
  color: #fff !important;
  transition: ease 0.5s;
  display: block;
  margin-top: 4%;
}
.btn-whatsapp:hover {
  background-color: #333;
  transform: rotate(360deg);
  transition: ease 0.5s;
}
.btn-whatsapp span {
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  font-size: 0.3em;
  right: 2px;
  background-color: #de2f36;
  color: #fff;
  border-radius: 100px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  transition: 0.5s ease;
  animation: iconw 2s infinite ease-in-out;
}
.btn-whatsapp:hover span {
  display: none !important;
  transition: 0.5s ease;
}
@keyframes iconw {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
.social-bar {
  position: fixed;
  right: 0.5%;
  top: 20%;
  font-size: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 100;
}
.icono {
  color: #fff !important;
  text-decoration: none;
  height: 50px;
  width: 50px;
  display: flex;
  transition: all 0.5s;
  margin-top: 10%;
  position: relative;
  border-radius: 100px;
}
.icono i {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.icono-facebook {
  background: #2813d4;
}
.icono-twitter {
  background: #b98030;
}
.icono-youtube {
  background: #b98030;
}
.icono-instagram {
  background: #b98030;
}
.icono:hover {
  transform: scale(1.1);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.42);
  color: #333;
  transition: 0.5s ease;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: #aa7f39;
}
::-webkit-scrollbar-thumb {
  background: #6b6644;
  transition: 0.5s;
}
::-webkit-scrollbar-thumb:hover {
  background: #fff;
  transition: 0.5s;
}
.azulgaby {
  color: #53c5d4 !important;
}
.azulgabybg {
  background-color: #53c5d4 !important;
}
.rosagaby {
  color: #f08da9 !important;
}
.nombregaby {
  font-size: 4em;
}
.theme-btn {
  border-radius: 100px;
}
.theme-btn:before,
a.theme-btn:before {
  background-color: transparent !important;
  border-radius: 100px;
}
.theme-btn:hover::before {
  background-color: #53c5d4 !important;
}
.azulgabybg:hover:before {
  background-color: #333 !important;
}
.price-circle h3 {
  text-transform: uppercase;
}
.vision-mision .vm-image {
  width: 20%;
}
.vm-image img {
  width: 100%;
}
.vm-content {
  padding-top: 10%;
}
.beauty-section {
  background: url(../images/checkbg.jpg);
}
#cta {
  padding: 2% 0;
  background: url(../images/bgcta.jpg);
  height: fit-content;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#cta a {
  margin-top: 7%;
}
#cta h2 {
  color: #f08da9;
  text-transform: uppercase;
}
.about-widget-contact h4 {
  text-transform: uppercase;
}
.what-experct-content:after {
  height: 42%;
}
.what-experct-img {
  background: url(../images/consultahoome.jpg);
  background-size: cover;
  background-position: center;
}
.btnhead {
  background-color: #53c5d4;
  color: #fff !important;
  border-radius: 100px !important;
}
.btnhead:after {
  content: "" !important;
}
.color-one,
.hero-content h1 span,
.section-title h2 span,
.service-item.style-one > i,
.style-one .price-circle h3,
.vision-mision > i {
  color: #53c5d4;
}
.btnhead {
  display: inline-flex !important;
}
.what-experct-content h3,
.what-experct-content h4 {
  color: #fff;
  text-transform: uppercase;
}
.what-experct-content i {
  color: #fff;
}
.what-experct-content p {
  font-size: 1.2em;
  color: #333;
}
.beauty-content h3,
.beauty-content h4 {
  text-transform: uppercase;
  color: #53c5d4;
}
.beauty-content p {
  color: #333;
  font-size: 1.2em;
}
.beauty-content i {
  color: #f08da9;
}
.pricing-content {
  background-color: #fc95b2 !important;
  border-radius: 10px;
}
.price-image img {
  border-radius: 10px;
}
.about-images img {
  border-radius: 10px;
}
.style-two .pricing-content {
  background-color: #82d8d7 !important;
}
.style-two .price-circle h3 {
  color: #f08da9;
}
.style-three .price-circle h3 {
  color: #53c5d4;
}
.style-three .pricing-content {
  background-color: #fc95b2 !important;
}
.pricing-content li a {
  color: #fff;
  font-size: 1.2em;
}
.pricing-content li i {
  color: #82d8d7;
  font-size: 1.5em;
}
.style-two .pricing-content li i {
  color: #fc95b2;
  font-size: 1.5em;
}
.price-circle {
  width: 100px;
  height: 100px;
}
.price-circle h3 {
  background-color: #fff;
  padding: 5%;
  border-radius: 5px;
}
.services-section h2 {
  text-transform: uppercase;
}
.beauty-content a i {
  color: #fff;
}
.about-widget-contact h3 {
  font-size: 1.2em;
  color: #f08da9;
}
.about-widget-contact a {
  color: #f08da9;
}
.about-widget-contact i {
  color: #53c5d4;
}
.testimonial-section h2 {
  color: #fff;
}
.main-menu .navigation li a {
  color: #d67e97;
}
.pricing-content li {
  transition: 0.5s ease;
}
.pricing-content li:hover {
  background-color: #333;
  transition: 0.5s ease;
  transform: scale(1.05) translateX(-2px);
}
.banner-section {
  background: url(../images/checkbg.jpg);
}
.mission,
.vission {
  border-radius: 10px;
  margin: 5% 0;
}
.contact-map {
  height: 600px;
}
.banner-content .page-title {
  font-size: 3em;
  color: #53c5d4;
}
.service-section-one h2 {
  color: #d67e97;
}
.service-section-one p {
  color: #333;
}
.responsive {
  display: none;
}
.tarjetas img {
  display: inline;
  max-width: 25%;
}
.tarjetas h2 {
  font-size: 2em;
}
.menu_main_nav > li ul {
  width: 400px;
}
p {
  font-family: sans-serif !important;
  font-size: 1em !important;
}
.eg-roosevelt-massage-element-0,
.sc_price_block .sc_price_block_description,
.sc_price_block .sc_price_block_title,
.sc_title {
  font-family: sans-serif !important;
}
.text-left {
  text-align: left;
}
#slide-1-layer-4,
#slide-3-layer-4,
#slide-4-layer-4,
#slide-5-layer-4,
#slide-6-layer-4,
#slide-7-layer-4 {
  font-family: sans-serif !important;
}
.home2 .sc_team_style_team-3 {
  width: 100%;
}
.isotope_wrap .isotope_item {
  padding-top: 30px;
}
.text-center {
  text-align: center !important;
}
.scheme_original .sc_team_style_team-1 .sc_team_item_info,
.scheme_original .sc_team_style_team-3 .sc_team_item_info {
  color: #fff;
  font-size: 1em;
}
.scheme_original .sc_team_style_team-1 .sc_team_item_info,
.scheme_original .sc_team_style_team-3 .sc_team_item_info i {
  color: #aa7f39;
}
.colorcafe {
  color: #aa7f39;
  text-decoration: underline;
}
.sc_columns .sc_column_item_inner .fa-ul i {
  color: #aa7f39;
}
.home2 .custom_product_we_use .sc_button,
.sc_button {
  background: #00bb2d !important;
  border: #fff !important;
}
.home2 .custom_product_we_use .sc_button i,
.sc_button i {
  color: #fff !important;
}
.fa-ul {
  font-size: 1em !important;
}
.scheme_original
  .sc_services_style_services-1.sc_services_type_images
  .sc_services_item_content
  i {
  color: #aa7f39;
}
#slide-1-layer-4,
#slide-3-layer-4,
#slide-4-layer-4,
#slide-5-layer-4,
#slide-6-layer-4,
#slide-7-layer-4 {
  border-radius: 100px !important;
  background: #00bb2d !important;
  border: #fff !important;
}
.top_panel_wrap .logo_main {
  max-height: 200px !important;
}
.top_panel_wrap .logo_fixed {
  max-height: 150px !important;
  background: #212121;
  -webkit-box-shadow: -4px 3px 0 0 rgb(0 0 0 / 20%);
  -moz-box-shadow: -4px 3px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: -4px 3px 0 0 rgb(0 0 0 / 20%);
}
.sc_custom_1459341675644 {
  background-position: 40%;
}
.scheme_original .menu_main_nav > li ul li a {
  font-family: sans-serif !important;
}
.nuevox {
  padding: 5%;
}
.postoperatorio {
  background-image: url(../images/post-operatorio.jpg) !important;
  background-position: center !important;
  background-size: cover;
}
.d-flex {
  display: flex;
}
.postoperatorio .sc_section.max_width{
  max-width: 65%;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  text-align: center;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .column-1_2,
  .nuevox {
    text-align: center !important;
  }
  .sc_custom_1459341675644 {
    background-position: right;
  }
  .sc_column_container > .sc_column-inner {
    padding: 5%;
  }
  #cta h2 {
    font-size: 1.5em;
  }
  .fullwidth {
    display: none;
  }
  .navigation {
    text-align: center;
  }
  .responsive {
    display: block;
  }
  .what-experct-content:after {
    width: 100%;
    bottom: -5%;
  }
  .btnhead {
    margin-top: 2%;
  }
  .hero-content h5 {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5%;
    border-radius: 10px;
    color: #d67e97;
    font-size: 1.2em;
    font-weight: 600;
  }
  .hero-content h1 {
    text-align: left;
  }
  .social-bar {
    position: fixed;
    right: 0.5%;
    top: 15%;
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 100;
  }
  .icono {
    color: #fff !important;
    text-decoration: none;
    height: 40px;
    width: 40px;
    display: flex;
    transition: all 0.5s;
    margin-top: 10%;
    position: relative;
  }
  .about-images img:last-child {
    right: 5%;
  }
  #cta {
    padding: 10% 0;
  }
  .vm-image img {
    width: 30%;
  }
  .vision-mision .vm-image {
    width: 100%;
    text-align: center;
  }
  .main-header .logo-outer {
    max-width: 90%;
    width: 100% !important;
  }
  .centertextr {
    text-align: center;
  }
  .doctorweb .doc1 {
    width: 10%;
  }
  .doctorweb .doc2 {
    width: 50%;
  }
  .doctorweb {
    display: block;
  }
  .hero-content h1 {
    font-size: 3em;
    text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1),
      1px 1px 1px rgba(0, 0, 0, 0.5);
  }
  @keyframes slide {
    0% {
      background: url(../images/slide1.jpg);
      background-position: 55%;
    }
    45% {
      background: url(../images/slide1.jpg);
      background-position: 56%;
    }
    55% {
      background: url(../images/slide2.jpg);
      background-position: 56%;
    }
    100% {
      background: url(../images/slide2.jpg);
      background-position: 55%;
    }
  }
  .section-title span {
    display: block;
  }
  .section-title {
    text-align: center;
  }
  .theme-btn .fa {
    font-size: 1.5em !important;
  }
  .navigation li {
    background-color: #f08da9;
  }
  .navigation li:first-child {
    border-radius: 10px 10px 0 0;
  }
  .navigation li:last-child {
    background-color: #58d0e0 !important;
    border-radius: 0 0 10px 10px;
    padding-bottom: 2%;
  }
  .navigation li a {
    color: #fff !important;
  }
  .serviceres {
    background-color: #49adba !important;
  }
  .dropdown a,
  .dropdown span,
  .serviceres a {
    color: #fff !important;
  }
  .dropdown {
    background-color: #53c5d4 !important;
  }
  .dropdown .responsive {
    display: inline !important;
  }
  .navigation .dropdown ul li {
    background-color: #58d0e0 !important;
  }
  .main-menu .navigation {
    max-height: 320px;
  }
  .header-upper .container {
    padding: 2% !important;
  }
  .main-menu .navigation {
    margin-top: 5%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 380px) {
  .logo {
    width: 100%;
    padding-top: 2%;
  }
  .hero-content h1 {
    font-size: 2em;
    text-align: center;
  }
  @keyframes slide {
    0% {
      background: url(../images/slide1.jpg);
      background-position: 60%;
    }
    45% {
      background: url(../images/slide1.jpg);
      background-position: 61%;
    }
    55% {
      background: url(../images/slide2.jpg);
      background-position: 61%;
    }
    100% {
      background: url(../images/slide2.jpg);
      background-position: 60%;
    }
  }
  .social-bar {
    top: 20%;
  }
  .what-experct-content:after {
    bottom: -15% !important;
  }
  .hero-section .theme-btn {
    font-size: 16px;
    min-width: auto;
    padding: 0 20px;
    background-color: #53c5d4;
  }
  .about-widget-contact {
    font-size: 0.8em !important;
  }
  .theme-btn,
  a.theme-btn {
    font-size: 16px;
    padding: 14px 10px;
  }
}
