/*
==================================================================
Theme Name: Experiencia Matchmaking
Version: 1.0
Author: Neobrand®
Author URI: https://neobrand.com
==================================================================
*/

.grecaptcha-badge { 
    visibility: hidden;
}

body.menuOpen{
	overflow: hidden;
}

img{
	max-width: 100%;
	height: auto;
}

p{
	margin-bottom: 1.8rem;
}

a, a:where(:not(.wp-element-button)) {
	text-decoration: none !important;
}

.w-fit {
	width: fit-content;
}

.h-fit {
	height: fit-content;
}

.z-1{
	z-index: 1;
}

.z-9{
	z-index: 9;
}

.z-99{
	z-index: 99;
}

.wpcf7{
	width: 100%;
}

.wpcf7 .wpcf7-list-item {
	margin: 0;
}

.wpcf7 .wpcf7-list-item label {
	display: flex;
	gap: 10px;
}

.wpcf7 .wpcf7-list-item label input {
	height: fit-content;
	margin-top: 4px;
}

.wpcf7 .wpcf7-not-valid-tip{
	display: none !important;
}

.wpcf7 .wpcf7-not-valid{
	border: 1px solid red !important;
}

.wpcf7 .wpcf7-response-output{
	border-radius: 5px !important;
	background-color: #fd5f5f !important;
	border: none !important;
	padding: 10px 15px !important;
	color: white !important;
	text-align: center;
}

.wpcf7 .sent .wpcf7-response-output {
	background-color: #5dae51 !important;
}

.btn-mod{
	border: 1px solid white;
	border-radius: 10px;
	padding: 50px 20px 20px 20px;
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 40px;
	font-size: 22px;
	background-color: transparent;
	text-align: right;
	transition: all 300ms ease;
}

.btn-mod i {
	font-size: 32px;
	transition: all 300ms ease;
}

.btn-mod:hover i {
	margin-left: 5px;
	margin-right: -5px;
}

.btn-mod.btn-xs {
	padding: 30px 20px 10px 20px;
	font-size: 18px;
}

.btn-mod.btn-xs i {
	font-size: 22px;
	margin-top: 3px;
}

.btn-mod-bg-light{
	color: var(--bs-text-dark) !important;
	background-color: white !important;
	border-color: white !important;
}

.btn-mod-bg-light i{
	color: var(--bs-text-dark) !important;
}

.btn-mod-bg-light:hover{
	color: white !important;
	background-color: transparent !important;
	border-color: white !important;
}

.btn-mod-light, .btn-mod-light i{
	color: white !important;
	border-color: white !important;
}

.btn-mod-light:hover{
	color: var(--bs-text-dark) !important;
	background-color: white !important;
}

.btn-mod-light:hover i{
	color: var(--bs-text-dark) !important;
}

.btn-mod-bg-light:hover i{
	color: white !important;
}

.btn-mod-primary, .btn-mod-primary i{
	color: var(--bs-text-primary) !important;
	border-color: var(--bs-text-primary) !important;
}

.btn-mod-dark, .btn-mod-dark i{
	color: var(--bs-text-dark) !important;
	border-color: var(--bs-text-dark) !important;
}

.btn-mod-dark:hover{
	background-color: var(--bs-text-dark) !important;
	color: white !important;
}

.btn-mod-dark:hover i{
	color: white !important;
}

.botonmenu {
	display: flex;
	flex-direction: column;
	width: 30px;
	height: 20px;
	justify-content: space-between;
	margin-left: 100px;
	margin-bottom: 0;
	transition: all 300ms ease;
}

.botonmenu span{
	width: 100%;
	height: 2px;
	background-color: black;
}

.botonmenu:hover span{
	background-color: var(--bs-text-primary);
	cursor: pointer;
}

body[data-kt-drawer-app-header-menu="on"] .botonmenu {
	cursor: pointer;
	transform: rotate(-90deg);
}

body[data-kt-drawer-app-header-menu="on"] .botonmenu span{
	background-color: var(--bs-text-dark);
}

/*Hero*/

#hero{
	overflow: hidden;
	position: relative;
}

#hero .bg-degradado{
	background: linear-gradient(to left, #3E97E7, #9C54D0);
	opacity: 0.35;
}

#hero h2{
	font-size: 60px;
	font-weight: 400;
}

#hero video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	object-fit: cover;
}

#hero #btn-servicios{
	transform: rotate(-90deg);
	bottom: 78px !important;
	font-size: 20px;
}

.app-content.portada{
	margin-top: 0;
}

/*Header*/

.login .app-header {
	display: none;
}

.login #sidebar {
	background: linear-gradient(to bottom, #9c54d0, #244fc9, #3e97e7);
}

.menu-sidebar {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 10px;
	height: 100vh;
	overflow-y: auto;
	border-radius: 10px 0 0 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	transition: all 720ms ease;
	right: -120%;
}

body.menuOpen .menu-sidebar {
	right: 0;
}

.menu-sidebar a{
	color: var(--bs-text-dark);
	font-size: 24px;
	justify-content: end;
}

.menu-sidebar .menu-secundario a{
	font-size: 18px;
}

.carousel-caption {
	bottom: auto;
}

.carousel-custom .carousel-indicators {
	top: 20px;
	bottom: auto;
}

[data-bs-theme="light"] .app-toolbar {
	background-image: none;
}

.ai-gradient-right {
	background: linear-gradient(to right, #9c54d0, #244fc9);
}

.ai-gradient-left {
	background: linear-gradient(to left, #9c54d0, #244fc9);
}

#patrons a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#patrons a:hover img {
	opacity: 0.5;
}

#patrons img {
	width: auto;
	height: auto;
	max-width: 70%;
	max-height: 100px;
	filter: grayscale(100%);
}

.home .wp-block-columns {
	display: flex;
	gap: 20px;
}

.home .wp-block-columns figure {
	height: 300px;
	margin: 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	position: relative;
}

.home .wp-block-columns figure figcaption {
	width: 100%;
	padding: 10px 15px;
	background-color: #f2f2f2;
	margin: 0;
	color: var(--bs-text-gray-600)!important;
	position: absolute;
	bottom: 0;
}

.home .wp-block-columns figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*Estructura*/

.contenido > .wp-block-group,
.contenido > .wp-block-columns{
	margin-block-start: 24px;
	margin-block-end: 0;
}

/*Contenido*/

.content, .content p{
	font-size: 18px;
	margin-bottom: 30px;
}

.content ul{
	font-size: 18px;
	margin-bottom: 30px;
}

.content img{
	max-width: 100%;
	margin-bottom: 30px;
	border-radius: 1rem;
}

.content h2{
	font-size: 50px;
	margin-bottom: 30px;
}

.content-white, .content-white p, .content-white h1, .content-white h2, .content-white h3, .content-white h4{
	color: white;
}

.content .wp-block-columns{
	gap: 20px;
}

.contenido{
	font-size: 1.35rem !important
}

.contenido p{
	margin-bottom: 1rem;
}

.contenido .h1, .contenido .h2, .contenido .h3, .contenido .h4, .contenido .h5, .contenido .h6, .contenido h1, .contenido h2, .contenido h3, .contenido h4, .contenido h5, .contenido h6{
	margin-top: inherit;
	margin-bottom: 1rem;
}

.contenido .wp-element-button{
	transition: all 100ms ease;
}

.contenido .wp-element-button:hover{
	opacity: 0.5;
}

/* Cifras portada */

#cifras > div {
	transform: skew(-20deg);
}

#cifras > div > div {
	transform: skew(20deg);
}

#cifras > div > span {
	transform: skew(20deg);
}

.grayscale {
	filter: grayscale(1);
}

[name="post_title"]{
    font-size: 1.5rem !important;
}

.ql-editor,
.ql-toolbar.ql-snow {
	background-color: #f9f9f9;
}

.ql-container {
    font-size: 1.2rem !important;
}

.ql-snow .ql-picker.ql-header .ql-picker-item::before, .ql-snow .ql-picker.ql-header .ql-picker-label::before {
	content: 'Párrafo';
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before, .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before {
	content: 'Título';
}

.symbol-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

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

#profile-completion [role="progressbar"] {
	transition: all 720ms ease;
}

.wp-block-image figure{
	width: 100%;
	margin: 0;
	border-radius: 1rem;
}

.wp-block-image .aligncenter{
	text-align: center;
}

.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}

.wp-block-embed__wrapper {
	border-radius: 1rem;
	overflow: hidden;
}

.wp-block-embed__wrapper iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
}

.not-allowed {
	cursor: not-allowed;
}

.input-error {
	color: #f1416c !important;
	border-color: #f1416c !important;
	background-color: #fff5f8 !important;
}

.input-valid {
	color: #50cd89 !important;
	border-color: #50cd89 !important;
	background-color: #e7fff2 !important;
}

.ql-editor.input-error {
	border: 1px solid #f1416c !important;
}

.tooltip ul,
.tooltip ul li {
	text-align: left;
}

.wp-block-woocommerce-checkout.wc-block-checkout,
.wp-block-woocommerce-cart.wc-block-cart{
	margin: 0;
	padding: 0;
}