#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 {
  background-position: top center;
}
@media screen and (max-width: 767px) {
  .hero {
    background-position: top left;
  }
}

.hero.congreso {
  background-size: cover;
  background-position: center center;
}
.hero.congreso .hero-info .row {
  text-align: center;
}
.hero.congreso .hero-info .row .col {
  position: relative;
  padding-top: 40px;
  padding-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
   flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hero.congreso .hero-info .row .col > img {
  margin: 0 auto;
  width: 100%;
  max-width: 820px;
}
.hero.congreso .hero-info .logos {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0;
  width: 100%;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.hero.congreso .hero-info .logos li {
  padding: 0;
  list-style-type: none;
  padding: 10px 20px;
}
.hero.congreso .hero-info .logos li + li {
  border-left: 5px solid #ffffff;
}
.hero.congreso .hero-info .logos li img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .form-end .order-1,
  .form-end .order-12 {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
  }
}

.hero.hero-fertility-day {
  background-position: 60% center;
}
.hero.hero-fertility-day .hero-info {
  max-width: 1440px;
}
.hero.hero-fertility-day .hero-info .row .col {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 64px;
  padding-bottom: 134px; 
}
.hero.hero-fertility-day .hero-title {
  width: 100%;
  max-width: 380px;
}
.hero.hero-fertility-day .hero-title img {
  width: 100%;
}
.hero.hero-fertility-day .logo {
  width: 100%;
  text-align: right;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 20px 20px 20px;
}
.hero.hero-fertility-day .logo img {
  width: 100px;
}
@media screen and (min-width: 768px) {
  .hero.hero-fertility-day .hero-info .row .col {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 154px;
    padding-bottom: 154px; 
  }
  .hero.hero-fertility-day .logo {
    padding-bottom: 30px; 
  }
  .hero.hero-fertility-day .logo img {
    width: 140px;
  }
}
@media screen and (min-width: 992px) {
  .hero.hero-fertility-day .hero-info .row .col {
    padding-top: 190px;
    padding-bottom: 190px; 
  }
  .hero.hero-fertility-day .logo img {
    width: 190px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .hero .hero-info {
    overflow: hidden;
  }
}

  .brochures-list.row {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .brochure-checkbox {
    margin-bottom: 2px;
    cursor: pointer;
  }
  .brochure-checkbox input {
    display: none;
  }
  .brochure-checkbox img {
    width: 100%;
    border: 3px solid transparent;
  }
  .brochure-checkbox input:checked + img {
    border-color: #2670CA;
  }

  .brochure-checkbox input:checked + noscript + img {
   border-color: #2670CA;
 }

  @media screen and (min-width: 768px) {
    .brochure-checkbox {
      margin-bottom: 16px;
    }
  }




@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;
}

.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%;
    }



 .hero-fertility {
    background-position: center center;
  }
  .hero-fertility .col {
    padding-top: 84px;
    padding-bottom: 20px;
    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: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 300px;
  }
  .hero-fertility .hero-title {
    margin-bottom: 20px;
  }
  .hero-fertility .hero-title img {
    width: 100%;
    max-width: 1036px;
  }
  .hero-fertility .logo-row {
    width: 100%;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .hero-fertility .logo-row img {
    width: 80px;
  }
  @media screen and (min-width: 768px) {
    .hero-fertility .col {
      padding-top: 72px;
      min-height: 400px;
    }
    .hero-fertility .logo-row img {
      width: 120px;
    }
  }
  @media screen and (min-width: 992px) {
    .hero-fertility .col {
      min-height: 600px;
      padding-bottom: 40px;
    }
    .hero-fertility .logo-row img {
      width: 180px;
    }
  }


.hero.hero-ivi-congress-2019 {
			position: relative;
		}
		.hero.hero-ivi-congress-2019:after {
			display: block;
			content: '';
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			background-color: #625311;
			opacity: 0.3;
			z-index: 5;
		}
		.hero.hero-ivi-congress-2019 .hero-info {
			text-align: center;
			position: static;
		}
		.hero.hero-ivi-congress-2019 .hero-info .row {
			min-height: 260px;
			position: static;
		}
		.hero.hero-ivi-congress-2019 .hero-info .row .col {
			position: static;
		}
		@media screen and (min-width: 768px) {
			.hero.hero-ivi-congress-2019 .hero-info .row {
				min-height: 360px;
			}
		}
	
		.hero.hero-ivi-congress-2019 .hero-title {
			color: #fff;
			text-align: center;
			text-shadow: 0 0 15px #625311;
			position: relative;
			z-index: 10;
		}
		.hero.hero-ivi-congress-2019 .hero-badge {
			width: 80px;
			height: auto;
			margin: 0 auto;
			position: absolute;
			z-index: 10;
			right: 10px;
			bottom: 20px;
		}
		@media screen and (min-width: 768px) {
			.hero.hero-ivi-congress-2019 .hero-badge {
				width: 120px;
			}
		}
		@media screen and (min-width: 992px) {
			.hero.hero-ivi-congress-2019 .hero-badge {
				width: 160px;
			}
		}
		#content-ivi-congress-2019 {
			background-color: #f0f8ff;
			margin-bottom: 0 !important;
		}
		#content-ivi-congress-2019 > .container {
			width: 100%;
			max-width: 1440px;
		}
		#content-ivi-congress-2019 > .container > .row > div {
			width: 100%;
			max-width: 100%;
			flex: 0 0 100%;
			padding-left: 20px !important;
			padding-right: 20px !important;
		}
		#content-ivi-congress-2019 .form-control {
			padding: 0.75rem;
		}
		#content-ivi-congress-2019 .form-check {
			padding-left: 30px !important;
		}
		#content-ivi-congress-2019 .btn-block {
			max-width: 320px;
		}
		#content-ivi-congress-2019 .brochures-list {
			margin-bottom: 0 !important;
			padding-left: 0;
		}
		#content-ivi-congress-2019 .brochures-list li {
			list-style-type: none!important;
			margin-bottom: 0!important;
		}
		#content-ivi-congress-2019 .brochures-list .brochure-checkbox {
			margin: 0!important;
		}


@media (min-width: 768px) {
.col-md-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 15px;
    padding-left: 15px;
}
}

@media (max-width: 767px) {
.col-md-25 {
   padding-right: 15px;
    padding-left: 15px;
}

.little_mobile {
 font-size: 2.5rem !important;
}

}


.select-language {
 width: 200px !important;
 margin-top: 10px !important;
 margin-left: 10px !important;
}

@media (max-width: 767px) {
.ocultar-en-movil{
display: none !important;
}
.alta-complejidad-img {
 width: 50% !important;
 margin-left: 28%;
}

.ocultar-en-pc{
 margin-right: 10px !important;
 margin-left: 10px !important;
}

}

@media (min-width: 768px) {
.ocultar-en-pc{
 display: none !important;
}

.alta-complejidad-img {
width: 55% !important;
}

}


textarea::placeholder {
 color:#818181 !important;
 opacity:.5 !important;
}

textarea::-webkit-input-placeholder {
 color:#818181 !important;
 opacity:.5 !important;
}

textarea:-moz-placeholder { /* Firefox 18- */
 color:#818181 !important;
 opacity:.5 !important;  
}

textarea::-moz-placeholder {  /* Firefox 19+ */
 color:#818181 !important;
 opacity:.5 !important;
}

textarea:-ms-input-placeholder {
   color:#818181 !important;
  opacity:.5 !important; 
}

iframe { width:100% !important; }

@media (min-width: 992px) {
.relacionados {
    width: calc(50% - 20px);
}
}

body {
    overflow-x: hidden;
}



  @media (min-width: 578px) {
                                          .postid-667275  .form_preserva {
                                                position: relative;
                                                z-index: 10;
                                                margin-top: -80px;
                                            }
     }
  @media (min-width: 768px) {
                                           .postid-667275 .form_preserva {
                                                margin-top: -160px;
                                            }
    }
  
@media (min-width: 992px) {
                                          .postid-667275  .form_preserva {
                                                margin-top: -390px;
                                            }
  }
                                      
@media (min-width: 769px) {
 .veryslim-mobile {
        min-height: 670px !important;
    }
.veryslim {
min-height: 435px !important;
}
.margealtop {
 margin-top: 115px;
}
}

@media (max-width: 768px) {
 .veryslim-mobile,
.veryslim {
    min-height: 255px !important;
}
#initial-text{
margin-top: 10%;
}

.image-movil {
 max-width: 70%;
}



}

#top-menu-no-mobile {
 font-weight: bolder;
}


.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;
}

 @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;
                                            }
                                        }

.postid-744 .faq-article img{
	content:url("https://ivi.es/wp-content/uploads/2021/10/IVIClinics_MAPA_ESP-2.svg");
}

.card a > img.img-fluid{
 max-height: 203.28px;
}
