@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap');

@font-face {
    font-family: 'Poster';
    src: url(../fonts/PosterGothicATF-Medium.otf);
}

body {
    font-family: 'Courier New', Courier, monospace
}

/* Header */
nav {
    background-image: url(../../../resources/img/banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
    z-index: 10;
    background-attachment: fixed;
}

#header {
    display: flex;
    position: absolute;
    bottom: 100;
    right: 0;
    left: 0;
    top: 0;
    justify-content: center;
}

nav:before {
    content: "";
    width: 100%;
    min-height: 100vh;
    position: absolute;
    top: 0;
    left: 0;

    background-color: #000000af;
    opacity: .7;
    z-index: -1;
}

#nav-a li a {
    text-decoration: none;
    color: white;
    margin-left: 20px;
    font-weight: bold;
    padding: 0 8px!important;
}

#nav-a li a:hover {
    color: #00429D;
    border-bottom: 5px solid #004db8;
    padding-bottom: 10px;
    opacity: 90;
}

#tel {
    text-decoration: none;
    color: white;
}

#tel:hover {
    color: #808080;
}

#nav30 ol {
    margin-bottom: 0;
}
/**************************************************************************************************/

/* Footer */

#footer {
    font-family: 'Open Sans', sans-serif;
}

#a-footer {
    text-decoration: none;
    color: white;
}

#b-footer {
    text-decoration: none;
    color: white;
}

#a-footer:hover {
    color: #808080;
}

#b-footer:hover {
    color: #808080;
}

#footer-icon {
    width: 35px;
}


/**************************************************************************************************/

/* Products */

h5 {
    background-color: #313131;
    color: white;
    padding: 10px;
}

/**************************************************************************************************/

/* Hover Proyects */

.contenedor {
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: .5s ease;
    background-color: #00000069;
}

.contenedor:hover .overlay {
    opacity: 1;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

/**************************************************************************************************/

/* Details Products */

ol,
.parrafo {
    font-weight: 600;
}

/**************************************************************************************************/

#products-a {
    color: black;
    text-decoration: none;
}

#products-a:hover {
    color: #808080;
}

input {
    border-radius: unset !important;
    border: solid 2px black !important;
}

textarea {
    border-radius: unset !important;
    border: solid 2px black !important;
}

input::placeholder {
    color: black !important;
    font-weight: 600;
}

textarea::placeholder {
    color: black !important;
    font-weight: 600;
}

#contact-a {
    text-decoration: none;
    color: #585A5A;
    font-size: medium;
}

.ordenes .orden-1 {
    order: 1;
}

.ordenes .orden-2 {
    order: 2;
}

.ordenes .orden-3 {
    order: 3;
}

.ordenes .orden-4 {
    order: 4;
}

/* Responsive Banner Text */
@media only screen and (max-width: 1399px) {
    #bannertxt {
        font-size: 90px !important;
    }

}

@media only screen and (max-width: 991px) {
    #bannertxt {
        font-size: 60px !important;
    }

    #nav-a {
        display: flex;
        flex-direction: row !important;
    }

    #nav10 {
        background-color: white !important;
    }

    #nav-a li a {
        color: black;
    }

    #tel {
        color: black;
        font-size: 10px;
    }

    #tel img {
        width: 22px !important;
    }

    .navbar-brand img{
        width: 100px;
    }

    #header {
        justify-content: space-between !important;
    }

}

@media only screen and (max-width: 767px) {
    #nav-a {
        display: flex;
        flex-direction: column !important;
        justify-content: center;
    }

    #bannertxt {
        font-size: 40px !important;
    }
}

@media only screen and (max-width: 504px) {
    #bannertxt {
        font-size: 30px !important;
    }

    #banner-p {
        font-size: 15px !important;
    }
}

@media only screen and (max-width: 428px) {
    #bannertxt {
        font-size: 20px !important;
    }

    #banner-p {
        font-size: 10px !important;
    }

    #footer-ul li{
        margin: 0px !important;
        margin-left: 10px !important;
    }

    #a-footer {
        font-size: 10px;
    }

}

/******************************************************************************************************/

/* Menu Lists */
@media only screen and (max-width: 1125px) {
    #nav-a li a {
        font-size: small !important;
    }
}

@media only screen and (max-width: 793px) {
    #nav-a li a {
        font-size: 10px !important;
    }
}

@media only screen and (max-width: 767px) {
    #nav30 {
        justify-content: center !important;
        align-items: stretch !important;
        height: auto !important;
        margin: 10px 0 !important;
    }

    #nav40 {
        justify-content: center !important;
    }

    #nav50 {
        height: auto !important;
        justify-content: center !important;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 767px) {
    #nav50 {
      font-size: 7px;
    }
}

@media only screen and (max-width: 1036px) {
    #a-footer {
        font-size: small !important;
    }
}

@media only screen and (max-width: 914px) {
    #a-footer {
        font-size: 10px !important;
    }
}

@media only screen and (max-width: 768px) {
    .ordenes .orden-1 {
        order: 1;
    }
    
    .ordenes .orden-2 {
        order: 2;
    }
    
    .ordenes .orden-3 {
        order: 4;
    }
    
    .ordenes .orden-4 {
        order: 3;
    }

    
}