@font-face {
  font-family: "Golden-Stanbury";
  src: url("../../fonts/Golden-Stanbury.ttf");
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");
body {
  font-family: "Poppins", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_margin {
  margin: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
}

.heading_container h2 span {
  color: #7335b7;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area,  .hero_area_col{
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1vw 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image:  url("https://q-seminario-atc.s3.us-east-1.amazonaws.com/static/lib/images/atc_2026_b.gif");
  background-position: center;
  background-size: cover; /*100% 100%;*/
  width: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}


.hero_area_col{
  background-image:  url("../../images/agentes_bogota_bg.png");
}

.indexAtc{
  height: 145vh;
}

.indexAtcCol{
  height: 125vh;
}

.registroAtc{
  height: 190vh;
}

.countAtc{
  height: 185vh;
}

@media (max-width: 992px) {
  .indexAtc, .indexAtcCol{
    height: 158vh;
  }

  .registroAtc{
    height: 1950px;
  }

  .countAtc{
    height: 195vh;
  } 
}

@media screen and (max-width: 930px) {
  .countAtc{
    height: 175vh;
  }
}


@media screen and (max-width: 768px) {
  .indexAtc, .indexAtcCol{
    height: 225vh;
  }

  .registroAtc{
    height: 1950px;
  }
  
  .countAtc{
    height: 270vh;
  }  
}

@media screen and (max-width: 556px) {
  .indexAtc, .indexAtcCol{
    height: 235vh;
  }
}

@media screen and (max-width: 430px) {
  .indexAtc {
    height: 230vh;
  }

  .indexAtcCol{
    height: 180vh;
  }
}

.curvesDesayune{
  animation: rotate 10s linear infinite;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-image: url("../../images/.png");
}

@keyframes rotate {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}


@media screen and (max-width: 768px) {
  .hero_area, .hero_area_col {
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image:  url("https://q-seminario-atc.s3.us-east-1.amazonaws.com/static/lib/images/atc_2026_b.gif");
}


  .hero_area_col{
    background-image: url("../../images/agentes_colombia_mv.png");
    background-size: cover;
  }
}

.indexSquare {
  background-color: #951a81;
  border: 10px solid #fff;
  border-bottom: none;
  padding-bottom: 3rem;
}

.sub_page .hero_area {
  min-height: auto;
}

.sub_page .hero_area_col {
  min-height: auto;
}
.header_section {
  padding: 15px 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand span {
  font-weight: bold;
  color: #ffffff;
  font-size: 24px;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 25px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #000000;
  background-color: #ffffff;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
          transform: none;
}

.quote_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quote_btn-container a {
  color: #000000;
  text-transform: uppercase;
}

.quote_btn-container a span {
  margin-left: 5px;
}

.quote_btn-container a:hover {
  color: #f8842b;
}

.quote_btn-container .quote_btn {
  display: inline-block;
  padding: 5px 25px;
  background-color: #f8842b;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #f8842b;
}

.quote_btn-container .quote_btn:hover {
  color: #ffffff;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 45px 0;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  text-align: center;
  color: #ffffff;
}

.slider_section .detail-box h1 {
  font-weight: bold;
  margin-bottom: 20px;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -5px;
  margin-top: 45px;
}

.slider_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: 185px;
}

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 12px 15px;
  background-color: #5a2a8f;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #5a2a8f;
}

.slider_section .detail-box .btn-box .btn1:hover {
  color: #ffffff;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 23px;
  height: 23px;
  background-color: #f8842b;
}

.service_section {
  text-align: center;
}

.service_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service_section .box {
  margin-top: 25px;
  padding: 15px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service_section .box::before {
  content: "";
  width: 275px;
  height: 275px;
  position: absolute;
  right: -137.5px;
  bottom: -137.5px;
  background-color: #faf8fd;
  z-index: -1;
  border-radius: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 125px;
  border-radius: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service_section .box .img-box img {
  width: 75px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service_section .box .detail-box {
  margin-top: 15px;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
  position: relative;
}

.service_section .box .detail-box a {
  color: inherit;
}

.service_section .box:hover {
  color: #ffffff;
}

.service_section .box:hover::before {
  -webkit-transform: scale(5);
          transform: scale(5);
  background-color: #7335b7;
}

.service_section .box:hover img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.service_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.service_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #7335b7;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #7335b7;
}

.service_section .btn-box a:hover {
  color: #ffffff;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.about_section {
  background-color: #7335b7;
  color: #ffffff;
  border-radius: 250px 0 250px 0;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box {
  position: relative;
}

.about_section .img-box img {
  width: 100%;
}

.about_section .detail-box p {
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #f8842b;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #f8842b;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  color: #ffffff;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.case_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.case_section .heading_container h2::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.case_section .box {
  margin-top: 45px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
}

.case_section .box .img-box {
  position: relative;
}

.case_section .box .img-box img {
  width: 100%;
}

.case_section .box .detail-box {
  padding: 25px;
}

.case_section .box .detail-box h5 {
  font-weight: bold;
}

.case_section .box .detail-box p {
  font-size: 15px;
}

.case_section .box .detail-box a {
  color: #7335b7;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 45px 0;
  text-align: center;
}

.client_section .box .img-box {
  width: 125px;
  height: 125px;
  min-width: 125px;
  position: relative;
  margin-bottom: -62.5px;
}

.client_section .box .img-box img {
  width: 100%;
  border-radius: 100%;
}

.client_section .box .client_info .client_name h5 {
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
}

.client_section .box .client_info .client_name h6 {
  margin-bottom: 0;
  color: #7335b7;
  font-weight: normal;
  font-size: 15px;
  text-transform: uppercase;
}

.client_section .box .client_info i {
  font-size: 24px;
}

.client_section .box p {
  margin-top: 15px;
}

.client_section .box .detail-box {
  background-color: #ffffff;
  background-color: #7335b7;
  color: #ffffff;
  border-radius: 15px;
  padding: 85px 45px 15px 45px;
}

.client_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.client_section .carousel-indicators li {
  background-color: #7335b7;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  opacity: 1;
}

.client_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #f8842b;
}

.contact_section {
  position: relative;
}

.contact_section form {
  margin-top: 45px;
}

.contact_section input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 15px;
  background-color: transparent;
  outline: none;
  color: #000000;
  border: 1px solid #a5a5a5;
}

.contact_section input::-webkit-input-placeholder {
  color: #1c1b1b;
}

.contact_section input:-ms-input-placeholder {
  color: #1c1b1b;
}

.contact_section input::-ms-input-placeholder {
  color: #1c1b1b;
}

.contact_section input::placeholder {
  color: #1c1b1b;
}

.contact_section input.message-box {
  height: 120px;
}

.contact_section button {
  font-family: "Poppins", sans-serif;
  display: inline-block;
  padding: 10px 65px;
  background-color: #7335b7;
  color: #ffffff;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #7335b7;
  color: #fff;
  margin-top: 10px;
}

.contact_section button:hover {
  color: #ffffff;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.contact_section .map_container {
  height: 100%;
  min-height: 325px;
  overflow: hidden;
  margin-left: 45px;
}

.contact_section .map_container .map {
  height: 100%;
}

.contact_section .map_container .map #googleMap {
  height: 100%;
}

.footer_container {
  background-color: #7335b7;
  color: #ffffff;
  border-radius: 350px 0 0 0;
  padding-top: 145px;
}

/* info section */
.info_section h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

.info_section .info_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info_section .info_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}

.info_section .info_contact .contact_link_box a i {
  margin-right: 5px;
}

.info_section .info_contact .contact_link_box a:hover {
  color: #f8842b;
}

.info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.info_section .info_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 24px;
}

.info_section .info_social a:hover {
  color: #f8842b;
}

.info_section .info_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info_section .info_links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  color: #ffffff;
}

.info_section .info_links a:hover {
  color: #f8842b;
}

.info_section form input {
  border: none;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
  width: 100%;
  height: 45px;
  color: #ffffff;
  outline: none;
}

.info_section form input::-webkit-input-placeholder {
  color: #ffffff;
}

.info_section form input:-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::placeholder {
  color: #ffffff;
}

.info_section form button {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 55px;
  background-color: #f8842b;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #f8842b;
  margin-top: 15px;
}

.info_section form button:hover {
  color: #ffffff;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

/* end info section */
/* footer section*/
.footer_section {
  position: relative;
  text-align: center;
}

.footer_section p {
  padding: 25px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}
/*# sourceMappingURL=style.css.map */

/*

  PERSONALIZACIONES

*/

.centerContainer{
  display: grid;
  justify-content: center;
  align-items: center;
}

.leftContainer{
  display: grid;
  justify-content: left;
  align-items: center;
}

.rightContainer{
  display: grid;
  justify-content: right;
  align-items: center;
}

.centerContainerImage{
  display: flex;
  justify-content: center;
  align-items: center;
}


.logoTop{
  width: 110px;
  background-color: #951a81;
  border-radius: 50%;
}

.logoMain{
  width: 85%;
}

.logoMainPaseos{
  width: 100%;
}

.logoMainConf{
  width: 60%;
}

.logoMainRegistro{
  width: 65%;
}

.logoIndex{
  margin-top: -5rem;
}

.textoVigencia{
  margin-top: -2rem;

}

@media screen and (max-width: 768px) {
  .logoMain, .logoMainRegistro, .logoMainConf{
    width: 80%;
  } 
}

@media screen and (max-width: 500px) {
  .logoMain, .logoMainRegistro, .logoMainConf{
    width: 80%;
  } 
}


.verticalAlign{
  display: table-cell;
  vertical-align: middle;
}

.paddingCol6{
  padding: 3vh 3vw;
}

.btnCal-index {
  border-radius: 20px;
  align-items: center;
  /*background: url("../../../lib/images/desayuno-btn.png");*/
  background-color: #951a81;
  background-size: 100% 100%;
  color: white;
  font-size: 18px;
  letter-spacing: 1px;
  width: 100%;
  height: 75px;
  margin: 3px 12px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px 0;
}

.btnCal-index:hover {
color: #FFF;
}


.xsd{
  border-radius: 45%;
}

.margin-btnIndex{
  margin: 5vh 0 5vh;
}

@media screen and (max-width: 550px) {
  .margin-btnIndex{
    margin: 2vh 0 2vh;
  }  
}

/* Info index */
.textDate{
  color: #4afff9 !important; 
  margin-top: 25px; 
  text-transform: uppercase; 
  font-size: 2.5rem;
  margin: 0.3rem 0;    
}

.textHour{
  color: #FFF !important;
  text-transform: uppercase;
  font-size: 1.9rem;
  margin: 0.3rem 0;    
}

.textPlace{
  color: #423f3f !important;
  text-transform: uppercase; 
  font-size: 1.6rem;
  margin: 0.3rem 0;    
}

.textAddress{
  color:#423f3f !important;
  text-transform: uppercase; 
  font-size: 1.2rem;
  margin: 0.3rem 0;    
}

.textAddressInfo{
  color:#423f3f !important;
  text-transform: uppercase; 
  font-size: 0.9rem;
  margin: 0.3rem 0;    
}

@media screen and (min-width: 700px) and (max-width: 930px) {
  .textDate{
     font-size: 2.2rem;
  }

  .textHour{
      font-size: 1.8rem;
  }

  .textPlace{
      font-size: 1.4rem;
  }

  .textAddress{
      font-size: 1rem;
  }

  .textAddressInfo{
      font-size: 0.6rem;
  }
      
}

@media screen and (min-width: 550px) and (max-width: 699px) {
  .textDate{
     font-size: 2rem;
  }

  .textHour{
      font-size: 1.6rem;
  }

  .textPlace{
      font-size: 1.2rem;
  }

  .textAddress{
      font-size: 1rem;
  }

  .textAddressInfo{
      font-size: 0.6rem;
  }        

  .imgLogoGDLCnLgInf{
      width: 75%;
  }

  .imgLogoConf{
      width: 80%;
  }    
}

@media screen and (max-width: 549px) {
  .textDate{
     font-size: 1.8rem;
  }

  .textHour{
      font-size: 1.4rem;
  }

  .textPlace{
      font-size: 1.1rem;
  }

  .textAddress{
      font-size: 0.9rem;
  }

  .textAddressInfo{
      font-size: 0.6rem;
  }

  .imgLogoGDLCnLgInf{
      width: 80%;
  }

  .imgLogoConf{
      width: 90%;
  }    
}

@media screen and (min-width: 280px) and (max-width: 550px) {
  .imgLogoGDLCnLgInf{
      width: 100%;
  }

  .imgLogoConf{
      width: 100%;
  }    
}

.countText{
  margin-top: 1rem;
}


@media screen and (min-width: 700px) and (max-width: 930px) {
  .textDateConf{
     font-size: 1.5rem;
  }

  .textHourConf{
      font-size: 1.3rem;
  }

  .textPlaceConf{
      font-size: 1.2rem;
  }

  .textAddressConf{
      font-size: 0.8rem;
  }

  .textAddressInfoConf{
      font-size: 0.6rem;
  }    
}

@media screen and (min-width: 550px) and (max-width: 699px) {
  .textDateConf{
     font-size: 1.8rem;
  }

  .textHourConf{
      font-size: 1.3rem;
  }

  .textPlaceConf{
      font-size: 1.2rem;
  }

  .textAddressConf{
      font-size: 1rem;
  }
  .textAddressInfoConf{
      font-size: 0.85rem;
  }    

  .imgLogoGDLCnLgInfConf{
      width: 75%;
  }
}

@media screen and (max-width: 549px) {
  .textDateConf{
     font-size: 1.6rem;
  }

  .textHourConf{
      font-size: 1.2rem;
  }

  .textPlaceConf{
      font-size: 1.1rem;
  }

  .textAddressConf{
      font-size: 0.9rem;
  }

  .textAddressInfoConf{
      font-size: 0.65rem;
  }    

  .imgLogoGDLCnLgInfConf{
      width: 80%;
  }
}





/*

Connfirmacion

*/

.textDateConf{
  color:#FFF; 
  margin-top:25px; 
  text-transform: uppercase; 
  font-size: 1.7rem;
  margin: 0.5rem 0;    
}

.textHourConf{
  color: #FFF; 
  text-transform: uppercase;
  font-size: 1.9rem;
  margin: 0.3rem 0;    
}

.textPlaceConf{
  color:#FFF;
  text-transform: uppercase; 
  font-size: 2.2rem;
  margin: 0.3rem 0;
}

.textAddressConf{
  color:#423f3f !important;
  text-transform: uppercase; 
  font-size: 1.6rem;
  margin: 0.3rem 0;    
}

.textAddressInfoConf{
  color : #FFF !important;
  text-transform: uppercase; 
  font-size: 1.3rem;
  margin: 0.3rem 0;    
}

.textHotelConf{
  color:#423f3f !important;
  text-transform: uppercase; 
  font-size: 1.6em;
  margin: 0.3rem 0;  
}

@media screen and (min-width: 700px) and (max-width: 930px) {
  .textDateConf{
     font-size: 1.5rem;
  }

  .textHourConf{
      font-size: 1.7rem;
  }

  .textHotelConf{
    font-size: 1.2rem;
  }

  .textPlaceConf{
      font-size: 1.4rem;
  }

  .textAddressConf{
      font-size: 1.3rem;
  }

  .textAddressInfoConf{
      font-size: 1.3rem;
  }    
}

@media screen and (min-width: 550px) and (max-width: 699px) {
  .textDateConf{
     font-size: 1.8rem;
  }

  .textHourConf{
      font-size: 1.5rem;
  }

  .textHotelConf{
    font-size: 1.3rem;
  }

  .textPlaceConf{
      font-size: 1.4rem;
  }

  .textAddressConf{
      font-size: 1rem;
  }
  .textAddressInfoConf{
      font-size: 1rem;
  }    

  .imgLogoGDLCnLgInfConf{
      width: 75%;
  }
}

@media screen and (max-width: 549px) {
  .textDateConf{
     font-size: 1.6rem;
  }

  .textHourConf{
      font-size: 1.4rem;
  }

  .textHotelConf{
    font-size: 1.2rem;
  }

  .textPlaceConf{
      font-size: 1.3rem;
  }

  .textAddressConf{
      font-size: 1.1rem;
  }

  .textAddressInfoConf{
      font-size: 1rem;
  }    

  .imgLogoGDLCnLgInfConf{
      width: 80%;
  }
}

/*

  NO REGISTRO

*/

.comentarioForm {
  padding-top: 5vh;
}

.containerIndexDirectores {
  z-index: 15;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #8e1984;
  opacity: 1;
}

.login-wrap-secciones {
  background-color: #1b98ae;
  background-size: 100% 100%;
  opacity: 1;
  padding: 5%;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, .7) 0px 60px 40px -7px;
  border: 3px solid #FFF;
}

@media screen and (max-width:768px) and (min-width:576px) {
  .h3Comentario {
      padding: 5px, 5px, 5px, 5px;
  }

}

.inputValidate
{
  background-color: #8e1984;
  color: #fff;
  border-radius: 15px;
}

.inputValidate:focus
{
  background-color: #8e1984;
  color: #fff;
}

.inputValidate::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff !important; }
  .inputValidate::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff !important; }
  .inputValidate:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff !important; }
  .inputValidate:-moz-placeholder {
  /* Firefox 18- */
  color: #fff !important; }

#comentario{
  height: 150px;
}

.text-white-c {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: bold;
}

@media screen and (max-width:910px) and (min-width: 825px) {
  .text-white-c {
      font-size: 1.2rem;
  }

  .form-control {
      font-size: 1.1rem;
  }
}

@media screen and (max-width:825px) and (min-width: 768px) {
  .text-white-c {
      font-size: 1.1rem;
  }

  .form-control {
      font-size: 1rem;
  }
}

@media screen and (max-width:390px) {
  .text-white-c {
      font-size: 1.1rem;
  }

  .form-control {
      font-size: 1rem;
      /*height: 30px;*/
  }
}

.btnCal {
  background-color: #931980;
  color: white;
  font-size: 18px;
  letter-spacing: 1px;
}


.btnText {
  background-color: #0096AE;
  color: white;
  font-size: 20px;
  letter-spacing: 1px;
  border: 0px solid #929ba3;
}

.btn {
  padding: 5px 46px;
  border: 2px solid #fff;
  border-radius: 35px;
  font-size: 18px;
  line-height: 1;
  color: #FFF;
}

.btn:hover{
  color: #fff;
}

.form-group {
  margin-bottom: 0.3rem;
}

.letras-confirmacion {
  color: #fff;
  font-size: 1rem;
}
.img-confirmacion {
  height: 300px;
}

@media screen and (max-width: 600px) {
  .img-confirmacion {
      height: 120px;
  }

  .letras-confirmacion {
      font-size: .8rem;
  }

  .imagen-secciones {
      width: 160px;
      height: 160px;
      border: 10px solid #fff;
      border-radius: 80px;
  }
}


.prinConf {
  font-size: 1.4rem;
}

.subConf {
  font-size: 1.2rem;
}

/* Countdown */
#countdown {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8em;
}

#countdown .circle {
  position: relative;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#countdown .circle svg {
  position: relative;
  width: 120px;
  height: 120px;
  transform: rotate(270deg);
}

#countdown .circle svg circle {
  width: 100%;
  height: 100%;
  fill: transparent;
  stroke-width: 6;
  stroke: #FFF;
  stroke-linecap: round;
  transform: translate(5px, 5px);
}

#countdown .circle svg circle:nth-child(2) {
  stroke: var(--clr);
  stroke-dasharray: 440;
  stroke-dashoffset: 440;
}

#countdown div {
  position: absolute;
  text-align: center;
  font-weight: 500;
  color: #FFF;
  font-size: 1.65em;
  line-height: 0.5em;
}

#countdown div span {
  font-size: 0.35em;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}

.logoContReg{
  width: 70%;
}

.textContact {
  margin: 5px 40px;
  color: #36899e;
  font-size: 20px;
  text-align: center;
}

.containerFirmas {
  display: grid;
  justify-content: center;
  justify-items: center;
  padding-bottom: 5px;
}

.contactInfo {
  margin: 10px 40px;
  color: #FFF;
  font-size: 18px;
  text-align: center;
}



@media (max-width:992px) {
  .contactInfo {
      font-size: 18px;
  }

  .textContact {
      font-size: 20px;
  }
}

@media (max-width:768px) {
  .contactInfo {
      font-size: 18px;
  }

  .textContact {
      font-size: 20px;
  }

  .imgLg {
      margin-bottom: 35px;
  }

}

@media (max-width:600px) {
  .contactInfo {
      font-size: 18px;
  }

  .textContact {
      font-size: 20px;
  }
}


.stage {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  height: 100vh;
  width: 100%;
  max-width: 1200px;
  overflow-y: hidden;
  z-index: 1; /*2;*/
  background-image: url("../../images/.png");
  background-size: 100% 100% ;
  animation: rotate 10s linear infinite;

}

.infoIndexCont{
  background-color: #a02992;
  border: 4px solid #007AAC;
  padding: 1.3rem;
}

@media (max-width:768px) {.infoIndexCont{
  background: none;
  border: none;
}

}

.btnCal-index-azul {
  border-radius: 6px;
  align-items: center;
  background: url("../../../lib/images/agentes-bogota-btn.png");
  background-size: 100% 100%;
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
  width: 100%;
  height: 70px;
  margin: 3px 12px;
}

.btnCal-index-azul:hover {
  color: #fff;
}


@media screen and (max-width: 868px) and (min-width: 768px) {
  .btnCal-index {
      font-size: 1.6rem;
  }

  .btnCal-index-azul {
      font-size: 18px;
  }
}


@media screen and (max-width: 768px) {
  .btnCal-index {
      height: 58px;
      font-size: 1.4rem;
  }

  .btnCal-index-azul {
      font-size: 20px;
      width: auto;
  }

}


@media screen and (max-width: 576px) {
  .btnCal-index {
      height: 58px;
  }

}

@media screen and (max-width: 576px) {
  .btnCal-index {
      font-size: 1.6rem;
  }

  .btnCal-index-azul {
      font-size: 18px;
  }
}

.backLabel{
  border-radius: 15px;
}

.titleSpeaker{
  color:#FFF
}

.imgModalPaseo{
  width: 100%;
}

.cardSpeaker{
  background-color: #8a277c;
}
.modal-footer{
  background-color: #8a277c;
}

.textSpeaker{
  color: #fff;
}

/* SUN */
.background-container {
  min-height: 55em;
  max-height: 55em;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex: 1;
  position: absolute;
  overflow: hidden;
  z-index: 2;
}


@media screen and (max-width: 991px) {
  .background-container{
    background-image: none;
  }

}


.back {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50em;
  width: 100%;
}

.back {
  z-index: 3;
}

.sun-rays {
  position: absolute;
  bottom: 44em;
  right: 18em;
  height: 8em;
  width: 8em;
  z-index: -5;
  background: radial-gradient(rgb(244 220 12 / 92%) 50%, rgba(255, 237, 175, .2) 70%);
  border-radius: 50%;
  box-shadow: 0 0 .5em rgb(230 208 133);
  -webkit-animation: rays 10s infinite;
  -moz-animation: rays 10s infinite;
  animation: rays 10s infinite;
}

.sun {
  position: absolute;
  bottom: 45.4em;
  right: 19.35em;
  height: 5.3em;
  width: 5.3em;
  z-index: -5;
  background: #ffeb3beb;
  border-radius: 50%;
  box-shadow: 0 0 1em rgba(255, 237, 175, .5), inset 0 0 .5em #FFFFAD;
}

/*Sun Animation*/
@-webkit-keyframes rays {
    0% {
        transform: scale(1.1);
    }
    25% {
        transform: scale(0.9);
    }
    50% {
        transform: scale(1.1);
    }
    75% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1.1);
    }
}

@-moz-keyframes rays {
    0% {
        transform: scale(1.1);
    }
    25% {
        transform: scale(0.9);
    }
    50% {
        transform: scale(1.1);
    }
    75% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1.1);
    }
}

@keyframes rays {
    0% {
        transform: scale(1.1);
    }
    25% {
        transform: scale(0.9);
    }
    50% {
        transform: scale(1.1);
    }
    75% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1.1);
    }
}

/* Apply the animation to the image */

.rotateMinerva {
  animation: shine 4s infinite;
}

@keyframes shine {
  0% {
    filter: brightness(0.8);
  }
  25%{
    filter: brightness(1.25);
  }
  50% {
    filter: brightness(2.5);
  }
  75%{
    filter: brightness(1.25);
  }
  100% {
    filter: brightness(0.8);
  }
}

.rotateMinerva::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: linear-gradient(to right top, #05193799, #004d7a99, #00879399, #00bf7299, #a8eb1299);*/
  background: linear-gradient(to right top, #54b8b5, #4a83a4, #703f8e, #8c2785);
  z-index: -1;
}

.animated-image {
  position: relative;
  display: inline-block;
}

.animated-image img, .asdf{
  display: block;
  width: 100%;
  height: auto;
  animation: shine 4s infinite;
  background: linear-gradient(to right top, #54b8b599, #4a83a499, #57619999, #703f8e99, #8c278599);
  background-blend-mode: overlay;
}

.resizeh3 {
  font-size: 1.25rem;
}

.divQ2 {

   background-image: url("../../images/q21.png"), url("../../images/agentes-norte-bg-movil.png");
   background-position: center center, center center;
   background-size: cover, 100% 100%;
  background-repeat: no-repeat, no-repeat;
   width: 100%;
   border-radius: 100px;
}


.divQ {

  background-image: url("../../images/agentes-norte-bg-movil.png");
  background-position: center center;
  background-size: 100% 100%;
 background-repeat: no-repeat, no-repeat;
  width: 100%;
  border-radius: 100px;
}

.div-white{
  background-image: url("../../images/agentes-norte-bg-movil.png");
  background-size: 100% 100%;
  padding: 1rem;
}

.margin1Rem{
  margin: 0rem 0 0.9rem;
}

.logoIndexSqr{
  width: 180px;
}

/*
  FIREWORKS
*/

.fireworksDiv{
  position:absolute;
  width: 100%;
  height: 100vh;
  z-index:1;
}


/*

CONFRIMACION POR EMAIL

*/

/*
    CONFIRMACION
*/

.rowDate{
  margin: 2vh 0;
}

.containerDateL1{
  padding-right: 0;
}

.textDateL1{
  color: #23ffff;
  /*font-family: 'Golden-Stanbury';*/
  font-size: 1.4rem;
  margin: 0;
  text-align: right;
  text-transform: uppercase;
}

.containerDateL2{
  padding-left: 0;
}

.textDateL2{
  color: #23ffff;
  /*font-family: 'Golden-Stanbury';*/
  font-size: 1.4rem;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
}

.containerDateCenter{
  padding: 0;
}

.textDateCenter1{
  color: #4afffa;
  font-size: 1.4rem;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
}
.textDateCenter2{
  color: #b63487;
  font-size: 4rem;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
}

.textConfirmPlace{
  color: #fff;
  font-size: 2rem;  
}

.textConfirmAddress{
  color: #15b5d1;
  font-size: 1.1rem;
}

/*
    DIV confirmacion 2
*/

.paddingConfirmacion{
  padding: 5vh 0 0;
}

.mensajeConfirmacionInv{
  color: #15b5d1 !important;
    text-transform: uppercase;
    font-size: 1.6em;
    margin: 0.3rem 0;
}

.rowConfirmacion2 {
  background-color: #951b81;
  border: solid 3px #FFF;
  margin: 4vh 4vh;
}

.textName{
  color: #FFF;
  text-transform: uppercase; 
  font-size: 2rem;
  margin: 0.3rem 0;
}

@media screen and (min-width: 700px) and (max-width: 930px) {
  .textName{
      font-size: 1.2rem;
  }
}

@media screen and (min-width: 550px) and (max-width: 699px) {
  .textName{
      font-size: 1.2rem;
  }
}

@media screen and (max-width: 549px) {
  .textName{
      font-size: 1.4rem;
  }
}

.textInfoConfirm{
  color:#FFF;
  font-size: 1rem;
  margin: 0.1rem 0;
}

.textLeyendaConfirm{
  color: #15b5d1;
  font-size: 1rem;
  margin: 0.3rem 0;
}

.textContactoConfirmacion{
  color: #fff;
  font-size: 1rem;
  margin: 0.2rem 0;
}

.divQR{
  background-size: 100% 100%;
}

.textPlace{
  color:#FFF;
  text-transform: uppercase; 
  font-size: 1.6rem;
  margin: 0.3rem 0;    
}

.textAddressConfirm{
  color:#FFF;
  text-transform: uppercase; 
  font-size: 1.1rem;
  margin: 0.3rem 0;     
}


@media screen and (min-width: 700px) and (max-width: 930px){
  .mensajeConfirmacionInv{
    font-size: 2rem;
  }

  .textDateL1, .textDateL2{
    font-size: 2.2rem;
  }

  .textDateCenter2{
    font-size: 5rem;
  }

  .textDateCenter1{
    font-size: 1.6rem;
  }

  .textConfirmPlace{
    font-size: 2.2rem;  
  }

  .textConfirmAddress{
    font-size: 1.5rem;
  }  
}

@media screen and (max-width: 700px){
  .mensajeConfirmacionInv{
    font-size: 2.6rem;
  }

  .textDateL1, .textDateL2{
    font-size: 2.4rem;
  }

  .textDateCenter2{
    font-size: 6rem;
  }

  .textDateCenter1{
    font-size: 1.8rem;
  }
  .textConfirmPlace{
    font-size: 2.3rem;  
  }
  .textConfirmAddress{
    font-size: 1.5rem;
  }

  .paddingConfirmacion{
    padding: 5vh 0 0;
  }
  

}

.logoCol{
  background-color: #efc52e ;
  border-radius: 50%;
}


/*--------------------------------- SURVEY ---------------------------------------------------*/

.surveyQuizz {
  height: 100%;
  width: 100%;
  display: block;
}

.titleSurvey {
  color: #742676;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}

.surveyOptions {
  padding: 0px 25px;
}

.radioSurvey {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #742676;
  text-align: left;
  line-height: 1.35;
  padding: 0 0 0 10px;
  font-weight: 200;
}

.surveyRadio {
  width: 40px;
  display: inline-block;
  text-align: left;
}

#nextSurvey {
  display: none;
}

#submitSurvey {
  display: none;
}

.logoDate{
  width: 100%;
}

  
  #starshine {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    overflow: hidden;
  }    
      
  .shine {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
   background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAJYCAMAAACJuGjuAAADAFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+/LkhhAAAA/3RSTlMAAQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyAhIiMkJSYnKCkqKywtLi8wMTIzNDU2Nzg5Ojs8PT4/QEFCQ0RFRkdISUpLTE1O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);
  background-repeat: no-repeat;
  background-position:center;
  background-size: 100% 100%;
    overflow: hidden;
    z-index: 2;
    color: tansparent;
    -moz-opacity: 0.0;
    opacity: 0.0;
    animation: glitter 6s linear 0s infinite normal;
    -webkit-animation: glitter 6s linear 0s infinite normal;
    -moz-animation: glitter 8s linear 0s infinite normal;
    -ms-animation: glitter 8s linear 0s infinite normal;
    -o-animation: glitter 8s linear 0s infinite normal;
  }
  
  .shine.small {
    width: 20px;
    height: 20px;
  }
  
  .shine.medium {
    width: 30px;
    height: 30px;
  }
  
  .shine.large {
    width: 50px;
    height: 50px;
  }
  
  /*CSS3 keyframes for glittering effect*/
  @-webkit-keyframes glitter {
    0% {
      -webkit-transform: scale(0.3) rotate(0deg);
      opacity: 0;
    }
    25% {
      -webkit-transform: scale(1) rotate(360deg);
      opacity: 1;
    }
    50% {
      -webkit-transform: scale(0.3) rotate(720deg);
      opacity: 0;
    }
    100% {
      -webkit-transform: scale(0.3) rotate(0deg);
      opacity: 0;
    }
  }

  .logoContinuar{
    width: 80%;
  }

  @media screen and (max-width: 768px){
    .logoContinuar{
      width: 70%;
    }
  }


.btn-asistencia{
  border: 3px solid #fff;
  /* display: block; */
  width: 70%;
}

.atc_info{
  background-color: #92288fd1;
  border: 2px solid #1796b6;
}

.progress {
  height: 30px !important;
}
.progress-bar{
  background-color: #8e1984;
  font-size: 16px;
}

input:-internal-autofill-selected {
  background-color: #8e1984;
}


label{
  margin-bottom: 0.1rem;
}

@media (max-width: 768px) {
  .moradoCol{
    padding: 2rem 3rem;
  }
}
@media (max-width: 576px) {
  .logoContinuar{
    width: 70%;
  }

  .moradoCol{
    padding: 2rem 0rem;
  }

  .logoDate{
    width: 90%;
  }
  
}

.containerFecha{
  padding: 3vh 3vw;
}

@media (max-width: 767px) {
  .textName{
      font-size: 2.1rem;
  }

  .textLeyendaConfirm{
    font-size: 2rem;
  }

  .textInfoConfirm{
    font-size: 1.7rem;
  }

  .textContactoConfirmacion{
    font-size: 1.4rem;
  }

  .containerFecha{
    padding: 1vh 5vh;
  }
}

.info_2{
  padding:2rem 4rem 2rem 0rem;
}

@media (max-width: 767px) {
  .info_2{
    padding:2rem 3rem;
  }
}

#imagenPaseos{
  display: none;
}

.btnForm{
  line-height:50px;
  padding-left: 1.5rem;
  text-align:center;
  text-decoration:none;
  -webkit-text-size-adjust:none; 
}