/*
Theme Name: Twenty Twenty Child
Theme URI: https://angelovicostudio.com/
Description: Twenty Twenty Child Theme
Author: SLA
Author URI: https://angelovicostudio.com/
Template: twentytwenty
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: twenty-twenty-child
*/

/* Variables */
:root {
	--global--color-dark-gray-avs: #fafaf9;
	--global--color-avs-454545: #454545;
	--global--color-avs-entry-content-color: #929191;
	--global--color-avs-internal-menu: #686868;
	--global--color-avs-internal-menu-active: #383838;
	--global--height-avs-svg-header-menu: 0.62;
	--global--width-avs-web-content: 1560px;
}

/* Menu Modal ---------------------------- */
.menu-modal {
	background: #fff;
	/* display: none; */
	opacity: 1;
	overflow-y: auto;
	overflow-x: hidden;
	position: fixed;
	bottom: 0;
	left: -99999rem;
	right: 99999rem;
	top: 0;
	transition: left 0s 0.3s, right 0s 0.3s;
	z-index: 99;
}

/* transition:opacity 0.3s ease-in, left 0s 0.3s, right 0s 0.3s; */
/* opacity 0.3s ease-in,  */

.menu-modal.active {
	left: 0;
	opacity: 1;
	right: 0;
	transition: opacity 0.3s linear;
}

.menu-modal.show-modal {
	display: flex;
}

.menu-modal-inner {
	background: #fff;
	display: flex;
	justify-content: stretch;
	overflow: auto;
	-ms-overflow-style: auto;
	width: 100%;
}

.menu-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}

button.close-nav-toggle {
	align-items: center;
	display: flex;
	font-size: 1.6rem;
	font-weight: 500;
	justify-content: flex-end;
	padding: 3.1rem 0;
	width: 100%;
}

button.close-nav-toggle svg {
	height: 1.6rem;
	width: 1.6rem;
}

button.close-nav-toggle .toggle-text {
	margin-right: 1.6rem;
}

.menu-modal .menu-top {
	flex-shrink: 0;
}

/* Menu Modal ---------------------------- */

/* .menu-modal {
	opacity: 1;
	justify-content: flex-end;
	padding: 0;
	transition: background-color 0.3s ease-in, left 0s 0.3s, right 0s 0.3s;
}
*/

.menu-modal.cover-modal {
	background: rgba(0, 0, 0, 0.4);
}

.menu-modal.active {
	background: rgba(0, 0, 0, 0.7);
	transition: background-color 0.3s linear;
}

.menu-wrapper.section-inner {
	width: calc(100% - 8rem);
	/* width: 50%; */
}

.menu-modal .menu-modal-inner {
	box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1);
	padding: 0;
	/* transform: translateX(376px); */
	transform: translateX(100vw);
	transition: transform 0.3s linear;
	width: 50rem;
	opacity: 1;
	position: fixed;
	height: 100%;
	/* transition: transform 0.3s ease-in, opacity 0.2s ease-in; */
}

/* tiempo de entrada */
.menu-modal.active .menu-modal-inner {
	opacity: 1;
	/* transform: translateX(84px); */
	transform: translateX(24vw);
	transition: transform 0.3s linear;
}

/* transition-timing-function: ease-out; */

.mobile-menu {
	display: block;
}

.expanded-menu {
	display: block;
}

.modal-menu {
	/* width: calc(50% - 33vw); */
	width: 50vw;
	left: -24px !important;
}

/* Sub Page ------------------------------ */

/* Carga del font Courier 10 Pitch para los items del menu*/
.menu-item a {
	font-family: 'Courier 10 Pitch' !important;
	text-transform: uppercase;
	color: #6a6a69 !important;
}

ul.primary-menu {
	letter-spacing: 0.1em !important;
}

ul.primary-menu li {
	margin: 0.8rem 0 0 1.7rem !important;
}

/* Sobreescritura de estilos para el tema */
body {
	background-color: black !important;
}

#site-header {
	width: var(--global--width-avs-web-content);
	margin: 0px auto 0px auto;
	background-color: var(--global--color-dark-gray-avs) !important;
	height: 149px;
}

#site-header .header-navigation-wrapper {
	margin-right: 85px !important;
}

#site-header .header-inner {	
	align-items: baseline !important;
	justify-content: space-between !important;
	padding: 6rem 0 5.5rem 0 !important;
}

#site-header .header-inner.section-inner {
	margin-left: 60px !important;
}

#site-header .header-titles-wrapper {
	padding-left: 20px;
}

#site-header .icon {
	display: inline-block;
	height: calc(23px * var(--global--height-avs-svg-header-menu));
	background-size: cover;
	margin: 0px 8px;
}

#site-header .icon-bio {
	background-image: url(./assets/images/bio_grey.svg);
	width: calc(51px * var(--global--height-avs-svg-header-menu));
}

#site-header a.bio-active .icon,
#site-header .icon-bio:hover,
#site-header .icon-bio:focus {
	background-image: url(./assets/images/bio_black.svg);
}

#site-header .icon-works {
	width: calc(89px * var(--global--height-avs-svg-header-menu));
	background-image: url(./assets/images/works_grey.svg);
}

#site-header a.works-active .icon,
#site-header .icon-works:hover,
#site-header .icon-works:focus {
	background-image: url(./assets/images/works_black.svg);
}

#site-header .icon-archive {
	width: calc(233px * var(--global--height-avs-svg-header-menu));
	background-image: url(./assets/images/archive_grey.svg);
}

#site-header a.archive-active .icon,
#site-header .icon-archive:hover,
#site-header .icon-archive:focus {
	background-image: url(./assets/images/archive_black.svg);
}

#site-header .icon-shop {
	width: calc(69px * var(--global--height-avs-svg-header-menu));
	background-image: url(./assets/images/shop_grey.svg);
}

#site-header a.shop-active .icon,
#site-header .icon-shop:hover,
#site-header .icon-shop:focus {
	background-image: url(./assets/images/shop_black.svg);
}

#site-header .icon-contact {
	width: calc(123px * var(--global--height-avs-svg-header-menu));
	background-image: url(./assets/images/contact_grey.svg);
}

#site-header a.contact-active .icon,
#site-header .icon-contact:hover,
#site-header .icon-contact:focus {
	background-image: url(./assets/images/contact_black.svg);
}

#site-header .block {
	display: block;
}

#site-content {
	width: var(--global--width-avs-web-content);
	margin: 0px auto;
	background-color: var(--global--color-dark-gray-avs) !important;
	padding: 0px 20px 10px 20px;
	/* min-height: 880px; */
}

#site-content.contact {
	/* min-height: 770px; */
}

#site-footer {
	width: var(--global--width-avs-web-content);
	margin: 0px auto 15px auto;
	background-color: var(--global--color-dark-gray-avs) !important;
}

#site-footer .section-inner {
	justify-content: center !important;
	font-family: Arial, Helvetica, sans-serif;
}

#site-footer .section-inner .footer-copyright {
	font-weight: lighter;
	font-size: 10px;
	letter-spacing: 0.025em;
	color: #818080;
}

/* Estilos para las paginas/plantillas personalizadas */
.cover-color-overlay, .cover-color-overlay::before {
	background-color: var(--global--color-dark-gray-avs) !important;
}

.singular .entry-header {
	background-color: var(--global--color-dark-gray-avs) !important;
}

.singular .entry-content .avs-entry-content-title {
	font-family: 'Arial-AVS';
	font-size: 15px;
	font-weight: bold;
	color: black;

	max-width: none !important;
	margin: 27px 40px 0px 40px;
	width: auto !important;
}

.singular .entry-content .avs-entry-content-title-works {
	font-family: 'Courier-Prime';
	font-size: 15px;
	font-weight: bold;
	color: black;

	max-width: none !important;
	margin: 27px 40px 15px 40px;
	width: auto !important;
}

.singular .entry-content .avs-entry-content-works {
	font-family: 'Courier-Prime' !important;
	color: var(--global--color-avs-entry-content-color);
	font-size: 15px;

	max-width: none !important;
	margin: 10px 40px 0px 40px;
	width: 63% !important;
	line-height: 1.3;
}

.singular .entry-content .avs-entry-content-title.archive {
	margin: 70px 40px 0px 40px;
}

.avs-entry-content {
	font-family: 'Arial-AVS';
	font-size: 16px;
	font-weight: bold;
	color: var(--global--color-avs-entry-content-color);

	max-width: none !important;
	margin: 10px 40px 0px 40px;
	width: 65% !important;
}

.entry-content-photography {
	margin-left: 100px !important;
}

.entry-content-photography .wp-block-image.size-full {
	/* max-width: 58rem;
    width: calc(100% - 4rem); */
}

.avs-entry-content-photography {
	/* font-family: 'Courier 10 Pitch' !important; */
	font-family: 'Courier 10 Pitch';
	font-size: 15px;
	text-align: justify;
	color: var(--global--color-avs-entry-content-color);
	margin-top: 15px !important;
	max-width: 84% !important;
	line-height: 1.4 !important;
	letter-spacing: 0.3 !important;
}

.mb-80 {
	margin-bottom: 80px !important;
}

/* #page {
    max-width: 1200px;
    min-width: 1200px;
    min-height: 900px;
    background-color: #fafaf9;
    display: block;
    margin: 15px auto;
    text-align: center;
    padding: 20px;
} */

/* .site-logo .custom-logo {
	max-height: (--branding--logo--max-height-mobile);
} */

.site-logo .custom-logo {
	width: 464px !important;
}

.site-logo img {
	max-height: none !important;
}

/* Para los page templates */
.avs-page-content {
	display: flex;
	flex-direction: row;
	place-content: space-between;
	align-items: flex-start;
	margin: 0 100px 65px 80px;
}

.avs-page-content-shop {
	width: calc(100% - 13rem);
}

.avs-page-menu {
	flex: 20%;
	margin-top: 38px;
}

.avs-page-menu.works {
	margin-top: 38px;
}

.avs-page-menu-photography {
	margin-top: 55px;
}

.avs-page-menu span {
	font-family: 'Arial-AVS';
	color: black;
	font-size: 14.2px !important;
	letter-spacing: 0.02em;
}


.avs-subtitle {
	margin-top: 10px;
	margin-bottom: 60px;
}

.avs-subtitulo, .avs-ubicacion, .avs-autor {
	display: block;
	color: var(--global--color-avs-454545);
	font-family: 'Arial-AVS';
	font-size: 14px;
}

.avs-subtitulo {
	font-weight: bold;
}

.avs-post-content-works.alignfull {
	margin: 0px 40px 60px 40px !important;
	padding: 0px !important;
	width: auto !important;
}

.avs-page-description {
	letter-spacing: 0.07em;
	color: var(--global--color-avs-entry-content-color) !important;
	margin: 0px 60px 50px 60px;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1.8em;
	padding-right: 7%;
	text-align: justify;
	font-family: 'Courier-Prime';
	min-height: 65px;
}

.avs-page-description strong {
	color: #2e2e2e;
	font-size: 14px;
}

.avs-page-description a {
	color: var(--global--color-avs-entry-content-color) !important;
}

.avs-page-post, .avs-page-post-works {
	flex: 80%;
}

.avs-page-post-works {
	display: flex;
	flex-direction: row;
	place-content: space-between;
	/* margin-top: 10px; */
}

.avs-page-post-works article{
	width: 100%;
}

.avs-page-post-works .post-inner {
	padding-top: 0 !important;
}

.avs-page-post-archive .entry-content p {
	margin-left: 15% !important;
	margin-right: 20% !important;
}

.avs-page-post-archive .entry-content p:has(img) {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.avs-page-post-archive .post-inner {
	padding-top: 8 !important;
}

/* .avs-page-post-archive .section-inner img{
	margin-left: 0px !important;
	margin-right: 0px !important;
} */

.avs-entry-content-archive {
	/* font-family: 'Courier 10 Pitch' !important; */
	font-family: 'Courier 10 Pitch';
	font-size: 16px;
	text-align: justify;
	color: var(--global--color-avs-entry-content-color);
	margin-top: 15px !important;
	max-width: 68% !important;
	width: auto !important;
	line-height: 1.4 !important;
	letter-spacing: 0.3 !important;
}

.singular .entry-content .avs-entry-content-title-archive {
	font-family: 'Arial-AVS';
	font-size: 15px;
	font-weight: bold;
	color: black;
	margin-top: 2px !important;
	margin-bottom: 0px !important;
	max-width: none !important;
	width: auto !important;
}

/* FIX SHOP */
/* @media (min-width: 813px) {
	.entry-content>.alignwide:not(.wp-block-group.has-background), .entry-content>.alignfull:not(.wp-block-group.has-background) {
		margin-top: 0px !important;
	}
} */

.category-shop .alignfull{
	margin-top: 0px !important;
}

/*.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 100%!important;
}

.wp-container-6.wp-block-column{
	max-width: 610px;
}*/

.avs-page-post-shop {
	flex: 100%;
	display: flex;
	flex-direction: row;
	place-content: space-between;
}

.avs-post-list {
	margin: 0 0 42px 0;
}

.avs-post-list a {
	color: rgba(0, 0, 0, 0.75) !important;
	text-decoration: none !important;
}

.avs-post-list a:hover {
	color: black !important;
}

.avs-post-title {
	margin-top: 7px;
	font-weight: 600;
	text-transform: uppercase;
	display: block;

	font-family: 'Courier-Prime';
	font-size: 11.6px;
	letter-spacing: 0.02em;

}

.avs-post-title-archive {
	margin-top: 12px;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	font-size: 12px;
	font-family: 'Courier-Prime';
	letter-spacing: 0px;
}

.avs-post-excerpt {
	color: var(--global--color-avs-entry-content-color);
	font-family: 'Courier-Prime';
	margin-top: 5px;
	display: block;
	font-size: 13px !important;
	line-height: 1.3;
	/* width: 95%; */
	/* padding-right: 30px; */
}

.avs-column-left {
	flex: 50%;
	margin-right: 10px;
}

.avs-column-right {
	flex: 50%;
	margin-left: 10px;
}

.avs-column-shop {
	flex: 32%;
	padding: 0 26px;
}

.avs-page-post-shop article {
	/* Se elimina para acercar el producto al texto de cabecera */
	/* margin-top: 24px !important; */
}

/* CONTACT */
/* Fix margins */
/* .entry-content > .alignwide:not(.wp-block-group.has-background), .entry-content > .alignfull:not(.wp-block-group.has-background)
	margin-bottom: 8rem;
	margin-top: 8rem;
} */


.post-inner {
	padding-top: 8rem;
}

.entry-content {
	font-size: 2.1rem;
}

.avs-contact-content {
	/* contenedor como Columna */
	margin-left: initial !important;
	padding-left: 60px !important;
	padding-right: 40px !important;
	width: 42% !important;
	gap: 2em !important;
	margin-top: 1.5rem !important;
}

.avs-contact-content .post-inner {
	padding-top: 0 !important;
}

.avs-contact-content .avs-mail {
	font-size: 14px !important;
	line-height: 1.476 !important;
}

.avs-contact-1 {
	font-family: 'Courier-Prime';
}

.avs-contact-1-info {
	font-size: 13.5px !important;
	color: #b2b1b1;
	letter-spacing: 0.03em;
	line-height: 1.2em !important;
}

.avs-contact-1-links {
	font-size: 10.75px !important;
	color: #3e3e3e;
	margin-top: 38px;
	line-height: 1.2em !important;
	letter-spacing: 0.1em;
	font-weight: bold;
}

.avs-contact-1-links a {
	text-decoration: none !important;
	color: #3e3e3e !important;
}

.avs-contact-1-links a:hover, .avs-contact-1-links a:active, .avs-contact-1-links a:visited {
	color: #3e3e3e !important;
	text-decoration: none !important;
}

.avs-contact-1-links-mobile {
	display: none;
}

.avs-contact-2 {
	font-family: 'Courier-Prime';
	font-size: 13px !important;
	color: #b2b1b1;
	letter-spacing: 0.03em;
}

.avs-contact-2 p {
	line-height: 1.2 !important;
	margin-bottom: 29px;
}

.avs-page-post-contact {
	text-align: center;
	font-size: 18px;
	font-family: 'Arial-AVS';
}

.avs-contact-bold {
	color: #000000;
	display: block;
	font-size: 26px;
}

.avs-label {
	color: #6f6f6f;
	font-size: 12px;
	font-weight: bolder;
	display: block;
	letter-spacing: 0.06em;
}

.avs-mail {
	color: #000000;
	font-size: 17px;
	display: block;
}

.avs-mail a, .avs-mail a:hover, .avs-mail a:visited, .avs-mail a:active {
	text-decoration: none;
	color: #b2b1b1;
	letter-spacing: 0.03em;
}

.avs-social {
	display: inline-flex;
	align-items: center;
	margin-bottom: 200px;
}

.avs-social img {
	width: 30px;
	margin: 0 8px;
}

.pd-0 {
	padding: 0 !important;
}

.pl-10 {
	padding-left: 10 !important;
}

.pr-10 {
	padding-right: 10 !important;
}

.ml-10 {
	margin-left: 10 !important;
}

.mr-10 {
	margin-right: 10 !important;
}

.mt-0 {
	margin-top: 0px !important;
}

.mt-80 {
	margin-top: 80px;
}

.mt-60 {
	margin-top: 60px;
}

.mt-24 {
	margin-top: 24px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

/* Listado entradas SHOP */
.avs-shop-hover-container {
	width: 375px;
	height: 375px;
	position: relative;
}

.avs-shop-hover-container .avs-post-title {
	font-size: 11.6px !important;
	font-weight: bold !important;
	color: #666666;
}

.avs-shop-hover-container .avs-precio {
	color: #999999;
}

.avs-shop-hover-container img {
	width: 375px;
	height: 375px;
	max-width: 375px !important;
}

.avs-shop-hover-container .avs-shop-hover-text {
	margin: 0 auto;
	color: #fff;
	text-align: center;

	/* line-height: 50px; */
	/* igual height de la imagen */

	background: #000;
	transition: opacity .4s linear;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
}

.avs-shop-hover-container:hover .avs-shop-hover-text {
	opacity: .55;
}

.avs-shop-hover-text .avs-titulo,
.avs-shop-hover-text .avs-subtitulo,
.avs-shop-hover-text .avs-shop-hover-precio {
	font-family: 'Courier 10 Pitch' !important;
	color: #ffffff !important;
	font-weight: bold;
	font-size: 18px !important;
	left: 0;
	width: 375px;
}

.avs-shop-hover-text .avs-titulo {
	top: 69px;
	position: absolute;
	text-transform: uppercase;
}

.avs-shop-hover-text .avs-subtitulo {
	top: 120px;
	position: absolute;
	line-height: 25px;
}

.avs-shop-hover-text .avs-shop-hover-precio {
	top: 250px;
	position: absolute;
}

.avs-shop-hover-container a .avs-post-title {
	margin-top: 7px;
}

.avs-shop-hover-container .avs-post-title {
	margin-top: 4px;
}

.avs-column-shop .avs-post-list {
	margin: 0 0 50px 0;
}

/* Entradas SHOP */
.avs-width-90 {
	width: 90%;
}

.ml-60 {
	margin-left: 60px !important;
}

.ml-24 {
	margin-left: 24px !important;
}

.ml-30 {
	margin-left: 30px !important;
}

.ml-10 {
	margin-left: 10px !important;
}

.mb-19 {
	margin-bottom: 19px !important;
}

.avs-gallery figure {
	margin-bottom: 10px !important;
	max-width: 90px;
	/* height: 90px; */
}

.avs-avenir {
	font-family: 'Avenir' !important;
}

.avs-font-size-16 {
	font-size: 16px !important;
}

.avs-font-size-14 {
	font-size: 14px !important;
}

.avs-font-size-13 {
	font-size: 13px !important;
}

.avs-font-size-12 {
	font-size: 12px !important;
}

.avs-font-size-17 {
	font-size: 17px !important;
}

.avs-border-top {
	border-top: 1px solid #cccccc !important;
	padding-top: 26px !important;
	/* padding-top: 8px !important; */
}

.avs-white {
	background-color: #ffffff;
}

.avs-white-descripcion {
	font-family: 'Avenir';
	background-color: #ffffff;
	padding: 40px 12px 12px 12px;
}

.avs-detalle-list {
	margin-top: 23px !important;
	margin-bottom: 32px !important;
}

.avs-gallery figure img {
	cursor: pointer !important;
}

.mt-0 {
	margin-top: 0px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.avs-link-black {
	text-decoration: underline !important;
	color: #000000 !important;
}

/* Shop form */
.avs-hidden {
	display: none;
}

.avs-contact-label label {
	font-weight: lighter !important;
	font-size: 13px !important;
}

.avs-contact-button {
	background-color: #000000 !important;
	color: #ffffff !important;
}

.wpforms-description {
	font-weight: bold !important;
}

.wpforms-confirmation-container-full, .wpforms-confirmation-scroll {
	background-color: transparent !important;
	border: none !important;
	font-weight: bold !important;
}

/* Menus features and works */
ul.internal-menu {
	margin: 27px 0px;
	text-align: left;
	padding-left: 0 !important;
	letter-spacing: 0.01em;
}

ul.internal-menu li {
	font-family: 'Arial-AVS';
	font-size: 14px !important;
	padding: 6.5px 0px;
	list-style: none;
	margin: 0 !important;
	color: var(--global--color-avs-internal-menu);
}

ul.internal-menu li a:hover {
	text-decoration: underline;
	text-decoration-style: solid;
	color: var(--global--color-avs-internal-menu-active) !important;
	font-weight: 600 !important;
}

ul.internal-menu li a:link,
ul.internal-menu li a:visited {
	text-decoration: none;
	color: var(--global--color-avs-internal-menu);
}

ul.internal-menu li a.active {
	font-weight: 600;
	color: var(--global--color-avs-internal-menu-active) !important;
}

.bold {
	font-family: 'Courier 10 Pitch';
	font-weight: bold !important;
	padding-left: 0 !important;
	margin-bottom: 10px !important;
}

/* Single post works */
.singular .featured-media {
	/* margin: 0px 40px 0px 40px; */
}

.singular .featured-media::before {
	background-color: var(--global--color-dark-gray-avs);
}

.singular .featured-media-inner {
	left: 0 !important;
	width: auto !important;
}

.singular .featured-media-inner img {
	margin: 0 !important;
}

.avs-page-post-archive .section-inner {
	max-width: 100% !important;
}

.avs-image-archive {
	max-width: 65% !important;
	margin-left: 15% !important;
	margin-right: 20% !important;
	width: auto !important;
}

/* Lo comento de momento no se donde afecta */
/* .post-inner.thin .entry-content p {
	max-width: none !important;
	width: auto !important;	
} */

/* Contenido principal por bloques */
.page-content-avs {
	margin-top: 80px !important;
}

p.content-avs {
	text-align: justify !important;
	padding: 0px 4rem;
}

.page-content-avs h4.titulo-entrada-avs {
	margin-block-start: 10px;
}

ul.columns-2 li {
	display: inline-grid !important;
	justify-items: center !important;
}

.page-content-avs .imagen-entrada-avs {
	margin-bottom: 0 !important;
}

.avs-vimeo {
	/* border-radius: 10px; */
	margin-left: 10px !important;
	margin-right: 10px !important;
	width: 1036px !important;
	/* height: 648px !important; */
}

.avs-vimeo .vp-center {
	display: block;
	text-align: left;
}

/* Personalizacion del template */
.wp-block-navigation:not(.has-background) .wp-block-navigation__container {
	/* background: var(--global--color-background) !important; */
	background: #fafaf9 !important;
}

/* Admin */
/*
.editor-styles-wrapper {
	background-color: var(--global--color-dark-gray-avs) !important;
}*/

/* BIO */

@media (min-width: 500px) {
	.post-inner {
		padding-top: 0 !important;
	}
}

/* Fix No apliar columnas en screen */
.wp-block-columns.is-not-stacked-on-mobile {
	flex-wrap: nowrap !important;
}

.wp-block-columns:not(.is-not-stacked-on-mobile)>.avs-cv-1 {
	flex: 0 0 18em !important;
}

.wp-block-columns:not(.is-not-stacked-on-mobile)>.avs-cv-2 {
	flex: 0 0 27em !important;
}

.avs-cv-content {
	width: 90%;
	margin-left: 60px !important;
	padding: 0 !important;
	gap: 2.2em !important;
	margin-top: 14px !important;
}

.avs-cv-1 {
	flex: 0 0 18em !important;
}

.avs-cv-2 {
	flex: 0 0 27em !important;
	color: #919191 !important;
	letter-spacing: 0.02em;
	font-size: 12.5px;
	font-family: 'Courier 10 Pitch' !important;
}

.avs-cv-2-title {
	color: #767676;
	font-size: 11px;
	margin-bottom: 10px;
}

.avs-cv-2 p {
	line-height: 1.3;
}

.avs-cv-3 {
	flex: 0 0 40em !important;
	color: #3c3c3c;
	letter-spacing: 0.04em;
	font-size: 10.5px;
	font-family: 'Courier 10 Pitch' !important;
}

.avs-cv-3 p {
	margin-bottom: 0px !important;
}

.avs-cv-3-title {
	margin-top: 10px !important;
	margin-bottom: 11px !important;
	display: block;
	text-transform: uppercase;
}

/* .avs-bio-txt {
	font-family: 'Courier 10 Pitch' !important;
	font-size: 13px;
	color: #6a6a69 !important;
	margin: 0 25% 30px 0;
	text-align: justify;
} */

.avs-bio-img {
	/* width: 75% !important; */
	margin: 0 0 0 0px !important;
}

.avs-privacy p {
	font-family: 'Arial-AVS';
	font-size: 14px;
	padding: 0px 21% 0 25%;
	text-align: justify;
	font-size: 13px !important;
}

.avs-privacy-title {
	font-family: 'Arial-AVS' !important;
	font-size: 32px !important;
	text-align: center !important;
	margin-bottom: 20px !important;
	margin-top: 60px !important;
	color: rgba(0, 0, 0, 0.8);
}

.avs-privacy-hr {
	text-align: center !important;
	font-weight: bold;
	margin-bottom: 30px;
}

a.avs-policy-link {
	color: #000 !important;
	text-decoration: underline !important;
}

/* FIX enlaces en ios */
.color-accent, .color-accent-hover:hover, .color-accent-hover:focus, :root .has-accent-color, .has-drop-cap:not(:focus):first-letter, .wp-block-button.is-style-outline,
a {
	color: #b2b1b1 !important;
	text-decoration: none;
}

/* Dix transiciones en a */
a, path {
	transition: none !important;
}

/* Fix sombreado en botones/enlaces */
* {
	-webkit-tap-highlight-color: transparent !important;
}

:focus {
	outline-color: transparent;
	outline-style: none;
}

/* FIX Media */
@media (max-width: 781px) {
	.avs-contact-1-links {
		display: none;
	}

    .avs-contact-1-links-mobile {
        display: block;
    }

    .avs-contact-1-links-mobile {
        margin-bottom: 30px !important;
        margin-top: 4px !important;
        display: block;
        font-size: 10.25px !important;
        color: #3e3e3e;
        font-weight: 900;
		line-height: 1.476 !important;
        /* font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif; */
    }

    .avs-contact-1-links-mobile a {
        text-decoration: none !important;
        color: #3e3e3e !important;
    }

    .avs-contact-1-links-mobile a:hover, .avs-contact-1-links-mobile a:active, .avs-contact-1-links-mobile a:visited {
        color: #3e3e3e !important;
        text-decoration: none !important;
    }
	
	.wp-container-3.wp-block-columns.alignfull.avs-contact-content {
		margin-bottom: 1.5rem !important;
		gap: 1.5em !important;
	}
}