@font-face {
  font-family: "Urbanist-Black";
  src: url("webfont/Urbanist-Black.woff2") format("woff2"),
    url("webfont/Urbanist-Black.woff") format("woff");
}

@font-face {
  font-family: "Urbanist-Bold";
  src: url("webfont/Urbanist-Bold.woff2") format("woff2"),
    url("webfont/Urbanist-Bold.woff") format("woff");
}

@font-face {
  font-family: "Urbanist-ExtraBold";
  src: url("webfont/Urbanist-ExtraBold.woff2") format("woff2"),
    url("webfont/Urbanist-ExtraBold.woff") format("woff");
}

@font-face {
  font-family: "Urbanist-Light";
  src: url("webfont/Urbanist-Light.woff2") format("woff2"),
    url("webfont/Urbanist-Light.woff") format("woff");
}

@font-face {
  font-family: "Urbanist-Medium";
  src: url("webfont/Urbanist-Medium.woff2") format("woff2"),
    url("webfont/Urbanist-Medium.woff") format("woff");
}

@font-face {
  font-family: "Urbanist-Regular";
  src: url("webfont/Urbanist-Regular.woff2") format("woff2"),
    url("webfont/Urbanist-Regular.woff") format("woff");
}

@font-face {
  font-family: "Urbanist-SemiBold";
  src: url("webfont/Urbanist-SemiBold.woff2") format("woff2"),
    url("webfont/Urbanist-SemiBold.woff") format("woff");
}

@font-face {
  font-family: "Urbanist-Thin";
  src: url("webfont/Urbanist-Thin.woff2") format("woff2"),
    url("webfont/Urbanist-Thin.woff") format("woff");
}

.ff-Urbanist {
  font-family: "Urbanist-Regular";
}

.ff-Urbanist-xb {
  font-family: "Urbanist-ExtraBold";
}

.ff-Urbanist-b {
  font-family: "Urbanist-Bold";
}

.ff-Urbanist-bl {
  font-family: "Urbanist-Black";
}

.ff-Urbanist-l {
  font-family: "Urbanist-Light";
}

.ff-Urbanist-m {
  font-family: "Urbanist-Medium";
}

.ff-Urbanist-sb {
  font-family: "Urbanist-SemiBold";
}

.ff-Urbanist-t {
  font-family: "Urbanist-Thin";
}

/* */

.position-inherit {
  position: inherit;
}

.text-justify {
  text-align: justify;
}

/* */

header .navbar {
  background: rgba(19, 87, 213, .95);
  box-shadow: rgba(0, 0, 0, .35) 0px 5px 15px;
  background: rgba(19, 87, 213, .95);
  box-shadow: rgba(0, 0, 0, .35) 0px 5px 15px;
  padding-bottom: 20px !important;
  position: absolute;
  transition: .5s;
  width: 100%;
  z-index: 10 !important;
  height: 130px;
}

header .navbar.fixed-top {
  box-shadow: unset;
  position: fixed;
  top: -115px;
  z-index: 1030 !important;
}

header .navbar:hover,
header .navbar.fixed-top.mt-0 {
  top: 0;
}

header .navbar-brand {
  width: 111px;
  z-index: 4 !important;
}

header .navbar-toggler {
  border: unset;
  border-radius: 360px;
  height: 40px;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 40px;
  z-index: 4;
}

header .navbar-toggler:focus {
  box-shadow: none;
}

header .navbar-toggler-icon {
  background-color: #fff;
  background-image: none;
  left: 5px;
  position: absolute;
  top: 4px;
  mask: var(--bs-navbar-toggler-icon-bg);
  -webkit-mask: var(--bs-navbar-toggler-icon-bg);
}

#navbar_cedvirtual {
  background: rgba(19, 87, 213, .95);
  background: rgba(19, 87, 213, .95);
  height: 100%;
  left: 0;
  padding-top: 161px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 3;
}

#navbar_cedvirtual .navbar-nav {
  font-size: 19px;
}

#navbar_cedvirtual .nav-link {
  color: #fff;
}

#navbar_cedvirtual .nav-link.active {
  color: #938e79;
}

.portal-btn-container {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.small-buttons {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.small-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  width: 40px;
  height: 40px;
  padding: 8px;
}

.small-btn:hover {
  background-color: #e9ecef;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.small-btn img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.toggle-small-buttons {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid transparent;
  background-color: #1576EF;
  cursor: pointer;
  transition: all 0.3s ease;
  position: absolute;
}

.toggle-small-buttons:hover {
  background-color: #083B9A;
}

.toggle-small-buttons i {
  font-size: 1.2rem;
  color: #ffffff;
}

.toggle-small-buttons.active i {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}

.small-buttons-dropdown {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  background-color: transparent;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 0.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1000;
  min-width: 40px;
}

.small-buttons-dropdown.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  background-color: white;
}

.small-btn.has-bg {
  background-color: white;
}

.small-buttons-dropdown.active .small-btn {
  background-color: #f8f9fa;
}

.small-buttons-dropdown.active .small-btn:hover {
  background-color: #e9ecef;
}

.small-buttons-dropdown .small-btn {
  width: 100%;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
}

.btn-option {
  filter: invert(1) sepia(1) saturate(1000%) hue-rotate(0deg);
  transition: transform 0.3s ease, filter 0.3s ease;
  width: 20px;
  height: 20px;
}

.btn-option.open {
  transform: rotate(90deg);
}

.custom-toggler .toggler-icon {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.4s ease;
  position: relative;
}

.custom-toggler.active .toggler-icon:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.custom-toggler.active .toggler-icon:nth-child(2) {
  opacity: 0;
}

.custom-toggler.active .toggler-icon:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

.dropdown-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 999;
  display: none;
}

.dropdown-overlay.active {
  display: block;
}


@media (min-width: 320px) {
  .navbar-collapse {
    background-color: rgba(0, 0, 0, 0.15) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 1rem;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
  }

  .navbar-collapse.show {
    max-height: 10000px;
    opacity: 1;
  }

  header .navbar form.input-group {
    position: absolute;
    right: 65px;
    top: 15px;
    width: auto;
    z-index: 20;
  }

  .icons-navbar {
    width: auto !important;
  }

  .small-buttons {
    display: flex;
    gap: 0.3rem;
  }

  .toggle-small-buttons {
    display: none;
  }

  .navbar-text {
    position: absolute;
    right: 15px;
    top: 65px;
    width: auto;
    z-index: 10 !important;
    right: 1px;
  }

  .topbar-btn {
    font-size: 13px;
  }

  .topbar-btn .btn {
    background-color: #155fe6;
    padding: 0.4rem 0.8rem;
    font-size: 13px;
    white-space: nowrap;
  }

  .dropdown-overlay.active {
    display: none;
  }
}

@media (min-width: 576px) {
  header .navbar {
    padding-bottom: 0px !important;
  }

  header .navbar.fixed-top {
    top: -122px;
  }

  header .navbar-brand {
    width: 151px;
  }

  header .navbar-toggler {
    top: 20px;
    right: 15px;
  }

  .navbar-text {
    position: absolute;
    right: 65px;
    top: 20px;
    width: auto;
  }

  .topbar-btn .btn {
    font-size: 14px;
    padding: 0.5rem 1rem;
    height: 40px;
    display: flex;
    align-items: center;
  }

  .small-buttons {
    display: flex !important;
    gap: 0.5rem;
    margin-right: 20px;
  }

  .toggle-small-buttons {
    display: none !important;
  }

  .small-buttons-dropdown {
    display: none !important;
  }

  header .navbar form.input-group {
    position: absolute;
    right: calc(65px + 200px + 10px);
    top: 30px;
    width: auto;
    z-index: 20;
  }
}

@media (min-width: 768px) {
  header .navbar {
    height: 140px;
  }

  header .navbar.fixed-top {
    top: -128px;
  }

  header .navbar-brand {
    width: 161px;
  }

  header .navbar-toggler {
    top: 20px;
    right: 15px;
  }

  .navbar-text {
    position: absolute;
    right: 65px;
    top: 20px;
  }

  .topbar-btn .btn {
    font-size: 15px;
    height: 40px;
    display: flex;
    align-items: center;
  }

  .small-buttons {
    display: flex !important;
    gap: 0.5rem;
    margin-top: 8px;
    margin-right: 20px;
  }

  .toggle-small-buttons {
    display: none !important;
  }

  .small-buttons-dropdown {
    display: none !important;
  }

  header .navbar form.input-group {
    position: absolute;
    right: calc(65px + 215px + 10px);
    top: 20px;
    width: auto;
  }

  .dropdown-overlay.active {
    display: none;
  }
}

@media (min-width: 992px) {
  header .navbar {
    height: 150px;
  }

  header .navbar.fixed-top {
    top: -136px;
  }

  header .navbar-brand {
    width: 171px;
  }

  header .navbar-toggler {
    top: 20px;
    right: 15px;
  }

  .navbar-text {
    position: absolute;
    right: 65px;
    top: 20px;
  }

  .topbar-btn .btn {
    font-size: 16px;
    height: 40px;
    display: flex;
    align-items: center;
  }

  .small-buttons {
    display: flex !important;
    gap: 0.5rem;
  }

  .toggle-small-buttons {
    display: none !important;
  }

  .small-buttons-dropdown {
    display: none !important;
  }

  header .navbar form.input-group {
    position: absolute;
    right: calc(65px + 245px + 10px);
    top: 20px;
    width: auto;
  }
}

@media (min-width: 1200px) {
  header .navbar.fixed-top {
    top: -128px;
  }

  header .navbar-brand {
    margin-right: 0;
    width: 161px;
  }

  header .navbar-toggler,
  .custom-toggler {
    display: none !important;
  }

  .navbar-collapse {
    display: flex !important;
    background-color: transparent !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    padding: 0;
    max-height: none;
    opacity: 1;
  }

  header .navbar-toggler,
  .custom-toggler {
    display: none !important;
  }

  .navbar-collapse {
    display: flex !important;
    background-color: transparent !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    padding: 0;
    max-height: none;
    opacity: 1;
  }

  #navbar_cedvirtual {
    background: unset;
    height: unset;
    padding: unset;
    position: unset;
    width: unset;
  }

  #navbar_cedvirtual .nav-link {
    font-size: 17px;
  }

  .navbar-text {
    position: absolute;
    right: 15px;
    top: 31px;
    font-size: 17px;
    height: 69px;
    width: 188px;
  }

  .topbar-btn .btn {
    white-space: normal;
    line-height: 1.3;
    text-align: center;
    max-width: 188px;
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }

  .navbar-text {
    position: absolute;
    right: 15px;
    top: 31px;
    font-size: 17px;
    height: 69px;
    width: 188px;
  }

  .topbar-btn .btn {
    white-space: normal;
    line-height: 1.3;
    text-align: center;
    max-width: 188px;
  }

  header .navbar form.input-group {
    position: absolute;
    right: 214px;
    top: 54px;
    width: 100px;
  }

  header .navbar form.input-group .ico img {
    width: 25px;
  }

  header .navbar form.input-group .ico img {
    width: 25px;
  }

  .small-buttons {
    display: flex;
    margin-top: -8px;
    margin-right: -10px;
  }

  .toggle-small-buttons {
    display: none;
  }

  .small-buttons-dropdown {
    display: none;
  }
}

@media (min-width: 1400px) {
  header .navbar.fixed-top {
    top: -138px;
  }

  header .navbar-brand {
    width: 175px;
  }

  .navbar-text {
    top: 35px;
    right: 15px;
  }

  header .navbar form.input-group {
    top: 57px;
    right: 214px;
    right: 214px;
    width: 111px;
  }

  header .navbar form.input-group .ico {
    width: 27px;
  }

  header .navbar form.input-group .ico img {
    width: 27px;
  }
}

/* */

.redes-sociales {
  z-index: 7 !important ;
}

/* */

main {
  overflow-x: hidden;
}

/* */

footer {
  font-size: 19px;
}

footer::before {
  background: url('img/footer.png');
  background-size: 100%;
  content: "";
  display: block;
  height: 35px;
  width: 100%;
}

footer .container-fluid {
  background: #1357d5;
}

footer .Umg-cedvirtual img {
  height: 111px;
}

footer h5 {
  font-size: 29px;
}

@media (min-width: 576px) {

  footer {
    font-size: 21px;
  }

  footer::before {
    height: 59px;
  }

  footer .Umg-cedvirtual img {
    height: 123px;
  }

  footer h5 {
    font-size: 32px;
  }

  footer .row.info {
    font-size: 25px;
    font-size: 25px;
  }

}

@media (min-width: 768px) {

  footer {
    font-size: 21px;
  }

  footer::before {
    height: 59px;
  }

  footer .Umg-cedvirtual img {
    height: 132px;
  }


}

@media (min-width: 992px) {

  footer::before {
    height: 76px;
  }

  footer h5 {
    font-size: 24px;
  }

  footer h5.CEDvirtual {
    font-size: 33px;
  }

  footer .Umg-cedvirtual img {
    height: 101px;
  }

  footer .row.info {
    font-size: 28px;
    font-size: 28px;
  }

}

@media (min-width: 1200px) {

  footer::before {
    background-size: cover;
    height: 93px;
  }

  footer h5.CEDvirtual {
    font-size: 43px;
  }

  footer .Umg-cedvirtual img {
    height: 123px;
  }

}

@media (min-width: 1400px) {

  footer::before {
    height: 118px;
  }

  footer .Umg-cedvirtual {
    text-align: right;
  }

  footer .Umg-cedvirtual img {
    height: 121px;
  }

}