/*
Theme Name: AdvancedMindcare
Author: Victorinia Digital
Author URI: http://vicorinia.com
Description: Tema desarrollado por Victorinia Digital para el sitio AdvancedMindcare.
Version: 1.0.0
Text Domain: AdvancedMindcare
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
	font-family: "Alegreya Regular";
	font-style: normal;
	font-weight: normal;
	src: local("Alegreya Regular"), url("./assets/fonts/Alegreya-Regular.woff") format("woff");
	font-display: fallback;
}

@font-face {
	font-family: "Alegreya Bold";
	font-style: normal;
	font-weight: normal;
	src: local("Alegreya Bold"), url("./assets/fonts/Alegreya-Bold.woff") format("woff");
	font-display: fallback;
}

@font-face {
	font-family: "Open Sanslight";
	font-style: normal;
	font-weight: normal;
	src: local("Open Sanslight"), url("./assets/fonts/OpenSans-Light-webfont.eot?") format("eot"), url("./assets/fonts/OpenSans-Light-webfont.woff") format("woff"), url("./assets/fonts/OpenSans-Light-webfont.ttf") format("truetype"), url('./assets/fonts/OpenSans-Light-webfont.svg#str-replace(Open Sanslight, " ", "_")') format("svg");
	font-display: fallback;
}

@font-face {
	font-family: "Open Sansregular";
	font-style: normal;
	font-weight: normal;
	src: local("Open Sansregular"), url("./assets/fonts/OpenSans-Regular-webfont.eot?") format("eot"), url("./assets/fonts/OpenSans-Regular-webfont.woff") format("woff"), url("./assets/fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url('./assets/fonts/OpenSans-Regular-webfont.svg#str-replace(Open Sansregular, " ", "_")') format("svg");
	font-display: fallback;
}

@font-face {
	font-family: "Aller";
	font-style: normal;
	font-weight: normal;
	src: local("Aller"), url("./assets/fonts/Aller_Bd.woff") format("woff");
	font-display: fallback;
}

body {
	word-break: break-word;
}

header a {
	font-family: "Open Sansregular";
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.pum-close.popmake-close {
	outline: 0;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header .main-navigation {
	max-width: 1120px;
}

header #site-navigation {
	left: -100%;
	height: 100vh;
}

header .navbar-brand img {
	width: 90px;
}

@media screen and (min-width: 1023px) {
	header #site-navigation {
		left: 0 !important;
		height: auto;
	}
	header .navbar-brand img {
		width: 100%;
	}
}

header .top-menu li {
	margin: 0;
	padding: 10px 0;
}

header .top-menu li.current-menu-item a,
header .top-menu li.current_page_parent a,
header .top-menu li.current-menu-parent > a {
	border-bottom: 2px solid #0E8F3C;
}

header .top-menu li a {
	color: #0259A0;
	font-size: 20px;
	font-size: 1.250rem;
	font-family: "Aller";
}

header .top-menu li a span {
	padding-left: 0 !important;
}

@media screen and (min-width: 1024px) {
	header .top-menu li {
		margin: 0 10px;
		padding: 0;
	}
	header .top-menu li a {
		font-size: 16px;
        font-size: 1rem;
	}
}

header .top-menu li.menu-item-has-children {
	cursor: pointer;
}

header .top-menu li.menu-item-has-children > a::after {
	margin-left: 2px;
	content: ' ';
	display: inline-block;
	vertical-align: baseline;
	height: 1rem;
	width: 1rem;
	opacity: 0.65;
	background-image: url("data:image/svg+xml;utf8,<svg fill='red' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M9.293 12.95l.707.707L15.657 8l-1.414-1.414L10 10.828 5.757 6.586 4.343 8z'/></svg>");
}

header .top-menu li.menu-item-has-children ul.sub-menu {
	display: none;
}

header .top-menu li.menu-item-has-children ul.sub-menu li a {
	color: black;
}

@media screen and (min-width: 1024px) {
	header .top-menu li.menu-item-has-children ul.sub-menu {
		background: white;
		border-radius: 2px;
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
		margin-top: 10px;
		position: absolute;
		padding: 10px 20px;
		min-width: 150px;
	}
	header .top-menu li.menu-item-has-children ul.sub-menu li {
		margin: 15px 2px;
	}
}

header .social-network li {
	margin: 0 5px;
}

header .social-network li:first-of-type {
	margin-left: 0;
}

header .social-network li a span {
	display: none;
}

header .social-network .menu-image-title-after.menu-image-not-hovered img {
	padding-right: 0;
	padding-left: 5px;
	height: 25px;
	width: auto;
}

header .contact-info li {
	margin-right: 20px;
	margin-bottom: 20px;
}

header .contact-info li a img {
	height: 20px;
}

header .contact-info li a span {
	font-size: 18px;
	font-size: 1.125rem;
}

@media screen and (min-width: 1024px) {
	header .contact-info li {
		margin-left: 80px;
		margin-bottom: 0;
	}
	header .contact-info li a {
		font-family: "Open Sansregular";
	}
	header .contact-info li a img {
		height: 25px;
		width: auto;
	}
	header .contact-info li a span {
		font-size: 13px;
		font-size: 0.8125rem;
	}
}


/*--------------------------------------------------------------
# Nuevo menu movil
--------------------------------------------------------------*/

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

    /* CENTRAR TODOS LOS MENÚS EN MÓVIL */
    header #site-navigation {
        text-align: center;
    }

    /* CONTENEDOR GENERAL */
    header #site-navigation .flex {
        align-items: center;
        
    }

    /* MENÚ CONTACTO (teléfono + email) */
    header .contact-info {
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
    }

    header .contact-info li {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 10px 0;
    }

    header .contact-info li a {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        max-width: 100%;
        word-break: break-word;
    }

    /* ICONO ARRIBA TEXTO ABAJO */
    header .contact-info li a img {
        margin-bottom: 5px;
    }

    /* EMAIL LARGO → PERMITIR SALTO DE LÍNEA */
    header .contact-info li a span {
        display: block;
        max-width: 100%;
        word-break: break-word;
        text-align: center;
    }

    /* MENÚ SOCIAL Y TOP MENU CENTRADOS */
    header .social-network,
    header .top-menu {
        justify-content: center;
        text-align: center;
        width: 100%;
    }

    header .social-network li,
    header .top-menu li {
        justify-content: center;
    }
}

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

    header .contact-info {
        flex-direction: column !important;
        align-items: center;
    }

    header .contact-info li {
        margin: 6px 0 !important;
    }

    header .contact-info li a {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}


/*--------------------------------------------------------------
# Gutenberg
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
/* custom checkbox styling for contact form 7 checkbox */
span.wpcf7-list-item {
	display: inline-block;
	margin: 0;
	color: #ffffff;
}

.wpcf7 .wpcf7-list-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.wpcf7-checkbox label,
.wpcf7-radio label,
.wpcf7-acceptance label {
	position: relative;
	cursor: pointer;
	width: 100%;
}

.wpcf7-checkbox input[type=checkbox],
.wpcf7-checkbox input[type=radio],
.wpcf7-radio input[type=checkbox],
.wpcf7-radio input[type=radio],
.wpcf7-acceptance input[type=checkbox],
.wpcf7-acceptance input[type=radio] {
	/*position: relative;*/
	display: none;
}

.wpcf7-checkbox input[type=checkbox] + span:before,
.wpcf7-checkbox input[type=radio] + span:before,
.wpcf7-radio input[type=checkbox] + span:before,
.wpcf7-radio input[type=radio] + span:before,
.wpcf7-acceptance input[type=checkbox] + span:before,
.wpcf7-acceptance input[type=radio] + span:before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 2px;
	height: 20px;
	width: 20px;
	top: 0;
	border: 1px solid white;
}

.wpcf7-checkbox input[type=checkbox] + span:before,
.wpcf7-radio input[type=checkbox] + span:before,
.wpcf7-acceptance input[type=checkbox] + span:before {
	right: 0;
}

.wpcf7-checkbox input[type=radio] + span:before,
.wpcf7-radio input[type=radio] + span:before,
.wpcf7-acceptance input[type=radio] + span:before {
	left: 0;
}

.wpcf7-checkbox input[type=checkbox] + span:after,
.wpcf7-checkbox input[type=radio] + span:after,
.wpcf7-radio input[type=checkbox] + span:after,
.wpcf7-radio input[type=radio] + span:after,
.wpcf7-acceptance input[type=checkbox] + span:after,
.wpcf7-acceptance input[type=radio] + span:after {
	display: block;
	position: absolute;
	content: "\2713";
	height: 20px;
	width: 20px;
	top: 0;
	color: white;
	visibility: hidden;
	font-size: 16px;
	text-align: center;
	line-height: 20px;
}

.wpcf7-checkbox input[type=checkbox] + span:after,
.wpcf7-radio input[type=checkbox] + span:after,
.wpcf7-acceptance input[type=checkbox] + span:after {
	right: 0;
}

.wpcf7-checkbox input[type=radio] + span:after,
.wpcf7-radio input[type=radio] + span:after,
.wpcf7-acceptance input[type=radio] + span:after {
	left: 0;
}

.wpcf7-checkbox input[type=checkbox]:checked + span:before,
.wpcf7-checkbox input[type=radio]:checked + span:before,
.wpcf7-radio input[type=checkbox]:checked + span:before,
.wpcf7-radio input[type=radio]:checked + span:before,
.wpcf7-acceptance input[type=checkbox]:checked + span:before,
.wpcf7-acceptance input[type=radio]:checked + span:before {
	background: transparent;
}

.wpcf7-checkbox input[type=checkbox]:checked + span:after,
.wpcf7-checkbox input[type=radio]:checked + span:after,
.wpcf7-radio input[type=checkbox]:checked + span:after,
.wpcf7-radio input[type=radio]:checked + span:after,
.wpcf7-acceptance input[type=checkbox]:checked + span:after,
.wpcf7-acceptance input[type=radio]:checked + span:after {
	visibility: visible;
}

.wpcf7-checkbox .wpcf7-list-item-label {
	margin-right: 40px;
	display: inline-block;
	color: white;
}

.wpcf7-radio {
	display: flex;
}

.wpcf7-radio .first .wpcf7-list-item-label {
	margin-right: 15px;
}

.wpcf7-radio .wpcf7-list-item-label {
	margin-left: 25px;
}

.wpcf7-radio input[type=radio] + span:after {
	display: block;
	position: absolute;
	content: "\2713";
	height: 20px;
	width: 20px;
	top: 0;
	left: 0;
	color: white;
	visibility: hidden;
	font-size: 16px;
	text-align: center;
	line-height: 20px;
}

.wpcf7-acceptance .wpcf7-list-item-label {
	margin-left: 25px;
}

.wpcf7-acceptance input[type=checkbox] + span:before {
	left: 0;
}

.wpcf7-acceptance input[type=checkbox] + span:after {
	left: 0;
}

.select-form {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M9.293 12.95l.707.707L15.657 8l-1.414-1.414L10 10.828 5.757 6.586 4.343 8z'/></svg>");
	background-repeat: no-repeat;
	color: white;
	background-position-x: 100%;
	background-position-y: 15px;
	margin-right: 2rem;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield !important;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.line-header {
	height: 2px;
	width: 4rem;
	background: white;
	border-radius: 24px;
	margin: 12px auto;
}

footer #footer-widgets {
    width: 80%;
    max-width: 80%;
}

footer .footer-2\/3 ul li {
	margin: 10px 0;
}

footer .footer-2\/3 ul li a {
	font-size: 0.85rem;
	font-size: 13.6px;
}

@media screen and (max-width: 768px) {
	footer .footer-2\/3 ul li {
		margin: 15px 0;
	}
	footer .footer-2\/3 ul li a {
		font-size: 0.9rem;
		font-size: 14.4px;
	}
}

footer #credit {
	font-family: Aller;
}

/*--------------------------------------------------------------
# Elementor
--------------------------------------------------------------*/
/* testimonials slider */
.testimonials-slider .swiper-wrapper .swiper-slide {
	padding: 20px;
	background-color: transparent;
}

.testimonials-slider .swiper-wrapper .swiper-slide .elementor-testimonial {
	background-color: white;
	box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.testimonials-slider .swiper-container-horizontal > .swiper-pagination-bullets, .testimonials-slider .swiper-pagination-custom, .testimonials-slider .swiper-pagination-fraction {
	bottom: 20px;
}

.testimonials-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .testimonials-slider .swiper-pagination-custom .swiper-pagination-bullet, .testimonials-slider .swiper-pagination-fraction .swiper-pagination-bullet {
	background-color: transparent;
	border: 1px solid #0DA8BC;
	opacity: 1;
}

/* treatment slider */
.treatment-slider .swiper-slide-inner {
	max-width: 1120px;
}

.treatment-slider .elementor-slides-wrapper > .elementor-swiper-button {
	display: none;
}

.treatment-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.treatment-slider .swiper-pagination-custom, .treatment-slider .swiper-pagination-fraction {
	bottom: -13px;
}

.treatment-slider .swiper-pagination-bullet {
	background: #0DA8BC;
	opacity: 0.8;
}

@media screen and (min-width: 1024px) {
	.treatment-slider .elementor-slides-wrapper > .elementor-swiper-button {
		display: block;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
	.treatment-slider .swiper-slide-contents {
		margin-left: 100px;
	}
}

@media screen and (min-width: 1024px) {
	.treatment-slider .elementor-slide-description {
		width: 75%;
	}
	.treatment-slider .elementor-swiper-button-prev {
		left: 8%;
	}
	.treatment-slider .elementor-swiper-button-next {
		right: 8%;
	}
}

.has-error {
	color: white !important;
}

.form-title {
	font-size: 29px;
	color: white;
	line-height: 1;
}

@media screen and (max-width: 768px) {
	.form-title {
		font-size: 25px;
		padding-left: 10px;
	}
}




/*# sourceMappingURL=style.css.map */