
@font-face {
    font-family: 'vw-regular';
    font-weight: 400;
    font-display: swap;
    src: url('statics/fonts/vwhead-regular.woff2') format('woff2'),
    url('statics/fonts/vwhead-regular.woff') format('woff');
  }

@font-face {
    font-family: 'vw-light';
    font-weight: 400;
    font-display: swap;
    src: url('statics/fonts/vwhead-light.woff2') format('woff2'),
    url('statics/fonts/vwhead-light.woff') format('woff');
  }

@font-face {
    font-family: 'vw-head';
    font-weight: 400;
    font-display: swap;
    src: url('statics/fonts/vwhead-regular.woff2') format('woff2'),
    url('statics/fonts/vwhead-regular.woff') format('woff');
  }

  @font-face {
    font-family: 'vw-head';
    font-weight: 700;
    font-display: swap;
    src: url('statics/fonts/vwhead-bold.woff2') format('woff2'),
    url('statics/fonts/vwhead-bold.woff') format('woff');
  }

  @font-face {
    font-family: 'vw-head';
    font-weight: 200;
    font-display: swap;
    src: url('statics/fonts/vwhead-light.woff2') format('woff2'),
    url('statics/fonts/vwhead-light.woff') format('woff');
  }

  @font-face {
    font-family: 'vw-text';
    font-weight: 400;
    font-display: swap;
    src: url('statics/fonts/vwtext-regular.woff2') format('woff2'),
    url('statics/fonts/vwtext-regular.woff') format('woff');
  }

  @font-face {
    font-family: 'vw-text';
    font-weight: 700;
    font-display: swap;
    src: url('statics/fonts/vwtext-bold.woff2') format('woff2'),
    url('statics/fonts/vwtext-bold.woff') format('woff');
  }

  @font-face {
    font-family: 'vw-head-ar';
    font-weight: 700;
    font-display: swap;
    src: url('statics/fonts/HelveticaNeueArabicBD.woff') format('woff');
  }

  @font-face {
    font-family: 'vw-text-ar';
    font-weight: 400;
    font-display: swap;
    src: url('statics/fonts/HelveticaNeueArabicLT.woff') format('woff');
  }

  @font-face {
    font-family: 'roboto-vi';
    font-weight: 200;
    font-display: swap;
    src: url('statics/fonts/roboto-v20-vietnamese_latin-ext_latin-300.woff2') format('woff2'),
    url('statics/fonts/roboto-v20-vietnamese_latin-ext_latin-300.woff') format('woff');
  }
  @font-face {
    font-family: 'roboto-vi';
    font-weight: 400;
    font-display: swap;
    src: url('statics/fonts/roboto-v20-vietnamese_latin-ext_latin-regular.woff2') format('woff2'),
    url('statics/fonts/roboto-v20-vietnamese_latin-ext_latin-regular.woff') format('woff');
  }
  @font-face {
    font-family: 'roboto-vi';
    font-weight: 700;
    font-display: swap;
    src: url('statics/fonts/roboto-v20-vietnamese_latin-ext_latin-700.woff2') format('woff2'),
    url('statics/fonts/roboto-v20-vietnamese_latin-ext_latin-700.woff') format('woff');
  }

header {
    /* <--- es la cabecera de la pagina */
    position: fixed;
    /* <--- es la posicion de la cabecera */
    z-index: 9;
    /* <--- es el orden de la capa */
    width: 100%;
    /* <--- es el ancho de la cabecera */
    background-color: transparent;
    /* <--- es el color de fondo de la cabecera */
    line-height: 1.42857143;
    /* <--- es el alto de la linea */
}

body {
    /* <--- This is the body tag */
    display: block;
    /* <--- es el contenedor de la pagina */
    margin: 0px;
    /* <--- es el margen de la pagina */
}

body {
    /* <-- es el cuerpo de la pagina */
    font-size: 16px;
    /* <--- es el tamaño de la fuente */
    font-family: 'VW-Regular';
    /* <--- es el tipo de fuente */
    color: #000;
    /* <--- es el color de la fuente */
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    /* <--- es el tipo de fuente */
    font-size: 20px;
    /* <--- es el tamaño de la fuente */
    line-height: 1.42857143;
    /* <--- es el alto de la linea */
    color: #333;
    /* <--- es el color de la fuente */
    background-color: #fff;
    /* <--- es el color de fondo de la pagina */
}

h1,
h2,
h4,
h5 {
    font-family: 'VW-Head';
    /* <--- es el tipo de fuente */
    color: #ffffff;
    /* <--- es el color de la fuente */
    line-height: 1;
    /* <--- es el alto de la linea */
}

h3 {
    font-family: 'VW-Regular';
    /* <--- es el tipo de fuente */
    color: #ffffff;
    /* <--- es el color de la fuente */
    line-height: 1;
    /* <--- es el alto de la linea */
    font-size: 1.5em;
    /* <--- es el tamaño de la fuente */
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span {
    font-family: 'VW-head';
    /* <--- es el tipo de fuente */
}

span {
    font-family: 'VW-Light';
    /* <--- es el peso de la fuente */
}

@media (max-width: 575px) {
    h1 {
        font-size: 30px;
    }
}

form {
    display: block;
    margin-top: 0em;
}

.logo-menu i.icon-vw_icon-menu {
    padding-left: 20px;
    padding-top: 5px;
    cursor: pointer;
    z-index: 10;
    position: absolute;
    left: 0;
    color: #fff;
    font-size: 22px;
}

.logo-menu .conces {
    font-family: 'VW-Regular';
    letter-spacing: 3px;
    color: #fff;
    margin-top: -px;
}

.conces {
    padding-left: 50px;
}


.logo-vw {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    margin-top: 42px;
    transition: margin-top 0.5s;
}


.logo-vw .line-left {
    height: 2px;
    background-color: #f8f6f6;
    width: 100%;
    flex-basis: 190.66%;
    margin-top: 20px;
}

.logo-vw .img-logo-vw {
    height: 25px;
    width: 48px;
    margin: 0px 12px;
}

.logo-vw .img-logo-vw i {
    font-size: 45px;

    color: #fff;

}

.logo-vw .line-right {
    height: 2px;
    background-color: rgb(255, 255, 255);
    width: 100%;
    margin-top: 20px;
}

.presentacion {
    z-index: 1000;
    max-width: 1100px;
    max-height: 700px;
    /* para que el contenido se mantenga centrado */
    height: 98vh;
    /* para que el contenido ocupe todo el alto de la pantalla */
    margin: auto;
    /* para que el contenido se mantenga centrado */
    color: #fff;
    /* para que el texto sea blanco */
    display: flex;
    /* para que el contenido se mantenga centrado */
    flex-direction: column;
    /* para que el contenido se mantenga centrado */
    align-items: center;
    /* para que el contenido se mantenga centrado */
    justify-content: center;
    /* para que el contenido se mantenga centrado */
    padding-top: 90px;
}


.presentacion .bienvenida {
    font-size: 25px;
    margin-bottom: -11px;
    text-align: center;
    letter-spacing: 1px;
}

.presentacion h2 {
    font-size: 25px;
    margin-bottom: 20px;
    text-align: center;
}


.presentacion .descripcion {
    max-width: 700px;
    margin: 13px auto;
    font-size: 18px;
    text-align: center;
}

.presentacion a {
    text-decoration: none;
    display: inline-block;
    margin: 25px;
    padding: 20px;
    /*border: 2px solid #fff;*/
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
    transition: .5s;
}

/* .presentacion a:hover {
    background-color: #9b2cf0;
} */

/*
.presentacion .boton-linktree {
    display: inline-block;
    margin: 10px;
    width: 350px;
    height: 40px;
    background-color: #00aeef;
    color: white;
    border: none;
    border-radius: 30px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  }

  .boton-linktree:hover {
    background-color: #0088c3;
  }*/

.presentacion .boton {
    display: inline-block;
    background-color: #001e50;
    color: #ffffff;
    width: 50%;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 30px;
    transition: background-color 0.3s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    margin-bottom: -5px;
}

.boton:hover {
    background-color: #2416a8;
}

.boton span {
    display: flex;
    /* Establecer el contenedor como flex */
    align-items: center;
    /* Centrar verticalmente los elementos dentro del contenedor */
    justify-content: center;
    /* Centrar horizontalmente los elementos dentro del contenedor */
}

.redes-sociales {
    text-align: center;
    margin: 0px;
    padding: 0px;


}

@media (max-width: 768px) {
    .presentacion {
        padding-top: 0px;
    }

    .redes-sociales {
        text-align: center;
        margin-top: -70px;
    }
}

.redes-sociales a {
    display: inline-block;
    margin: 0 10px;
    color: #001e50 !important;
    font-size: 24px;
}

.redes-sociales a:hover {
    color: #ccc;
}

/*
  .imagen-centrada {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 40vh;
    margin-top: -100px;

  }
  
  .imagen-centrada img {
    max-width: 100%;
    height: auto;
    margin: auto;
  }

  .imagen-centrada .imagen-chica {
    max-width: 50px; /* Tamaño reducido para la imagen
  }
  */

.marca {
    text-align: center;
    margin-top: -17px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}