*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
}

.pag-principal{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 50px;
    font-size: 16px;
    color: white;
} 

header{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 15px;
}

header ul{
    display: flex;
} 


header ul li{
    font-weight: 500;
    font-size: 40px;
    padding-right: 25px;
}

header ul  li {
    color: white;
    
}



body{
    background-color: #333;
    color: white;
}

a{
    text-decoration: none;
}

h1{
    display: none;
}

h2{
    padding-bottom: 12px;
}

.remis{
    padding-bottom: 7px;
    font-weight: 500;
    font-size: 30px;
    /* color: mediumblue; */
}

.telefono{
    color: aqua;
    display: inline-block;
}

#links{
    color: cyan;
}

section{
    display: flex;  
    padding-top: 10px;
    padding-bottom: 10px;
}

article{
    padding-left: 30px;
}

.servicios li {
    padding-bottom: 10px;
}

.info-gral ul{
    padding-bottom: 35px;
}

.negrita{
    display: inline-block;
    font-weight: 700;
}

.reglas li {
    padding-bottom: 20px;
}

#desgaste-apresurado{
    display: inline;
    font-weight: 700;
}

#pedidos{
    color: red;
    display: inline;
}

footer{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.logos-redes{
    display: flex;
}

.logos-redes img{
    padding-right: 20px;
}

.ig{
    width: 110%;
    height: 90%;
}

#precios{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

#filtros{
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
}

label{
    font-size: 20px;
}

#labels{
    padding-bottom: 20px;
}

#detallesTarifas{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
    font-size: 25px;
}

#divFecha{
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#fecha{
    font-size: 40px !important;
}

#descTarifas{
    background-color: green;
    color: white;
    height: 100px;
    width: 300px;
    border-radius: 10px;
}

#botonTarifas{
    padding-bottom: 60px;
}

table tr th {
    font-size: 16px;
}

/* #numAmbientes #numPersonas #descuento #precio #precioCDescuento #precioTotal{
    font-size: 16px;
} */

#grafico{
    padding-top: 20px;
    padding-bottom: 40px;
}

#imagenMapa{
    display: flex;
    justify-content: center;
}

#grafico ul{
    padding-left: 50px;
    padding-top: 20px;
}

#zonasEstacionamiento li{
    padding-bottom: 5px;
}

#CA{
    background-color: rgb(84, 130, 53);
    border-radius: 15%;
}

#zonaProhibidoEst{
    background-color: rgb(198, 89, 17);
    border-radius: 15%;
}

#colorZona1{
    background-color: rgb(255, 217, 102);
    border-radius: 15%;
}

#numCochera{
    background-color: rgb(155, 194, 230);
    border-radius: 15%;
}

#infoEstacionamiento{
    padding-top: 20px;
    padding-left: 30px;
    padding-bottom: 30px;
}

#infoEstacionamiento h2{
    font-weight: 500;
    font-size: 30px;
}

#infoEstacionamiento li{
    padding-top: 10px;
}

@media(max-width: 480px){

    li{
        padding-bottom: 10px
    }

    header{
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    header img {
        width: 70%;
        height: 70%;
    }

    .ul-nav{
        display: flex;
    }

    .ul-nav li{
        font-size: 16px;
        padding-right: 15px;
        text-decoration: none;
    }

    section{
        display: flex;
        flex-direction: column;
        padding-left: 30px; 
        padding-right: 30px;
        padding-bottom: 30px;
    }

    .dos-art{
        flex-direction: column;
    }

    /* #fecha{
        font-size: 40px !important;
    } */

    .texto-largo{
        position: relative;
        left: 20%
    }

    .info-gral{
        padding-top: 30px;
    }

    .reglas{
        padding-top: 30px;
    }

    .servicios{
        padding-top: 30px;
    }

    footer{
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .logos-redes img{
        padding-right: 10px;
    }
}
