    section {
        /* height: 100vh; */
    }
    
    .header {
        background: url(../img/header.jpg) no-repeat center;
    }
    
    section.subm {
        min-height: 40vh;
    }
    
    section.subm .imgs {
        margin: 0 3em;
    }
    
    section.subm .imgs img {
        /* max-height: 111px; */
        margin: 0 auto;
        padding: 1em;
    }
    
    section.subm .mot {
        position: absolute;
        z-index: 2;
        width: 15%;
        margin-top: 3.5em;
        right: 0;
    }
    
    section.subm .mot img {
        max-width: 100%;
    }
    
    section.hist {
        background-color: var( --teo_dblue);
        color: white;
        position: relative;
        overflow: hidden;
        height: 100vh;
    }
    
    section.hist .tit .div-transparent:before {
        background-image: linear-gradient(to right, transparent, white, transparent);
    }
    
    section.hist .tit .div-dot:after {
        box-shadow: inset 0 0 0 2px var( --teo_dblue), 0 0 0 4px var( --teo_dblue);
    }
    
    section.hist .info {
        margin: 2em;
        font-size: large;
    }
    
    section.hist .vmas {
        margin-top: 5em;
        position: absolute;
        right: 0;
    }
    
    section.hist .vmas a.lnkrght {
        text-decoration: none;
        color: var( --teo_blue);
    }
    
    section.hist .big_triangle {
        background-color: var( --teo_dblue);
    }
    
    section.fil {}
    
    section.fil .fils .filp {
        background-color: var( --teo_blue);
        color: white;
    }
    
    section.fil .fils .filp .div {
        border-right: solid white 2px;
    }
    
    section.fil .fils .filp .div:last-child {
        border: none;
    }
    
    section.fil .fils div {
        padding: 1em 0;
    }
    
    section.fil .fils .info {
        padding: 3em;
    }
    
    section.fil .fils .info p,
    section.fil .fils .info ul {
        margin-left: 1em;
    }
    
    section.fil .fils .info p .lnkrght {
        color: var( --teo_dblue);
        text-decoration: underline;
    }
    
    section.fil .fils .info .stit {
        text-transform: uppercase;
    }
    
    section.fil .politica {}
    
    section.fil .politica .log {
        background: linear-gradient(to bottom, var( --teo_dblue) 0%, var( --teo_dblue) 65%, #ffffff 65%, #ffffff 100%);
        text-align: center;
    }
    
    section.fil .politica .log img {
        margin: 0 auto;
        padding: 5em 2em 0 2em;
    }
    
    section.fil .teopol2 {
        text-align: center;
        margin-top: 5em;
    }
    
    section.fil .teopol2 img {
        margin: 0 auto;
        max-width: 80%;
    }
    
    section.fil .teopol {
        position: static;
    }
    
    section.fil .teopol img {
        max-width: 25em;
        z-index: -2;
        position: absolute;
        right: 0 !important;
        margin-top: -110vh;
    }
    
    section.fil .colblue {
        position: static;
        background-color: var(--teo_blue);
        height: 18em;
        width: 50%;
        margin-top: -40vh;
    }
    
    section.fil .mot {
        position: absolute;
        z-index: 2;
        width: 50%;
        margin-top: -4em;
        right: 0;
        z-index: -1;
    }
    
    section.subm .mot img {
        max-width: 100%;
    }
    
    section.cte {
        height: 50vh;
        background: linear-gradient(to bottom, #ffffff 0%, #ffffff 70%, var( --teo_dblue) 70%, var( --teo_dblue) 100%);
    }
    
    section.cte .ctes {
        background: white;
    }
    
    section.cte .ctes .slide {
        padding: 2em 0;
    }
    
    section.cte .slick-slide {
        margin: 0px 20px;
    }
    
    section.cte .slick-slide img {
        width: 100%;
    }
    
    section.cte .slick-slider {
        position: relative;
        display: block;
        box-sizing: border-box;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
    }
    
    section.cte .slick-list {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }
    
    section.cte .slick-list:focus {
        outline: none;
    }
    
    section.cte .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }
    
    section.cte .slick-slider .slick-track,
    section.cte .slick-slider .slick-list {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    
    section.cte .slick-track {
        position: relative;
        top: 0;
        left: 0;
        display: block;
    }
    
    section.cte .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }
    
    section.cte .slick-track:after {
        clear: both;
    }
    
    section.cte .slick-loading .slick-track {
        visibility: hidden;
    }
    
    section.cte .slick-slide {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px;
    }
    
    section.cte [dir='rtl'] .slick-slide {
        float: right;
    }
    
    section.cte .slick-slide img {
        display: block;
    }
    
    section.cte .slick-slide.slick-loading img {
        display: none;
    }
    
    section.cte .slick-slide.dragging img {
        pointer-events: none;
    }
    
    section.cte .slick-initialized .slick-slide {
        display: block;
    }
    
    section.cte .slick-loading .slick-slide {
        visibility: hidden;
    }
    
    section.cte .slick-vertical .slick-slide {
        display: block;
        height: auto;
        border: 1px solid transparent;
    }
    
    section.cte .slick-arrow.slick-hidden {
        display: none;
    }
    
    .header .foot {
        background-color: white;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    
    .header .foot .imgs .img {
        padding: 2em 0;
        text-align: center;
        background-color: white;
        cursor: pointer;
    }
    
    .header .foot .imgs .img a:last-child {
        margin-top: 100px;
    }
    
    .header .foot .imgs .img a img {
        max-width: 10em;
        margin: 0 auto;
        vertical-align: middle
    }
    
    .button {
        display: block;
        position: absolute;
        right: 3%;
        top: 5%;
        height: 3rem;
        padding-top: .5rem;
        width: 12rem;
        text-align: center;
        color: #fff;
        border: #fff solid 0.2rem;
        font-size: 1rem;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
        transform: translateX(-50%);
        text-transform: uppercase;
        text-decoration: none;
        background-color: none;
    }
    
    .button:hover {
        text-decoration: none;
        background-color: rgba(255, 255, 255, .6);
    }
    
    @media (min-width: 320px) {}
    
    @media (min-width: 360px) {}
    
    @media (min-width: 480px) {}
    
    @media (min-width: 576px) {}
    
    @media (min-width: 768px) {}
    
    @media (min-width: 992px) {}
    
    @media (min-width: 1200px) {}
    
    @media (min-width: 1366px) {}
    
    @media (min-width: 1400px) {}
    
    @media (min-width: 1600px) {}
    
    @media (min-width: 1920px) {}
    
    @media(max-width: 800px) {
        .button {
            width: 12rem;
        }
    }
    
    @media(max-height: 700px) {
        .button {
            top: 70%;
        }
    }