@font-face {
    font-family: 'Ubuntu-Regular';
    src: url(../css/fonts/Ubuntu-Regular.ttf);
}

body {
    justify-content: center;
    margin: 0 0;
    display: block;
    max-width: 100vw;
    overflow-x: hidden;
    font-family: Ubuntu-Regular;
}

.row {
    height: 100%;
    justify-content: center;
    flex-wrap: nowrap;
    max-width: 100%;
    padding: 0;
    margin: 2vh 0;
}

section {
    align-items: center;
    text-align: center;
}

.right {
    justify-content: right;
}

.left {
    justify-content: left;
}

.centro{
    justify-content: center;
}

.vcentro{
    align-self: center;
}

@media screen and (min-width:801px) {

    .col-80vw {
        width: 80vw;
        display: inline-flex;
        flex-wrap: wrap;
    }

    .col-30vw {
        width: 30vw;
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }

    .col-40vw {
        width: 40vw;
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }

    .col-50vw {
        width: 50vw;
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }
    
    .container-fluid {
        width: 100%;
        flex-wrap: wrap;
        padding: 0;
        align-items: stretch;
        display: flex;
    }

    img{
        width: 100%;
        height: auto;
    }
   
    .gap{
        gap: 3vw;
    }

    h1{
        color:rgb(0, 49, 108);
        font-weight: bold;
        margin: 2vh;
    }
    
    h2{
        font-size: 2vw;
        padding: 2vw;
        justify-self: left;
        margin: 0;
    }

    p {
        padding: 0 2vw;
        margin: 0;
        color: black;
        font-size: 1.3vw;
        text-align: justify;
        line-height: 4.5vh;
    }

    #features{
        width: 80vw;
        display: grid;
        border-collapse: separate;
    }

    #features>tbody{
        margin-top:4vh;
    }

    #features tr{
        flex-wrap: nowrap;
        display: flex;
    }

    #features td{
        border: 3px;
        border-style: solid;
        border-collapse: separate;
        border-color: rgb(45, 106, 79);
        width: 50%;
        padding: 0 2vw;
        display: flex;
        margin: 10px;
        font-size: 1.3vw;
        line-height: 5vh;
    }

    .seccion {
        padding: 15vh 0 0 0;
        align-items: center;
        text-align: center;
        background-color: rgba(164, 126, 27, 0.943);
    }

    #blanco{
        color: white;
    }

    .seccion2 {
        margin-top:5vh;
        align-items: center;
        text-align: center;
    }

    .width90{
        width: 90%;
        height: auto;
    }
    
    .beneficios{
        text-align: left;
        margin: 5vh 0;
        background-image: url(../src/images/Telecoms4.png);
        background-size: cover;
        line-height: 7.5vh;
    }

    .beneficios .col-80vw{
        justify-content: left;
    }

    .boton{
        background-color: rgb(0, 49, 108);
        color: white;
        font-size: 1.5vw;
     }

    .contacto {
        margin-bottom: 5vh;
        justify-content: center;
        display: flex;
    }

    .movil{
        display: none;
    }
}

@media screen and (max-width:800px) {

    .col-80vw {
        width: 90vw;
        display: flex;
        flex-wrap: wrap;
    }

    .col-40vw {
        width: 80vw;
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }
    
    .container-fluid {
        width: 100%;
        flex-wrap: wrap;
        padding: 0;
        align-items: center;
        display: flex;
    }

    img{
        width: 100%;
        height: auto;
    }

    h1 {
        padding: 2vw;
        margin: 0;
        color: rgb(0, 49, 108);
        font-size: 7vw;
    }
    
    h2{
        margin: 10px 0;
        font-size: 5.5vw;
        font-weight: bold;
        text-align: left;
    }

    p {
        padding: 0 0 2vh 0;
        margin: 0;
        color: black;
        font-size: 4vw;
        text-align: justify;
    }

    .seccion {
        padding: 8vh 0 0 0;
        align-items: center;
        text-align: center;
        background-color: rgba(164, 126, 27, 0.943);
    }

    #blanco{
        color: white;
    }
    
    .seccion2 {
        align-items: center;
        text-align: center;
        margin-top: 3vh;
    }

    .gap{
        display: flex;
        flex-wrap: wrap-reverse;
    }

    .width90 {
        width: 90%;
        height: auto;
    }

    .beneficios{
        text-align: left;
    }

    #features{
        width: 80vw;
        display: grid;
        border-collapse: separate;
    }

    #features td{
        border: 3px;
        border-style: solid;
        border-collapse: separate;
        border-color: rgb(45, 106, 79);
        padding: 0 2vw;
        align-items: start;
        display: flex;
        width: 100%;
        margin: 5px 0;
        font-size: 4vw;
    }

    #features tr{
        margin: 0;
    }

    .boton {
        background-color: rgb(0, 49, 108);
        color: white;
        font-size: 3.5vw;
        margin-top: 5vh;
    }

    .contacto {
        justify-content: center;
        display: flex;
    }

    .contacto a{
        text-decoration: none;
    }

    .pc{
        display: none;
    }

}

