@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap');
h1 {
    font-size: 2rem;
    margin: 2% 0;
    font-weight: 600;
}
h1, h2, h3, h4{
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    width: 93%;
}
p{
    width: 91%;
    text-align: left;
}
img{
    margin: 5% 0;
    width: 91%;
}
main{
    padding-bottom: 5%;
}
.banner{
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    padding-bottom: 5%;
}
.banner-lg{
    width: 100%;
    margin: 3% 0;
}
.banner-sm{
    display: none;
}
.text_content{
    position: absolute;
    top: 20%;
    padding: 0 5%;
}
.text_content p{
    width: 70%;
}
.navbarul li {
    line-height: 1.7;
    display: flex;
    align-items: center;
    gap: 2%;
}
header {
    color: white;
    background: var(--dblack)!important;
}
header .navbar {
    right: 7%;
}
.container{
    overflow: visible;
}
.table_container{
    overflow-x: scroll;
}
.tabla{
    width: 90%;
    padding: 5% 0;
}
thead tr {
    background: var(--lblack);
    height:70px;
}
thead th{
    color: white;
    text-align: center;
}
thead tr td span {
    color: white;
}
td{
    text-align: left;
    font-weight: 400;
    padding: 2%;
}
tr:nth-child(even) {
    background-color: #f2f2f2;
}
.home{
    height: auto;
}
.hero{
    width: 100%;
    height: auto;
    padding: 2% 0;
}
.blog-routes{
    display: flex;
    justify-content: center;
    padding-top: 1%;
}
.btn-read{
    padding: 0.8rem 1.6rem;
    position: relative;
    left: 70%;
    display: inline-block;
    background: var(--red);
    font-weight: 500;
    border-radius: 12rem;
    z-index: 50;
    margin-bottom: 5%;
}
.btn-read:hover{
    background: var(--lblack);
}
.btn-read a{
    color: white;
}
.subnav {
    position: relative;
    background: var(--breadcumb);
    height: auto;
    padding: 1% 0;
    margin-top: 2%;
}
.data-post {
    display: flex;
    width: 86%;
    justify-content: space-between;
}
.wraper{
    height: auto;
    padding: 5% 0;
}
hr {
    width: 86%;
    color: #f5f5f5;
    border: 1px solid;
    margin: 2% 0;
}
.breadcum_container{
    display: flex;
    gap: 7%;
    width: 71%;
    justify-content: space-between;
}
.navbar a:hover {
    background: var(--lred)!important;
    cursor: pointer;
}
span a{
    color: var(--dred);
    font-weight: 500!important;
}
.logo{
    width: 8%;
}
.blog-title {
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 1%;
}
.blog-title h4{
    margin: 0;
}
.breadcum{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 3%;
    /*margin-top: 2%;*/
}
.breadcum_containerh4{
    padding: 0;
}
.container{
    display: flex;
    width: 90%;
}
.article_list{
    width: 90%;
    padding: 0 2%;
}
ul li{
    display: flex;
    align-items: center;
    gap: 1%;
}
ul li p{
    padding-top: 2%;
    text-align: left;
}
ul li a strong p{
    width: 100%;
    font-weight: bold;
}
.ul_marging{
    margin: 5% 0;
}
.btn_md {
    padding: 1rem 3rem;
}
.old{
    display: grid;
    margin: 5% 0;
}
.old > *{
    flex: 1 1 100%;
}
.old-article{
    display: flex;
    flex-direction: column;
    background: var(--breadcumb);
    padding: 2%;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
    margin: 5% 0;
}
.old-text h3{
    text-align: left;
    padding: 0;
    margin: 5% 0;
    display: block;
}
.old-text small{
    display: block;
    margin: 2% 0;
}
input#btn-blog.btn_form {
    background: transparent;
    color: white;
    font-weight: 500;
}
article{
    flex: 1 1 38%;
}
.post_content {
    width: 95%;
    /*margin-top: 20%;*/
}
.post_content i{
    margin-right: 2%;
}
aside{
    flex: 1;
    position: sticky;
    
    padding: 0 3%;
    margin-bottom: 5%;
}
.aside_container {
    /*position: sticky;
    top: 20%;*/
    padding-top: 10%;
}
.latest{
    display: flex;
    flex-direction: column;
}
.post-card{
    display: flex;
    gap: 3%;
    align-items: center;
}
.post-card-text{
      white-space:pre-wrap;
      line-height: 0.2;
}
.post_card_footer {
    display: flex;
    gap: 3%;
}
.post_card_footer img {
    max-width: 15%;
    height: auto;
    border-radius: 50%;
}
.post_card_footer i {
    color: white;
    font-size: 2.7rem;
    padding-left: 1.4%;
    padding-right: 1.2%;
}
.post-card img {
    max-width: 25%;
    height: auto;
    border-radius: 50%;
}
.post_card_text p{
    white-space: nowrap;
}
.signature{
    min-height: 10vh;
    width: 87%;
    margin-bottom: 10%;
}
.signature_container {
    display: flex;
    align-items: center;
    gap: 2%;
}
.img_signature{
    width: 13%;
}
.img_signature img{
    border-radius: 50%;
}
.social i {
    font-size: 2rem;
}
form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f6f6f6;
    width: 100%;
    height: 300px;
    margin: 6% 0;
}
input[type='text'], input[type='email'] {
    margin: 4% 0;
    padding: 5% 4%;
    width: 90%;
    border-radius: 17px;
}
.foot{
    height: auto;
}
.foot_container{
    width: 85%;
    justify-content: center;
    margin: 0 auto;
}
.footer_logo img {
    width: 20%;
}
.foot h5, .foot p {
    color: white;
    font-weight: 300;
    text-align: left;
}
.shape_bottom {
    position: absolute;
    bottom: 0;
    z-index: 0;
}
.shape_bottom img{
    margin: 0;
    width: 100%;
}
 /* Accordion */
.accordion summary{
    gap: 5%;
    display: flex;
    padding: 1% 10%;
}
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 4% 1%;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  margin: 2% 0;
  display: flex;
  flex-direction: column;
  gap: 5%;
}
details .details-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1%;
    padding: 0 4%;
    justify-content: center;
    margin-bottom: 4%;
}
details .details-card:hover{
    background: white;
}
 .details-card img{
    width: 20%;
    border-radius: 50%;
}
.active, .accordion:hover {
  background-color: #ccc;
}

.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
} 

@media only screen and (max-width: 768px){
    .container{
        flex-direction: column;
    }
    p {
        width: 100%;
    }
    .blog-routes{
        margin-top: 6%;
    }
    .breadcum_container {
        gap:0;
    }
    h5, .social{
        text-align: center;
    }
    .post_content {
        margin-top: 7%;
    }
    .post-card img {
        max-width: 12%;
    }
    .form{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        flex-direction: column;
    }
    form{
        width: 50%;
    }
}
@media only screen and (max-width: 426px){
    .subnav {
    margin-top: 0%;
    padding: 4% 0;
    }
    .breadcum_container{
        display: flex;
        gap: 7%;
        width: 90%;
        justify-content: space-between;
        align-items: center;
    }
    .btn-read{
        margin-top: 5%;
        margin-bottom: 10%;
    }
     .banner-lg{
        display: none;
    } 
    .banner-sm{
        display: block;
        width: 100%;
    }
    h1{
        font-size: 1.6rem;
    }
    h2{
        font-size: 1.5rem;
    }
    h1, h2, h3, h4{
        text-align: left;
    }
    h5, .social{
        text-align: left;
    }
    hr {
        width: 100%;
    }
    ul li {
        margin: 2% 0;
    }
    .hero{
        width: 100%;
        height: auto;
        padding: 2% 0;
    }
    .blog-routes {
        margin-top: 17%;
    }
    .blog-title {
        width: 50%;
    }
    .logo {
         width: 60%;
    }
    .post_content {
         width: 100%;
         margin-top: 7%;
    }
    .post-card-text {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .post-card-text p{
        font-size:0.9rem;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .data-post {
        display: flex;
        width: 100%;
        justify-content: space-between;
        padding: 1%;
    }
    .latest{
    margin-top: 10%;
    }
    form {
     width: 100%;
    }
    .signature{
        width: 100%;
    }
    .img_signature {
        width: 25%;
    }
    .signature_container {
        flex-direction: column;
    }
}
@media only screen and (max-width: 424px){
    .breadcum_container{
    display: flex;
    gap: 7%;
    width: 90%;
    justify-content: space-between;
    align-items: center;
        padding-top: 2%;
}
    .logo {
        display: none;
    }
    .blog-routes {
        margin-top: 16%;
    }
    .hero {
        width: 100%;
        height: auto;
        padding: 2% 0;
    }
    .post_content {
        margin-top: 5%;
    }
    ul li {
        margin: 4% 0;
    }

}
@media(max-width:1440px){
    .post_content {
        width: 95%;
    }
    .post_content h3{
        width: 95%;
    }
}