body{
    color: #333;
    font-family: "Open Sans", sans-serif;
	margin:0;
	padding:0;
	font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
  background-color:#ffffff;
    position:relative;
}
html {
  scroll-behavior: smooth;
}
.header{
position:relative;
height:130px;
background-color: #ffffff;
border-bottom:solid 3px #D0A32B;
}
footer{
  background-color: #222222;
 width: 100%;
  height:100px;
}
.top-news-box{
  display: flex;
  padding:40px 0;
}
@media screen and (max-width: 991px){
  .top-news-box{
  flex-direction: column;
  }
}
.top-article-img{
  position:relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 55%;
  margin-right: 15px;
  justify-content: end;
}
@media screen and (max-width: 991px){
  .top-article-img{
    width:100%;
    min-height: 300px;
    margin-right: 0;
  }
}
.article-top-block{
  position:relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 45%;
  margin-left: 15px;
}
@media screen and (max-width: 991px){
  .article-top-block{
    width: 100%;
    margin-left: 0;
    padding-top: 20px;
  }
}
.dark-bg{
  position: relative;
  width:100%;
  padding:30px 40px;
  background-color: rgba(0, 0, 0, 0.5);
  color:#ffffff;
}
.headline-1{
  font-family: "Open Sans", sans-serif;
font-weight: 700;
font-size: 24px;
line-height: 32px;
letter-spacing: 0%;
color:#ffffff
}
.article-autor{
  font-family: "Open Sans", sans-serif;
font-weight: 700;
font-size: 15px;
line-height: 32px;
letter-spacing: 0%;
color:#ffffff;
}
.read-more-1{
  font-family: "Nunito", sans-serif;
font-weight: 600;
font-size: 12px;
line-height: 16.34px;
letter-spacing: 0%;
color:#222222 !important;
background-color:#D0A32B;
padding:4px 10px;
display: inline-block;
  text-decoration: none;
  height: 25px;
}
.name-h2{
  font-family: "Open Sans", sans-serif;
font-weight: 700;
font-size: 48px;
line-height: 65.37px;
letter-spacing: 0%;
padding-bottom:17px;
}
@media screen and (max-width: 991px){
  .name-h2{
  font-size: 36px;
  line-height: 45px;
}
}
.article-datum{
  font-family: "Open Sans", sans-serif;
font-weight: 400;
font-size: 18px;
line-height: 32px;
letter-spacing: 0%;

}
.article-name1{
  font-family: "Open Sans", sans-serif;
font-weight: 700;
font-size: 24px;
line-height: 32px;
letter-spacing: 0%;
padding-bottom:10px;
}
.article-text{
  font-family: "Open Sans", sans-serif;
font-weight: 400;
font-size: 18px;
line-height: 32px;
letter-spacing: 0%;
padding-bottom:16px;
}
.read-more, .read-more2{  
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: left;
  color:#D0A32B;
  text-decoration: none;
  }
  .read-more::after{
    content: "";
    background:url(../images/arrow-read-more.svg) no-repeat center;
    display: inline-block;
    width:7px;
    height: 12px;
    margin-left:10px;
  }  
  .padd-bottom-art-top{
    padding-bottom: 45px;
  }
  .article-card{
    box-shadow: 0px 20px 80px 0px #C1C7D44D;
    background-color: #ffffff;
    width: 100%;
    margin-bottom: 45px;
  }
  .article-card-padding{
    padding:30px;
  }
  @media screen and (max-width: 991px){
    .article-card-padding{
      padding:15px;
    }
  }
.just-sb{
  display: flex;
  justify-content: space-between;
}
.article-name{
  font-family: "Open Sans", sans-serif;
font-weight: 700;
font-size: 19px;
line-height: 25.87px;
letter-spacing: 0%;
color:#222222;
padding: 13px 0 0;
}
.article-text-1{
  font-family: "Open Sans", sans-serif;
font-weight: 400;
font-size: 18px;
line-height: 25.87px;
letter-spacing: 0%;
color:#222222;
}
.autor-datum{
  font-family: "Open Sans", sans-serif;
font-weight: 600;
font-size: 13px;
line-height: 17.7px;
letter-spacing: 0%;
text-transform: uppercase;
color:#222222;
}
.article-img img{
  width: 100%;
  height:auto;
}
.view-more{
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 29.96px;
  letter-spacing: 0%;
  color:#222222;
  background-color: #D0A32B;
  width: 100%;
  height: 60px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.name-h4{
  font-family: "Open Sans", sans-serif;
font-weight: 700;
font-size: 16px;
line-height: 21.79px;
letter-spacing: 0%;
color:#222222;
}
.popular-article{
  display: flex;
  margin-bottom: 20px;
}
.pop-art-img{
  width: 30%;
}
.pop-art-img img{
  width: 100%;
  height: auto;
}
.pop-art-name{
  font-family: "Open Sans", sans-serif;
font-weight: 700;
font-size: 14px;
line-height: 19.07px;
letter-spacing: 0%;
color:#222222;
text-decoration: none;
}
a.pop-art-name:hover{
  color:#D0A32B;
  text-decoration: none;
}
.pop-art-body{
  width: 70%;
  padding-left: 15px;
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pop-art-datum{
  font-family: "Open Sans", sans-serif;
font-weight: 600;
font-size: 10px;
line-height: 13.62px;
letter-spacing: 0%;
color:#b3b1b1;
align-items: end;
}
.subscribe-block{
  position:relative;
  width: 100%;
  background-color: #222222;
  color:#ffffff;
  padding:50px;
  text-align: center;
  margin: 0 0 70px 0;
}

@media screen and (max-width: 991px){
  .subscribe-block{
    padding:20px 15px;
  }
}
.subscribe-form{
  width: 60%;
  max-width: 860px;
  padding: 15px 15px 15px 30px;
  background-color: #ffffff;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px){
  .subscribe-form{
    width: 100%;
    padding: 5px;
  }
}
.input-subscribe{
  border: none;
  background-color: #ffffff;
  color: #222222;
  width: calc(100% - 210px);
}
@media screen and (max-width: 991px){
  .input-subscribe{
    width: calc(100% - 100px);
  }
}
.button-1{
  font-family: "Open Sans", sans-serif;
font-weight: 600;
font-size: 18px;
line-height: 24.51px;
letter-spacing: 0%;
width: 200px;
height: 60px;
color: #222222;
background-color: #D0A32B;
border: none;
}
@media screen and (max-width: 991px){
  .button-1{
    width: 90px;
    overflow: hidden;
  }
}
.square-img-container{
  position: relative;
  width: 100%;
  padding-bottom: 96%;
  margin-bottom: 20px;
}
.square-img{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.pager{
  position: relative;
  float: right;
}
.pager a{
  font-family: "Open Sans", sans-serif;
  position: relative;
  float:left;
  width: 34px;
  height: 34px;
  border:solid 1px #e3e3e3;
  background-color: #ffffff;
  margin-left: -1px;
  color:#D0A32B;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  padding-top: 6px;
}
.pager a.active{
  color:#222222;
  background-color: #D0A32B;
}
.search-form{
  position: relative;
  width: 100%;
  height: 48px;
  background-color: #ffffff;
  border: solid 2px #D0A32B;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 40px;
}
.input-search{
border:none;
font-family: "Open Sans", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 23.15px;
letter-spacing: 4%;
color: #222222;
width:calc(100% - 60px);
}
input:focus-visible{
 border:none;
 outline: none;
}
.search-button{
  font-family: "Open Sans", sans-serif;
  background-color: #D0A32B;
  color: #222222;
  height: 46px;
  border: none;
  width: 60px;
}
.name-h3{
  font-family: "Open Sans", sans-serif;
font-weight: 700;
font-size: 30px;
line-height: 36.63px;
letter-spacing: 0%;
color: #222222;
padding-bottom: 20px;
}
.article-head{
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color:#ffffff;
  margin-bottom:60px;
}
.article-head::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .6);
}
.article-head-name{
  font-family: "Open Sans", sans-serif;
font-weight: 700;
font-size: 45px;
line-height: 61.28px;
letter-spacing: 0%;
text-align: center;
padding-bottom: 20px;
}
@media screen and (max-width: 991px){
  .article-head-name{
    font-size:36px;
line-height: 45px;
  }
}
.article-head-subname{
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 16.34px;
  letter-spacing: 0%;
}
.select-form select {
  color:#222222 !important;
  font-weight: bold;
  background-color: #ffffff !important;
  border: solid 2px #D0A32B;
  font-family: "Open Sans", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 23.15px;
letter-spacing: 4%;
height: 48px;
width: 100%;
  background-image: url(../images/select-arr.svg) ;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 60px;
}
@media screen and (max-width: 991px){
.select-form {
  margin-bottom: 20px;
}}
.select-form option {
  color: #000;
  background: #fff;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

select::-ms-expand {
  display: none;
}