/* Estilos generales */

body {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    line-height: 1.6;
    color: #100337;
    margin: 0;
    text-align: justify;


    padding: 0;
    box-sizing: border-box;
}

header {
    font-size: 15px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #528052;
    /* background-image: url(head2.jpg); */
    color: #686666;

    /* text-align: center; */
    z-index: 1000;
    /* Asegura que el menú esté por encima de otros elementos */



    display: inline-flex;
    justify-content: space-between;
    align-items: center;


}

A:link {
    text-decoration: none;

}

A:visited {
    color: white;
    font-family: arial;
    text-decoration: none
}

A:hover {
    color: yellow;
    font-family: arial;
    text-decoration: none
}

.no-underline {
    text-decoration: none;
}

#menu-contenedor {
    position: fixed;

    left: 0;
    width: 100%;
    background-color: #254d25;
    color: #fff;

    text-align: center;

    z-index: 1000;
    /* Asegura que el menú esté por encima de otros elementos */
    margin-top: 50px;

    padding: 10px;

    display: inline-flex;
    justify-content: space-between;
    align-items: center;

}

#redes {
    margin: 5px 5px;

    padding: 0 8px;
    color: whitesmoke;
}


#datosContacto {
    display: flex;
    align-items: center;
    /* Alinea verticalmente el contenido */

}

#datosContacto a {
    justify-content: space-between;
    color: whitesmoke;
}

#datosContacto img {

    margin: 5px 5px;
    width: 25px;
    height: 25px;

}

#logo-container {
    display: flex;
    align-items: center;
}


#logo {
    width: 50px;
    /* Ajusta el tamaño del logotipo según tus necesidades */
    height: 50px;
    /* Ajusta el tamaño del logotipo según tus necesidades */
    margin-right: 10px;
    margin-left: 10px;

}

#nombre {
    font-size: 24px;
    margin: 0;
    font-weight: bold;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

nav li {
    margin-right: 20px;
}

nav a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}




#menu-toggle {
    display: none;

}


/* Estilos para las secciones de contenido */
section {
    padding-top: 120px;


    /* padding: 40px; */
    /* Agrega un espacio para evitar que el contenido se oculte detrás del encabezado */

}




.whatsapp-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.whatsapp-icon {
    display: block;
    text-decoration: none;
    position: relative;
}

.whatsapp-icon img {
    width: 50px;
    /* Ajusta el tamaño según sea necesario */
    height: auto;
}



.phone-container {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 20px;
    /* Cambiado de 'right' a 'left' para moverlo al lado izquierdo */
    z-index: 1000;
}

.circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp-circle {
    background-color: whitesmoke;
    /* Color verde para WhatsApp */
    right: 20px;
}

.phone-circle {
    background-color: whitesmoke;
    /* Color azul para el teléfono */
    left: 20px;
}




footer {
    background-color: #254d25;
    padding: 20px;
    text-align: center;
    color: #fff;
}

footer a {
    margin: 0 10px;
    text-decoration: none;
    color: #fff;

}

footer a:hover {
    color: #ffd700;
    /* Cambiar color al pasar el ratón sobre el enlace */
}




h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

p {
    margin-bottom: 20px;
}

ul {
    list-style: disc;
    margin-left: 20px;
}

.gallery {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.gallery img {
    margin: 10px;
    max-width: 100%;

    border: 1px solid #ccc;
    width: 400px;
    height: 300px;
    padding: 10px;
}


form {
    background-color: #ffffffc6;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: auto;
}

label {
    display: block;
    margin-bottom: 8px;
}

input,
textarea,
select {
    width: 100%;
    padding: 8px;
    margin-bottom: 16px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}

button {

    background-color: #4caf50;
    color: #fff;
    padding: 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: auto;

}

button:hover {
    background-color: #45a049;
}




img {
    max-width: 100%;
    height: auto;
}

#inicio {
    margin: 0;
    height: 0;

    display: none;

}



/*seccion del carrousel*/
.carousel-container {
    position: relative;
    width: 100%;



    overflow: hidden;
    align-items: center;
    padding-top: 119px;







}

.carousel-wrapper {
    display: flex;
    transition: transform 2s ease-in-out;
    /* Aumenté el tiempo de la transición para que sea más lento */
}

.carousel-slide {
    position: relative;
    min-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    border: 5px solid #333;
    display: flex;
    height: 550px;
}

.carousel-container img {
    width: 100%;
    height: 550px;
    border-color: black;
    border-radius: 5px;
}

.carousel-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0px;
    /* Aumenté el valor para un sombreado más grande */
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    border-bottom-right-radius: 10px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 100px;

}





.carousel-navigation {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.carousel-arrow {
    width: 50px;
    height: 50px;
    background-color: #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

.carousel-arrow:hover {
    background-color: #555;
}

/*botones de comprar y descargar*/
.acciones-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 500px;
    margin: 0 auto;
}

.accion {
    padding: 15px;
    text-align: center;
    text-decoration: none;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;

}

.descargar {
    text-transform: uppercase;
    background-color: #4caf50;
}

.comprar {
    background-color: #3498db;
    text-transform: uppercase;
}

.accion:hover {
    background-color: #45a049;
    /* Verde más oscuro para descargar */
}

.comprar:hover {
    background-color: #2980b9;
    /* Azul más oscuro para comprar */
}

/*stilos seccion precios
*/

.precios-container {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    max-width: 1200px;
    margin: 0 auto;
}

.precio {
    border: 2px solid #333;
    border-radius: 8px;
    padding: 20px;
    width: 300px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    margin: 20px;
}

.precio:hover {
    transform: scale(1.05);
}

h2 {
    color: #333;
}

.precio span {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.caracteristicas {
    margin-top: 20px;
    color: #555;
    text-align: left;
    padding-left: 10px;
}

.caracteristicas i {
    margin-right: 5px;
    color: #4caf50;
}

.boton {
    display: block;
    width: 80%;
    padding: 10px;
    margin: 20px auto;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

.boton:hover {
    background-color: #45a049;
}

.resaltado {
    background-color: #ffd700;
    /* Color dorado para resaltar */
    font-weight: bold;
    padding: 5px;
    border-radius: 5px;
}

.grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    height: 560px;
    padding-bottom: 5px;

}

.grid h2 {
    color: whitesmoke;

}

.datosp {


    background: #254d25;
    align-items: center;


    /* Agregado para centrar verticalmente */
}

.datosc {
    padding: 0.12em;
    padding-top: 50%;

    text-align: center;
    align-items: center;

}

.precios {
    display: table-row;
}



/* informacion del formulario*/
.card {
    padding: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-content: space-between;
    padding-top: 140px;
    background-image: url(retail.jpg);



}

.formulario {

    background-color: #333333aa;
    align-items: center;
    padding: 10px;
    align-self: center;


}

.formulario input {
    padding: 15px;
}

.formulario span {
    margin: 10px;
    color: whitesmoke;
}

.presentation {


    padding: 0.12em;
    padding-top: 5%;

    text-align: center;
    align-items: center;
    background-color: rgba(245, 245, 245, 0.718);

    color: #333;
    font-size: 20px;

}


/* Estilos para el menú responsivo */
@media only screen and (max-width: 767px) {
    header {
        flex-direction: row;
        align-items: flex-start;
        font-size: 12px;

        /* Alinea los elementos a la izquierda en la versión responsiva */
    }

    #menu-contenedor {
        margin-top: 40px;
        padding: 0px;
        flex-direction: row;
        align-items: flex-start;
        height: 80px;
        align-items: center;
    }

    #nombre {

        margin-right: 50px;
        padding: 5px;
        /* font-size: 10px; */
        /* Agregado margen superior para separar el nombre del logotipo */
    }

    #logo {
        width: 80px;
        /* Ajusta el tamaño del logotipo según tus necesidades */
        height: 50px;
        /* Ajusta el tamaño del logotipo según tus necesidades */
        margin-right: 10px;

        margin-left: 10px;
    }


    .gallery {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    nav ul {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        /* Ajusta la posición vertical del menú desplegable según sea necesario */
        left: 0;
        background-color: #254d25;
        width: 100%;
    }

    nav ul.active {
        display: flex;

    }



    nav li {
        margin: 10px 0;
        text-align: center;

    }


    #menu li:hover {
        background-color: rgba(92, 91, 91, 0.788);
        color: yellow;
        font-size: 18px;
        font-weight: bold;
        margin: 5px 5px;
    }

    #menu-toggle {
        display: block;
        cursor: pointer;
        font-size: 24px;
        margin-right: 20px;
    }

    /* Estilos para las secciones de contenido */
    section {

        /* padding: 10px; */
        /* margin: 20px; */
        padding-top: 120px;
        /* Agrega un espacio para evitar que el contenido se oculte detrás del encabezado */

    }

    .sobre {
        margin-top: 50px;

        /* margin: 20px; */

        /* Agrega un espacio para evitar que el contenido se oculte detrás del encabezado */

    }

    /* Estilos para el submenú */
    .submenu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #333;
        width: 100%;
    }

    .submenu.active {
        display: block;
    }


    #redes {
        margin: 5px 0;
        padding: 0 8px;
        color: #00cba9;

        display: inline-flex;
        align-items: center;
        /* Alinea los elementos verticalmente */

    }

    .grid {
        display: flex;
        flex-direction: column;


    }

    .datosp {
        padding-top: 150px;
        margin-top: 150px;
        order: 2;

        /* Cambia el orden del elemento para que aparezca debajo */

    }

    .datosc {
        padding: 0.12em;
        padding-top: 50%;
        height: 220px;

    }

    .carousel-container {
        position: absolute;
        order: 1;
        /* Cambia el orden del elemento para que aparezca arriba */
        margin-top: 0;
        /* Ajusta el margen superior según sea necesario */

        height: 50%;







    }

    .carousel-wrapper {
        display: flex;
        transition: transform 2s ease-in-out;
        /* Aumenté el tiempo de la transición para que sea más lento */
    }

    .carousel-slide {
        position: relative;
        min-width: 100%;
        box-sizing: border-box;
        overflow: hidden;
        border: 5px solid #333;
        display: flex;
        height: 500px;
    }

    .carousel-container img {
        width: 100%;
        height: 100%;
        border-color: black;
        border-radius: 5px;
    }

    .carousel-text {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 3px;
        /* Aumenté el valor para un sombreado más grande */
        color: #fff;
        background: rgba(0, 0, 0, 0.7);
        border-bottom-right-radius: 10px;
        font-size: 16px;
        width: 100%;
        margin-bottom: 100px;
        height: 200px;

    }





    .carousel-navigation {
        position: absolute;
        top: 50%;
        width: 100%;
        display: flex;
        justify-content: space-between;
        transform: translateY(-50%);
    }

    .carousel-arrow {
        width: 50px;
        height: 50px;
        background-color: #ddd;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: background-color 0.3s ease-in-out;
    }

    .carousel-arrow:hover {
        background-color: #555;
    }

    /*botones de comprar y descargar*/
    .acciones-container {
        display: flex;
        justify-content: space-around;
        align-items: center;
        max-width: 300px;
        margin: 0 auto;
    }

    .accion {
        padding: 8px;
        text-align: center;
        text-decoration: none;
        color: white;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s ease-in-out;

    }

    .descargar {
        text-transform: uppercase;
        background-color: #4caf50;
    }

    .comprar {
        background-color: #3498db;
        text-transform: uppercase;
    }

    .accion:hover {
        background-color: #45a049;
        /* Verde más oscuro para descargar */
    }

    .comprar:hover {
        background-color: #2980b9;
        /* Azul más oscuro para comprar */
    }


    /*seccion de globos de redes sociales abajo*/
    .redFlot {

        margin: 0;
        font-family: Arial, sans-serif;


    }

    .phone-container {
        display: none;
        position: fixed;
        bottom: 20px;
        left: 20px;
        /* Cambiado de 'right' a 'left' para moverlo al lado izquierdo */
        z-index: 1000;
    }

    .precios-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }


    /* informacion del formulario*/
    .card {

        padding: 8px;
        display: grid;
        grid-template-columns: 1fr;
        padding-top: 130px;







    }

    .presentation {
        display: none;

    }



}








/* Estilos para el menú responsivo tablets*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    header {
        flex-direction: row;
        align-items: flex-start;
        font-size: 12px;

        /* Alinea los elementos a la izquierda en la versión responsiva */
    }

    #menu-contenedor {
        margin-top: 50px;
        padding: 0px;
        flex-direction: row;
        align-items: flex-start;
        height: 80px;
        align-items: center;
    }

    #nombre {


        padding: 4px;
        /* font-size: 10px; */
        /* Agregado margen superior para separar el nombre del logotipo */
        margin-right: 180px;
    }

    #logo {
        width: 80px;
        /* Ajusta el tamaño del logotipo según tus necesidades */
        height: 50px;
        /* Ajusta el tamaño del logotipo según tus necesidades */
        margin-right: 10px;

        margin-left: 10px;
    }


    #datosContacto {
        padding: 5px;
        font-size: 17px;
    }

    .gallery {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    nav ul {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        /* Ajusta la posición vertical del menú desplegable según sea necesario */
        left: 0;
        background-color: #254d25;
        width: 100%;
    }

    nav ul.active {
        display: flex;

    }



    nav li {
        margin: 10px 0;
        text-align: center;

    }

    #menu li:hover {
        background-color: rgba(92, 91, 91, 0.788);
        color: yellow;
        font-size: 18px;
        font-weight: bold;
        margin: 5px 5px;
    }

    #menu-toggle {
        display: block;
        cursor: pointer;
        font-size: 24px;
        margin-right: 20px;
    }


    /* Estilos para las secciones de contenido */
    section {

        /* padding: 10px; */
        /* margin: 20px; */
        padding-top: 120px;
        /* Agrega un espacio para evitar que el contenido se oculte detrás del encabezado */

    }

    .sobre {

        /* padding: 10px; */
        /* margin: 20px; */
        padding-top: 350px;
        /* Agrega un espacio para evitar que el contenido se oculte detrás del encabezado */

    }

    /* Estilos para el submenú */
    .submenu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #333;
        width: 100%;
    }

    .submenu.active {
        display: block;
    }


    #redes {
        margin: 5px 0;
        padding: 0 8px;
        color: #00cba9;

        display: inline-flex;
        align-items: center;
        /* Alinea los elementos verticalmente */

    }

    .grid {
        display: flex;
        flex-direction: column;


    }

    .datosp {


        padding-top: 50px;
        margin-top: 520px;

        order: 2;

        /* Cambia el orden del elemento para que aparezca debajo */
        margin-bottom: 200px;
        padding-bottom: 180px;
    }

    .datosc {
        padding-top: 2px;
        height: 300px;

    }

    .carousel-container {
        position: absolute;
        order: 1;
        /* Cambia el orden del elemento para que aparezca arriba */
        margin-top: 0;
        /* Ajusta el margen superior según sea necesario */

        height: 50%;







    }

    .carousel-wrapper {
        display: flex;
        transition: transform 2s ease-in-out;
        /* Aumenté el tiempo de la transición para que sea más lento */
    }

    .carousel-slide {
        position: relative;
        min-width: 100%;
        box-sizing: border-box;
        overflow: hidden;
        border: 5px solid #333;
        display: flex;
        height: 500px;
    }

    .carousel-container img {
        width: 100%;
        height: 100%;
        border-color: black;
        border-radius: 5px;
    }

    .carousel-text {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 3px;
        /* Aumenté el valor para un sombreado más grande */
        color: #fff;
        background: rgba(0, 0, 0, 0.7);
        border-bottom-right-radius: 10px;
        font-size: 16px;
        width: 100%;

        height: 200px;
        margin-bottom: 0px;
    }




    .carousel-navigation {
        position: absolute;
        top: 50%;
        width: 100%;
        display: flex;
        justify-content: space-between;
        transform: translateY(-50%);
    }

    .carousel-arrow {
        width: 50px;
        height: 50px;
        background-color: #ddd;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: background-color 0.3s ease-in-out;
    }

    .carousel-arrow:hover {
        background-color: #555;
    }

    /*botones de comprar y descargar*/
    .acciones-container {
        display: flex;
        justify-content: space-around;
        align-items: center;
        max-width: 300px;
        margin: 0 auto;
    }

    .accion {
        padding: 8px;
        text-align: center;
        text-decoration: none;
        color: white;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s ease-in-out;

    }

    .descargar {
        text-transform: uppercase;
        background-color: #4caf50;
    }

    .comprar {
        background-color: #3498db;
        text-transform: uppercase;
    }

    .accion:hover {
        background-color: #45a049;
        /* Verde más oscuro para descargar */
    }

    .comprar:hover {
        background-color: #2980b9;
        /* Azul más oscuro para comprar */
    }


    /*seccion de globos de redes sociales abajo*/
    .redFlot {

        margin: 0;
        font-family: Arial, sans-serif;


    }

    .phone-container {
        display: none;
        position: fixed;
        bottom: 20px;
        left: 20px;
        /* Cambiado de 'right' a 'left' para moverlo al lado izquierdo */
        z-index: 1000;
    }

    .precios-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

}