
:root {
  scroll-behavior: smooth;
}

body {
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
background-color: #071C51;
}

a {
  color: #ff6318;
  text-decoration: none;
}

a:hover {
  color: #ff6318;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Roboto', sans-serif;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 60px 0;
/*  overflow: hidden;*/
}
.bg-header{
    background-color: #07156C;
}
.section-header {
  text-align: center;
  padding-bottom: 40px;
}

.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  color: #4154f1;
  text-transform: uppercase;
}

.section-header p {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  color: #012970;
	opacity: 60%;

}


@media (max-width: 768px) {
  .section-header p {
    font-size: 28px;
    line-height: 32px;
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}

.header.header-scrolled {
  background: #0F0F6F;
  padding: 15px 0;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}

.logo{
  width: 40px;
  height: auto;
	overflow: hidden;
	clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
}
.logo-footer{
  width: 40px;
  height: auto;
	overflow: hidden;
	clear: both;
    margin-top: 10px;
    margin-bottom: 40px;
}
.linea-degrade {
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #ffffff, #3f8ae2);
}

.header .logo img {
  max-height: 61px;
  margin-right: 6px;
}

.titulo_principal{
color: #FFF;
font-family: 'Roboto', sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 68.966% */
margin-bottom: 100px;
    margin-top: 51px;
}

.header .logo span {
color: #FFF;
font-family: 'Roboto', sans-serif;
font-size: 29px;
margin: 8px 0 0 8px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 68.966% */
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
	max-width: 100%;
  	height: auto;
	overflow: hidden;
  	background-image: url("../ver-jugador-assets/images/fondo-talleres.png");
  	background-size:contain;
	background-repeat: no-repeat;
}

.hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: #012970;
}

.hero h2 {
  color: #444444;
  margin: 15px 0 0 0;
  font-size: 26px;
}

.hero .btn-get-started {
  margin-top: 30px;
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #4154f1;
  box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
}

.hero .btn-get-started span {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.hero .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.hero .btn-get-started:hover i {
  transform: translateX(5px);
}

.hero .hero-img {
  text-align: right;
}

@media (min-width: 1024px) {
  .hero {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  .hero {
    height: auto;
    padding: 120px 0 60px 0;
  }

  .hero .hero-img {
    text-align: center;
    margin-top: 80px;
  }

  .hero .hero-img img {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .hero {
    text-align: center;
  }

  .hero h1 {
    font-size: 32px;
  }

  .hero h2 {
    font-size: 24px;
  }

  .hero .hero-img img {
    width: 100%;
  }
	 .col-md-6 {
        display: flex;
        flex-direction: column;
        align-items: center; /* Centra horizontalmente */
        text-align: center; /* Asegura que el texto también esté centrado */
    }

    ul {
        padding: 0;
        display: flex;
        justify-content: center; /* Centra los íconos */
        gap: 10px; /* Espaciado entre íconos */
    }

    .x, .youtube {
        display: flex;
        justify-content: center;
    }

    iframe {
        max-width: 100%; /* Evita que sobrepase el ancho en móviles */
    }
	.linea{
		display: none;
	}
	.redes{
		display: none;
		float: right;
	}
	.redes1{
		display:block;
		float: right;
	}
    .titulo_principal{
    margin-top: 36px;
    }
}

/*********************************************************************************

                                    SIDNEY ALAN

**********************************************************************************/
.redes1{
	display:none;
	float: right;
	}


html, body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #071C51;
}

footer {
	bottom: 0;
	padding: 30px 0 10px;
	color: white;
}
footer p {
	color: #FFF;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	opacity: 60%;
}
a{
	color: white;
	text-decoration: none;
}
a:hover{
	color: grey;
}
.space_header{
	height: 84px;
	overflow: hidden;
	clear: both;
}
.backgroud_azul_oscuro{
    background-image: url("../img/background.png");
    background-position: top;
    background-repeat: no-repeat;
    background-color: #18254e;
}
.backgroud_azul{
	background-color: #031020;
}
.footer_club{
	color: white!important;
	overflow: hidden;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.footer_tienda{
	color: white!important;
	overflow: hidden;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.footer_linea{
	width: 1px;
	height: 24px;
	background: #FFF;
	margin-left: 10px;
	margin-right: 10px;
}
.sub_titulo{
	font-size: 24px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	color: white;
	line-height: 25.5px;
	margin-bottom: 40px;
    margin-left: 50px;
    margin-top: 40px;
    width: 650px;
}
.sub_titulo_2{
	font-size: 17px;
	font-family: 'Roboto', sans-serif;
	color: white;
	line-height: 25.5px;
	letter-spacing: 0.2px;
}
.azul{
    color: #042859;
}

.canales{
font-size: 16px;
font-family: 'Roboto', sans-serif;
font-weight: 600;
color: rgba(217, 93, 41, 1);
width: 498px;
height: 24px;
margin-top: 20px;    
}
.canales-noticias{
font-size: 16px;
font-family: 'Roboto', sans-serif;
font-weight: 600;
color: rgba(217, 93, 41, 1);
width: 498px;
height: 24px;
margin-top: 60px;  
}



/* REDES */
.red-social-instagram {
    width: 100%;
    background: #ffffff;
    border-radius: 12px;
    padding: 7px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
    transition: transform 0.3s;
}

.red-social-instagram:hover {
            transform: translateY(-5px);
        }

.red-social-instagram .lado-izquierdo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.red-social-instagram .icono-instagram {
    color: #f58529;
    font-size: 22px;
}

.red-social-instagram .texto {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.red-social-instagram .flecha {
    font-size: 18px;
    color: #999;
}

.container-btn{
	display: flex;
	flex-wrap: wrap;
	width: 460px;
	overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
.divider {
	border-left: 1px solid #FFFFFF;
	height: 35px; 
	margin: 0 10px;
	vertical-align: middle;
}

i {
	color:#F7F7F7;
	font-size: 14px;
}
.titulo_novedades{
	font-size: 27px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	color: white;
	margin-top: 120px;
}

.contenedor_redes {
    display: flex;
    justify-content: flex-end; 
    gap: 15px;                
}

.circ_redes {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: transparent;
    color: #fff;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.circ_redes:hover {
    background-color: black;
    cursor: pointer;
}




.linea{
	position: absolute;
	right: 0;
	top: 7%;
	bottom: 7%;
	border-right: 2px solid #FFFFFF;
}
#noticias {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    height: 430px;
}

.post {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s;
    display: flex;
    flex-direction: column;
}

.post:hover {
    transform: translateY(-5px);
}

.post:first-child {
    grid-row: 1 / 3;
}

.post-image {
    width: 100%;
    height: 100px;
    object-fit: cover;
    flex-shrink: 0;
}

.post:first-child .post-image {
    height: 250px;
}

.post-content {
    padding: 15px;
    overflow: hidden;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.post:first-child .post-content {
    padding: 25px;
}

.post-title {
    font-size: 12px;
    margin-bottom: 8px;
    line-height: 1.3;
}

.post:first-child .post-title {
    font-size: 12px;
    margin-bottom: 15px;
}

.post-title a {
    color: #333;
    text-decoration: none;
}

.post-title a:hover {
    color: #0066cc;
}

.post-excerpt {
    color: #666;
    line-height: 1.5;
    font-size: 11px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.post:first-child .post-excerpt {
    font-size: 12px;
    -webkit-line-clamp: 4;
}

.post-excerpt p {
    margin: 0;
}

/* RESPONSIVE - MÓVIL */
@media (max-width: 768px) {
    #noticias {
        grid-template-columns: 1fr; /* Una sola columna */
        grid-template-rows: auto; /* Altura automática */
        height: auto; /* Elimina la altura fija */
        gap: 15px;
        padding: 0 10px;
    }
    
    .post:first-child {
        grid-row: auto; /* Elimina el span de 2 filas */
    }
    
    .post-image {
        height: 180px; /* Imágenes más grandes en móvil */
    }
    
    .post:first-child .post-image {
        height: 200px;
    }
    
    .post-content {
        padding: 15px;
    }
    
    .post:first-child .post-content {
        padding: 15px; /* Mismo padding que el resto */
    }
    
    .post-title {
        font-size: 14px; /* Texto más legible */
    }
    
    .post:first-child .post-title {
        font-size: 16px;
    }
    
    .post-excerpt {
        font-size: 13px;
    }
    
    .post:first-child .post-excerpt {
        font-size: 14px;
    }
}
      .video-youtube {
    border-radius: 15px; 
    border: none;
    overflow: hidden;
  }



.nav-equipo {
    margin-bottom: 30px;
}

.nav-title {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 12px;
    color: #FFFFFF;
}

.nav-equipo nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-equipo nav ul li {
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    font-size: 13px;
    color: #FFFFFF;
    margin-bottom: 6px;
    cursor: pointer;
    line-height: 1;
}

/* Opcional: hover sutil */
.nav-equipo nav ul li:hover {
    color: #3f8ae2;
}


/*********************************************************************************

                         MEDIAS QUERYS - SIDNEY ALAN

**********************************************************************************/


@media (max-width: 767px) {
    .margen-movil {
    margin-top: 10px;
    }
	.titulo_novedades {
    margin-top: 2px;
	}
	.redes1{
	display:block;
	float: right;
	}
    .sub_titulo{
	margin-bottom: 40px;
    margin-left: 6px;
    margin-top: 40px;
    width: 355px;
    }
/*    #noticias {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    height: 400px;
    }
    .post:first-child {
    grid-row: auto;
    }
    .post-image,
    .post:first-child .post-image {
    height: 150px;
    }*/
    .footer-desktop{
        display: none;
    }
}


