@font-face {
    font-family: 'Date Stamp';
    src: url('ruta/a/date_stamp.ttf') format('truetype'); /* Reemplaza 'ruta/a/date_stamp.ttf' con la ruta real de tu fuente */
    /* Puedes agregar otros formatos de fuente según sea necesario (woff, woff2, etc.) */
}


body{
    background: black;
    margin: 0;
    padding: 0;
    color: #ffffff; /* Estilo de texto general para el cuerpo del documento */
    position: relative;
    padding-bottom: 2em;
    min-height: 100vh;
}


.navbar {
    background: linear-gradient(70deg, yellowgreen, green);
}

.logo{
    max-width: 1000px;
    height: 80px;
    margin: 0px;
    width: 80px;
    border-radius: 50%;
}

.logoRedSocial{
    width: 5%;
    height: 5%;
    min-width: 40px;
    min-height: 40px;
    margin:10px;
}
.botonturnos{
    display: none;
}

.imgCopaFacil{
    width: 100%;
    height: 200px;
    border-radius: 5%;
    border: solid 5px white;
}

.botonNoticia {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px;
}
.boton1{
    margin: 20px;
}
.boton1 a{
    text-decoration: none;
    color: white;
}
.rSocial {
    margin-top: 50px;
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.redSocial{
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
    width: 200px
}

.Titulos{
    color: white;
    opacity: .6;
}
label{
    color: white;
}
.navbar-collapse {
    justify-content: flex-end;
}
.table{
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
}
.encabezado{
    color: white;
    margin-top: 15px;
}
.alert{
    text-align: center;
}
.MjDeTabla{
    color: #FFB300;
    opacity: .5;
}
.tarjetas1 {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 260px;
    padding: 2px 5px 15px 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: darkslategray;
    color: #fff;
}

.tarjetas{
    margin-top: 50px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: darkslategray;
    color: #fff;
}

.login-container {
    display: flex;
    justify-content: center;
    height: 300px;
    margin-top: 100px;
}

.login-form {
    width: 300px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: darkslategray;
    color: #fff;
}

.login-container h3 {
    text-align: center;
    margin-bottom: 20px;
}

.login-form input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: none;
    border-radius: 3px;
}

.login-form input[type="submit"] {
    background-color: #4CAF50;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.link-login {
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
    margin-top: 10px;
}

/* mostrar contraseña */
#passwordContainer {
    position: relative;
}

#toggleButton {
    color: black;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}


/* Estilos para la ventana emergente */
.ventana-emergente {
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 9999;
}
/* formulario de noticias*/
.form-container {
    max-width: 400px;
    margin: 20px auto;
    background-color: #4CAF50;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 30px; /* Margen superior para separarlo del nav */
    margin-bottom: 30px; /* Margen inferior para separarlo del contenido siguiente */
}

.form-container label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #000000; /* Color de texto específico para las etiquetas del formulario */
}

.form-container input[type="text"],
.form-container textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
}

.formNoticias {
    max-width: 400px;
    margin: 0 auto;
    background-color: darkslategray;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.formNoticias label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.formNoticias input[type="text"],
.formNoticias textarea {
    text-align: center;
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
}

.formNoticias .labelForm {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: darkgray;
}

.formNoticias .custom-file-upload {
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #f9f9f9;
    color: #555;
}

.formNoticias .imgForm {
    display: none;
}

.formNoticias #imagen-preview {
    max-width: 100%;
    height: auto;
    margin-top: 10px;
}

.formNoticias textarea {
    resize: vertical;
    height: 100px;
}

.formNoticias input[type="submit"] {
    padding: 10px 20px;
    background-color: #4CAF50;
    border: none;
    color: #ffffff;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}


/* Estilos generales para la sección de noticias */
.TitulosNoticia1{
    margin: 3px;
    color: white;
    opacity: .6;
    font-size: 100%;
}
.TitulosNoticia {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.secNotImg1 {
    font-size: 100%;
    border: 1px solid darkgrey;
    display: block;
    margin: auto;
    padding: 10px;
}
.textNot1 {
    margin: 10px;
    opacity: 0.7;
    font-style: inherit;
    font-size: 14px;
    line-height: 1.6;
    flex: 1;
}
/* Estilos para la fecha */
.fechaNot1 {
    margin: 10px 0px;
    padding-right: 10px;
    text-align: right;
    color: white;
    opacity: .6;
    font-size: 8px;
}

.seccionNoticia {
    width: 90%;
    border: 3px solid darkgray;
    border-radius: 1%;
    margin: 20px auto;
}
.seccionNoticia3 {
    width: 90%;
    height: 500px ;
    border: 3px solid darkgray;
    border-radius: 1%;
    margin: 20px auto;
}
.TitulosNoticia{
    margin: 10px;
    color: white;
    opacity: .6;
}

/* Estilos para la imagen */
.secNotImg {
    border: 1px solid darkgrey;
    display: block;
    margin: auto;
    padding: 10px;
    width:90%;
    height:300%;
}
.secNotImg1 {
    width:90%;
    height:300px;
}


/* Estilos para el texto de la noticia */
.textNot{
    margin: 10px;
    opacity: .7;
    font-style:  inherit;
    font-size: 16px;
    line-height: 1.6;
    flex: 1;
}
/* Estilos para la fecha */
.fechaNot {
    padding-right: 10px;
    text-align: right;
    color: white;
    opacity: .6;
    font-size: 10px;
}

.ubicacion-clima{
    margin: 20px 10px;
}
.comoLlego{
    width:100%;
    height:200px;
    border:0;
}

/* PIE DE PAGINA*/

footer {
    background: linear-gradient(70deg, yellowgreen, green);
    padding: 0.5em;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}

footer p {
    margin: 0;
    text-align: center;
}



.clima{
    margin: 20px 0;
}

.animated-text8 {
    font-size: 3em;
    text-align: center;
    animation: moveText 1s infinite alternate;
    color:  #76e7de;
    font-weight: bold; /* Puedes ajustar el valor según tus preferencias, por ejemplo: bold, bolder, 600, 700, etc. */
    border: none;
    background: none;
}

@keyframes moveText {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(10px); /* Ajusta según la distancia de movimiento */
    }
}

/*descripcion de la empresa*/
.descripcionDeElPredio{
    padding: 20px;
}
.descripcionDeElPredio h3{
    margin-bottom: 20px;
}
.descripcionDeElPredio p{
    margin-bottom: 10px;
    font-family: initial;
}

@media(max-width:768px){
    .botonturnos{
        display: block;
        width: 90%;
    }
    @media(max-width:430px){
        .logo{
            max-width: 1000px;
            height: 50px;
            margin: 0px;
            width: 50px;
            border-radius: 50%;
        }
        .secNotImg1 {
            width:90%;
            height:100px;
        }

        .table td{
            font-size: 10px;
        }
        .table th{
            font-size: 10px;
        }
        .btn {
            font-size: 10px;
            padding: 5px 5px;
        }

        /*LOGIN*/
        .login-container {
            display: flex;
            justify-content: center;
            height: 240px;
            margin-top: 30px;
        }
        .login-form {
            width: 200px;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
            background-color: darkslategray;
            color: #fff;
        }

        .login-container h3 {
            text-align: center;
            margin-bottom: 10px;
        }

        .login-form input {
            width: 100%;
            padding: 5px;
            margin-bottom: 5px;
            border: none;
            border-radius: 3px;
        }

        .login-form input[type="submit"] {
            background-color: #4CAF50;
            color: #fff;
            font-weight: bold;
            cursor: pointer;
        }

        .link-login {
            color: #fff;
            text-decoration: none;
            display: block;
            text-align: center;
            margin-top: 10px;
        }
        .imgCopaFacil{
            width: 200px;
            height: 200px;
            border-radius: 5%;
            border: solid 5px white;
        }
        .comoLlego{
            width:200px;
            height:200px;
            border:0;
        }

        .seccionNoticia3 {
            width: 90%;
            height: 300px ;
            border: 3px solid darkgray;
            border-radius: 1%;
            margin: 20px auto;
        }
    }

}

