<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face{
    font-family: 'Montserrat';
    font-weight: 400;
    font-style: normal;
    src: url('/fonts/Montserrat-Regular.ttf') format('truetype');
}

/* HEADER PROTOIRO */
.menu-icon-noticia{
    position: relative;
    display: block;
    height: 32px;
    top: 0;
    cursor: pointer;
    float: right;
}
.menu-icon-noticia span{
	position: relative;
	display: block;
	width: 24px;
	height: 2px;
	background-color: black;
    transition: all 0.5s, background 0s;
    -webkit-transition: all 0.5s, background 0s;
    -moz-transition: all 0.5s, background 0s;
    -ms-transition: all 0.5s, background 0s;
	-o-transition: all 0.5s, background 0s;
}
.current-area {
    position: absolute;
    display: inline-block;
    padding-left: 20px;
    font-family: 'Montserrat';
    color: #c0a062;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    z-index: 3;
}
.close-menu{
	position: relative;
    display: block;
    font-family: 'Montserrat';
    color: #c0a062;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    margin-top: 40px;
    margin-left: 70px;
}
.menu-icon-noticia .icon-top-line {
    background-color: black;
    top: 15px;
    width: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.menu-icon-noticia .icon-center-line {
    width: 25px;
}
.menu-icon-noticia:hover .icon-center-line {
    width: 46px;
}
.menu-icon-noticia .icon-bottom-line {
    background-color: black;
    top: 7px;
    width: 10px;   
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

/* NOTICIA BODY */
.news-image{
    padding: 0;
    background-color: #f8f8f8;
    margin-top: 78px;
}
.news-image .image-wrapper{
    position: relative;
    margin-left: 25%;
    margin-right: 25%;
}
.line{
    position: relative;
    padding-left: 50px;
    margin-top: 80px;
}
span.date-line{
    position: relative;
    display: block;
    background-color: #eeeeee;
    width: 100%;
    height: 2px;
}
.date-wrapper{
    position: relative;
    margin-top: 68px;
    font-family: 'Lora';
    color:  #808080;
    font-size: 22px;
    font-style: italic;
    line-height: 27px;
    text-align: left;
    text-indent: 30px;
    padding-left: 0px;
}
.news-body{
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 20px;
    padding: 0px;
}
.news-body-title-wrapper{
    font-family: 'Montserrat';
    color:  #c0a062;
    font-size: 30px;
    font-weight: 400;
    line-height: 45px;
    text-align: left;
}
.news-body-wrapper{
    font-family: 'Lora';
    color:  #808080;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
}
.news-body-wrapper a{
    font-family: 'Lora';
    color:  #282828;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-decoration: underline;
    text-align: left;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.news-body-wrapper a:hover{
    color: #c0a062;
}
.social-wrapper{
    position: fixed;
    display: block;
    bottom: 0;
    right: 15px;
    cursor: pointer;
    transform: translateY(-35%);
    -webkit-transform: translateY(-35%);
    -moz-transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    -o-transform: translateY(-35%);
}
.social-wrapper .fa-facebook{
    visibility: hidden;
    font-size: 20px;
    background-color: black;
    color: white;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    opacity: 0.8;
}
.social-wrapper .fa-google-plus {
    visibility: hidden;
    font-size: 20px;
    background-color: black;
    color: white;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    opacity: 0.8;
}
.social-wrapper .fa-twitter {
    visibility: hidden;
    font-size: 20px;
    background-color: black;
    color: white;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    opacity: 0.8;
}
.social-wrapper .fa-share-alt{
    font-size: 20px;
    background-color: black;
    color: white;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    opacity: 0.8;
}
.social-wrapper .fa-times {
    font-size: 20px;
    background-color: black;
    color: white;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    opacity: 0.8;
}
.social-wrapper .facebook-icon-mobile,
.social-wrapper .google-icon-mobile,
.social-wrapper .twitter-icon-mobile{
    position: absolute;
    display: inline-block;
    padding-top: 18px;
    right: 0;
    top: -18px;
    z-index: -1;
    transition: right .5s ease-in-out;
    -webkit-transition: right .5s ease-in-out;
    -moz-transition: right .5s ease-in-out;
    -ms-transition: right .5s ease-in-out;
    -o-transition: right .5s ease-in-out;
}
.social-wrapper .facebook-icon-mobile.open{
    right: 150px;
}
.social-wrapper .google-icon-mobile.open{
    right: 100px;
}
.social-wrapper .twitter-icon-mobile.open{
    right: 50px;
}
/* RESPONSIVE */
@media screen and (min-width: 320px) and (max-width: 1199px){
    .news-image .image-wrapper{
        margin-left: unset;
        margin-right: unset;
    }
}
@media screen and (max-width: 767px){
    .header-wrapper-left{
        padding-left: 15px
    }
}
 @media screen and (max-width: 1000px){
    .line{
        padding-left: 15px;
    }
    .date-wrapper{
        text-indent: 4px;
    }
    span.tablet-desktop{
        display: none;
    }
    .news-body{
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
 }
 @media screen and (min-width: 768px){
    .header-wrapper-right .fa-facebook,
    .header-wrapper-right .fa-google-plus,
    .header-wrapper-right .fa-twitter,
    .header-wrapper-right .fa-share-alt, 
    .header-wrapper-right .fa-times{
        color: white;
        background-color: black;
    }
    .header-wrapper-right .fa-facebook,
    .header-wrapper-right .fa-google-plus,
    .header-wrapper-right .fa-twitter{
        visibility: visible !important;
        display: inline-block;
    }
    span.tablet-desktop{
        display: block;
    }
    span.mobile{
        display: none;
    }
 }
@media screen and (min-width: 1024px){
    .header-wrapper-right span {
        font-family: 'Montserrat';
        color: #808080;
        font-size: 15px;
        font-weight: 400;
        text-align: left;
    }
 }</pre></body></html>