
/* Estilo Carrusel */
/*.carrusel-container {
    position: relative;
	max-width: 600px;
    margin: auto;
    overflow: hidden;
 z-index: -1; /* Envía el carrusel al fondo  
}*/

/*.slide {
    display: none; /* Oculta todas las imágenes por defecto 
    width: 279px;
    height: auto;
} 

.slide.active {
    display: block; /* Muestra solo la imagen con la clase 'active' 
}

Estilo de los botones carrusel 
.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
}

.next {
    right: 0;
}

.prev {
    left: 0;
}

.carrusel-container {
    position: relative;
    max-width: 600px;
    margin: auto;
    overflow: hidden;
}

.slide {
    display: none; /* Oculta todas las imágenes por defecto 
    width: 279px;
    height: auto;
}

.slide.active {
    display: block; /* Muestra solo la imagen con la clase 'active
}

/* Estilo de los botones carrusel 
.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
}

.next {
    right: 0;
}

.prev {
    left: 0;
}  */

.carousel {
    width: 600px;
    height: 300px;
    overflow: hidden;
    margin: auto;
    position: relative;
  }

  .carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }

  .carousel-track img {
    width: 600px;
    height: 300px;
    object-fit: cover;
  }
/* Estilo para Video */
.back-video {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover; /* Equivale a background-size: cover */
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: -100;
}

/* Estilo Botones de radio */
input[type="text"],
textarea {
    border-radius: 7px;
    padding: 5px;
    border: 1px solid #ccc;
}

input[type="password"],
textareap {
    border-radius: 7px;
    padding: 5px;
    border: 1px solid #ccc;
}

/* Estilos Font */
.style2 {
    font-weight: bold;
    color: #FFFFFF;
}

body {
    background-image: url();
    background-repeat: no-repeat;
}

.style3 {
    color: #FFFFFF;
}

/* Estilo base del botón */
input[type="submit"],
boton1 {
    background-color: #FFFFFF;
    color: #FFFFFF;
    padding: 3px 5px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background 1.10s;
}

input[type="button"],
boton1 {
    background-color: #FFFFFF;
    color: #FFFFFF;
    padding: 3px 5px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background 1.10s;
}

.style4 {
    font-weight: bold;
    color: #FFFFFF;
    font-size: 24px;
    font-style: italic;
}

.style7 {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
}

/* Hover botón */
input[type="submit"],
hover {
    background-color: #305496;
}

input[type="button"],
hover {
    background-color: #305496;
}

/* Estilo para el fondo del selector principal */
.mi-select {
    background-color: #f0f0f0;
    color: #333;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/* Estilo para las opciones individuales */
.mi-select option {
    background-color: white;
    color: black;
}

/* ESTILOS PARA AUTOAJUSTAR LAS IMAGENES */
img {
    max-width: 80%;
    height: auto;
}

/* Mobile First */
body {
    font-size: 14px;
}

/* INICIA ESTILOS PARA LA BARRA DE MENU RRA 260407 */
* {
    padding: 0px;
    /*margin: 2px;*/
}

#header {
    margin: auto;
    width::500px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#borde {
    border-radius: 25px;
}

ul,
ol {
    list-style: none;
}



.nav li a {
	
    border-radius: 5px;

    background: transparent;
    color: #FFFFFF;

    font-size: 12px;
    text-decoration: none;
    padding: 10px 50px;
    margin: 2;
    display: block;

    /*border: 1px solid rgba(255,255,255,.25);
    box-shadow: none;*/
	border:none !important;
    box-shadow:none !important;
}

/* HOVER */
.nav li a:hover {
    background: rgba(255,255,255,.08);
    color: #FFFFFF;

    transform: scale(1.02);
    transition: all .3s;
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 20px;
}

.nav > li {
    float: left;
}

.nav li ul {
    display: none;
    position: absolute;
    min-width: 140px;
}
C
.nav li:hover > ul {
    display: block;
}

.nav li ul li {
    position: relative;
}

.nav li ul li ul {
    rigth: -10px;
    top: 0px;
}

.style12 {
    color: #666666;
	
}

.style15 {
    font-size: 36px;
}

.style16 {
    font-weight: bold;
    color: #FFFFFF;
}

.style17 {
    font-size: 24px;
}

.style18 {
    font-weight: bold;
    color: #FFFFFF;
    font-size: 24px;
}

.nav li a {
 	background-color: 
    color: #FFFFFF;
}

.cuadro-redondeado {
    border: 3px solid #BDD7EE;
    padding: 25px;
    border-radius: 8px;
}

/* TERMINA ESTILOS MENU */

/* Responsive */
img {
    max-width: 100%;
    height: auto;
}

body {
    font-size: 14px;
}

@media screen and (min-width: 600px) {
    body {
        font-size: 16px;
    }
}

@media screen and (min-width: 1024px) {
    .contenedor {
        width: 80%;
        margin: auto;
    }
}

img {
    max-width: 100%;
    height: auto;
}

body {
    font-size: 14px;
}

@media screen and (min-width: 2400px) {
    body {
        font-size: 16px;
    }
}

@media screen and (min-width: 1024px) {
    .contenedor {
        width: 80%;
        margin: auto;
    }
}
```
