/**
 * Custom styles.
 */
 
/* Gravity Forms
--------------------------------------------- */
::-webkit-input-placeholder { color: #AAA; }
:-moz-placeholder { opacity: 1; color: #AAA; } /* Firefox 18- */
::-moz-placeholder { opacity: 1; color: #AAA; } /* firefox 19+ */
:-ms-input-placeholder { color: #AAA; } /* ie */
input:-moz-placeholder { color: #AAA; }

/* Gutenberg
------------------------------------------------------------ */
/*
.has-negro-color				{ color: #000000 !important; }
.has-negro-background-color		{ background-color: #000000 !important; }
.has-blanco-color				{ color: #FFFFFF !important; }
.has-blanco-background-color	{ background-color: #FFFFFF !important; }
.has-gris-color					{ color: #F5F5F5 !important; }
.has-gris-background-color		{ background-color: #F5F5F5 !important; }
.has-azul-color					{ color: #06c !important; }
.has-azul-background-color		{ background-color: #06c !important; }
*/

/* Animación
---------------------------------------------------------------------------------------------------- */

/* Opacity: 0. Esto es necesario para que los elementos que haya que animar, empiecen siendo invisibles para evitar efecto aparición/desaparición. Tienen que estar aquí todos los que se incluyan en el archivo animation.js */

/*
.wp-block-getwid-section:not(.no-animation),
.wp-block-getwid-icon-box:not(.no-animation),
.wp-block-columns:not(.no-animation),
.wp-block-table:not(.no-animation),
.blockgallery--item:not(.no-animation),
.gform_wrapper:not(.no-animation),
.wp-block-pullquote:not(.no-animation),
.wp-block-getwid-post-carousel:not(.no-animation),
.wp-block-getwid-image-hotspot:not(.no-animation),
.post:not(.no-animation),
.wp-block-gallery {
	opacity: 0;
}

@-webkit-keyframes animacionFadeInUp {
	from { opacity: 0; -webkit-transform: translateY(50px); }
	to { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes animacionFadeInUp {
	from { opacity: 0; transform: translateY(50px); }
	to { opacity: 1; transform: translateY(0); }
}

.animacionFadeInUp {
	-webkit-animation-name: animacionFadeInUp;
	animation-name: animacionFadeInUp;
}

.fadeup-effect {
	opacity: 0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

.home .icon {
	transition: all 0.25s ease;
}

.content a img {
	transition: all .3s ease-in-out; 
}

.content a:hover img {
	-ms-transform: scale(1.05) !important; 
	-webkit-transform: scale(1.05) !important;
	transform: scale(1.05) !important;  
}
*/

/* Custom (general)
--------------------------------------------- */

.tabla-cookies thead th:nth-child(1) {	width: 15%;  }
.tabla-cookies thead th:nth-child(2) {	width: 15%; }
.tabla-cookies thead th:nth-child(3) {	width: 45%; }
.tabla-cookies thead th:nth-child(4) {	width: 15%; }
.tabla-cookies thead th:nth-child(5) {	width: 10%; }
.tabla-cookies thead th { text-align: center;}
.tabla-cookies td:nth-child(1), .tabla-cookies td:nth-child(2), .tabla-cookies td:nth-child(4), .tabla-cookies td:nth-child(5) {text-align: center; }
.tabla-cookies td { border-top: 1px solid #ddd; }
.tabla-cookies tbody { border-bottom: 1px solid #ddd; }

.callnowbutton, .whatsappbutton {
	display:none;
	position: fixed; 
	right: 15px;
	bottom: 15px;
	z-index: 9999;
	background: none;
}

.whatsappbutton {
	right: 60px;
}

.callnowbutton .icon, .whatsappbutton .icon {
	color: white;
	background: #d59c94;
	padding: 7px 0 0 0;
	border-radius: 5px;
	width: 45px;
	height: 55px;
	display: block;
	text-align: center;
	font-size: 40px;
	line-height: 1;
}

.callnowbutton .icon:hover {
	color: white !important;
}

.whatsappbutton .icon {
	color: #3ae676;
	background: none;
}

.callnowbuttondesktop:hover:before {
	content: "Déjanos tus datos y te llamamos de inmediato";
	background: #333;
	padding: 5px 10px;
	color: white;
	font-size: 12px;
	display: block;
	position: absolute;
	right: 0;
	top: -50px;
	border-radius: 10px;
	width: 230px;
	line-height: 1.5;
	text-align: right;
}


/* Versión Elementor
.callnowbutton, .whatsappbutton {
	position: fixed; 
	right: 15px;
	bottom: 15px;
	z-index: 9999;
	display: none;
}

.whatsappbutton {
	right: 65px;
}

.callnowbutton .elementor-icon, .whatsappbutton .elementor-icon {
	color: #FFF;
	background: #981528;
	padding: 10px 5px;
	border-radius: 5px;
	font-size: 35px;
}

.whatsappbutton .elementor-icon {
	color: #3ae676;
	background: none;
}

.callnowbutton .elementor-icon:hover, .whatsappbutton .elementor-icon:hover {
	background: #fec625;
}

*/


/*
.ast-single-post .entry-header.ast-no-title.ast-no-thumbnail {
	margin: 2em auto;
	text-align: center;
}

.ast-single-post .ast-advanced-headers-wrap, .single .ast-advanced-headers-title {
	margin: 0 auto;
}
*/


.mapa-hotspot img, .wp-block-getwid-image-hotspot__image { /* Para que el image Hotspot no redimensione la imagen y se quede centrada en pantalla en móviles  */
	max-width: none !important;
	margin-left: 50% !important;
	margin-top: 0!important;
	margin-bottom: 0!important;
	transform: translateX(-50%) !important;
	width: auto !important;
}

.mapa-hotspot .uael-hotspot {
	max-width: 100% ;
}

.mapa-hotspot, .wp-block-getwid-image-hotspot__wrapper {
	overflow: hidden;
}
 
.wp-block-getwid-image-hotspot {
	max-height: 600px;
	background: #f5f5f5;
}

.tooltipster-box a {
	color: #FFFFFF;
	text-decoration: underline;
}

#cookie-law-info-bar {
	background-color: rgba(0, 0, 0, 0.75) !important;
	color: #FFF !important;
	border-top: none !important;
	min-height: 50px;
}

#cookie-law-info-bar span {
	color: white !important;
	margin: 5px 50px;
	display: block;
	font-size: 14px;
}

#cookie_action_close_header {
	color: white !important;
	background-color: #555 !important;
	text-decoration: none!important;
}

#cookie-law-info-bar a {
	color: white !important;
	text-decoration: underline;
	font-size: 14px;
}

#cookie-law-info-bar a:hover {
	color: #ABABAB!important;
}

.donde-estamos {
	background: none repeat scroll 0 0 #FBFBFB;
	border-bottom: 1px solid #ECECEC;
	border-top: 1px solid #ECECEC;
	margin: 20px 0;
	overflow: auto;
	padding: 10px;
	text-align: center;
	color: #617183;
}

.ssl_seal {
	float: left;
	width: 120px;
	position: relative;
	margin: 20px 0 60px;
}

.ssl_seal:hover:before {
	content: "Web Segura - Comodo SSL Certificate www.clinicadentalzorrilla.es";
	font-family: arial;
	font-style: normal;
	background: rgba(3,3,3,0.8);
	padding: 5px 10px;
	color: white;
	font-size: 12px;
	display: block;
	position: absolute;
	left: 125px;
	top: 12px;
	border-radius: 10px;
	width: 300px;
	line-height: 1.5;
}

a.linkopacity img, a.img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0; 
	opacity: 1.0;
	-khtml-opacity: 1.0;
}


a.linkopacity:hover img, a:hover img {
	filter:alpha(opacity=65); 
	-moz-opacity: 0.65; 
	opacity: 0.65;
	-khtml-opacity: 0.65;
	/*transition: all 0.5s ease;*/
}

.elementor-widget .elementor-icon-list-item, .elementor-widget .elementor-icon-list-item a {
	align-items: start;
}

.elementor-icon-list-item .elementor-icon-list-icon {
	margin-top: 8px;
}

.hide-desktop {
	display: none !important;
}

.blog #content .ast-container,
.single #content .ast-container,
.textos-legales #content .ast-container {
	max-width: 1200px !important;
	padding: 0 !important;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1350px) {

	.menu-inicio {
		display: none !important;
	}
	
	.main-header-menu .menu-item > .menu-link {
		padding-left: 5px;
	}

}

@media only screen and (max-width: 1350px) {

	.menu-inicio {
		display: block !important;
	}	

}

@media only screen and (max-width: 1024px) {

	.moove-gdpr-info-bar-container {
		padding-right: 150px !important;
	}

}

@media only screen and (max-width: 921px) {

	.hide-desktop {
		display: block !important;	
	}

}

@media only screen and (max-width: 767px) {

	.moove-gdpr-info-bar-container {
		padding-right: 20px !important;
	}

}

@media only screen and (max-width: 520px) {

	.callnowbutton, .whatsappbutton {
		display: block;	
	}

	.mapa-hotspot img, .wp-block-getwid-image-hotspot__image {
		max-height: 400px;
	}

	.ast-advanced-headers-layout {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.ssl_seal {
		float: none;
		margin: 0 auto;
	}
	
	.ssl_seal:hover:before {
 		width: 150px;
 	}

	.ast-header-account-wrap .ast-header-account-type-avatar .avatar {
		width: 30px;
	}
	
}
