.bg-image-agend-container {
  display: flex;
  justify-content: center;
  margin: 0px;
  align-items: center;
  padding: 0px;
}

.fixed-imagen {
  height: 88vh;
}

.box-title-cem {
  display: flex;
  justify-content: center;
  align-items: center;
}

.title-cem-fixed {
  position: absolute;
}

.title-cem-fixed h1 {
  font-family: 'Catamaran';
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 47px;
  color: #FFFFFF;

}

.line-title-cem {
  height: 4px;
  width: 70px;
  background-color: #307FE2;
}

.box-agenda {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}


.box-btn-agend {
  border-bottom: 2px solid rgba(55, 55, 55, 0.1);
  width: 70%;
}

.btn-cem-new {
  border-radius: 8px 8px 0px 0px;
  background: #fff;
  font-family: 'Catamaran';
  font-style: normal;
  width: auto;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: rgba(55, 55, 55, 0.4);
}

.btnActive {
  background: #307FE2 !important;
  box-shadow: 0px -2px 30px rgb(203 203 203 / 40%);
  border-radius: 8px 8px 0px 0px;
  font-family: 'Catamaran';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  width: auto;
  line-height: 24px;
  color: #FFFFFF !important;
}

.title-agend-cem {
  font-family: 'Catamaran';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  display: flex;
  align-items: center;
  color: rgba(55, 55, 55, 0.8);
}

.form-agend {
  gap: 10px;
  width: 322px;
  height: 41px;
  border: 1px solid rgba(55, 55, 55, 0.1);
  border-radius: 8px;
}

.btn-agend {
  background: #307FE2;
  box-shadow: 2px 2px 10px rgb(203 203 203 / 40%);
  border-radius: 8px;
  color: #fff !important;
  font-family: 'Catamaran';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  line-height: 21px;
  margin: 20px 0px;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 2px 10px rgb(203 203 203 / 40%);
  border-radius: 8px;
}

.fixed-imagen-mobile {
  display: none;
}

.mybread {
  background-color: #F4F4F4;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.span-bread {
  opacity: 0.9;
  font-family: "Catamaran";
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem !important;
  line-height: 24px;
  color: #787878;
}

.my-bread-link {
  font-family: "Catamaran";
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem !important;
  line-height: 24px;
  color: #787878;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.my-bread-separation {
  margin-left: 10px;
  margin-right: 10px;
}

.my-bread-active {
  font-family: "Catamaran";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #787878;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 575.98px) {

  .box-title-cem {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .btn-cem-new:hover {
    color: #212529;
  }

  .title-cem-fixed h1 {
    font-family: 'Catamaran';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
  }

  .title-cem-fixed {
    position: absolute;
    margin-left: 20px;
  }


  .fixed-imagen-mobile {
    display: block;
  }

  .box-btn-agend {
    border-bottom: 2px solid rgba(55, 55, 55, 0.1);
    width: 100%;
  }

  .fixed-imagen {
    display: none;
  }

  .btnActive {
    background: #307FE2 !important;
    box-shadow: 0px -2px 30px rgb(203 203 203 / 40%);
    border-radius: 8px 8px 0px 0px;
    font-family: 'Catamaran';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    width: 100%;
    line-height: 16px;
    color: #FFFFFF;
  }

  .form-agend {
    gap: 10px;
    width: 100%;
    height: 41px;
    border: 1px solid rgba(55, 55, 55, 0.1);
    border-radius: 8px;
  }

  .btn {
    padding: 10px;
  }

  .btn-cem-new {
    font-size: 15px;
  }

  .title-agend-cem {
    font-family: 'Catamaran';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    display: flex;
    text-align: left;
    align-items: flex-start;
    color: rgba(55, 55, 55, 0.8);
  }

  .box-agenda {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .box-btn-agend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    flex-direction: column;
    margin-top: 0px;
  }

  .btn-agend {
    background: #307FE2;
    box-shadow: 2px 2px 10px rgb(203 203 203 / 40%);
    border-radius: 8px;
    color: #fff !important;
    font-family: 'Catamaran';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    width: 100%;
    line-height: 21px;
    margin: 20px 0px;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 10px rgb(203 203 203 / 40%);
    border-radius: 8px;
  }

  .btn-cem-new {
    -webkit-box-shadow: 2px 2px 10px rgba(203, 203, 203, 0.4);
    box-shadow: 2px 2px 10px rgba(203, 203, 203, 0.4);
    border-radius: 8px;
    font-family: "Catamaran";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    width: 100%;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #373737;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 575.98px) and (max-width: 768px) {

  .box-title-cem {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .btn-cem-new:hover {
    color: #212529;
  }

  .title-cem-fixed h1 {
    font-family: 'Catamaran';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 39px;
    color: #FFFFFF;
  }

  .title-cem-fixed {
    position: absolute;
    margin-left: 20px;
  }


  .fixed-imagen-mobile {
    display: block;
  }

  .box-btn-agend {
    border-bottom: 2px solid rgba(55, 55, 55, 0.1);
    width: 100%;
  }

  .fixed-imagen {
    display: none;
  }

  .btnActive {
    background: #307FE2 !important;
    box-shadow: 0px -2px 30px rgb(203 203 203 / 40%);
    border-radius: 8px 8px 0px 0px;
    font-family: 'Catamaran';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    width: auto;
    line-height: 16px;
    color: #FFFFFF;
  }

  .btn {
    padding: 10px;
  }

  .btn-cem-new {
    font-size: 15px;
  }

  .title-agend-cem {
    font-family: 'Catamaran';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    display: flex;
    text-align: left;
    align-items: flex-start;
    color: rgba(55, 55, 55, 0.8);
  }

  .box-agenda {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 30px;
  }

}



@media (min-width: 768px) and (max-width: 992px) {

  .box-title-cem {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .btn-cem-new:hover {
    color: #212529;
  }

  .title-cem-fixed h1 {
    font-family: 'Catamaran';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 39px;
    color: #FFFFFF;
  }

  .title-cem-fixed {
    position: absolute;
    margin-left: 20px;
  }


  .fixed-imagen-mobile {
    display: none;
  }

  .box-btn-agend {
    border-bottom: 2px solid rgba(55, 55, 55, 0.1);
    width: 100%;
  }

  .fixed-imagen {
    display: block;
    height: auto;
  }

  .btnActive {
    background: #307FE2 !important;
    box-shadow: 0px -2px 30px rgb(203 203 203 / 40%);
    border-radius: 8px 8px 0px 0px;
    font-family: 'Catamaran';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    width: auto;
    line-height: 16px;
    color: #FFFFFF;
  }

  .btn {
    padding: 10px;
  }

  .btn-cem-new {
    font-size: 15px;
  }

  .title-agend-cem {
    font-family: 'Catamaran';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    display: flex;
    text-align: left;
    align-items: flex-start;
    color: rgba(55, 55, 55, 0.8);
  }

  .box-agenda {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .form-agend {
    gap: 10px;
    width: 204px;
    height: 41px;
    border: 1px solid rgba(55, 55, 55, 0.1);
    border-radius: 8px;
  }

  .box-btn-agend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
}



@media (min-width: 768px) and (max-width: 1200px) {


  .box-title-cem {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .btn-cem-new:hover {
    color: #212529;
  }

  .title-cem-fixed h1 {
    font-family: 'Catamaran';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 39px;
    color: #FFFFFF;
  }

  .title-cem-fixed {
    position: absolute;
    margin-left: 20px;
  }

  .text-input-agend {
    font-family: "Catamaran";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    text-align: left;
    color: #373737;
  }


  .fixed-imagen-mobile {
    display: none;
  }

  .box-btn-agend {
    border-bottom: 2px solid rgba(55, 55, 55, 0.1);
    width: 100%;
  }

  .fixed-imagen {
    display: block;
    height: auto;
  }

  .btnActive {
    background: #307FE2 !important;
    box-shadow: 0px -2px 30px rgb(203 203 203 / 40%);
    border-radius: 8px 8px 0px 0px;
    font-family: 'Catamaran';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    width: auto;
    line-height: 16px;
    color: #FFFFFF;
  }

  .btn {
    padding: 10px;
  }

  .btn-cem-new {
    font-size: 14px;
  }

  .title-agend-cem {
    font-family: 'Catamaran';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    display: flex;
    text-align: left;
    align-items: flex-start;
    color: rgba(55, 55, 55, 0.8);
  }

  .box-agenda {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .form-agend {
    gap: 10px;
    width: 204px;
    height: 41px;
    border: 1px solid rgba(55, 55, 55, 0.1);
    border-radius: 8px;
  }
}


@media (min-width: 768px) and (max-width: 1400px) {


  .box-title-cem {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .btn-cem-new:hover {
    color: #212529;
  }

  .title-cem-fixed h1 {
    font-family: 'Catamaran';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 39px;
    color: #FFFFFF;
  }

  .title-cem-fixed {
    position: absolute;
    margin-left: 20px;
  }

  .text-input-agend {
    font-family: "Catamaran";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    text-align: left;
    color: #373737;
  }


  .fixed-imagen-mobile {
    display: none;
  }

  .box-btn-agend {
    border-bottom: 2px solid rgba(55, 55, 55, 0.1);
    width: 100%;
  }

  .fixed-imagen {
    display: block;
    height: auto;
  }

  .btnActive {
    background: #307FE2 !important;
    box-shadow: 0px -2px 30px rgb(203 203 203 / 40%);
    border-radius: 8px 8px 0px 0px;
    font-family: 'Catamaran';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    width: auto;
    line-height: 16px;
    color: #FFFFFF;
  }

  .btn {
    padding: 10px;
  }

  .btn-cem-new {
    font-size: 15px;
  }

  .title-agend-cem {
    font-family: 'Catamaran';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    display: flex;
    text-align: left;
    align-items: flex-start;
    color: rgba(55, 55, 55, 0.8);
  }

  .box-agenda {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .form-agend {
    gap: 10px;
    width: 230px;
    height: 41px;
    border: 1px solid rgba(55, 55, 55, 0.1);
    border-radius: 8px;
  }
}

@media (min-width: 1400px) and (max-width: 1772px) {


  .box-title-cem {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .btn-cem-new:hover {
    color: #212529;
  }

  .title-cem-fixed h1 {
    font-family: 'Catamaran';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 39px;
    color: #FFFFFF;
  }

  .title-cem-fixed {
    position: absolute;
    margin-left: 20px;
  }

  .text-input-agend {
    font-family: "Catamaran";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    text-align: left;
    color: #373737;
  }


  .fixed-imagen-mobile {
    display: none;
  }

  .box-btn-agend {
    border-bottom: 2px solid rgba(55, 55, 55, 0.1);
    width: 100%;
  }

  .fixed-imagen {
    display: block;
    height: 88vh;
  }

  .btnActive {
    background: #307FE2 !important;
    box-shadow: 0px -2px 30px rgb(203 203 203 / 40%);
    border-radius: 8px 8px 0px 0px;
    font-family: 'Catamaran';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    width: auto;
    line-height: 16px;
    color: #FFFFFF;
  }

  .btn {
    padding: 10px;
  }

  .btn-cem-new {
    font-size: 15px;
  }

  .title-agend-cem {
    font-family: 'Catamaran';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    display: flex;
    text-align: left;
    align-items: flex-start;
    color: rgba(55, 55, 55, 0.8);
  }

  .box-agenda {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .form-agend {
    gap: 10px;
    width: 250px;
    height: 41px;
    border: 1px solid rgba(55, 55, 55, 0.1);
    border-radius: 8px;
  }
}


.btn-cem-new {
  font-size: 15px;
}