.container-menu-s {
  width: 100%;
  display: flex;
  justify-content: center;
}

.container-menu-slider {
  width: 1120px;
  height: auto;
}

.menu-slider {
  width: 100%;
  display: flex;
  justify-content: center;
}

.menu-slider .menu-s {
  position: relative;
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 3000;
}

.menu-slider .menu-s .btn-menu {
  font-size: 1rem;
  background-color: #006cb6;
  margin: 1px;
  color: #FFF;
}

.menu-slider .menu-s li {
  font-family: "Roboto Condensed", Sans-serif;
  font-weight: 400;
  position: relative;
  padding: 1rem 1.5rem;
  flex: 1 1 auto;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.menu-slider .menu-s li:hover {
  background-color: #333;
}

.menu-s ul li::after {
  border-width: 10px;
  bottom: -10px;
  border-top-color: var(--e-global-color-primary);
}

.menu-slider .menu-s li.active:after {
  display: block;
}

.menu-slider .menu-s li.active {
  background-color: #6ec1e4;
  color: #fff;
}

.menu-slider .menu-s li:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 3001;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #6ec1e4;
  border-bottom: 0;
  display: none;
}

.contens-menu {
  display: flex;
  flex: 1 1 auto;
  overflow: hidden;
}

.contens-menu p {
  font-family: "Roboto Condensed", Sans-serif;
  font-weight: 400;
}

.contens-menu .conten-m {
  color: #000;
  font-family: "Roboto Condensed", Sans-serif;
  font-size: 1rem;
}

.contens-menu .conten-m.active {
  display: block;
  width: 100%;
  padding: 1rem;
  opacity: 1;
  animation: fadeIn linear .3s;
}

.contens-menu .conten-m.inactive {
  display: none;
  opacity: 0;
}

.clear::before,
.clear::after {
  content: "";
  display: table;
  clear: both;
  word-break: break-word;
  word-wrap: break-word;
}

/*<-------table------->*/
.container-inscribirse {
  ///width: 1120px;
  display: flex;
  justify-content: center;
}

.container-inscribirse table {
  border: 1px solid;
  border-collapse: collapse;
  border-color: #000;
  width: 500px;
}

.container-inscribirse table td {
  border: 1px solid;
  padding: 5px;
  padding-left: 10px;
}

.cab-formulario {
  margin-top: 50px;
  width: 700px;
  height: 30px;
  background-color: #AFCB1F;
  text-align: center;
  justify-content: center;
  border-radius: 10px 10px 0 0;
}

.caja-formulario {
  width: 700px;
  height: auto;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 0 0 10px 10px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.title-formulario {
  color: #fff;
  font-family: "Roboto Condensed", Sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  margin-top: 5px;
}

.columna-cja-501, .columna-cja-502 {
  width: 350px;
  display: flex;
  justify-content: flex-end;
}

.columna-cja-502 {
  width: 350px;
  justify-content: flex-start;
}

.columna-cja-100 {
  display: flex;
  width: 100%;
}

.columna-cja-502 input {
  width: 202px;
  height: 35px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  background-color: rgba(255, 255, 255, 0.8);
}

.caja-formulario .columna-cja-502 p {
  margin-right: 2px;
  color: rgba(0, 0, 0, 0.5);
}

.columna-cja-502 input.rad {
  margin-top: 20px;
  margin-right: 17px;
  width: 13px;
  height: 13px;
}

.columna-cja-502 .numero {
  width: 85px;
  height: 35px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  background-color: rgba(255, 255, 255, 0.8);
}

.columna-cja-502 .cuota-n{
  margin-left: 10px;
}

.columna-cja-502 select {
  top: 10px;
  height: 35px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  font-family: "Roboto Condensed", Sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
}

.columna-cja-100 .logo-black{
  margin-left: 5px;
}

#contenido {
  /*display: none;*/
}
.columna-cja-502 .txt-pago-o {
  color: #000;
  padding-left: 15px;
  padding-right: 80px;
}

.columna-cja-100 .btn-logo {
  border: 0;
  width: 80px;
  height: 58px;
  margin-left: 5px;
  background-image: url("../img/logo_black.png");
  cursor: pointer;
  opacity: 1;
  transition: all 0.2s ease;
}

.columna-cja-100 .btn-logo:hover {
  ///background-image: url("../img/logo.png");
  opacity: 0.5;
}

/*<------input-radio------>*/
.radio {
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 3px;
  margin-top: 15px;
  cursor: pointer;
}
.radio + .radio {
  margin-left: 30px;
}
.radio input[type="radio"]{
  display: none;
}
.radio span {
  height: 14px;
  width: 14px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.8);
  display: block;
  position: absolute;
  left: 25px;
  top: 4px;
}
.radio span::after {
  content: "";
  height: 8px;
  width: 8px;
  background: #006cb6;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.radio input[type="radio"]:checked ~ span::after {
  transform: translate(-50%, -50%) scale(1);
}

.columna-cja-502 .pse {
  margin-top: 10px;
  margin-left: 10px;
}

.columna-cja-100 .columna-cja-502-2 {
  margin-top: 15px;
}

.select {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 200px;
}

.select::before {
  font-family: "Roboto Condensed", Sans-serif;
  font-size: 0.9rem;
  background-color: #006cb6;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  content: 'Seleccionar archivo'; /* testo por defecto */
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.select input[type="file"] {
  //opacity: 0;
  //width: 200px;
  //height: 32px;
  display: inline-block;
}

.select:hover {
  background-color: #03A9F4;
  color: #fff;
  transition: all 0.3s ease;
}
