@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
html, body {
  max-width: 100%;
  overflow-x: hidden;
}
header{
  z-index:999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 200px;
  transition: 0.5s ease;
}

header .brand{
  color:#000;
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
header .navigation{
  position: relative;
}
header .navigation .navigation-items a{
  position: relative;
  color: #fff;
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
  margin-left: 10px;
  transition: 0.3s ease;
}
header .navigation .navigation-items a:before{
  content: '';
  position: absolute;
  background: #fff;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  transition: 0.3 ease;
}
header .navigation .navigation-items a:hover:before{
  width: 100%;
} 

section{
  padding: 100px 200px;
}
.home{
  position: relative;
  width: 100%;
  /* min-height: 100vh; */
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: #269fff;
}
.home:before{
  z-index: 777;
  content: '';
  position: absolute;
  background: rgba(3, 96, 251, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.home .content{
  z-index: 888;
  color: #fff;
  width: 70%;
  margin-top: 50px;
  display: none;
}
.home .content.active{
  display: block;
}

.home .content h1{
  font-size: 4em;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 75px;
  margin-bottom: 40px;
}
.home .content h1 span{
  font-size: 1.2em;
  font-weight: 600;
}
.home .content p{
  margin-bottom: 65px;
}
.home .content a{
  background:#fff; 
  padding: 15px 35px;
  color: #1680ac;
  font-size: 1.1em;
  font-weight: 500;
  text-decoration: none;
  border-radius: 2px;
}
.home .media-icons{
  z-index:888;
  position: absolute;
  right: 30px;
  display: flex;
  flex-direction: column;
  transition: 0.5s ease;
}
.home .media-icons a{
  color: #fff;
  font-size: 1.6em;
  transition: 0.3s ease;
}
.home .media-icons a:not(:last-child){
  margin-bottom: 20px;
}
.home .media-icons a:hover{
  transform: scale(1.3);
}
.home video{
  z-index: 000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
}
.slider-navigation{
  z-index: 888;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(80px);
  margin-bottom: 12px;
}
.slider-navigation .nav-btn{
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
  transition: 0.3 ease;
}
.slider-navigation .nav-btn.active{
background: #2696e9;
}

.slider-navigation .nav-btn:not(:last-child){
  margin-right: 20px;
}
.slider-navigation .nav-btn:hover{
  transform: scale(1.2);
}
.video-slide{
  position: absolute;
  width: 100%;
  clip-path: circle(0% at 0 50%);
}
.video-slide.active{
  clip-path: circle(150% at 0 );
  transition: 2s ease;
  transition-property: clip-path;
}



@media (max-width:1040px){
  header{
    padding: 12px 20px;
  }
  section{
    padding: 100px 20px;
  }
  .home .media-icons{
    right: 15px;
  }
  header .navigation{
 display: none;
  }
  header .navigation.active{
    /* position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(1,1,1,0.5); */

    position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(1, 1, 1, 0.5);
  }

  header .navigation .navigation-items {
    background: #fff;
    width: 600px;
    max-width: 600px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0 5px 25px rgb(1 1 1 / 20%);
  }

  header .navigation .navigation-items a{
    color: #222;
  font-size: 1.2em;
  margin: 20px;
  }
  header .navigation .navigation-items a:before{
    background: #222;
    height: 5px;
  }
  header .navigation.active .navigation-items{
    background: #fff;
    width: 600px;
    max-width: 600px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0 5px 25px rgb(1 1 1 / 20%);

  }


  .menu-btn{
    /* background: url(menu.png)no-repeat;
    background-size: 30px;
    background-position: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: 0.3s ease;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1001;
    background: url(menu.png) no-repeat;
    background-size: 30px;
    background-position: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: 0.3s ease; */
    position: fixed;
    top: 20px;
    left: 50%; /* Para centrar horizontalmente */
    transform: translateX(-50%); /* Ajuste para centrar exacto */
    z-index: 1001;
    background: url(menu.png) no-repeat;
    background-size: 30px;
    background-position: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: 0.3s ease;
  }
/* Estilo cuando el menú está activo (cambia a close.png) */
.menu-btn.active {
  background: url(close.png) no-repeat;
  background-size: 25px;
  background-position: center;
  top: 50px; /* Ajusta la posición del ícono de cierre más cerca del menú */
  z-index: 1001;
  transition: top 0.3s ease; /* Suaviza el movimiento */
}



  /* .menu-btn.active{
    z-index: 999;
    background: url(close.png)no-repeat;
    background-size: 25px;
    background-position: center;
    transition: 0.3s ease;
    
  } */

}


/* sobre nosotros */
.heading{
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin: 20px auto;
}
.heading h1{
  font-size: 50px;
  color: #000;
  margin-bottom: 25px;
  position: relative;
}
.heading h1::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  display: block;
  margin: 0 auto;
  background-color: #4caf50;
}
.heading p{
  font-size: 18px;
  color: #666;
  margin-bottom: 35px;
}
.container{
  width: 90%;
  margin:0 auto;
  padding: 10px 20px;
}
.about{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about-image{
  flex: 1;
  margin-right: 40px;
  overflow: hidden;
}
.about-image img{
  max-width: 100%;
  height: auto;
  display: block;
  transition: 0.5 ease;
}
.about-image:hover img{
  transform: scale(1.2);
}
.about-content{
  flex:1;
}
.about-content h2{
  font-size: 23px;
  margin-bottom: 10px;
  color: #333;
}
.about-content p{
  font-size: 18px;
  line-height: 1.5;
  color: #666;
}
@media screen and (max-width:768px){
  .heading{
    padding: 0px 20px;
  }
  
  .heading h1{
    font-size: 36px;
  }
  .heading p{
    font-size: 17px;
    margin-bottom: 0px;
  }
  .container{
    padding: 20px;
  }
  .about{
    padding: 20px;
    flex-direction: column;
  }
  .about-image{
    margin-right: 0;
    margin-bottom: 20px;
  }
  .about-content p{
    padding: 0;
    font-size: 16px;
  }
}
.about-item2 i{
  font-size: 50px;
}


/* perritos */

.gallery-container{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  /* grid-auto-rows: 400px; */
  /* padding: 0px; */
  grid-gap: 10px;
  width: 60%;
  margin: auto;
  
}
.gallery__img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width:768px){
  .gallery-container{
    margin: 0;
    width: 100%;
    display: grid;
  grid-template-columns: repeat(2,1fr);
  }
}
/* contactos */

.container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em;
}

ul {
  list-style: none;
  padding: 0;
}

.logo {
  text-align: center;
  font-size: 3em;
}

.logo span {
  color: #B70E21;
}

.contact-wrapper {
  box-shadow: 0 0 20px 0 rgba(255, 255, 255, .3);
}

.contact-wrapper > * {
  padding: 1em;
}

.contact-form {
  background: #ECF0F1;
}

.contact-form form {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.contact-form form label {
  display: block;
}

.contact-form form p {
  margin: 0;
  padding: 1em;
}

.contact-form form .block {
  grid-column: 1 / 3;
}

.contact-form form button,
.contact-form form input,
.contact-form form textarea {
  width: 100%;
  padding: .7em;
  border: none;
  background: none;
  outline: 0;
  color: #2C3E50;
  border-bottom: 1px solid #d63031;
}

.contact-form form button {
  background: #B70E21;
  border: 0;
  text-transform: uppercase;
  padding: 1em;
}
.contact-form h3{
  color:#2C3E50
}
.contact-form form p label{
  color: #2C3E50;
}

.contact-form form button:hover,
.contact-form form button:focus {
  background: #d63031;
  color: black;
  transition: background-color 1s ease-out;
  outline: 0;
}

/* CONTACT INFO */
.contact-info {
  background: #ECF0F1;
}

.contact-info h4, .contact-info ul, .contact-info p {
  text-align: center;
  margin: 0 0 1rem 0;
  color: black;
}

/* LARGE SIZE */
@media(min-width: 700px) {
  /* body {
      padding: 0 4em;
  } */
  .contact-wrapper {
      display: grid;
      grid-template-columns: 2fr 1fr;
  }
  .contact-wrapper > * {
      padding: 2em;
  }
  .contact-info h4,
  .contact-info ul,
  .contact-info p {
      text-align: left;
  }
}

/* banderas */

.flags{
  /* width: px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  /* cursor: pointer; */
  
}
.flags__items{
  width: 30px;
  /* padding: 0px 6px 0px 6px; */

}
.flags__img{
  /* display: block; */
  cursor: pointer;

}


/* FOOTER */
.about-text p{
  font-size: 18px;
}


/* button */
/* From Uiverse.io by KlaujonRuamni */ 
.beautiful-button {
  position: relative;
  display: inline-block;
  background: linear-gradient(to bottom, #1b1c3f, #4a4e91);
 /* Gradient background */
  color: white;
 /* White text color */
  font-family: "Segoe UI", sans-serif;
 /* Stylish and legible font */
  font-weight: bold;
  font-size: 18px;
 /* Large font size */
  border: none;
 /* No border */
  border-radius: 30px;
 /* Rounded corners */
  padding: 14px 28px;
 /* Large padding */
  cursor: pointer;
 /* Cursor on hover */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
 /* Subtle shadow */
  animation: button-shimmer 2s infinite;
  transition: all 0.3s ease-in-out;
 /* Smooth transition */
}

/* Hover animation */
.beautiful-button:hover {
  background: linear-gradient(to bottom, #2c2f63, #5b67b7);
  animation: button-particles 1s ease-in-out infinite;
  transform: translateY(-2px);
}

/* Click animation */
.beautiful-button:active {
  transform: scale(0.95);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}


@keyframes button-shimmer {
  0% {
    background-position: left top;
  }

  100% {
    background-position: right bottom;
  }
}

/* Particle animation */
@keyframes button-particles {
  0% {
    background-position: left top;
  }

  100% {
    background-position: right bottom;
  }
}


/* ESPACIO */

.mi-div {
  padding-top: 100px;  /* Espaciado superior */
  padding-bottom: 0px; /* Espaciado inferior */
}


/* PHOTOS  */

/* From Uiverse.io by JaydipPrajapati1910 */ 


.card-box{
  display: flex;
  justify-content: center;
  
}
.card1 {
  margin: auto;
  width: 190px;
  height: 254px;
  border-radius: 30px;
  background: #e0e0e0;
  box-shadow: 15px 15px 30px #bebebe,
             -15px -15px 30px #ffffff;
}
.card-img{
  padding-top: 30px;
}


header .brand {
  display: flex;
  align-items: center;
  text-decoration: none;
}

header .brand img {
  max-width: 150px;      /* Tamaño máximo en pantallas grandes */
  height: auto;
  display: block;
}

/* Adaptación para móviles */
@media (max-width: 768px) {
  header .brand img {
    max-width: 120px;    /* Reduce tamaño en móviles */
  }
  .home .content h1{
    font-size: 8vw;
  }
}

@media (max-width: 768px) {
  .card1 {
    width: 150px;  /* Reducir el tamaño de la tarjeta */
    height: 200px; /* Reducir la altura de la tarjeta */
    border-radius: 20px; /* Ajustar los bordes */
    box-shadow: 10px 10px 20px #bebebe, 
                -10px -10px 20px #ffffff; /* Ajustar la sombra */
  }

  .card-img {
    padding-top: 20px; /* Reducir el espacio superior de la imagen */
  }
}