@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    font-family: 'Source Sans Pro', sans-serif;
}

:root{
    --color-dorado: #FFD700;
    --color-azul: #001F3F; 
    --color-azul-claro: #005599; /* Nuevo tono de azul más claro */
    /*
    454376 -- f403d1
    3A3963 -- 383763 -- 4e4376 --3C3A64 --292C31
    8682DF -- 535190 -- A9A1CA
    */
}

body {
    background-color: #fff;
}

/*SELECT EN CALENDARIO*/
.ligaselect1{
    width: 100%;
    text-align: center;
}

.ligaselect2{
    margin-top: 25px;
    background-color: #001F3F;
    cursor: pointer;
    border:none;
    padding: 16px 32px;
    color:#fff;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    border-radius: 12px;

}

.ligaselect2{
    background-color: #001F3F;
    cursor: pointer;
    border:none;
    padding: 16px 32px;
    color:#fff;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    border-radius: 12px;

}

/*LOGIN*/

.containerl {
    position: relative;
    width: 100%;
    background-color: #fff;
    min-height: 100vh;
    overflow: hidden;
    background: transparent;
}

.form-containerl {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.signin-containerl {
    transition: all 300ms;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 75%;
    width: 50%;
}

form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0rem 5rem;
}

.grande {
    display: unset;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0rem 5rem;
}

.grande input[type=number] {
    width: 45px;
    padding: 6px;
    border-radius: 3px;
    font-size: 12px;
    color: #818181;
    background-color: #3B4047;
    border: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.enviar {
    transition: all 300ms;
    width: 100%;
    padding: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    background-color: #001F3F;
    border: none;
}

.enviar:hover {
    transition: all 300ms;
    width: 100%;
    padding: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    background-color: #001F3F;
    border: none;
    cursor: pointer;
}

.tittle {
    transition: all 300ms;
    font-size: 2.2rem;
    color: #fff;
    margin-bottom: 10px;
}

.tittle.min {
    transition: all 300ms;
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
}

.input-field {
    max-width: 380px;
    width: 100%;
    background-color: #f0f0f0;
    margin: 10px 0;
    height: 55px;
    border-radius: 55px;
    display: grid;
    grid-template-columns: 15% 85%;
    padding: 0 0.4rem;
    position: relative;
}

.input-field i {
    text-align: center;
    line-height: 55px;
    color: #acacac;
    font-size: 1.1rem;
}

.input-field input {
    background-color: transparent;
    outline: none;
    border: none;
    line-height: 1;
    font-weight: 600;
    font-size: 16px;
    color: #25282A;
}

.input-field input::pleacerholder {
    color: #aaa;
    font-weight: 500;
}

.social-text {
    padding: 1rem 0;
    font-size: 1.5rem;
    color: #fff;
}

.error {
    font-size: 14px;
    color: red;
}

.social-media {
    display: flex;
    justify-content: center;
    color: #fff;
}

.social-icon {
    height: 46px;
    width: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.45rem;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: .2s;
}

.social-icon:hover {
    color: #001F3F;
}

.btn {
    transition: all 300ms;
    width: 150px;
    background: #001F3F;
    border: none;
    outline: none;
    height: 49px;
    border-radius: 49px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600px;
    margin: 10px 0;
    cursor: pointer;
    font-size: 16px;
}

.btn:hover {
    transition: all 300ms;
}

.btn:focus {
    transition: all 300ms;
    transform: scale(0.9);
}

.containerl::before {
    content: "";
    position: absolute;
    height: 2000px;
    width: 2000px;
    top: -10%;
    right: 48%;
    transform: translateY(-50%);
    background: #001F3F;
    border-radius: 50%;
}

/*MENU*/

.nazi {
    max-width: 1200px;
    max-height: auto;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 0;
}

.margen {
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 10px;
}

.encabezado {
    transition: all 300ms;
    background-color: rgba(6, 5, 44, 0.6);
    width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    font-weight: 600;
    font-size: 14px;
}

.encabezado p {
    color: #fff;
    padding: 10px 5px;
}

.encabezado a {
    transition: all 300ms;
    color: #A0A0A0;
    padding: 10px 0px;
}

.encabezado a:hover {
    transition: all 300ms;
    color: #DFDFDF;
}

.encabezado i {
    padding: 12px 5px;
    color: #A0A0A0;
}

.banner {
    position: relative;
    background-image: url(../img/banner/banner4.jpeg);
    /*background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url("../img/banner/Background-page.jpg");*/
    max-width: 100%;
    height: 650px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    /*background-size: 100% 100%; /* Hace que la imagen de fondo cubra completamente el banner */
}

/*PARA SERIES Y FUTURO ADMIN ALGUNAS PARTES*/
.banner2 {
    position: relative;
    max-width: 100%;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.banner h2{
    color:#fff;
    font-family: 'Alegreya Sans SC', sans-serif;
}

.banner .textbanner {
    width: 1200px;
    text-align: center;
}

.banner .textbanner a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
}

.banner h1 {
    transition: all 300ms;
    font-size: 76px;
    font-family: 'Alegreya Sans SC', sans-serif;
    color: #fff;
}

.banner p {
    transition: all 300ms;
    font-size: 15px;
    font-family: 'Alegreya Sans SC', sans-serif;
    color: #fff;
}


header {
    transition: all 300ms;
    width: 100%;
    height: 80px;
    position: absolute;
    z-index: 1;
}

.container__menu3 {
    width: 100%;
    height: auto;
    justify-content: center;
    background: #fff;
    color: #fff;
}

.container__menu3 a {
    transition: all 300ms;
    color: #000;
    margin: 4px;
    text-transform: uppercase;
    float: right;
}

.container__menu3 a:hover {
    transition: all 300ms;
    color: #001F3F;
}

.container__menu2 {
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.container__menu {
    width: 1200px;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.logo {
    height: 100%;
    display: flex;
    align-items: center;
}

.logo img {
    width: 55px;
}

.menu {
    display: flex;
    align-items: center;
}

.menu ul {
    display: flex;
}

.menu ul li {
    list-style: none;
    margin: 15px;
}

.menu ul li a {
    transition: all 300ms;
    text-decoration: none;
    font-size: 15px;
    color: lemonchiffon;
    text-transform: uppercase;
}

.menu ul li a:hover {
    color: #fff;
}

#selected {
    background: #001F3F;
    padding: 5px 20px;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
}

.menu nav img {
    display: none;
}

.menu #btn_menu {
    display: none;
}

/*TABLAS DATOS*/

table {
    transition: all 300ms;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
}

th {
    background-color: #005599;
    color: #FFD700;
    text-align: center;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
}

td {
    background-color: #001F3F;
    color: #9392AE;
    text-align: center;
    padding: 2px;
    padding-top: 10px;
    font-size: 14px;
}

tr {
    background-color: #001F3F;
}

td:nth-child(9) {
    color: #005599;
    font-weight: 600;
}

td:nth-child(11) {
    /*color: red;
    font-weight: 600;*/
    color: #005599;
    font-weight: 600;
}

.jopo {
    color: red;
    font-weight: 600;
}

td:nth-child(3) {
    font-weight: 600;
}

.amarilla {
    color: yellow;
}

.amarilla i {
    margin-left: 3px;
}

.roja {
    color: red;
}

.verde {
    color: #005599;
}

.container2 .card3 {
    background-color: #001F3F;
    width: 100%;
    overflow: hidden;
    margin: auto;
    text-align: center;
    transition: all 300ms;
}

.container2 .card3 .submenu {
    background-color: #001F3F;
    text-align: left;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
}

.container2 .card3 .submenu a {
    color: #005599;
    margin-right: 8px;
}

.container2 .card3 img {
    height: 45px;
}

.container2 .card3 .sangano {
    height: 25px;
}

.container2 .card3 a {
    text-decoration: none;
    color: #005599;
}

.container2 .card3 .sub {
    background-color: #001F3F;
    width: 100%;
    overflow: hidden;
    margin: auto;
    text-align: center;
    transition: all 300ms;
    display: flex;
}

.container2 .card3 .sub th {
    width: 1200px;
}

.insertar {
    background: #001F3F;
    width: 1200px;
    height: auto;
    padding: 5px;
}

.insertar form {
    background: transparent;
    width: 100%;
    height: auto;
    padding: 25px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
}

.insertar form .inputsall {
    width: 100%;
    margin: 8px 0;
    padding: 10px;
    border-radius: 3px;
    font-size: 12px;
    color: #818181;
    background-color: #001F3F;
    border: none;
    resize: none;
}

.insertar form .inputs {
    width: 100%;
    margin: 8px 0;
    padding: 10px;
    border-radius: 3px;
    font-size: 12px;
    color: #818181;
    background-color: #3B4047;
    border: none;
    resize: none;
}

.insertar form label {
    margin-top: 10px;
    max-width: 140px;
    color: #C7C7C7;
}

.pepo {
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 50%;
    padding: 4px;
    align-items: center;
}

.insertar form .inputsall .buttones {
    transition: all 300ms;
    border: none;
    width: 100%;
    margin: 8px 0;
    padding: 10px;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    background-color: #005599;
    cursor: pointer;
    text-transform: uppercase;
}

.insertar form .inputsall .buttones:focus {
    transition: all 300ms;
    transform: scale(0.9);
}

.file-select {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 8px 0;
    border-radius: 3px;
    font-size: 12px;
    color: #818181;
    background-color: #005599;
    border: none;
    resize: none;
}

.file-select::before {
    background-color: #005599;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    content: 'Seleccionar';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.file-select input[type="file"] {
    cursor: pointer;
    opacity: 0;
    width: 100%;
    height: 20px;
}

#src-file1::before {
    content: 'Seleccionar Foto';
}

/*EQUIPOS*/

.container3 {
    max-width: 1200px;
    max-height: auto;
    justify-content: center;
    margin: auto;
}

.client-area {
    margin-left: 40px;
    margin-right: 40px;
}

.slick-slide {
    max-width: 100%;
}

.slick-slide img {
    width: 100px;
    padding-left: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
}

.slick-list:focus {
    outline: none;
}

.slick-slide {
    display: none;
    float: left;
    height: auto;
    min-height: 1px;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

@media(max-width:800px) {
    .client-area {
        padding: 0;
    }

    h3 {
        padding: 20px 0 20px;
        font-size: 40px;
    }
}

/*TITULO*/

.client-wrap {
    transition: all 300ms;
    width: 90%;
    max-height: 1200px;
    text-align: center;
    margin-top: 90px;
}

.client-wrap:hover {
    transition: all 400ms;
    font-size: 33px;
}

.client-wrap hr {
    width: 15%;
    height: 5px;
    border: none;
    background: linear-gradient(-45deg, #FFD700, #64b5f5);
    margin: auto;
    margin-top: 30px;
}

.client-wrap h1 {
    font-family: 'Alegreya Sans SC', sans-serif;
    color: #525252;
}

/*H1 INDEX*/

.h1{
    color: #001F3F;
    font-size: 50px;
    transition: all 300ms;
    /*font-family: 'Alegreya Sans SC', sans-serif;*/
    font-family: 'Oswald', sans-serif;
    text-align: center;
}

/*NOTICIAS*/

.containercolor1 {
    width: 100%;
    /* /*background-color: #001F3F; */
}

.containercolor2 {
    width: 100%;
    /*background-color: #005599;*/
}

.containercolor0 {
    width: 100%;
        /*background-color: #001F3F;*/
    
}

.equipo-card {
  background-color: #f0f0f0;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 10px;
}

.slick-prev, .slick-next {
  font-size: 24px;
  color: #333;
}

.video-container {
max-width: 800px;
margin: 20px auto;
}

.carrusel {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; /* Distribuye las tarjetas uniformemente en el espacio disponible */
    flex-wrap: wrap; /* Permite que las tarjetas se envuelvan en pantallas más pequeñas */
}

.partido-card-container {
    width: 30%; /* Ajusta según sea necesario */
    margin-bottom: 50px; /* Espaciado entre las tarjetas */
    box-sizing: border-box;
    
}

.partido-card {
    /*background-color: #fff;*/
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    padding: 15px;
    margin: 10px;
    text-align: center;
    display: flex; /* Utiliza flexbox para organizar elementos en fila */
    align-items: center; /* Centra los elementos verticalmente */
    justify-content: space-around; /* Distribuye los elementos uniformemente en el espacio disponible */
    width: 80%; /* Ancho 100% para ocupar todo el ancho de su contenedor */
    box-sizing: border-box; /* Incluye el padding y el borde en el tamaño total */
    white-space: nowrap;
    background-color: #001F3F;
    margin-bottom: 15px; /* Agrega un margen en la parte inferior de cada tarjeta */
    height: 100px;

}

.equipo-info {
    flex: 1; /* Hace que cada sección (logo y resultado) ocupe un tercio del ancho */
}

.resultado {
    flex: 1; /* Asegura que la sección de resultados ocupe el mismo ancho que las secciones de logos */
}

.slick-slide img.logo-equipo {
    /* Define estilos específicos para estas imágenes */
    width: 50px; /* O cualquier otro valor que desees */
    padding-left: 0; /* Elimina el relleno izquierdo */
    margin: 0 auto; /* Alinea verticalmente al centro y elimina los márgenes superior e inferior */
}

.logo-equipo {
    width: 100%; /* Ocupa todo el ancho disponible */
    height: auto; /* Ajusta automáticamente la altura para mantener la proporción */
    
}

.partido-card p {
    font-weight: bold;
    color: #fff;
}


.carrusel-tablas {
    width: 80%;
    margin: 0 auto;
  }

  @media (max-width: 768px) {
    .partido-card-container {
        width: 100%;
        margin: 0;
    }

    .partido-card {
        width: 80%;
        margin: 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center; /* Centra horizontalmente */
    }

    .partido-card img {
        max-width: 100%; /* Ajusta el tamaño de la imagen */
        max-height: 100%; /* Ajusta el tamaño de la imagen */
        vertical-align: middle; /* Alinea la imagen verticalmente */
    }

    /* Reduzca el margen inferior entre las tarjetas en el carrusel */
    .carrusel {
        margin-bottom: 20px;
    }

    /* Puede ajustar el tamaño del texto o agregar más reglas según sea necesario */
    .partido-card p {
        font-size: 12px;
        margin: 0;
    }
    .noticia-card {
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        margin: 10px;
        overflow: hidden;
        display: flex; /* Establece el contenedor como un contenedor flexible */
        flex-direction: column; /* Apila elementos en columna */
        align-items: center; /* Centra horizontalmente */
        justify-content: center; /* Centra verticalmente */
    }

    .noticia-card img {
        width: 100%;
        height: auto; /* Cambia la altura automática para mantener la proporción */
        max-height: 300px; /* Establece la altura máxima deseada */
        object-fit: contain; /* Ajusta la imagen para que quepa sin distorsiones */
        margin: auto; /* Centra horizontalmente */
        margin-bottom: 20px; /* Ajusta el margen inferior */
    }

    .slick-slide img.nota { 
        /* Define estilos específicos para estas imágenes */
        width: 100%; /* O cualquier otro valor que desees */
        padding-left: 0px; /* Elimina el relleno izquierdo */
        margin: 0 auto; /* Alinea verticalmente al centro y elimina los márgenes superior e inferior */
        display: block;
    }
}

  .tabla-posiciones {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 20px;
    margin: 10px;
  }
  
  .tabla-posiciones table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
  }
  
  .tabla-posiciones th, .tabla-posiciones td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
  }
  
  .tabla-posiciones th {
    background-color: #f2f2f2;
  }

  
/* Estilos para el carrusel de noticias */
.carrusel-noticias {
    width: 80%;
    margin: 20px auto;
  }
  
  .noticia-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 10px;
    overflow: hidden;
    display: flex; /* Establece el contenedor como un contenedor flexible */
    flex-direction: column; /* Apila elementos en columna */
    align-items: center; /* Centra horizontalmente */
    justify-content: center; /* Centra verticalmente */
  }
  
  .noticia-card img {
    width: 80%;
    height: 50%;
    max-height: 500px; /* Establece la altura máxima deseada */
    object-fit: contain; /* Ajusta la imagen para que quepa sin distorsiones */
    margin: auto; /* Centra horizontalmente */
    margin: 0 auto 20px; /* Margen inferior de 20px para aumentar el espacio al final del card */     
  }
  
  
  .contenido-noticia {
    padding: 20px;
    text-align: center; /* Centra el texto horizontalmente */
  }
  
  .contenido-noticia h3 {
    font-size: 1.5em;
    /*margin-bottom: 10px;*/
  }
  
  .contenido-noticia p {
    font-size: 1em;
    color: #555;
  }
  

.slick-prev, .slick-next {
    font-size: 24px;
    color: #333;
}

.container2 {
    max-width: 1200px;
    max-height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    z-index: 1;
}

.container2 .card {
    transition: all 500ms;
    width: 330px;
    height: 390px;
    border-radius: 15px;
    overflow: hidden;
    margin: 20px;
    text-align: center;
    background: #fff;
}

.container2 .card:hover {
    transition: all 500ms;
    transform: translaY(-15px);
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
}

.container2 .card img {
    width: 330px;
    height: 220px;
    background-size: cover;
    background-repeat: no-repeat;
}

.container2 .card h4 {
    color: #6F6987;
    padding: 10px;
    font-size: 19px;
    font-weight: 600;
}

.container2 .card p {
    color: #005599;
    padding: 2px 20px 10px;
    font-size: 15px;
    font-weight: 500;
}

.container2 .card .env {
    transition: all 300ms;
    background: linear-gradient(2000deg, #417395 0%, #001F3F 100%);
    outline: none;
    border: none;
    color: #fff;
    padding: 8px 22px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    width: 80%;
    display: inline-block;
    margin-top: 20px;
}

.container2 .card .env:focus {
    transition: all 300ms;
    transform: scale(0.9);
}

/*DESTACADO*/

.container2 section {
    padding: 20px;
    z-index: 0;
}

section .tarjeta .image {
    height: 130px;
    width: 130px;
    border-radius: 50%;
    padding: 3px;
    background: #005599;
}

section .tarjeta .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #005599;
}

.tarjeta {
    position: relative;
    background-color: #001F3F;
    margin: 20px 0;
    width: 240px;
}

section .tarjeta {
    transition: all 600ms;
    border-radius: 3px;
    overflow: hidden;
}

section .tarjeta:hover {
    transition: all 600ms;
    transform: translaY(-15px);
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
}

.tarjeta::before {
    content: "";
    position: absolute;
    height: 40%;
    width: 100%;
    background: #001F3F;
    border-radius: 3px;
}

.tarjeta .tarjeta-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    position: relative;
    z-index: 100;
}

.tarjeta .media-icons {
    position: absolute;
    top: 10px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tarjeta .media-icons i {
    color: #fff;
    opacity: 0.6;
    margin-top: 10px;
    cursor: pointer;
    transition: all 300ms ease;
}

.tarjeta .media-icons i:hover {
    opacity: 1;
}

.tarjeta .name-profession {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    color: #6F6987;
}

.name-profession .name {
    font-size: 15px;
    font-weight: 600;
}

.name-profession .profession {
    font-size: 12px;
    font-weight: 500;
    color: #005599;
}

.tarjeta .rating {
    display: flex;
    align-items: center;
    margin-top: 18px;
}

.tarjeta .rating i {
    transition: all 300ms ease;
    font-size: 18px;
    margin: 0 2px;
    color: #737E92;
}

.tarjeta .rating i:hover {
    transition: all 300ms ease;
    color: #001F3F;
}

.tarjeta .button {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.tarjeta .button button {
    transition: all 300ms;
    background: #5B6982;
    outline: none;
    border: none;
    color: #fff;
    padding: 8px 22px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    width: 100%;
}

.button button:focus {
    transition: all 300ms;
    transform: scale(0.9);
}

/*Cartelera*/

section .tarjeta2 .image {
    height: 130px;
    width: 130px;
    border-radius: 50%;
    padding: 3px;
    background: #005599;
}

section .tarjeta2 .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #005599;
}

.tarjeta2 {
    position: relative;
    background-color: #005599;
    margin: 10px 0;
    width: 200px;
}

section .tarjeta2 {
    transition: all 600ms;
    border-radius: 3px;
    overflow: hidden;
}

section .tarjeta2:hover {
    transition: all 600ms;
    transform: translaY(-15px);
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
}

.tarjeta2::before {
    content: "";
    position: absolute;
    height: 40%;
    width: 100%;
    background: #001F3F;
    border-radius: 3px;
}

.tarjeta2 .tarjeta2-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    position: relative;
    z-index: 100;
}

.tarjeta2 .name-profession {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    color: #fff;
}

.name-profession .name {
    font-size: 15px;
    font-weight: 600;
}

.name-profession .profession {
    font-size: 12px;
    font-weight: 500;
    color: #005599;
}

.tarjeta2 .button {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.tarjeta2 .button button {
    transition: all 300ms;
    background: #001F3F;
    outline: none;
    border: none;
    color: #fff;
    padding: 8px 22px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    width: 100%;
}

.button button:focus {
    transition: all 300ms;
    transform: scale(0.9);
}

/*FORMULARIO*/

.form h1 {
    color: #fff;
    text-align: center;
    font-weight: 300;
    padding: 30px;
    text-transform: uppercase;
}

.enviar{
    transition: all 300ms;
    width: 100%;
    margin: 8px 0;
    padding: 10px;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    background-color: #3B4047;
    cursor: pointer;
    text-transform: uppercase;
}

.form label {
    text-transform: uppercase;
}

.container2 .form {
    width: 90%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    padding-bottom: 20px;
    background-color: #001F3F;
    color: #3D6F8E;
    font-size: 12px;
    border-radius: 3px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.pepo {
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 50%;
    padding: 4px;
    align-items: center;
}

.pepo2 {
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 50%;
    padding: 4px;
    align-items: center;
    margin-top: 20px;
}

select {
    color: #C7C7C7;
}

.container2 .form .inputsall {
    width: 100%;
    max-width: 600px;
    margin: 4px;
}

.container2 .form .inputs {
    width: 100%;
    margin: 8px 0;
    padding: 10px;
    border-radius: 3px;
    font-size: 12px;
    color: #818181;
    background-color: #3B4047;
    border: none;
    resize: none;
}

.container2 .form .buttones {
    transition: all 300ms;
    width: 100%;
    margin: 8px 0;
    padding: 10px;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    background-color: #3B4047;
    cursor: pointer;
    text-transform: uppercase;
}

.container2 .form .buttones:hover {
    transition: all 300ms;
    background-color: #38A9FF;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}


/*CONTACTOS*/

.motomami {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 85vh;
    margin-bottom: 40px;
}

.motomami .btn {
    transition: all 300ms;
    display: inline-block;
    margin-top: 25px;
    padding: 20px 10px;
    background: #001F3F;
    border-radius: 3px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    color: #818181;
    text-decoration: none;
}

.motomami p {
    text-align: center;
    font-size: 30px;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 600;
}

.contacto h1 {
    text-align: center;
    font-size: 40px;
    color: #fff;
    margin-top: 140px;
    margin-bottom: 30px;
    font-weight: 600;
}

.contacto label {
    color: #BBBBBB;
}

.container2 .contacto {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    background: #005599;
    font-size: 12px;
    border-radius: 3px;
    margin-top: 60px;
    margin-bottom: 50px;
}

.container2 .contacto .inputsall {
    width: 100%;
    max-width: 600px;
    margin: 8px;
}

.container2 .contacto .inputs {
    width: 100%;
    margin: 8px 0;
    padding: 10px;
    border-radius: 3px;
    font-size: 12px;
    color: #818181;
    background-color: #001F3F;
    border: none;
    resize: none;
}

.container2 .contacto .buttones {
    transition: all 300ms;
    margin: 8px 0;
    padding: 10px;
    margin-bottom: 110px;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    background-color: #005599;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 3px;
    border: none;
}

.container2 .contacto .buttones:hover {
    transition: all 300ms;
    color: #fff;
    background-color: #005599;
}

.pepo {
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 50%;
    padding: 4px;
    align-items: center;
}

/*GALERIA 2*/

.galeria2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #001F3F;
}

.galeria2 ul {
    transition: all 300ms;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.galeria2 .linea ul {
    width: 100%;
}

.galeria2 ul li {
    transition: all 300ms;
    font-size: 16px;
    list-style: none;
    color: #9392AE;
    padding: 22px;
    margin: auto;
    cursor: pointer;
    text-transform: uppercase;
}

.galeria2 ul li:hover {
    color: #005599;
}

.galeria2 ul li.active {
    color: #005599;
}

/*FOOTER*/

footer {
    width: 100%;
    background-color: #001F3F;
    color: #fff;
}

footer a {
    transition: all 300ms;
    color: #C7C7C7;
}

footer a:hover {
    transition: all 300ms;
    color: #fff;
}

.container-footer-all {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 40px;
}

.container-body {
    display: flex;
    justify-content: space-between;
}

.colum1 {
    max-width: 400px;
}

.colum1 h1 {
    font-size: 21px;
}

.colum1 p {
    font-size: 13px;
    color: #C7C7C7;
    margin-top: 20px;
}

.colum2 {
    max-width: 400px;
}

.colum2 h1 {
    font-size: 22px;
}

.colum2 .row {
    margin-top: 20px;
    display: flex;
}

.row img {
    width: 36px;
    height: 36px;
}

.row label {
    margin-top: 10px;
    margin-left: 10px;
    color: #C7C7C7;
}

.colum3 {
    max-width: 400px;
}

.colum3 h1 {
    font-size: 22px;
}

.row2 {
    margin-top: 20px;
    display: flex;
}

.row2 img {
    width: 36px;
    height: 36px;
}

.row2 label {
    margin-top: 10px;
    margin-left: 20px;
    max-width: 140px;
    color: #C7C7C7;
}

.container-footer {
    max-width: 100%;
    background-color: #181A1E;
}

.footer {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 14px;
    font-size: 12px;
}

.copyright {
    color: #C7C7C7;
}

.copyright a {
    text-decoration: none;
    cursor: pointer;
    color: white;
    font-weight: bold;
}

.information a {
    text-decoration: none;
    color: #C7C7C7;
}

@media screen and (max-width: 1100px) {
    .container-body {
        flex-wrap: wrap;
    }

    .colum1 {
        max-width: 100%;
    }

    .colum2,
    .colum3 {
        margin-top: 40px;
    }
}

/*RESPONSIVE MENU*/

@media screen and (max-width: 1200px) {
    .margen {
        margin-left: 40px;
        margin-right: 40px;
        margin-top: 10px;
    }

    .menu ul li a {
        font-size: 13px;
    }

    .signin-containerl {
        transition: all 300ms;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        width: 100%;
    }

    .banner h1 {
        transition: all 300ms;
        margin-left: 40px;
        margin-right: 40px;
        font-size: 56px;
    }

    .banner p {
        transition: all 300ms;
        margin-left: 40px;
        margin-right: 40px;
        font-size: 13px;
    }

    .galeria2 ul li {
        transition: all 300ms;
        font-size: 14px;
        padding: 15px;
        padding-top: 20px;
        padding-bottom: 20px
    }

    th {
        background-color: #005599;
        color: #FFD700;
        text-align: center;
        padding: 8px;
        padding-bottom: 8px;
        padding-top: 8px;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 14px;
    }

    td {
        background-color: #001F3F;
        color: #9392AE;
        text-align: center;
        font-size: 12px;
    }

    .card3 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 720px) {
    header {
        padding: 10px;
    }

    .menu nav {
        transition: all 300ms;
        position: fixed;
        min-width: 250px;
        top: 0;
        left: -250px;
        background-color: #25282A;
        min-height: 100vh;
        padding: 40px;
        transition: all 300ms;
    }

    .menu ul {
        flex-direction: column;
        margin-top: 45px;
        border-bottom: 1px solid #585359;
    }

    .menu ul li {
        margin-top: 5px;
        margin-left: 0;
    }

    .menu ul li a {
        color: #BBBBBB;
    }

    #selected {
        background: none;
        padding: 0px;
        border-radius: none;
        color: #001F3F;
        font-weight: 600;
    }

    .menu nav img {
        width: 60px;
        display: block;
    }

    #back_menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        display: none;
    }

    .menu #btn_menu {
        transition: all 300ms;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        width: 50px;
        height: 50px;
        cursor: pointer;
        color: #fff;
    }

    .menu #btn_menu:hover {
        color: #001F3F;
    }

    .container__cover {
        color: #fff;
    }

    .svg {
        display: none;
    }

    .signin-containerl {
        transition: all 300ms;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        width: 100%;
    }

    .contacto {
        display: flex;
        flex-wrap: wrap;
        width: 78%;
    }

    .contacto .inputsall {
        width: 96%;
        max-width: 600px;
        margin: 8px;
    }

    .pepo {
        width: 100%;
    }

    .encabezado {
        background-color: transparent;
    }

    .banner {
        height: 100vh;
    }

    .banner h1 {
        transition: all 300ms;
        margin-left: 40px;
        margin-right: 40px;
        font-size: 46px;
    }

    .banner p {
        transition: all 300ms;
        margin-left: 40px;
        margin-right: 40px;
        font-size: 12px;
    }

    .galeria2 ul li {
        transition: all 300ms;
        font-size: 13px;
        padding: 5px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .catombe {
        display: none;
    }
}


.search-container {
    position: relative;
    text-align: center;
    width: 25%;
    margin-bottom: 20px;
    margin-left: 35%;
    margin-right: 35%;
    align-items: center;
}

#searchInput {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
}

#searchInput2 {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
}

.fa-search {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #888;
    cursor: pointer;
}

.form-popupclientes {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid #f1f1f1;
    z-index: 9;
    background-color: #fefefe;
    max-height: 70%; /* Establece la altura máxima */
    overflow-y: auto; /* Permite el desplazamiento vertical si el contenido desborda */
}

/*Agregar Cliente*/
.formulario-agregar {
    max-width: 400px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.formulario-agregar h2 {
    text-align: center;
    color: #333;
}

.formulario-agregar label {
    display: block;
    margin-top: 10px;
    color: #555;
}

.formulario-agregar input {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    box-sizing: border-box;
    border: 1px solid #ccc; /* Agregado para el contorno */
    border-radius: 3px; /* Agregado para bordes redondeados */
}

.formulario-agregar button {
    width: 100%;
    padding: 10px;
    margin-top: 20px;
    background-color: #4CAF50;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.formulario-agregar button:hover {
    background-color: #45a049;
}

.formulario-agregar button.cancel {
    background-color: #ccc;
}

.formulario-agregar button.cancel:hover {
    background-color: #999;
}