.cos-wrapper .banner {
  width: 100%;
}

.cos-wrapper .banner .content {
  width: 100%;
  height: 100%;
  min-height: 350px;
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.cos-wrapper .banner .content::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  background: linear-gradient(
    90deg,
    rgba(160, 101, 254, 1) 0%,
    rgba(158, 102, 252, 1) 41%,
    rgba(151, 107, 247, 1) 56%,
    rgba(139, 115, 237, 1) 66%,
    rgba(100, 142, 206, 1) 82%,
    rgba(73, 161, 185, 1) 88%,
    rgba(41, 183, 159, 1) 94%,
    rgba(0, 212, 127, 1) 100%
  );
}

.cos-wrapper .banner .content img {
  width: 1000%;
  height: auto;
  max-height: 350px;
  object-fit: cover;
}

.cos-wrapper .banner .info {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  color: #fff;
  width: 1255px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 135px;
}

.cos-wrapper .banner h1 {
  margin-bottom: 20px;
}

.cos-wrapper .banner .info p {
  color: #fff;
  max-width: 600px;
}

.cos-wrapper hr {
  height: 1px;
  background-color: var(--black);
  border: none;
}

/* main-content */
.cos-wrapper .main-content {
  width: 100%;
  max-width: 1325px;
  padding: 40px;
  padding-bottom: 40px;
  margin: 0 auto;
}

.cos-wrapper .main-content h2 {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* leaders-sections */
.cos-wrapper .ldrs-sections {
  display: flex;
  height: 100%;
  min-height: 500px;
  margin: 0 auto;
  max-width: 1325px;
  position: relative;
  justify-content: center;
}

.cos-wrapper .ls-bg {
  background-color: var(--light-green);
  border-radius: 20px;
  display: flex;
  justify-self: right;
  width: 100%;
  min-height: max-content;
  margin-left: 60px;
  padding: 40px;
  position: relative;
}

.cos-wrapper .ls-content {
  padding: 40px 40px 40px 0;
  display: flex;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  max-width: 1325px;
  top: 0;
  left: 0;
  position: absolute;
}

.cos-wrapper .ldrs-sections .ls-img {
  width: 100%;
  max-width: 500px;
  height: auto;
  object-fit: contain;
}

.cos-wrapper .ls-content .info {
  width: 60%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-self: center;
  justify-content: center;
  padding-top: 20px;
  margin-left: 30px;
}

.cos-wrapper .ls-content .info > h1,
.cos-wrapper .ls-content .info > p {
  font-weight: 500;
  margin-bottom: 15px;
}

.cos-wrapper .ls-content ul {
  list-style: none;
}

.cos-wrapper .ls-content ul > li {
  margin-top: 20px;
  display: flex;
}

.cos-wrapper .ls-content ul > li img {
  margin-right: 20px;
}

/*** modality-section ***/
.cos-wrapper .modality-section {
  align-items: center;
  display: flex;
  flex-flow: column;
  margin: 0 auto;
  max-width: 1325px;
  padding: 100px 40px;
}

.cos-wrapper .modality-section h1 {
  max-width: 900px;
  align-self: center;
  text-align: center;
  margin-bottom: 60px;
}

.cos-wrapper .modality-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}

.cos-wrapper .modality-card {
  display: flex;
  flex-flow: column;
  align-items: start;
  max-width: 384px;
  margin: 30px 0;
  margin-bottom: 0;
  position: relative;
  flex: 1 1 30%;
}

.cos-wrapper .course-type .modality-content {
  background-color: var(--light-blue);
}
.cos-wrapper .open-class-type .modality-content {
  background-color: var(--light-pink);
}
.cos-wrapper .diploma-type .modality-content {
  background-color: var(--light-purple);
}

.cos-wrapper .modality-content {
  box-sizing: border-box;
  height: 100%;
  padding: 20px 26px 38px 38px;
  border-radius: 10px;
  padding-top: 40px;
  margin-top: -20px;
  width: 100%;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.cos-wrapper .modality-card img {
  cursor: pointer;
  max-width: 112px;
  margin-bottom: 20px;
}

.cos-wrapper .modality-content .p-sub {
  font-weight: 500;
  margin-bottom: 20px;
  max-width: 250px;
  text-align: center;
}

.cos-wrapper .modality-content p:last-of-type {
  font-weight: 500;
  margin-bottom: 15px;
  text-align: justify;
}

.cos-wrapper .modality-content > h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 50px;
}

.cos-wrapper .modality-card .more-courses {
  background-image: url(../img/icons/icono_flecha_black.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px 30px;
  color: var(--black);
  font-size: 16px;
  margin-top: 20px;
  padding-left: 50px;
}

/*** master header ***/
.cos-wrapper .master-header {
  padding: 100px 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.cos-wrapper .master-header h1 {
  margin-bottom: 18px;
  max-width: 900px;
}

.cos-wrapper .master-header p {
  max-width: 800px;
}

/* topics-section */
.cos-wrapper .topics-section {
  max-width: 1325px;
  margin: 0 auto;
  padding: 80px 40px;
}

.cos-wrapper .ts-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  height: 100%;
}

.cos-wrapper .ts-button {
  display: block;
  align-content: end;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  min-height: 354px;
  padding: 40px;
  position: relative;
  opacity: 1;
}

.cos-wrapper .ts-button::before {
  display: block;
  content: "";
  position: absolute;
  background-color: var(--black);
  z-index: -1;
  border-radius: 10px;
  width: 100%;
  max-width: 653px;
  height: 100%;
  min-height: 354px;
  top: 10px;
  left: 10px;
  opacity: 0;
  visibility: hidden;
}

.cos-wrapper .ts-button.before-visible::before {
  visibility: visible;
  opacity: 1;
  transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
}

.cos-wrapper .topic-btn-1 {
  background-color: var(--light-blue);
}
.cos-wrapper .topic-btn-2 {
  background-color: var(--light-purple);
}
.cos-wrapper .topic-btn-3 {
  background-color: var(--light-green);
}
.cos-wrapper .topic-btn-4 {
  background-color: var(--light-pink);
}

.cos-wrapper .ts-content,
.ts-content-hover {
  transition: visibility 1s ease;
}

.cos-wrapper .hidden {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.cos-wrapper .visible {
  opacity: 1;
  visibility: visible;
  display: block;
}

.cos-wrapper .ts-content {
  margin-left: 60px;
  margin-bottom: 50px;
  opacity: 1;
}

.cos-wrapper .ts-content img {
  transform: rotate(90deg);
  margin-left: 20px;
  margin-bottom: 15px;
}

.cos-wrapper .ts-content-hover {
  align-content: end;
  margin-left: 40px;
  margin-bottom: 50px;
  position: relative;
}

.cos-wrapper .ts-content-hover img {
  position: absolute;
  top: 12px;
  left: -15px;
}

.cos-wrapper .ts-content-hover > div {
  display: block;
  margin-left: 20px;
}

.cos-wrapper .ts-button h1 {
  font-weight: 500;
  margin-left: 20px;
  margin-bottom: 20px;
  color: black;
}

.cos-wrapper .ts-button p {
  margin-left: 20px;
}

/* institutions-section */
.cos-wrapper :root {
  --totalLogos: 1;
}

.cos-wrapper #slider2 .slides {
  display: flex;
  list-style: none;
  min-height: 100px;
  position: relative;

  max-width: calc(var(--totalLogos) * 200px * 2);
  animation: institutionsSlide2 35s linear infinite;
}

@keyframes institutionsSlide2 {
  100% {
    transform: translateX(calc(-200px * var(--totalLogos)));
  }
}

.cos-wrapper #slider2 .slides > li {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  width: 100%;
  max-width: 200px;
  padding: 20px;
  margin: 0;
}

/* categories-section */
.cos-wrapper .categories-section {
  display: flex;
  flex-direction: column;
  max-width: 1365px;
  margin: 0 auto;
  padding: 80px 10px;
  padding-bottom: 40px;
  width: 100%;
}

.cos-wrapper .categories-section h1 {
  max-width: 900px;
  align-self: center;
  text-align: center;
  margin-bottom: 80px;
}

.cos-wrapper .cs-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;

  gap: 10px;
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}

.cos-wrapper .cs-container .category-card {
  background-color: var(--light-purple);
  border-radius: 20px;
  max-width: 250px;
  gap: 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
  flex: 1 1 calc(20% - 10px);
}

.cos-wrapper .category-img {
  height: 100%;
  max-height: 250px;
}

.cos-wrapper .cs-content {
  display: flex;
  flex-direction: column;
  padding: 20px 25px 30px 25px;
  border-radius: 20px;
  align-content: space-between;
}

.cos-wrapper .cs-content > h5 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.cos-wrapper .cs-content > h2 {
  color: var(--black);
  text-align: center;
  margin-bottom: 20px;
}

.cos-wrapper .cs-content > p {
  margin-bottom: 10px;
}

/* subscription-plans */
.cos-wrapper .subscription-plans {
  display: flex;
  align-items: center;
  flex-flow: column;
  margin: 0 auto;
  width: 100%;
  max-width: 1325px;
  padding: 60px 40px;
}

.cos-wrapper .subscription-plans h1 {
  max-width: 900px;
  align-self: center;
  text-align: center;
  margin-bottom: 40px;
}

.cos-wrapper .subs-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  width: 100%;
}

.cos-wrapper .subscription-card {
  display: flex;
  flex-flow: column;
  align-items: start;
  max-width: 384px;
  margin: 0;
  margin-bottom: 30px;
  padding: 20px;
  padding-bottom: 30px;
  flex-shrink: 0;
}

.cos-wrapper .subscription-card .sp-title {
  display: flex;
  min-height: 151px;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  border-top: 1px solid var(--black);
  border-left: 1px solid var(--black);
  border-right: 1px solid var(--black);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: var(--light-green);
}

.cos-wrapper .subscription-card .sp-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid var(--black);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 20px 26px 38px 38px;
  flex: 1;
}

.cos-wrapper .sp-title h2 {
  font-size: 34px;
}

.cos-wrapper .sp-content h4 {
  text-align: center;
}

.cos-wrapper .sp-content > p {
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 40px;
  text-align: center;
}

.cos-wrapper .sp-content ul {
  list-style: none;
  align-self: start;
  margin-bottom: 40px;
}

.cos-wrapper .sp-content ul > li {
  left: 0;
  margin-bottom: 15px;
}

.cos-wrapper .sp-content ul > li > img {
  margin-right: 20px;
}

.cos-wrapper .sp-content button {
  font-weight: 400;
  min-height: 50px;
  min-width: 100%;
  justify-content: center;
  margin-top: auto;
}

.cos-wrapper .subscription-card .more-courses {
  font-size: 16px;
  font-weight: 500;
  color: var(--black);
  margin-top: 20px;
  padding-left: 50px;
  background-image: url(../img/icons/icono_flecha_black.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px 30px;
}

/* sponsors-section */
.cos-wrapper .sponsors-section {
  background-color: var(--light-grey);
  height: 100%;
  display: flex;
}

.cos-wrapper .sponsors-section .sp-container {
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  max-width: 1325px;
  padding: 70px 40px;
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.cos-wrapper .sp-brands {
  list-style: none;
}

/* .cos-wrapper .sp-brands > li > ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 30px;
  justify-items: center;
  list-style: none;
}

.cos-wrapper .sp-brands > li > ul > li {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
} */

.cos-wrapper .sp-info {
  justify-self: start;
  align-self: center;
}

.cos-wrapper .sp-info h1 {
  margin-bottom: 20px;
}

/* carousel */
.cos-wrapper .sponsors-jcarousel {
  overflow: hidden;
  position: relative;
  width: 47%;
  min-width: 583px;
}

.cos-wrapper .sponsors-jcarousel .sp-brands {
  width: 80000em;
  position: relative;
  list-style: none;
}

.cos-wrapper .sp-brands-li {
  float: left;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 583px;
  min-height: 272px;
  margin-right: calc(700px - 583px);
}

.cos-wrapper .sp-brands-li ul li {
  list-style: none;
}
.cos-wrapper .sp-brands-li ul li img {
  object-fit: contain;
  max-width: 100%;
}
/* institutions-comments */
.cos-wrapper .institutions-comments {
  background-color: var(--light-grey);
  min-height: 697px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 100px 20px 50px 20px;
}

.cos-wrapper .institutions-comments h1 {
  max-width: 600px;
  text-align: center;
}

.cos-wrapper .institutionsfadeIn {
  animation-delay: 1s;
  animation: commentsfadeIn 0.5s 0.4s backwards;
}

@keyframes institutionsfadeIn {
  0% {
    opacity: 0;
    transform: translateY(-20px) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.cos-wrapper .comments-container {
  height: 100%;
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
}

.cos-wrapper .comments-container {
  max-width: 1250px;
  width: 100%;
}

/* carousel */
.cos-wrapper .comments-jcarousel {
  overflow: hidden;
  position: relative;
}

.cos-wrapper .comments-jcarousel .comments-ul {
  width: 80000em;
  position: relative;
  list-style: none;
}

.cos-wrapper .institution-card {
  float: left;
  display: flex;
  min-height: 280px;
  max-width: 572px;
  width: 100%;
  margin-right: calc(1250px - 572px - 572px);
}

.cos-wrapper .bc-logo {
  width: 100%;
  max-width: 120px;
  margin-right: 30px;
}

.cos-wrapper .balloon-card {
  background-image: url("../img/icons/institution_balloon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;

  min-height: 274px;
  height: 100%;
  max-width: 572px;
  width: 100%;
  padding: 20px 35px 45px 30px;
}

.cos-wrapper .quote-icon {
  width: 40px;
  margin-bottom: 14px;
}

/* carousel controls */
.cos-wrapper .comments-jcarousel-control-prev:hover span,
.cos-wrapper .comments-jcarousel-control-next:hover span {
  display: block;
}
.cos-wrapper .comments-jcarousel-control-prev.inactive,
.cos-wrapper .comments-jcarousel-control-next.inactive {
  cursor: default;
}
.cos-wrapper .comments-jcarousel-control {
  width: 140px;
  display: flex;
  justify-content: space-between;
}
.cos-wrapper .comments-jcarousel-control img:hover {
  transform: scale(1.05);
}

/* contact-form */
.cos-wrapper .contact-form {
  margin: 0 auto;
  max-width: 1325px;
  padding: 70px 40px;
}

.cos-wrapper .cf-container {
  display: flex;
  justify-content: space-between;
}

.cos-wrapper .contact-form .cf-info {
  width: 35%;
  align-content: center;
}

.cos-wrapper .contact-form .cf-info h1 {
  margin-bottom: 20px;
}

.cos-wrapper .contact-form .cf-info img {
  margin-left: 15px;
  margin-bottom: 15px;
}

.cos-wrapper .contact-form .cf-data {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.cos-wrapper .contact-form form {
  display: flex;
  flex-direction: column;
  align-items: left;
  position: relative;
}

.cos-wrapper .contact-form input,
.cos-wrapper .contact-form select {
  border: 1px solid black;
  height: 60px;
  width: 100%;
  margin-bottom: 20px;
  margin-right: 0;
}

.cos-wrapper .contact-form select {
  border-radius: 5px;
  color: rgb(118, 118, 118);
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  padding: 10px;
}

.cos-wrapper .phone-input-container input,
.country-input-container input {
  position: relative;
}

.cos-wrapper .phone-input-container {
  display: flex;
  justify-content: center;
  position: relative;
  height: 60px;
  margin-bottom: 20px;
}

.cos-wrapper .phone-input-container > .jqcs_select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  left: 1px;
  top: 2px;
  width: 120px;
  z-index: 2;
  border: none;
}

.cos-wrapper .jqcs_select {
  border-radius: 5px;
  font-size: 18px;
  font-family: "Work Sans", sans-serif;
  height: 60px;
  margin-bottom: 20px;
  padding: 10px;
  padding-left: 0;
  width: 100%;
}

.cos-wrapper .jqcs_select .jqcs_value p.jqcs_placeholder {
  color: grey;
  padding-left: 10px !important;
  font-size: 18px;
}

.cos-wrapper .cf-data input[type="tel"] {
  flex: 1;
  height: 100%;
  padding-left: 130px;
}

.cos-wrapper .phone-input-container > .jqcs_options {
  top: 60px;
  max-width: 120px;
}

.cos-wrapper .country-input-container .jqcs_options {
  top: 380px;
}

.cos-wrapper .jqcs_options {
  position: absolute;
  background-color: #fff;
  border: 1px solid var(--light-grey) !important;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  color: grey;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.cos-wrapper .jqcs_option {
  background-size: 20px 20px !important;
  background-position: left 20px center;
  background-repeat: no-repeat;
  color: grey;
  display: flex;
  justify-content: left;
  padding: 5px;
  padding-left: 50px;
  font-weight: 400;
}

.cos-wrapper .jqcs_option:hover {
  width: 100%;
  color: #fff;
}

.cos-wrapper .jqcs_select .jqcs_option:hover {
  background-color: #fff !important;
  color: grey;
}

.cos-wrapper .jqcs_select .jqcs_arrow {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 20px center !important;
  background-position-x: 80% !important;
  background-position-y: 50% !important;
  background-repeat: no-repeat;
  right: 10px !important;
}

.cos-wrapper .jqcs_arrow {
  height: 40px !important;
}

.cos-wrapper .country-input-container .jqcs_arrow {
  background-image: url("../img/icons/icono_flecha_desplegable_black.svg") !important;
  background-size: 22px !important;
  width: 22px !important;
}

.cos-wrapper .phone-input-container .jqcs_arrow {
  background-image: url("../img/icons/icono_flecha_desplegable_grey.svg") !important;
  background-size: 13px !important;
  width: 13px !important;
}

.cos-wrapper .jqcs_value {
  padding: 0 !important;
  margin-top: 3px;
}

.cos-wrapper .checkbox-container {
  display: flex;
  margin-left: 30px;
  margin-bottom: 30px;
}

.cos-wrapper .checkbox-container label {
  display: flex;
}

.cos-wrapper .checkbox-container .cb-input {
  position: relative;
}

.cos-wrapper .cb-input {
  width: 100%;
  min-width: 20px;
  max-height: 20px;
  padding: 0;
}

.cos-wrapper .checkbox-container input {
  appearance: none;
  background-color: #fff;
  border: 1.5px solid var(--black);
  border-radius: 5px;
  cursor: pointer;
  margin-right: 15px;
  margin-bottom: 0;
}

/* mostrar y ocultar desplegables */
.cos-wrapper .jqcs_select .jqcs_options {
  display: none;
}

.cos-wrapper .jqcs_select.open .jqcs_options {
  display: block;
}

.cos-wrapper .checkbox-container input:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 70%;
  background-color: var(--black);
  border-radius: 2px;
}

.cos-wrapper .contact-form form > p {
  text-align: left;
}

.cos-wrapper .contact-form form button {
  min-height: 60px;
  max-width: 250px;
  width: 100%;
  justify-content: center;
  align-self: center;
  margin-top: 45px;
}

.cos-wrapper .custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../img/icons/icono_flecha_desplegable_black.svg");
  background-size: 22px;
  background-position: right center;
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 55%;
}
.ldr-module-title {
  text-align: center;
  padding: 30px 0;
}
