@font-face {
  font-family: 'BrandonGrotesque-Medium';
  src: url('fonts/BrandonGrotesque-Medium.eot?#iefix') format('embedded-opentype'),  url('fonts/BrandonGrotesque-Medium.otf')  format('opentype'),
         url('fonts/BrandonGrotesque-Medium.woff') format('woff'), url('fontsBrandonGrotesque-Medium.ttf')  format('truetype'), url('fonts/BrandonGrotesque-Medium.svg#BrandonGrotesque-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BrandonGrotesque-Light';
  src: url('fonts/BrandonGrotesque-Light.eot?#iefix') format('embedded-opentype'),  url('fonts/BrandonGrotesque-Light.otf')  format('opentype'),
         url('fonts/BrandonGrotesque-Light.woff') format('woff'), url('fonts/BrandonGrotesque-Light.ttf')  format('truetype'), url('fonts/BrandonGrotesque-Light.svg#BrandonGrotesque-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BrandonGrotesque-Bold';
  src: url('fonts/BrandonGrotesque-Bold.eot?#iefix') format('embedded-opentype'),  url('fonts/BrandonGrotesque-Bold.otf')  format('opentype'),
         url('fonts/BrandonGrotesque-Bold.woff') format('woff'), url('fonts/BrandonGrotesque-Bold.ttf')  format('truetype'), url('fonts/BrandonGrotesque-Bold.svg#BrandonGrotesque-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url(../css/Queries.css);
/* Contenedor */
body{
  background: #0F385A;
  background: linear-gradient(0deg,rgba(15, 56, 90, 1) 28%, rgba(7, 26, 41, 1) 82%);
  font-family: 'BrandonGrotesque-Medium';
}
h2, h4{
  color: #fff;
  font-family: 'BrandonGrotesque-Medium';
}
a:focus {
    outline: none;
    outline-offset: -2px;
}
p{
  color: #fff;
    font-size: 19px;
    font-family: 'BrandonGrotesque-Light';
    line-height: 21px;
}
section {
    overflow: hidden;
    width: 100%;
}
.modal-terminos{
    position: absolute;
    top: 2% !important;
    right: 0;
    bottom: 0;
    left: 16% !important;
    z-index: 1050;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal-terminos .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out, -o-transform .3s ease-out;
}
.modal-terminos .modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0;
    width: auto;
}
.modal-terminos .modal-body {
    position: relative;
    padding: 15px;
    display: block;
}
.modal-terminos .modal-body h1 {
        color: #143258;
        font-size: 18px;
        text-transform: uppercase;
        font-family: 'BrandonGrotesque-Bold';
    }
.modal-terminos .modal-body p {
    color: #676767;
    font-weight: 300;
    font-size: 22px;
    margin: 30px;
    list-style: none;
    font-family: 'BrandonGrotesque-Light';
}
.modal-terminos .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-terminos .btn-default{
  color: #fff;
  background-color: #3db2de;
  border-color: #3db2de;
  font-family: 'BrandonGrotesque-Bold';
}
.modal-terminos .btn-inverse {
    color: #fff;
    background-color: #143258;
    border-color: #143258;
}
.modal-terminos .modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-terminos .modal-dialog {
    position: relative;
    margin: 10px;
}
.modal-terminos .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out, -o-transform .3s ease-out;
}
.modal-terminos .in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0, 0);
}
.modal-terminos .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.container-padre{
    width: 70%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    margin-top: 50px;
    padding: 50px 0px;
    background-color: var(--dark-jungle-green);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    margin-left: auto;
    box-shadow: inset 0 0 5px #cfc8c86b;
}
.container-poli {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

/* Logo */
.logo img {
  height: 60px;
  width: 100%;
  margin-bottom: 10%;
}
/*Logueado*/
.ee-info a {
    color: #FFF !important;
}
.header .ee-header-profile .ee-myresume {
    color: #fff;
}
.js-status-hvmov {
    color: #fff;
}
.ee-login-wrapper{
  display: none;
}
/* Menú */

/* Icono */
.search a {
  color: #00e0ff;
  font-size: 18px;
}
.header {
    background: transparent;
    display: block;
}
.top-header-row {
    background-color: transparent;
    margin: 0;
}
.middle-header-row {
    padding: 20px 0 10px 0;
    display: block;
}
.main-nav-row {
    background-color: transparent;
    position: relative;
    z-index: 1;
}
.middle-header-row .col-sm-5 {
    width: 50%;
    display: none;
}
.middle-header-row .col-sm-4 {
    width: 30%;
    display: block;
    position: absolute;
    right: 0;
    top: 3%;
    z-index: 1;
}
.middle-header-row .col-sm-3 {
    background: url(../images/logo.svg) no-repeat center;
    width: 100%;
    height: 55px;
    display: none;
}
.header .ee-login-wrapper {
    display: none;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    display: none;
}
.container-poli h2{
  color: #fff;
}
.h2-poli{
  padding: 100px 0px 20px 0px;
}
.bienvenida{
  font-size: 40px;
  font-weight: 100;
  font-family: 'BrandonGrotesque-Light';
}
.practicas{
  font-weight: bold;
  font-size: 42px;
}
.edicion{
  font-size: 20px;
  font-weight: 100;
  font-family: 'BrandonGrotesque-Light';
}
.box {
  position: relative;
  border-radius: 20px;
  padding: 10px;
  width: 50%;
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
  background: transparent;
  font-size: 20px;
}

.box::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px; /* grosor del borde */
  border-radius: 20px;
  background: linear-gradient(45deg, #1FB2DE, #15BECE);
-webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;

  pointer-events: none;
}
.box-2 {
  position: relative;
  border-radius: 20px;
  padding: 10px;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
  background: transparent;
  font-size: 20px;
}

.box-2::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px; /* grosor del borde */
  border-radius: 20px;
  background: linear-gradient(45deg, #1FB2DE, #15BECE);

  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;

  pointer-events: none;
}
.box-3 {
  position: relative;
  border-radius: 20px;
  padding: 10px;
  width: 30%;
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
  background: transparent;
  font-size: 20px;
}

.box-3::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px; /* grosor del borde */
  border-radius: 20px;
  background: linear-gradient(45deg, #1FB2DE, #15BECE);

  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;

  pointer-events: none;
}
.flex{
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-feria{
  display: flex;
  justify-content: center;
  padding: 10% 0% 25% 0%;
}
.flex-empleabilidad{
    display: flex;
    flex-direction: column; 
}
.intro{
      padding: 30px 0px;
      width: 65%;
}
.encontraras{
  font-family: 'BrandonGrotesque-Medium';
  text-transform: uppercase;
}
.p{
  font-family: 'BrandonGrotesque-Light';
}
.img-personaje{
    position: absolute;
    width: 100%;
    top: 5%;
}
.padd{
    padding-left: 0px;
    padding-right: 0px;
}
.div{
  width: 50%;
}
.padd-encontraras h4{
    text-transform: uppercase;
    color: #15BECE;
    text-align: center;
}
.t{
    text-align: center;
}
.padd-encontraras{
    padding: 10% 7% 10% 7%
}
.padd-encontraras .col-md-3{
    border-right: solid 1px #15BECE;
    height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.padd-encontraras-2 {
    border-right: none !important;
    height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.padd-encontraras .col-md-3 img{
    width: 30%;
    border-bottom: solid 2px #15BECE;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.border{
    border-top: solid 1px #15BECE;
}
.card p{
  color: #000;
  padding: 10px 0px;
}
.aplicar{
    background: linear-gradient(268deg, rgba(31, 178, 222, 1) 30%, rgba(21, 190, 206, 1) 96%);
    color: #fff;
    padding: 5px 50px;
    border-radius: 30px;
    text-decoration: none;
}

/*Modal*/

.modal-body {
  display: flex;
  padding: 0;
  border-radius: 4rem;
  font-family: 'PT Sans', sans-serif;
}

.modal-content {
  border-radius: 4rem;
  width: 140%;
  -webkit-box-shadow: -1px -2px 42px -19px rgba(0,0,0,0.74);
  -moz-box-shadow: -1px -2px 42px -19px rgba(0,0,0,0.74);
  box-shadow: -1px -2px 42px -19px rgba(0,0,0,0.74);
}
.modal-content h1, .modal-content h2, .modal-content h3 {
    text-align: center;
}
.modal-content h1 {
  font-size: 1.3em;
  text-transform: uppercase;
}

.modal-content h2 {
    font-size: 1.1em;
}
.modal-content h3 {
  font-size: .8em;
  letter-spacing: 2px;
}
form {
    font-size: .8em;
}
.column {
  flex: 50%;
  padding: 10px;
}

.column#main {
  flex: 75%;
  padding: 50px;
  margin-top: 30px;
  margin-left: 15px;
}

#secondary {
  background-color: #15BECE;
  border-radius: 0 4rem 4rem 0;
  text-align: center;
}

#main .form-control {
  border-radius: 0;
  font-size: .9em;
}

#secondary .btn-primary-poli {
  background: #f8f9fa4f;
  color: #000;
}
.modal-body label {
  margin-bottom: 0;
}

.sec-content {
  margin-top: 85%;
}

/*Slide modal*/

.container-modal {
  position: absolute;
  width: 800px;
  height: 400px;
  background: #f5f5f5;
  border-radius: 20px;
}
.container-modal .slide {
  border-radius: 20px;
}
.container-modal .slide .item {
  width: 200px;
  height: 250px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 20px;
  box-shadow: 0 30px 50px #505050;
  background-position: 50% 50%;
  background-size: cover !important;
  display: inline-block;
  transition: all 0.5s;
}
.container .slide .item {
  position: absolute;
  overflow: hidden; /* importante para el overlay */
}

/* Overlay SOLO al slide principal */
.slide .item:nth-child(2)::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5); /* ajusta color/opacidad */
  z-index: 0;
}

/* Asegura que el contenido quede por encima */
.slide .item:nth-child(2) .content {
  position: relative;
  z-index: 2;
}
.slide .item:nth-child(1),
.slide .item:nth-child(2) {
  top: 0;
  left: 0;
  transform: translate(0, 0);
  border-radius: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  transition: all .5s;
}

.slide .item:nth-child(3) {
  left: 50%;
}
.slide .item:nth-child(4) {
  left: calc(50% + 220px);
}
.slide .item:nth-child(5) {
  left: calc(50% + 440px);
}

.slide .item:nth-child(n + 6) {
  left: calc(50% + 660px);
  opacity: 0;
}
.item .content-modal {
  position: absolute;
  top: 50%;
  left: 100px;
  width: 300px;
  text-align: left;
  color: #eee;
  transform: translate(0, -50%);
  font-family: system-ui;
  display: none;
}

.slide .item:nth-child(2) .content-modal {
  display: block;
}

.content-modal .name {
  font-size: 30px;
  font-family: 'BrandonGrotesque-Medium';
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0;
  animation: animate 1s ease-in-out 1 forwards;
}

.content-modal .des {
  margin-top: 10px;
  margin-bottom: 20px;
  opacity: 0;
  animation: animate 1s ease-in-out 0.3s 1 forwards;
  font-size: 18px;
  font-family: 'BrandonGrotesque-Light';
}

.content-modal button {
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    opacity: 0;
    transition: all 0.5s;
    animation: animate 1s ease-in-out 0.6s 1 forwards;
    background: linear-gradient(268deg, rgba(31, 178, 222, 1) 30%, rgba(21, 190, 206, 1) 96%);
    color: #fff;
    padding: 5px 50px;
    border-radius: 30px;
    text-decoration: none;
    font-family: 'BrandonGrotesque-Medium';
}

.content-modal button:hover {
  background-color: rgb(255, 255, 255);
}

@keyframes animate {
  from {
    opacity: 0;
    transform: translate(0, 100px);
    filter: blur(33px);
  }

  to {
    opacity: 1;
    transform: translate(0);
    filter: blur(0);
  }
}

.button {
  display: flex;
  flex-direction: row;
  gap: 20px;
  left: 45%;
  right: 50%;
  width: 100%;
  align-items: center;
  text-align: center;
  position: absolute;
  bottom: 20px;
}
button, input, optgroup, select, textarea {
    color: #fff;
    font: inherit;
    margin: 0;
    background-color: #1FB2DE;
}
.button button {
    width: 35px;
    height: 35px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    margin: 0 5px;
    border: none;
    transition: 0.3s;
}

.button button:hover {
  color: #000000;
  border: 2px solid #ffffffbd;
  transform: scale(1.1);
}
.button button:focus {
  transform: scale(1.1);
  background: #ffffff;
  border: 2px solid #ffffffbd;
}
.button button:active {
  transform: scale(1.02);
}
.next {
  padding: 0 0 0 3px;
}
.prev {
  padding: 0 3px 0 0;
}
.modal {
    position: fixed;
    top: 20%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    display: none;
}
.card-orientacion{
    background-color: var(--dark-jungle-green);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    box-shadow: inset 0 0 5px #cfc8c86b;
    padding: 30px;
    border-radius: 15px;
    margin-left: 20px;
    height: 438px;
}
.card-orientacion h2{
    font-family: 'BrandonGrotesque-Medium';
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
}
.card-orientacion iframe{
  border-radius: 15px;
}
.card-tips{
    background-color: var(--dark-jungle-green);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    box-shadow: inset 0 0 5px #cfc8c86b;
    padding: 30px;
    border-radius: 15px;
    margin-left: 20px;
    height: 318px;
}
.card-tips h2{
    font-family: 'BrandonGrotesque-Medium';
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
}
.card-tips iframe{
  border-radius: 15px;
}
.card-tips p{
  text-align: center;
}
.video-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    cursor: pointer;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    height: 174px;
}

.video-container img {
    width: 100%;
    display: block;
}

.custom-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45px;
    height: 45px;;
    background-color: white; /* Fondo blanco */
    border-radius: 50%;      /* Redondo */
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    transition: transform 0.3s ease;
}

.custom-play-button svg {
    width: 30px;
    height: 30px;
    fill: black;             /* Icono de play negro */
}

.video-container:hover .custom-play-button {
    transform: translate(-50%, -50%) scale(1.1);
}

.padd-section{
    padding-top: 10%;
    padding-bottom: 5%;
}
.padd-bottom{
    padding-bottom: 5%;
}
/*Agenda*/
.img-agenda{
  background-image: url(../images/agenda-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  height: 190px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-size: cover;
}
.img-agenda-2{
  background-image: url(../images/agenda-2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  height: 190px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-size: cover;
}
.img-agenda-3{
  background-image: url(../images/agenda-3.jpg);
  background-repeat: no-repeat;
  background-position: center;
  height: 190px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-size: cover;
}
.img-agenda-4{
  background-image: url(../images/agenda-4.jpg);
  background-repeat: no-repeat;
  background-position: center;
  height: 190px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-size: cover;
}
img.circle{
	  object-fit: cover;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    transform: translateY(calc(-50% - 10px));
    position: absolute;
    left: 40%;
    top: 37%;
}
.content-agenda{
    background-color: #fff;
    padding: 6%;
    text-align: center;
    height: 315px;
    color: #000;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.content-agenda p{
  color: #000;
  text-align: left;
}
.content-agenda h2{
  color: #0F385A;
  font-size: 20px;
}
.content-agenda span{
      font-family: 'BrandonGrotesque-Medium';
      color: #0F385A;
}
.padd-card{
  padding: 2% 8%;

}
.content-agenda .box{
  width: 100%;
  margin-top: 30px;
}
/*practicas*/
.flex-practicas{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.flex-pr{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.flex-practicas .box{
      margin-top: 6%;
}
/*img-organica*/

.wrapper {
  height: auto;
  display: flex;
  align-items: center;
  padding: 40% 0%;
}

/* CONTENEDOR EXTERNO */
.blob-outer {
  width: 320px;
  height: 320px;
  background: #15BECE;
  display: flex;
  align-items: center;
  justify-content: center;

  animation: 
    morphOuter 14s ease-in-out infinite,
    floatOuter 18s ease-in-out infinite;
}

/* CONTENEDOR INTERNO */
.blob-inner {
  width: 260px;
  height: 260px;
  overflow: hidden;
  animation: 
    morphInner 12s ease-in-out infinite,
    floatInner 16s ease-in-out infinite;
}

/* IMAGEN */
.blob-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  /* pequeño zoom para evitar espacios al deformar */
  transform: scale(1.1);
}

/* ========================= */
/* MORPH FORMAS */
/* ========================= */

@keyframes morphOuter {
  0%   { border-radius: 55% 45% 60% 40% / 50% 60% 40% 50%; }
  25%  { border-radius: 65% 35% 45% 55% / 60% 40% 60% 40%; }
  50%  { border-radius: 40% 60% 55% 45% / 45% 55% 45% 55%; }
  75%  { border-radius: 60% 40% 35% 65% / 50% 45% 55% 50%; }
  100% { border-radius: 55% 45% 60% 40% / 50% 60% 40% 50%; }
}

@keyframes morphInner {
  0%   { border-radius: 50% 50% 55% 45% / 45% 55% 45% 55%; }
  25%  { border-radius: 60% 40% 50% 50% / 55% 45% 60% 40%; }
  50%  { border-radius: 45% 55% 60% 40% / 40% 60% 40% 60%; }
  75%  { border-radius: 55% 45% 40% 60% / 60% 40% 55% 45%; }
  100% { border-radius: 50% 50% 55% 45% / 45% 55% 45% 55%; }
}

/* ========================= */
/* MOVIMIENTO (FLOAT) */
/* ========================= */

@keyframes floatOuter {
  0%   { transform: translate(0px, 0px) scale(1); }
  25%  { transform: translate(10px, -15px) scale(1.02); }
  50%  { transform: translate(-10px, 10px) scale(0.98); }
  75%  { transform: translate(15px, 5px) scale(1.01); }
  100% { transform: translate(0px, 0px) scale(1); }
}

@keyframes floatInner {
  0%   { transform: translate(0px, 0px) scale(1); }
  25%  { transform: translate(-8px, 10px) scale(1.03); }
  50%  { transform: translate(10px, -8px) scale(0.97); }
  75%  { transform: translate(-5px, -5px) scale(1.02); }
  100% { transform: translate(0px, 0px) scale(1); }
}
.btn_empresa_reg {
    background: transparent;
    color: #fff !important;
    text-transform: uppercase;
    font-family: 'BrandonGrotesque-Bold';
    font-size: 16px;
    padding: 10px 20px;
    float: left;
    border: 1px solid #fff;
    width: 100% !important;
}
.flex-practicas p{
  text-align: justify;
}

.top-actions {
  position: fixed;
  top: 30%;
  right: 20px;
  display: flex;
  flex-direction: column;
  /*vertical */
  align-items: flex-end;
  gap: 15px;
  z-index: 6;
  color: #fff;
}
.icon-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
}
.btn-contact {
  z-index: 8;
}
.btn-search {
  z-index: 7;
}
.icon-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* Tooltip base */
.icon-btn::after {
  position: absolute;
  bottom: -35px; /* debajo del icono */
  left: 50%;
  transform: translateX(-50%) translateY(5px);

  background: #000;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 6px;
  white-space: nowrap;

  opacity: 0;
  pointer-events: none;
  transition: all 0.25s ease;
}

/* Mostrar */
.icon-btn:hover::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
/* Contacto */
.btn-contact::after {
  content: "Contáctenos";
}

/* Login */
.icon-btn:not(.btn-contact)::after {
  content: "Iniciar sesión";
}

/*back*/
#gradient {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/*Acordion*/
.accordion {
  max-width: 500px;
  margin: 20px auto;
  font-family: Arial, sans-serif;
  border: none;
  border-radius: 8px;
  overflow: hidden;
}

.accordion-item {
  border-bottom: none;
}

.accordion-item:last-of-type {
  border-bottom: none;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background-color: #f7f7f7;
  cursor: pointer;
  font-weight: 600;
  transition: background-color 0.3s ease;
  border-radius: 15px;
  font-family: 'BrandonGrotesque-Medium';
  font-size: 20px;
}

.accordion-header:hover {
  background-color: #eaeaea;
}

.icon {
  transition: transform 0.3s ease;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 16px;
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 5px;
}

.accordion-content p {
  margin: 12px 0;
  font-size: 18x;
  line-height: 1.5;
  color: #000;
}

.accordion-item input {
  display: none;
}

.accordion-item input:checked ~ .accordion-content {
  max-height: 200px;
  padding: 12px 16px;
}

.accordion-item input:checked + .accordion-header .icon {
  transform: rotate(45deg);
}
.read-more {
    color: #0F385A;
    display: flex;
    align-items: center;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    font-family: 'BrandonGrotesque-Medium';
    font-size: 20px;
}
.services-btn {
    display: flex;
    padding-bottom: 20px;
}
.footer .footer-company-section {
    background-color: #0f385a;
    overflow: auto;
    height: auto;
}
.footer-text-line{
    color: #fff;
}
.copyright-row .term-conditions-link, .footer, .powered-by-row .term-conditions-link, .privacy-advercity-row .term-conditions-link {
    color: #fff;
}
.ee-logotype-powered-by {
    display: inline-block;
    width: 77px;
    filter: brightness(0) invert(1);
}




