  
:root{
    --main-color:#f3b230;
    --black:#13131a;
    --bg:#010103;
    --border:.1rem solid rgba(255,255,255,.3);
}

*{
    font-family: 'Roboto', sans-serif;
    margin:0; padding:0;
    box-sizing: border-box;
    outline: none; border:none;
    text-decoration: none; 
    transition: .2s linear;
}

html{
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-padding-top: 9rem;
    scroll-behavior: smooth;
}

html::-webkit-scrollbar{
    width: 1rem;
}

html::-webkit-scrollbar-track{
    background: transparent;
}

html::-webkit-scrollbar-thumb{
    background: #e3a219;
    border-radius: 5rem;
}

body{
    background: black;
}

 

section{
    padding:2rem 7%;
}

.heading{
    text-align: center;
    color:#fff;
    text-transform: uppercase;
    padding-bottom: 3.5rem;
    font-size: 4rem;
}

.heading span{
    color:var(--main-color);
    text-transform: uppercase;
}

.btn{
    margin-top: 1rem;
    display: inline-block;
    padding:.9rem 3rem;
    font-size: 1.7rem;
    font-weight: bold;
    color:rgb(29, 26, 80);
    background: var(--main-color);
    cursor: pointer;
}

.btn:hover{
    letter-spacing: .2rem;
}

.header{
    background: var(--bg);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:1rem 3%;
    border-bottom: var(--border);
    position: fixed;
    top:0; left: 0; right: 0;
    z-index: 1000;
}

.header .logo img{
    height: 8rem;
    margin-left: 5rem;
}

.faceb {
    color: #6ba6e5!important;
}


.header .navbar a{
    margin:0 1rem;
    font-size: 1.6rem;
    color:#fff;
    font-weight: bold;
}

.header .navbar a:hover{
    color:#ffcc00;
    border-bottom: .1rem solid rgb(168, 239, 133);
    padding-bottom: .5rem;
}


.header .icons div{
    color:#eac80c;
    cursor: pointer;
    font-size: 6.5rem;
    margin-left: 4rem;
}

.header .icons div:hover{
    color:var(--main-color);
}

#menu-btn{
    display: none;
}

 .perno .perno1 {
     display: flex;
     align-items: center;
     background:  black;
     flex-wrap: wrap;
     margin-top:  20px;
 }

 .perno .perno1 .image {
     flex: 1 1 45rem;
 }

 .perno .perno1 .image img {
     width: 100%;
 }

  .perno .perno1 .contenido {
     flex: 1 1 45rem;
     padding: 2rem;
 }

 .perno .perno1 .contenido h3 {
     font-size: 2rem;
     color: #fff;
 }

 .perno .perno1 .contenido p {
     font-size: 1.4rem;
     color: #ccc;
     padding: 1rem 0;
     line-height: 1.8;
 }

 .perno .perno1 .logo2 img{
    width: 100%;
}
.box img{

    width: 100%;

}

.nosot .izq{
    display: flex;
    align-items: center;
    background:var(--black);
    flex-wrap: wrap;
}

.nosot .izq .image{
    flex:1 1 45rem;
}

.nosot .izq .image img{
    width: 100%;
}
.nosot .izq .content{
    flex:1 1 45rem;
    padding:2rem;
}

.nosot .izq .content h3{
    font-size: 3rem;
    color:#fff;
}

.nosot .izq .content p{
    font-size: 1.6rem;
    color:#ccc;
    padding:1rem 0;
    line-height: 1.8;
}
 
.center {

text-align: justify;
}

.productos .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap:1.5rem;
}

.productos .box-container .box{
    text-align: center;
    border:var(--border);
    padding: 2rem;
}

.productos .box-container .box .icons a{
    height: 5rem;
    width: 5rem;
    line-height: 5rem;
    font-size: 2rem;
    border:var(--border);
    color:#fff;
    margin:.3rem;
}

.productos .box-container .box .icons a:hover{
    background:var(--main-color);
}

.productos .box-container .box .image{
    padding: 2.5rem 0;
}

.productos .box-container .box .image img{
    height: 25rem;
}

.productos .box-container .box .content h3{
    color:#fff;
    font-size: 2.5rem;
}

.productos .box-container .box .content .stars{
    padding: 1.5rem;
}

.productos .box-container .box .content .stars i{
    font-size: 1.7rem;
    color: var(--main-color);
}
  

.contacto .mapi{
    display: flex;
    background:var(--black);
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap:1rem;
}

.iframe{

    width: 80%;
    min-height: 500px;
    filter: invert(100%);
}

.contacto .parrafo p {
    font-size: 1.6rem;
    color: #ccc;
    text-align: center;
    padding: 1rem 0;
    line-height: 1.8;
} 

.footer{
    background:var(--black);
    text-align: center;
}
.footer .parrafo1 {
    font-size: 1.6rem;
    color: #ccc;
    text-align: center;
    padding: 1rem 0;
    line-height: 1.8;
}
.footer .sociales{
    padding:1rem 0;
}

.footer .sociales a{
    height: 5rem;
    width: 5rem;
    line-height: 5rem;
    font-size: 2rem;
    color:#40599f;
    border:var(--border);
    margin:.3rem;
    border-radius: 50%;
}

.footer .sociales a:hover{
    background-color: var(--main-color);
}

.footer .links{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding:2rem 0;
    gap:1rem;
}

.footer .links a{
    padding:.7rem 2rem;
    color:#fff;
    border:var(--border);
    font-size: 2rem;
}

.footer .links a:hover{
    background:var(--main-color);
}

.hrbarra1{
    border: 1px solid var(--main-color);
}

.footer .credit{
    font-size: 2rem;
    color:#fff;
    font-weight: lighter;
    padding:1.5rem;
}

.footer .credit span{
    color:var(--main-color);
}













/* media queries  */
@media (max-width:991px){

    html{
        font-size: 55%;
    }

    .header{
        padding:1.2rem 2rem;
    }
.header .logo img {
    height: 8rem;
    margin-left: 2rem;
}
    section{
        padding:2rem;
    }

 .perno .perno1 .logo2 img {
     width: 110%;
     height: 140%;
     margin-left: -10px;
 }

}

@media (max-width:620px){

    #menu-btn{
        display: inline-block;
        margin-right: 20px;
        
    } 
    
    .header .navbar{
        position: absolute;
        top:100%; right: -100%;
        background: #e3a219;
        width: 30rem;
        height: calc(100vh - 9.5rem);
    } 
    .header .navbar.active{
        right:0;
    }

    .header .navbar a{
        color:var(--black);
        display: block;
        margin:1.5rem;
        padding:.5rem;
        font-size: 2rem;
    } 
.faceb {
    color: #061c55 !important;
}
    .home .content h3{
        font-size: 4.5rem;
    }

    .home .content p{
        font-size: 1.5rem;
    }

}
 