@charset "UTF-8";

@font-face {
    font-family: 'juliuslight';
    src: url('../fonts/proxima_nova_alt_light-webfont.eot');
    src: url('../fonts/proxima_nova_alt_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proxima_nova_alt_light-webfont.woff') format('woff'),
         url('../fonts/proxima_nova_alt_light-webfont.ttf') format('truetype'),
         url('../fonts/proxima_nova_alt_light-webfont.svg#proxima_nova_altlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'juliusblack';
    src: url('../fonts/proxima_nova_black-webfont.eot');
    src: url('../fonts/proxima_nova_black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proxima_nova_black-webfont.woff') format('woff'),
         url('../fonts/proxima_nova_black-webfont.ttf') format('truetype'),
         url('../fonts/proxima_nova_black-webfont.svg#proxima_novablack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'juliusregular';
    src: url('../fonts/proximanova-regular-webfont.eot');
    src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-regular-webfont.woff') format('woff'),
         url('../fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-regular-webfont.svg#proxima_novaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'juliusregular';
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.ax-container {
    width: 100vw;
    height: 100vh;
    position: relative;
}

.ax-content {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 60%;
}

.ax-content ul.ax-logos li,
.ax-content ul.ax-btns li{
    display: inline-block;
    vertical-align: middle;
    padding: 2%;
    width: 45%;
}

.ax-content ul.ax-logos li:nth-child(1){
    border-right: 1px solid #323232;
    text-align: right;
}

.ax-content ul.ax-logos li:nth-child(1) img {
    width: 50%;
}

.ax-content ul.ax-logos li:nth-child(2) img{
    width: 40%;
    padding: 0 0 0 5%;
}


.ax-content h1 {
	font-family: 'juliusblack';
	color:#323232;
	font-size: 45px;
	margin: 50px 0 20px;
	text-transform:uppercase;
}

.ax-content h1 span{
	font-family: 'juliuslight';
}

.ax-content p {
	color: #323232;
	font-size: 16px;
	width: 75%;
	margin: 0 auto 60px;
	line-height: 20px;
}

.ax-content p b{
    display: block;
    margin: 30px 0 0;
    font-family: 'juliusblack';
    font-size: 20px;
}

.ax-content ul.ax-btns li:nth-child(1){
    text-align: right;
}

.ax-content ul.ax-btns li a{
   border:2px solid #323232;
   padding:15px 70px 15px 20px;
   color:#323232;
   text-decoration:none;
   background-image:url(../img/flecha.svg);
   background-repeat:no-repeat;
   background-position:90%;
   transition: all .2s ease-in-out;
   box-sizing: border-box;
}

.ax-content ul.ax-logos li,
.ax-content ul.ax-btns li{
    display: inline-block;
    vertical-align: middle;
    padding: 2%;
    width: 45%;
    box-sizing: border-box;
}

.ax-content ul.ax-logos li:nth-child(1){
    border-right: 1px solid #323232;
    text-align: right;
}

.ax-content ul.ax-logos li:nth-child(1) img {
    width: 50%;
}

.ax-content ul.ax-logos li:nth-child(2),
.ax-content ul.ax-btns li:nth-child(2){
    text-align: left;
}

.ax-content ul.ax-logos li:nth-child(2) img{
    width: 40%;
    padding: 0 0 0 5%;
    box-sizing: border-box;
}

.ax-content ul.ax-arkix li a:hover{
	border:2px solid #F08E23;
	color: #ffffff;
    background-image: url(../img/flecha-hover.svg);
    background-position:90%;
	background-color: #F08E23;
}

.ax-content ul.ax-mkx li a:hover{
	border:2px solid #91268F;
	color: #ffffff;
    background-image: url(../img/flecha-hover.svg);
    background-position:90%;
	background-color: #91268F;
}

/*COMUNICADO*/
.ax-content-comunicado {
    width: 792px;
    margin: auto;
    position: relative;
}

.ax-content-comunicado .ax-logos {
    width: 100%;
    position: relative;
    margin: 30px 0 20px;
}

.ax-content-comunicado .ax-logos li{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

.ax-content-comunicado .ax-logos li:before{
    content: none;
}

.ax-content-comunicado .ax-logos li:nth-child(1){
    text-align: left;
}

.ax-content-comunicado .ax-logos li:nth-child(1) img{
    width: 40%;
    position: relative;
    left: -10px;
}

.ax-content-comunicado .ax-logos li:nth-child(2){
    text-align: right;
}

.ax-content-comunicado .ax-logos li:nth-child(2) img{
    width: 30%;
}

.ax-content-comunicado span {
    margin: 50px 0;
    display: block;
}

.ax-content-comunicado h1 {
    font-family: 'juliusblack';
    font-size: 18px;
    margin: 0 0 25px;
}

.ax-content-comunicado p {
    text-align: justify;
    margin: 0 0 25px;
    line-height: 24px;
}

.ax-content-comunicado p b{
    font-family: 'juliusblack';
}

.ax-content-comunicado ul {
    margin: 0 0 25px;
}

.ax-content-comunicado ul li{
    margin: 0 0 10px;
    position:relative;
    padding: 0 0 0 15px;
    box-sizing: border-box;
}

.ax-content-comunicado ul li:before{
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000000;
    left: 0;
    top: 5px;
}

.ax-atentamente {
    margin: 70px 0 0;
}

.ax-mas-info p {
    text-align: right;
}

/*MEDIAS QUERIES*/
@media screen and (max-width: 1024px){
    .ax-content p{
        width: 62%;
    }
    .ax-content ul.ax-btns li a {
        padding: 15px 45px 15px 10px;
        background-position: 93%;
        display: block;
        font-size: 15px;
    }
}

@media screen and (max-width: 768px){
    .ax-content ul.ax-logos li:nth-child(1) img {
        width: 100%;
    }
    .ax-content ul.ax-logos li:nth-child(2) img {
        width: 84%;
    }
    .ax-content p {
        width: 91%;
    }
    .ax-content ul.ax-btns li,
    .ax-content ul.ax-btns li a{
        display: block;
        width: 100%;
    }
    .ax-content ul.ax-btns li a{
        text-align:left;
    }
    .ax-content-comunicado {
        width: 100%;
        box-sizing: border-box;
        padding: 0 25px;
    }
}

@media screen and (max-width: 425px){
    .ax-content {
        width: 75%;
    }
    .ax-content h1 {
        font-size: 29px;
    }
    .ax-content-comunicado .ax-logos li:nth-child(1) img {
        width: 65%;
    }
    .ax-content-comunicado .ax-logos li:nth-child(2) img {
        width: 50%;
    }
    .ax-content ul.ax-btns li a {
        font-size: .9em;
    }
    .ax-mas-info {
        margin: 40px 0 0;
    }
    .ax-mas-info p{
        text-align: center;
    }
}

@media screen and (max-width: 375px){
    .ax-content h1 {
        font-size: 25px;
    }
    .ax-content ul.ax-btns li a {
        font-size: .8em;
    }
}