@font-face {
    font-family: "Metropolis";
    src: url('./font/Metropolis-Regular.otf');
}

@font-face {
    font-family: "Metropolis-BI";
    src: url('./font/Metropolis-BoldItalic.otf');
}

@font-face {
    font-family: "Metropolis-Med";
    src: url('./font/Metropolis-Medium.otf');
}

@font-face {
    font-family: "Metropolis-Bold";
    src: url('./font/Metropolis-Bold.otf');
}

@font-face {
    font-family: "Metropolis-Italic";
    src: url('./font/Metropolis-RegularItalic.otf');
}


:root {
    --orange: #F48837;
    --grey: #636365;
}

html {
    scroll-padding-top: 12vh;
}

body {
    margin: 0;
    font-family: 'Metropolis';
    caret-color: transparent;
    overflow-x: hidden;
}

.orange {
    font-family: 'Metropolis-Bold';
    color: var(--orange);
}

.grey {
    font-family: 'Metropolis-Bold';
    color: var(--grey)
}

.m-italic {
    font-family: 'Metropolis-Italic';
}

.m-bold {
    font-family: 'Metropolis-Bold';
}

.m-med {
    font-family: 'Metropolis-Med';
}

/* header .banner {
    background-image: url('./images/header.mp4');
    background-size: contain;
    background-repeat: no-repeat;
    height: 0;
    width: 100%;
    height: calc(100vw * 0.39);
} */
#myVideo {


    right: 0;
    bottom: 0;
    min-width: 100%;
    margin-top: 12vh;
    min-height: 100%;
    max-width: 100vw;
}

.mediospago {
    width: 40px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.mediospago span {
    display: block;
    text-align: center;
    line-height: 40px;

    width: 40px;
    margin-left: auto;
    margin-right: auto;
}

nav {
    background: white;
    min-height: 12vh;
    /* max-height: 120px; */
    /* border-radius: 0 0 50px 50px; */
    box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 10px;
    font-family: 'Metropolis-Med';
}

nav img {
    height: 100%;
    max-height: 8vh;
    max-width: 30vw;
    min-height: 4vh;
    min-width: 15vw;
}

.nav-item {
    background-color: #F48837;
    border-radius: 20px;
    height: 40px;
    margin: 5px 10px;

}

.navbar-light.bg-light .nav-item a.nav-link {
    color: white;
}

section .content {
    min-height: 90vh;
    max-height: 1080px;
}

#servicios {
    background-image: url("./images/planeta_fondo.png");
}

#servicios .planes div img {
    width: 100%;
}

#contactanos .banner {
    background-image: url("./images/banner2.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 0;
    width: 100%;
    height: calc(100vw * 0.339);
}

#tv .banner {
    background-image: url("./images/iplay.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 0;
    width: 100%;
    height: calc(100vw * 0.339);
}


#contactanos .title {
    background: linear-gradient(to right, white, var(--orange) 70%);
    width: 35vw;
    color: white;
    border-radius: 0 20px 0 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0 5px 10px;
}

#contactanos .content {
    height: auto;
    min-height: 90vh;
    padding: 25px 0;
    background-image: url("./images/fondo-contacto.png");
    width: 100%;
}

#contactanos .content ul {
    font-size: 1.5rem;
}

#contactanos .social-item{
    margin-left: 100px;
    margin-top: 30px;
}

#contactanos .facebook{
    margin-left: 20px;
}

#contactanos .seguinos a {
    text-decoration: none;
}

.title {
    font-family: 'Metropolis-BI';
}

#servicios .title h1 {
    color: var(--grey);
    font-family: 'Metropolis-BI';
    font-style: italic;
    font-size: 4rem;
}

#facturas .banner {
    background-image: url("./images/banner3.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 0;
    width: 100%;
    height: calc(100vw * 0.339);
}

#facturas .row {
    flex: 1 1 auto;
}

#facturas .content .row .img {
    background-color: #F48837;
}

#facturas .content .btn {
    background-color: #F48837;
    color: white;
}

#facturas .content {
    background-image: url("images/fondo-facturas.png");
    background-position: right;
}

#facturas .imglink {
    padding: 10px;
    width: 25vw;
    min-width: 200px;
}

#facturas .imglink:hover {
    box-shadow: rgba(0, 0, 0, 0.05) 10px 10px 20px;
}

footer {
    border-top: var(--grey) solid 10px;
    background-color: var(--orange);
}

footer img {
    height: auto;
    width: 50vw;
}


@media (max-width: 576px) {
    header .banner {
        background-image: url('./images/header.png');
        background-position: 88% 65%;
        background-size: auto 40vh;
        height: 50vh;
        width: auto;
    }

    /*
    nav {
        border-radius: 0 0 25px 25px;
    } */

    #contactanos .banner {
        background-image: url("./images/banner2.png");
        background-position: 2% 65%;
        background-size: auto 40vh;
        height: 40vh;
        width: auto;
    }

    #facturas .banner {
        background-image: url("./images/banner3.png");
        background-position: right 65%;
        background-size: auto 50vh;
        height: 50vh;
        width: auto;
    }

    #servicios .title h1 {
        font-size: 2rem;
    }

    #servicios .title img {
        height: 2rem;
    }

    #contactanos .content ul {
        font-size: 1rem;
    }

    #contactanos .title {
        width: 60vw;
        background: linear-gradient(to right, white, var(--orange) 30%);
    }

    #contactanos .seguinos {
        width: 100%;
    }
}

@media (max-width: 2000px) {

    #contactanos .seguinos img {
        max-width: 100px;
        margin: 0;
    }
}

#servicios .title img {
    height: 4rem;
}

@media (min-width: 1920px) {

    body,
    nav {
        max-width: 1920px;
        margin: 0 auto;
    }
}