* {
    box-sizing: border-box;
}

/* --- HEADER --- */
header {
    width: 100%;
    background: linear-gradient(0deg, #020024 0%, #232D66 89%, #121940 100%) !important;
    padding: 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.137);
    z-index: 10;
}

header .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin: 0 10%;
}

@media(max-width: 810px) {
    header .content {
        width: 90%;
        margin: 0 5%;
        flex-direction: column;
    }
}

header .content div {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    font-size: 20px;
}

@media(max-width: 810px) {
    header .content div {
        font-size: 16px;
        margin-top: 10px;
    }
}

header .content div img {
    height: 30px;
}

header img {
    height: 50px;
}

header .border {
    font-family: "Montserrat", sans-serif;
}

/* --- BANNER --- */
.banner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 35vh;
    margin-top: 80px;
    background: linear-gradient(90deg, rgba(2, 0, 36, 0.5) 0%, rgba(9, 9, 121, 0.5) 35%, rgba(28, 14, 53, 0.5) 100%),url(/landing/8608/img/Banner_web_8608.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.gradient-bottom-border {
  position: relative;
  padding-bottom: 8px;
}

.gradient-bottom-border::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 10px; 
  width: 100%;
  background: linear-gradient(45deg,rgba(106, 179, 60, 1) 0%, rgba(62, 81, 184, 1) 53%, rgba(35, 45, 102, 1) 100%);
}

.banner .content {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    color: #ffffff;
    text-align: center; 
}

/* NUEVOS ESTILOS PARA LA ETIQUETA "CONFERENCIA ONLINE" */
.banner .content .badge-evento-container {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.banner .content .badge-evento {
    background-color: #ffffff;
    color: #232d66;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    padding: 6px 22px;
    border-radius: 5px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

.banner .content h1 {
    font-size: 40px;
    line-height: 1.4;
    font-family: "Montserrat", sans-serif;
    text-shadow: black 0.1em 0.1em 0.2em;
    font-weight: 600;
}

@media(max-width: 810px) {
    .banner .content h1 {
        font-size: 30px;
    }
    .banner .content .badge-evento {
        font-size: 16px;
    }
}

@media (min-width: 360px) and (max-width: 399px) {
    .banner{
        margin-top: 110px;
    }
    .banner .content h1 {
        font-size: 20px;
    }
}

/* --- MAIN SECTION --- */
.mainSection {
    display: grid;
    grid-template-columns: 6.5fr 3.5fr;
    gap: 3rem;
    width: 90%;
    margin: 20px 5%;
}

@media(min-width: 1400px){
    .mainSection{
        width: 80%;
        margin: 20px 10%;
    }
}

@media(max-width: 992px) {
    .mainSection {
        grid-template-columns: 1fr;
    }
}

.mainSection .box {
    width: 100%;
}

/* --- ACORDEONES --- */
.mainSection .btn {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 30px;
	background: linear-gradient(45deg,rgba(106, 179, 60, 1) 0%, rgba(62, 81, 184, 1) 53%, rgba(35, 45, 102, 1) 100%);
    border-radius: 10px 10px 0 0;
    color: #FFFFFF;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mainSection .btn p {
    margin: 0;
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #ffffff; 
}

.mainSection .btn:hover {
    background: linear-gradient(161deg,rgba(106, 179, 60, 1) 0%, rgba(62, 81, 184, 1) 53%, rgba(35, 45, 102, 1) 100%);
}

.mainSection .icon{
    display: block;
    transition: 0.5s ease-in-out;
}

.mainSection .icon-minus{
    display: none;
    transition: 0.5s ease-in-out;
}

.mainSection .icon.off {
    display: none;
    transition: 0.5s ease-in-out;
}

.mainSection .icon-minus.on {
    display: block;
    transition: 0.5s ease-in-out;
}

.mainSection .container {
    display: none;
    padding: 30px 30px;
    font-size: 17px;
    text-align: justify;
    line-height: 1.6;
    letter-spacing: 1.5;
    color: #4c6280;
    border: 1.5px solid #dddddd;
    background-color: #ffffff;
	border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
	box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.48);
}

.mainSection .container.on {
    display: block;
}

.mainSection .container ul {
    padding: 15px 15px;
}

.mainSection .line {
    width: 10%;
    margin: 10px 0;
    background-color: #ff3d55;
    height: 1.5px;
    border: none;
}

.mainSection .container h2,
h3,
h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
}

/* --- CONTENIDO ACORDEONES --- */
.mainSection .container .img-content {
    width: 100%;
    padding: 20px 10px;
    display: grid;
    grid-template-columns: 3fr 7fr;
    gap: 4rem;
    border-bottom: 1px solid #797979;
    background-color: #ffffff;
}

@media(max-width: 810px) {
    .mainSection .container .img-content {
        grid-template-columns: 1fr;
    }
}

.mainSection .container .img-content:last-of-type {
    border-bottom: none;
}

.mainSection .container .img-content .title {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
}

.mainSection .container .img-content div {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.mainSection .container .img-content img {
    width: 100%;
}

.strong{
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.mainSection .container .content {
    width: 100%;
    padding: 20px 10px;
    gap: 4rem;
    border-bottom: 1px solid #797979;
    background-color: #ffffff;
}

@media(max-width: 810px) {
    .mainSection .container .content {
        grid-template-columns: 1fr;
    }
}

.mainSection .container .content:last-of-type {
    border-bottom: none;
}

.mainSection .container .content .title {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
}

.mainSection .container .content div {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.mainSection .container .img-content-instructor {
    width: 100%;
    padding: 20px 10px;
    display: grid;
    grid-template-columns: 2.0fr 8fr;
    gap: 2rem;
    background-color: #ffffff;
    align-items: center; 
}

@media(max-width: 810px) {
    .mainSection .container .img-content-instructor {
        grid-template-columns: 1fr;
    }
}

.mainSection .container .img-content-instructor .title {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 24px;
}

.mainSection .container .img-content-instructor .subTitle {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 20px;
}

.mainSection .container .img-content-instructor img {
    width: 100%;
}

.submit-link {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #6ab33c; 
    color: #ffffff;
    padding: 8px 22px;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    border: none;
    border-radius: 5px;
    gap: 5px;
    margin-top: 1rem;
    width: 40%;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.submit-link:hover {
    background-color: #3e51b8; 
    cursor: pointer;
}

/* --- SIDEBAR FORMULARIO (Box Two) --- */
.floating {
    width: 100%;
    height: auto;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.151);
    border-radius: 15px;
    position: sticky;
    top: 100px;
    z-index: 0;
    background-color: #ffffff;
    transition: 0.5s ease-in-out;
    padding-bottom: 20px;
	margin-top: 21px;
}

@media(max-width: 810px) {
    .floating {
        position: block;
        transform: translateY(0px);
        top: 0;
        z-index: 0;
    }
}

.floating.notTranslate {
    transform: translateY(0px);
    transition: 0.5s ease-in-out;
}

.boxTwo .product {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 5px;
}

.boxTwo .product img {
    height: 50px;
}

.boxTwo .containerForm .title {
    text-align: center;
    margin-top: 25px;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
}

.floating .containerForm{
    padding: 10px 0 30px 0;
    background: #f6f7f9;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
}

.boxTwo form {
    display: flex;
    align-items: center;
    justify-items: center;
    flex-direction: column;
    padding: 0px 40px;
}

.boxTwo form input {
    width: 100%;
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #797979;
    text-align: center;
    margin: 10px 0;
    font-size: 18px;
}

.boxTwo form input[type="email"]:hover {
    outline: 1px solid #232d66;
}

.boxTwo form input[type="email"]:focus {
    outline: 1px solid #232d66;
}

.boxTwo .submit {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #6ab33c;
    color: #ffffff;
    padding: 8px 20px;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    border: none;
    border-radius: 5px;
    gap: 5px;
    margin-top: 1rem;
    width: 40%;
}

.boxTwo .submit:hover {
    background-color: #3e51b8;
    cursor: pointer;
}

.boxTwo img {
    height: 18px;
}

.boxTwo .submit img {
    height: 18px;
}

.boxTwo .info img {
    height: 30px;
}

.boxTwo .info {
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: #232d66;
    color: #ffffff;
    padding: 10px 20px;
    width: 50%;
    text-align: center;
    border-radius: 0 0 20px 0;
    margin: 50px 0 10px 0;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
}

#sponsor {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
}

#sponsor img.sponsor-logo {
    min-height: 100px;
    max-height: 150px;
    object-fit: contain;
}

.place {
    width: calc(100% - 20px);
    border-bottom: 1px solid #cacaca;
    padding: 20px 10px;
}

.no-border {
    border-bottom: none;
}

.place div {
    padding: 0px 20px;
}

.place .titleBox{
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 10px;
}

.place .icon {
    font-size: 16px;
}

.place .title {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
}

.place .desc {
    margin-top: 10px;
    padding-left: 18px;
    font-size: 18px;
}

.place .descList {
    padding-left: 35px;
    font-size: 16px;
}

.place .descList span {
    font-family: "Montserrat", sans-serif;
}

.helper {
    background: #FFFFFF;
    width: calc(85% - 20px);
    margin: 10px 7.5%;
    border: 1px solid #dadada;
    border-radius: 10px;
    padding: 10px;
}

.helper span img {
    height: 50px;
}

.helper .title {
    display: flex;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    text-align: left;
    gap: 10px;
    width: 90%;
    margin: 0;
}

.helper .title span:last-of-type {
    font-size: 18px;
    line-height: 1.1;
}

.helper .line {
    width: 100%;
    color: #dadada;
}

.line {
    color:#6ab33c !important;
    background-color: #6ab33c !important;
}

.helper .desc {
    font-size: 18px;
}

.helper .agent {
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    margin-top: 20px;
}

.helper .job {
    font-size: 18px;
}

.helper ul {
    list-style: none;
}

.helper a {
    font-size: 18px;
}

/* =========================================
   SECCIÓN DE POLÍTICAS
========================================= */
.politicasSection {
  width: 90%;
  margin: 40px 5%; 
  text-align: center;
}

@media(min-width: 1400px) {
  .politicasSection {
    width: 80%;
    margin: 40px 10%;
  }
}

.politicasSection .politicas-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #232d66 !important;
  font-size: 24px;
}

.politicasSection .politicas-title span {
  color: #232d66 !important;
}

.politicasSection .politicas-desc {
  color: #232d66;
  margin-top: 10px;
}

.politicasSection .politicas-desc a {
  color: #232d66;
  font-weight: 600;
  text-decoration: underline;
}

.politicasSection .politicas-desc a:hover {
  color: #6ab33c; 
}

.politicasSection .politicas-title .icon img {
  /*filter: brightness(0) invert(1);*/
  width: 50px; 
  height: 50px;
  object-fit: contain;
}

/* --- FOOTER --- */
footer {
    background: linear-gradient(0deg, #020024 0%, #232D66 89%, #121940 100%) !important;
}

footer div {
    text-align: center;
    align-items: center;
    justify-content: space-between;
    width: 70%;
    margin: 0 auto;
    padding: 20px 0;
}

@media(max-width: 810px) {
    footer div {
        flex-direction: column;
    }
}

footer p {
    color: #ffffff;
    margin: 0;
}