@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Rubik+Marker+Hatch&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

nav {
    display: flex;
    height: auto;
    background-color:#34322077;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
}

.nav-logo {
    width: 80px;
    height: auto;
    /* margin-top: 5px; */
    margin: 5px 50px 0;
    border-radius: 10%;
}

nav ul {
    display: flex;
    /* flex-direction: column;
    align-items: center;
    padding: 10px; */
}

nav li {
    list-style: none;
    /* padding: 10px 0; */
    padding: 10px 10px;
}

nav a {
    text-decoration: none;
    color: #090909;
    font-size: 20px;
}

nav a:hover {
    color: #d2c325c8;
}

.title_main{
    width: 80%;
    margin: 0 auto;
    padding: 40px;
    border-radius: 10px;
    font-size: 1.5rem;
    text-align: center;
    color: #000;
    margin-top: 40px;
    margin-bottom: 20px;
}

.marca {
    background-color: #EDDA74;
    border-radius: 20px;
}

.about-empresa p {
    color: #333;
}

.about-servicios p {
    color: #555;
}
.sobreindex{
    min-height: 50vh;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
}
.sobreindex p{
    background-color:#EDE275;
    width: 75%;
    margin: 0 auto;
    padding: 40px;
    border-radius: 10px;
    font-size: 1.5rem;
    text-align: center;
    color: #080707;
}

.sobre p {
    width: 80%;
    margin: 0 auto;
    padding: 40px;
    border-radius: 10px;
    font-size: 1.5rem;
    text-align: center;
    color: #000; 
}

.about-empresa{
    min-height: 50vh; 
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
}

.about-empresa p{
    background-color: #EDE275;
    width: 75%;
    margin: 0 auto;
    padding: 60px;
    border-radius: 10px;
    font-size: 1.5rem;
    text-align: center;
    color: #080707;
}

.about-servicios{
    min-height: 50vh; 
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
}

.about-servicios p {
    background-color: #EDE275;
    width: 75%;
    margin: 0 auto;
    padding: 60px;
    border-radius: 10px;
    font-size: 1.5rem;
    text-align: center;
    color: #080707;
}

.header-info  span {
    font-family: 'Rubik Wet Paint', cursive;
    font-size: 4rem;
    color: #2f2e4d;
    width: 100%;
}

.header-info p{
    color: #2f2e4d;
    font-size: 1.5rem;

}

.header-info {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-info img {
    width: 50%;
    max-width: 80%;
    height: auto;
    margin-top: 80px;
    border-radius: 2%;
    margin-left: 25px;
}

.header-info a {
    text-decoration: none;
    color: #2f2e4d;
    background-color: #caca7a;
    font-size: 1.5rem;
    padding: 7px;
    border-radius: 10px;
    font-weight: bold;
    margin-top: 20px;
}

main {
    max-height: 30%;
}

.allies {
    border: 1px #141081c7 dotted;
}

.allies h1 {
    text-align: center;
    font-size: 1.5rem;
    color: #bbc70a9b;
}

.allies-images {
    display: flex;
    justify-content: center;
}

.allies-images img {
    width: 100%;
    max-width: 100px;
    height: auto;
    margin-left: 0;
    margin-bottom: 10px;
    
}

.mvv-img-one img{
    max-width: 100px;
    height: auto;
    margin: 0 auto; 
    display: block;
    margin-bottom: 10px;
}

.mvv-img-two img{
    max-width: 100px;
    height: auto;
    margin: 0 auto; 
    display: block;
    margin-bottom: 10px;
}

.mvv-img-three img{
    max-width: 100px;
    height: auto;
    margin: 0 auto; 
    display: block;
    margin-bottom: 10px;
}

.sobre ul{
    list-style: none;
    width: 80%;
    margin: 0 auto;
    padding: 40px;
    border-radius: 10px;
    font-size: 1.5rem;
    text-align: center;
    color: #000; 
    
}

.titleOne,
.titleTwo,
.titleTh {
    margin-left: 0;
    text-align: center;
    width: 100%;
    height: auto; 
    margin-bottom: 10px;
    color: #060505;
    background-color:  #EDDA74;
    border-radius: 10px;
    font-size: 1.5rem;
    margin-top: 20px;
    background-position: center;
}


footer {
    max-height: 20%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background-color: black;
    color: purple;
}

footer h5 {
    color: #cace7a;
    text-align: center;
}

.one {
    margin-left: 20px;
    color: #F0E68C;
}

.two,
.three {
    color: #F0E68C;
}

.three img {
    margin-right: 0;
}

.products {
    margin-top: 80px;
}

.products h1 {
    text-align: center;
}

.pdf {
    cursor: pointer;
}

@media (max-width: 1285px) {
    .nomb_logo {
        font-size: 20px;
    }

    .cab_nav {
        width: 100%;
        padding: 20px;
    }

    .cab_nav ul li {
        font-size: 20px;
        padding: 20px 10px;
        margin-top: 1%;
    }

    .contenedor {
        margin-top: 1rem;
        width: 610px;
        height: 400px;
    }

    .titulo_cont {
        font-size: 40px;
    }

    .parrafo_cont {
        font-size: 35px;
    }
}

@media (max-width: 850px) {
    .nomb_logo {
        font-size: 25px;
    }

    .cab_nav {
        width: 100%;
        padding: 20px;
    }

    .cab_nav ul li {
        font-size: 20px;
        padding: 20px 10px;
        margin-top: 1%;
    }

    .contenedor {
        margin-top: 1rem;
        width: 510px;
        height: 400px;
    }

    .titulo_cont {
        font-size: 30px;
    }

    .parrafo_cont {
        font-size: 30px;
    }
}

.icono-hamburguesa {
    display: none; 
    cursor: pointer;
    z-index: 2;
  }

@media (max-width: 600px) {

    .icono-hamburguesa {
        display: block; 
      }
    nav ul {
        display: none; 
        
    }

    nav ul.mostrar-menu {
        display: flex; 
        flex-direction: column;
        background-color: #1e1f1de9; 
        position: absolute;
        top: 60px; 
        left: 0;
        width: 100%;
        z-index: 1;
      }

    nav li {
        margin: 0;
        padding: 10px;
        text-align: center;
        width: 100%;
    }

    nav a {
        color: #fff;
    }

    nav.active ul {
        display: flex; 
    }
    
    
    .nomb_logo {
        font-size: 20px;
        width: 60px;
    }

    .cab_nav {
        width: 100%;
        padding: 20px;
    }

    .logo_img {
        font-size: 20px;
    }

    .cab_nav ul li {
        font-size: 12px;
        padding: 10px 10px;
        margin-top: 4%;
    }

    .contenedor {
        margin-top: 1rem;
        width: 310px;
        height: 500px;
    }

    .titulo_cont {
        font-size: 30px;
    }

    .parrafo_cont {
        font-size: 30px;
    }
    .titleOne,
    .titleTwo,
    .titleTh {
        margin-top: 10px; 
    }

    footer {
        display: flex;
        flex-direction: column;
        padding: 20px 20px;
    }

    
}

@media (max-width: 420px) {
    .icono-hamburguesa {
        display: block; 
      }
    nav ul {
        display: none; 
        
    }

    nav ul.mostrar-menu {
        display: flex; 
        flex-direction: column;
        background-color: #1e1f1de9; 
        position: absolute;
        top: 60px; 
        left: 0;
        width: 100%;
      }
    nav {      
        flex-wrap: wrap; 
    }
    
    nav li {
        margin: 5px; 
    }

    .nomb_logo {
        font-size: 13px;
        width: 60px;
    }
    .nav-logo {
       
        width: 60px; 
    }

    .cab_nav {
        width: 100%;
        padding: 20px;
    }

    .cab_nav ul li {
        font-size: 10px;
        padding: 8px 9px;
        margin-top: 4%;
    }

    .contenedor {
        margin-top: 1rem;
        width: 210px;
        height: 400px;
    }

    .logo_img {
        width: 60px;
        height: 60px;
    }

    .titulo_cont {
        font-size: 20px;
    }

    .parrafo_cont {
        font-size: 20px;
    }

    .introduce p {
        display: flex;
        font-size: 100%;
    }

    img {
        width: 100%;
        height: auto;
    }

    footer {
        display: flex;
        padding: 20px 20px;
        flex-direction: column;
    }

    .ubication iframe {
        display: flex;
        width: 100px;
        height: 100px;
    }

    .redes a {
        width: 30%;
        height: 30%;
    }
}

