html {
  scroll-behavior: smooth;
}

/*body{padding:20px 20px 20px 20px; color:black;}*/

/*
  #brxe-zsklri .brxe-block{color: white;}
  #brxe-zsklri .brxe-block{display: flex; justify-content: flex-start;}
  #brxe-zsklri .brxe-block div{display: none;}
  #brxe-zsklri .brxe-block:hover{background-color: white; color: #f39200; justify-content: flex-end;}
  #brxe-zsklri .brxe-block:hover h2{display: none;}
  #brxe-zsklri .brxe-block:hover div{display: block;}
*/

.choices__list--dropdown,
.choices__list[aria-expanded] {
  word-break: initial !important;
}

.choices__list--dropdown .choices__item--selectable,
.choices__list[aria-expanded] .choices__item--selectable {
  padding-right: 0 !important;
}

.popup .choices[data-type*=select-one] .choices__input {
  border: 0;
}

#choices--colegio-item-choice-1 {
  color: #3c434a !important;
}

.popup {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}

.popup #cerrar-popup {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 20px;
  color: #8e1a7c;
  background-color: transparent;
  z-index: 2;
}

.popup-content {
  background-color: white;
  width: 90%;
  padding: 40px 40px 20px 40px;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(/carreras-universitarias/wp-content/uploads/2024/04/bg-mundo-diseno-form-v1.jpg);
  background-size: cover;
  background-position: center center;
}

.popup-content::after {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  border-radius: 10px;
  z-index: 1;
}

.popup-content .popup-in {
  position: relative;
  z-index: 2;
}

.popup-content .image {
  margin-bottom: 10px;
  margin-top: 0px;
}

.popup-content .popup-header {
  text-align: center;
}

.popup-content h2 {
  margin-top: 0;
  font-family: "Bebas Neue";
  font-weight: 200;
  color: #555554;
  font-size: 28px;
  line-height: 25px;
}

.popup-content h2 strong {
  font-weight: 200;
  color: #e5007f;
}

.popup-content .choices__inner {
  border-radius: 10px !important;
  width: 100%;
}

.popup-content .wpcf7-form-control {
  border-radius: 10px !important;
}

.popup-content input[type=submit] {
  margin-top: 10px;
  font-size: 20px !important;
  line-height: 35px !important;
  width: 100% !important;
  border-radius: 10px !important;
  background-color: #2D2D2B;
  text-align: center;
  color: white !important;
}

/*Modalidad admision*/

.forma_admision {
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
  margin-bottom: 10px;
}

.forma_admision>span {
  width: 50%;
  display: flex;
  row-gap: 10px;
}

.forma_admision label {
  display: flex;
}

.forma_admision label span {
  order: 1;
  color: white;
  font-weight: 300;
  font-size: 16px;
  line-height: 14px;
}

.forma_admision label input {
  margin-right: 5px;
}


.wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 8px;
  /* Espaciado entre el círculo y el texto */
}

.wpcf7-form-control.wpcf7-radio input[type="radio"] {
  appearance: none;
  min-width: 16px;
  height: 16px !important;
  border: 2px solid white;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  background-color: transparent;
  padding: 0;
}

.wpcf7-form-control.wpcf7-radio input[type="radio"]::before {
  content: "";
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.2s ease-in-out;
}

.wpcf7-form-control.wpcf7-radio input[type="radio"]:checked::before {
  transform: translate(-50%, -50%) scale(1);
}

.wpcf7-form-control.wpcf7-radio label {
  color: white;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

  /*Inspiramos*/
  .inspiramos .splide__slide {
    display: flex;
    justify-content: flex-start;
    width: calc(((100% + 20px) / 1) - 20px) !important;
    background-image: url("/carreras-universitarias/wp-content/uploads/2023/11/arrow-black-right-v1.svg");
    background-position: calc(100% - 20px) calc(50%);
    background-size: 20px;
    background-repeat: no-repeat;
    height: 220px !important;
  }

  .inspiramos .splide__slide>div {
    display: none;
  }

  .inspiramos .splide__slide.active {
    background-color: #16b09b;
    background-image: url("/carreras-universitarias/wp-content/uploads/2023/11/arrow-black-left-v1-1.svg");
    background-position: calc(100% - 20px) calc(100% - 20px);
    background-size: 20px;
    justify-content: flex-end;
  }

  .inspiramos .splide__slide.active>h2,
  .inspiramos .splide__slide.active>span {
    display: none;
  }

  .inspiramos .splide__slide.active>div {
    display: block;
  }

  /*Testimonios*/
  .testimonios .splide__slide {
    display: flex;
    justify-content: flex-start;
    width: calc(((70% + 20px) / 1) - 20px) !important;
    background-image: url("/carreras-universitarias/wp-content/uploads/2023/11/mas-open-white-v1.svg");
    background-position: calc(100% - 20px) calc(100% - 20px);
    background-size: 25px;
    background-repeat: no-repeat;
  }

  /*Aprendas diferente*/
  .aprendas-diferente .listening>div {
    background-image: url("/carreras-universitarias/wp-content/uploads/2023/11/mas-open-white-v1.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
    background-size: 16px;
  }

  .aprendas-diferente .listening.brx-open>div {
    background-image: url("/carreras-universitarias/wp-content/uploads/2023/11/menos-close-white-v1.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
  }

  #categoria-tab .tab-menu>div:nth-child(2) {
    background-color: #E5007F !important;
  }

  #categoria-tab .tab-menu>div:nth-child(3) {
    background-color: #16B09B !important;
  }

  #categoria-tab .tab-menu>div:nth-child(4) {
    background-color: #8E1A7C !important;
  }

  #categoria-tab .tab-content {
    padding: 0 !important;
    border: 0 !important;
  }

  #categoria-tab .tab-menu>div:nth-child(2).brx-open {
    border: 1px solid #E5007F !important;
    background-color: white !important;
    color: #E5007F;
    background-image: url("/carreras-universitarias/wp-content/uploads/2023/11/menos-close-pink-v1.svg") !important;
  }

  #categoria-tab .tab-menu>div:nth-child(3).brx-open {
    border: 1px solid #16B09B !important;
    background-color: white !important;
    color: #16B09B;
    background-image: url("/carreras-universitarias/wp-content/uploads/2023/11/menos-close-green-v1.svg") !important;
  }

  #categoria-tab .tab-menu>div:nth-child(4).brx-open {
    border: 1px solid #8E1A7C !important;
    background-color: white !important;
    color: #8E1A7C;
    background-image: url("/carreras-universitarias/wp-content/uploads/2023/11/menos-close-purple-v1.svg") !important;
  }

  #categoria-tab .tab-menu>div:nth-child(2),
  #categoria-tab .tab-menu>div:nth-child(3),
  #categoria-tab .tab-menu>div:nth-child(4) {
    background-image: url("/carreras-universitarias/wp-content/uploads/2023/11/mas-open-white-v1.svg");
    background-position: calc(100% - 20px) calc(50%);
    background-size: 16px;
    background-repeat: no-repeat;
  }

  /*Marquee infinito*/

  #marquee-container {
    position: relative;

    max-width: 100%;
    height: 200px;
    overflow-x: hidden;
  }

  #marquee-container .brxe-text p {
    position: absolute;
    top: 3px;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 150s linear infinite;
  }

  @keyframes marquee {
    from {
      transform: translateX(0);
    }

    to {
      transform: translateX(-50%);
    }
  }

  /*Slider intercambia con el mundo*/
  .slider-intercambia .splide__slide {
    width: calc(((70% + 20px) / 1) - 20px) !important;
  }


  /*Carreras nuevas efecto*/
  #categoria-carreras>div>div>div {
    background-image: url("/carreras-universitarias/wp-content/uploads/2023/11/mas-open-white-v1.svg");
    background-position: calc(100% - 20px) calc(50%);
    background-size: 16px;
    background-repeat: no-repeat;
  }

  #categoria-carreras>div .brx-open>div {
    background-image: url("/carreras-universitarias/wp-content/uploads/2023/11/menos-close-white-v1.svg");
    background-size: 14px;
  }

  /*
  .acordeon-mobile .carrera-nueva > div:nth-child(2){
    background-image: url("/carreras-universitarias/wp-content/uploads/2023/11/arrow-black-left-v1.svg");
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: center left;
    position: relative;
  }
  .acordeon-mobile > div:nth-child(4) .carrera-nueva > div:nth-child(2) {
    animation: moverElemento1 2s ease-in-out infinite;
  }

  .acordeon-mobile > div:nth-child(5) .carrera-nueva > div:nth-child(2) {
      animation: moverElemento2 2s ease-in-out infinite;
  }

  .acordeon-mobile > div:nth-child(6) .carrera-nueva > div:nth-child(2) {
      animation: moverElemento1 2s ease-in-out infinite;
  }*/

  /*Tab responsive Soluciona tus ideas*/
  #bt-arq-diseno,
  #bt-com-ciencias,
  #bt-neg-ingenieria {
    background-image: url(/carreras-universitarias/wp-content/uploads/2023/11/mas-open-white-v1.svg);
    background-position: calc(100% - 20px) calc(50%);
    background-size: 16px;
    background-repeat: no-repeat;
    cursor: pointer;
  }

  #bt-arq-diseno.open {
    background-image: url(/carreras-universitarias/wp-content/uploads/2023/11/menos-close-white-v1.svg);
  }

  #bt-com-ciencias.open {
    background-image: url(/carreras-universitarias/wp-content/uploads/2023/11/menos-close-white-v1.svg);
  }

  #bt-neg-ingenieria.open {
    background-image: url(/carreras-universitarias/wp-content/uploads/2023/11/menos-close-white-v1.svg);
  }

  .carrera-nueva>div:nth-child(1) {
    background-image: none;
    padding-top: 0px !important;
    padding-left: 0px;
    background-repeat: no-repeat;
    background-position: right 2px;
    left: -50px;
    top: 23px;
    position: absolute;
    z-index: 1;
    width: 75px;
    height: 25px;
    transform: rotateZ(-90deg);
    animation: itinera2 1s infinite;
    /*animation: moverElemento1 2s ease-in-out infinite;*/
  }

  @keyframes moverElemento1 {
    0% {
      transform: translateX(0);
    }

    50% {
      transform: translateX(10px);
    }

    100% {
      transform: translateX(0);
    }
  }

  @keyframes moverElemento2 {
    0% {
      transform: translateX(10px);
    }

    50% {
      transform: translateX(0px);
    }

    100% {
      transform: translateX(10px);
    }
  }

  /*
	.nuevo-mobile{
		animation: itinera2 1s infinite;
		color:#000000;
	}*/

  /*Punto verde footer*/
  @keyframes itinera2 {
    0% {
      opacity: 0;
    }

    50% {
      opacity: 0.9;
    }

    100% {
      opacity: 0;
    }
  }


  .bt-send input[type=submit]:hover {
    background-color: white;
    color: #05AC98;
  }

  #categoria-carreras .accordion-content-wrapper .accordion-title-wrapper div:nth-child(1) {
    color: black;
    letter-spacing: initial;
  }

  #categoria-carreras .accordion-content-wrapper .accordion-title-wrapper div:nth-child(2) {
    color: black;
    letter-spacing: initial;
    text-transform: initial !important
  }

  #categoria-carreras .accordion-content-wrapper .accordion-title-wrapper {
    position: relative;
    background-color: white;
    z-index: 2;
  }

  #categoria-carreras .accordion-content-wrapper .accordion-content-wrapper {
    top: -15px;
    position: relative;
  }

  /*Punto verde footer*/
  @keyframes itinera {
    0% {
      background-color: #16B09B;
    }

    50% {
      background-color: #ffffff;
      /* Color blanco */
    }

    100% {
      background-color: #16B09B;
    }
  }

  .punto-verde {
    position: relative;
  }

  .punto-verde::after {
    content: " ";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    position: absolute;
    bottom: 10px;
    left: 165px;
    animation: itinera 1s infinite;
  }

  #footer-fixed {
    display: none;
  }

  .footer-link a {
    color: black;
  }

  /*Tabs flechas*/
  .acc-comunicacion .accordion-title-wrapper,
  .acc-arquitectura .accordion-title-wrapper,
  .acc-diseno .accordion-title-wrapper,
  .acc-negocios .accordion-title-wrapper,
  .acc-ingenieria .accordion-title-wrapper,
  .acc-psicologia .accordion-title-wrapper {
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
    background-size: 10px;
  }

  .acc-comunicacion .accordion-title-wrapper,
  .acc-arquitectura .accordion-title-wrapper,
  .acc-diseno .accordion-title-wrapper,
  .acc-negocios .accordion-title-wrapper,
  .acc-ingenieria .accordion-title-wrapper,
  .acc-psicologia .accordion-title-wrapper {
    background-image: url("/carreras-universitarias/wp-content/uploads/2023/11/mas-open-black-v1.svg");
  }

  .acc-comunicacion .brx-open .accordion-title-wrapper {
    background-image: url("/carreras-universitarias/wp-content/uploads/2023/11/menos-close-green-v1.svg") !important;
    background-size: 12px !important;
  }

  .acc-comunicacion .brx-open .accordion-title-wrapper div {
    color: #16B09B !important;
  }

  .acc-psicologia .brx-open .accordion-title-wrapper {
    background-image: url("/carreras-universitarias/wp-content/uploads/2023/11/menos-close-green-v1.svg") !important;
    background-size: 12px !important;
  }

  .acc-psicologia .brx-open .accordion-title-wrapper div {
    color: #16B09B !important;
  }

  .acc-arquitectura .brx-open .accordion-title-wrapper {
    background-image: url("/carreras-universitarias/wp-content/uploads/2023/11/menos-close-pink-v1.svg") !important;
    background-size: 12px !important;
  }

  .acc-arquitectura .brx-open .accordion-title-wrapper div {
    color: #E5007F !important;
  }

  .acc-diseno .brx-open .accordion-title-wrapper {
    background-image: url("/carreras-universitarias/wp-content/uploads/2023/11/menos-close-pink-v1.svg") !important;
    background-size: 12px !important;
  }

  .acc-diseno .brx-open .accordion-title-wrapper div {
    color: #E5007F !important;
  }

  .acc-negocios .brx-open .accordion-title-wrapper {
    background-image: url("/carreras-universitarias/wp-content/uploads/2023/11/menos-close-purple-v1.svg") !important;
    background-size: 12px !important;
  }

  .acc-negocios .brx-open .accordion-title-wrapper div {
    color: #8E1A7C !important;
  }

  .acc-ingenieria .brx-open .accordion-title-wrapper {
    background-image: url("/carreras-universitarias/wp-content/uploads/2023/11/menos-close-purple-v1.svg") !important;
    background-size: 12px !important;
  }

  .acc-ingenieria .brx-open .accordion-title-wrapper div {
    color: #8E1A7C !important;
  }




  /*Espaciado de Paginación*/
  .splide__pagination .splide__pagination__page {
    margin: 4px !important;
  }


  /*Effect text h2 title*/
  .bg-txt-white p span {
    padding: 5px 10px 0px 5px;
    margin-bottom: 10px;
    background-color: white;
    color: #16b09b;
    display: block;
  }

  .bg-txt-white div {
    padding-left: 5px;
    display: inline-block;
  }


  /*Choices*/
  .choices__list--dropdown .choices__item--selectable.is-highlighted::after,
  .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
    content: " ";
  }

  .choices {
    outline: none !important;
    margin-bottom: 0;
  }

  .choices__placeholder {
    opacity: 9.9;
  }

  .choices__inner {
    padding: 0;
    min-height: 35px;
    border: 0 !important;
    background-color: white;
    border-radius: 10px;
    font-family: "Helvetica" !important;
    color: #E5007F;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 8px;
  }

  .choices__group {
    color: black;
  }

  .choices__list--dropdown .choices__item--selectable,
  .choices__list[aria-expanded] .choices__item--selectable {
    padding-left: 20px;
  }

  .choices__list--single {
    padding: 8px 16px 0px 14px
  }

  .choices__heading {
    color: black;
    font-weight: 700;
    font-size: 12px;
  }

  .choices__item {
    font-weight: 400;
    font-size: 12px;
  }

  .choices[data-type*=select-one]::after {
    top: 42% !important;
  }

  .choices__list--dropdown .choices__item,
  .choices__list[aria-expanded] .choices__item {
    font-size: 12px !important
  }

  #marquee-container .brxe-text p {
    animation: marquee 60s linear infinite;
  }


}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

  /*Helper*/
  .break-br br {
    display: none;
  }

  /*Tab responsive Soluciona tus ideas*/
  #bt-arq-diseno,
  #bt-com-ciencias,
  #bt-neg-ingenieria {
    background-image: url(/carreras-universitarias/wp-content/uploads/2023/11/mas-open-white-v1.svg);
    background-position: calc(100% - 20px) calc(50%);
    background-size: 16px;
    background-repeat: no-repeat;
  }

  #bt-arq-diseno.open {
    background-image: url(/carreras-universitarias/wp-content/uploads/2023/11/menos-close-pink-v1.svg);
    background-color: white;
    color: #e5007f;
    border: 1px solid #e5007f;
  }

  #bt-com-ciencias.open {
    background-image: url(/carreras-universitarias/wp-content/uploads/2023/11/menos-close-green-v1.svg);
    background-color: white;
    color: #16b09b;
    border: 1px solid #16b09b;
  }

  #bt-neg-ingenieria.open {
    background-image: url(/carreras-universitarias/wp-content/uploads/2023/11/menos-close-purple-v1.svg);
    background-color: white;
    color: #8e1a7c;
    border: 1px solid #8e1a7c;
  }

  .carrera-nueva>div:nth-child(1) {
    background-image: url("/carreras-universitarias/wp-content/uploads/2023/11/arrow-right-black-v1.svg");
    left: -95px;
    top: 35px;
    transform: rotateZ(0deg);
  }

  .acc-negocios>div:nth-child(2)>div:nth-child(1),
  .acc-negocios>div:nth-child(4)>div:nth-child(1),
  .acc-comunicacion>div:nth-child(4)>div:nth-child(1) {
    animation: moverElemento1 2s ease-in-out infinite;
  }

  .acc-negocios>div:nth-child(3)>div:nth-child(1),
  .acc-negocios>div:nth-child(5)>div:nth-child(1) {
    animation: moverElemento1 2s ease-in-out infinite;
  }

  @keyframes moverElemento1 {
    0% {
      transform: translateX(0);
    }

    50% {
      transform: translateX(10px);
    }

    100% {
      transform: translateX(0);
    }
  }

  @keyframes moverElemento2 {
    0% {
      transform: translateX(10px);
    }

    50% {
      transform: translateX(0px);
    }

    100% {
      transform: translateX(10px);
    }
  }

  #categoria-tab .tab-title.brx-open>div {
    border-top: 3px solid white;
    border-bottom: 3px solid white;
    padding: 4px 0 4px 0;
    font-weight: 700;
  }

  #categoria-tab .accordion-title-wrapper {
    padding: 15px 0 15px 50px;
  }

  #categoria-tab .accordion-content-wrapper {
    padding: 30px 20px 20px 20px !important;
  }

  #categoria-tab .tab-pane {
    width: 720px;
    margin-left: auto;
    margin-right: auto;
  }



  .inspiramos .splide__list {
    display: block;
    text-align: center;
  }

  .inspiramos .splide__slide {
    width: 265px !important;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin-bottom: 10px;
    background-size: 16px;
    background-position: calc(100% - 20px) calc(50%);
    cursor: pointer;
  }

  .inspiramos .splide__slide.active {
    /*justify-content: initial;*/
  }

  .inspiramos .splide__slide.active div {
    /*position: absolute; top: 0px; left: 0; padding: 20px;*/
  }

  .inspiramos .splide__pagination {
    display: none;
  }

  .inspiramos .splide__slide {
    height: 180px !important
  }


  #marquee-container .brxe-text p {
    top: 10px;
  }

  /*Slider intercambia con el mundo*/
  .slider-intercambia .splide__slide {
    width: calc(((100% + 20px) / 4) - 20px) !important;
  }

  .slider-intercambia .splide__pagination {
    display: none;
  }

  .punto-verde::after {
    bottom: 17px;
    left: 307px;
  }

  /*Tabs flechas*/
  /*
  .acc-comunicacion .accordion-title-wrapper, .acc-arquitectura .accordion-title-wrapper{
    background-position: calc(100% - 40px) center;
    background-size: 20px;
  }*/

  .acc-comunicacion .accordion-title-wrapper,
  .acc-arquitectura .accordion-title-wrapper,
  .acc-diseno .accordion-title-wrapper,
  .acc-negocios .accordion-title-wrapper,
  .acc-ingenieria .accordion-title-wrapper,
  .acc-psicologia .accordion-title-wrapper {
    background-position: calc(100% - 40px) center;
    background-size: 16px;
  }

  /*Custom Checkbox*/
  .politicas label {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-size: 13px;
  }

  /*Choices*/
  .choices__inner {
    font-size: 15px;
  }

  .choices__list--single {
    padding: 7px 16px 0px 15px
  }

  .choices__heading {
    font-size: 14px;
    font-family: 'helvetica';
  }

  .choices__item {
    font-size: 15px;
  }

  /*Testimonios*/
  .testimonios .splide__slide {
    display: flex;
    justify-content: flex-start;
    width: calc(((100% + 20px) / 5) - 20px) !important;
    background-image: url("/carreras-universitarias/wp-content/uploads/2023/11/mas-open-white-v1.svg");
    background-position: calc(100% - 20px) calc(100% - 20px);
    background-size: 25px;
    background-repeat: no-repeat;
  }

  .just-validate-error-label {
    font-size: 12px !important;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {}