@media screen and (max-width:1250px) {

    section.submenu {
        overflow: hidden;
        padding: 0;
        height: auto;
    }
    section.submenu div.content {
        max-width: 100%;
        overflow-x: auto;
        padding: 1rem 0;
        height: 140px;
        display: flex;
        align-items: center;
    }
    section.submenu ul li:first-child {
        padding-left: 1.5rem;
    }
    section.submenu ul li:last-child {
        padding-right: 1.5rem;
    }
    section.submenu ul li a {
        white-space: nowrap;
    }


}

@media screen and (max-width:1120px) {

    div#wrapper {
        margin-top: 235px;
    }

    nav#main div.content > ul > li,
    div#submenu ul li,
    nav#main div.content > ul > li > div > ul li {
        font-size: 14px;
    }
}

@media screen and (max-width:991px) {
    .desktop{
      display: none !important;
    }
    .mobile{
      display: block !important;
    }
    div#wrapper {
        margin-top: 65px;
    }

    header div.topbar {
        background: linear-gradient(0deg, #A6B200 0%, #C3D100 100%);
        border-bottom: 3px solid #fff;
    }
    .mainMenu {
        float: right;
        margin-left: 25px
    }
    nav#main, div#submenu {
        display: none;
    }

    header div.topbar div.info-web div.social,
    header div.topbar div.info-web div.search,
    header div.topbar div.info-web div.date,
    header div.topbar div.info-web div.account {
        display: none;
    }

    header div.topbar div#logo {
        display: none;
    }
    header div.topbar div#logo-mobile {
        display: block;
    }

    #nav-icon{
        width:29px;
        height:26px;
        position:relative;
        margin:0 auto;
        -webkit-transform:rotate(0);
        -moz-transform:rotate(0);
        -o-transform:rotate(0);
        transform:rotate(0);
        -webkit-transition:.5s ease-in-out;
        -moz-transition:.5s ease-in-out;
        -o-transition:.5s ease-in-out;
        transition:.5s ease-in-out;
        cursor:pointer;
        z-index:99999;
    }
    #nav-icon span{
        display:block;
        position:absolute;
        height:4px;
        width:100%;
        background:#ffffff;
        border-radius:9px;
        opacity:1;
        left:0;
        -webkit-transform:rotate(0);
        -moz-transform:rotate(0);
        -o-transform:rotate(0);
        transform:rotate(0);
        -webkit-transition:.25s ease-in-out;
        -moz-transition:.25s ease-in-out;
        -o-transition:.25s ease-in-out;
        transition:.25s ease-in-out;
    }
    #nav-icon span:nth-child(1){
        top:0;
        -webkit-transform-origin:left center;
        -moz-transform-origin:left center;
        -o-transform-origin:left center;
        transform-origin:left center;
    }
    #nav-icon span:nth-child(2){
        top:9px;
        -webkit-transform-origin:left center;
        -moz-transform-origin:left center;
        -o-transform-origin:left center;
        transform-origin:left center;
    }
    #nav-icon span:nth-child(3){
        top:18px;
        -webkit-transform-origin:left center;
        -moz-transform-origin:left center;
        -o-transform-origin:left center;
        transform-origin:left center;
    }
    #nav-icon.open span:nth-child(1){
        -webkit-transform:rotate(45deg);
        -moz-transform:rotate(45deg);
        -o-transform:rotate(45deg);
        transform:rotate(45deg);
        top:0;
        left:3px;
    }
    #nav-icon.open span:nth-child(2){
        width:0%;
        opacity:0;
    }
    #nav-icon.open span:nth-child(3){
        -webkit-transform:rotate(-45deg);
        -moz-transform:rotate(-45deg);
        -o-transform:rotate(-45deg);
        transform:rotate(-45deg);
        top:21px;
        left:3px;
    }

    #slider div.slide-carousel div.slide-general {
        padding: 2.5rem 0;
        min-height: 265px;
    }
    #slider div.slide-carousel div.slide-general div.title {
        font-size: 4.55vw;
    }

    section {
        padding: 3rem 0;
    }

    h1, .h1 {
        font-size: 2.25rem;
    }
    h2, .h2 {
        font-size: 2rem;
    }

    .new {
        min-height: 305px;
        padding: 4rem 1rem 1rem 1rem;
    }

    section.magazines {
        text-align: center;
        background: url(../img/bg-magazines-home-mobile.jpg) center center no-repeat;
        background-size: auto;
        background-size: cover;
    }
    section.magazines div.flex > div,
    div.row-filter > aside,
    div.row-filter > article {
        width: 100%;
    }
    section.magazines div.flex > div:first-child {
        margin-bottom: 1.5rem;
    }
    #mobile-search-content {
        display: block;
    }

    section.companies {
        padding: 1.5rem 0.5rem;
    }

    div.row-filter {
        flex-wrap: wrap;
    }

    div.filter span.close-filter-mobile,
    div.filter div.title-filter-mobile {
      display: block;
    }
    div.filter div.filter-mobile {
        background: #ffffff;
        width: 302px;
        height: calc(100dvh - 63px);
        padding: 32px 1rem;
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
        position: fixed;
        top: 63px;
        left: -302px;
        transition: left .3s;
        overflow-y: auto;
        z-index: 9999;
    }
    div.filter div.filter-mobile.active {
        left: 0;
    }
    div.filter div.button-filter-mobile {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-bottom: 1.5rem;
        font-size: 15px;
        font-weight: 700;
        color: #3D3D3D;
    }
    div.filter div.button-filter-mobile span {
        display: inline-flex;
        align-items: center;
        cursor: pointer;
    }
    div.filter div.button-filter-mobile span img {
        margin-left: 0.5rem;
    }

    div.contact article {
        padding: 2rem 1rem;
    }

    div#wrapper.section iframe {
        height: 340px !important;
    }
    div.page1 aside,
    div.page2 aside,
    div.page3 aside {
        margin-bottom: 1.5rem;
    }

    div.newsletter div.content {
        flex-direction: column-reverse;
        text-align: center;
    }
    div.newsletter div.image-newsletter {
        text-align: center;
        margin: 0 auto;
    }
    div.newsletter p {
        margin: 0 auto 1.5rem auto;
    }

    .image-carousel-content {
        margin-bottom: 1.5rem;
        padding: 0;
    }
    .image-carousel .owl-dots {
        display: flex;
        top: initial;
        bottom: 1rem;
        left: 50%;
        transform: translateX(-50%);
        flex-direction: row;
        justify-content: center;
        width: auto;
        height: auto;
        margin: 0;
    }
    .owl-carousel .owl-dot {
        width: 10px !important;
        height: 10px !important;
        margin: 10px !important;
        background: rgba(61,61,61,0.4) !important;
    }
    .owl-carousel .owl-dot.active {
        background: #3D3D3D !important;
        width: 12px !important;
        height: 12px !important;
        margin: 9px !important;
    }
   .image-carousel .owl-dot {
        background: rgba(255,255,255,0.4) !important;
   }
   .image-carousel .owl-dot.active {
        background: #ffffff !important;
    }
    .image-carousel .owl-item, div.image {
        min-height: 397px !important;
    }

    .post .tag {
        left: initial;
        right: 1rem;
    }

    #wrapper.news section h2 {
        text-align: center;
    }
    #wrapper.news section .post h2 {
        text-align: left;
    }
    .features-posts {
        background: #333333;
    }
    .features-posts article.post div.post-details {
        background: #ffffff;
        border-radius: 20px;
    }
    .features-posts article.featured div.image-new {
        height: 288px;
    }
    .features-posts article.featured div.post-details {
        margin-right: auto;
        margin-top: -2rem;
        padding: 1.5rem;
        width: 100%;
        max-width: 100%;
    }
    .features-posts article.featured div.post-details h2 {
        font-size: 2rem;
    }
    .features-posts article.featured-min div.post-details {
        padding: 3.5rem 1.5rem 1.5rem 1.5rem;
    }
    .features-posts article.featured-min div.post-details h2,
    .most-read-news .posts > div:first-child article.post h2 {
        font-size: 16px;
    }
    .features-posts article.featured-min > a,
    .most-read-news article.post > a {
        position: relative;
        margin-bottom: -2rem;
    }
    .features-posts article.featured-row {
      flex-direction: column;
    }
    .features-posts article.featured-row > a {
        max-width: 100%;
        margin-right: 0;
        flex: 100% 0 0;
    }

    .most-read-news {
        padding: 1.5rem;
        background: #333333;
        border-radius: 0;
        margin: 0 -1.5rem 2.5rem -1.5rem;
    }
    .most-read-news div.title {
        color: #ffffff;
        text-align: center;
        margin-bottom: 1.5rem;
    }
    .most-read-news article.post div.post-details {
        background: #ffffff;
        padding: 3.5rem 1.5rem 1.5rem 1.5rem;
        border-radius: 20px;
    }
    .most-read-news .posts > div:first-child article.post {
        border-radius: 20px;
        border: 2px solid #A6B200;
        padding-bottom: 0;
        margin-bottom: 1.5rem;
        height: auto;
        background: #ffffff;
    }
    .most-read-news .posts > div:ladt-child article.post {
        padding-bottom: 0;
    }

    article.post div.post-details h2 {
        height: auto !important;
    }
    article.post div.post-details h2 span {
        -webkit-line-clamp: none;
        line-clamp: none;
    }


    .distribution {
        background: transparent;
        padding: 0;
    }
    .distribution div.content {
        padding: 2rem 0;
    }
    .distribution .tab-header-mobile {
        display: flex;
        align-items: center;
        min-height: 96px;
        padding-left: 3rem;
        padding-right: 1.5rem;
    }
    .distribution .tab-header-mobile:before {
        height: 100%;
        top: 0;
        left: 1rem;
        background: #A8A8A8;
    }
    .distribution .tab-header-mobile.active:before {
        background: linear-gradient(0deg, #A6B200 0%, #C3D100 100%);
    }
    .distribution .tabs-container:before,
    .distribution .tabs-height {
        display: none;
    }
    .distribution .tab-content {
        border-left: 0;
        padding-left: 0;
        margin-left: 0;
    }
    .distribution .tab-section {
        padding: 0 1.5rem 0 3rem;
        position: relative;
    }
    .distribution .tab-section:before {
        content: '';
        width: 2px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 2rem;
        background: linear-gradient(0deg, #A6B200 0%, #C3D100 100%);
    }
    .distribution .tab-section p img {
        float: none !important;
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 0 1.5rem 0 !important;
    }

    
    footer div.footer-top {
        padding: 2rem 0 1rem 0;
    }
    footer div.logo-footer {
        padding-bottom: 2rem;
    }
    footer div.social {
        display: block;
    }

    div#wrapper.register {
        background: linear-gradient(0deg, #A6B200 0%, #C3D100 100%);
        padding: 4rem 20px;
    }
    .register .logo {
        display: none;
    }
    .register .content-register {
        padding: 32px 24px;
    }
    .tab-register {
        padding: 6px;
    }
    .tab-register a {
        height: 28px;
        line-height: 28px;
    }

}
@media screen and (max-width:768px) {

    body,
    footer div.footer-top,
    footer ul li {
        font-size: 14px;
    }
    section.magazines,
    footer div.title-footer {
        font-size: 17px;
    }


    .image-principal figcaption {
        font-size: 12px;
    }

    .register form div.conditions {
        flex-direction: column;
        padding: 0;
    }

}

@media screen and (max-width:600px) {

    form div.form-submit input {
        width: 100%;
    }
    div.content > a.button,
    div.page1 a.button,
    div.page2 a.button,
    div.page3 a.button {
        width: 100%;
        text-align: center;
    }

    section.magazines div.magazines-carousel {
        max-width: 315px;
        padding: 0;
    }
    section.magazines div.magazines-carousel div.magazine {
        width: 106px;
        padding: 0.5rem 0.75rem;
    }
    div.magazines div.magazine strong {
        font-size: 12px;
    }
    div.magazines div.box-magazine {
        width: 130px;
    }
    div.magazines div.box-magazine div.magazine {
        padding: 1rem 0.5rem;
    }

    .home section.description ul li {
        width: calc(50% - 0.5rem);
    }

    .related-carousel {
        max-width: 95%;
    }
    .related-carousel .owl-stage-outer {
        overflow: visible !important;
    }

    div.directory div.info-title {
        flex-direction: column;
        font-size: 12px;
    }
    div.directory div.info-title > div {
        margin: 0 0 8px 0;
    }

    div.company {
        flex-direction: column;
    }
    div.company > a {
        max-width: 100%;
    }
    div.company div.product-image {
        height: 190px;
        margin-bottom: 0.5rem;
    }
    div.company div.product-details {
        padding: 0.5rem 0;
    }

    div.product:not(.company) {
        font-size: 10px;
    }
    div.product:not(.company) div.product-image {
        height: 225px;
    }
    div.product:not(.company) div.product-details h2 {
        font-size: 14px;
        height: 40px;
    }
    div.product:not(.company) div.product-details p.description {
        display: none;
    }


    section.submenu div.content {
        height: 88px;
    }

    div.pagination ul li {
        height: 22px;
        width: 22px;
        line-height: 22px;
    }

    div.newsletter {
        padding: 1.5rem 1rem;
    }
    div.newsletter div.content {
        padding: 1rem 1rem;
    }
    div.newsletter div.image-newsletter {
        max-width: 115px;
    }
    div.newsletter div.title-newsletter {
        font-size: 1.4rem;
    }
    div.newsletter form div.form-block {
        background: transparent;
    }
    div.newsletter form div.form-block input.txt {
        margin-bottom: 1rem;
        border: 1px solid #A6B200;
    }
    div.newsletter form div.form-block input.button {
        position: initial;
        top: initial;
        right: initial;
        width: 100%;
        height: auto;
        text-align: center;
        border-radius: 20px;
    }

    .news article.post div.post-image,
    .most-read-news .posts > div:first-child article.post div.post-image {
        height: 180px;
    }

    .register h1 {
        font-size: 1.5rem;
    }

    div.claim-register div.title {
        font-size: 1.65rem;
    }

}