@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600&display=swap');
@font-face {
    font-family: 'saira';
    src: url('../fonts/saira.ttf') format('opentype');
}

@font-face {
    font-family: 'opensans';
    src: url('../fonts/opensans.ttf') format('opentype');
}

body {
    color: rgb(51, 51, 51);
    font-family: 'saira', sans-serif;
}

p {
    color: rgb(51, 51, 51);
    font-family: 'opensas', sans-serif;
}

.btn-whatsapp {
    display: block;
    width: 40px;
    height: 40px;
    color: #fff;
    position: fixed;
    right: 30px;
    bottom: 30px;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    z-index: 999;
}

.btn-whatsapp-m {
    display: block;
    width: 20px;
    height: 20px;
    color: #fff;
    position: fixed;
    right: 55px;
    bottom: 50px;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    z-index: 999;
}

.content-w {
    display: block;
}

.content-m {
    display: none;
}

#videoBanner {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100vh;
    z-index: 1;
}

.bg-banner {
    width: 100%;
    color: white;
    display: block;
    height: 100vh;
}

.banner-logo {
    padding-top: 40vh;
}

.banner-companies {
    padding-top: 10vh;
}

#videoAbout {
    width: 100%;
    min-height: 200px;
    z-index: 1;
}

#videoCobertura {
    width: 100%;
    z-index: 1;
}

.coverage-text {
    color: white;
    z-index: 5;
    position: absolute;
    padding-top: 20vh;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

#videoCertifications {
    width: 100%;
    z-index: 1;
}

.company-banner {
    margin-top: 100px;
    margin-bottom: 40px;
    width: 100%;
    min-height: 80px;
}

.company-banner-m {
    margin-top: 100px;
    margin-bottom: 10px;
    width: 100%;
    min-height: 80px;
    object-fit: cover;
}

.company-bg-m {
    width: 100%;
    height: 40vh;
    object-fit: cover;
}

.company-1-bg {
    background: url(../../assets/img/companies/company_1_bg.png) no-repeat top left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover 100%;
}

.company-2-bg {
    background: url(../../assets/img/companies/company_2_bg.png) no-repeat top right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover 100%;
}

.company-3-bg {
    background: url(../../assets/img/companies/company_3_bg.png) no-repeat top left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover 100%;
    min-height: 550px;
}

.company-4-bg {
    background: url(../../assets/img/companies/company_4_bg.png) no-repeat top right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover 100%;
    min-height: 550px;
}

.company-logo {
    width: 80%;
    max-width: 80px;
    margin: auto;
}

.company-logo-tx {
    margin: auto;
    font-size: 1.2rem;
}

.footer {
    margin-top: 60px;
    padding-top: 50px;
    background-color: black;
    color: #fff;
}

.btn-contact {
    display: block;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    padding-top: 5px;
    background: rgb(109, 114, 119);
    background: linear-gradient(90deg, rgba(109, 114, 119, 1) 3%, rgba(208, 211, 210, 1) 14%, rgba(208, 211, 210, 1) 22%, rgba(96, 108, 112, 1) 82%);
}


/*/////////////////////////////////////////////////////////////////////////*/

@media screen and (max-width: 1650px) {}

@media screen and (max-width: 1350px) {}

@media screen and (max-width: 1250px) {
    .coverage-text {
        color: white;
        z-index: 5;
        position: absolute;
        padding-top: 10vh;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
    }
}

@media screen and (max-width: 920px) {
    .bg-banner {
        width: 100%;
        color: white;
        display: block;
        height: 50vh;
    }
    #videoBanner {
        position: absolute;
        object-fit: cover;
        width: 100%;
        height: 50vh;
        z-index: 1;
    }
    .banner-logo {
        padding-top: 20vh;
    }
    .banner-companies {
        padding-top: 5vh;
    }
}

@media screen and (max-width: 800px) {}

@media screen and (max-width: 770px) {
    .content-w {
        display: none;
    }
    .content-m {
        display: block;
    }
}

@media screen and (max-width: 650px) {
    .coverage-text {
        color: white;
        z-index: 5;
        position: absolute;
        padding-top: 5vh;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        font-size: 24px;
    }
}

@media screen and (max-width: 500px) {
    .banner-logo {
        padding-top: 25vh;
    }
    .banner-companies {
        padding-top: 5vh;
    }
}