/* DOCTOR BLOG */
@media (min-width: 767px) {
  .doctor-blog {
    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;
  }
}

@media (max-width: 767px) {
  .doctor-blog .col-md-5 {
    text-align: center;
  }
}

/* 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 {
  background-position: top center;
}

@media screen and (max-width: 767px) {
  .hero {
    background-position: top left;
  }
}

@media (max-width: 767px) {
.ocultar-en-movil{
display: none !important;
}

.ocultar-en-pc{
 margin-right: 10px !important;
 margin-left: 10px !important;
}

.hero_landing h1 {
margin-left: 60%;
}

}

@media (min-width: 768px) {
.ocultar-en-pc{
 display: none !important;
}
}

@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;
 }
}

.wp-image-51751 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
     border-radius: 5px;
}

.wp-image-51750  {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
     border-radius: 5px;
}




.hero.hero-fertility-day {
  background-position: 32% 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-end;
    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;
  }
}

@media (min-width: 767px) {
.big-title {
font-size: 5.5rem !important;
}

}

  .brochures-list.row {
    margin-right: -15px !important;
    margin-left: -15px !important;
   list-style: none;
  }
  .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;
    }
  }

body {
    overflow-x: hidden;
}



.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: 769px) {
.veryslim {
min-height: 435px !important;
}
.margealtop {
 margin-top: 115px;
}
}

@media (max-width: 768px) {
.veryslim {
    min-height: 255px !important;
}

.image-movil {
 max-width: 70%;
}
}

.navbar .mega-menu-wrap #mega-menu-header-menu li.mega-row-faqs > ul > li > ul > li#mega-menu-item-49676 > a{
text-align:left !important;
}
#mega-menu-2338-0-0 li{
    display: list-item !important;
    list-style: disc !important;
}
