/*GENERAL STYLE*/
*{
    margin: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    max-width: 100%;
    font-family:'Red Hat Display',sans-serif;
    
}

.body {
    text-align: center;
    max-width: 100%;
    margin:auto;
    height:100%;
}



/*FIRST BIG SECTION STYLE: HEAD*/
.head {
    display: flex;
    position: fixed;
    z-index:10;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    background: #191919;
    width: 100%;
    z-index: 100%;
}

/*Style Logo*/
.logo img {
    margin-left: 70px;
    width: 200px;
    height: 60px;
}

.logo a {
    background-image: url(img/Logofull.png);
}




/*navbar and main buttons style*/
.navbar {
    display: flex;
    margin-right:30px;
    margin-left:10px;
    height: 60px;
}
.navbar a{
    display: block;
    padding: 25px 10px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    margin-left: 10px; 
}
.navbar a:hover {
    border-bottom:1px solid #fff;
}

/*Services button*/
.servicescontenedor {
    color: #fff;
    list-style: none;
    align-content: center;
    border-color: #fff;
    border: #fff;
    position: relative; /* Asegura que los elementos dentro se posicionen correctamente */
}

.servicescontenedor a {
    display: block;
    color: #fff;
    background: #191919;
    list-style: none;
    text-decoration: none;
    font-weight: bold;
    font-size: small;
    padding: 5px 10px;
    cursor: pointer;
}

.services_items {
    position: absolute;
    top: 100%; /* Justo debajo del botón */
    left: 50%; transform: translateX(-50%);
    display: none;
    list-style: none;
    background: #191919;
    border: 1px solid #fff;
    padding: 0 0;
    min-width: 200px;
    z-index: 100;
}

.servicescontenedor.active .services_items {
    display: block;
}

.services_items a {
    display: block;
    padding: 10px 15px; /* Más espacio interno */
    white-space: nowrap; /* Evita que el texto se divida en varias líneas */
    text-decoration: none;
}

.services_items a:hover {
    background: #fff;
    color: #191919;
}

/* Style Social Media*/
.media{
    display: flex;
    align-items: right;
    justify-content: right;
    padding: 5px 1px;
}
.media a{
    width:30px;
    height:30px;
    padding:5px 5px;
    background-color: #191919;
    color: #fff;
    border-radius:5px;
    font-size: 15px;
    cursor:pointer;
}
.media a:hover {
    color:#aa1443;
}

/*Language button*/
.languagescontenedor {
    margin-left: 10px;
    color: #fff;
    list-style: none;
    align-content: center;
    border-color: #fff;
    border: #fff;
    position: relative; /* Asegura que los elementos dentro se posicionen correctamente */
}

.languagescontenedor a {
    display: block;
    color: #fff;
    background: #191919;
    list-style: none;
    text-decoration: none;
    font-weight: bold;
    font-size: small;
    padding: 5px 10px;
    cursor: pointer;
}

.languages_items {
    position: absolute;
    top: 100%; /* Justo debajo del botón */
    right: 20%; /* Alinear con el contenedor */
    display: none;
    list-style: none;
    background: #191919;
    border: 1px solid #fff;
    padding: 2px 0;
    min-width: 130px;
    z-index: 100;
}

.languagescontenedor.active .languages_items {
    display: block;
}

.languages_items a {
    display: block;
    padding: 10px 15px; /* Más espacio interno */
    white-space: nowrap; /* Evita que el texto se divida en varias líneas */
    text-decoration: none;
}

.languages_items a:hover {
    background: #fff;
    color: #191919;
}



/*Button contact Us*/
.btn_contactus{
    background-color: #191919;
}

.btn_contactus a{
    display:block;
    margin-right: 50px;
    border-radius: 20px;
    background-color: #aa1443;
    padding: 8px 30px;
    cursor:pointer;
    color: #fff;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
}
.btn_contactus a:hover{
    color: #aa1443;
    background-color: #fff;
}



/*FIRST SECTION*/
.section1 {
    min-height: 95vh; /* Asegura que cubre toda la ventana visible */
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: left;
    background-color: #191919;
    color: #fff;
    overflow: hidden; /* Previene espacio generado por contenido flotante */
}

.section1_box {
    margin-top: 70px;
    padding: 0;
    top: 0; /* Quita el desplazamiento */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #191919;
    height: 100%;
}

.section1_img { 
    position: relative;
    top:80px;
    background-color: #191919;  
}
.title1 {
    position: relative;
    top:40px;
    left:20px;
    margin-bottom: 40px;
    
    font-size: 35px;
    color: #fff;
    text-align: left;
}
.title1_special {
    border-radius: 5px;
    font-style: none;
    text-decoration: none;
    background: linear-gradient(to right, #aa1443, #f00,#FF4500, #aa1443, #660000);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title2 {
    position: relative;
    top:10px;
    color: #fff;
    text-align: left;
    font-weight: lighter;
    text-decoration: none;
}
.title2_span {
    height: 20px;
    width: 40px;
    border-radius: 5px;
    font-weight: 900;
}
.title3 {
    position: relative;
    top:30px;
    color: #fff;
    width: 500px;
    text-align: left;
    font-weight: lighter;
    text-decoration: none;
}
.title3_span {
    height: 20px;
    width: 40px;
    border-radius: 5px;
    font-weight: 900;
}
.btn_contactus2{
    background-color: #191919;
    position: relative;
    top:60px;
    right:140px;
}

.btn_contactus2 a{
    display:block;
    border-radius: 20px;
    background-color: #aa1443;
    padding: 8px 30px;
    cursor:pointer;
    color: #fff;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.btn_contactus2 a:hover{
    color: #aa1443;
    background-color: #fff;
}

.section1_box p i{
    color:#ccaa31;

}



.download-filename { 
    text-align: left;
    color: #fff;
    font-size: 20px;
    width: 400px;
    height: auto;
}
.section1_box p{
    text-align: left;
}
.section_buttoncomprar{
    width: 100%;
    align-items: center;
}
.buttoncomprar{
    display: block;        /* que ocupen todo el ancho */
    background: #191919;
    border: #191919 solid 3px;
    color: #fff;
    width: 95%;
    padding: 16px 10px;
    text-align: center;
    text-decoration: none; /* quita el subrayado */
    font-weight: 600;
    letter-spacing: 2px;   /* similar al ejemplo */
    text-transform: uppercase;
    transition: all 0.25s ease;
    cursor: pointer;
}
.buttoncarrito{
    display: block;        /* que ocupen todo el ancho */
    border: #191919 solid 3px;
    background: #fff;
    color: #191919;
    width: 95%;
    padding: 16px 10px;
    text-align: center;
    text-decoration: none; /* quita el subrayado */
    font-weight: 600;
    letter-spacing: 2px;   /* similar al ejemplo */
    text-transform: uppercase;
    transition: all 0.25s ease;
    cursor: pointer;
}





/*FINAL SECTION*/
.final{
    min-height: 5vh;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #191919;
    color:#fff;
}
.final h1{
    font-weight: normal;
    text-align: left;
}    







/*ADECUATION TO SMALL SIZES*/
@media (max-width: 1020px) {

    /*BODY*/
    .body{ 
        overflow-x: hidden;
    }


    /*HEAD*/
    .head{
        align-items: center;
        justify-content: center;
        
    }
    .logo img{
        margin-left: 10px;
        size:40px;
    }
    .media{
        display:none;
    }
    .textinhead {
        display: none;
    }
    .navbar {
        display: none;
    }
    /* .search {
        display: none;
    } */
    .languagescontenedor{
        position: absolute;
        margin-left: 85%;
    }
    .btn_contactus {
        display: none;
    }



    /*SECTION 1*/
    .section1{
        height:100%;
        
    }
    .section1_box{
        text-align: center;
        align-items: center;
        justify-content: center;
        
    }
    .download-filename {
        margin-top: 40px;
        width: 80%;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
        
    }

    .section1_img{
        top:110px;
        width: 600px;
        height: 300px;
    }
    .title1 {
        margin-top: 10%;
        width: 90%;
        text-align: center;
        left:0px;
    }
    .title2 {
        width: 90%;
        text-align: center;
    }
    .title3 {
        width: 90%;
        text-align: center;
    }
    .btn_contactus2{
        right:0px;
    }
    .section1_box p {
        top:70px;
        text-align: center;
        left:0px;
        font-size: 30px;
        
    }



 


 


    /*SECTION FINAL*/    

    
}