/*
Theme Name: Anciz Producciones
Theme URI: https://www.ancizproducciones.com/
Author: Acierto creativo
Author URI: https://aciertocreativo.com/
Description: Tema personalizado para Anciz Produccioness, desarrollado a medida.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Anciz Producciones
*/

body {
    margin: 0;
    font-family: "Inter", sans-serif;
}
header {
    color: white;
    text-align: center;
}

/*Banner home*/
.banner-home {
  background-color: #31796b;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 50px 0;
  padding: 50px 0;
}

.banner-home h2{
  font-size: 1.4rem;
  color: #fff;
  margin: 0;
  font-weight: 400;
}

.banner-home h2:after
{
  border-bottom: 2px #fff solid;
  display: block;
  content: '';
  width: 20%;
  margin:10px 0;
}

.banner-home p{
  font-size: 1rem;
  color: #fff;
  margin: 0;
  margin-bottom: 40px;
  font-weight: 400;
}

.banner-home .imagen{
  width: 100%;
}

.banner-home .imagen img{
  max-width: 100%;
}

.banner-home-grid {
  margin: 0 auto;
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  align-items: center;
}

/*Banner home*/

.banner-button {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 30px;
  background-color: #ffffff;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.banner-button:hover {
  background-color: #000;
  color: #fff;
}

.banner-container {
  width: 1320px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.banner-slider {
  display: flex;
  height: 100%;
  transition: transform 0.6s ease;
  will-change: transform;
}

.banner-slide {
  flex: 0 0 100%;
  height: 600px;
  background-size: cover;
  background-position: center;
  position: relative;
  transition: transform 0.3s ease;
}

.banner-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.banner-content {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    text-align: center;
    z-index: 2;
}

.banner-content h2 {
    font-size: 2.6em;
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
}

.banner-content p {
  font-size: 1.2em;
  margin: 8px 0;
  font-weight: 300;
}

.banner-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2em;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
}

.banner-nav.prev {
  left: 10px;
}

.banner-nav.next {
  right: 10px;
}

.banner-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  z-index: 10;
}

.banner-dots .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.5;
  cursor: pointer;
}

.banner-dots .dot.active {
  opacity: 1;
  background: #ffcc00;
}
.top-bar {
  width: 100%;
  background-color: #fff;
  border-top: 2px solid #032028;
}

.top-bar.sticky {
  
  top: 0;
  left: 0;
  z-index: 1000;
}

.top-bar-wrapper {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  position: relative;
  padding: 10px;
  z-index: 2;
}

.logo img {
  height: 50px; /* Aumenta el tamaño del logo */    
}

.menu {
  display: flex;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}

.menu li a {
  color: #646464;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9em;
  padding: 8px 10px;
  transition: background 0.3s ease;
  text-transform: uppercase;
}

.menu li a:hover {
  color: #3a86c0;
  border-radius: 10px;
}
.video-gallery, .gallery, .slider, .sections {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

footer{
  border-top: 4px solid #000;
  background-color: #082233;
  padding: 40px 0;
  color: #fffdf9;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-grid {
  margin: 0 auto;
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.footer-grid ul{
  font-size: 0.9em;
  list-style: none;
  margin: 10px 0;
  padding: 0;
}

.footer-grid ul li{
  line-height: 1.5;
}

.footer-grid a{
  text-decoration: none;
  color: #c2d9e7;
}

.footer-grid a:hover{
  color: #91afc2;
}



.playfair-display-<uniquifier> {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

/*Destacados home*/
.destacados {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.destacados h2{
  font-size: 1rem;
  color: #31796b;
  text-align: center;
  margin: 0;
  margin-bottom: 10px;
  font-weight: 600;
}

.destacados-grid {
  border: solid 1px #e1e1e1;
  border-top: solid 8px #bb291c;
  box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.39);
  -webkit-box-shadow: 0px 0px202px -6px rgba(0,0,0,0.39);
  -moz-box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.39);
  padding: 50px;
  margin: 0 auto;
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.destacados .desc{
  font-size: 1rem;
  color: #717171;
  text-align: center;
  font-weight: 400;
}

.destacados .ico{
  font-size: 2rem;
  color: #31648f;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 400;
}


.destacados .btn{
  text-align: center;
}

.destacados .vermas{
  background-color: #31648f;
  color: #fff;
  display: inline-block;
  font-size: 0.9rem;
  padding: 10px 15px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s ease;
  margin: 20px 0;
}

.destacados .vermas:hover{
  background-color: #153855;
}

/*Destacados home*/


/*Quote*/
.quote-banner {
  background-color: #ff6f0c;
  padding: 80px 20px;
  text-align: center;
  color: white; /* Asegúrate de que el texto sea legible */
  position: relative;
}

.quote-banner * {
  position: relative;
  z-index: 2;
}

.quote-wrapper blockquote {
  font-size: 1.6rem;
  color: #fff;
  margin: 0 auto;
  max-width: 800px;
  line-height: 1.6;
}
/*Quote*/

.wrapper
{
  width: 1200px;
  margin:0 auto;
}

.news-section {
  background-color: #fff;
  color: #222;
  padding: 4rem 2rem;
}

.news-container {
  margin: 0 auto;
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.news-card {
  background-color: #fff;
}

.news-card .imagendestacada img{
  height: auto;
  width: 100%;
}

.news-card .date{
  color: #1972b6;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 10px 0;
}

.news-section h2{
  font-size: 2rem;
  text-align: center;
  margin-bottom: 40px;
}

.news-section h2:after
{
  border-bottom: 2px #37a95a solid;
  display: block;
  content: '';
  margin-left: 40%;
  width: 20%;
  padding-top: 20px;
}

.news-card h3{
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.2;
}

.news-card p{
  color: #717171;
  font-size: 1rem;
  line-height: 1.5;
}

.news-card .vermas{
  background-color: #ff6f0c;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  margin-top: 20px;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s ease;
}

.news-card .vermas:hover{
  background-color: #ea5f00;
}

/*Data section*/

.data-section {
  position: relative;
  background-image: url('images/databg.jpg'); /* cambia la URL */
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* Parallax */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 100px 0;
}

.data-section h2{
  font-size: 2rem;
  color: #fff;
  text-align: center;
  margin: 0;
  margin-bottom: 40px;
  font-weight: 400;
}

.data-section h2:after
{
  border-bottom: 2px #285e89 solid;
  display: block;
  content: '';
  margin-left: 40%;
  width: 20%;
  padding-top: 20px;
}

.data-grid {
  margin: 0 auto;
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.data .cifra{
  font-size: 2rem;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 400;
}

.data .desc{
  font-size: 1rem;
  color: #fff;
  text-align: center;
  font-weight: 400;
}

.data .ico{
  font-size: 4rem;
  color: #31648f;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 400;
}
/*Data section*/

/*Partners section*/
.partners-section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 50px 0;
}

.partners-section img{
  width: 100%;
}

.partners-section h2{
  font-size: 2rem;
  color: #000;
  text-align: center;
  margin: 0;
  margin-bottom: 40px;
  font-weight: 400;
}

.partners-section h2:after
{
  border-bottom: 2px #285e89 solid;
  display: block;
  content: '';
  margin-left: 40%;
  width: 20%;
  padding-top: 20px;
}

.partner-slider-track {
  display: flex;
  overflow: hidden;
  gap: 2rem;
  transition: transform 0.5s ease;
  justify-content: space-around;
}

.partner-slide {
  flex: 0 0 25%; /* 4 logos visibles */
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-slide img {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
}

/*Partners section*/

/*Contenido página general*/

.titulo-general {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 120px 0;
}


.titulo-general h1{
  font-size: 3rem;
  color: #fff;
  text-align: center;
  margin: 0;
  font-weight: 500;
}

.paginageneral
{
  padding: 40px 0;
}

.paginageneral .intro-parrafo
{
  margin: 0 auto;
  width: 60%;
}

.paginageneral .exp-parrafo
{
  color: #ff6f0c;
  font-size: 1rem;
  margin: 20px auto;
  width: 70%;
  font-weight: 600;
}

.paginageneral .frase-parrafo
{
  color: #fff;
  font-size: 1rem;
  margin: 20px auto;
  width: 80%;
  font-weight: 200;
  line-height: 1.4;
}

.paginageneral h2
{
  font-size: 2.4rem;
  color: #000;
  margin: 20px auto;
  font-weight: 600;
  width: 70%;
}

.paginageneral h3
{
  font-size: 2.2rem;
  color: #000;
  margin: 40px auto;
  font-weight: 500;
  width: 70%;
}

.paginageneral h4
{
  font-size: 1.2rem;
  color: #000;
  margin: 20px auto;
  font-weight: 600;
}

.paginageneral p
{
  color: #484848;
  font-size: 0.9rem;
}

.paginageneral .titulo
{
  padding-top: 60px;
}



/*Contenido página general*/