font-face{
    font-family: 'Montserrat';
    font-weight: 400;
    font-style: normal;
    src: url('/fonts/Montserrat-Regular.ttf') format('truetype');
}

/* HEADER PROTOIRO */
.menu-icon 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: relative;
    display: block;
    padding-left: 20px;
    font-family: 'Montserrat';
    color: #c0a062;
    font-size: 15px;
    font-weight: 400;
    text-align: right;
    text-transform: uppercase;
    z-index: 3;
    margin-top: -2.5px !important;
    margin-right: 35px;
}
.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;
}
/* NOTICIAS BODY */
.title-container{
    margin-top: 99px;
}
.news{
    position: relative;
    width: 100%;
}
.news-wrapper{
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
.news-wrapper a,
.news-pagination a{
    text-decoration: none;
}
.news-wrapper:hover{
	background-color: #f8f8f8;
}
.title-wrapper{
	font-family: 'Montserrat';
	color:  #c0a062;
	font-size: 40px;
	font-weight: 400;
	line-height: 45.333px;
	text-align: left;
    margin-top: 60px;
	margin-bottom: 45px;
	text-transform: uppercase;
}
.date-wrapper{
	font-family: 'Lora';
	color:  #c0a062;
	font-size: 22px;
	font-style: italic;
	line-height: 29px;
	text-align: left;
	margin-bottom: 30px;
	margin-top: 30px;
}
.news-image-wrapper{
	margin-bottom: 30px;
}
.news-image-wrapper img{
    width: 100%;
}
.news-title-wrapper{
	font-family: 'Montserrat';
	color:  #282828;
	font-size: 22px;
	font-weight: 400;
	line-height: 27px;
	text-align: left;
	margin-bottom: 15px;
}
.news-description{
	font-family: 'Lora';
	color:  #808080;
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
	text-align: left;
	margin-bottom: 45px;
}
.info-wrapper{
    position: relative;
	border: 1px solid #eeeeee;
	margin-bottom: 20px;
	padding: 0px 15px;
}
.pagination-left-wrapper{
	position: relative;
	float: left;
	width: 60px;
	height: 100%;
}
.pagination-left-wrapper.enable{
    cursor: pointer;
}
.pagination-left-wrapper.enable:hover .arrow-left-wrapper .pagination-left-top,
.pagination-left-wrapper.enable:hover .arrow-left-wrapper .pagination-left-bottom{
    background-color: black;
}

.pagination-right-wrapper{
	position: relative;
    float: right;
    width: 60px;
    height: 100%;
}
.pagination-right-wrapper.enable{
    cursor: pointer;
}
.pagination-right-wrapper.enable:hover .arrow-right-wrapper .pagination-right-top,
.pagination-right-wrapper.enable:hover .arrow-right-wrapper .pagination-right-bottom{
    background-color: black;
}
.pagination-left-top{
	position: absolute;
    background-color: #dcdcdc;
    width: 10px;
    height: 2px;
    top: -3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.pagination-left-center{
    position: absolute;
    background-color: #dcdcdc;
    width: 26px;
    height: 2px;
    left: 3px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.pagination-left-bottom{
    position: absolute;
    background-color: #dcdcdc;
    width: 10px;
    height: 2px;
    top: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.arrow-left-wrapper{
	position: relative;
	display: inline-block;
    cursor: default;
}
.arrow-right-wrapper{
    position: relative;
    cursor: default;
    float: right;
    display: inline-block;
    top: 15px;
}
.previous-news a{
    position: relative;
    display: inline-block;
    left: 37px;
    top: -20px;
    font-family: 'Lora';
	color:  #282828;
	font-size: 18px;
	font-style: italic;
	line-height: 29px;
	text-align: left;
}
.previous-news.disable a,
.previous-news.disable{
    position: relative;
    display: inline-block;
    left: 37px;
    top: -20px;
    font-family: 'Lora';
    color:  #dcdcdc;
    font-size: 18px;
    font-style: italic;
    line-height: 29px;
    text-align: left;
    cursor: default;
}
.next-news a{
    position: relative;
    display: inline-block;
    font-family: 'Lora';
    color:  #282828;
    font-size: 18px;
    font-style: italic;
    line-height: 29px;
    text-align: left;
    right: 50px;
    top: -0px;
}
.next-news.disable a,
.next-news.disable{
    position: relative;
    display: inline-block;
    font-family: 'Lora';
    color: #dcdcdc;
    font-size: 18px;
    font-style: italic;
    line-height: 29px;
    text-align: left;
    right: 55px;
    cursor: default;
}
.pagination-right-top{
	position: absolute;
    background-color: #dcdcdc;
    width: 10px;
    height: 2px;
    top: -3px;
    right: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.pagination-right-center{
    position: absolute;
    background-color: #dcdcdc;
    width: 26px;
    height: 2px;
    right: 4px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.pagination-right-bottom{
    position: absolute;
    background-color: #dcdcdc;
    width: 10px;
    height: 2px;
    top: 3px;
    right: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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: 767px){
    .news-title-wrapper{
        font-size: 23px;
        height: auto !important;
    }
    .news-description{
        font-size: 15px;
        height: auto !important;
    }
}
@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 span{
        position: absolute;
        top: 20px;
        right: 20px;
    }
    .header-wrapper-right .fa-facebook,
    .header-wrapper-right .fa-google-plus,
    .header-wrapper-right .fa-twitter{
        visibility: visible !important;
        display: inline-block;
    }
    .header-wrapper-right .icones{
        position: relative;
        display: inline-block;
        float: right; 
        height: 50px;
        padding: 0px 20px;
    }
}
@media screen and (min-width: 1024px){
    .header-wrapper-right span {
        font-family: 'Montserrat';
        color: #808080;
        font-size: 15px;
        font-weight: 400;
        text-align: left;
    }
 }