@charset "UTF-8";
/*! CUSTOM */

header {
    position: relative;
    z-index: 9;
}

.display-1 {
    font-size: calc(2.5rem + 4.5vw);
}
.hero-banner .display-1 {
    font-size: calc(2.5rem + 5vw);
	margin-bottom: -12px !important;
	line-height: calc(2.5rem + 4vw);
}
@media (min-width: 1200px) {
    .display-1 {
        font-size: 8rem;
    }
	.hero-banner .display-1 {
    font-size: calc(2.5rem + 10vw);
	line-height: calc(2.5rem + 7.5vw);
	}
}


/* Nav menu */
.navbar-brand {
	font-size:21px;
	line-height:18px;
	font-weight: bold;
    color: #000000 !important;
	margin-right: 0px;
}

.navbar-dark #menu-header>li>.nav-link {
    color: #ffffff;
}
.navbar-light #menu-header>li>.nav-link {
    color: rgb(0 0 0 / 75%);
}

.menu-item>.dropdown-menu {
    min-width: 250px;
}
.weglot-language.menu-item>.dropdown-menu {
    min-width: fit-content !important;
}
.weglot-language.menu-item>.dropdown-menu .ps-3 {
    padding-left: 0px !important;
}

/* DROPDOWN NAV */

.dropdown-item:focus, .dropdown-item:hover, 
.dropdown-item.active, .dropdown-item:active {
    font-weight: bold;
    background-color: transparent;
}
.dropdown-menu.bg-secondary a.dropdown-item.text-wrap {
    color: #ffffff;
}

/* ANIMACION scroll header */

.scrolled-down {
    /* transform: translateY(-100%); */
    transition: all 0.3s ease-in-out;
}

.scrolled-down .navbar-brand .img-fluid {
    transition: all 0.3s ease-in-out;
}

.scrolled-up {
    /* transform: translateY(0); */
    transition: all 0.3s ease-in-out;
}

.scrolled-up .navbar-brand .img-fluid {
    transition: all 0.3s ease-in-out;
}
.navbar-dark .navbar-brand {
	color: #FFFFFF !important;
}


@media (min-width: 992px) {
	.navbar-dark #menu-header-principal>li>a, .navbar-dark #menu-header-cta>li>a, .navbar-dark #menu-header-secundario li a {
		color: #FFFFFF;
	}

	.navbar-dark .navbar-collapse {
			filter: opacity(1);
			transition: all 0.3s ease-in-out;
	}

	.navbar-dark .btn-primary {
		/* color:#0086CA  !important; */
		background-color:#FFFFFF;
		border-color:#FFFFFF;
	}

	.navbar-dark .bar1, .navbar-dark .bar2, .navbar-dark .bar3 {
		background-color: #FFFFFF;
	}

	.navbar-dark .navbar-collapse.show {
		/* background-color: #0086CA; */
		transition: all 0.3s ease-in-out;
	}

}

 /* ANIMACION navbar-toggler */
 header button.navbar-toggler {
    max-width: 40px;
    z-index: 999;
}    

.navbar-toggler{
    padding:4px 5px;
}
.navbar-toggler:focus, .navbar-toggler:hover{
    background-color:transparent;
    box-shadow: none;
}

.bar1, .bar2, .bar3{
	width: 30px;
    height: 4px;
    background-color: #000000;
    margin: 4px 0px;
    transition: 0.4s;
    float: right;
    border-radius: 0px;
}

.navbar-dark .bar1, .navbar-dark .bar2, .navbar-dark .bar3 {
    background-color: #FFFFFF !important;
} 

.change .bar1{
    width:36px;
    -webkit-transform:rotate(-45deg) translate(-7px, 10px);
    transform:rotate(-45deg) translate(-7px, 10px);
}
.change .bar2{
    opacity:0;
}
.change .bar3{
    width:36px;
    -webkit-transform:rotate(45deg) translate(-7px, -10px);
    transform:rotate(45deg) translate(-7px, -10px);
}

/*Forms*/
span.wpcf7-spinner {
	position: absolute;
	right: 0px;
	top: 40%;
}
@media (min-width: 992px) {
input#telefono, #searchform input.form-control  {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
	max-height: 48px;
}
input#email, #searchform #searchsubmit {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
	max-height: 48px;
}
}
.form-select-lg {
    padding-top: 0.56rem;
    padding-bottom: 0.56rem;
 }

input[type="checkbox"] {
    width: 1em;
    height: 1em;
    margin-right: 8px;
}
span.mc4wp-checkbox.mc4wp-checkbox-contact-form-7 {
    display: block;
    min-height: 1.5rem;
    padding-left: 1em;
    margin-bottom: .125rem;
}
/* width */
ol.flex-control-nav.flex-control-thumbs::-webkit-scrollbar {
  	width: 5px;
	height:10px;
}

/* Track */
ol.flex-control-nav.flex-control-thumbs::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
ol.flex-control-nav.flex-control-thumbs::-webkit-scrollbar-thumb {
  background: #6C757D; 
}

/* Handle on hover */
ol.flex-control-nav.flex-control-thumbs::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

/*WIDGET LAST POST*/
.wp-block-latest-posts__featured-image.alignleft {
    display: flex;
    float: left;
    margin: 0 10px 24px 0;
}

/*POST*/
.card-post .card-img-overlay {
	background: rgb(0,0,0);
    background: linear-gradient(7deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0) 100%);
    margin: 0rem;
    padding: 0rem;
}

.card-post.card {
    border-radius: 40px;
}

.card-post.card img.img-fluid.wp-post-image {
    border-radius: 40px 40px 0 0;
}
#carousel-casos .card-post.card img.img-fluid.wp-post-image, .page-template-laclinica #post-relacionados .card-post.card img.img-fluid {
    border-radius: 40px;
}

.card-post.card .card-footer {
    border-radius: 40px;
}

/*COMMENTS*/
.comment-author.vcard {
    width: 60%;
    display: inline-block;
}
.comment-author img.avatar.photo {
    border-radius: 50px;
    margin-left: -25px;
    margin-right: 10px;
    border: 1px solid #6C757D;
}

.comment-author cite.fn {
    font-weight: 600;
    color: #6C757D;
    font-style: normal;
}

.comment-meta.commentmetadata {
    width: 37%;
    display: inline-block;
    text-align: right;
}

.comment-meta.commentmetadata a {
    color: #6C757D;
    font-size: 0.8rem;
    text-decoration: none;
}

.comment-body p, .comment-body .reply {
    margin-left: 40px;
}

.comment-body {
    margin-bottom: 40px;
}

/*SEARCH*/
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    border-radius: 20px;
    padding: 0px !important;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
    background: transparent;
	padding: 8px !important;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
    border-radius: 0px 20px 20px 0px;
    margin: -1px;
}



/* OWL */
.owl-carousel .owl-stage {
    display: flex;
}
.owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}
.owl-theme .owl-dots .owl-dot span, .carousel-indicators [data-bs-target] {
	width: 16px;
	height: 16px;
    background-color: #B7B7B7;
	border-radius: 16px;
	border-top: 0px;
    border-bottom: 0px;
	opacity:1;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    /* background: #0086CA; */
	opacity:1;
}
.carousel-indicators .active, .carousel-indicators button:hover {
    /* background: #0086CA; */
	opacity:1;
}

.owl-carousel .owl-nav {
    max-width: 125px;
    margin: 0 auto;
}
@media (min-width: 992px) {
.owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    margin: -62px 5% 0 0;
}
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    border-radius: 40px;
	width: 50px;
	height: 50px;
    border: 1px solid;
    color: #23283c;
}
.bg-primary .owl-carousel .owl-nav button.owl-next, .bg-primary .owl-carousel .owl-nav button.owl-prev {
    color: #f8b42f;
}
.owl-carousel .owl-nav button.owl-prev {
	float:left;
}
.owl-carousel .owl-nav button.owl-next {
    float: right;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    /* background: #0086CA; */
}
.btn-outline-primary:hover img, a .img-hover {
    -webkit-transition: all 0.5s ease-in-out;
         -moz-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
             -o-transition: all 0.5s ease-in-out;
                    transition: all 0.5s ease-in-out;
}


.btn-outline-primary:hover img, a:hover .img-hover {
    transform: scale(1.1) translateX(-45%) translateY(-45%) !important;
}

/* SLIDER */

.carousel-caption {
    right: 5%;
    left: 5%;
}
#carousel-principal .carousel-item>video, #carousel-principal .carousel-item>img  {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 75vh;
    position: relative;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
}
#carousel-principal .carousel-item {
	min-height:500px; 
	height:75vh; 
	max-height:75vh
}

/*.carousel-fade .carousel-item {
  transition-duration: 0s;
}*/

@media (min-width: 576px) {
.container {
    max-width: 100%;
}
}
@media (min-width: 768px) {
.container {
    max-width: 100%;
}
}
@media (min-width: 992px) {
.container {
    max-width: 100%;
}
}

@media (min-width: 1400px) {
.container {
    max-width: 1920px;
}
}

/**ANIMACIONES**/

.d-none.animate__animated {
    display: block !important;
}

.fade-in {
    opacity: 0;
    -webkit-transform: scale(0.9);
         -moz-transform: scale(0.9);
            -ms-transform: scale(0.9);
             -o-transform: scale(0.9);
                    transform: scale(0.9);
    -webkit-transition: all 1s ease-in-out;
         -moz-transition: all 1s ease-in-out;
            -ms-transition: all 1s ease-in-out;
             -o-transition: all 1s ease-in-out;
                    transition: all 1s ease-in-out;
}
.fade-in.visible {
    opacity: 1;
    -webkit-transform: none;
         -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                    transform: none;
}

.digit {
    opacity: 0;
    -webkit-transform: translateX(-40px);
         -moz-transform: translateX(-40px);
            -ms-transform: translateX(-40px);
             -o-transform: translateX(-40px);
                    transform: translateX(-40px);
    -webkit-transition: all 0.6s ease-out;
         -moz-transition: all 0.6s ease-out;
            -ms-transition: all 0.6s ease-out;
             -o-transition: all 0.6s ease-out;
                    transition: all 0.6s ease-out;
}
.digit-right {
    opacity: 0;
    -webkit-transform: translateX(40px);
         -moz-transform: translateX(40px);
            -ms-transform: translateX(40px);
             -o-transform: translateX(40px);
                    transform: translateX(40px);
    -webkit-transition: all 0.6s ease-out;
         -moz-transition: all 0.6s ease-out;
            -ms-transition: all 0.6s ease-out;
             -o-transition: all 0.6s ease-out;
                    transition: all 0.6s ease-out;
}

.digit.visible, .digit-right.visible {
    opacity: 1;
    -webkit-transform: none;
         -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                    transform: none;
}
.fade-up {
    opacity: 0;
    -webkit-transform: translatey(100px);
    -moz-transform: translatey(100px);
    -ms-transform: translatey(100px);
    -o-transform: translatey(100px);
    transform: translatey(100px);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.fade-up.visible {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
/*TRATAMIENTOS*/

.post-type-archive-tratamientos .card.rounded-pill, .single-page-tratamientos .hero-banner .card.rounded-pill, .single-page-equipo .card.rounded-pill {
	border-radius: 100px 10px 10px 100px !important;
}

/*SCROLLBAR Firefox*/

.overflow-auto.text-nowrap::-webkit-scrollbar {
    height: 10px;
    width: 10px;
  }
  
  /* Track */
.overflow-auto.text-nowrap::-webkit-scrollbar-track {
    background: #D9EDF8; 
    border-radius: 10px;
}
   
  /* Handle */
.overflow-auto.text-nowrap::-webkit-scrollbar-thumb {
    background: #6C757D; 
    border-radius: 10px;
}
  
/* Handle on hover */
.overflow-auto.text-nowrap::-webkit-scrollbar-thumb:hover {
    background: #6C757D; 
  }

/* ACCORDION */
.accordion-button:not(.collapsed) {
    /* color: #0086CA; */
    box-shadow: none;
}
.accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

/* LINK */
.bg-primary .text-secondary a {
    color: #ffffff;
}
.text-white a {
    color: #ffffff;
}
.text-white a>.fa-stack>.fa-stack-1x, .text-white a.btn-light {
    color: #0b3f9a;
}
/*PARALLAX*/
.parallax-container {
  position: relative;
  height: 80vh;
  min-height: fit-content;
  overflow: hidden;
}

.parallax-content {
  position: relative;
  color: white;
  text-align: center;
  z-index: 1;
}

.parallax-content h1 {
  font-size: 3rem;
}

.parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140%;
  min-height: fit-content;
  background-color: #000000;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.parallax-container a {
    color: #FFF;
}
@media (min-width: 992px) {
.parallax-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  z-index: 1;
}
}
/*ROUNDED*/
@media (min-width: 992px) {
.rounded-end-lg-0 {
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
}
.rounded-start-lg-0 {
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
}
}

/* TABS */
.fade:not(.show) {
    opacity: 0;
    transition: opacity .5s ease-in-out;
}
.fade {
  opacity: 1;
  transition: opacity .5s ease-in-out;
}

/*BOOKLY*/
.fb-login-button {
    display: none !important;
}
/*WOOCOMMERCE*/
p.form-row.form-row-wide.mailchimp-newsletter, #mailchimp-gdpr-fields>p {
    display: none;
}
