@font-face {
  font-family: "Quicksand";
  src: url(../fonts/Quicksand-Bold.ttf));
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Quicksand";
  src: url(../fonts/Quicksand-SemiBold.ttf);
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Quicksand";
  src: url(../fonts/Quicksand-Medium.ttf);
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Quicksand";
  src: url(../fonts/Quicksand-Regular.ttf);
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Quicksand";
  src: url(../fonts/Quicksand-Light.ttf);
  font-weight: 300;
  font-display: swap;
}

:root {
  --font-family-primary: "Quicksand", serif;
  --color-text: #333333;
  --largura-submenu: 250px;
}

html {
  scroll-behavior: smooth;
}
/* #Carousel-Home */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: var(--font-family-primary);
  font-family: "Quicksand", sans-serif;
  color: var(--color-text);
}

a {
  text-decoration: none;
  font-family: "Quicksand", sans-serif !important;
}

.botao-primary a {
  color: white !important;
}

.botao-primary a:hover {
  color: black !important;
  opacity: 60%;
}

a:focus {
  outline: 0px solid;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0 0 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-primary);
  font-weight: 600;
}

blockquote {
  background-color: #2c7a8d;
  border: medium none;
  color: #ffffff;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  padding: 30px 45px;
  margin: 0 0 20px;
}

blockquote p::before {
  font-family: "FontAwesome";
  content: "\f10d";
  margin-right: 10px;
  font-display: swap;
}

figure {
  margin-bottom: 0;
}

figcaption {
  padding: 5px;
  font-style: italic;
  text-align: center;
}

sub,
sup {
  font-size: 25px;
  font-weight: 100;
}

input:focus,
textarea:focus,
input::placeholder,
textarea::placeholder {
  color: var(--color-text);
}

input,
textarea,
select {
  border: 1px solid var(--color-primary);
  width: 100%;
  padding: 10px 15px;
  border-radius: 10px;
  margin-bottom: 0.8rem;
}

input[type="submit"] {
  background-color: var(--color-primary);
  color: #fff;
  width: 100%;
  transition: 0.5s;
  border-width: 2px;
  font-weight: 500;
}

input[type="submit"]:hover {
  background-color: transparent;
  color: var(--color-primary);
}

input[type="radio"] {
  width: auto;
}

input[type="submit"]:disabled {
  cursor: not-allowed;
}

form label {
  padding-left: 10px;
  display: initial;
}

a {
  transition: 0.5s;
}

a:hover {
  opacity: 0.9;
}

p:empty {
  margin: 0;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.sticky-top {
  z-index: 0;
  top: 175px;
}

.clear {
  clear: both;
}

.color-white {
  color: #fff !important;
}

.color-black {
  color: #000 !important;
}

.float-left {
  float: left;
  margin-right: 20px;
}

.float-right {
  float: right;
  margin-left: 20px;
}

.type-ul li::before,
.entry-content ul li::before {
  content: "\2022";
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.image-box {
  position: relative;
  margin: auto;
  overflow: hidden;
}

.image-box img {
  transition: all 1.5s;
  transform: scale(1);
}

.image-box h3,
.image-box h2 {
  margin-bottom: 0 !important;
}

.image-mouseover {
  display: block;
  width: 100%;
  height: auto;
}

.image-box:hover img {
  transform: scale(1.2);
}

.p-image-box {
  padding: 15px;
  border: 1px solid #cecece;
  height: 200px;
}

.container-mouseover {
  position: relative;
}

.overlay-mouseover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 264px;
  width: 100%;
  opacity: 1;
  transition: 0.8s ease;
}

.container-mouseover:hover .overlay-mouseover {
  opacity: 1;
  background-color: #ffc9ce99;
}

.text-mouseover {
  position: absolute;
  bottom: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 1;
  width: 100%;
}

.text-mouseover .botao-saiba-mais {
  margin-top: 15px;
}

.text-mouseover .botao-saiba-mais a {
  padding: 7px 20px;
}

.align-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-center {
  margin: 0 auto;
  display: block;
}

.font-serif {
  font-family: auto;
}

.font-100 {
  font-weight: 100;
}

.font-400 {
  font-weight: 400;
}

.font-500 {
  font-weight: 500;
}

.font-big {
  font-size: 42px;
  line-height: 1.2;
}

.font-p-big {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
}

.only-mobile {
  display: none;
}

.tab {
  overflow: hidden;
  border: 1px solid #2c7a8d !important;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 18px;
  font-weight: 600;
  color: #2c7a8d !important;
}

.tab button:hover {
  background-color: #ddd;
}

.tab button.active {
  background-color: #cccccc4d;
}

.tabcontent {
  display: none;
  padding: 10px 15px;
}

#Maps {
  margin-bottom: -6px;
}

.author_bio_section {
  margin-top: 30px;
  background: #fff;
  padding: 20px 20px 1px;
  box-shadow: 1px 1px 20px #333;
}

.author_name {
  font-size: 24px;
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}

.author_details img {
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
}

.avatar-disabled .main-comments ul.children {
  margin-left: 50px;
}

.pagination-area {
  margin-top: 20px;
}

.pagination-area ul {
  text-align: center;
  font-size: 0;
}

.pagination-area ul li {
  display: inline-block;
}

.pagination-area ul li.active a,
.pagination-area ul li a:hover,
.pagination-area ul li .current {
  color: #fff !important;
}

.pagination-area ul li a,
.pagination-area ul li span {
  border: 1px solid #864b8d;
  color: #333;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 5px 20px;
  margin: 0 10px;
}

.no-results h2.page-title {
  color: #000;
}

.error-page-area {
  background-color: #2c7a8d;
}

.error-page-area .error-page {
  color: #ffffff;
  text-align: center;
}

.error-page-area .error-page h3 {
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 2px;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1.2;
}

.error-page-area .error-page a.error-page-btn {
  background-color: #ffffff;
  color: #222222;
  display: inline-block;
  margin-top: 10px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 25px;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.error-page-area .error-page a.error-page-btn:hover {
  color: #2c7a8d;
}

.carousel-indicators li {
  background-color: var(--color-primary);
  width: 15px;
  height: 15px;
  border-radius: 100%;
}

.carousel-control-next,
.carousel-control-prev {
  color: var(--color-primary);
}

.carousel-control-next:hover {
  color: #000;
  opacity: 60%;
} 

.carousel-control-prev:hover {
  color: #000;
  opacity: 60%;
}

/* Agendar Primeira Consulta Nova */
.page-id-19296 nav ul li a {
  font-size: 1rem;
}

.page-id-19296 nav ul li a:hover {
  background-color: #8a8f75;
}

#banner-agendamento {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 720px;
  position: relative;
}

#banner-agendamento .area_form {
  padding: 14px 20px 15px;
  position: absolute;
  left: 20%;
  top: 260px;
  height: 480px;
  border-radius: 15px;
}

.box-agendamento {
  position: absolute;
  top: 10px;
  left: 20%;
}

.subtitulo-banner {
  font-size: 2rem;
  letter-spacing: 9px;
  text-transform: uppercase;
  font-weight: 400;
}

#sobre-agendamento .image-box {
  margin: 0;
}

.botao-instagram {
  background: #848a6e;
  display: inline;
  color: #fff;
  padding: 10px 15px;
  border-radius: 10px;
}

.botao-instagram a {
  color: #fff !important;
}

.titulos-agendamento {
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.subtitulos-agendamento {
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #7b746f;
}

.divisorD-agendamento {
  width: 450px !important;
  opacity: 1;
  height: 2px;
  background-color: #848a6e;
}

.divisorM-agendamento {
  width: 250px !important;
  opacity: 1;
  height: 2px;
  background-color: #848a6e;
  margin: 0 auto;
}

.subtitulo-cta {
  color: #fff !important;
  font-weight: 300;
  font-size: 1.6rem;
}

#cta1-agendamento .bg-cta {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 250px;
  padding: 20px 80px;
}

#cta2-agendamento .bg-cta {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 450px;
  padding: 20px 80px;
}

#cirurgias-agendamento .textos-informativos {
  margin-top: 30px;
  background: #d9d9d9;
  border-radius: 10px;
  padding: 20px;
  height: 400px;
}

#cirurgias-agendamento .box-cirurgias {
  padding: 0 10px;
  overflow: hidden;
  transition: 0.8s;
}

#cirurgias-agendamento .box-cirurgias:hover {
  transform: translateY(-5px);
}

#convenios-agendamento img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

#convenios-agendamento .image-box:hover img {
  filter: grayscale(0%) !important;
}

#exames-agendamento .box-exames {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 250px;
  margin: 0 10px;
  padding: 9% 20px;
  width: 24%;
}

#exames-agendamento .textos-exames {
  color: #fff;
  display: flex;
  justify-content: center;
}

#exames-agendamento .textos-exames h4 {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .box-agendamento {
    position: static;
  }

  #banner-agendamento .area_form {
    position: static;
  }

  #banner-agendamento {
    background-position: right !important;
    padding-top: 20px;
  }

  #cta1-agendamento .bg-cta {
    height: 300px;
    padding: 20px 5%;
  }

  #exames-agendamento .box-exames {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #cta2-agendamento .bg-cta {
    padding: 20px 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

/*-------------------------------------------------------------------------------------------*/
/* Header */
/*---------------------.----------------------------------------------------------------------*/
#header-menu {
  padding: 0 0 0 8.33%;
}

#header-menu .social-header a {
  color: #fff;
}

#tophead {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  position: relative;
}

#tophead_menu {
  margin-top: -2rem;
  position: absolute;
  width: 100%;
  z-index: 9;
}

#tophead .tophead-social .agendar-consulta,
#footer-adress .agendar-consulta {
  background-color: #f7941d;
  padding: 0 15px;
  margin: 0;
}

#tophead .tophead-social .agendar-consulta a,
#footer-adress .agendar-consulta a {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  color: #1c2125;
  font-weight: bold;
}

.site-header {
  transition: all 0.5s;
  top: 0;
  z-index: 999;
  background-color: var(--color-primary);
}

.site-header #site-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-header .site-branding a {
  display: table-cell;
  vertical-align: middle;
}

.site-header .site-branding a.light-logo {
  display: none;
}

.site-header ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  /*display:flex;align-items:center;justify-content:center*/
}

.site-header .main-navigation ul li {
  display: inline-block;
  position: relative;
}

.site-header .main-navigation ul li a {
  font-size: 0.8vw;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  font-weight: 600;
  padding: 1.5rem 10px 2rem;
}

.site-header .main-navigation ul li a.active {
  color: #2c7a8d !important;
}

.site-header .main-navigation ul > .menu-item-has-children > a:after {
  content: "\f107";
  font-family: "FontAwesome";
  color: #fff;
  font-weight: 700;
  margin-left: 10px;
}

.site-header .main-navigation ul li ul {
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  position: absolute;
  top: 100%;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 99 !important;
  width: var(--largura-submenu);
  display: block;
}

.site-header .main-navigation ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.site-header .main-navigation ul li .sub-menu li.menu-item-has-children:after {
  color: #fff;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  right: 6px;
  top: 10px;
  font-display: swap;
}

.site-header .main-navigation ul li ul li {
  display: block;
  border-left: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 5px 10px;
  margin: 0;
}

.site-header .main-navigation ul li ul li:hover {
  display: block;
  height: auto;
}

.site-header .main-navigation ul li ul li a {
  display: block;
  color: #ffffff;
  padding: 5px !important;
}

.site-header .main-navigation ul li ul li ul {
  left: 210px;
  top: 0px;
  width: 200px;
}

.site-header .main-navigation ul > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.site-header .main-navigation ul li.mega-menu:hover ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.site-header .main-navigation ul li.mega-menu > ul.sub-menu {
  background-color: #2c7a8d;
  padding: 10px 0;
  width: 460px;
}

.site-header .main-navigation ul li.mega-menu ul.sub-menu li {
  background-color: inherit;
}

.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li {
  display: block;
  float: left;
  margin: 0 5px;
  width: 210px;
  border: none;
}

.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li ul {
  position: relative;
  width: inherit;
  left: inherit;
  box-shadow: none;
}

.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li > a {
  font-weight: 600;
  margin-bottom: 1px;
}

.site-header .main-navigation ul li.mega-menu ul.sub-menu li a {
  color: #ffffff;
}

.site-header .main-navigation ul li.mega-menu ul.sub-menu li a:hover {
  background-color: #2c7a8d;
  color: #071041;
}

.site-header
  .main-navigation
  ul
  li.mega-menu.hide-header
  > ul.sub-menu
  > li
  > a {
  display: none;
}

.site-header .main-navigation ul li.mega-menu > ul.sub-menu li:after {
  content: "";
}

.stick .site-header {
  width: 100%;
  position: fixed;
}

.trheader.non-stick .site-header {
  position: absolute;
  left: 0;
  right: 0;
  background-color: transparent;
}

.trheader.non-stick .site-header .site-branding a.light-logo {
  display: table-cell;
}

.trheader.non-stick .site-header .site-branding a.dark-logo {
  display: none;
}

.trheader.non-stick .site-header .main-navigation ul.menu > li > a {
  color: #fff;
}

.trheader.non-stick .site-header .search-box .search-button i,
.trheader.non-stick .header-icon-seperator,
.trheader.non-stick .header-icon-area .cart-icon-area > a,
.trheader.non-stick .additional-menu-area a.side-menu-trigger {
  color: #fff;
}

.trheader.non-stick .additional-menu-area a.side-menu-trigger:hover {
  color: #2c7a8d;
}

#site-navigation ul li::before {
  content: none !important;
}

.mean-container .mean-nav .mean-append-area a.header-menu-btn {
  display: inline-block;
  color: #fff;
  float: none;
  width: inherit;
  margin: 5px 10px 0;
}

.mean-container .mega-menu.hide-header > ul > li {
  border-top: none;
}

.mean-container .mega-menu.hide-header > ul > li > a {
  display: none;
}

.mean-container .mega-menu.hide-header > ul > li > ul {
  display: block !important;
}

/*-------------------------------------------------------------------------------------------*/
/* Banner Interno */
/*-------------------------------------------------------------------------------------------*/

.entry-banner {
  padding: 4rem 8.33%;
  background-image: url("https://rinoclinica.com.br/wp-content/uploads/2023/09/banner_internos-2-scaled.jpg");
  background-size: cover;
  background-position: center;
}

.entry-banner h1,
.entry-banner p {
  text-align: center;
}

.breadcrumb-area #breadcrumbs span a {
  font-weight: 400;
}

.breadcrumb-area #breadcrumbs > span:last-child {
  font-weight: 600;
}

.breadcrumb-area .breadcrumb-seperator {
  padding: 0 5px;
}

#breadcrumbs {
  margin-bottom: 0;
  color: var(--color-primary);
}

/*-------------------------------------------------------------------------------------------*/
/* Sidebar */
/*-------------------------------------------------------------------------------------------*/

.sidebar-list ul {
  list-style: none;
  padding: 0;
}

.sidebar-list ul li {
  padding: 10px 0;
  border-top: 1px solid var(--color-primary);
}

.sidebar-list ul li a {
  font-size: 20px;
  display: block;
}

.sidebar-list ul li a:hover {
  transform: translateX(10px);
}

.sidebar-list ul li.current-menu-item a {
  font-weight: bold;
}

/*-------------------------------------------------------------------------------------------*/
/* Footer */
/*-------------------------------------------------------------------------------------------*/

.footer-top-area {
  padding: 3rem 8.33%;
}

.footer-top-area h3 {
  font-size: 18px;
  font-weight: 600;
}

.footer-top-area p,
.footer-top-area a {
  font-weight: 500;
}

.footer-top-area .box-footer {
  margin-bottom: 1rem;
}

.footer-top-area ul {
  padding-inline-start: 0;
  list-style: none;
}

.footer-top-area ul li {
  margin-bottom: 3px;
}

.footer-top-area a:hover {
  opacity: 0.4;
}

.footer-bottom-area {
  padding: 1rem 0;
  text-align: center;
}

.footer-bottom-area p {
  font-size: 15px;
  margin-bottom: 0;
  color: #fff;
}

.footer-bottom-area a {
  color: #fff;
  font-weight: 600;
}

/*-------------------------------------------------------------------------------------------*/
/* Páginas Internas */
/*-------------------------------------------------------------------------------------------*/

.page-internas article {
  padding-right: 30px;
}

.page-internas aside {
  padding-left: 30px;
}

.entry-header .date {
  color: var(--color-primary);
  margin: 10px 0 15px;
}

.entry-header .date a {
  padding-right: 1rem;
}

.entry-thumbnail img {
  border-radius: 5px;
  margin: 0 auto;
  display: block;
}

.entry-content h2,
.entry-content h3 {
  margin-top: 25px;
  margin-bottom: 5px;
}

.entry-content h2 {
  font-weight: bold;
}

.entry-content h3 {
  font-weight: 600;
}

.entry-content a {
  text-decoration: underline;
  font-weight: 500;
}

/*-------------------------------------------------------------------------------------------*/
/* Páginas Home */
/*-------------------------------------------------------------------------------------------*/

#Carousel-Home .banner-style {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 90vh;
}

#Carousel-Home .box {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  width: 45%;
  color: #fff;
}

#Carousel-Home h2 {
  margin: 5px 0;
  font-size: 45px;
  color: #fff;
}

#Carousel-Home p:not(.botao-white) {
  font-size: 25px;
}

#Carousel-Home .social-list {
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  position: absolute;
  bottom: 0;
  left: 10%;
}

#Carousel-Home .social-list li {
  width: 25%;
}

#Carousel-Home .carousel-control-next,
#Carousel-Home .carousel-control-prev {
  width: 8%;
  color: #fff;
}

.carousel-indicators {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

#Carousel-Home .carousel-control-next:hover {
  color: #fff !important;
  opacity: 80% !important;
}


#Carousel-Home .carousel-control-prev:hover {
  color: #fff !important;
  opacity: 80% !important;
}

#sobre_home .image-box {
  border-radius: 10px;
  border: 1px solid var(--color-primary);
}

#sobre_home img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#cirurgias_home {
  background-image: url("https://rinoclinica.com.br/wp-content/uploads/2023/09/cirurgia-fundo.jpg");
  background-size: cover;
  background-position: top center;
  padding: 3rem 8.33%;
}

#cirurgias_home .box-introducao h2,
#cirurgias_home .box-introducao p {
  text-align: center;
  color: #fff;
}

#cirurgias_home .box {
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  height: 100%;
  overflow: hidden;
}

#cirurgias_home .box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#cirurgias_home .box-conteudo {
  padding: 1rem 1rem 3rem;
}

#cirurgias_home .box-conteudo h2 {
  text-align: center;
}

#cirurgias_home .botao-icone {
  position: absolute;
  bottom: 0;
  right: 5%;
  margin: 0;
}

#cirurgias_home .botao-icone a {
  color: #fff;
  background-color: var(--color-primary);
  padding: 10px 12px;
  border-radius: 5px 5px 0 0;
  font-size: 25px;
}

#convenios_home h2 {
  position: relative;
}

#convenios_home img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

#convenios_home .image-box:hover img {
  filter: grayscale(0%) !important;
}

#convenios_home .carousel-indicators {
  top: 100%;
}

#cta_home .box-cta {
  border-radius: 20px;
  padding: 3rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#cta_home .box-cta p {
  text-align: center;
  color: #fff;
  font-size: 28px;
}

#cta_instagram {
  background-image: url("https://rinoclinica.com.br/wp-content/uploads/2023/09/bg_insta_cta-2-scaled.jpg");
  background-size: cover;
  background-position: center;
}

#cta_instagram h2,
#cta_instagram p {
  text-align: center;
}

#cta_instagram .area_cta {
  background-color: var(--color-primary);
  padding: 3rem 0;
}

.box-convenio {
  margin-bottom: 1rem;
}

/*-------------------------------------------------------------------------------------------*/
/* Página Agendar Consulta */
/*-------------------------------------------------------------------------------------------*/

#contato p {
  color: var(--color-primary);
}

#contato .info_contatos address {
  width: 60%;
}

#contato .info_contatos address > a,
#contato .info_contatos address > p {
  font-size: 18px;
}

.area_form {
  background-color: #ebe5e5;
  padding: 2rem;
}

.area_form .box-conteudo h2,
.area_form .box-conteudo p {
  text-align: center;
}

.area_form .box-conteudo h2 {
  font-weight: 600;
}

#sobre-agendamento .image-box {
  border-radius: 10px;
  border: 1px solid var(--color-primary);
}

#sobre-agendamento img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*-------------------------------------------------------------------------------------------*/
/* Páginas Sobre */
/*-------------------------------------------------------------------------------------------*/

#clinica img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#clinica .image-box {
  border-radius: 10px;
  border: 1px solid var(--color-primary);
}

#clinica .area_galeria > div {
  margin-bottom: 2rem;
}

#estrategia .box {
  padding: 2rem 0;
}

#estrategia .box:nth-child(-n + 3) {
  border-bottom: 1px solid var(--color-primary);
}

#perguntas .area_listagem {
  background-image: linear-gradient(to top, var(--color-primary) 60%, #fff 60%);
  padding-bottom: 4rem;
}

#perguntas .area_listagem .box-conteudo h4 {
  text-align: center;
}

#sobre_internas .subtitulo {
  color: var(--color-primary);
  font-weight: 600;
  font-size: 18px;
}

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

.custom-list ul li {
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 2rem;
}

.custom-list ul li:before {
  content: "\f00c";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: var(--color-primary);
  font-size: 20px;
  position: absolute;
  font-family: "FontAwesome";
}

/*-------------------------------------------------------------------------------------------*/
/* Páginas Listagem */
/*-------------------------------------------------------------------------------------------*/

.bg_listagem {
  background-image: linear-gradient(to top, #3b5741 80%, #fff 80%);
  padding-bottom: 1rem;
}

.area_listagem .box {
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  height: 100%;
  overflow: hidden;
  transition: 0.5s;
}

.area_listagem .box:hover {
  transform: translateY(-10px);
}

.area_listagem .box figure {
  height: 20vh;
}

.area_listagem .box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.area_listagem .box-conteudo {
  padding: 1rem 1rem 3rem;
}

.area_listagem .box-conteudo h2 {
  text-align: center;
  font-size: 20px;
  word-break: break-all;
}

.area_listagem .botao-icone {
  position: absolute;
  bottom: 0;
  right: 5%;
  margin: 0;
}

.area_listagem .botao-icone a {
  color: #fff;
  background-color: var(--color-primary);
  padding: 10px 12px;
  border-radius: 5px 5px 0 0;
  font-size: 25px;
}

/*-------------------------------------------------------------------------------------------*/
/* Page Obrigado Pelo contato */
/*-------------------------------------------------------------------------------------------*/

.botao-whatsapp {
  text-align: center;
  margin-top: 5rem;
}

.botao-whatsapp a {
  display: inline-flex;
  align-items: center;
  background-color: #038628;
  color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  text-align: center;
  transition: 0.8s;
  font-size: 18px;
  border: 1px solid #038628;
}

.botao-whatsapp a i {
  margin-right: 5px;
  font-size: 30px;
}

.botao-whatsapp a:hover {
  background-color: transparent;
  color: #038628;
}

/*-------------------------------------------------------------------------------------------*/
/* Blog */
/*-------------------------------------------------------------------------------------------*/

.post-blog .box {
  position: relative;
  overflow: hidden;
  background-color: #e9e5e4;
  border-radius: 15px;
  height: 100%;
}

.post-blog .box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.post-blog .box-conteudo {
  padding: 1rem 1rem 7rem;
}

.post-blog figure {
  height: 30vh;
}

.post-blog .box-rodape {
  border-top: 2px solid var(--color-primary);
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0;
}

.post-blog .box-rodape .infos div {
  padding: 10px 0;
}

.post-blog .box-rodape .infos div:first-child {
  border-right: 1px solid var(--color-primary);
}

.post-blog .box-rodape .infos p {
  text-align: center;
  margin: 0;
}

.post-blog .box-rodape .botao-blog {
  background-color: var(--color-primary);
  padding: 10px 5px;
  text-align: center;
  color: #fff;
  display: block;
  width: 100%;
  font-size: 18px;
  transition: 0.8s;
}

.post-blog .box-rodape .botao-blog:hover {
  opacity: 0.8;
}

/*-------------------------------------------------------------------------------------------*/
/* Classes Gerais */
/*-------------------------------------------------------------------------------------------*/

.row_box {
  padding-left: 8.33%;
  padding-right: 8.33%;
}

.subtitulo_style {
  font-size: 17px;
  color: var(--color-primary);
  font-weight: 500;
  margin: 0;
}

.title_line span {
  position: relative;
  display: block;
  font-size: 17px;
}

.title_line span:after {
  content: "";
  border: 1px solid #66704f;
  width: 15%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  margin-left: 1rem;
}

.botao-primary a,
.botao-white a {
  display: inline-block;
  border: 1px solid;
  padding: 10px 25px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  transition: 0.8s;
}

.botao-white a {
  background-color: #fff;
  color: var(--color-primary);
  border-color: #fff;
}

.botao-white a:hover {
  background-color: transparent;
  color: #fff;
}

.botao-primary a {
  background-color: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}

.botao-primary a:hover {
  background-color: transparent;
  color: var(--color-primary);
}

.box-accordion {
  margin-bottom: 15px;
}

.box-accordion .accordion-sanfona {
  position: relative;
  background-color: #bfbbba;
  color: #fff;
  padding: 1rem 3rem 1rem 1rem;
  font-size: 18px;
  border-radius: 10px;
  transition: 0.4s;
  margin: 0;
  cursor: pointer;
}

.box-accordion .accordion-sanfona:after {
  content: "\f077";
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  font-size: 15px;
  font-family: "FontAwesome";
}

.box-accordion.active-sanfona .accordion-sanfona {
  background-color: #a0a58f;
}

.box-accordion.active-sanfona .accordion-sanfona:after {
  content: "\f078";
}

.panel-sanfona {
  padding: 1rem;
  display: none;
}

.social-list {
  display: flex;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.social-list a {
  padding: 10px;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 2vw;
}

.social-list li {
  width: 20%;
}

.social-list li a {
  border: 2px solid;
}

.social-list li a:hover {
  opacity: 1;
}

.social-list li:nth-child(1) a {
  background-color: #8a9076;
  border-color: #8a9076;
}

.social-list li:nth-child(1) a:hover {
  background-color: transparent;
  color: #8a9076;
}

.social-list li:nth-child(2) a {
  background-color: #97a782;
  border-color: #97a782;
}

.social-list li:nth-child(2) a:hover {
  background-color: transparent;
  color: #97a782;
}

.social-list li:nth-child(3) a {
  background-color: #d2d3c5;
  border-color: #d2d3c5;
}

.social-list li:nth-child(3) a:hover {
  background-color: transparent;
  color: #d2d3c5;
}

.social-list li:nth-child(4) a {
  background-color: #b9b9b9;
  border-color: #b9b9b9;
}

.social-list li:nth-child(4) a:hover {
  background-color: transparent;
  color: #b9b9b9;
}

.info_contatos address {
  margin-bottom: 5px;
}

.info_contatos address:first-of-type {
  margin-bottom: 1.5rem;
}

.info_contatos address:last-of-type {
  margin-top: 1.5rem;
}

.info_contatos address > a,
.info_contatos address > p {
  display: flex;
  align-items: baseline;
}

.info_contatos address i {
  font-size: 20px;
  margin-right: 5px;
}

/*-------------------------------------------------------------------------------------------*/
/* Whatsapp */
/*-------------------------------------------------------------------------------------------*/

.whatsapp-right {
  display: block;
  position: fixed;
  margin: auto;
  bottom: 0.5rem;
  right: 0rem;
  z-index: 9;
  text-align: center;
  border-radius: var(--radius-border);
  padding: 5px 10px;
}

#modal_whatsapp .modal-dialog {
  max-width: 736px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  max-width: 97% !important;
  margin: 0;
  position: absolute;
  bottom: 5px;
  right: 5px;
}

#modal_whatsapp .modal-content,
#modal_whatsapp .modal-header {
  border: none;
  padding: 0;
}

#modal_whatsapp .modal-content {
  overflow: hidden;
  border-radius: 0;
  width: 350px;
  background-color: transparent;
}

#modal_whatsapp .modal-header .btn-close {
  position: absolute;
  top: 5px;
  right: 10px;
  opacity: 1;
  z-index: 999;
}

#modal_whatsapp .modal-body {
  padding: 0;
  background-color: #ebe5e5;
}

#modal_whatsapp .box {
  background-color: var(--color-primary);
  padding: 1rem;
}

#modal_whatsapp .box p {
  color: #fff;
  font-weight: 500;
  margin: 0;
}

#modal_whatsapp .box a {
  color: #fff;
  text-decoration: underline;
}

#modal_whatsapp .box-2 {
  padding: 1rem;
}

#modal_whatsapp input,
#modal_whatsapp textarea {
  padding: 10px;
}

/*-------------------------------------------------------------------------------------------*/
/* Pesquisa */
/*-------------------------------------------------------------------------------------------*/

#modal_pesquisa .modal-header {
  border: none;
}

#modal_pesquisa .modal-content {
  background-color: transparent;
  border: none;
}

#modal_pesquisa input[type="text"] {
  background-color: #ebe5e5;
  margin: 0;
}

#modal_pesquisa .input-group-btn {
  background-color: var(--color-primary);
  border: 0 5px 5px 0;
}

/*----------------------------------------------------------------------------*/
/* Linktree */
/*----------------------------------------------------------------------------*/
.page-template-page-linktree .whatsapp-right {
  display: none;
}

#header-linktree {
  margin-bottom: 15px;
  padding-top: 5px;
}

#header-linktree ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.links {
  padding: 0;
  list-style: none;
}

.links li a {
  display: block;
  margin: 10px 0;
  color: #fff;
  border-radius: 50px;
  padding: 10px 30px;
  font-size: 15px;
  text-align: center;
  background-color: var(--color-primary);
  border: 2px solid var(--color-primary);
}

.links li a:hover {
  background-color: var(--color-secondary);
  transition: 0.8s;
}

#linktree figure {
  text-align: center;
}

#linktree figure a {
  display: inline-block;
}

#linktree .custom-search-input input[type="text"] {
  border-color: var(--color-primary);
  margin: 0;
}

#linktree .custom-search-input .input-group-btn {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

#linktree form {
  width: 100%;
}

#header-linktree {
  margin-bottom: 15px;
  padding-top: 5px;
}

#header-linktree ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#header-linktree li i {
  font-size: 22px;
  background-color: var(--color-secondary);
  color: #fff;
  vertical-align: middle;
  padding: 5px;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 22px;
  }

  sub {
    bottom: 0 !important;
  }

  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .float-left,
  .float-right {
    float: none;
  }

  .only-desktop {
    display: none;
  }

  .only-mobile {
    display: block !important;
  }

  .carousel-indicators {
    top: 100%;
  }

  .row_box {
    padding-left: 1.33%;
    padding-right: 1.33%;
  }

  .entry-banner {
    padding: 3rem 1.33%;
  }

  #tophead {
    position: fixed !important;
    border-radius: 0;
  }

  #tophead {
    height: 55px;
  }

  .site-header ul {
    height: 55px;
  }

  #tophead .tophead-contact ul li:first-child {
    border-left: none;
  }

  #tophead .tophead-contact ul li {
    height: auto;
    padding: 0 0px;
    margin: 0 10px;
  }

  #tophead .tophead-contact .tel a {
    color: #fff !important;
    font-size: 13px;
  }

  #tophead .tophead-contact .tel a i {
    font-size: 18px;
    margin-right: 5px;
    vertical-align: middle;
    display: inline;
  }

  .meanmenu-ul {
    top: 0;
    width: 100%;
    position: relative;
    background: #fff !important;
    padding: 0px 0;
    min-height: 42px;
    z-index: 999999;
    border-bottom: 1px solid #3333;
  }

  .sidebar {
    margin: 0 !important;
  }

  .sidebar .widget-title {
    text-align: center;
  }

  #Carousel-Home .banner-style {
    height: 75vh;
  }

  #Carousel-Home h2 {
    font-size: 25px;
  }

  #Carousel-Home p:not(.botao-white) {
    font-size: 17px;
  }

  #Carousel-Home .box {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
  }

  #Carousel-Home .social-list {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50%;
  }

  #Carousel-Home .social-list a {
    font-size: 5vw;
  }

  #Carousel-cirurgia .carousel-indicators li {
    background-color: #fff;
  }

  #cirurgias_home {
    padding: 3rem 1.33%;
  }

  #cta_home .box-cta {
    padding: 1rem;
  }

  #cta_home .box-cta p {
    font-size: 22px;
  }

  #blog_home .area-blog {
    padding: 0 1rem;
  }

  #blog_home .carousel-control-next,
  #blog_home .carousel-control-prev {
    bottom: 20%;
  }

  #perguntas .area_listagem {
    padding: 0;
  }

  .area_listagem .carousel-inner {
    padding: 1rem 0;
  }

  .area_form {
    padding: 1rem;
  }

  .bg_listagem {
    background-image: linear-gradient(to top, #3b5741 60%, #fff 60%);
  }

  .bg_listagem .carousel-indicators li {
    background-color: #fff;
  }

  .botao-primary,
  .botao-white {
    text-align: center;
  }

  .social-list {
    justify-content: center;
  }

  .page-internas article {
    padding: 0 0 2rem 0;
  }

  .page-internas aside {
    padding: 0;
  }

  .whatsapp-right {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 0;
    width: 100%;
    z-index: 999;
    background-color: #038628;
    text-align: center;
  }

  .whatsapp-right span {
    font-size: 22px;
    vertical-align: middle;
    color: #fff;
    padding: 0 10px;
  }

  #modal_whatsapp .modal-dialog {
    max-width: 90% !important;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 2rem;
  }

  #modal_whatsapp .modal-content {
    width: 100%;
  }

  .footer-top-area .row {
    padding: 0 1.33% 5.33% 1.33%;
  }

  .footer-top-area h3 {
    font-size: 22px;
  }

  .footer-top-area .widget h3 {
    margin-bottom: 10px;
  }

  .footer-top-area .widget ul li,
  .footer-top-area ul li {
    margin: 8px 15px;
  }

  .footer-bottom-area {
    padding: 20px 0 70px;
  }

  .footer-bottom-area .container {
    padding: 0;
    margin: 0;
  }

  .footer-bottom-area p {
    text-align: center !important;
  }

  .footer-top-area .social-header li a i {
    border-radius: 100%;
    padding: 10px;
  }

  .footer-top-area a i {
    font-size: 25px;
  }
}

@media screen and (min-width: 769px) {
  #meanmenu-ul {
    display: none;
  }

  .entry-content img {
    max-width: 700px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  #Carousel_Home .caption-left {
    left: auto !important;
    right: auto !important;
    text-align: left;
    bottom: 4rem !important;
    top: auto !important;
  }

  .site-header .main-navigation ul li a {
    font-size: 13px !important;
  }

  .site-header .main-navigation ul li {
    padding: 0 5px;
  }

  .site-header .main-navigation ul li a {
    padding: 0 5px !important;
  }

  #menu-item-143 {
    position: relative;
  }

  .botao-saiba-mais-white a {
    padding: 10px;
    display: block;
    text-align: center;
  }
}

@media screen and (min-width: 1200px) {
  #Carousel_Home .caption-left {
    left: auto !important;
    right: auto !important;
    text-align: left;
    bottom: 3rem !important;
    top: auto !important;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1400px) {
  #menu-item-143 {
    right: 0;
    position: relative;
  }

  #tophead_menu .col-sm-10 {
    padding: 0;
    justify-content: flex-end;
  }
}

@media screen and (min-width: 769px) {
  .stick #meanmenu {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9;
  }
}

/* Reponsive */
@media all and (max-width: 1199px) {
  .site-header .main-navigation ul li a {
    padding-left: 12px;
    padding-right: 12px;
  }

  .additional-menu-area {
    margin-left: 16px;
  }

  .header-icon-seperator {
    padding-left: 4px;
    padding-right: 4px;
  }
}

@media all and (max-width: 991px) {
  .header-icon-seperator {
    padding-left: 3px;
    padding-right: 3px;
  }

  .additional-menu-area {
    margin-left: 28px;
  }

  .blog-style-2.has-sidebar .post-left {
    float: none;
    margin-bottom: 20px;
    margin-right: 0;
    width: inherit;
  }

  .blog-style-2.has-sidebar .post-right {
    float: none;
    width: inherit;
  }
}

@media all and (max-width: 767px) {
  #tophead .tophead-contact,
  #tophead .tophead-right {
    text-align: center;
    float: none;
  }

  .topbar-style-3 #tophead .topbar-logo {
    display: none;
  }

  .topbar-style-3 #tophead .tophead-right {
    text-align: center;
  }

  .site-header .site-branding,
  .stick .site-header .site-branding {
    display: block;
    height: inherit;
    padding: 10px 0;
    text-align: center;
  }

  .site-header .site-branding a {
    display: block;
    vertical-align: inherit;
  }

  .site-header .main-navigation ul {
    text-align: center;
  }

  .site-header .main-navigation ul li a,
  .stick .site-header .main-navigation ul li a {
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .header-icon-area {
    display: none;
  }

  .sidebar-widget-area {
    padding-top: 50px;
  }

  .footer-top-area {
    padding: 30px 0 0px;
  }

  .footer-top-area .widget {
    margin-bottom: 0px;
  }

  .footer-bottom-right {
    margin-top: 12px;
    text-align: center;
    display: block;
  }

  .footer-bottom-right li:first-child a {
    margin-left: 0;
  }

  .entry-footer .share {
    margin-top: 14px;
    text-align: left;
  }

  .entry-footer .share a:first-child {
    padding-left: 0;
  }

  .about-author .pull-left {
    max-width: 90px;
  }

  .about-author .media-body .author-title,
  .about-author .media-body .author-name {
    margin-bottom: 0;
  }
}

/* meanmenu */
#meanmenu {
  position: sticky;
  top: 0;
  z-index: 999;
}

a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-bar {
  width: 100%;
  position: relative;
  background-color: var(--color-primary);
  padding: 0px 0;
  min-height: 42px;
  z-index: 9;
}

.mean-container .mean-bar .logo-small {
  padding: 1rem;
}

.mean-container a.meanmenu-reveal {
  width: 20px;
  height: 22px;
  padding: 6px 10px;
  position: absolute;
  top: 15px;
  right: 0;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-weight: 700;
  color: #fff;
  margin-right: 20px;
}

.mean-container a.meanmenu-reveal span {
  background-color: #fff !important;
}

.mean-container a.meanmenu-reveal span:after {
  display: block;
  height: 3px;
  margin-top: 3px;
  content: "\f003";
  font-size: 0;
  border-bottom: 3px solid #fff !important;
}

.mean-container .mean-nav {
  width: 100%;
  background: #fff;
  margin-top: 0px;
}

.mean-container .mean-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100% !important;
}

.mean-container .mean-nav ul.menu {
  overflow-y: scroll;
}

.mean-container .mean-nav ul li {
  border-top: 1px solid #dddddd;
  position: relative;
  width: 100%;
  background: #f29d76;
}

.mean-container .mean-nav ul li a {
  display: block;
  color: #fff !important;
  font-size: 15px;
  width: 94%;
  padding: 0.5em 3%;
  margin: 0;
  text-align: left;
  text-decoration: none;
  font-weight: 600;
  line-height: 21px;
}

.mean-container .mean-nav ul .current-menu-item,
.mean-container .mean-nav ul li .current-menu-item {
  background: #2eaf93;
}

.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 0.5em 5%;
  text-shadow: none !important;
  visibility: visible;
}

.mean-container .mean-nav ul li a:hover,
.mean-container .mean-nav > ul > li.current-menu-item > a {
  color: #fff;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: 0;
  margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 0.5em 7%;
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 0.5em 9%;
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 11%;
}

.mean-container .mean-nav ul li.hide-header li a {
  width: 90%;
  padding: 0.5em 3%;
}

.mean-container .mean-nav ul li.hide-header li li a {
  width: 80%;
  padding: 0.5em 5%;
}

.mean-container .mean-nav ul li.hide-header li li li a {
  width: 70%;
  padding: 0.5em 7%;
}

.mean-container .mean-nav ul li.hide-header li li li li a {
  width: 60%;
  padding: 1em 9%;
}

.mean-container .mean-nav ul li a.mean-expand {
  color: #fff !important;
  margin-top: 1px;
  width: 26px;
  height: 24px;
  padding: 5px 12px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.1);
  border: 0 !important;
  border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: none;
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
  box-sizing: content-box;
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

.mean-remove {
  display: none !important;
}

.mean-bar img {
  padding: 4px 15px;
}

#wpadminbar {
  position: absolute;
}

/*CTA's internas*/
#cn-close-notice {
  display: none !important;
}

#cta_paginas_internas_1 {
  background-image: url(https://rinoclinica.com.br/wp-content/uploads/2024/02/Ricoclinica-CTA-V1-desktop.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right center;
  padding: 80px 0 70px;
  border-radius: 10px;
  margin: 25px 0;
}

#cta_paginas_internas_2 {
  background-image: url(https://rinoclinica.com.br/wp-content/uploads/2024/02/Ricoclinica-CTA-V2-desktop.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right center;
  padding: 80px 0 70px;
  border-radius: 10px;
  margin: 25px 0;
}

#cta_paginas_internas_1 .texto-cta {
  font-size: 18px;
  color: #fff !important;
  font-weight: 900;
}

#cta_paginas_internas_2 .texto-cta {
  font-size: 18px;
  color: #fff !important;
  font-weight: 900;
}

#cta_paginas_internas_1 a,
#cta_paginas_internas_2 a {
  padding: 10px 20px;
  font-size: 12px;
  text-decoration: none !important;
  background-color: white;
  border-radius: 8px;
}

@media all and (max-width: 768px) {
  #cta_paginas_internas_1 .texto-cta,
  #cta_paginas_internas_2 .texto-cta {
    color: #fff;
    text-align: center;
    text-indent: 0;
    margin-bottom: 20px;
  }

  #cta_paginas_internas_1 .botao-saiba-mais-white,
  #cta_paginas_internas_2 .botao-saiba-mais {
    text-align: center !important;
    text-indent: 0;
  }

  #cta_paginas_internas_1 {
    background-image: url(https://rinoclinica.com.br/wp-content/uploads/2024/02/Ricoclinica-CTA-V1-mobile.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 15%;
    padding: 30px 30px 30px 15px !important;
    border-radius: 10px;
    margin: 25px 0;
    display: flex;
    height: 300px;
    align-content: center;
  }

  #cta_paginas_internas_2 {
    background-image: url(https://rinoclinica.com.br/wp-content/uploads/2024/02/Ricoclinica-CTA-V2-mobile.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 8%;
    padding: 30px 30px 30px 15px !important;
    border-radius: 10px;
    margin: 25px 0;
    display: flex;
    height: 300px;
    align-content: center;
  }
}
