
footer{
    background-color:white;
    width: 100%;
    padding: 20px 0 20px 0;
}
footer>div>div>div>.nav-link{
    color: black !important;
}
.contactoFooter{
    display: -webkit-inline-box;
}

nav{
    background-color: #272a2c !important;
}

a{
    color: #00a9e0 !important;
}

@media (max-width:992px){
    .carImage{
        width: inherit;
    }
    .contactoFooter{
        display: contents;
    }
}

.bitalIcon{
    background-image: url("../img/bital-icon.png");
    background-size: cover;
    width: 50px;
    height: 50px;
}

.jumbotron{
    background-color: #e6eef5;
    margin-bottom: 0;
}
main{
    min-height:90vh;
    background-color: #e6eef5;
}

body{
    font-family: "Montserrat",sans-serif;
    letter-spacing: 1px;
}

.videoFrame{
    outline: 0px;
}

.blue{
    color: #00a9e0;
}
.price-tag{
    font-size: 10px;
    color:black;
    font-weight: bold;
    background-color:rgb(255, 238, 0);
    padding: 5px;
    padding: 0.2rem 0.5rem 0.2rem 0.5rem;
    vertical-align: -webkit-baseline-middle;

}

.red-tag{
    font-size: 10px;
    color:red;
    font-weight: bold;
}

.black-tag{
    font-size: 10px;
    color:black;
    font-weight: bold;
}

.white-tag{
    font-size: 10px;
    color:white;
    font-weight: bold;
}

video{
    width: inherit;
}

/*Fixes*/

body {
    background-color: #e6eef5;
}

nav{
    background-color: #1d1e1f !important;
}

.nav-link {
    color: white !important;
    font-weight: 500;
}

 .active {
    border-bottom: 2px solid #00a9e0;
}
main, .jumbotron {
    background-color: #ffffff00 !important;
}

.jumbotron {
    color: rgb(0, 0, 0);
}

.sectionDouble{
    color: white;
}

.poligonoL {
  clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
  padding: 2rem;
  font-weight: 500;
}

.poligonoR {
    padding: 2rem;
}

.black-color{
    background-color:rgb(32, 32, 32);

}
.blue-color{
    background-color: #00a9e0;
}
.white-color{
    background-color: white;
}

.borderT{
    border-bottom: 1px solid rgba(71, 71, 71, 0.116);
    margin-bottom: 0.5rem !important;
}

.services {
    max-width: -webkit-fill-available;
}

.padding{
    padding: 3rem;
}

.short-padding{
    padding: 1rem;
}