@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap');
body {
    font-family: 'Poppins', sans-serif !important;
}

.navbar {
    position: sticky !important;
    top: 0;
    background-color: white !important;
    border: 1px solid #000;
    z-index: 9999 !important;
}

a:link {
    color: white;
    background-color: transparent;
 }

#titulo {
    position: relative;
    top: 0;
    left: 150px;
    transition: transform ease 300ms;
    margin-right: 30px;
}
#titulo:hover {
    transform: translate(0, -5px);
}

.nav-link{
    color: black !important;
    border-radius: 4px !important;
}

.nav-link:hover{
    background-color: rgb(255, 136, 0);
    color: white !important;
}

.tope {
    width: 100%;
    padding-top: 10px;
    background-color: rgb(255, 102, 0);
    color: white !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.topbtn {
    color: white !important;
    margin-right: 40px;
}

.imagenp {
    width: 100%; 
    height: 600px; 
    object-fit: cover;
}
.imagens {
    width: 100%; 
    height: 400px; 
    object-fit: cover;
}

.contacto {
    text-align: center;
    display: block;
    justify-content: center;
}

.fotoestatica {
    margin-top: 110px;
    background-image: url('img/deposito.jpg');
    background-size: cover;
    background-attachment: fixed;
    height: 400px;
    width: 100%;
}

.form {
    margin-left: 25%;
    width: 50%;
    border: 1px solid black;
    background-color: rgb(196, 126, 36);
    border-radius: 15px;
    color: white;
    display: block;
    margin-bottom: 80px;
}

.form > div {
    margin-top: 20px;
}

.form-control {
    width: 30% !important;
    margin-left: 35% !important;
}

.btn-outline-light {
    /* color: white !important; */
    margin-bottom: 15px !important;
}

.tags {
    display: flex;  
    flex-wrap: wrap;
    justify-content: center;
}
.servicios {
    width: 200px;
    margin: 0 15px;
}
.servicios p:first-of-type{
    margin-top: 15px;
    font-size: 17px;
    font-weight: bold;
}
.servicios > img {
    filter: grayscale(100%);
    width: 100px;
    height: 100px;
}

.footer {
    width: 100%;
    height: 70px;
    color: white;
    background-color: rgb(255, 115, 0);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

@media (max-width: 1380px) {
    .servicios {
        width: 150px;
        margin: 0 15px;
    }
    .servicios > img {
        filter: grayscale(100%);
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 800px) {
    .fotoestatica {
        margin-top: 110px;
        background-image: url('img/deposito2.jpg') !important;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        height: 300px;
        width: 100%;
    }
    .form {
        width: 80% !important;
        margin-left: 10% !important;
    }
    .form-control {
        width: 80% !important;
        margin-left: 10% !important;
    }
    .tope {
        width: 100%;
        padding-inline: 15px;
    }
    .topbtn {
        color: white !important;
        margin-left: 60px;
        margin-right: -20px;
        border: 1px solid rgb(255, 255, 255) !important;
    }
    .imagenp {
        width: 100%; 
        height: 200px; 
        object-fit: cover;
    }
    .justifycenter{
        display: block !important;
        text-align: center;
        margin-top: 80px;
    }
    .justifycenter > h3{
        width: 80% !important;
        margin-left: 10%;
    }
    #titulo {
        position: relative;
        top: 0;
        left: 30px;
    }
    .form {
        width: 300px;
    }
    .tope {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
}

.centrartexto {
    text-align: center;
}

.justifycenter{
    display: flex;
    justify-content: center;
    align-items: center;
}
.justifycenter > h3{
    width: 40%;
}

.wpp{
    width: 70px;
    height: auto;
    position: fixed;
    bottom: 50px;
    right: 30px;
    transition: all .3s ease-in-out;
}
.wpp:hover{
    transform: scale(1.5); 
}

