* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body, html {
  height: 100%;
  font-family: 'Arial', sans-serif;
  background-image: url('img/background.jpg'); 
    background-size: cover;
  background-position: center;
  background-attachment: fixed;
  
}


/* --------- CodecPro --------- */
@font-face {
    font-family: 'CodecPro';
    src: url('fuentes/CodecPro-Regular.woff2') format('woff2'),
         url('fuentes/CodecPro-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'CodecPro';
    src: url('fuentes/CodecPro-Italic.woff2') format('woff2'),
         url('fuentes/CodecPro-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

/* --------- LEMONMILK --------- */
@font-face {
    font-family: 'LEMONMILK';
    src: url('fuentes/LEMONMILK-Regular.woff2') format('woff2'),
         url('fuentes/LEMONMILK-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'LEMONMILK';
    src: url('fuentes/LEMONMILK-RegularItalic.woff2') format('woff2'),
         url('fuentes/LEMONMILK-RegularItalic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'LEMONMILK';
    src: url('fuentes/LEMONMILK-Light.woff2') format('woff2'),
         url('fuentes/LEMONMILK-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'LEMONMILK';
    src: url('fuentes/LEMONMILK-LightItalic.woff2') format('woff2'),
         url('fuentes/LEMONMILK-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'LEMONMILK';
    src: url('fuentes/LEMONMILK-Medium.woff2') format('woff2'),
         url('fuentes/LEMONMILK-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'LEMONMILK';
    src: url('fuentes/LEMONMILK-MediumItalic.woff2') format('woff2'),
         url('fuentes/LEMONMILK-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'LEMONMILK';
    src: url('fuentes/LEMONMILK-Bold.woff2') format('woff2'),
         url('fuentes/LEMONMILK-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'LEMONMILK';
    src: url('fuentes/LEMONMILK-BoldItalic.woff2') format('woff2'),
         url('fuentes/LEMONMILK-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
text-decoration: none;
}


.header {
  width: 100%;
  height: 130px;
  background-color: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
 padding: 0 120px;
}

.logo {
  max-height: 100%;
  max-width: 150px;
}

.contact-button {
  box-sizing: border-box;
  position: relative;
  background: #EA581B;
  border: 3px solid #FFFFFF;
  border-radius: 40px;
    padding: 0.1vw;
  width: 100%;
  padding: 18px;
  margin-top: 5vh;
  font-family: 'LEMON MILK';
  font-style: normal;
  font-weight: 700;
     font-size: 1vw;
    line-height: 1vw;
  text-align: center;
  color: #FFFFFF;
  display: block;
  margin-left: auto;
  margin-right: auto;
   transition: transform 0.3s ease-in-out;
}

.contact-button:hover {
      
    transform: translateY(-10px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
	background: #ff6524;
	transform: scale(1.1);
    }

.go-to-link {
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
   transition: transform 0.3s ease-in-out;
   text-decoration: none;
}

.go-to-link:hover {
     background-color: #ea581b;
    padding: 12px;
    border-top-left-radius: 10px;
 transform: scale(1.1);
	 transition: transform 0.3s ease-in-out;
}


.content-section {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  flex-wrap: wrap; /* Permite que el contenido se envuelva cuando no haya espacio suficiente */
}

.text-left {
  flex: 1;
  text-align: left;
  display: flex; /* Esto mantiene los elementos en la misma línea */
  flex-wrap: wrap; /* Permite que los elementos se envuelvan si es necesario */
  margin: 100px;
  align-content: flex-start;
    margin-top: 15%;
}

.section {
    display: flex;
    width: 100%;
    height: auto;
	justify-content: center;
}

.left-section2 {
    width: 30%;
}

.section-image2 {
    width: 100%;
    height: auto;
}

.right-section2 {
    width: 42%;
    padding: 20px;
	    margin-top: 5%;
}

.section-description {
    font-size: 1.2rem;
    color: #ffffff;
    margin-bottom: 20px;
}

h3 {
    color: #ffffff;
    font-size: 1.5rem;
    margin-bottom: 20px;
	  font-family: 'LEMON MILK';
}

.tier-images {
   
    gap: 20px; /* Espacio entre las imágenes */
	 justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap; /* Evita que se salgan del contenedor en pantallas pequeñas */

}


.tier-staff {
  width: 5vw;
     object-fit: contain;
}

.tier-bronce {
       width: 6vw;
       object-fit: contain;
}

.tier-plata {
        width: 7vw;
        object-fit: contain;
}

.tier-oro {
   width: 8vw;
        object-fit: contain;
}

.tier-diamante {
  width: 10vw;
        object-fit: contain;
}


.section-title {
    font-family: 'LEMON MILK';
      font-weight: 400;
    /* font-weight: 400; */
       font-size: 2vw;
    line-height: 67px;
    height: 66px;
    color: #FFFFFF;
	  line-height: 67px;
    height: 66px;
    /* margin: 0; */
}


.section-title-special {
	 font-family: 'LEMON MILK';
	  color: #FFFFFF;
    font-style: normal;
  background: #EA581B;
  border-radius: 20px 0px 0px 0px;
padding: 0px 20px;
  margin-left: 10px; /* Espacio entre los dos títulos */
  	  line-height: 67px;
    height: 66px;
	font-size: 2vw;
}

/* Descripción y botón debajo de los títulos */
.description-content {
  width: 100%; /* Esto asegura que ocupe toda la línea */
  margin-top: 20px; 


}

.section-description {
  font-family: 'Codec Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 1.5vw;
  line-height: 144%;
  text-align: justify;
  color: #FFFFFF;
}





.image-right {
  flex: 1;
  
  justify-content: center;
  margin-top: 20px;
}

.agentes-img {
  max-width: 100%;
  margin-left: -50px;
  height: auto;
   animation: subirBajar 2s ease-in-out infinite;
}

@keyframes subirBajar {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px); /* Ajusta la altura del movimiento */
    }
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 130px);
  text-align: center;
  padding: 20px;
}

.main-title {
  font-size: 5vw;
  color: #ffffff;
}

.description {
  font-size: 2vw;
  color: #d6a646;
  margin-top: 10px;
}

.cta-button {
  padding: 15px 30px;
  background-color: #FF1F13;
  color: white;
  border: none;
  font-size: 1.5vw;
  cursor: pointer;
  margin-top: 20px;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #e0180e;
}

.footer {
    width: 100%;
    background-color: #000000;
    display: flex;
       align-items: center;
	color: #ffffff;
    height: 20%;
    padding: 0px 120px;
}

.footer-logo img {
    max-height: 40px; /* Ajusta el tamaño del logo */
    width: auto;
}

.footer-disclaimer {
    font-size: 1rem;
}

.footer-disclaimer p {
    margin: 0;
}



/* Media Queries for Responsiveness */
@media (max-width: 768px) {
	
	.agentes-img {
    max-width: 100%;
    margin-left: 0px;
    height: auto;
    animation: subirBajar 2s ease-in-out infinite;
}
	
	
	
	.tier-staff {
          width: 12vw;
     object-fit: contain;
}

.tier-bronce {
      width: 13vw;
       object-fit: contain;
}

.tier-plata {
              width: 14vw;
        object-fit: contain;
}

.tier-oro {
          width: 15vw;
        object-fit: contain;
}

.tier-diamante {
  width: 22vw;
        object-fit: contain;
}


  .header {
    padding: 0 10%;
  }
  
  .footer-disclaimer p {
    margin: 0;
	    font-size: 3vw;
}

  .logo {
    max-width: 130px; /* Adjust logo size */
  }

     .contact-button {
        width: 90%;
        padding: 20px;
        font-size: 24px;
        margin-top: 5vh;
       line-height: 10vw;
    }
	
	    .section {
        flex-direction: column; /* Apila los divs en columnas */
        align-items: center; /* Centra los divs horizontalmente */
    }
	
.right-section2 {
    width: 100%;
    padding: 20px;
	        padding-bottom: 20%;
}
	     
		 .left-section2 {
    width: 80%;
}

  .content-section {
    flex-direction: column;
    text-align: center;
	padding: 0px;
      }

  .text-left {
    flex: none;
   order: 2;
           justify-content: center;
           margin: 5vh;
    text-align: center;
	margin-top: -10vh;
  }

  .image-right {
	  order: 1;
    flex: none;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .agentes-img {
    max-width: 80%;
  }

  .section-title {
    font-size: 6vw;
	
  }
  
  .section-title-special {
      padding: 0px 20px;
    width: 100%;
    /* margin-left: 10px; */
    line-height: 67px;
    /* height: 66px; */
    justify-content: center;
	font-size: 10vw;
}

  .section-description {
    font-size: 4vw; /* Adjust description size */
  }
}

.footer {
       color: #ffffff;
    height: 20%;
	padding: 0px 30px;
	}

@media (max-width: 480px) {
  .logo {
    max-width: 120px; /* Adjust logo for very small screens */
  }

     .contact-button {
        width: 90%;
        padding: 20px;
        font-size: 16px;
        margin-top: 5vh;
        line-height: 30px;
    }

  .main-title {
    font-size: 10vw;
  }

  .description {
    font-size: 5vw;
  }

  .cta-button {
    font-size: 5vw;
  }

  .agentes-img {
    max-width: 100%;
  }

  .section-title {
    font-size: 6vw;
	
  }

  .section-description {
    font-size: 5vw;
  }
}
