/*!
Theme Name: Publidental - SEOWP
Theme URI:
Author: PubliDental Team
Author URI: 
Template: seowp
Description: Tema de Publidental.es
Version: 2.0.2
License: GNU General Public License
License URI:
*/
@font-face {
  font-family: "GothamSSm";
  src: url("/wp-content/themes/publidental/fonts/GothamSSm-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GothamSSm";
  src: url("/wp-content/themes/publidental/fonts/GothamSSm-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
/* tipografia */
*, body {
	 font-family: 'GothamSSm';
	 font-weight: normal;
	 -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}
a {transition: .5s;}
/*h1, h2, h3, h4, h5, h6 {font-family: 'GothamSSm';}*/
.hero-h1 {
	font-family: 'GothamSSm';
	font-weight: normal;
	color: #fff;
	background: rgba(8,80,128,.4);
		-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}
h2.main {
	font-weight: 700;
	max-width: 800px;
	margin: 20px auto!important;
	text-align: center;
}
h3.main {
	font-weight: bold;
	color: #085080;
	margin: .5em 0;
}
.subtitulo {text-transform: uppercase; letter-spacing: 2px; font-size: .8em;}
@media (min-width: 900px) {
	.hero-h1 {font-size: 3em; padding: .2em .4em; border-radius: 0;}
}
@media (min-width: 1400px) {
	.site {font-size: 19px;}
	h2, h2.main {font-size: 2em;}
	h3, h3.main {font-size: 1.6em;}
}
@media (min-width: 1600px) {
	h2, h2.main {
		font-size: 2.2em;
		line-height: 1.4;}
	h3, h3.main {line-height: 1.3;}
}

/* header */
.topbar .menu_inner {
	max-width: 1200px;
	margin: 0 auto;
}
.mega_main_menu.topbar > .menu_holder > .mmm_fullwidth_container {
	background: #f4f8fc;
}
.lema .item_link {background: transparent!important;}
.lema .link_text {color: rgba(27, 80, 131, 1)!important;}
.lema .item_link:hover {background: transparent!important; background-image: none!important;}

.mega_main_menu.header-menu .nav_logo > .logo_link > img {height: 80px;}
.mega_main_menu.direction-horizontal > .menu_holder.sticky_container {height: 60px;}

.header-menu .menu_holder.sticky_container {padding-top: 15px;}

.menu_holder.sticky_container > .menu_inner > .nav_logo > .logo_link,
.menu_holder.sticky_container > .menu_inner > .nav_logo > .logo_link > img {min-height: 40px;}
.mega_main_menu.direction-horizontal > .menu_holder.sticky_container > .mmm_fullwidth_container,
.menu_holder .sticky_container > .mmm_fullwidth_container{
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
	background-color: rgba(255,255,255,.8);
	-webkit-transition: background-color .5s cubic-bezier(0.28, 0.11, 0.32, 1);
	transition: background-color .5s cubic-bezier(0.28, 0.11, 0.32, 1);
	-webkit-transition-property: background-color, -webkit-backdrop-filter;
	transition-property: background-color, -webkit-backdrop-filter;
	transition-property: background-color, backdrop-filter;
	transition-property: background-color, backdrop-filter, -webkit-backdrop-filter;
	border-bottom: 1px solid #e3e3e3;
}
.mega_main_menu.direction-horizontal .sticky_container {box-shadow: unset!important;}
@media (min-width: 1200px) {
	.desplegable-servicios > .mega_dropdown{width: 800px!important;}
	.mega_main_menu.header-menu > .menu_holder > .menu_inner > ul .menu-item.additional_style_1 > .item_link:hover {
		animation: ripples-orange 1s ease-in-out infinite;
	}
	.pdtv {margin-left: 14px!important;}
	.pdtv::before {
		content: url("/wp-content/uploads/pdTV.svg");
		position: absolute;
		z-index: -10;
		left: -11px;
		bottom: 14px;
	}
	.menu_holder.sticky_container .pdtv::before {bottom: 9px;}
	.color-fix > span > span > span,
	.color-fix > span > span > span > span {color: rgb(39, 40, 43)!important}
}

/* hero */

.hero {
	position: relative;
	text-align: left;
	background: rgba(8,80,128,1);
	background-image: url(/wp-content/uploads/hero-bg-scaled.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.inner-header {
  height:60vh;
  width:100%;
  margin: 0;
  padding: 0;
}

.flex { /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.waves {
  position:relative;
  width: 100%;
  height: 10vh;
  margin-bottom: -10px; /*Fix for safari gap*/
  min-height: 100px;
  max-height: 150px;
}

/* Animation */
.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
  .hero-h1 {
    font-size:24px;
  }
}

/* footer */
.footer-bg {background: linear-gradient(to right, rgb(8, 80, 128) 40%, rgb(255, 88, 0) 90%) !important;}
@media (min-width: 900px) {
	.footer-bg h4 {
		font-size: 1.8em;
		max-width: 500px;
		margin-bottom: .25em;
	}
	.list-horizontal {
		height: 80px;
		justify-items: center;
		display: flex;
		justify-content: center;
		align-items: center;}
}
.list-horizontal li {display: inline-block; margin-right: 20px;}
.list-horizontal li a {color: #085080!important;}

/* buttons */
@media (min-width: 1200px) {
	.min-wide {min-width: 310px;}
}
.button-flat {
	margin-top: 2%;
	color: #085080;
	padding: .5em 1em;
	border: 1px solid #085080;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: transparent;
	font-size: 16px;
	float: right;
}
.button-flat:hover {
	color: #fff;
	padding: .5em 1em;
	border: 1px solid #ff5800;
	background: #ff5800;
}

/* offcanvas menu */
.right-off-canvas-menu {
	background: linear-gradient(to right, rgb(8, 80, 128), rgb(255, 88, 0)) !important;
	box-shadow: unset!important;
}

.off-canvas-area .widget_nav_menu .menu > li a,
.off-canvas-area .textwidget a,
.off-canvas-area .textwidget i {color: #fff!important}

.right-off-canvas-menu .widget-title {display: none;}
.off-canvas-area .textwidget h4 {font-size: 1.2em;}

/* Formulario contacto */
#responsive-form {
	max-width: 500px;
	margin: 0 auto;
	width: 100%;
	text-align: left;
}

.form-row {
	width: 100%;
}

.column-half, .column-full {
	float: left;
	position: relative;
	padding: .65rem;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.wpcf7-radio .wpcf7-list-item {
	width: 100%;
}

@media only screen and (min-width: 48em) {
	.column-half {
		width: 50%;
	}
	
	#responsive-form {
		max-width: 75%;
	}
	
	.wpcf7-radio .wpcf7-list-item {
		width: 48%;
		float: left;
		margin: 0;
	}

	.wpcf7-radio .wpcf-list-item.first {
		margin-right: 4%;
	}
}

.wpcf7 input.wpcf7-text {
	width: 380px;
}

.check-terminos .wpcf7-form-control-wrap {
	display: inline-block;}

.check-terminos .wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
	margin-right: 5px;}

.wpcf7 input.wpcf7-text,
.wpcf7 select {width: 100%;}

.formulario-publidental	.column-half {width: 100%;}

@media (min-width: 1200px) {
	.formulario-publidental {max-width: 800px; margin: 0 auto;}
	.formulario-publidental	.column-half {width: 50%;}
}
textarea, select, input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], input[type="reset"], input[type="submit"], input[type="button"] {border-radius: 0!important;}

input[type=email]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, textarea:focus 
{background: rgba(0,0,0,.03)!important; border-bottom-color: #FF5800!important;}

select.wpcf7-form-control.wpcf7-select {background: rgba(0,0,0,.03)!important; border-bottom: 0!important;}
div.wpcf7 .wpcf7-submit {float: right;}
div.wpcf7 .wpcf7-submit:disabled {background: #aaa!important;}

/* testimonios */
#dslc-content .dslc-testimonial-main {border-radius: 0;}
.dslc-testimonial-author-position {font-size: 12px!important;}

/* texto en dos columnas */
@media (min-width: 900px) {
	.txt-ds-clmns {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 40px;
		-moz-column-gap: 40px;
		column-gap: 40px;
		column-rule-color: #efefef;
		column-rule-style: solid;
		column-rule-width: 0px;
		text-align: justify;
	}
	.txt-ds-clmns br {
		content: "";
		margin: .4em;
		display: block;}
}

/* slider folletos */
@media (min-width: 900px) {
	.slider-publicidad .dslc-tp-gallery-slider {max-width: 300px;}
}

/* custom blocks */
.simple-box {
	padding: 10px 5px;
	background: rgba(255,255,255,1);
}
.simple-box h3 {
	font-weight: bold;
	color: #FF5800;
	margin: .5em 0;
}
.service-box {
	padding: .5em;
	background: rgba(255,255,255,1);
}

.service-box h3 {
	font-weight: bold;
	color: #085080;
	margin: .5em 0;
}
.cta-no-full {
	background: radial-gradient(circle, rgba(54,125,189,1) 0%, rgba(8,80,128,1) 80%);
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 180px;
}
.cta-h3 {
	font-weight: bold;
	color: #fff;
	margin: .5em 0;
}
.cta-link {
	color: #fff;
	padding: .5em 1em;
	border: 1px solid #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: transparent;
	font-size: 16px;
	float: right;
}
.cta-link:hover, .cta-link:focus, .cta-link:active {
	color: #085080;
	padding: .5em 1em;
	border: 1px solid #fff;
	background: #fff;
	animation: ripples-white 1s ease-in-out infinite;
}
.flow-box {font-size: 14px; background: #F4F8FC; padding: 4%; line-height: 1.3; color: #085080; margin-bottom: 20px; max-width: 500px;}
.flow-box hr {border: 1px solid #085080;}
.number-circle {
	font-size: 30px;
	font-family: 'GothamSSm';
	color: #fff;
	text-align: center;
	background: #FF5800;
	width: 30px;
}

/* Landings - el resto de ajustes están en la propia landing como inline style */
.testimonios-landing #yottie_1 .yottie-widget-feed-section-slide, .testimonios-landing #yottie_1 .yottie-widget-feed, .testimonios-landing #yottie_1 .yottie-widget-video {
	background: #F4F8FC;
}
.number-landing {
	font-size: 30px;
	font-family: 'GothamSSm';
	color: #fff;
	text-align: center;
	background: #FF5800;
	display: block;
	margin: 10px auto;
	height: 60px;
	width: 60px;
	line-height: 2;
	border-radius: 50%;
}


@media (min-width: 900px) {
	.simple-box {
		background: rgba(255,88,0,0.08);
		padding: 15px 25px;
		min-height: 410px;
	}
	.simple-box:hover {
		background: rgba(255,255,255,.6);
		transform: translateY(-10px);
		box-shadow: 0 26px 30px -14px rgba(0,102,245,0.08);
		transition: .6s linear;
	}
	.service-box {
		padding: 15px 25px;
		box-shadow: 0 26px 30px -14px rgba(0,102,245,0.08);
		min-height: 350px;
	}
	.service-box::after {
		content: url("/wp-content/uploads/arrow.svg");
		position: absolute;
		z-index: 10;
		right: -10px;
		bottom: -10px;
	}
	.service-box:hover::after {
		right: 25%;
		bottom: 10%;
		transition: .6s linear;
	}
	.cta-no-full {
		padding: .5em 1em;
		box-shadow: 0 26px 30px -14px rgba(0,102,245,0.18);
	}
	.cta-no-full::after{
		content: url("/wp-content/uploads/arrow.svg");
		position: absolute;
		z-index: 10;
		right: 75px;
		bottom: -45px;
	}
	.featured-services {display: flex; justify-content: center;}
	.featured-services h3 {max-width:400px}
	.featured-services h3.main::before {position: absolute; background: rgba(255,88,0,0.08); width: 50px; height: 50px; content: ''; border-radius: 100%; margin-left: -18px; margin-top: -10px;}
	.featured-services p {/*max-width:400px;*/ font-size: 18px}
	.page-id-420 .featured-services p {max-width:400px; font-size: 18px}
	.featured-services-img {
		box-shadow: 0 26px 30px -14px rgba(0,102,245,0.18);
		border-radius: 0 25px 0 25px;
	}
	.featured-services-img img {border-radius: 0 25px 0 25px;}
	.number-circle {
		font-size: 30px;
		float: left;
		margin-left: -40px;
		font-family: 'GothamSSm';
		color: #fff;
		text-align: center;
		background: #FF5800;
		width: 30px;}
	/*.equipo-pd .dslc-post {box-shadow: 0px 4px 14px -2px rgba(8,80,128,0.18);}*/
	.dslc-staff-member-thumb-inner {max-height: 523px;}
	.dslc-staff-member-main {min-height: 350px}
}
@media (min-width: 1400px) {
	.service-box:hover::after {
		right: 25%;
		bottom: 15%;
		transition: .6s linear;
	}
}

/* Ajustes mobile */
@media (max-width: 768px) {
	#topbar {display: none!important;}
	.mobile_button {visibility:hidden;}
	.mobile_button * {visibility:visible;}
	.mobile_button .symbol_menu {font-size: 50px; justify-items: right; display: grid; width: 80px;}
	.header-menu .logo_link {max-width: 60%;}
	.mega_main_menu > .menu_holder > .menu_inner > .nav_logo .logo_link {padding-left: 0px; padding-right: 0px;}
	.mega_main_menu.responsive-enable.mobile_minimized-enable > .menu_holder > .menu_inner > .nav_logo .mobile_toggle .mobile_button {height: 80px; line-height: 0;}
	.hero-h1 {margin: 0 20px; padding: .5em; text-align: center!important; line-height: 1.2;}
	.dslc-modules-section-wrapper, .dslc-add-modules-section {width: 100%!important;}
	.dslc-modules-section:not(.dslc-full) {padding-top: 8%!important; padding-bottom: 8%!important;}
	.dslc-button a {line-height: 1.4!important}
	.service-box {
		background: linear-gradient(to right, rgb(8, 80, 128), rgb(255, 88, 0)) left bottom no-repeat;
		background-size: 100% 5px;}
	.service-box h3, .service-box p {text-align: center;}
	.cta-no-full {padding: 1em;}
	.cta-h3 {margin-bottom: 1em;}
	.dslc-col, .dslc-no-columns-spacing .dslc-col {margin-bottom: 2%!important;}
	.invertir-mobile .dslc-col {
		display: flex;
		flex-direction: column-reverse;
		flex-wrap: nowrap;}
	.featured-services-icon .dslc-image img {
		max-width: 70%!important;
		max-height: 70%!important;
		padding: 5%;
		border-radius: 100%;
		background: rgba(255,88,0,0.08);
		box-shadow: 0px 4px 1px -2px rgba(255,89,0,02)!important;
	}
	.number-circle {
		font-size: 30px;
		width: 30px;
		margin: 0 auto 10px;
		display: block;
	}
	.txt-ds-clmns {text-align: left;}
	.txt-ds-clmns br{
		content: "";
		margin: 2em;
		display: block;
		margin-bottom: -20px;}
	.dslc-staff-member-main {padding-bottom: 0px;}
	div[data-section-id="7b0dd81a561"], div[data-section-id="b5c34539c87"] {display: none!important;}
}
@media (min-width:400) and (max-width: 620px) {
	.site {font-size: 19px;}
}
@media only screen and (max-width: 479px) {
	.dslc-modules-section-wrapper, .dslc-add-modules-section {width: 100%!important;}
}

@keyframes ripples-white {
  0% {
    box-shadow: 0 0 0 0 rgba(255,255,255,0.4);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(255,255,255,0);
  }
}
@keyframes ripples-orange {
  0% {
    box-shadow: 0 0 0 0 rgba(255,88,0,0.4);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(255,88,0,0);
  }
}

/*cookies*/
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
	z-index: 2147483641 !important;
}