.info-banner .btn { white-space: initial; }

.hero.hero-background-pict {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 568px;
}

.hero.hero-background-pict .hero-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  height: 100%;
}

.hero.hero-background-pict .hero-info .hero-text {
  width: 100%;
  text-align: center;
}

.hero.hero-background-pict .hero-info .hero-text img {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.hero.hero-background-pict .hero-info .hero-logos {
  margin-top: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.hero.hero-background-pict .hero-info .hero-logos .logo-ivi {
  width: 110px;
}
.hero.hero-background-pict .hero-info .hero-logos .logo-kinder {
  width: 150px;
}

@media screen and (min-width: 780px) {
  .hero.hero-background-pict {
    height: 640px;
  }
  .hero.hero-background-pict .hero-info .hero-logos {
    margin-top: 5%;
  }
}

/* CSS IVI COOKIES */

#catapult-cookie-bar .ctcc-inner .ctcc-left-side {
	line-height: 1.3;
	font-size: 0.8em;
	color: #d0d0d0;
}
#catapult-cookie-bar .ctcc-inner .ctcc-right-side #catapultCookie {
	background-color: #ffffff;
	font-size: 0.8em;
	font-weight: bold;
	color: #0870CD;
	text-transform: uppercase;
}

@media (max-width: 600px) {
	.has-cookie-bar #catapult-cookie-bar  {
		padding: 10px;
	}
	#catapult-cookie-bar .ctcc-inner {
		flex-direction: column;
	}
	#catapult-cookie-bar .ctcc-inner .ctcc-left-side {
		font-size: 0.7em;
		margin-right: 0;
		margin-bottom: 10px;
	}
	#catapult-cookie-bar .ctcc-inner .ctcc-right-side #catapultCookie {
		font-size: 0.7em;
		margin: 0;
	}
}

.hero .row {
  width: 100%;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .hero .hero-info {
    overflow: hidden;
  }
}

@media screen and (max-width: 576px) {
 .d-sm-block- {
   display: none !important;
 }
 .d-sm-none- {
   display: block !important;
 }
}

.select-language-row {
  background-color: #333333;
  color: #919191;
  margin-bottom: 0;
  border-radius: 0;
  position: relative;
  text-align: center;
  padding: 0.75rem 1.25rem;
}
.select-language-row .close {
  position: absolute;
  padding: 0;
  width: 14px;
  height: 14px;
  right: 18px;
  top: 18px;
}
.select-language-row .close:before,
.select-language-row .close:after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background-color: #919191;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
 .select-language-row .close:after {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}
.select-language-row .container {
  text-align: center;
}
.select-language-row p {
  font-size: 12px;
  margin-bottom: 5px;
  line-height: 1.2;
  padding: 0 30px;
}
.select-language-row .flag-list {
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.select-language-row .flag-list li {
  list-style-type: none;
  margin: 0 4px;
}
.select-language-row .flag-list li a {
  display: block;
  width: 26px;
}
.select-language-row .flag-list li a:hover {
  opacity: 0.8;
}
.select-language-row .flag-list li a img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .select-language-row .container {
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .select-language-row .close {
    top: 24px;
  }
  .select-language-row .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .select-language-row .container p {
    padding: 0;
    margin-bottom: 0;
    font-size: 13px;
    text-align: left;
  }
  .select-language-row .flag-list {
    margin: 0 0 0 20px;
  }
  .select-language-row .flag-list li {
    margin: 0 8px;
  }
}
.has-language-selector #menu-mobile-header {
  top: 78px;
}
.has-language-selector #menu-mobile-header.background-on {
  top: 0;
}
.has-language-selector .navbar {
  top: 100px;
}

@media (max-width: 767px) {
.ocultar-en-movil{
display: none !important;
}

.ocultar-en-pc{
 margin-right: 10px !important;
 margin-left: 10px !important;
}

}

@media (min-width: 768px) {
.ocultar-en-pc{
 display: none !important;
}
}
body {
    overflow-x: hidden;
}

@media (min-width: 769px) {
.veryslim {
min-height: 435px !important;
}
.margealtop {
 margin-top: 115px;
}
}

@media (max-width: 768px) {
.veryslim {
    min-height: 255px !important;
}

.image-movil {
 max-width: 70%;
}
}


.video-responsive-top {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
   margin-top: 100px;
   margin-bottom: 20px;
    position: relative;
    }
.video-responsive-top iframe, .video-responsive-top object, .video-responsive-top embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    }

.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
    }
.video-responsive iframe, .video-responsive object, .video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    }

@media (min-width: 578px) {
                                          .form_preserva {
                                                position: relative;
                                                z-index: 10;
                                                margin-top: -80px;
                                            }
                                        }
  @media (min-width: 768px) {
                                          .form_preserva {
                                                margin-top: -160px;
                                            }
                                        }
  @media (min-width: 992px) {
                                           .form_preserva {
                                                margin-top: -530px;
                                            }
                                        }

.listStyleMenu{
   list-style: disc !important;
    display: list-item !important;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
text-align: left !important;
}

.postid-744 .faq-article img{
	content:url("https://ivi.es/wp-content/uploads/2021/10/IVIClinics_MAPA_ENG-2.svg");
}

.postid-114599 .responsive-hero.hero-overlay{
height:435px;
}

@media (max-width: 400px) {
.postid-114599 .responsive-hero.hero-overlay{
height:255px;
}
}

#top-menu-no-mobile{
font-weight:bolder;
}
#top-menu-no-mobile span, #top-menu-no-mobile span i, #top-menu-no-mobile a{
color:#FFF !important;
}