*,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; margin:0; outline:0; padding:0; text-decoration:none;}

/* ========== FUENTE ========== */
/*@font-face {font-family: MuseoSans; src: url(../aym_fonts/MuseoSans_500.otf);}
@font-face{font-family: MuseoBold; src: url(../aym_fonts/MuseoSans_900.otf);}
@font-face{font-family: MuseoLight; src: url(../aym_fonts/MuseoSans-100.otf);}*/

@font-face{font-family:'Myriad'; src:url('/aym_fonts/MyriadHeadline.ttf') format('truetype'); font-weight:bold; font-style:normal;}
@font-face{font-family:'Myriad'; src:url('/aym_fonts/MyriadRoman.ttf') format('truetype'); font-weight:normal; font-style:normal;}
@font-face{font-family:'Myriad'; src:url('/aym_fonts/MyriadLight.otf') format('truetype'); font-weight:300; font-style:normal;}

.aym_museo_bold{font-family: Myriad; font-weight: bold;}
.aym_museo {font-family: Myriad; font-weight: normal;}
.aym_museo_light{font-family: Myriad; font-weight: lighter;}
/* ========== ResetCSS ========== */
* {margin: 0px; padding: 0px; transition: all .2s ease;}
body a{text-decoration: none;}
body a{color: inherit;}
body a:visited{color: inherit;}
body{color: #333; line-height: 22px;} 

/* 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;}
 
/* ======================== ESTILOS GENERALES ========================== */
main, header, footer {width: 100%; display: flex; flex-flow: column; align-items: center;}
main > section, header > section, footer > section, #aym_wrap_menu_footer > section {width: 90%; max-width: 1600px;}
header > section {display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: flex-end;}
.aym_clear_fix{clear: both;}

body{font-family: 'Myriad'; font-weight: normal;}
h2 {margin: 20px 0; color: #00457b;}

@media screen and (max-width: 900px){
	h2 {margin: 20px; color: #00457b; display: flex; justify-content: left;}
}

/*Noticias relacionadas*/
.aym_content_document{position: relative}
.aym_content_document .aym_read_more a{position: absolute;width: 100%;left: 0;top: 0;bottom: 0;height: 100%;display: flex;justify-content: flex-end;align-items: end;}

/*Return*/
@media screen and (max-width: 899px){
	button.aym_return_back{display:block!important;position: fixed;z-index: 2;background: #00457b; color: white;cursor: pointer;bottom: 30px; left: 10px;font-size: 30px; padding: 0 10px;border-radius: 5px}
}
button.aym_return_back{display:none}


#aym_load_opacity{background:#FFFFFF; box-sizing:border-box; display:none; height:100%; left:0; opacity:0.7; padding-top:10%; position:fixed; text-align: center; top:0; width:100%; vertical-align: middle; z-index:2;}
#aym_load_opacity img {display: inline-block;}

/*ESTILOS INPUTS*/
input[type=text],input[type=password],input[type=date],input[type=datetime],input[type=email],input[type=number],input[type=search],input[type=tel],input[type=time],input[type=url],textarea,select{display: block;font-size: 1em; background: #fff; padding: 10px 15px;border: 0;width: 100% ;color: rgba(0, 0, 0, 0.7);-webkit-appearance: none;-moz-appearance: none;appearance:none;box-sizing: border-box;}
::placeholder {color: #858585;}
textarea {font-family: Myriad; font-weight: normal;}

/*ESTILOS RADIO Y CHECKBOX*/

.checkbox-custom, .radio-custom {opacity: 0;position: absolute;}
.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {box-sizing: border-box; display: inline-block;vertical-align: middle;margin: 5px;cursor: pointer; }
.checkbox-custom-label, .radio-custom-label {position: relative;}
.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {content: '';background: #ccc;border: 3px solid #fff;display: inline-block;vertical-align: middle;width: 7px;height: 7px;padding: 3px;margin-right: 5px;text-align: center;}
.checkbox-custom:checked + .checkbox-custom-label:before {background: #00457b;}
.checkbox-custom:checked + .checkbox-custom-label:after {content: '';position: absolute;left: 6px;top: 6px;width: 3px;height: 6px;border: solid white;border-width: 0 3px 3px 0;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}

.radio-custom + .radio-custom-label:before {border-radius: 50%;}
.radio-custom:checked + .radio-custom-label:before {background: #003883;}

/*====================== MODAL OUT ====================*/
.aym_window-modal {width: 100% !important; height: 100% !important; position: fixed !important;}
.aym_window-wrapper {border-radius: 10px; border-color: #00457b !important;;}
.aym_window-content {height: 100% !important;}
.aym_window-content .aym_window-closebtn {border: 3px solid #fff; background: #00457b !important; color: #fff !important; opacity: 1 !important; right: -20px; top: -20px !important;}
.aym_window-titlebox {border-color: #00457b !important;}
.aym_window-actions .btnbox button {border: 3px solid #fff; background: #00457b !important; color: #fff !important; opacity: 1 !important; right: -20px; top: -20px !important;}
.aym_window-actions .btnbox button:hover {border: 3px solid #fff; background: #228AC1 !important; color: #fff !important; opacity: 1 !important; right: -20px; top: -20px !important;}

/*====================== FORMULARIOS ====================*/
.aym_form {flex-flow: column; width: 100%;}
.aym_form form {box-sizing: border-box; display: flex; justify-content: center; width: 100%;}
.aym_form form label {color: #222;}
.aym_form form label a {color: #00457b;}
.aym_form form h3 {color: #00457b; font-size: 1.2em; margin-bottom: 25px; padding: 0 !important;}
.aym_form form fieldset {background: rgba(0,0,0,0.06); border-bottom: 4px solid #228AC1; border-radius: 5px; box-sizing: border-box;margin-bottom: 25px; padding: 30px; width: 100%;}
.aym_form form fieldset > div {padding-top: 15px; position: relative;}
.aym_form form fieldset > div .sho_pwd{background-image: url(/aymsite/aym_image/aym_icon/aym_hide_pass.png);background-position: 0px !important;background-size: cover;border: 0px !important;border-radius: 1px !important;cursor: pointer;height: 23px !important;position: absolute;padding: 0px !important;right: 11px;top: 50px;width: 24px !important;}
.aym_form form fieldset > div .sho_pwd:checked{background-image: url(/aymsite/aym_image/aym_icon/aym_show_pass.png);}
.aym_form form fieldset > div:first-child {padding-top: 0;}
.aym_form form fieldset .aym_two_column {-ms-display: grid; display: grid; grid-gap: 15px; grid-template-columns: repeat(2, 1fr);}
.aym_form form input,
.aym_form form select {border-radius: 5px; height: 50px; margin-top: 10px; width: 100%;}
.aym_form form select {background: rgba(255,255,255,.9) url('/aym_image/aym_ico/aym_flecha.png') right 0.8em center/1rem no-repeat;}
.aym_form form input[type=submit] {background-color: #228AC1; border: 1px solid; border-radius: 5px; color: #fff; cursor: pointer; font-size: 1.2em; height: unset; margin: 0;padding: 10px !important; transition: all 0.4s; text-align: center; width: 100px;}
.aym_form form input[type=submit]:hover{background: #00457b; color: #fff;}
.aym_form form textarea {border-radius: 5px; height: 100px; margin-top: 10px; resize: none;} 
.aym_form form .aym_link {color: #00457b; display: flex; font-weight: bold; justify-content: space-between;}
.aym_form form .aym_text_required {align-items: center; display: flex; justify-content: center; font-size: .75em;}
.aym_form form .aym_submit {align-items: center; display: flex; justify-content: center;}
.aym_form form .aym_center {display: flex; justify-content: center;}

.aym_radio_content {align-items: center; display: flex; height: 50px; justify-content: flex-start; margin-top: 10px;}
.aym_radio_content span {align-items: center; display: flex; height: 50px; justify-content: center; padding: 0 10px;}
.aym_radio_content input[type=radio] {height: 0; width: 0;}

.aym_check_content {align-items: center; display: flex;}
.aym_check_content input[type=checkbox] {height: 0; width: 0;}
.aym_validate_form {border: 2px solid #499CD3 !important; border-color: #499CD3;}
#aym_frm_search select#cat_nam {background: rgba(255,255,255,.9) url('/aym_image/aym_ico/aym_flecha.png') right 0.8em center/1rem no-repeat; /*border-left: 1px solid #00457b; /*border-top: 2px solid #00457b;*/ padding: 10px 15px; position: relative; width: 150px;} 
#aym_frm_search input[type="text"].aym_validate_search  {border-color: #228AC1;}
#aym_frm_search input[type="text"].aym_validate_search + input[type="submit"]  {background: #228AC1 !important;}
.aym_validate_form.valid {border: none !important;}
.aym_validate_form::placeholder {opacity: 1;}
.aym_validate_search::placeholder {color: #228AC1; opacity: 1;}

.aym_check_content {display: flex; align-items: center;}
.aym_check_content label {font-size: 1em; margin-left: 5px; padding-bottom: 0;}
.aym_check_content input[type=checkbox] { max-width: 25px !important;   margin: 0; margin-right:15px;width: 25px;opacity: 1;height: 25px; padding: 8px;position: relative;background-color: #ccc; border:3px solid white}
.aym_check_content input[type=checkbox]:checked {background: #00457b;border-color: #fff;z-index: 5;}
.aym_check_content input[type=checkbox]:checked:after {background: #fff;content: '';height: 2px;left: 5px;position: absolute;top: 9px;transform: rotate(-53deg);width: 10px !important;}
.aym_check_content input[type=checkbox]:checked:before {background: #fff;content: '';height: 2px;left: 4px;position: absolute;top: 11px;transform: rotate(40deg);width: 4px !important;}

/*ESTILOS PAGINADOR*/

.aym_wrap_paginador {display: flex; justify-content: center; margin-bottom: 15px;}
.aym_wrap_paginador a {display: inline-flex;}
.aym_wrap_paginador .aym_pagina {border: 1px solid #00457b; cursor: pointer; margin: 0 2px; padding: 5px 10px;}
.aym_wrap_paginador .aym_pagina:hover, .aym_wrap_paginador .aym_pagina_active {background: #00457b; border: 1px solid #00457b; color: #fff; cursor: pointer; margin: 0 2px; padding: 5px 10px;}

/*TABLAS*/

table {width: 100% !important;}
table tr {}
table tr th {}
table tr td {padding: 3px;}

/* ======================== HEADER ========================== */
.aym_link_renovate {display: block; position: fixed; width: 100%; top: 0;z-index: 111; background: #5487BE;}
.aym_link_renovate * {transition: unset;}
#aym_renovate_header {box-sizing: border-box; display: flex; justify-content: center; top: 0; z-index: 21;width: 90%; max-width: 1600px;margin: auto;position: relative;}


#aym_renovate_header > div {display: flex; color: #fff; padding: 15px 0; width: 50%;}
#aym_renovate_header .aym_left_renovate {background: #5487BE; flex-flow: column; justify-content: center;margin-left: 40px	}
/*#aym_renovate_header .aym_left_renovate .aym_italic:before{background: url('/aym_image/aym_ico/aym_ico_renovate.png') no-repeat center / 100%; content: ''; display: inline-block; height: 23px; left: -25px; position: absolute; top: -2px; width: 23px;}*/
#aym_renovate_header .aym_right_renovate {align-items: center; background: #5487BE; justify-content: center;}
#aym_renovate_header .aym_right_renovate .aym_italic{text-align: center; width: 50%;font-size: 1.8em}
#aym_renovate_header .aym_right_renovate .aym_bold {padding-left: 5px; font-size: 2.5em;margin-top: 27px}
#aym_renovate_header .aym_right_renovate .aym_bold:after {content: 'HASTA'; font-size: .48em; left: 5px; position: absolute; top: -30px;}

.aym_italic {font-size: 1.5em; font-style: italic; font-weight: 100; position: relative;}
.aym_bold {font-size: 2em;font-style: normal; position: relative;}
 
.aym_close {border: 1px solid #fff; border-radius: 50%; color: #fff; cursor: pointer; display: flex ; height: 20px; justify-content: center; position: absolute; right: -5px; top: 0; width: 20px; z-index: 1000;bottom: 0; margin-top: auto;margin-bottom: auto}
.aym_link_renovate img {position: absolute;height: auto; width: 25px; left: 10px;top: 0; bottom: 0; margin-top: auto;margin-bottom: auto;}

header {background: url('/aym_image/aym_header/aym_header.jpg') no-repeat top center / cover; height: 300px; padding-bottom: 20px; position: fixed; top: 0; /*transition: unset !important;*/  width: 100%; z-index: 20;}
header * {/*transition: unset !important; */}
#aym_wrap_header {align-items: center; padding: 5p 15px;position: relative}
#aym_wrap_header .aym_logo img {height: 80px;} 

/*MENU*/
header.aym_fixed { box-shadow: 0 -3px 10px rgba(0,0,0,0.4); height: 147px; z-index: 44;}
header.aym_fixed #aym_wrap_logo {padding: 10px;}
header.aym_fixed #aym_wrap_logo img {height: auto; max-width: 200px;}

.aym_click_renovate {background: url('/aym_image/aym_ico/aym_ico_renovate.png') no-repeat center left / 23px; padding: 5px 5px 5px 25px !important;  position: relative;}
@media screen and (max-width: 899px){
    .aym_click_renovate{background: url('/aym_image/aym_ico/aym_ico_renovate.png') no-repeat center right .5em / 23px;}
	#aym_renovate_header{top: 0;}
}

#aym_wrap_header .aym_mobile_icon {order: 1;}
#aym_wrap_header .aym_menu {font-family: Myriad;}
#aym_wrap_header .aym_menu a {border-bottom: 3px solid transparent; color: #fff; cursor: pointer; display: inline-block; font-size: 1em; margin: 0 15px; padding: 5px; text-transform: uppercase;}
#aym_wrap_header .aym_menu a:hover,
#aym_wrap_header .aym_menu a.aym_menu_active {border-bottom: 3px solid #228AC1;}

/*LOGIN*/
#aym_wrap_header .aym_login {background: rgba(0,0,0,0.03); display: flex; height: 70px; justify-content: center; align-items: center; position: absolute; right: 0; top: 0;}
#aym_wrap_header .aym_login_responsive {display: none;}
#aym_wrap_header .aym_login a {color: #FFF; text-align: center;}
#aym_wrap_header .aym_login .aym_login_out {background: transparent url('/aym_image/aym_ico/aym_user.png') no-repeat left center / 25px; padding: 5px 5px 5px 25px;}
#aym_wrap_header .aym_login_responsive .aym_login_out {background: transparent url('/aym_image/aym_ico/aym_user.png') no-repeat right center / 25px 25px;}

/*BUSCADOR*/
#aym_wrap_search {margin-top: 50px;}
.aym_fixed #aym_wrap_search {margin-top: 0;}
.aym_search {width: 100%;}
.aym_search form {display: flex; justify-content: center; width: 100%;}
.aym_search input[type=text] {background: rgba(255,255,255,.9); border-right: 0; border-bottom-left-radius: 5px; border-top-left-radius: 5px; height: 60px; padding: 10px 5px 10px 10px; position: relative; width: 50%;}
.aym_search span {background: rgba(255,255,255,.9); display: inline-block; position: relative; height: 60px; width: 1px;} 
.aym_search span::after {background-color: #B4B4B4; bottom: 5px; content: ''; display: inline-block; position: relative; height: 40px; right: 0; top: 11px; width: 1px; z-index: 11;} 
.aym_search input[type=submit] {background: url('/aym_image/aym_ico/aym_lupa.png') no-repeat center / 40px, linear-gradient(to bottom, rgba(0,69,123,.9) 0%, rgba(0,95,171,.9) 100%); border-top-right-radius: 5px; border-bottom-right-radius: 5px; color: #fff; font-size: 1em; min-width: 100px;}
.aym_search input[type=submit]:hover {background: url('/aym_image/aym_ico/aym_lupa.png') no-repeat center / 40px, linear-gradient(to bottom, rgba(0,95,171,.9) 0%, rgba(0,69,123,.9) 100%);}
 
.aym_title_fixed {margin: auto; max-width: 1600px; width: 100%;}
.aym_wrap_content_search .aym_title_fixed {margin: auto; max-width: 1600px; width: 75%;}

/*HEADER PAY*/
#aym_wrap_header_pay {box-shadow: 0 -3px 10px rgba(0,0,0,0.4); height: auto; padding-bottom: 0; z-index: 44;}
#aym_wrap_header_pay #aym_wrap_logo {padding: 10px;}
#aym_wrap_header_pay #aym_wrap_logo img{height: auto; max-width: 200px;}
#aym_wrap_header_pay #aym_wrap_header {padding: 5px 0;}


#aym_wrap_body_pay .aym_wrap_info_pay.last {padding: 20px 0 !important;}
#aym_wrap_body_pay .aym_form form fieldset {padding: 15px;}
#aym_wrap_body_pay .aym_wrap_content {margin: 0;}
/* ======================== MAIN ========================== */
main {margin-top: 320px; transition: unset;}
main.aym_fixed {margin-top: 270px !important; transition: unset;}

main > section {margin: 40px 0;} 
#aym_main_home > section {margin-top: 0 !important;}

#aym_wrap_banner_home {margin: 0; max-width: none; width: 100%;}
#aym_wrap_banner_home img {display: block; width: 100%;}

/*HOME CONTENT*/
#aym_wrap_content {-ms-display: grid; display: grid; grid-gap: 20px; grid-template-columns: 70% 30%; box-sizing: border-box; margin-top: 0!important;}
#aym_wrap_content *{box-sizing: border-box;}
#aym_wrap_content .aym_wrap_content_news {}
#aym_wrap_content .aym_wrap_content_document {box-sizing: border-box; margin-top: 90px; padding: 0 15px; transition: unset;}
#aym_wrap_content .aym_wrap_content_document.aym_fixed {margin-top: 0;}
#aym_wrap_content .aym_title_news {margin-bottom: 0; padding: 10px 0;}
#aym_wrap_content #aym_head_news.aym_fixed_after {background: #fff; box-shadow: 0 -3px 10px rgba(0,0,0,0.4); left: 0; position: fixed; transition: unset; top: 320px; width: 100%; z-index: 2;}
.aym_wrap_content_search #aym_head_news.aym_fixed_after {background: #fff;box-shadow: 0 -3px 10px rgba(0,0,0,0.4);left: 0;position: fixed;transition: unset;top: 200px;width: 100%;z-index: 2;}
#aym_wrap_content #aym_head_news.aym_fixed_before {background: #fff; box-shadow: 0 -3px 10px rgba(0,0,0,0.4); left: 0; position: fixed; top: 167px; width: 100%; z-index: 2;}
.aym_wrap_content_search #aym_head_news.aym_fixed_before {background: #fff;box-shadow: 0 -3px 10px rgba(0,0,0,0.4);left: 0;position: fixed;top: 166px;width: 100%;z-index: 2;}
#aym_wrap_content  * {transition: unset;}
#aym_wrap_content .aym_title_news,
#aym_wrap_content .aym_title_document {align-items: center; display: flex; flex-flow: row wrap; justify-content: space-between; }
#aym_wrap_content .aym_title_news > div{align-items: center; display: flex; flex-flow: row wrap; justify-content: space-between; width: 100%;}
#aym_wrap_content .aym_title_news.aym_fixed_after > div{align-items: center; display: flex; flex-flow: row wrap; justify-content: space-between; margin-left: 8%; width: 59%;}
/*.aym_fixed #aym_wrap_content .aym_title_news > div{align-items: center; display: flex; flex-flow: row wrap; justify-content: space-between; margin-left: 8%; width: 59%;}*/
#aym_wrap_content .aym_title_news h2 {background: transparent url('/aym_image/aym_ico/noticia.png') no-repeat 5px center / 40px; padding: 10px 0; padding-left: 50px; text-transform: uppercase;}
#aym_wrap_content .aym_title_news .aym_btn_news {display: flex; margin-left: 20px;}

#aym_wrap_content .aym_title_news .aym_btn_news a {align-items: center; border: 1px solid #ccc; border-radius: 5px; display: flex; font-family: Myriad; justify-content: center; margin: 0 5px; padding: 10px 20px;}
#aym_wrap_content .aym_title_news .aym_btn_news a:hover {background: #00457b; border-color: #fff; color: #fff;}
#aym_wrap_content .aym_title_document h2 {background: transparent url('/aym_image/aym_ico/lapiz.png') no-repeat 5px center / 40px; margin: 0; padding: 10px 0; padding-left: 50px; text-transform: uppercase;}

/* RUTAS */
.mapcontainer{width: 70%;margin: auto}
.mapcontainer svg{width: auto}
.mapcontainer .map{position: relative;text-align: center}
.mapcontainer .zoomButton{display:none}
.mapTooltip{left: 43%;top: 50%;background: white;position: absolute;padding: 5px;border-radius: 10px;}
@media screen and (max-width:560px){
	.mapcontainer{width: 90%;}
}
/*NEWS*/
#aym_wrap_content .aym_grid_news {-ms-display: grid; display: grid; box-sizing: border-box; grid-gap: 20px; grid-template-columns: 2fr 1fr; /*grid-template-rows: repeat(12, 100px);*/}
#aym_wrap_content .aym_grid_news article {border: 1px solid #ccc; border-bottom: 3px solid #228AC1; box-sizing: border-box;} 
#aym_wrap_content .aym_grid_news article:first-child {background: rgba(0,0,0,0.04); border: none; position: relative;} 
#aym_wrap_content .aym_grid_news article:first-child time {padding-bottom: 10px; padding-right: 50px;} 
#aym_wrap_content .aym_grid_news article:first-child::after {background: #fff; border-color: transparent transparent transparent #228AC1; border-style: solid; border-width: 40px 0 0 40px;content: ''; height: 0; position: absolute; right: -1px; top: -1px; width: 0;} 
#aym_wrap_content .aym_grid_news article:nth-child(odd) {height: 100%; grid-row: span 2; grid-column: 1;} 
#aym_wrap_content .aym_grid_news article:nth-child(even) {height: 100%; grid-row: span 3; grid-column: 2;} 
#aym_wrap_content .aym_grid_news article:nth-child(7) {height: 100%; grid-row: 7 / span 2;} 
#aym_wrap_content .aym_grid_news article:nth-child(9) {height: 100%; grid-row: 9 / span 2;} 
#aym_wrap_content .aym_grid_news article:nth-child(10) {height: 100%; grid-row: 11 / span 2; grid-column: 1;} 

.aym_content_news a{padding: 15px; display: flex; flex-flow: column; height: 100%; justify-content: space-between;}
.aym_content_news time {display: block; font-family: Myriad; text-align: right;}
.aym_content_news h3 {text-transform: uppercase;}
.aym_content_news div > span {font-style: normal; font-size: 1.2em;}
.aym_content_news p {box-sizing: border-box; font-family: Myriad; font-size: 1.125em; padding: 20px 0; text-align: justify;}
.aym_content_news .aym_read_more {padding-top: 10px; text-align: center;}
.aym_content_news .aym_read_more span {background: url('/aym_image/aym_ico/aym_ico_plus1.png') no-repeat top 4px left / 15px; color: #00457b; padding: 5px 0 5px 20px;} 
.aym_content_news a:hover .aym_read_more span {background-image: url('/aym_image/aym_ico/aym_ico_plus2.png') !important;} 

/*DOCUMENTS*/
#aym_wrap_content .aym_grid_document {align-items: center; box-sizing: border-box; display: flex; flex-flow: column;}
#aym_wrap_content .aym_grid_document article {box-sizing: border-box; padding: 20px 0;}
 
.aym_content_document {border-bottom: 1px solid #CCC; box-sizing: border-box; display: flex; flex-flow: row nowrap; width: 100%;}
.aym_content_document:last-child {border-bottom: none; display: flex; flex-flow: row nowrap;}
.aym_content_document .aym_number_document{position: relative; width: 30%; height: 100px; display: flex; justify-content: center; align-items: center;}
.aym_content_document .aym_number_document:before{content: ''; height: 100%; position: absolute; left: 0; top: 0; width: 50%;}
.aym_content_document .aym_number_document:after{content: ''; height: 100%; position: absolute; right: 0; top: 0; width: 50%; background: rgba(0,0,0,0.03);}
.aym_content_document .aym_number_document span {font-size: 3em;}
.aym_content_document .aym_number_document span strong{color: #228AC1;}
.aym_content_document .aym_descript_document{border-left: 2px solid #00457b; box-sizing: border-box; width: 100%; padding: 10px 15px;}
.aym_content_document .aym_descript_document h4 {color: #00457b;}
.aym_content_document .aym_descript_document span {display: inline-block; font-size: 1.125em; text-align: justify;}
.aym_content_document .aym_descript_document .aym_read_more {margin: 10px 0; text-align: right;}
.aym_content_document .aym_descript_document .aym_read_more span {color: #00457b; padding: 0 5px; }
.aym_content_document .aym_descript_document .aym_read_more span:hover {background: #00457b; color: #FFF;}

.aym_request_link {box-sizing: border-box; -ms-display: grid; display: grid; grid-gap: 20px; grid-template-columns: repeat(1, 1fr); grid-template-rows: repeat(1, 1fr);}
.aym_request_link a {align-items: center; border-radius: 5px;  box-sizing: border-box; display: flex; flex-flow: row wrap; font-weight: bold; justify-content: center; padding: 15px 10px; padding-right: 30px; text-align: center; text-transform: uppercase;}
.aym_request_link a.oferta {background: rgba(0,0,0,0.1) url('/aym_image/aym_ico/lista.png') no-repeat right 7px center / 30px; color: #00457b;}
.aym_request_link a.clave {background: rgba(0,0,0,0.1) url('/aym_image/aym_ico/candado.png') no-repeat right 7px center / 30px; color: #00457b;}
.aym_request_link a.aym_buy {background: #00457b linear-gradient(to right, #00457b 0%, rgba(255,255,255,.4) 50%,#00457b 100%); color: #fff; grid-row: 3 / span 2; grid-column: span 1; padding: 20px 0;}
.aym_request_link a.aym_buy span {background: transparent url('/aym_image/aym_ico/carrito-comprador.png') no-repeat left 15px center / 60px; display: flex; flex-flow: column; height: 100%; justify-content: center; padding: 20px 0; font-weight: lighter; width: 100%;}
.aym_request_link a.aym_buy span strong {font-size: 1.5em;}

.aym_request_link a.aym_buy.aym_login_buy span {background: transparent url('/aym_image/aym_ico/carrito-comprador.png') no-repeat left 15px center / 60px; display: flex; flex-flow: column; height: 100%; justify-content: center; padding: 20px 0; font-size: 1.2em; font-weight: lighter; width: 100%;}

/* ======================== FOOTER ========================== */

/*MENU*/
#aym_wrap_menu_footer {background: rgba(0,0,0,0.06); box-sizing: border-box; display: flex; width: 100%; justify-content: center; font-family: Myriad;}
#aym_wrap_menu_footer section {box-sizing: border-box; display: flex; max-width: 1600px; width: 90%;}
#aym_wrap_menu_footer a {border-left: 1px solid #bbb; box-sizing: border-box; color: #00457b; display: block; padding: 30px;}
#aym_wrap_menu_footer a:last-child {border-right: 1px solid #bbb;}
#aym_wrap_menu_footer a:hover, #aym_wrap_menu_footer a.aym_menu_active {background: #00457b; border-bottom-color: transparent !important; color: #fff;}

#aym_wrap_menu_footer .aym_social {display: flex; justify-content: flex-end; align-items: center; padding-right: 150px;}
#aym_wrap_menu_footer .aym_social .aym_ico_fb{background: url('/aym_image/aym_ico/aym_ico_fb.png') center / 100%; border: none; height: 15px; padding: 15px; width: 15px;}
#aym_wrap_menu_footer .aym_social .aym_ico_tw{background: url('/aym_image/aym_ico/aym_ico_tw.png') center / 100%; border: none; height: 15px; padding: 15px; width: 15px;}

/*copyright*/
#aym_rights {color: #aaa; font-size: .7em; text-align: center;}
#aym_rights a {color: #00457b; font-size: 1em; text-align: center;}
.aym_copyright {padding: 20px 0;}

/*FOOTER PAY*/
#aym_wrap_footer_pay {border-top: 2px solid #228AC1;}

/*======================= INTERNAS ===========================*/

.aym_wrap_content {align-items: center; display: flex; flex-flow: column; max-width: 1050px; padding: 0; width: 70%}
.aym_wrap_content .aym_content p {margin-bottom: 15px;}

/*LISTADO DE NOTICIAS*/
#aym_wrap_content #aym_title_list_news {border-bottom: 0 !important; justify-content: space-between;} 
#aym_wrap_content .aym_wrap_list_news {box-sizing: border-box;}
#aym_wrap_content .aym_wrap_list_news .aym_list_news {border: 1px solid #ccc; border-bottom: 3px solid #228AC1; box-sizing: border-box; display: flex; flex-flow: column; height: 100%; justify-content: space-between; margin: 20px 0; padding: 15px;} 
#aym_wrap_content .aym_wrap_list_news .aym_list_news:first-child {background: rgba(0,0,0,0.04); border: none; margin-top: 0; position: relative;} 
#aym_wrap_content .aym_wrap_list_news .aym_list_news:first-child time {padding-bottom: 10px; padding-right: 50px;} 
#aym_wrap_content .aym_wrap_list_news .aym_list_news:first-child::after {background: #fff; border-color: transparent transparent transparent #228AC1; border-style: solid; border-width: 40px 0 0 40px;content: ''; height: 0; position: absolute; right: -1px; top: -1px; width: 0;} 
#aym_wrap_content .aym_wrap_list_news .aym_list_news {}
#aym_wrap_content .aym_wrap_list_news .aym_list_news time {display: block; font-family: Myriad; text-align: right;}
#aym_wrap_content .aym_wrap_list_news .aym_list_news h3 {text-transform: uppercase;}
#aym_wrap_content .aym_wrap_list_news .aym_list_news span {font-style: normal;}
#aym_wrap_content .aym_wrap_list_news .aym_list_news p {box-sizing: border-box; font-family: Myriad; padding: 10px 0;}
#aym_wrap_content .aym_wrap_list_news .aym_list_news .aym_read_more {text-align: center;}
#aym_wrap_content .aym_wrap_list_news .aym_list_news .aym_read_more span {color: #00457b; font-style: normal;}

/*DETALLE DE NOTICIAS*/
#aym_wrap_content .aym_wrap_detail_news {}
#aym_wrap_content .aym_wrap_detail_news .aym_news_title {}
#aym_wrap_content .aym_wrap_detail_news .aym_news_title h2 {margin: 0; margin-top: 0; padding: 10px 0 0 0;}
#aym_wrap_content .aym_wrap_detail_news .aym_news_title p {box-sizing: border-box; font-weight: bold; padding: 0 0 10px 0;}
#aym_wrap_content .aym_wrap_detail_news .aym_news_content {padding: 20px 0; font-family: 'Myriad'; font-weight: normal; font-size: 1.125em; text-align: justify;word-wrap: anywhere;}
#aym_wrap_content .aym_wrap_detail_news .aym_news_content p {margin-bottom: 10px;}
#aym_wrap_content .aym_wrap_detail_news .aym_news_content a {color: #228AC1 !important;}
.aym_wrap_content_search .aym_wrap_detail_news .aym_news_content a {color: #228AC1 !important;}
#aym_wrap_content .aym_back {color: #00457b; padding: 20px 0;}

/*MI CUENTA*/
#aym_account {}
#aym_account h2{text-align: center; margin: 20px;}
#aym_account nav{font-family: Myriad; padding: 20px 0; text-align: center;}
#aym_account nav a {border-bottom: 3px solid transparent; color: #626363; cursor: pointer; display: inline-block; font-size: 1em; margin: 0 15px; padding: 5px; text-transform: uppercase;}
#aym_account nav a:hover, 
.aym_menu_active {border-bottom: 3px solid #228AC1 !important;}
#aym_account form {flex-flow: column;}
#aym_account form h3{padding-top: 15px;}

/*LISTADO DE BUSQUEDAS*/
main .aym_wrap_content_search:first-child {margin-bottom: 0;} 
main .aym_wrap_content_search:nth-child(2) {margin-top: 0;} 

.aym_wrap_content_search {align-items: center; display: flex; flex-flow: column; margin-top: 0 !important; padding: 0; width: 75%}
.aym_wrap_content_search * {transition: unset;}
.aym_wrap_content_search .aym_wrap_content_news{width: 100%;}
.aym_wrap_content_search .aym_wrap_detail_news .aym_news_title h2 {margin: 0 ; margin-top: 20px; padding: 10px 0;}
.aym_wrap_content_search .aym_wrap_detail_news .aym_news_content {padding: 20px 0; font-family: Myriad; font-size: 1.125em; font-weight: normal; overflow: auto; text-align: justify;}
.aym_wrap_content_search .aym_wrap_detail_news .aym_news_content p {margin-bottom: 10px;}
.aym_wrap_content_search .aym_wrap_detail_news .aym_news_content p:last-child {margin-bottom: 0;} 
.aym_line {border-bottom: 1px solid #ccc; height: 2px; width: 100%;}

.aym_wrap_content_search .aym_descript_document {border: none;}
.aym_wrap_content_search .aym_grid_document a {display:  block; margin-bottom: 10px;}
.aym_wrap_content_search .aym_grid_document a .aym_content_document{color: #228AC1; position: relative;}
.aym_wrap_content_search .aym_grid_document a .aym_content_document::after {color: #00457b; content: 'â€¢'; font-size: 2em; position: absolute; left: -.3em; top: 12px;}
.aym_wrap_content_search .aym_grid_document a:last-child .aym_content_document{border-bottom: none}
.aym_wrap_content_search .aym_grid_document a .aym_content_document figure {text-align: left;}
#aym_search_internal {}
#aym_search_internal ol {padding-left: 1.5em;} 
#aym_search_internal ol li .aym_link_search {color: #00457A !important;}
.aym_link_search li {list-style: decimal;}
.aym_link_search span{color: #00457A !important;}

/*RESTALTADO DE PALABRAS BUSQUEDA*/
.aym_highlight {color: #FFF400; font-weight: bold !important;}

/*SUSCRIPCION*/
#aym_account .aym_wrap_info_pay {border-bottom: 1px solid #00457b; padding: 10px 0;}
#aym_account .aym_wrap_info_pay.last {border: none !important;}
#aym_account .aym_wrap_info_pay h3 {color: #00457b;}

#frm_add_pay {}
#frm_add_pay .aym_wrap_field {display: flex; flex-flow: row wrap; justify-content: center;}
#frm_add_pay .aym_wrap_field.aym_flex_radio {display: flex; flex-flow: row nowrap; justify-content: center;}
#frm_add_pay .aym_wrap_field .aym_wrap_input_radio{border: 1px solid #00457b; box-sizing: border-box; cursor: pointer; padding: 10px; margin: 15px; position: relative; text-align: center; max-width: 160px; width: 20%;}
#frm_add_pay .aym_wrap_field .aym_wrap_input_radio:hover {background: #228AC1; border-color: #228AC1; color: #fff;}
#frm_add_pay .aym_wrap_field .aym_wrap_input_radio:hover label {color: #fff !important;}
#frm_add_pay .aym_wrap_field .aym_wrap_input_radio.active {background: #00457b; color: #fff;}
#frm_add_pay .aym_wrap_field .aym_wrap_input_radio.active label {color: #fff !important;}
#frm_add_pay .aym_wrap_field .aym_wrap_input_radio .aym_check{height: auto; margin: 0 !important; position: absolute; visibility: hidden;}
#frm_add_pay .aym_wrap_field .aym_wrap_input_radio .aym_check_label:before {content: ''; height: 100%; left: -3px; position: absolute; top: -3px; width: 100%;}
#frm_add_pay .aym_wrap_field .aym_wrap_input_radio .aym_check:checked + .aym_check_label:before {border: 3px solid #00457b;}
#frm_add_pay .aym_wrap_field .aym_wrap_input_radio + .aym_check:checked {background: #00457b; color: #fff;}
#frm_add_pay .aym_wrap_submit .aym_button_send {border: 1px solid #00457b; font-weight: bold; height: auto; margin: 0; padding: 10px 15px;}
#frm_add_pay .aym_wrap_submit .aym_button_send:hover {background: #228AC1;color: white;}
#frm_add_pay .aym_btn_pagar {background: #228AC1; border-radius: 5px; color: white; max-width: 250px; width: 100% !important;}
#frm_add_pay .aym_btn_pagar:hover {background: #00457b; color: white;}

.aym_wrap_pagos {align-items: center; background: #fff; display: flex; flex-flow: row wrap; justify-content: space-around; margin: 0 auto; padding: 15px 0;}
.aym_wrap_pagos input[type=image] {margin: 0; }
.aym_wrap_pagos .owl-item {align-items: center; display: flex; height: 60px; justify-content: center;}

/* PRELOADER */
#aym_preloader {text-align: center;}
#aym_preloader div {display: inline-block; padding: 20px 0; position: relative;}
#aym_preloader div::after {animation: preloader 1s linear infinite; border: 3px solid #f5f5f5; border-radius: 50%; border-top: 3px solid #00457b; content: ''; display: inline-block; height: 30px; position: relative; width: 30px;}

/* SHARE BUTTONS*/

.aym_share_buttons {display: flex; align-items: center;}
.aym_share_buttons .fb_iframe_widget{height: 25px; margin-right: 15px;}
@keyframes preloader {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}

/*404*/
.aym_404 {text-align: center;}

/*INDEX RESPONSE*/
.aym_logo_blue {display: none;}

@media print {
    .aym_logo_white {display: none;}
    .aym_logo_blue {display: inline-block;}
}


#aym_wrap_pay {background: rgba(0,0,0,0.03); margin-top: 86.25px; padding: 20px 0;}
#aym_wrap_pay section {max-width: 700px;}

.aym_print {margin-bottom: 20px;}
.aym_print a {background: #228AC1; color: #fff !important; display: inline-block; padding: 10px; margin-left: 20px;}
.aym_print a:hover {background: #00457b; color: #fff;}
.aym_print a:first-child {margin-right: 20px; margin-left: 0;}

/*Media queries*/
@media screen and (max-width: 1770px){
	.aym_title_fixed {margin: auto; max-width: 1600px; width: 90%;}
	/*.aym_wrap_content_search .aym_title_fixed {margin: auto; max-width: 1600px; width: 90%;}*/
}

@media screen and (max-width: 1399px){
	#aym_wrap_content #aym_head_news.aym_fixed_after{top:220px}
	#aym_wrap_content #aym_head_news.aym_fixed_before{top:167px}
	main {margin-top: 220px !important;}
	header{height: 200px;} 
    #aym_wrap_search {margin-top: 25px;}
}
@media screen and (max-width: 434px){
    main {margin-top: 150px !important;}
}

@media screen and (max-width: 1270px){
	#aym_wrap_content {grid-template-columns: repeat(2, 1fr);}
	#aym_wrap_content .aym_title_news.aym_fixed_after > div {flex-flow: row nowrap; margin-left: 5%; width: 44%;}
	/*.aym_fixed #aym_wrap_content .aym_title_news > div {margin-left: 5%; width: 44%;}*/
	
	#aym_wrap_content .aym_grid_news {grid-template-columns: 1fr; grid-template-rows: none !important; grid-auto-rows: auto;}
	#aym_wrap_content .aym_grid_news article {grid-row: auto !important; grid-column: auto !important;}
}

@media screen and (max-width: 1110px){
    .aym_close {right: 10px;}
}

@media (min-width: 1024.99px) and (max-width: 1331px) {
	#aym_renovate_header .aym_right_renovate .aym_bold{font-size: 1.8em;}
	#aym_renovate_header .aym_right_renovate .aym_italic{font-size: 1.5em;}
	#aym_renovate_header .aym_left_renovate .aym_bold{font-size: 1.5em;}
	#aym_renovate_header .aym_left_renovate .aym_italic{font-size: 1.2em;}
	#aym_renovate_header .aym_left_renovate .aym_italic:before{height: 18px; widows: 18px;}
	
}
@media screen and (max-width: 1024px){
	#aym_renovate_header {flex-wrap: wrap;}
	#aym_renovate_header .aym_left_renovate{width:100%; padding: 7px;display:block}
	#aym_renovate_header .aym_left_renovate .aym_italic{font-size: 1.4em;display: flex;width: 50%;justify-content: center;float: left; margin-left: 0}
	#aym_renovate_header .aym_left_renovate .aym_italic:before{left: 0; width: 26px; height: 26px}
	#aym_renovate_header .aym_left_renovate .aym_bold{font-size: 1.4em;display: flex;width: 50%;}
	#aym_renovate_header .aym_right_renovate{width:100%; padding:  0;display:flex}
	#aym_renovate_header .aym_right_renovate .aym_italic{font-size: 1.4em;display: flex;width: 50%;justify-content: center;float: left; margin-left: 0}
	#aym_renovate_header .aym_right_renovate .aym_bold{font-size: 1.3em;display: flex;width: 45%;padding: 0; margin-top: 0}
	#aym_renovate_header .aym_right_renovate .aym_bold:after{left: 0;top: 0;font-size:1.1em; display: none}
}
@media screen and (min-width: 900px){
	#aym_mobile{display: none !important;}
	.aym_mobile_icon{display: none;}
}

@media screen and (max-width: 899px){
	header {background: #00457b; box-sizing: border-box; height: 147px; top: 0 !important}
	main {margin-top: 147px !important;}
	#aym_wrap_header {box-sizing: border-box; flex-flow: row wrap; padding: 0 20px; padding-top: 0; position: relative; width: 100%;}
	#aym_wrap_header .aym_logo img {height: 55px;}
	#aym_wrap_header .aym_login {display: none; height: auto; order: -1; position: relative; width: 100%;}
	#aym_wrap_header .aym_login_responsive {display: block;}
	#aym_mobile{background: rgba(6,70,121,.98); box-sizing: border-box; display: none; height: calc(100vh - 147px); left: 0; opacity: 0.95; position: absolute; text-transform: uppercase; top: 147px; transition: unset; width: 100%; z-index: 20;overflow-y: scroll}
	#aym_mobile a{border: none !important; box-sizing: border-box; color: white !important; cursor: pointer; display: block; font-size: 13px; margin: 0 !important; padding: 20px !important; transition: all 0.4s linear; width: 100%;}
	#aym_mobile a:hover{background: white !important; border: none !important; color: rgb(6,70,121) !important;}
	.aym_menu{display: none;}
	.aym_mobile_icon{color: #fff; cursor: pointer; font-size: 30px; padding: 10px;}
	
	#aym_wrap_content .aym_title_news.aym_fixed_after > div {flex-flow: row nowrap; margin-left: 5%; width: 44%;}
	#aym_wrap_content .aym_title_news {padding-bottom: 10px;}
	#aym_wrap_content .aym_title_news h2,
	.aym_wrap_content_search .aym_wrap_detail_news .aym_news_title h2,
	#aym_wrap_content .aym_wrap_detail_news .aym_news_title h2{font-size: 1.125em; margin: 0;}
	#aym_wrap_content .aym_title_news > div {flex-flow: row nowrap;}
	#aym_wrap_content .aym_title_news .aym_btn_news a {font-size: .8em; padding: 5px;}
	
	#aym_wrap_content #aym_head_news.aym_fixed_after {top: 137px;}
	
	#aym_wrap_content .aym_wrap_detail_news .aym_news_title p {padding: 0;}
	
	.aym_wrap_content {width: 100%;}
	.aym_wrap_content .aym_content {box-sizing: border-box; padding: 0 10px;}
    .aym_wrap_content_search {width: 95%;}
	.aym_form {width: 95%;}
	.aym_form form {padding: 15px;}
	.aym_form form fieldset {padding: 15px;}
	.aym_form form fieldset .aym_two_column {-ms-display: grid; display: grid; grid-gap: 15px; grid-template-columns: 1fr;}
	.aym_form form .aym_link {flex-flow: row wrap; justify-content: center;}
	.aym_form form .aym_link a {width: 100%; text-align: center; padding: 10px 0;}
	
	.aym_wrap_content_search #aym_head_news.aym_fixed_after {top: 147px;}
	.aym_wrap_content_search .aym_title_fixed {width: 95%;}
	.aym_form {width: 100%;}
	
    #aym_wrap_menu_footer {flex-flow: row wrap;}
	#aym_wrap_menu_footer section {box-sizing: border-box; display: flex; flex-flow: row wrap; width: 100%;}
	#aym_wrap_menu_footer a {border-left: none; border-bottom: 1px solid #bbb; padding: 10px 0; width: 100%; text-align: center}
	#aym_wrap_menu_footer a:last-child {border-right: none;}
    #aym_wrap_menu_footer .aym_social {padding: 6px 0; justify-content: center;}
    #aym_wrap_menu_footer .aym_social a {margin: 0 5px; padding: 20px !important;}
    
	
	#aym_wrap_search {margin-top: 10px;}
	.aym_search input[type=text] {height: 45px; width: 70%;}
	.aym_search span {height: 45px;}
	#aym_frm_search select#cat_nam {height: 45px;}
	.aym_search span::after {height: 23px;}
	.aym_search input[type=submit] {background: url('/aym_image/aym_ico/aym_lupa.png') no-repeat center / 30px, linear-gradient(to bottom, rgba(34,138,193,.9) 0%, rgba(0,95,171,.9) 100%); min-width: 60px;}
	.aym_search input[type=submit]:hover {background: url('/aym_image/aym_ico/aym_lupa.png') no-repeat center / 30px, linear-gradient(to bottom, rgba(0,95,171,.9) 0%, rgba(34,138,193,.9) 100%);}
	
	.aym_link_renovate img{left: -10px;}
	.aym_link_renovate .aym_close{right: -10px;}
}



@media screen and (max-width: 330px){
	#aym_wrap_content .aym_title_news h2{font-size: 1em;}
}


@media screen and (max-width: 800px){
    #aym_detail article.aym_descript {width: 90%;} 
    #aym_detail .aym_inner_content {width: 100%;}
}

@media screen and (max-width: 799px){
	#aym_wrap_header .aym_logo {padding: 10px 0 0 0;}
	/* #aym_wrap_header .aym_mobile_icon {margin-right: 2%;}*/
	
	#aym_wrap_content {grid-template-columns: 1fr;}
	#aym_wrap_content .aym_title_news {padding-bottom: 20px;}
	#aym_wrap_content .aym_title_news .aym_btn_news {display: flex; margin-left: 0;}
	
	#aym_wrap_content .aym_wrap_content_document {border-left: none; padding: 0;}
    
    .aym_content_document .aym_descript_document {border: 0; padding: 0;}
	
	.aym_request_link {grid-template-columns: repeat(1, 1fr); grid-template-rows: repeat(3, auto);}
	.aym_request_link a {grid-row: auto!important; grid-column: auto !important; padding: 15px 30px 15px 10px;}
	
	.aym_link_renovate{top:auto;bottom: 0;}
}

@media screen and (max-width: 699px){
	#aym_wrap_content .aym_title_news.aym_fixed_after > div {flex-flow: row nowrap; margin: 0 auto !important; width: 90% !important;}
	.aym_grid_list_news {grid-template-columns: 1fr;} 
	.aym_grid_list_news .aym_wrap_list_news .aym_news_title {flex-flow: row wrap;}
    
    #frm_add_pay .aym_wrap_field.aym_flex_radio {display: flex; flex-flow: row wrap; justify-content: center;}
	
	.aym_wrap_paginador {flex-flow: row wrap;}
	.aym_wrap_paginador .aym_pagina {font-size: .8em; padding: 5px; margin: 2px;}
	.aym_wrap_paginador .aym_pagina_active {font-size: .8em; padding: 5px; margin: 2px;}
	.aym_wrap_paginador .aym_pagina:hover {font-size: .8em; padding: 5px; margin: 2px;}
} 

@media screen and (max-width: 650px){
	#aym_frm_search select#cat_nam {background: rgba(255,255,255,.9) url('/aym_image/aym_ico/aym_flecha.png') right 0.4em center/1rem no-repeat; color: transparent; padding: 10px 15px; position: relative; width: 25px;} 
	aym_link_renovate{position: absolute;}
}

@media screen and (max-width: 464px){
	#frm_add_pay .aym_wrap_field .aym_wrap_input_radio {max-width: none; width: 100%;}
}

/*responsive alerta renovaciÃ²n */
@media screen and (max-width: 942px){
	.aym_right_renovate .aym_italic{font-size: 1em;width: 50%;padding-left: 5px}
	#aym_renovate_header .aym_right_renovate .aym_bold:after{font-size: .25em}
}


@media screen and (max-width: 742px){
	#aym_renovate_header .aym_right_renovate .aym_bold{font-size: 1.5em}
	#aym_renovate_header .aym_right_renovate .aym_bold:after{font-size: .35em}
}
@media screen and (max-width: 555px){
	#aym_renovate_header {flex-wrap: wrap;}
	#aym_renovate_header .aym_left_renovate{padding: 7px 0;display:block; margin-left: 0;width: calc(50% - 10px)}
	#aym_renovate_header .aym_left_renovate .aym_italic{font-size: 1em;display: flex;width: 100%;justify-content: center;float: left; margin-left: 0}
	#aym_renovate_header .aym_left_renovate .aym_italic:before{left: 0; width: 16px; height: 16px}
	#aym_renovate_header .aym_left_renovate .aym_bold{font-size: 1em;display: flex;width: 100%;justify-content: center}
	#aym_renovate_header .aym_right_renovate{padding: 7px 0;display:flex; width: calc(50% - 10px); flex-wrap: wrap;}
	#aym_renovate_header .aym_right_renovate .aym_italic{font-size: 1em;display: flex;width: 100%;justify-content: center;float: left; margin-left: 0}
	#aym_renovate_header .aym_right_renovate .aym_bold{font-size: .90em;display: flex;width: 100%;justify-content: center;padding: 0}
	#aym_renovate_header .aym_right_renovate .aym_bold:after{left: 0;top: 0;font-size:1em; display: none}
}
@media screen and (max-width: 400px){
	#aym_renovate_header .aym_left_renovate .aym_italic{font-size: .75em; margin-left: 0}
	#aym_renovate_header .aym_left_renovate .aym_bold{font-size: .75em; }
	#aym_renovate_header .aym_right_renovate .aym_italic{font-size: .75em; margin-left: 0}
	#aym_renovate_header .aym_right_renovate .aym_bold{font-size: .75em; }
}
