.tanque-img {
    height: 68.4%;
    width: auto;
}

.navbar{
    padding: 0;
    background-color: #101010;
}
.logo{
    width: 300px;
    padding: 0 20px;
}
#navbarNav{
    padding: 20px;
    background-color: #F6AC41;
}
.nav-link{
    font-size: 20px;
    color: #101010;
}
#Slider{
    padding: 20px 20px;
    height: 800px;
    background-size: cover;
    position: relative;
}
.logo-pemex{
    position: absolute;
    right: 0;
    top: 10px;
    width: 300px;
}
.logo-black{
    position: absolute;
    left: 0;
    bottom: 70px;
    width: 600px;
}
h1{
    font-size: 58px;
}
h1 strong{
    color: #F6AC41;
}
.video video{
    width: 100%;
    
}
.carrousel-productos{
    height: 600px;
}
.carrousel-productos img{
    width: 900px;
    margin-top: 100px;
}
.carousel-control-prev img, .carousel-control-next img{
    width: 100px;
}
#info{
    height: 800px;
}
#info-izq-image{
    background-image: url('../images/info-izq.png');
    background-position: 100%;
    background-size: cover;
    height: 800px;
}
.info-bottom{
    background-image: url('../images/info-bottom.png');
    background-size: 100%;
    background-position: bottom bottom;
    background-repeat: no-repeat;
    height: 800px;
}
.info-img{
    width: 170px;
}
.img-mapa{
    width: 300px;
}
footer img{
    width: 100%;
}


/* // Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
    h1{font-size: 48px;}
    .logo-pemex{
        right: inherit;
        left: 0;
        top: inherit !important;
        bottom: 160px;
    }
}

/* // Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
    .logo-pemex{
        right: inherit;
        left: 0;
        top: 290px;
    }
}

/* // X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {

}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (max-width: 1400px) {
    h1{font-size: 46px;}
}
