@charset "UTF-8";

/*
	CSS Stylesheet APP ENVIGO
	Jul 2019
	Powered by AyMsoft	
*/
/*========== ResetCSS ==========*/
*,html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,tr,select,input{appearance:inherit; -moz-appearance:inherit; -webkit-appearance:inherit; background:transparent; border:none; border-radius:0; box-sizing: border-box; margin:0; outline:0; padding:0; text-decoration:none;}

/*========== FUENTE ==========*/
@font-face {font-family:'Light'; src:url('/aym_font/Poppins/Poppins-Light.ttf');font-style: normal;font-weight: normal;font-display: swap;}
@font-face {font-family:'Medium'; src:url('/aym_font/Poppins/Poppins-Medium.ttf');font-style: normal;font-weight: normal;font-display: swap;}
@font-face {font-family:'Regular'; src:url('/aym_font/Poppins/Poppins-Regular.ttf');font-style: normal;font-weight: normal;font-display: swap;}
@font-face {font-family:'Bold'; src:url('/aym_font/Poppins/Poppins-Bold.ttf');font-style: normal;font-weight: normal;font-display: swap;}
@font-face {font-family:'SemiBold'; src:url('/aym_font/Poppins/Poppins-SemiBold.ttf');font-style: normal;font-weight: normal;font-display: swap;}
@font-face {font-family:'Italic'; src:url('/aym_font/Poppins/Poppins-Italic.ttf');font-style: normal;font-weight: normal;font-display: swap;}


/*========== ROOT ==========*/
:root{
	--aym_tone_1: #ea9153;
	--aym_tone_2: #e67f36;
	--aym_tone_3: #73E352;
	--aym_tone_4: #6AB55F;
	--aym_tone_5: #9c9a9a;
	--aym_tone_6: #FFF2F2;
	--aym_tone_7: #FF0000;
	--aym_tone_8: #FFF2F2;
	--aym_tone_9: #FFF2F2;
	--aym_tone_10: #020403;
	--aym_tone_11: #787878;
	--aym_tone_12: #C8C8C8;
	--aym_tone_13: #E5E5E5;
	--aym_tone_14: #ECECEC;
	--aym_tone_15: #313131;
	--aym_tone_16: #EAEEF4;

	--aym_error: #DF4141;
	--aym_gray: #707070;
	--aym_black: #000000;
	--aym_white: #FFFFFF;
	--aym_border: rgb(112 112 112 / 23%);
	--aym_back: #f2f2f2;
}

/*========== GENERAL ==========*/
* {color: var(--aym_black); font-family: 'Regular';}
body {transition: 1s ease;position: relative;display:block;}
body.overflow {overflow: hidden;}
h1,h2,h3,h4,h5,h6{color: var(--aym_black); font-family: 'Bold';}
strong, b {font-family: 'SemiBold'; }
h1{font-size:1.5em;}
h2{font-size:1.3em;}
h3{font-size:1.1em;}
h4{font-size:1em;}
i {font-family: 'Italic';}
img {width: 100%;height: auto;}
ul li {list-style: none; position: relative;display:block;}
header > section, main > section, footer > section {max-width: 990px;margin: auto;padding: 0 20px;position: relative;display:block;width: 100%;}
hr {background: var(--aym_black); height: 1px; margin: 15px 0; width: 100%;}
.owl-nav.disabled, .owl-dots.disabled, .aym_hidden{display: none !important;}

/* DOTS CARUSEL */
.owl-carousel .owl-dots{position: relative;width: 100%;display: flex;align-items: center;justify-content: center;margin-top: 10px;}
.owl-carousel .owl-dots button.owl-dot{width: 15px;height: 5px;border-radius: 0;background: var(--aym_tone_1);transition: all .5s linear;margin: 0 3px;opacity: .5;}
.owl-carousel .owl-dots button.owl-dot.active{opacity: 1;}

/* ELIMIANR COLOR ACTIVE ENLACE*/
*{-webkit-tap-highlight-color: transparent !important;outline-color: transparent !important; outline-style: none !important;}
*:focus, *:active{outline-color: transparent !important; outline-style: none !important;}
*:focus *, *:active * {outline-color: inherit !important; outline-style: inherit !important;}

/* PRELOADER */
#aym_loading {align-items: center;background: var(--aym_back);display: flex;justify-content: center;height: calc(100vh - 170px);text-align: center;position: absolute;transition: unset;width: 100%;z-index: 9;top: 107px;}
#aym_loading div {display: inline-block; padding: 20px 0;}
#aym_loading div::after {animation: preloader 1s linear infinite;border: 3px solid var(--aym_gray);border-radius: 50%;border-top: 3px solid var(--aym_tone_1);content: '';display: inline-block;height: 30px;position: relative;width: 30px;}
#aym_preloader {align-items: center;background: var(--aym_back);display: flex;justify-content: center;height: 25px;text-align: center;transition: unset;width: 100%;z-index: 9;}
#aym_preloader div::after {animation: preloader 1s linear infinite;border: 3px solid var(--aym_gray);border-radius: 50%;border-top: 3px solid var(--aym_tone_1);content: '';display: inline-block;height: 30px;position: relative;width: 30px;}
@keyframes preloader {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}

/*========== 404 ==========*/
#aym_wrap_error *{text-align: center;margin-bottom: 20px;width: 100%;}
#aym_wrap_error h2{font-family: 'Bold';font-size: 2em;color: var(--aym_tone_1);}
#aym_wrap_error h3{font-family: 'SemiBold';font-size: 1.3em;color: var(--aym_tone_11);}
#aym_wrap_error h4{font-family: 'Light';font-size: 1em;color: var(--aym_tone_11);}

/*========== MAIN ==========*/
main{width: 100%;margin: auto;height: 100%;position: relative;display:block;padding: 110px 0 67px;    max-width: 990px;background: var(--aym_back);min-height: 100vh;}
main.aym_main_shop{padding: 45px 0 75px;}
main.aym_main_pay{padding: 70px 0 75px;}

/*========== HEADER ==========*/
header{position: fixed;width: 100vw;left: 0;top: 0;background-color: var(--aym_back);z-index: 10;}
header section{padding: 10px 20px;}
header section .aym_menu_top{display: flex;flex-flow: wrap;align-items: center;justify-content: space-between;}
header section .aym_menu_top .aym_client_headquarter{position: absolute;display: flex;justify-content: center;align-items: center;width: 70%;flex-flow: wrap;cursor: pointer;height: 35px;margin: auto;left: 0;right: 0;}
header section .aym_menu_top .aym_client_headquarter *{cursor: pointer;}
header section .aym_menu_top .aym_client_headquarter .aym_icon{margin-right: 5px;width: auto;height: auto;}
header section .aym_menu_top .aym_client_headquarter .aym_icon i{color: var(--aym_tone_1);font-size: .7em;}
header section .aym_menu_top .aym_client_headquarter p{font-family: 'Medium';color: var(--aym_tone_15);font-size: .65em;background: url('/aym_image/aym_ico/aym_ico_arrow_select.png?7') no-repeat 100% / 10px ;padding-right: 15px;text-align: center;max-width: calc(100% - 20px);width: fit-content;height: 35px;display: flex;align-items: center;justify-content: center;}
header section .aym_menu_top nav{width: 100%;}
header section .aym_menu_top nav ul{display: flex;width: 100%;align-items: center;justify-content: space-between;}
header section .aym_menu_top nav ul li{margin-left: 0;display: block;}
header section .aym_menu_top nav ul li .aym_ico_profile, header section .aym_menu_top nav ul li .aym_ico_cart{width: auto;height: auto;}
header section .aym_menu_top nav ul li .aym_ico_profile i, header section .aym_menu_top nav ul li .aym_ico_cart i{color: var(--aym_tone_1);font-size: 1.5em;}
header section .aym_menu_top nav ul li .cart{position: relative;display: block;}
header section .aym_menu_top nav ul li .cart p{position: absolute;font-size: .6em;top: 0;left: 0;right: -3px;color: var(--aym_white);height: 15px;width: 15px;text-align: center;display: flex;align-items: center;justify-content: center;margin: auto;}
header section .aym_search{margin: 13px 0 3px;position: relative;display: block;width: 100%;}
header section .aym_add_new_headquarter{margin: 13px 0 3px;position: relative;display: block;width: 100%;font-size: .8em;width: 93%;margin-left: auto;}
header section .aym_search .aym_icon, header section .aym_add_new_headquarter .aym_icon{position: absolute;width: 15px;height: 17px;top: 0;bottom: 0;left: 10px;margin: auto;}
header section .aym_search input, header section .aym_add_new_headquarter p{width: 100%;background: var(--aym_white);border: 1px solid var(--aym_tone_11);color: var(--aym_tone_11);font-family: 'Regular';font-size: .9em;padding: 11px 35px;box-shadow: 0px 3px 6px #00000029;}
header section .aym_search input::placeholder{color: var(--aym_tone_11);font-family: 'Regular';font-size: .8em;}
header.internal.pay section .aym_menu_top .aym_client_headquarter{position: relative;}
header.internal section .aym_search{width: 93%;margin-left: auto;}

/*========== FOOTER ==========*/
footer{position: fixed;width: 100%;left: 0;bottom: 0;background-color: var(--aym_tone_1);z-index: 10;max-width: 990px;margin: auto;right: 0;}
footer nav{width: 100%;padding: 10px;}
footer nav ul{display: grid;grid-template-columns: repeat(5, 1fr);}
footer nav ul li{display: block;}
footer nav ul li a{display: flex;align-items: center;justify-content: center;flex-flow: wrap;filter: grayscale(1);}
footer nav ul li a p{width: 100%;font-size: .6em;color: var(--aym_white);text-align: center;margin-top: 5px;letter-spacing: 1px;}
footer nav ul li a span.aym_icon{width: 30px;height: 30px;}
footer nav ul li.active a{filter: none;}
footer nav ul li.active a p{font-family: 'SemiBold';}

/*========== FORMULARIOS ==========*/
select {padding-right: 30px;background: url('/aym_image/aym_ico/aym_ico_arrow_select.png?') no-repeat 95% / 15px #fff;appearance: none;	}
form fieldset div {margin-bottom:10px;position: relative;display:block;}
form fieldset div label{height: 20px;left: 10px;padding: 0 !important;position: absolute;transform: translateY(16px);z-index: 1;transition: all .5s linear;color: var(--aym_tone_1);font-size: .9em;font-family: 'Regular';letter-spacing: 0.65px;}
form fieldset div p{font-size: .8em;font-family: 'Regular';color: var(--aym_tone_11);margin-top: 5px;letter-spacing: 0.68px;}
form fieldset div.error label,form fieldset div.filled label,form fieldset div.focused label {transform: translateY(2px);font-size: .7em !important;}
form fieldset div.error label{color: var(--aym_error);}
form fieldset div input,form fieldset div select,form fieldset div textarea {font-size: .9em;padding: 20px 10px 10px;resize: none;width: 100%;border: 1px solid var(--aym_tone_1);color: var(--aym_black);background: var(--aym_white);background-color: var(--aym_white);border-top: 0;font-family: 'Regular';}
form fieldset div:first-child input,form fieldset div:first-child select,form fieldset div:first-child textarea {border-top: 1px solid var(--aym_tone_1);}
form fieldset div input:-internal-autofill-selected:not(.sho_pwd),form fieldset div select:-internal-autofill-selected,form fieldset div textarea:-internal-autofill-selected,
form fieldset div input::placeholder,form fieldset div select::placeholder,form fieldset div textarea::placeholder {font-size: .9em;color: var(--aym_white);}
/*form fieldset div input:active:not(.sho_pwd),form fieldset div textarea:active,
form fieldset div input:focus:not(.sho_pwd),form fieldset div textarea:focus{background: var(--aym_tone_1) !important;background-color: var(--aym_tone_1) !important;}*/
form fieldset div select{background: url('/aym_image/aym_ico/aym_ico_arrow_select.png?332') no-repeat 95% / 15px var(--aym_white);}
form fieldset div textarea{min-height:150px;}
form fieldset div.aym_frm_textarea{position: relative;display:block;}
form fieldset div.aym_frm_textarea label{transform: none;color: var(--aym_tone_1);}
form fieldset div.aym_frm_textarea textarea{border: 1px solid var(--aym_tone_1);background-color: var(--aym_white) !important;color: var(--aym_tone_10);}
form fieldset div.aym_frm_textarea:after {bottom: 5px; content: attr(data-count); font-size: .8em; left: 10px; position: absolute;}
form fieldset div.aym_frm_textarea.limit:after {color: var(--aym_error);}
form fieldset div input.sho_pwd{background-image: url('/aymsite/aym_image/aym_icon/aym_hide_pass.png') !important;background-position: center;background-size: 100%;;cursor: pointer;margin: 0;padding: 0px;position: absolute;right: 6px;bottom: 13px;width: 20px;height: 20px;border: 0;background-repeat: no-repeat;background-color: transparent !important;}
form fieldset div input.sho_pwd:checked{background-image: url('/aymsite/aym_image/aym_icon/aym_show_pass.png') !important;}
form fieldset div.aym_check_content{display: flex;flex-flow: wrap;align-items: center;justify-content: space-between;}
form fieldset div.aym_check_content input, form fieldset div.aym_check_content.filled input{width: 15px;height: 15px;padding: 0;border-radius: 0;border: 1px solid var(--aym_tone_1);background-color: var(--aym_white) !important;}
form fieldset div.aym_check_content input:checked{border-color: var(--aym_tone_1);background-color: var(--aym_tone_1) !important;}
form fieldset div.aym_check_content label{width: calc(100% - 25px);padding-bottom: 0;color: var(--aym_gray);font-size: .8em;transform: none;}
form fieldset div.aym_frm_submit{text-align: center;padding: 10px 0;justify-content: center;}
form fieldset div.aym_frm_submit input[type=submit], form fieldset div.aym_frm_submit button{padding: 12px 15px;font-family: 'Medium';border: 0;background: var(--aym_tone_1);color: var(--aym_white);width: fit-content;font-size: 1em;text-transform: uppercase;border-radius: 2px;min-width: 150px;letter-spacing: 0.78px;cursor: pointer;}
form fieldset div.aym_frm_submit.danger input[type=submit], form fieldset div.aym_frm_submit.danger button{background: var(--aym_tone_2);color: var(--aym_white);}
form fieldset div.aym_frm_forgot p{font-size: .8em;width: 100%;text-align: center;color: var(--aym_tone_5);}
form fieldset div.aym_frm_forgot p a{color: var(--aym_tone_1);font-size: inherit;}
form fieldset div.aym_frm_forgot p.forgot{color: var(--aym_tone_5);text-align: right;}
form fieldset div.aym_frm_forgot p.forgot a{font-size: inherit;font-family: inherit;color: inherit;}
form fieldset div.error input,form fieldset div.error select,form fieldset div.error textarea {border-color: var(--aym_error) !important;}
form fieldset div.error input::placeholder,form fieldset div.error select::placeholder,form fieldset div.error textarea::placeholder {color: var(--aym_error);}
.aym_wrap_form{display: flex;flex-flow: wrap;align-items: center;justify-content: center;}
.aym_wrap_form form{width: 50%;}
/*========== FORMULARIOS INTERNOS ==========  */
.aym_wrap_form_internal h1{text-align: center;width: 100%;margin-bottom: 20px;font-family: 'SemiBold';font-size: 1em;color: var(--aym_tone_3);letter-spacing: 0.91px;}
/*.aym_wrap_form_internal form div input:not(.sho_pwd),.aym_wrap_form_internal form div select,.aym_wrap_form_internal form div textarea,
.aym_wrap_form_internal form div input:-internal-autofill-selected:not(.sho_pwd),.aym_wrap_form_internal form div select:-internal-autofill-selected,.aym_wrap_form_internal form div textarea:-internal-autofill-selected,
.aym_wrap_form_internal form div input:active:not(.sho_pwd),.aym_wrap_form_internal form div select:active,.aym_wrap_form_internal form div textarea:active,
.aym_wrap_form_internal form div input:focus:not(.sho_pwd),.aym_wrap_form_internal form div select:focus,.aym_wrap_form_internal form div textarea:focus{background: var(--aym_tone_1) !important;background-color: var(--aym_tone_1) !important;}*/

/*========== FORMAULARIOS DE LOGIN - CONTRASEÑA ==========*/
main.aym_main_login{align-items: center;display: flex;flex-flow: column;justify-content: center;min-height: 100vh;background-color: var(--aym_white);padding: 0;position: relative;}
main.aym_main_login::before{content: '';background: var(--aym_tone_1);width: 100%;height: 20vh;position: absolute;top: 0;left: 0;clip-path: polygon(0 0, 100% 100%, 100% 0);}
main.aym_main_login .register{padding: 30px 20px;}

.aym_form_login .aym_logo{width: 100%;margin-bottom: 30px;}
.aym_form_login .aym_logo figure{text-align: center;}
.aym_form_login .aym_logo figure img{height: 100px;width: auto;}
.aym_form_login .aym_form{width: 100%;}
.aym_form_login .aym_form h1{text-align: center;font-size: 1.15em;color: var(--aym_tone_15);margin-bottom: 15px;font-family: 'SemiBold';letter-spacing: 0.91px;}
.aym_form_login .aym_form h1.internal{text-align: left;font-size: 1.15em;}
main.aym_main_diligence .aym_form_login .aym_form h1.internal{width: 100%;text-align: center;color: var(--aym_tone_15);}
.aym_form_login .aym_form form fieldset div.aym_frm_submit{margin-top: 20px;}
.aym_form_login .aym_form form fieldset div{margin-bottom: 0;}
.aym_form_login .aym_img_log{width: 50%;margin: 20px auto;display: flex;max-width: 150px;}

/*========== FORMAULARIOS INTERNOS ==========*/
.aym_form_login .aym_form form.aym_form_intern fieldset div{margin-bottom: 20px;}
.aym_form_login .aym_form form.aym_form_intern fieldset div input, .aym_form_login .aym_form form.aym_form_intern fieldset div select{border-top: 0;border-left: 0;border-right: 0;}

.aym_form_login .aym_form form.aym_form_intern_two fieldset div label{position: relative;color: var(--aym_tone_15);font-family: 'Medium';left: 0;transform: none;font-size: .9em !important;}
.aym_form_login .aym_form form.aym_form_intern_two fieldset div input:not([type=submit]), .aym_form_login .aym_form form.aym_form_intern_two fieldset div textarea, .aym_form_login .aym_form form.aym_form_intern_two fieldset div select{background: var(--aym_tone_16) !important;background-color: var(--aym_tone_16) !important;border: 0;border-radius: 9px;color: var(--aym_tone_15);font-family: 'Regular';padding: 10px 20px;margin-bottom: 10px;font-size: .9em;}
.aym_form_login .aym_form form.aym_form_intern_two fieldset div input::placeholder, .aym_form_login .aym_form form.aym_form_intern_two fieldset div textarea::placeholder, .aym_form_login .aym_form form.aym_form_intern_two fieldset div select::placeholder{color: var(--aym_tone_15);font-family: 'Regular';font-size: .9em;}
.aym_form_login .aym_form form.aym_form_intern_two fieldset div.aym_check_content input{padding: 0;border: 1px solid var(--aym_tone_1);border-radius: 2px;margin: 0;}
.aym_form_login .aym_form form.aym_form_intern_two fieldset div.aym_check_content input:checked{background: var(--aym_tone_1) !important;}
.aym_form_login .aym_form form.aym_form_intern_two fieldset div.aym_frm_textarea:after{bottom: 20px;}
.aym_form_login .aym_form form.aym_form_intern_two fieldset div.error input, .aym_form_login .aym_form form.aym_form_intern_two fieldset div.error textarea, .aym_form_login .aym_form form.aym_form_intern_two fieldset div.error select{border: 1px solid;}
.aym_form_login .aym_form form.aym_form_intern_two fieldset div.error input::placeholder, .aym_form_login .aym_form form.aym_form_intern_two fieldset div.error textarea::placeholder, .aym_form_login .aym_form form.aym_form_intern_two fieldset div.error select::placeholder{color: var(--aym_error);}


/*========== MI CUENTA ==========  */
/*BG COLOR USER WITHOUT PHOTO*/
[class*=aym_uc_] {color: #fff;}
.aym_uc_1{background: #4EB9CB;}
.aym_uc_2{background: #009EA3;}
.aym_uc_3{background: #C6C802;}
.aym_uc_4{background: #F4BF10;}
.aym_uc_5{background: #8F187D;}
.aym_uc_6{background: #EC9000;}
.aym_uc_7{background: #E14E0A;}
.aym_uc_8{background: #C9033A;}
.aym_uc_9{background: #E45372;}
.aym_uc_0{background: #DC2E88;}

/* IMAGEN */
#aym_wrap_user{padding: 10px 20px;background: var(--aym_back);}
#aym_wrap_user .aym_tooltip_menu > figure {align-items: center;display: flex;justify-content: space-between;max-width: unset;width: 100%;flex-wrap: wrap;}
#aym_wrap_user .aym_tooltip_menu > figure > span {align-items: center;border-radius: 50%;cursor: pointer;display: flex;font-weight: bold;font-size: 2em;height: 88px;justify-content: center;line-height: 5px;position: relative;margin: auto;width: 88px;margin-bottom: 15px;}
#aym_wrap_user .aym_tooltip_menu > figure > span img {border-radius: 50%;}
/*
#aym_wrap_user .aym_tooltip_menu > figure > span:after {align-items: center; border-radius: 50%; content: ''; display: flex; height: 100%; justify-content: center; opacity: 0; position: absolute; transition: all .3s linear; visibility: hidden; width: 100%;}
#aym_wrap_user .aym_tooltip_menu > figure > span:before {align-items: center; color: #fff; content: '\f030'; display: inline-flex; font-family: "Font Awesome 5 Free"; font-weight: 900; height: 30px; left: calc(50% - 16px); opacity: 0; position: absolute; top:calc(50% - 16px); transition: all .3s linear; visibility: hidden; z-index: 2;}
#aym_wrap_user .aym_tooltip_menu > figure > span:hover:after {background: rgba(0,0,0,0.4); opacity: 1; visibility: visible;}
#aym_wrap_user .aym_tooltip_menu > figure > span:hover:before {background: rgba(0,0,0,0.4); opacity: .8; visibility: visible;}
*/
#aym_wrap_user .aym_tooltip_menu > figure figcaption {width: 100%;text-align: center;}
#aym_wrap_user .aym_tooltip_menu > figure figcaption p {width: 100%;margin-bottom:5px;text-align: center;font-size: .9em;}
#aym_wrap_user .aym_tooltip_menu > figure figcaption p strong{color: var(--aym_tone_1);}


/*========== PAGE MY ACCOUNT ==========  */
#aym_wrap_my_account {margin:0 auto;background-color: var(--aym_tone_14);padding: 0;}

.aym_section_account{padding: 10px 20px;background: var(--aym_back);}
.aym_section_account h4{font-size: .95em;color: var(--aym_tone_1);font-family: 'Bold';margin-bottom: 15px;display: none;}
.aym_section_account a{font-family: 'Regular';font-size: .85em;color: var(--aym_tone_11);width: 100%;display: flex;align-items: center;margin-bottom: 20px;}
.aym_section_account a i{margin-right: 20px;font-size: .9em;}
.aym_section_account a img{height: 25px;width: auto;}
.aym_section_account a.logout{font-size: .7em;justify-content: flex-end;color: var(--aym_tone_1);margin-top: 40px;}
.aym_section_account a.logout i{margin-left: 10px;margin-right: 0;color: var(--aym_tone_1);}

.aym_section_account div h4{font-size: .95em;color: var(--aym_tone_1);font-family: 'Bold';margin-bottom: 15px;display: none;width: 100%;}
.aym_section_account div{width: 100%;margin: auto;border: 1px solid var(--aym_gray);border-radius: 17px;padding: 10px;display: flex;flex-flow: wrap;justify-content: center;}
.aym_section_account div a{font-family: 'Medium';font-size: .5em;color: var(--aym_tone_11);width: calc(33% - 10px);display: inline-grid;align-items: center;margin: 5px;justify-content: center;text-align: center;letter-spacing: 0.58px;}
.aym_section_account div a i, .aym_section_account div a span{font-size: 3em;color: var(--aym_tone_1);margin: 0 auto 5px;width: 27px;height: 27px;}
.aym_section_account div a img{height: 25px;width: auto;}
.aym_section_account div a.logout{font-size: .7em;justify-content: flex-end;color: var(--aym_tone_1);margin-top: 40px;}
.aym_section_account div a.logout i{margin-left: 10px;margin-right: 0;color: var(--aym_tone_1);}


/* LINKS DE USUARIO */
.aym_link_user{margin-top: 20px;width: 90%;margin: auto;display: flex;flex-flow: wrap;}
.aym_link_user a{width: 100%; margin-bottom: 10px; padding: 7px 10px;background: var(--aym_tone_1);border-radius: 5px;color: var(--aym_tone_5);font-family: 'Regular';font-size: .9em;transition: all .5s linear;text-align: center;}

/* LINKS OTROS */
/* .aym_link_return{display: flex;padding: 0 20px;position: fixed;top: 95px;z-index: 11;left: 0;width: fit-content;} */
.aym_link_return{display: flex;width: fit-content;position: fixed;top: 60px;z-index: 10;padding-left: 20px;}
.aym_link_return i{color: var(--aym_tone_1);font-size: 1.2em;}
.aym_main_pay .aym_link_return{padding: 0;top: 20px;}
.aym_link{padding: 12px 15px;font-family: 'Medium';border: 0;background: var(--aym_tone_1);color: var(--aym_white);width: fit-content;font-size: 1em;text-transform: uppercase;border-radius: 2px;min-width: 150px;letter-spacing: 0.78px;margin: auto;}

/*========== CARRUSEL ==========*/
.owl-carousel .owl-stage {display: flex;/*align-items: center;*/}

/*========== ICONOS ==========*/
.aym_icon{width: 23px;height: 24px;background-position: center;background-repeat: no-repeat;background-size: contain;display: flex;}
.aym_icon.aym_ico_profile{/*background-image: url('/aym_image/aym_ico/aym_ico_profile.png');*/}
.aym_icon.aym_ico_cart{/*background-image: url('/aym_image/aym_ico/aym_ico_shopping_cart_empty.png');*/}
.aym_icon.aym_ico_search{background-image: url('/aym_image/aym_ico/aym_ico_search.png');}
.aym_icon.aym_ico_location{/*background-image: url('/aym_image/aym_ico/aym_ico_location.png');*/}
.aym_icon.aym_ico_location_account{background-image: url('/aym_image/aym_ico/aym_ico_location_account.png');}
.aym_icon.aym_ico_order_account{background-image: url('/aym_image/aym_ico/aym_ico_order_account.png');}
.aym_icon.aym_ico_info_account{background-image: url('/aym_image/aym_ico/aym_ico_info_account.png');}
.aym_icon.aym_ico_password_account{background-image: url('/aym_image/aym_ico/aym_ico_password_account.png');background-size: 155%;}
.aym_icon.aym_ico_delete_account{background-image: url('/aym_image/aym_ico/aym_ico_delete_account.png');}
.aym_icon.aym_ico_home{background-image: url('/aym_image/aym_ico/aym_ico_home_2025.png');}
.aym_icon.aym_ico_shop{background-image: url('/aym_image/aym_ico/aym_ico_shop_2025.png');}
.aym_icon.aym_ico_diligence{background-image: url('/aym_image/aym_ico/aym_ico_diligence_2025.png');}
.aym_icon.aym_ico_directory{background-image: url('/aym_image/aym_ico/aym_ico_directory_2025.png');}
.aym_icon.aym_ico_advertising_f{background-image: url('/aym_image/aym_ico/aym_ico_advertising_2025.png');}
.aym_icon.aym_ico_services{background-image: url('/aym_image/aym_ico/aym_ico_services_2025.png');}
.aym_icon.aym_ico_arrow_white{background-image: url('/aym_image/aym_ico/aym_ico_arrow_white.png');}
.aym_icon.aym_ico_explore{background-image: url('/aym_image/aym_ico/aym_ico_explore.png');}

/*========== ICONOS ESTRELLAS ==========*/
.aym_ico_star{width: 13px;height: 13px;background-repeat: no-repeat;background-size: contain;background-position: center;background-position: center;margin: 0 5px 0 0;display: flex;}
.aym_ico_star.full{background-image: url('/aym_image/aym_ico/aym_ico_star_active.png?1');}
.aym_ico_star.aym_ico_star_point{background-image: url('/aym_image/aym_ico/aym_ico_star.png');}
.aym_ico_star.aym_ico_star_point_1{background-image: url('/aym_image/aym_ico/aym_ico_star_point_1.png?1');}
.aym_ico_star.aym_ico_star_point_2{background-image: url('/aym_image/aym_ico/aym_ico_star_point_2.png?1');}
.aym_ico_star.aym_ico_star_point_3{background-image: url('/aym_image/aym_ico/aym_ico_star_point_3.png?1');}
.aym_ico_star.aym_ico_star_point_4{background-image: url('/aym_image/aym_ico/aym_ico_star_point_4.png?1');}
.aym_ico_star.aym_ico_star_point_5{background-image: url('/aym_image/aym_ico/aym_ico_star_point_5.png?1');}
.aym_ico_star.aym_ico_star_point_6{background-image: url('/aym_image/aym_ico/aym_ico_star_point_6.png?1');}
.aym_ico_star.aym_ico_star_point_7{background-image: url('/aym_image/aym_ico/aym_ico_star_point_7.png?1');}
.aym_ico_star.aym_ico_star_point_8{background-image: url('/aym_image/aym_ico/aym_ico_star_point_8.png?1');}
.aym_ico_star.aym_ico_star_point_9{background-image: url('/aym_image/aym_ico/aym_ico_star_point_9.png?1');}

/*========== TITULOS ==========*/
div.aym_title{width: 100%;display: flex;align-items: center;justify-content: space-between;margin-bottom: 10px;}
div.aym_title h2{font-size: .8em;font-family: 'SemiBold';color: var(--aym_black);text-transform: uppercase;letter-spacing: 0.65px;}
div.aym_title a{font-size: .75em;font-family: 'Regular';background-color: var(--aym_tone_2);color: var(--aym_white);padding: 5px 10px;border-radius: 16px;display: flex;align-items: center;justify-content: space-between;}
div.aym_title a span{width: 13px;height: 13px;margin-left: 10px;}
div.aym_title.explore a span{margin-left: 0;margin-right: 10px;width: 16px;}
div.aym_title.shop{padding: 0 20px;}

/*========== CATEGORIAS DESTACADAS ==========*/
.aym_wrap_category_featured{overflow: hidden;}
.aym_wrap_category_featured article{padding: 0 0 10px;border-bottom: 1px solid var(--aym_border);}
.aym_wrap_category_featured .aym_item{width: 100%;display: flex;align-items: center;justify-content: center;flex-flow: wrap;padding: 5px 0;}
.aym_wrap_category_featured .aym_item figure{width: 70px;height: 70px;margin-bottom: 5px;}
.aym_wrap_category_featured .aym_item figure img{width: 100%;height: 100%;object-fit: contain;object-position: center;}
.aym_wrap_category_featured .aym_item figcaption{font-size: .5em;width: 100%;text-align: center;color: var(--aym_tone_15);letter-spacing: 0.46px;text-transform: uppercase;font-family: 'Bold';}


/*========== BANNER PRINCIPAL ==========*/
.aym_wrap_banner_home{margin-top: 20px;}
.aym_wrap_banner_home #aym_wrap_banner .owl-item .aym_item{position: relative;width: 100%;display: flex;padding: 5px;flex-flow: wrap;}
.aym_wrap_banner_home #aym_wrap_banner .owl-item .aym_item img{width: 100%;height: auto;border-radius: 10px;overflow: hidden;}
.aym_wrap_banner_home #aym_wrap_banner .owl-item .aym_item figcaption{width: 100%;padding: 10px 0;}
.aym_wrap_banner_home #aym_wrap_banner .owl-item .aym_item figcaption h2{color: var(--aym_tone_2);width: 100%;text-align: center;}
.aym_wrap_banner_home #aym_wrap_banner .owl-item .aym_item figcaption p{width: 100%;text-align: center;font-size: .9em;color: var(--aym_gray);}

/*========== DILIGENCIAS HOME ==========*/
.aym_wrap_diligence{margin-top: 20px;}
.aym_wrap_diligence article{display: grid;grid-template-columns: repeat(3, 1fr);}
.aym_wrap_diligence article .aym_title{grid-column-start: 1;grid-column-end: 4;margin-bottom: 20px;}
.aym_wrap_diligence .aym_item{width: 100%;display: flex;align-items: center;justify-content: center;flex-flow: wrap;padding-bottom: 10px;}
.aym_wrap_diligence .aym_item figure{width: 80px;height: 80px;margin-bottom: 5px;}
.aym_wrap_diligence .aym_item figure img{width: 100%;height: 100%;object-fit: contain;object-position: center;}
.aym_wrap_diligence .aym_item figcaption{font-size: .8em;width: 100%;text-align: center;color: var(--aym_tone_15);text-transform: uppercase;font-family: 'SemiBold';letter-spacing: 0.65px;}

/*========== BANNER CENTRAL ==========*/
.aym_wrap_banner_home_center{margin-bottom: 20px;}
.aym_wrap_banner_home_center #aym_wrap_banner_center .aym_item{position: relative;width: 100%;display: flex;padding: 5px;}
.aym_wrap_banner_home_center #aym_wrap_banner_center .aym_item img{width: 100%;height: auto;border-radius: 0;overflow: hidden;}
.aym_wrap_banner_home_center #aym_wrap_banner_center .aym_item figcaption{display: none;}

/*========== COMERCIOS DESTACADOS ==========*/
.aym_wrap_shop_featured .aym_title{padding-top: 20px;}
.aym_wrap_shop_featured #aym_wrap_shop_featured_carousel{padding-bottom: 20px;border-bottom: 1px solid var(--aym_border);}
.aym_wrap_shop_featured #aym_wrap_shop_featured_carousel .owl-item{padding: 5px;}
.aym_wrap_shop_featured #aym_wrap_shop_featured_carousel .aym_item{width: 100%;}
.aym_wrap_shop_featured #aym_wrap_shop_featured_carousel .aym_item figure{width: 100%;border-radius: 2px;overflow: hidden;margin-bottom: 10px;display: flex;}
.aym_wrap_shop_featured #aym_wrap_shop_featured_carousel .aym_item figure img{width: 100%;height: 75px;object-fit: cover;object-position: center;}
.aym_wrap_shop_featured #aym_wrap_shop_featured_carousel .aym_item figure img.empty{width: auto;height: 160px;margin: auto;}
.aym_wrap_shop_featured #aym_wrap_shop_featured_carousel .aym_item figcaption{display: flex;align-items: center;justify-content: space-between;}
.aym_wrap_shop_featured #aym_wrap_shop_featured_carousel .aym_item figcaption h4{font-size: .6em;width: 100%;font-family: 'SemiBold';letter-spacing: 0.46px;}
.aym_wrap_shop_featured #aym_wrap_shop_featured_carousel .aym_item figcaption div{display: flex;align-items: center;background: var(--aym_tone_1);padding: 3px;border-radius: 2px;}
.aym_wrap_shop_featured #aym_wrap_shop_featured_carousel .aym_item figcaption div span{filter: brightness(100);width: 10px;height: 10px;}
.aym_wrap_shop_featured #aym_wrap_shop_featured_carousel .aym_item figcaption div p{font-size: .5em;font-family: 'Light';color: var(--aym_white);}

/*========== BANNER TRÁMITES ==========*/
.aym_wrap_banner_formalities{padding: 0;margin: 20px auto;}
.aym_wrap_banner_formalities .aym_title{max-width: 990px;margin: 0 auto 15px;padding: 0 20px;}
.aym_wrap_banner_formalities .aym_wrap_banner_formalities_carousel .aym_item{width: 100%;display: block;}
.aym_wrap_banner_formalities .aym_wrap_banner_formalities_carousel .aym_item figcaption{display: none;}
.aym_wrap_banner_formalities #aym_wrap_banner_formalities_carousel .aym_item{width: 100%;display: block;}
.aym_wrap_banner_formalities #aym_wrap_banner_formalities_carousel .aym_item figcaption{display: none;}

/*========== DIRECOTRIO DESTACADOS ==========*/
.aym_wrap_partner .aym_link_return{padding-left: 0;}
.aym_wrap_partner_featured{margin-top: 20px;overflow: hidden;}
.aym_wrap_partner_featured .aym_title{border-top: 1px solid var(--aym_border);padding-top: 20px;}
.aym_wrap_partner_featured #aym_wrap_partner_featured_carousel{padding-bottom: 60px;}
.aym_wrap_partner_featured #aym_wrap_partner_featured_carousel .owl-stage-outer{overflow: inherit;}
.aym_wrap_partner_featured #aym_wrap_partner_featured_carousel .owl-item{padding: 5px;margin-left: -10px;}
.aym_wrap_partner_featured #aym_wrap_partner_featured_carousel .aym_item{width: 100%;}
.aym_wrap_partner_featured #aym_wrap_partner_featured_carousel .aym_item.last{background-image: url('/aym_image/aym_ico/aym_ico_services_featured.png');background-position: center;background-size: contain;height: 150px;display: block;position: relative;background-repeat:no-repeat;}
.aym_wrap_partner_featured #aym_wrap_partner_featured_carousel .aym_item.last h4{color: var(--aym_tone_1);text-align: center;position: absolute;bottom: -40px;left: 0;right: 0;margin: auto;}
.aym_wrap_partner_featured #aym_wrap_partner_featured_carousel .aym_item figure{width: 100%;height: 150px; border-radius: 10px;overflow: hidden;margin-bottom: 10px;display: flex;align-items: center;justify-content: center;}
.aym_wrap_partner_featured #aym_wrap_partner_featured_carousel .aym_item figure img{width: 100%;height: 100%;object-fit: contain;object-position: center;}
.aym_wrap_partner_featured #aym_wrap_partner_featured_carousel .aym_item figure img.empty{height: 70%;width: auto;margin: auto;object-fit: cover;}
.aym_wrap_partner_featured #aym_wrap_partner_featured_carousel .aym_item figcaption h4{font-size: .75em;width: 100%;margin-bottom: 10px;font-family: 'Regular';min-height: 40px;display: flex;align-items: center;justify-content: center;text-align: center;}
.aym_wrap_partner_featured #aym_wrap_partner_featured_carousel .aym_item figcaption div{display: flex;align-items: center;justify-content: center;}
.aym_wrap_partner_featured #aym_wrap_partner_featured_carousel .aym_item figcaption div p{font-size: .76em;margin-right: 5px;font-family: 'Light';}
.aym_wrap_partner_featured #aym_wrap_partner_featured_carousel .aym_item figcaption div p.count{background: var(--aym_tone_1);border-radius: 50%;height: 15px;width: 15px;color: var(--aym_white);font-family: 'Bold';margin-left: 5px;display: flex;align-items: center;justify-content: center;align-content: center;}

/*========== MIS DIRECCIONES ==========*/
.wrap_list_headquarter h1{text-align: center;font-size: 1.15em;color: var(--aym_tone_15);margin-bottom: 15px;font-family: 'SemiBold';letter-spacing: 0.91px;}
.wrap_list_headquarter ul{margin: 20px 0	;}
.wrap_list_headquarter ul li{margin-bottom: 15px;font-size: 1em;cursor: pointer;text-transform: lowercase;position: relative;padding: 0 20px 15px;border-bottom: 1px solid var(--aym_border);transition: all .5s linear;}
.wrap_list_headquarter ul li:last-child{padding-bottom: 0;border-bottom: 0;}
.wrap_list_headquarter ul li i{position: absolute;left: 0;color: var(--aym_tone_2);font-size: .8em;top: 5px;}
.wrap_list_headquarter ul li i.edit{left: auto;right: 0;}
.wrap_list_headquarter ul li::first-letter{text-transform: uppercase;}

/*========== MAPA DE GOOGLE ==========  */
.aym_google_map_title{font-family: 'Bold';color: var(--aym_tone_1);font-size: .9em;margin: 10px 0;}
#aym_google_map_coverage{width: 100%;height: 400px;position: relative;display:block;margin-bottom: 10px;}
#aym_google_map_coverage .gm-svpc, #aym_google_map_coverage .gm-style-mtc, #aym_google_map_coverage .gm-fullscreen-control, .gmnoprint a, .gm-style-cc{display: none !important;}
.aym_main_login #aym_google_map_coverage{height: 0;}
.pac-container::after{display: none !important;}

/*========== AGREGAR / EDIAR DIRECCIONES ==========  */
.aym_wrap_edit_headquarter{padding: 0;}
.aym_wrap_edit_headquarter h1, .aym_wrap_edit_headquarter form{padding: 0 20px;}
.aym_form_login .aym_form form.aym_form_intern .aym_client_headquarter_names{display: flex;align-items: center;justify-content: flex-start;}
.aym_form_login .aym_form form.aym_form_intern .aym_client_headquarter_names div {margin: 5px;position: relative;width: 100px;padding: 5px;cursor: pointer;height: 30px;}
.aym_form_login .aym_form form.aym_form_intern .aym_client_headquarter_names div input{position: absolute;z-index: 1;background: transparent;border-radius: 0;border: 1px solid var(--aym_tone_1);overflow: hidden;top: 0;left: 0;width: 100%;height: 100%;cursor: pointer;}
.aym_form_login .aym_form form.aym_form_intern .aym_client_headquarter_names div label{font-size: .8em !important;text-align: center;color: var(--aym_tone_1);transform: none;padding-bottom: 0;display: flex;flex-flow: wrap;justify-content: center;align-items: center;width: 100%;left: 0;}
.aym_form_login .aym_form form.aym_form_intern .aym_client_headquarter_names div.filled label{color: var(--aym_tone_1);}
.aym_form_login .aym_form form.aym_form_intern .aym_client_headquarter_names div label i{display: none;}
.aym_form_login .aym_form form.aym_form_intern .aym_client_headquarter_names div input:checked{background: var(--aym_tone_1);}
.aym_form_login .aym_form form.aym_form_intern .aym_client_headquarter_names div input:checked ~ label i, .aym_form_login .aym_form form.aym_form_intern .aym_client_headquarter_names div input:checked ~ label{color: var(--aym_white);}

/* BUSCAR DIRECCÓN*/
.aym_search_address{position: fixed;background: #757575c2;z-index: 11;top: 100%;left: 0;width: 100vw;height: 100vh;display: none;align-items: flex-end;animation-name: headquarterclose; animation-duration: .4s; animation-fill-mode: forwards;opacity: 0;padding: 0;max-width: none;}
.aym_search_address.active{animation-name: headquarter; animation-delay: .5s; animation-duration: .8s; animation-fill-mode: forwards; top:0;display: flex;}
.aym_search_address > article{padding: 20px 25px;background: var(--aym_white);border-top-left-radius: 30px;border-top-right-radius: 30px;height: 94vh;overflow: auto;position: relative;display: block;width: 100%;}
.aym_search_address > article .aym_close_search_address{position: fixed;top: 7vh;left: 0;right: 0;margin: auto;	display: flex;align-items: center;justify-content: center;border-radius: 50%;cursor: pointer;}
.aym_search_address > article .aym_close_search_address i{color: var(--aym_tone_11);font-size: 1em;}
.aym_search_address > article div.city{margin: 10px 0 0;position: relative;display: block;width: 100%;}
.aym_search_address > article div.city label{font-size: .9em;font-family: 'Regular';color: var(--aym_tone_1);padding-bottom: 5px;display: flex;width: 100%;transition: all .3s linear;}
.aym_search_address > article div.city select{width: 100%;border-radius: 30px;background: var(--aym_white);border: 1px solid var(--aym_tone_12);color: #2D2C2C;font-family: 'Regular';font-size: .8em;padding: 11px 30px;}
.aym_search_address > article div.aym_search{margin: 10px 0 0;position: relative;display: block;width: 100%;}
.aym_search_address > article div.aym_search .aym_icon{position: absolute;width: 15px;height: 17px;top: 0;bottom: 0;left: 10px;margin: auto;}
.aym_search_address > article div.aym_search input{width: 100%;border-radius: 0;background: var(--aym_white);border: 1px solid var(--aym_tone_11);color: var(--aym_tone_11);font-family: 'Regular';font-size: .9em;padding: 11px 30px;box-shadow: 0px 3px 6px #00000029;}
.aym_search_address > article div.aym_search input::placeholder{color: var(--aym_tone_11);font-family: 'Regular';font-size: .9em;}


/* CONFIRMAR DIRECCÓN*/
.aym_confirm_address{position: fixed;background: #000000a6;z-index: 11;top: 100%;left: 0;width: 100vw;height: 100vh;display: none;align-items: flex-end;animation-name: headquarterclose; animation-duration: .3s; animation-fill-mode: forwards;opacity: 0;padding: 0;max-width: none;}
.aym_confirm_address.active{animation-name: headquarter; animation-delay: .2s; animation-duration: .3s; animation-fill-mode: forwards; top:0;display: flex;}
.aym_confirm_address > article{background: var(--aym_white);height: 100vh;overflow: auto;position: relative;display: block;width: 100%;}
.aym_confirm_address > article #aym_google_map_coverage{height: 70%;}
.aym_confirm_address > article .my_add{font-size: .8em;color: var(--aym_tone_10);margin: 10px 0;padding: 0 20px;}
.aym_confirm_address > article .button{display: flex;flex-flow: wrap;justify-content: center;align-items: baseline;padding: 20px;}
.aym_confirm_address > article .confirm{padding: 12px 15px;font-family: 'Medium';border: 0;background: var(--aym_tone_1);color: var(--aym_white);width: fit-content;font-size: 1em;text-transform: uppercase;border-radius: 2px;min-width: 180px;text-align: center;letter-spacing: 1.04px;}
.aym_confirm_address > article .aym_header_confirm{padding: 20px;display: flex;justify-content: center;background: var(--aym_tone_1);position: relative;}
.aym_confirm_address > article .aym_header_confirm .cancelar{position: absolute;color: var(--aym_white);left: 20px;font-size: 1.2em;top: 0;bottom: 0;margin: auto;height: fit-content;}
.aym_confirm_address > article .aym_header_confirm p{color: var(--aym_white);text-transform: uppercase;letter-spacing: 0.84px;}

@keyframes headquarter{
	0%{top: 100%;opacity : 0;}
	100%{top:0;opacity : 1;}
}
@keyframes headquarterclose{
	0%{top: 0;opacity : 1;}
	100%{top:100%;opacity : 0;}
}

/*========== FUNCIÓN SELECCIONAR DIRECCIÓN ==========  */
.aym_client_headquarter_select{position: fixed;background: #000000a6;z-index: 11;top: 100%;left: 0;width: 100vw;height: 100vh;display: none;align-items: flex-end;animation-name: headquarterclose; animation-duration: .4s; animation-fill-mode: forwards;opacity: 0;}
.aym_client_headquarter_select.active{animation-name: headquarter; animation-delay: .5s; animation-duration: .8s; animation-fill-mode: forwards; top:0;display: flex;}
.aym_client_headquarter_select > article{padding: 20px 25px;background: var(--aym_white);border-top-left-radius: 30px;border-top-right-radius: 30px;height: 94vh;overflow: auto;position: relative;display: block;width: 100%;}
.aym_client_headquarter_select > article .aym_close_headquarter{position: fixed;top: 6vh;left: 0;right: 0;margin: auto;	display: flex;align-items: center;justify-content: center;border-radius: 50%;cursor: pointer;}
.aym_client_headquarter_select > article .aym_close_headquarter i{color: var(--aym_tone_11);font-size: 1em;}
.aym_client_headquarter_select > article .aym_add_new_headquarter{margin-bottom: 20px;position: relative;display: block;width: 100%;}
.aym_client_headquarter_select > article .aym_add_new_headquarter .aym_icon{position: absolute;width: 15px;height: 17px;top: 0;bottom: 0;left: 10px;margin: auto;}
.aym_client_headquarter_select > article .aym_add_new_headquarter p{width: 100%;border-radius: 0;background: var(--aym_white);border: 1px solid var(--aym_tone_11);color: var(--aym_tone_11);font-family: 'Regular';font-size: .9em;padding: 11px 30px;box-shadow: 0px 3px 6px #00000029;}
.aym_client_headquarter_select > article h3{color: var(--aym_tone_15);font-size: 1em;font-family: 'SemiBold';margin-bottom: 10px;letter-spacing: 0.75px;}
.aym_client_headquarter_select > article ul{margin-bottom: 10px;}
.aym_client_headquarter_select > article ul li{margin-bottom: 10px;font-size: .8em;cursor: pointer;text-transform: lowercase;position: relative;padding-left: 20px;padding-bottom: 10px;border-bottom: 1px solid var(--aym_border);}
.aym_client_headquarter_select > article ul li:last-child{padding-bottom: 0;border-bottom: 0;}
.aym_client_headquarter_select > article ul li i{position: absolute;left: 0;color: var(--aym_tone_11);font-size: .8em;top: 3px;}
.aym_client_headquarter_select > article ul li.active{color: var(--aym_tone_1);}
.aym_client_headquarter_select > article ul li.active i{color: var(--aym_tone_1);font-size: 1em;}
.aym_client_headquarter_select > article ul li::first-letter{text-transform: uppercase;}

/*========== MIS PEDIDOS ==========*/
.aym_wrap_list_order h1{text-align: center;font-size: 1.15em;color: var(--aym_tone_15);margin-bottom: 15px;font-family: 'SemiBold';letter-spacing: 0.91px;}
.aym_wrap_list_order div{width: 100%;display: grid;grid-template-columns: 1fr;grid-gap: 10px;}
.aym_wrap_list_order div .aym_item{position: relative;background: #EAEEF4;border-radius: 10px;padding: 5px 10px;}
.aym_wrap_list_order div .aym_item::before{background: var(--aym_border);width: 100%;height: 2px;position: absolute;bottom: 0;}
.aym_wrap_list_order div .aym_item div{display: flex;align-items: center;margin-bottom: 3px;}
.aym_wrap_list_order div .aym_item div b{color: var(--aym_tone_10);margin-right: 10px;font-size: .75em;width: 15%;font-family: 'SemiBold';}
.aym_wrap_list_order div .aym_item div span{text-transform: lowercase;font-size: .7em;}
.aym_wrap_list_order div .aym_item div span::first-letter{text-transform: uppercase;}
.aym_wrap_list_order div .aym_item div:last-child span:last-child{color: var(--aym_white);padding: 3px 5px;border-radius: 5px;background-color: var(--aym_tone_4);}
.aym_wrap_list_order div .aym_item div.danger span:last-child{background-color: var(--aym_tone_7);}
.aym_wrap_list_order div .aym_item div.info span:last-child{background-color: var(--aym_tone_2);}

/*========== MIS DILIGENCIAS ==========*/
#aym_wrap_my_diligences h1{text-align: center;font-size: 1.15em;color: var(--aym_tone_15);margin-bottom: 15px;font-family: 'SemiBold';letter-spacing: 0.91px;}
#aym_wrap_my_diligences .aym_wrap_diligence{margin-top: 0;}
#aym_wrap_my_diligences .aym_wrap_diligence article{border-top: 0;padding-top: 0;margin-bottom: 20px;}
#aym_wrap_my_diligences div{width: 100%;display: grid;grid-template-columns: 1fr;grid-gap: 10px;}
#aym_wrap_my_diligences div .aym_item{position: relative;background: #EAEEF4;border-radius: 10px;padding: 5px 10px;}
#aym_wrap_my_diligences div .aym_item::before{background: var(--aym_border);width: 100%;height: 2px;position: absolute;bottom: 0;}
#aym_wrap_my_diligences div .aym_item div{display: flex;align-items: center;margin-bottom: 3px;}
#aym_wrap_my_diligences div .aym_item div b{color: var(--aym_tone_10);margin-right: 10px;font-size: .75em;width: 15%;font-family: 'SemiBold';}
#aym_wrap_my_diligences div .aym_item div span{text-transform: lowercase;font-size: .7em;}
#aym_wrap_my_diligences div .aym_item div span::first-letter{text-transform: uppercase;}
#aym_wrap_my_diligences div .aym_item div.danger span:last-child{background-color: var(--aym_tone_2);color: var(--aym_white);padding: 3px 5px;border-radius: 5px;}

/* AGREGAR DILIGENCIA */
h3.aym_val_far{color: var(--aym_tone_1);}
/* DETALLE */
.aym_wrap_detail_diligence hr{margin: 0;}
.aym_wrap_detail_diligence > h1{text-align: center;font-size: 1.15em;color: var(--aym_tone_15);margin-bottom: 15px;font-family: 'SemiBold';letter-spacing: 0.91px;}
.aym_wrap_detail_diligence div{display: flex;flex-flow: wrap;margin-bottom: 10px;}
.aym_wrap_detail_diligence div span{width: 75%;font-size: .9em;text-transform: lowercase;}
.aym_wrap_detail_diligence div span::first-letter{text-transform: uppercase;}
.aym_wrap_detail_diligence div span:first-child{width: 25%;font-family: 'SemiBold';color: var(--aym_tone_1);}
.aym_wrap_detail_diligence center{display: flex;align-items: center;width: 100%;}
.aym_wrap_detail_diligence table{width: 100%;border-collapse: collapse;}
.aym_wrap_detail_diligence table thead tr{background: var(--aym_tone_1);}
.aym_wrap_detail_diligence table thead tr th{color: var(--aym_white);padding: 5px;font-size: .9em;}
.aym_wrap_detail_diligence table tfoot tr th{color: var(--aym_white);padding: 5px;font-size: .9em;background: var(--aym_tone_1);}
.aym_wrap_detail_diligence table tbody tr:nth-child(even){background: #ebebeb;}
.aym_wrap_detail_diligence table tbody tr td{padding: 5px;font-size: .7em;}
.aym_wrap_detail_diligence table.aym_resumen{width: 50%;margin-left: auto;}

/* DETALLE PEDIDO*/
.aym_wrap_detail_order hr{margin: 0;}
.aym_wrap_detail_order > h1{text-align: center;font-size: 1.15em;color: var(--aym_tone_15);margin-bottom: 15px;font-family: 'SemiBold';letter-spacing: 0.91px;}
.aym_wrap_detail_order div{display: flex;flex-flow: wrap;margin-bottom: 10px;position: relative;padding-bottom: 10px;justify-content: space-between;align-items: center;}
.aym_wrap_detail_order > div::before{position: absolute;content: '';width: calc(100% - 75px);right: 0;height: 1px;background: rgb(120 120 120 / 35%);bottom: 0;}
.aym_wrap_detail_order div span{width: calc(100% - 75px);display: flex;align-items: center;}
.aym_wrap_detail_order div span p{font-size: .9em;text-transform: lowercase;font-family: 'Medium';}
.aym_wrap_detail_order div span p::first-letter{text-transform: uppercase;}
.aym_wrap_detail_order div span:first-child{width: 70px;height: 35px;display: flex;align-items: center;justify-content: center;}
.aym_wrap_detail_order div span:first-child i{color: var(--aym_tone_1);font-size: 1.8em;}
.aym_wrap_detail_order div.aym_order_product{padding-bottom: 10px;display: flex;flex-flow: wrap;justify-content: space-between;margin-bottom: 10px;background: var(--aym_white);position: relative;}
.aym_wrap_detail_order div.aym_order_product::before{content: '';width: calc(100% - 75px);right: 0;background: rgb(120 120 120 / 35%);height: 1px;bottom: 0;position: absolute;}
.aym_wrap_detail_order div.aym_order_product:last-child::before{display: none;}
.aym_wrap_detail_order div.aym_order_product figure{width: 70px;height: 50px;border-radius: 5px;background: #EAEEF4;padding: 5px;}
.aym_wrap_detail_order div.aym_order_product figure img{width: 100%;height: 100%;mix-blend-mode: multiply;object-fit: contain;object-position: center;}
.aym_wrap_detail_order div.aym_order_product figcaption{width: calc(100% - 80px);position: relative;}
.aym_wrap_detail_order div.aym_order_product figcaption h2{font-size: .9em;color: var(--aym_tone_15);font-family: 'Medium';width: calc(100% - 65px);}
.aym_wrap_detail_order div.aym_order_product figcaption .aym_sho_pri{font-size: .75em;color: var(--aym_tone_1);font-family: 'Bold';}
.aym_wrap_detail_order div.aym_order_product figcaption p{position: absolute;right: 10px;top: 0;font-size: .8em;font-family: 'Medium';}

.aym_wrap_detail_order table{width: 100%;border-collapse: collapse;margin: 20px 0 50px;background: #EAEEF4;border-radius: 11px;padding: 10px;display: flex;}
.aym_wrap_detail_order table tbody{width: 100%;display: flex;flex-flow: wrap;}
.aym_wrap_detail_order table tbody tr{width: 100%;display: flex;flex-flow: wrap;padding: 10px 0;}
.aym_wrap_detail_order table tbody tr td:first-child{width: 80%;}
.aym_wrap_detail_order table tbody tr td:last-child{width: 20%;text-align: right;}
.aym_wrap_detail_order table tbody tr td{padding: 5px;font-size: .7em;font-family: 'Medium';}

.aym_order_pay{display: flex;flex-flow: wrap;justify-content: space-between;padding: 20px;border-top-left-radius: 11px;border-top-right-radius: 11px; box-shadow: 0px -1px 6px #00000060;margin-top: 40px;position: fixed;width: 100%;left: 0;bottom: 0;background: var(--aym_white);z-index: 11;}
.aym_order_pay::before{display: none;}
.aym_order_pay .aym_order_pay_total{width: 30%;padding: 0;margin: 0;display: flex;flex-flow: wrap;align-items: center;height: fit-content;}
.aym_order_pay .aym_order_pay_total p{width: 100%;font-family: 'Bold';font-size: .8em;}
.aym_order_pay .aym_order_pay_total b{width: 100%;font-family: 'Bold';color: var(--aym_tone_1);font-size: 1.23em;}
.aym_order_pay .aym_wrap_form{width: 65%;display: flex;flex-flow: wrap;align-items: center;height: fit-content;justify-content: flex-end;}
.aym_order_pay .aym_wrap_form form{width: 45%;}
.aym_order_pay .aym_wrap_form form:last-child{margin-left: 5%;}
.aym_order_pay .aym_wrap_form form fieldset, .aym_order_pay .aym_wrap_form form fieldset div.aym_frm_submit{width: 100%;margin: 0;padding: 0;}
.aym_order_pay .aym_wrap_form form fieldset div.aym_frm_submit input[type=submit], .aym_order_pay .aym_wrap_form form fieldset div.aym_frm_submit button{min-width: auto;width: 100%;}



.aym_align_right{text-align: right !important;}
.aym_align_center{text-align: center !important;}

/*========== CARRITO DE COMPRAS ==========*/
.aym_wrap_cart h1{font-size: 1.2em;width: 100%;text-align: center;margin-bottom: 10px;color: var(--aym_tone_15);}
/* CARRITO VACIO*/
#aym_cart_empty{width: 100%;}
#aym_cart_empty h3{text-align: center;width: 100%;color: var(--aym_tone_1);font-size: .9em;font-family: 'Regular';}

/* CARRITO */
#aym_wrap_cart .aym_link_back{color: var(--aym_tone_15);font-size: .8em;margin-top: 20px;font-family: 'Medium';}
#aym_wrap_cart .aym_link_back i{margin-right: 5px;color: var(--aym_tone_1);}
#aym_wrap_cart .aym_order_shop{padding: 20px;background: #EAECEF;margin-bottom: 20px;border-radius: 11px;transition: all 1s ease-in-out;}
#aym_wrap_cart .aym_order_shop .aym_content_shop{position: relative;display: flex;flex-flow: wrap;align-items: center;justify-content: space-between;}
#aym_wrap_cart .aym_order_shop .aym_content_shop h2{font-family: 'Medium';font-size: .9em;width: calc(100% - 100px);}
#aym_wrap_cart .aym_order_shop .aym_content_shop span{width: fit-content;min-width: 25px;height: 25px;background: var(--aym_tone_1);border-radius: 50px;justify-content: center;align-items: center;display: flex;color: var(--aym_white);padding: 5px;margin-right: 20px;}
#aym_wrap_cart .aym_order_shop .aym_content_shop i{position: absolute;right: 0;top: 0;bottom: 0;margin: auto;height: fit-content;}
#aym_wrap_cart .aym_order_shop .aym_content_order{height: 0;visibility: hidden;opacity: 0;transition: all 1s ease-in-out;}
#aym_wrap_cart .aym_order_shop .aym_content_order .aym_forms{width: 100%;text-align: center;height: 10%;background: var(--aym_white);margin-top: 5%;box-shadow: 0px -1px 6px #00000060;border-top-left-radius: 11px;border-top-right-radius: 11px;padding: 10px 20px;}
#aym_wrap_cart .aym_order_shop .aym_content_order .aym_forms fieldset{height: 100%;display: flex;align-items: center;justify-content: space-between;}
#aym_wrap_cart .aym_order_shop .aym_content_order .aym_forms fieldset .total{font-size: 1.5em;color: var(--aym_tone_1);font-family: 'Bold';margin-bottom: 0;}
#aym_wrap_cart .aym_order_shop .aym_content_order .aym_forms fieldset .aym_frm_submit{padding: 0;margin: 0;height: fit-content;}
#aym_wrap_cart .aym_order_shop .aym_content_order .aym_forms fieldset .aym_frm_submit button{padding: 10px 15px;text-transform: capitalize;}
#aym_wrap_cart .aym_order_shop .aym_content_order .aym_shopping_cart{overflow: scroll;height: 87%;}
#aym_wrap_cart .aym_order_shop .aym_content_order .aym_shopping_cart .aym_cart_product{padding: 20px;display: flex;flex-flow: wrap;justify-content: space-between;position: relative;background: var(--aym_white);position: relative;}
#aym_wrap_cart .aym_order_shop .aym_content_order .aym_shopping_cart .aym_cart_product::before{content: '';width: 90%;margin: auto;background: rgb(120 120 120 / 35%);height: 1px;bottom: 0;position: absolute;left: 0;right: 0;}
#aym_wrap_cart .aym_order_shop .aym_content_order .aym_shopping_cart .aym_cart_product:last-child::before{display: none;}
#aym_wrap_cart .aym_order_shop .aym_content_order .aym_shopping_cart .aym_cart_product .delete_product{position: absolute;right: 50px;top: 20px;font-size: 1em;color: var(--aym_tone_1);height: fit-content;}
#aym_wrap_cart .aym_order_shop .aym_content_order .aym_shopping_cart .aym_cart_product .delete_product i{color: var(--aym_tone_1);}
#aym_wrap_cart .aym_order_shop .aym_content_order .aym_shopping_cart .aym_cart_product figure{width: 70px;height: 50px;border-radius: 5px;background: #EAEEF4;padding: 5px;}
#aym_wrap_cart .aym_order_shop .aym_content_order .aym_shopping_cart .aym_cart_product figure img{width: 100%;height: 100%;mix-blend-mode: multiply;object-fit: contain;object-position: center;}
#aym_wrap_cart .aym_order_shop .aym_content_order .aym_shopping_cart .aym_cart_product figcaption{width: calc(100% - 80px);}
#aym_wrap_cart .aym_order_shop .aym_content_order .aym_shopping_cart .aym_cart_product figcaption h2{font-size: .8em;color: var(--aym_tone_15);font-family: 'Medium';width: calc(100% - 65px);}
#aym_wrap_cart .aym_order_shop .aym_content_order .aym_shopping_cart .aym_cart_product figcaption .aym_sho_pri{font-size: .75em;color: var(--aym_tone_1);font-family: 'Bold';}
#aym_wrap_cart .aym_order_shop .aym_content_order .aym_shopping_cart .aym_cart_product figcaption .aym_quantity_product{display: flex;justify-content: center;border-radius: 5px;background: #F4F0F0;position: absolute;bottom: 20px;margin: auto;height: fit-content;right: 20px;}
#aym_wrap_cart .aym_order_shop .aym_content_order .aym_shopping_cart .aym_cart_product figcaption .aym_quantity_product button{width: 20px;font-family: 'Medium';font-size: .8em;}
#aym_wrap_cart .aym_order_shop .aym_content_order .aym_shopping_cart .aym_cart_product figcaption .aym_quantity_product input{width: 30px;font-family: 'Medium';font-size: .8em;border-bottom: 0;text-align: center;padding: 2px;}
#aym_wrap_cart .aym_order_shop .aym_content_order .aym_shopping_cart .aym_cart_covered{padding: 20px;display: flex;flex-flow: wrap;justify-content: space-between;position: relative;background: var(--aym_white);position: relative;}
#aym_wrap_cart .aym_order_shop .aym_content_order .aym_shopping_cart .aym_cart_covered::before{content: '';width: 90%;margin: auto;background: rgb(120 120 120 / 35%);height: 1px;bottom: 0;position: absolute;left: 0;right: 0;}
#aym_wrap_cart .aym_order_shop .aym_content_order .aym_shopping_cart .aym_cart_covered label{font-family: 'Medium';font-size: 1.2em;}
#aym_wrap_cart .aym_order_shop .aym_content_order .aym_shopping_cart .aym_cart_covered label i{width: 70px;text-align: center;}
#aym_wrap_cart .aym_order_shop .aym_content_order .aym_shopping_cart .aym_cart_covered input{position: absolute;right: 20px;width: 20px;height: 20px;border: 2px solid var(--aym_tone_1);top: 0;bottom: 0;margin: auto;}
#aym_wrap_cart .aym_order_shop .aym_content_order .aym_shopping_cart .aym_cart_covered input:checked{background: var(--aym_tone_1);}
#aym_wrap_cart .aym_order_shop .aym_content_order .aym_shopping_cart .aym_cart_tip{padding: 20px;display: flex;flex-flow: wrap;justify-content: space-between;position: relative;background: var(--aym_white);position: relative;}
#aym_wrap_cart .aym_order_shop .aym_content_order .aym_shopping_cart .aym_cart_tip > label{font-family: 'Medium';font-size: 1.2em;margin-bottom: 10px;}
#aym_wrap_cart .aym_order_shop .aym_content_order .aym_shopping_cart .aym_cart_tip > label i{width: 70px;text-align: center;}
#aym_wrap_cart .aym_order_shop .aym_content_order .aym_shopping_cart .aym_cart_tip > div{width: 100%;display: grid;grid-template-columns: repeat(5, 1fr);grid-gap: 5px;}
#aym_wrap_cart .aym_order_shop .aym_content_order .aym_shopping_cart .aym_cart_tip > div label{width: 100%;position: relative;font-family: 'Medium';font-size: .9em;text-align: center;z-index: 1;padding: 5px;}
#aym_wrap_cart .aym_order_shop .aym_content_order .aym_shopping_cart .aym_cart_tip > div label input{position: absolute;background: #EAEEF4;border-radius: 8px;width: 100%;height: 100%;left: 0;top: 0;z-index: -1;}
#aym_wrap_cart .aym_order_shop .aym_content_order .aym_shopping_cart .aym_cart_tip > div label input:checked{background: #EEAB7C;}


#aym_wrap_cart .aym_order_shop.active{position: absolute;z-index: 15;width: 100%;left: 0;top: 0;height: 100vh;border-bottom-left-radius: 0;border-bottom-right-radius: 0;transform: translateX(0) translateY(-110px);padding: 0;}
#aym_wrap_cart .aym_order_shop.active .aym_content_shop{padding: 20px;background: var(--aym_white);}
#aym_wrap_cart .aym_order_shop.active .aym_content_shop i{right: 20px;transform: rotate(90deg);}
#aym_wrap_cart .aym_order_shop.active .aym_content_order{height: calc(100vh - 65px);visibility: visible;opacity: 1;}

/*========== DIRECOTRIO HOME ==========*/
.aym_wrap_directory_home{margin-top: 20px;}
.aym_wrap_directory_home .aym_title{border-top: 1px solid var(--aym_border);padding-top: 20px;}
.aym_wrap_directory_home article{display: flex;flex-flow: wrap;align-items: flex-start;justify-content: flex-start;margin-top: 20px;}
.aym_wrap_directory_home article a{width: fit-content;margin: 0 5px 8px;padding: 5px 10px;background: var(--aym_tone_1);border-radius: 5px;color: var(--aym_tone_5);font-family: 'Regular';font-size: .8em;transition: all .5s linear;display: flex;align-items: center;justify-content: space-between;}
.aym_wrap_directory_home article a span{background: var(--aym_white);border-radius: 50%;height: 15px;width: 15px;color: var(--aym_tone_1);font-family: 'Bold';margin-left: 5px;display: flex;align-items: center;justify-content: center;align-content: center;}


/*========== CATEGORIAS RESTAURANTES  ==========*/
.aym_shop_category_name{width: 100%;padding: 0 20px;margin-bottom: 10px;color: var(--aym_tone_15);text-align: left;text-transform: uppercase;letter-spacing: 0.78px;}
.aym_list_shop_category{overflow: hidden;}
.aym_list_shop_category ul{border-bottom: 1px solid var(--aym_border);}
.aym_list_shop_category ul .owl-stage-outer{overflow: inherit;}
.aym_list_shop_category .aym_item{width: 100%;display: flex;align-items: center;justify-content: center;flex-flow: wrap;padding: 5px 0;}
.aym_list_shop_category .aym_item figure{width: 70px;height: 70px;margin-bottom: 5px;border-radius: 11px;overflow: hidden;border: 1px solid rgb(112 112 112 / 35%);padding: 10px;}
.aym_list_shop_category .aym_item figure img{width: 100%;height: 100%;object-fit: cover;object-position: center;mix-blend-mode: multiply;}
.aym_list_shop_category .aym_item figcaption{font-size: .6em;width: 100%;text-align: center;color: var(--aym_tone_11);}
.aym_list_shop_category .aym_item.active figure{border: 0;background: rgb(234 145 83 / 35%);}
.aym_list_shop_category .aym_item.active figcaption{color: var(--aym_tone_15);font-family: 'Medium';letter-spacing: 0.52px;}

/*========== LISTA RESTAURANTES  ==========*/
.aym_list_shop > p{font-size: .9em;font-family: 'Light';}
.aym_list_shop .aym_item{width: 100%;margin-bottom: 10px;padding-bottom: 10px;border-bottom: 1px solid var(--aym_border);display: block;position: relative;}
.aym_list_shop .aym_item .aym_sho_sch{color: var(--aym_white);padding: 4px 8px;border-radius: 9px;font-size: .6em;position: absolute;right: 5px;top: 5px;z-index: 1;text-transform: uppercase;font-family: 'SemiBold';letter-spacing: 0.58px;}
.aym_list_shop .aym_item .aym_sho_sch.success{background: var(--aym_tone_3);}
.aym_list_shop .aym_item .aym_sho_sch.danger{background: var(--aym_tone_7);}
.aym_list_shop .aym_item figure{width: 100%;border-radius: 10px;overflow: hidden;margin-bottom: 5px;display: flex;}
.aym_list_shop .aym_item figure img{width: 100%;height: 180px;object-fit: cover;object-position: center;}
.aym_list_shop .aym_item figure img.empty{width: auto;height: 160px;margin: auto;}
.aym_list_shop .aym_item figcaption{display: flex;align-items: center;justify-content: space-between;flex-flow: wrap;}
.aym_list_shop .aym_item figcaption h4{font-size: .6em;width: calc(100% - 35px);font-family: 'SemiBold';letter-spacing: 0.46px;}
.aym_list_shop .aym_item figcaption > p{width: 100%;font-size: .55em;}
.aym_list_shop .aym_item figcaption div{display: flex;align-items: center;background: var(--aym_tone_1);padding: 3px;border-radius: 2px;width: fit-content;}
.aym_list_shop .aym_item figcaption div span{filter: brightness(100);width: 10px;height: 10px;}
.aym_list_shop .aym_item figcaption div p{font-size: .5em;font-family: 'Light';color: var(--aym_white);}


/*
.aym_list_shop .aym_item figcaption h4{font-size: .9em;width: 100%;margin-bottom: 5px;font-family: 'Regular';}
.aym_list_shop .aym_item figcaption div{display: flex;align-items: center;}
.aym_list_shop .aym_item figcaption p{font-size: .8em;margin-right: 10px;font-family: 'Light';}
.aym_list_shop .aym_item figcaption > p{margin: 0 0 5px;}
.aym_list_shop .aym_item figcaption p.count{font-size: .75em;margin-left: 10px;color: var(--aym_gray);}
*/

/* DETALLE RESTAURANTES */
.aym_detail_shop_banner{width: 100%;position: relative;display: flex;max-width: 990px;margin: 0 auto 10px;flex-flow: wrap;}
.aym_detail_shop_banner .aym_banner{width: 100%;height: 200px;margin: 0;padding: 0;object-fit: cover;object-position: center;}
.aym_detail_shop_banner .aym_logo{position: absolute;height: 90px;width: 90px;right: 15px;bottom: 15px;border-radius: 50%;border: 4px solid var(--aym_tone_1);object-fit: cover;object-position: center;display: none;}

.aym_detail_shop_search{position: sticky;top: 44px;background: var(--aym_white);z-index: 2;max-width: 990px;margin: 0 auto 15px;padding: 2px;}
.aym_detail_shop_search .aym_search{margin: 0 20px 0 auto;position: relative;display: block;width: 85%;}
.aym_detail_shop_search .aym_search .aym_icon{position: absolute;width: 15px;height: 17px;top: 0;bottom: 0;left: 10px;margin: auto;}
.aym_detail_shop_search .aym_search input{width: 100%;background: var(--aym_white);border: 1px solid var(--aym_tone_11);color: var(--aym_tone_11);font-family: 'Regular';font-size: .9em;padding: 11px 35px;box-shadow: 0px 3px 6px #00000029;}
.aym_detail_shop_search .aym_search input::placeholder{color: var(--aym_tone_11);font-family: 'Regular';font-size: .8em;}

.aym_detail_shop h1{width: 100%;color: var(--aym_tone_15);margin-bottom: 10px;font-size: 1.5em;text-transform: uppercase;}
.aym_detail_shop h2{width: 100%;color: var(--aym_tone_1);margin-bottom: 10px;font-size: 1.2em;}
.aym_detail_shop h2.aym_show_schedule{cursor: pointer;font-size: 1em;}
.aym_detail_shop hr{display: none;}
.aym_detail_shop > span{width: 100%;color: var(--aym_tone_2);margin-bottom: 10px;font-size: .9em;display: flex;}
.aym_detail_shop p{font-size: .8em;margin-bottom: 10px;}
.aym_detail_shop p.aym_schedule_day{color: var(--aym_white);padding: 4px 8px;border-radius: 9px;font-size: .6em;position: absolute;right: 5px;top: -200px;z-index: 1;text-transform: uppercase;font-family: 'SemiBold';letter-spacing: 0.58px;}
.aym_detail_shop p.aym_schedule_day.success{background: var(--aym_tone_3);}
.aym_detail_shop p.aym_schedule_day.danger{background: var(--aym_tone_7);}
.aym_detail_shop .aym_wrap_product_shop{width: 100%;margin-bottom: 20px;}
.aym_detail_shop .aym_wrap_product_shop h3{width: 100%;color: var(--aym_tone_15);margin-bottom: 10px;font-size: 1.1em;text-transform: uppercase;}
.aym_detail_shop .aym_wrap_product_shop .aym_wrap_category{display: block;width: 100%;padding-bottom: 20px;}
.aym_detail_shop .aym_wrap_product_shop .aym_wrap_category:last-child{padding-bottom: 0;}
.aym_detail_shop .aym_wrap_product_shop .aym_wrap_category h4{width: 100%;color: var(--aym_tone_11);font-size: .9em;margin-bottom: 10px;}
.aym_detail_shop .aym_wrap_product_shop .aym_wrap_category .aym_wrap_subcategory{width: 100%;padding-bottom: 20px;}
.aym_detail_shop .aym_wrap_product_shop .aym_wrap_category .aym_wrap_subcategory:last-child{padding-bottom: 0;}
.aym_detail_shop .aym_wrap_product_shop .aym_wrap_category .aym_wrap_subcategory h5{width: 100%;color: var(--aym_tone_2);font-size: .8em;margin-bottom: 10px;}
.aym_detail_shop .aym_wrap_product_shop .aym_wrap_category .aym_wrap_subcategory .aym_item{display: block;width: 100%;position: relative;padding: 5px;}
.aym_detail_shop .aym_wrap_product_shop .aym_wrap_category .aym_wrap_subcategory .aym_item .add{position: absolute;width: 30px;height: 30px;background: var(--aym_white);padding: 3px;border-radius: 50%;right: 0;top: 0;}
.aym_detail_shop .aym_wrap_product_shop .aym_wrap_category .aym_wrap_subcategory .aym_item .add b{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;border: 2px solid var(--aym_tone_1);border-radius: 50%;}
.aym_detail_shop .aym_wrap_product_shop .aym_wrap_category .aym_wrap_subcategory .aym_item .add b i{color: var(--aym_tone_1);font-size: .9em;}
.aym_detail_shop .aym_wrap_product_shop .aym_wrap_category .aym_wrap_subcategory .aym_item figure{width: 100%;border-radius: 9px;overflow: hidden;margin-bottom: 5px;background: #EAEEF4;display: flex;height: 100px;padding: 5px;}
.aym_detail_shop .aym_wrap_product_shop .aym_wrap_category .aym_wrap_subcategory .aym_item figure img{width: 100%;height: 100%;object-fit: contain;object-position: center;mix-blend-mode: multiply;}
.aym_detail_shop .aym_wrap_product_shop .aym_wrap_category .aym_wrap_subcategory .aym_item figcaption{width: 100%;}
.aym_detail_shop .aym_wrap_product_shop .aym_wrap_category .aym_wrap_subcategory .aym_item figcaption h6{font-size: .7em;margin-bottom: 5px;color: rgb(0 0 0 / 88%);font-family: 'Medium';}
.aym_detail_shop .aym_wrap_product_shop .aym_wrap_category .aym_wrap_subcategory .aym_item figcaption p{font-size: .7em;}
.aym_detail_shop .aym_wrap_product_shop .aym_wrap_category .aym_wrap_subcategory .aym_item figcaption .price{display: flex;align-items: center;justify-content: space-between;}
.aym_detail_shop .aym_wrap_product_shop .aym_wrap_category .aym_wrap_subcategory .aym_item figcaption .price p{margin-bottom: 0;}
.aym_detail_shop .aym_wrap_product_shop .aym_wrap_category .aym_wrap_subcategory .aym_item figcaption .price p:first-child{font-family: 'Bold' !important;color: var(--aym_tone_15) !important;font-size: .7em !important;text-decoration: none !important;}
.aym_detail_shop .aym_wrap_product_shop .aym_wrap_category .aym_wrap_subcategory .aym_item figcaption .price p:last-child{font-family: 'Light';color: var(--aym_gray);font-size: .6em;text-decoration: line-through;}
.aym_detail_shop .aym_wrap_product_shop .aym_wrap_category .aym_wrap_subcategory .aym_item .discount{font-size: .7em;position: absolute;top: 0;left: 0;background: var(--aym_tone_1);color: var(--aym_white);font-family: 'Light';height: 25px;width: 25px;display: flex;align-items: center;justify-content: center;border-radius: 50%;}
.aym_detail_shop .aym_wrap_product_shop.aym_wrap_list_product_shop .aym_wrap_category{padding-bottom: 90px;}
.aym_detail_shop .aym_wrap_product_shop.aym_wrap_list_product_shop .aym_wrap_category .aym_wrap_subcategory.aym_list_product_shop{display: grid;grid-template-columns: repeat(2, 1fr);margin: 20px 0;}
.aym_detail_shop .aym_grid{display: grid;grid-template-columns: repeat(3, 1fr);margin: 20px 0;grid-gap: 10px;border: 1px solid var(--aym_border);border-radius: 15px;padding: 5px;}
.aym_detail_shop .aym_grid > div{margin: 0;height: 100%;display: flex;align-items: center;text-align: center;flex-flow: wrap;justify-content: center;}
.aym_detail_shop .aym_grid > div strong{width: 100%;color: rgb(0 0 0 / 52%);font-size: .76em;margin-bottom: 4px;}
.aym_detail_shop .aym_grid > div strong i{margin-left: 5px;color: inherit;font-size: .9em;}
.aym_detail_shop .aym_grid > div p{margin-bottom: 0;font-size: .6em;font-family: 'Bold';}
.aym_detail_shop div.aym_user_vote{margin-bottom: 20px;flex-flow: wrap;}
.aym_detail_shop div.aym_user_vote span{color: var(--aym_tone_1);font-size: .9em;cursor: pointer;width: 100%;display: flex;margin-bottom: 10px;align-items: center;}
.aym_detail_shop div.aym_user_vote span *{color: var(--aym_tone_1);margin-right: 10px;}
.aym_detail_shop div.aym_user_vote form{opacity: 0;visibility: hidden;height: 0;transition: all .5s linear;width: 100%;display: none;}
.aym_detail_shop div.aym_user_vote form div label{transform: none;color: var(--aym_tone_1);}
.aym_detail_shop div.aym_user_vote form .aym_qua_par{direction: rtl;unicode-bidi: bidi-override;display: flex;justify-content: flex-end;}
.aym_detail_shop div.aym_user_vote form .aym_qua_par label{width: 20px;height: 20px;background-image: url('/aym_image/aym_ico/aym_ico_star_active.png?23');background-repeat: no-repeat;background-size: cover;background-position: center;filter: grayscale(1);margin-right: 10px;}
.aym_detail_shop div.aym_user_vote form .aym_qua_par label:hover,
.aym_detail_shop div.aym_user_vote form .aym_qua_par label:hover ~ label{filter: none;}
.aym_detail_shop div.aym_user_vote form .aym_qua_par input[type = "radio"]{display:none;}
.aym_detail_shop div.aym_user_vote form .aym_qua_par input[type = "radio"]:checked ~ label{filter: none;}
.aym_detail_shop div.aym_user_vote.active form{opacity: 1;visibility: visible;height: auto;display: block;}
.aym_detail_shop div.aym_wrap_schedule{width: 100%;overflow: auto;}
.aym_detail_shop div.aym_wrap_schedule table{width: 100%;border-collapse: collapse;border: 0;}
.aym_detail_shop div.aym_wrap_schedule table tr:nth-child(even){background-color: #efefef;}
.aym_detail_shop div.aym_wrap_schedule table tr th{text-align: left !important;font-family: 'Bold';color: var(--aym_tone_2);padding: 5px;display: flex;}
.aym_detail_shop div.aym_wrap_schedule table tr td{padding: 5px;}
.aym_detail_shop div.aym_wrap_schedule table tr td p:last-child{margin-bottom: 0;}

.aym_no_image{width: 80% !important;margin: auto;}

/* DETALLE DEL PRODUCTO */
.aym_detail_product{height: calc(100vh - 115px);overflow: auto;padding: 0;}
.aym_detail_product > *{padding: 0 20px;}
.aym_detail_product .image_product{position: relative;padding: 0;}
.aym_detail_product .image_product #aym_product_image{margin-bottom: 20px;width: 100%;}
.aym_detail_product .image_product #aym_product_image .owl-stage{display: block;}
.aym_detail_product .image_product #aym_product_image .owl-item{width: 100%;border-radius: 9px;overflow: hidden;background: #EAEEF4;display: flex;height: 400px;}
.aym_detail_product .image_product #aym_product_image .owl-item img{object-fit: contain;object-position: center;width: 100%;height: 100%;mix-blend-mode: multiply;}
.aym_detail_product .image_product .discount{font-size: .85em;position: absolute;top: 5px;right: 5px;background: var(--aym_tone_1);color: var(--aym_white);font-family: 'Bold';height: 35px;width: 35px;display: flex;align-items: center;justify-content: center;border-radius: 50%;z-index: 1;}
.aym_detail_product h1{color: var(--aym_tone_15);font-size: 1.3em;font-family: 'SemiBold';margin-bottom: 10px;width: 100%;}
.aym_detail_product span{color: var(--aym_tone_2);font-size: 1em;font-family: 'Regular';margin-bottom: 10px;display: block;width: 100%;}
.aym_detail_product p{color: var(--aym_tone_15);font-size: .9em;margin-bottom: 10px;width: 100%;font-family: 'Regular';text-transform: lowercase;}
.aym_detail_product p::first-letter{text-transform: uppercase;}
.aym_detail_product .price{display: flex;align-items: center;grid-column-start: 1;grid-column-end: 3;margin-bottom: 10px;}
.aym_detail_product .price p{margin-bottom: 0;width: auto;margin-right: 10px;}
.aym_detail_product .price p:first-child{font-family: 'Regular' !important;color: var(--aym_tone_1) !important;font-size: 1em !important;text-decoration: none !important;}
.aym_detail_product .price p:last-child{font-family: 'Light';color: var(--aym_gray);font-size: .9em;text-decoration: line-through;}
.aym_detail_product .aym_wrap_cart{position: fixed;left: 0;bottom: 0;width: 100%;background: var(--aym_white);box-shadow:0px -1px 6px #00000060;;padding: 10px;z-index: 100;height: 74px;border-top-left-radius: 11px;border-top-right-radius: 11px;display: flex;flex-flow: wrap;justify-content: space-around;overflow: hidden;max-width: 990px;margin: auto;left: 0;right: 0;}
.aym_detail_product .aym_wrap_cart > p{color: var(--aym_white);padding: 4px 8px;font-size: 1em;z-index: 1;text-transform: uppercase;font-family: 'SemiBold';letter-spacing: 0.58px;background: var(--aym_tone_7);position: absolute;top: 0;bottom: 0;width: 100%;left: 0;height: 100%;    align-items: center;display: flex;justify-content: center;}
.aym_detail_product .aym_wrap_cart > div:first-child{display: flex;align-items: center;justify-content: center;}
.aym_detail_product .aym_wrap_cart > div:first-child .aym_quantity_buy{display: flex;justify-content: center;border-radius: 11px;background: #F4F0F0;}
.aym_detail_product .aym_wrap_cart > div:first-child .aym_quantity_buy button{width: 30px;font-family: 'Medium';font-size: 1em;padding: 0 5px;}
.aym_detail_product .aym_wrap_cart > div:first-child .aym_quantity_buy input{width: 40px;font-family: 'Medium';font-size: 1.4em;border-bottom: 0;text-align: center;padding: 6px;}
.aym_detail_product .aym_wrap_cart > div.aym_frm_submit{width: calc(100% - 130px);align-items: center;display: flex;}
.aym_detail_product .aym_wrap_cart > div.aym_frm_submit .aym_add_to_cart{padding: 8px 30px;font-family: 'Bold';border: 0;background: var(--aym_tone_1);color: var(--aym_white);border-radius: 7px;width: fit-content;width: 100%;height: 47px;font-size: 1.2em;text-transform: capitalize;letter-spacing: 1.17px;}
.aym_detail_product .aym_wrap_cart > div.aym_frm_submit .aym_add_to_cart:disabled{background: var(--aym_gray);cursor:auto;}

/*========== DIRECOTRIO  ==========*/
.aym_wrap_partner #aym_response > p{font-size: .8em;}
.aym_wrap_partner #aym_response .aym_item{margin-bottom: 20px;padding-bottom: 20px;border-bottom: 1px solid var(--aym_tone_1);}
.aym_wrap_partner #aym_response .aym_item:last-child{border-bottom: none;}
.aym_wrap_partner #aym_response .aym_item h2{font-size: 1.1em;margin-bottom: 10px;color: var(--aym_tone_1);}
.aym_wrap_partner #aym_response .aym_item span{font-size: .9em;margin-bottom: 10px;display: block;}
.aym_wrap_partner #aym_response .aym_item span a{color: var(--aym_tone_2);font-size: inherit;}
.aym_wrap_partner #aym_response .aym_item > p{font-size: .8em;}
.aym_wrap_partner #aym_response .aym_item > a{padding: 5px 15px;font-family: 'Bold';border: 0;background: var(--aym_tone_10);color: var(--aym_white);border-radius: 5px;width: fit-content;display: block;margin: 10px auto 0;font-size: .8em;}
.aym_wrap_partner #aym_response .aym_item .aym_quality{display: flex;justify-content: center;align-items: center;}
.aym_wrap_partner .aym_wrap_partner_featured{margin: 40px 0;border-bottom: 1px solid var(--aym_border);}
.aym_wrap_partner #aym_wrap_category{display: flex;flex-flow: wrap;align-items: flex-start;justify-content: flex-start;margin-top: 20px;}
.aym_wrap_partner #aym_wrap_category a{width: fit-content;margin: 0 5px 8px;padding: 5px 10px;background: var(--aym_tone_1);border-radius: 5px;color: var(--aym_white);font-family: 'Regular';font-size: .8em;transition: all .5s linear;display: flex;align-items: center;justify-content: space-between;}
.aym_wrap_partner #aym_wrap_category a span{background: var(--aym_white);border-radius: 50%;height: 15px;width: 15px;color: var(--aym_tone_1);font-family: 'Bold';margin-left: 5px;display: flex;align-items: center;justify-content: center;align-content: center;}
.aym_wrap_partner #aym_wrap_category a.active{background: var(--aym_tone_2);}
.aym_wrap_partner #aym_wrap_category a.active span{color: var(--aym_tone_2);}

/* DETALLE DEL DIRECOTRIO */
.aym_detail_partner article > h1{color: var(--aym_tone_1);margin-bottom: 10px;font-size: 1.5em;}
.aym_detail_partner article > h2{color: var(--aym_tone_1);margin-bottom: 10px;font-size: 1.2em;}
.aym_detail_partner article > h4{color: var(--aym_tone_2);margin-bottom: 10px;font-size: 1em;}
.aym_detail_partner article hr{background: transparent;border: 1px solid var(--aym_border);}
.aym_detail_partner article > span{width: 100%;color: var(--aym_tone_2);margin-bottom: 10px;font-size: .9em;display: flex;}
.aym_detail_partner article p{font-size: .8em;margin-bottom: 10px;}
.aym_detail_partner article p a{color: var(--aym_tone_1);}
.aym_detail_partner article .aym_grid{display: grid;grid-template-columns: repeat(3, 1fr);margin: 20px 0;}
.aym_detail_partner article .aym_grid > div{margin: 0;height: 100%;display: flex;align-items: center;text-align: center;flex-flow: wrap;justify-content: center;border-right: 1px solid var(--aym_border);}
.aym_detail_partner article .aym_grid > div:last-child{border-right: 0;}
.aym_detail_partner article .aym_grid > div h3{font-size: 2em;color: var(--aym_tone_2);}
.aym_detail_partner article .aym_grid > div strong{width: 100%;color: var(--aym_tone_2);font-size: .9em;}
.aym_detail_partner article .aym_grid > div p{margin-bottom: 0;font-size: .65em;}
.aym_detail_partner article .aym_grid > div div.aym_quality{display: flex;align-content: center;align-items: center;justify-content: center;margin: 5px 0;flex-flow: wrap;width: 100%;}
.aym_detail_partner article #aym_item_quality_carousel .owl-item{padding: 5px;}
.aym_detail_partner article #aym_item_quality_carousel .aym_item_quality{padding: 8px;border: 1px solid var(--aym_border);border-radius: 2px;display: block;width: 100%;}
.aym_detail_partner article #aym_item_quality_carousel .aym_item_quality p{margin-bottom: 0;}
.aym_detail_partner article #aym_item_quality_carousel .aym_item_quality .aym_title h4{font-size: .9em;color: var(--aym_tone_10);}
.aym_detail_partner article #aym_item_quality_carousel .aym_item_quality .aym_title span{font-size: .6em;}
.aym_detail_partner article #aym_item_quality_carousel .aym_item_quality .aym_quality{width: 100%;display: flex;margin-bottom: 10px;}
.aym_detail_partner article .aym_user_vote{margin-bottom: 20px;flex-flow: wrap;}
.aym_detail_partner article .aym_user_vote span{color: var(--aym_tone_1);font-size: .9em;cursor: pointer;width: 100%;display: flex;margin-bottom: 10px;align-items: center;text-transform: lowercase;}
.aym_detail_partner article .aym_user_vote span::first-letter{text-transform: uppercase;}
.aym_detail_partner article .aym_user_vote span *{color: var(--aym_tone_1);margin-right: 10px;}
.aym_detail_partner article .aym_user_vote form{opacity: 0;visibility: hidden;height: 0;transition: all .5s linear;width: 100%;display: none;}
.aym_detail_partner article .aym_user_vote form div label{transform: none;color: var(--aym_tone_1);}
.aym_detail_partner article .aym_user_vote form .aym_qua_par{direction: rtl;unicode-bidi: bidi-override;display: flex;justify-content: flex-end;}
.aym_detail_partner article .aym_user_vote form .aym_qua_par label{width: 20px;height: 20px;background-image: url('/aym_image/aym_ico/aym_ico_star_active.png?23');background-repeat: no-repeat;background-size: cover;background-position: center;filter: grayscale(1);margin-right: 10px;}
.aym_detail_partner article .aym_user_vote form .aym_qua_par label:hover,
.aym_detail_partner article .aym_user_vote form .aym_qua_par label:hover ~ label{filter: none;}
.aym_detail_partner article .aym_user_vote form .aym_qua_par input[type = "radio"]{display:none;}
.aym_detail_partner article .aym_user_vote form .aym_qua_par input[type = "radio"]:checked ~ label{filter: none;}
.aym_detail_partner article .aym_user_vote.active form{opacity: 1;visibility: visible;height: auto;display: block;}

/*========== RESULTADOS DE BUSQUEDA ==========  */
/*.aym_wrap_search_product_result .aym_all_product{display: block}
.aym_wrap_search_product_result .aym_all_product .aym_result_title{color: var(--aym_tone_1);text-align: center;margin-bottom: 20px;font-size: 1em;}
.aym_wrap_search_product_result .aym_all_product .aym_item{display: flex;flex-flow:wrap;width: 100%;position: relative;box-shadow: 0px 1px 3px 0px #cccccc;margin-bottom: 10px;border-radius: 5px;overflow: hidden;}
.aym_wrap_search_product_result .aym_all_product .aym_item figure{width: 40%;display: flex;}
.aym_wrap_search_product_result .aym_all_product .aym_item figure img{width: 100%;height: 100px;object-fit: contain;object-position: center;}
.aym_wrap_search_product_result .aym_all_product .aym_item figcaption{width: 60%;padding: 10px;}
.aym_wrap_search_product_result .aym_all_product .aym_item figcaption h6{font-size: .9em;margin-bottom: 5px;color: var(--aym_tone_1);}
.aym_wrap_search_product_result .aym_all_product .aym_item figcaption p{font-size: .8em;}
.aym_wrap_search_product_result .aym_all_product .aym_item figcaption > p{margin-bottom: 10px;}
.aym_wrap_search_product_result .aym_all_product .aym_item figcaption .price{display: flex;align-items: center;justify-content: space-between;}
.aym_wrap_search_product_result .aym_all_product .aym_item figcaption .price p{margin-bottom: 0;}
.aym_wrap_search_product_result .aym_all_product .aym_item figcaption .price p:first-child{font-family: 'Regular' !important;color: var(--aym_tone_11) !important;font-size: .9em !important;text-decoration: none !important;}
.aym_wrap_search_product_result .aym_all_product .aym_item figcaption .price p:last-child{font-family: 'Light';color: var(--aym_gray);font-size: .8em;text-decoration: line-through;}
.aym_wrap_search_product_result .aym_all_product .aym_item .discount{font-size: .8em;position: absolute;top: 5px;left: 5px;background: var(--aym_tone_1);color: var(--aym_white);font-family: 'Bold';height: 30px;width: 30px;display: flex;align-items: center;justify-content: center;border-radius: 50%;}
*/
.aym_wrap_search_product_result .aym_all_product{display: grid;grid-template-columns: repeat(2, 1fr);margin: 20px 0;}
.aym_wrap_search_product_result .aym_all_product .aym_result_title{grid-column-start: 1;grid-column-end: 3;font-size: 1em;margin-bottom: 10px;}
.aym_wrap_search_product_result .aym_all_product .aym_item{display: block;width: 100%;position: relative;padding: 5px;}
.aym_wrap_search_product_result .aym_all_product .aym_item .add{position: absolute;width: 30px;height: 30px;background: var(--aym_white);padding: 3px;border-radius: 50%;right: 0;top: 0;}
.aym_wrap_search_product_result .aym_all_product .aym_item .add b{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;border: 2px solid var(--aym_tone_1);border-radius: 50%;}
.aym_wrap_search_product_result .aym_all_product .aym_item .add b i{color: var(--aym_tone_1);font-size: .9em;}
.aym_wrap_search_product_result .aym_all_product .aym_item figure{width: 100%;border-radius: 9px;overflow: hidden;margin-bottom: 5px;background: #EAEEF4;display: flex;height: 100px;padding: 5px;}
.aym_wrap_search_product_result .aym_all_product .aym_item figure img{width: 100%;height: 100%;object-fit: contain;object-position: center;mix-blend-mode: multiply;}
.aym_wrap_search_product_result .aym_all_product .aym_item figcaption{width: 100%;}
.aym_wrap_search_product_result .aym_all_product .aym_item figcaption h6{font-size: .7em;margin-bottom: 5px;color: rgb(0 0 0 / 88%);font-family: 'Medium';}
.aym_wrap_search_product_result .aym_all_product .aym_item figcaption p{font-size: .7em;}
.aym_wrap_search_product_result .aym_all_product .aym_item figcaption .price{display: flex;align-items: center;justify-content: space-between;}
.aym_wrap_search_product_result .aym_all_product .aym_item figcaption .price p{margin-bottom: 0;}
.aym_wrap_search_product_result .aym_all_product .aym_item figcaption .price p:first-child{font-family: 'Bold' !important;color: var(--aym_tone_15) !important;font-size: .7em !important;text-decoration: none !important;}
.aym_wrap_search_product_result .aym_all_product .aym_item figcaption .price p:last-child{font-family: 'Light';color: var(--aym_gray);font-size: .6em;text-decoration: line-through;}
.aym_wrap_search_product_result .aym_all_product .aym_item .discount{font-size: .7em;position: absolute;top: 0;left: 0;background: var(--aym_tone_1);color: var(--aym_white);font-family: 'Light';height: 25px;width: 25px;display: flex;align-items: center;justify-content: center;border-radius: 50%;}


/*========== CLASIFICADOS ==========*/
.aym_wrap_advertising{margin-top: 20px;overflow: hidden;}
.aym_wrap_advertising .aym_title{border-top: 1px solid var(--aym_border);padding-top: 20px;}
.aym_wrap_advertising #aym_wrap_advertising_carousel .owl-stage-outer{overflow: inherit;}
.aym_wrap_advertising #aym_wrap_advertising_carousel .owl-item{padding: 5px;margin-left: -5px;}
.aym_wrap_advertising #aym_wrap_advertising_carousel .aym_item{width: 100%;}
.aym_wrap_advertising #aym_wrap_advertising_carousel .aym_item.last{background-image: url('/aym_image/aym_ico/aym_ico_advertising.jpg');background-position: center;background-size: contain;height: 150px;display: block;position: relative;background-repeat:no-repeat;}
.aym_wrap_advertising #aym_wrap_advertising_carousel .aym_item.last h4{color: var(--aym_tone_1);text-align: center;position: absolute;bottom: -40px;left: 0;right: 0;margin: auto;font-size: .9em;}
.aym_wrap_advertising #aym_wrap_advertising_carousel .aym_item figure{width: 100%;height: 150px;margin-bottom: 10px;display: flex;align-items: center;justify-content: center;}
.aym_wrap_advertising #aym_wrap_advertising_carousel .aym_item figure img{width: 100%;height: 100%;object-fit: cover;object-position: center;}
.aym_wrap_advertising #aym_wrap_advertising_carousel .aym_item figure img.empty{width: auto;height: 70%;margin: auto;object-fit: cover;}
.aym_wrap_advertising #aym_wrap_advertising_carousel .aym_item figcaption h4{font-size: .9em;width: 100%;font-family: 'Bold';min-height: 40px;display: flex;align-items: center;justify-content: center;text-align: center;color: var(--aym_tone_1);}
.aym_wrap_advertising #aym_wrap_advertising_carousel .aym_item figcaption p{font-size: .85em;width: 100%;font-family: 'Regular';color: var(--aym_gray);text-align: center;}
/* LISTADO */
.aym_list_advertising .aym_item{display: flex;flex-flow:wrap;width: 100%;position: relative;box-shadow: 0px 1px 3px 0px #cccccc;margin-bottom: 20px;border-radius: 5px;overflow: hidden;}
.aym_list_advertising .aym_item figure{width: 100%;display: flex;}
.aym_list_advertising .aym_item figure img{width: 100%;height: auto;}
.aym_list_advertising .aym_item figcaption{width: 100%;padding: 10px 10px 20px;position: relative;}
.aym_list_advertising .aym_item figcaption h4{font-size: .9em;color: var(--aym_tone_1);margin-bottom: 5px;}
.aym_list_advertising .aym_item figcaption h5{margin-bottom: 5px;}
.aym_list_advertising .aym_item figcaption p{font-size: .8em;}
.aym_list_advertising .aym_item figcaption p *{font-size: inherit !important;}
.aym_list_advertising .aym_item figcaption span{font-size: .7em;display: block;width: 100%;text-align: right;margin-top: 5px;color: var(--aym_tone_2);position: absolute;bottom: 3px;right: 5px;}
/* DETALLE */
.aym_detail_advertising .image_advertising{position: relative;padding: 0;}
.aym_detail_advertising .image_advertising #aym_advertising_image{margin-bottom: 20px;width: 100%;}
.aym_detail_advertising .image_advertising #aym_advertising_image .owl-stage{display: flex;align-items: center;}
.aym_detail_advertising .image_advertising #aym_advertising_image img{object-fit: contain;object-position: center;width: 100%;height: auto;}
.aym_detail_advertising h1{color: var(--aym_tone_1);font-size: 1.3em;font-family: 'Bold';margin-bottom: 10px;width: 100%;}
.aym_detail_advertising h3{font-size: 1em;font-family: 'Bold';margin-bottom: 10px;width: 100%;}
.aym_detail_advertising p{color: var(--aym_tone_11);font-size: .9em;margin-bottom: 10px;width: 100%;}
.aym_detail_advertising p *{font-size: inherit !important;}


.wrap_list_headquarter .aym_link_return, .aym_client_update .aym_link_return, .aym_wrap_cart .aym_link_return{padding: 0;}

/*========== RESPOSNIVE ==========  */
@media screen and (max-width: 990px){
	header section{max-width: 100vw;}
}
