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


header {
    position: relative;
    z-index: 9;
}
.display-1 {
    font-weight: 400;
}
/* Nav menu */
.navbar-brand {
	font-size:21px;
	line-height:18px;
	font-weight: bold;
	color: #222222;
}
.navbar-dark .navbar-brand {
		color: #FFFFFF;
}

.nav-link {
	color: #FFFFFF;	
	
}
.nav-link:hover, .nav-link:focus, .nav-link:active {
    color: #ffffffd6 !important;
}
button.navbar-toggler {
    width: 58px;
}
.btn {
    padding: 12px 18px;
    border-radius: 8px;
	border-width: 2.3px;
}

.bar1, .bar2, .bar3{
    width:33px;
    height:3px;
    background-color:#FFF;
    margin:4px 0;
    transition:0.4s;
    float: right;
}
.change .bar1{
    width:40px;
    -webkit-transform:rotate(-45deg) translate(-7px, 8px);
    transform:rotate(-45deg) translate(-7px, 8px);}
.change .bar2{
    opacity:0;
}
.change .bar3{
    width:40px;
    -webkit-transform:rotate(45deg) translate(-8px, -8px);
    transform:rotate(45deg) translate(-8px, -8px);
}

/* DROPDOWN NAV */
.dropdown-menu.idioma {
	min-width: 320px !important;
}
@media (min-width: 768px) {
	.dropdown-menu.idioma {
		min-width: 768px !important; 
	}
}
@media (min-width: 992px) {
	.dropdown-menu.idioma {
		min-width: 992px !important; 
	}
}
.navbar-nav>.dropdown {
	position: inherit;
}


.dropdown-item:hover,
.navbar .dropdown-item:hover,
.dropdown-item:focus,
.navbar .dropdown-item:focus,
.dropdown-item.active, 
.dropdown-item:active {
    background-color: transparent;
}



@media (min-width: 1200px) {
	nav.navbar .dropdown-menu {
		min-width: 980px !important;
	}
	.navbar .dropdown-menu>.container {
		background-color: transparent;
	}
	nav.navbar .overflow-y-scroll {
    overflow: visible !important;
	}
}

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

/*BTNS*/

@media (min-width: 992px) {
	.btn-hide-hover .card-footer {
		margin-top: 95px;
		margin-bottom: -95px;
    -webkit-transition: all 0.3s ease-out;
         -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
             -o-transition: all 0.3s ease-out;
                    transition: all 0.3s ease-out;
	}
}
@media (min-width: 992px) {
	.btn-hide-hover:hover .card-footer {
		margin-bottom: 0px;
		margin-top: 0;
	}
}

.btn-close {
    width: 65px;
    text-align: left;
    background-position: 100% 65%;
    background-size: 10px 10px;
}
#navbarNavFiltroBlog a {
	color: #CBCBCB !important;
}
#navbarNavFiltroBlog a.active, #navbarNavFiltroBlog a:hover {
	color: #5CA3E6 !important;
}
/*Forms*/
span.wpcf7-spinner {
	position: absolute;
	right: 0px;
	top: 40%;
}
input#nombre, input#telefono, input#fecha, #searchform input.form-control  {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
	max-height: 48px;
}
select#horario, input#apellidos, 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;
 }

.form-control-lg {
    padding: 10px 18px;
}
/* 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, .carousel-casos-nav {
    max-width: 100%;
    margin: 64px 0 0 0;
	text-align: right;
}
@media (min-width: 992px) {
	.carousel-casos-nav {
		margin-top: -95px;		
		text-align: left;
	}
}

.owl-carousel .owl-nav.disabled {
        display: none;
}


.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev,
.carousel-casos-nav button.owl-next, .carousel-casos-nav button.owl-prev {
    border-radius: 8px;
	width: 50px;
	height: 50px;
    border: 2.3px solid #1ca5ea;
    background-color: #1ca5ea;
    color: #FFFFFF;
	margin: 5px;
}
.owl-theme .owl-nav [class*='owl-']:hover, .carousel-casos-nav [class*='owl-']:hover {
    background: transparent;
    color: #1ca5ea;
    text-decoration: none;
}

.owl-theme .owl-nav [class*='owl-'] span, .carousel-casos-nav [class*='owl-'] span {
    display: none;
}
.owl-theme .owl-nav .owl-prev::before, .carousel-casos-nav .owl-prev::before {
    font-family: "Font Awesome 6 Free"; 
	font-weight: 900; 
	content: "\f104";
	font-size: 12px;
}

.owl-theme .owl-nav .owl-next::before, .carousel-casos-nav .owl-next::before {
    font-family: "Font Awesome 6 Free"; 
	font-weight: 900; 
	content: "\f105";
	font-size: 12px;
}


/* SLIDER */
.carousel-caption {
    right: 5%;
    left: 5%;
}
.carousel-item video, .hero-banner video, .carousel-item img, .hero-banner img, .video-hero video  {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 836px;
    position: relative;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
}
/*.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: 1200px) {
.container {
    max-width: 1248px;
}
}

/**ANIMACIONES**/

/* All delay classes will take half the time to start */
:root {
  --animate-delay: 0.5s !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;
}

.fade-up {
    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-up.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;
}


/*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;
}
/*CARDS BLOG*/
.ratio .mejs-container {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/*IMGs*/
.logo-hover:hover {
    filter: opacity(0.5);
}