@media (min-width:1200px){
    .header .container{
        width: 1280px;
    }
}
@media (max-width:530px){
    .primary-menu {
        padding: 10px 0 10px;
    }
    .nav#site-navigation ul li {
        display: block;
    }
    .nav ul.primary-menu li a {
        font-size: 12pt;
        padding: 20px 0;
    }
    .nav.top, .nav.redes {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }
    #menu-redes{
        padding-top: 20px;
    }
    .toggle-btn.js-toggle {
        display: block;
        margin: 5px auto;
		    height: 30px;
    }
    .toggle-btn span:not(.screen-reader-text)::after,
    .toggle-btn span:not(.screen-reader-text)::before,
    .toggle-btn span:not(.screen-reader-text)
    {
        background-color: white;
    }
    .collapsable-menus{
        height: 0;
        opacity: 0;
        transition: all 1s;
        overflow: hidden;
    }
    .collapsable-menus.active{
        height: auto;
        opacity: 1;
        transition: all 0.5s;
        overflow: auto;
    }
    .text-center-xs{
        text-align: center;
    }
    .widget-valuables .item-widget{ width: 100%;}
    .widget-valuables .item-widget:first-child{
        border-top-left-radius: 100%;
        border-top-right-radius: 100%;
        border-bottom-left-radius: 0;
    }
    .widget-valuables .item-widget:last-child{
        border-top-right-radius: 0%;
        border-bottom-right-radius: 100%;
        border-bottom-left-radius: 100%;
    }
    .video-frame {
        height: 200px;
    }
    .gallery-thumbs {
        height: calc(100% - 62px);
        top:62px;
    }
    .timeline{
        padding-top:62px;
    }
    .timeline .gallery-thumbs .swiper-slide::before { opacity:0.5;}
    .timeline .gallery-thumbs .swiper-slide .poste-year img{
        width:40px;
    }
    .timeline .gallery-thumbs .swiper-slide.swiper-slide-active .poste-year img{
        width:50px;
    }
    .timeline .gallery-thumbs .swiper-slide.swiper-slide-active .poste-year h3{
        margin-top:-30px;
    }
}