@font-face {
    font-family: 'DIN Next LT Pro Bold Condensed';
    src: local('DIN Next LT Pro Bold Condensed'), local('DIN-Next-LT-Pro-Bold-Condensed'),
        url('DINNextLTPro-BoldCondensed.woff2') format('woff2'),
        url('DINNextLTPro-BoldCondensed.woff') format('woff'),
        url('DINNextLTPro-BoldCondensed.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Next LT Pro Light Condensed';
    src: local('DIN Next LT Pro Light Condensed'), local('DIN-Next-LT-Pro-Light-Condensed'),
        url('DINNextLTPro-LightCondensed.woff2') format('woff2'),
        url('DINNextLTPro-LightCondensed.woff') format('woff'),
        url('DINNextLTPro-LightCondensed.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

body {
    font-family: 'DIN Next LT Pro Light Condensed', 'Arial', sans-serif;
    max-width: 1320px;
    margin: 0 auto;
    color: white;
}

strong {
    font-family: 'DIN Next LT Pro Bold Condensed';
}

.banner {
    position: relative;
}

.banner img {
    min-width: 100%;
    max-width: 100%;
    display: block;
}

.logos {
     min-width: 10rem !important;
}

.banner .logo_pana {
    position: absolute;
    top: 2rem;
    left: 5rem;
}

.texto1 {
    position: absolute;
    bottom: 3rem;
    left: 5rem;
}

.texto1 h1 {
    font-size: 3rem;
    line-height: 40px;
}

.sub-titulo {
    font-size: 1.6rem;
    margin-top: .4rem;
    line-height: 25px;
}

.disclaimer {
    font-size: .9rem;
}

.disclaimer p {
    margin-bottom: .7rem;
}

.texto2 {
    position: absolute;
    top: 4rem;
    left: 5rem;
    width: 90%;
}

.texto2 h3 {
    font-size: 4rem;
    line-height: 50px
}

.texto2 h3 strong {
    display: block;
    padding-top: 1rem;
}

.texto2  .sub-texto {
    font-size: 1.3rem;
    line-height: 25px;
    margin-top: 5rem;
}

.texto2 img {
    max-width: 11rem;
    min-width: 11rem;
}

.texto2 .disclaimers {
    margin-top: 8rem;
}

.texto3 {
    position: absolute;
    top: 4rem;
    right: 10rem;
    color: #0162b1;
}

.texto3 h3 {
    font-size: 3rem;
    line-height: 40px;
    margin-top: 2rem;
}

.texto3 img {
    max-width: 3rem;
    min-width: 8rem;
}

.texto3 .sub-texto {
    margin-top: 2rem;
    font-size: 1.35rem;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 2rem;
}

.texto3 .disclaimer {
    font-size: 1rem;
    margin-top: 14rem;
}

.texto4 {
    position: absolute;
    top: 10rem;
    left: 5rem;
    color: #0162b1;
}

.texto4 h3 {
    font-size: 3rem;
    line-height: 50px
}

.texto4 p {
    font-size: 1.5rem;
    line-height: 35px;
}

.texto4 img {
    max-width: 3rem;
    min-width: 8rem;
}

.yt {
    position: relative;
    max-width: 1362px;
    height: 0;
    padding-bottom: 56.25%;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 1250px) {
    .texto1 {
        bottom: 1rem;
    }

    .texto2 h3 {
        font-size: 3rem;
        line-height: 40px;
    }

    .texto2 .sub-texto {
        margin-top: 0;
    }

    .texto2 img {
        max-width: 8rem;
        min-width: 8rem;
    }

    .texto2 .disclaimers {
        margin-top: 6rem;
    }

    .texto3 {
        right: 5rem;
    }

    .texto3 h3 {
        font-size: 2rem;
        line-height: 30px;
        margin-top: 1rem;
    }

    .texto3 .sub-texto {
        margin-top: 1rem;
        font-size: 1rem;
        line-height: 25px;
        margin-bottom: 1rem;
    }

    .texto3 .disclaimer {
        font-size: .85rem;
        margin-top: 7rem;
    }
}

@media only screen and (max-width: 800px) {
    p {
        font-size: .6rem !important;
    }

    .texto1 {
        bottom: 0;
        left: 1rem;
    }

    .texto1 h1 {
        font-size: 1rem;
        line-height: 13px;
        margin-bottom: 0;
    }

    .sub-titulo {
        font-size: .8rem !important;
        line-height: 13px;
        margin-bottom: .3rem;
    }

    .disclaimer {
        position: unset;
        bottom: -2rem;
        left: 0rem;
        font-size: .3rem !important;
    }

    .disclaimer p {
        font-size: .4rem !important;
        margin-bottom: 0;
    }

    .texto2 {
        top: 1rem;
        left: 1rem;
    }

    .texto2 h3 {
        font-size: 1rem;
        line-height: 15px;
    }

    .texto2 h3 strong {
        display: block;
        padding-top: .3rem;
    }

    .texto2 .sub-texto {
        margin-bottom: 0;
        margin-top: .2rem;
        line-height: 10px;
    }

    .texto2 img {
        margin-top: .5rem;
        min-width: 3rem;
        max-width: 3rem;
    }

    .texto2 .disclaimers {
        position: unset;
        bottom: unset;
        margin-top: 3rem;
    }

    .texto2 .disclaimers p {
        font-size: .4rem !important;
    }

    .texto3 {
        top: 1rem;
        right: 1rem;
    }

    .texto3 h3 {
        font-size: 1rem;
        line-height: 20px;
        margin-top: 1rem;
    }

    .texto3 .sub-texto {
        font-size: .6rem !important;
        line-height: 10px;
        margin-bottom: 1rem;
        margin-top: 0;
    }

    .texto3 img {
        min-width: 3rem;
        max-width: 3rem;
    }

    .texto3 .disclaimer {
        font-size: .4rem !important;
        margin-top: .3rem;
    }

    .texto4 {
        top: 5rem;
        left: 1rem;
    }

    .texto4 h3 {
        font-size: 2rem;
        line-height: 25px;
    }

    .texto4 img {
        max-width: 3rem;
        min-width: 3rem;
    }

    .texto4 p {
        line-height: unset;
    }
}

@media only screen and (max-width: 375px) {
    .texto1 {
        top: 8rem;
    }
    .sub-titulo {
        font-size: .6rem !important;
        margin: .1rem 0;
    }

    .texto2 {
        top: .7rem;
        left: 1rem;
    }

    .texto2 .disclaimers {
        margin-top: 2rem;
    }

    .disclaimer p {
        font-size: .3rem !important;
        margin-bottom: .3rem;
    }

    .texto3 {
        top: .2rem;
    }

    .texto3 img {
        max-width: 2rem;
        min-width: 2rem;
    }

    .texto4 {
        right: 1rem;
    }
}