* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    background: #fff;

}



header {
    width: 100%;
    height: 600px;
    position: relative;
    background-image: url("../assets/img/part/fondo2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.padre {
    display: flex;
    flex-flow: column nowrap;
    z-index: 2;
    position: relative;
}

.header {
    width: 100%;
    background: #80e2b441;
    position: fixed;
    top: 0;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    color: rgb(43, 40, 40);

}

.padre .img-logo{
   position: absolute;
   margin-left: 500px;
   display: none;
}
.img-logo img{
    width: 60%;
    margin-top: 10px;
    margin-left: 50px;
}
.padre .titulo-header{
    display: flex;
    justify-content: center;
    margin-top: 250px  !important;
    font-size: 40px;
    font-weight: 800 !important;
    text-align: center;
    letter-spacing: 0;
    padding: .25em 0 .325em;
    display: block;
    margin: 0 auto;
    text-shadow: 0 0 80px rgba(255,255,255,.5);
    background: url("../assets/img/part/franja.png") repeat-y;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: aitf 80s linear infinite;
    -webkit-transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;

}

@-webkit-keyframes aitf {
0% { background-position: 0% 50%; }
100% { background-position: 100% 50%; }
}

.menu {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    justify-content: space-between;
}

.movil-menu{
    display: none;
}
.logo {
    text-align: left;
    height: 70px;
    flex: 0.4 1 auto;
    background: transparent;
    padding: 5px;
}

.logo img {
    position: fixed;
    /*width: 7%;*/
    margin-top: -22px;
}

.nav {
    flex: 1.1 auto;
    background: transparent;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.nav a {
    text-decoration: none;
    color: #fff;
    padding: 12px 1em;
}

.nav a:hover {
    background-color: #1f5540;
}

.check-mobil{
    display: none;
}



.terminos {
    width: 100%;
    display: flex;
    justify-content: center;
    color: #000;
    margin-bottom: 50px;
}

.termino-conten p{
    width: 100%;
    margin: 0 auto; /* Centra el contenido dentro del contenedor */
   font-family: "Roboto";
   font-size: 16px;
   font-weight: 500;
}

.termino-conten li{
    margin-top: 5px;
   font-weight: 500;
}


.titulo-terminos h2{
    margin-top: 80px;
    font-size: 25px;
    margin-bottom: 10px;
}

.Subtitulo {
    width: 70%;
    font-weight: 700;
    display: flex;
    justify-content: left;
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 10px;

}

.Subtitulo p{
    margin-top: 20px;

}

footer {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    background: #386e61;
    justify-content: center;
}

footer .row{
    width: 85%;
}

footer li{
    list-style-type: none;

}

footer a{
    text-decoration: none;
    text-align: justify;
    color: #68d7e6;
    font-size: 13px;
    font-weight: 450;

}
footer a:hover{
    color: #fff;

}
footer ul{
    margin-bottom: 50px;
}

.ulfooter a{
    width: 90%;
}

footer.link{
    font-size: 14px;
}



.titulof1{
    color: rgb(255, 251, 251);
    font-weight: 600;
    font-size: 18px !important;
    padding-top: 50px;
}

.centerClass{
    text-align: center;

}


@media screen and (max-width: 480px) {
    .header{
        background: transparent;
    }

    .header .titulo-header{

        margin-top: 800px;
    }

    .menu {
        display:flex;
        flex-direction:row;
        flex-wrap:wrap;
        justify-content:space-between;
        align-items: center;
        justify-content: center;



      }

      .padre .img-logo{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -50px;

     }
      .logo {

        display: none;

    }

    .logo img {
        width: 30%;
        margin-top: 10px;
    }

    .nav {

        display: none;
    }

    .movil-menu{
        position: fixed;
        display: flex;
        width: 70%;
        height: 100%;
        margin-left: -50px;
        margin-top: -10px;

        background: #292222c5;
        flex: 1 1 auto;
        display: none;

    }
        .movil-menu .ul-movil    {
            margin-left: 20px !important;
            margin-top: 20px;
            text-decoration: none;
            list-style-type: none;
        }
        .li-movil a{
            text-decoration: none;
            color: #fff;
            font-size: 16px;
        }
        .li-movil a:hover{
            background: #fff;
            color: #000;

        }

    .check-mobil {
        position: fixed;
        top: 10px;
        right: 30px;
        width: 50px;
        height: 50px;
        background: #68d7e634;
        z-index: 9999;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .check-mobil input[type="checkbox"] {
        display: none;/* Oculta el checkbox predeterminado */
    }

    .check-mobil label {
        background: url('../assets/img/part/ham.png') no-repeat;
        width: 30px;
        height: 30px;
        display: inline-block;
        cursor: pointer;
        background-size: contain;
        pointer-events: auto;
    }

    .check-mobil input[type="checkbox"]:checked + label {
        background: url('../assets/img/part/ham.png') no-repeat;/* Imagen para el estado marcado */
        background-size: contain;
        pointer-events: auto;
    }

    .movil-menu .has-submenu {
        position: relative; /* Para posicionar el submenú */
      }

      .movil-menu .submenu {
        display: none; /* Oculto por defecto */
        position: absolute;
        top: 100%; /* Debajo del elemento padre */
        left: 0;
        background-color: #fff; /* Color de fondo del submenú */
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Sombra */
        z-index: 1; /* Para que esté por encima de otros elementos */
        list-style: none;
        padding: 0;
        margin: 0;
      }

      .movil-menu .submenu li {
        padding: 10px;
      }

      .movil-menu .submenu a {
        color: #333; /* Color de texto del submenú */
        text-decoration: none;
        display: block; /* Para que los enlaces ocupen todo el ancho */
      }

      .movil-menu .has-submenu:hover .submenu {
        display: block; /* Mostrar al pasar el ratón */
      }

      /* Estilos para la animación (opcional) */
      .movil-menu .submenu {
        opacity: 0;
        transition: opacity 0.3s ease; /* Transición suave */
      }

      .movil-menu .has-submenu:hover .submenu {
        opacity: 1;
      }

    .termino-conten p{
        width: 100%;
        margin: 0 auto; /* Centra el contenido dentro del contenedor */
       font-family: "Roboto";
       font-size: 16px;
       font-weight: 500;
       text-align: justify;

    }

    .Subtitulo {
        width: 100%;
        font-weight: 700;
        display: flex;
        justify-content: center;
        margin-left: 0px;
        margin-top: 10px;
        margin-bottom: 10px;

    }

    .Subtitulo p{
        margin-top: 20px;

    }

}

.mobil{
    display: none;
}

.nav {
    flex: 1.1 auto;
    background: transparent;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

.nav-item {
    position: relative;
}

.nav a {
    text-decoration: none;
    padding: 8px 1em;
    transition: all 0.3s ease;
font-size: 12px;
}

.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #1f554073;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    transform: translateY(10px);
    z-index: 1000;
}

.submenu a {
    color: #fff;
    display: block;
    padding: 12px 15px;
    transition: background 0.3s ease;
}

.nav-item:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav a:hover {
    background-color: #1f5540;
    color: #fff;
}

.submenu a:hover {
    background-color:
    #7a968a5d;
    padding-left: 20px;
}


.submenu:hover {
    opacity: 1;
    visibility: visible;
}

