.container-fluid.main{
    position: relative; /* To make the navbar positions relative to this container */
    padding: 0;
  }
  
  .navbar-default {
    background-image: none;
    background-color: transparent; /* Make the menu become transparent */
    border-radius: 0px;
    border: 0;
    box-shadow: none;
    padding: 10px;
    max-width: 100% !important;
    position: absolute; /* Make the menu out of the document flow so it can placed anywhere without disturbing other widgets */
    margin: 0 !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10; /* If you delete this line, your menu link won't be clicked because it is behind the background. Applying this code bring the menu in front of the background */
  }
  
  .navbar-default .navbar-brand {
    color: #ffffff;
    font-size: 20px;
  }
  
  .navbar-default .navbar-brand:hover,
  .navbar-default .navbar-brand:focus, 
  .navbar-default .navbar-brand:active {
    color: #ffffff;
    background-color: transparent;
  }
  
  .navbar-default .navbar-nav > li > a {
      background: none !important;
    color: #ffffff;
  }

  .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent !important;
}

.navbar li a {
    color: white !important;
    background: transparent !important;
}

.navbar-default .navbar-nav .dropdown-menu {
    border: 0 none !important;
    box-shadow: none !important;
    background: rgba(255,255,255,0.1) !important;
}

.navbar-default .navbar-nav .dropdown-menu>li>a {
    display: block;
    padding: 0;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
}
  
  .navbar-default .navbar-nav > li > a:active,
  .navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: transparent;
    border-bottom: 3px solid #f9dd94 !important;
  }

  .navbar-default .navbar-nav > li > a:hover {
    color: #ffffff;
    background-color: transparent;
    border-bottom: 3px solid #D65050 !important;
  }
  
  .navbar-default .navbar-toggle {
    border-color: transparent;
  }
  
  .navbar-default .navbar-toggle:hover {
    background-color: transparent;
  }
  
  .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
  }
  
  .carousel .background {
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 700px;
  }
  
  @media (max-width:991px) {
    .navbar-default {
        background-image: none;
        background-color: white; /* Make the menu become transparent */
        border-radius: 0px;
        border: 0;
        box-shadow: none;
        padding: 10px;
        max-width: 100% !important;
        position: absolute; /* Make the menu out of the document flow so it can placed anywhere without disturbing other widgets */
        margin: 0 !important;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10; /* If you delete this line, your menu link won't be clicked because it is behind the background. Applying this code bring the menu in front of the background */
      }
      
      .navbar-default .navbar-brand {
        color: #333;
        font-size: 20px;
      }
      
      .navbar-default .navbar-brand:hover,
      .navbar-default .navbar-brand:focus, 
      .navbar-default .navbar-brand:active {
        color: #333;
        background-color: white;
      }
      
      .navbar-default .navbar-nav > li > a {
          background: none !important;
        color: #ffffff;
      }
    
      .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
        background-color: white !important;
    }
    
    .navbar li a {
        color: #333 !important;
        background: white !important;
    }
    
    .navbar-default .navbar-nav .dropdown-menu {
        background-color: white !important;
        border: 0 none !important;
        box-shadow: none !important;
    }
    
    .navbar-default .navbar-nav .dropdown-menu>li>a {
        display: block;
        padding: 0;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }
      
      .navbar-default .navbar-nav > li > a:focus,
      .navbar-default .navbar-nav > li > a:active {
        color: #333;
        background-color: transparent;
        border-bottom: 3px solid #f9dd94 !important;
      }
    
      .navbar-default .navbar-nav > li > a:hover {
        color: #333;
        background-color: transparent;
        border-bottom: 3px solid #D65050 !important;
      }
      
      .navbar-default .navbar-toggle {
        background-color: #333;
      }
      
      .navbar-default .navbar-toggle:hover {
        background-color: #333;
      }
      
      .navbar-default .navbar-toggle:focus {
        background-color: #333;
      }
      
      .navbar-default .navbar-toggle .icon-bar {
        background-color: #ffffff;
      }
  }
  
  .carousel .background.a {
    background-image: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/carrousel/web/1.jpg");
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;              /* optional, center the image */
  }
  
  .carousel .background.b {
    background-image: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/carrousel/web/2.jpg");
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;              /* optional, center the image */
  }
  
  .carousel .background.c {
    background-image: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/carrousel/web/3.jpg");
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;              /* optional, center the image */
  }

  .carousel .background.d {
    background-image: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/carrousel/web/4.jpg");
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;              /* optional, center the image */
  }

  .carousel .background.e {
    background-image: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/carrousel/web/5.jpg");
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;              /* optional, center the image */
  }

  .carousel .background.f {
    background-image: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/carrousel/web/6.jpg");
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;              /* optional, center the image */
  }

  .carousel .background.g {
    background-image: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/carrousel/web/7.jpg");
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;              /* optional, center the image */
  }
  
  .carousel-fade .carousel-inner .item {
    transition: opacity 1s, transform 1s; /* Add transform to the transition property */

  }
  
  .carousel-fade .carousel-inner .active {
    opacity: 1;
    transform: scale(1); /* End at original size */
  }

  .carousel-inner {
    overflow: hidden;
  }
  
  /* CSS Hack to trigger GPU for smooth transition */
  @media all and (transform-3d),
  (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  /* CSS Hack to trigger GPU for smooth transition */
  
  .covertext {
    position: absolute; /* To make the div to be place anywhere. It is out of the document flow */
    top: 100px; /* The distance between the div with the top of document */
    left: 0px; /* Make the div full width */
    right: 0px; /* Make the div full width */
  }
  
  .title {
    font-weight: 600;
    font-size: 60px;
    color: #ffffff;
    text-align: center;
  }
  
  .subtitle {
    font-size: 23px;
    color: #ffffff;
    text-align: center;
  }
  
  .explore {
    text-align: center;
    margin-top: 10px;
  }
  
  .explore .btn-lg,
  .explore .btn-lg:hover {
    border-radius: 30px;
    padding: 15px 25px;
    font-size: 22px;
    background-image: none;
    background-color: #D65050;
    border-color: #D65050;
    color: #ffffff;
  }

  .explore .btn-md,
  .explore .btn-md:hover {
    border-radius: 30px;
    padding: 10px 5px;
    font-size: 12px;
    background-image: none;
    background-color: #a5a5a5;
    border-color: #a5a5a5;
    color: #ffffff;
  }
  
  .btn,
  .btn:hover {
    border-radius: 0px;
    background-image: none;
    background-color: #D65050;
    border-color: #D65050;
    color: #ffffff;
    margin-bottom: 20px;
    box-shadow: none;
    outline: none;
  }
  
  .btn:focus,
  .btn:active:focus,
  .btn.active:focus,
  .btn.focus,
  .btn:active.focus,
  .btn.active.focus {
    color: #ffffff;
    outline: none;
  }

  .btn-left {
    position: relative;
    z-index: 999;
    margin-right: -70px;
  }

  .btn-right {
    border-left: 10px solid transparent !important;
    padding-top: 9px !important;
    padding-left: 65px !important;
    font-size: 14px !important;
    background-color: rgb(247,197,2) !important;
    color: black !important;
    border-color: transparent !important;
  }


  .card {
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    height: 140px;

}

.card-text, .card-title {
    font-size: 16px !important;
}


.deadline {
    color: green;
}
.deadline.passed {
    color: red;
}

.card-header {
    padding: 1px !important;
    background-color: #f8f9fa;
    border-bottom: 1px solid rgba(0,0,0,.125);
    height: 40px;
    text-align: center;
}



.card-body {
    padding: 10px;
    background-color: #fff;
}

.card-title {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
}

.card-text {
    font-size: 18px;
    text-align: center;
}

.card::after {
    content: '';
    position: absolute;
    right: -35px; /* half of the distance between the two cards */
    top: 50%;
    width: 50px; /* half of the distance between the two cards */
    border-top: 6px solid #a5a5a5;
    z-index: -1;
}

.notification-container::after {
  content: '';
  position: absolute;
  right: -35px; /* half of the distance between the two cards */
  top: 40%;
  width: 50px; /* half of the distance between the two cards */
  border-top: 6px solid #a5a5a5;
  z-index: -1;
}

.notification-container-last::after {
  content: '';
}

.card-last {
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
  overflow: hidden;
  transition: all 0.3s ease;
  height: 140px;
}


.notification-container {
    background-color: white;
    text-align: center;
    padding: 2rem;
    border: 0;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    position: relative;
    border: 1px solid;
}
.notification-icon {
    flex: 0 0 auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #D65050;
    color: #fff;
    font-size: 24px;
    margin-right: 1rem;
    margin: 0 auto;
}
.notification-title {
    font-size: 14px;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}
.notification-text {
    text-align: center;
    color: #D65050;
}
.notification-text.passed {
    color: red;
}




.timeline-container {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    position: relative;
}

.timeline-icon {
    flex: 0 0 auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #D65050;
    color: #fff;
    font-size: 24px;
    margin-right: 1rem;
}

.timeline-body {
    flex: 1 1 auto;
    padding: 0.5rem 1rem;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    position: relative;
}

.timeline-title {
    font-size: 16px;
    margin-bottom: 0.5rem;
}

.timeline-text {
    color: #D65050;
}

.timeline-text.passed {
    color: red;
}

.introText {
  text-align: justify; margin:15px;margin:0 auto; line-height: 1.6; padding: 30px; font-size: 16px; 
  /* background: #fff !important; */

}

.countdown {
  width: 100% !important;
  margin: 0 auto;
  text-align: center;
  padding: 4rem;
}

.countdown h1 {
  font-weight: normal;
  letter-spacing: .125rem;
  text-transform: uppercase;
}

.countdown li {
  display: inline-block;
  font-size: 1.5em;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
}

.countdown li span {
  display: block;
  font-size: 4.5rem;
}

.countdown .emoji {
  display: none;
  padding: 1rem;
}

.countdown .emoji span {
  font-size: 4rem;
  padding: 0 .5rem;
}

@media all and (max-width: 768px) {
  .countdown h1 {
    font-size: calc(1.5rem * var(--smaller));
  }
  
  .countdown li {
    font-size: calc(1.125rem * var(--smaller));
  }
  
  .countdown li span {
    font-size: calc(3.375rem * var(--smaller));
  }
}


.media .media-object {
  margin-right: 15px; /* Space between image and text */
  margin-bottom: 15px; /* Space between images */
}

.media-body {
  font-size: 17px; /* Adjust to suit */
  color: #a5a5a5; /* Adjust to suit */
  text-align: justify; /* Justify text */
  line-height: 1.9; /* Adjust line height */
}

.panel-heading {
  font-size: 18px;
  font-weight: bold;
  color: #a5a5a5 !important; /* Adjust to suit */
}
.panel-body {
  font-size: 16px;
}


ul li {
  margin-bottom: 15px; /* this will add space between the list items */
}

#colPrincipal {
  margin-top: 5rem;
}

/*news carousel*/




.news-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f1f3ff;
  max-height: 280px;
}

.news-item h3 {
  margin-top: 0;
  text-align: left;
}

.news-item_img {
  width: 100%;
  padding-top: 40%;
  height: 250px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.news-item_body {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.news-item_btn {
  margin: auto 0 0;
}

.news-wrapper {
  margin-top: 50px;
  padding: 0 20px;
}

.carousel-showmanymoveone .carousel-inner .item {
  transition: transform 0.6s ease-in-out;
}

.carousel-showmanymoveone .carousel-control {
  width: 45px;
  height: 45px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  padding-top: 8px;
  border-radius: 50%;
  background-image: none;
  background-color: #D65050;
  color: #fff;
  opacity: 1;
}

.carousel-showmanymoveone .carousel-control:hover {
  opacity: 0.5;
}

.carousel-showmanymoveone .carousel-control.right {
  right: -40px;
  padding-left: 2px;
}

.carousel-showmanymoveone .carousel-control.left {
  left: -40px;
  padding-right: 2px;
}

.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
  display: none;
}

@media all and (min-width: 768px) {

  .carousel-showmanymoveone .carousel-inner>.active.left,
  .carousel-showmanymoveone .carousel-inner>.prev {
    left: -50%;
  }

  .carousel-showmanymoveone .carousel-inner>.active.right,
  .carousel-showmanymoveone .carousel-inner>.next {
    left: 50%;
  }

  .carousel-showmanymoveone .carousel-inner>.left,
  .carousel-showmanymoveone .carousel-inner>.prev.right,
  .carousel-showmanymoveone .carousel-inner>.active {
    left: 0;
  }

  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}

@media all and (min-width: 768px) and (transform-3d),
all and (min-width: 768px) and (-webkit-transform-3d) {

  .carousel-showmanymoveone .carousel-inner>.item.active.right,
  .carousel-showmanymoveone .carousel-inner>.item.next {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    left: 0;
  }

  .carousel-showmanymoveone .carousel-inner>.item.active.left,
  .carousel-showmanymoveone .carousel-inner>.item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }

  .carousel-showmanymoveone .carousel-inner>.item.left,
  .carousel-showmanymoveone .carousel-inner>.item.prev.right,
  .carousel-showmanymoveone .carousel-inner>.item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

@media all and (min-width: 992px) {

  .carousel-showmanymoveone .carousel-inner>.active.left,
  .carousel-showmanymoveone .carousel-inner>.prev {
    left: -33.33333%;
  }

  .carousel-showmanymoveone .carousel-inner>.active.right,
  .carousel-showmanymoveone .carousel-inner>.next {
    left: 33.33333%;
  }

  .carousel-showmanymoveone .carousel-inner>.left,
  .carousel-showmanymoveone .carousel-inner>.prev.right,
  .carousel-showmanymoveone .carousel-inner>.active {
    left: 0;
  }

  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
    display: block;
  }
}

@media all and (min-width: 992px) and (transform-3d),
all and (min-width: 992px) and (-webkit-transform-3d) {

  .carousel-showmanymoveone .carousel-inner>.item.active.right,
  .carousel-showmanymoveone .carousel-inner>.item.next {
    -webkit-transform: translate3d(33.33333%, 0, 0);
    transform: translate3d(33.33333%, 0, 0);
    left: 0;
  }

  .carousel-showmanymoveone .carousel-inner>.item.active.left,
  .carousel-showmanymoveone .carousel-inner>.item.prev {
    -webkit-transform: translate3d(-33.33333%, 0, 0);
    transform: translate3d(-33.33333%, 0, 0);
    left: 0;
  }

  .carousel-showmanymoveone .carousel-inner>.item.left,
  .carousel-showmanymoveone .carousel-inner>.item.prev.right,
  .carousel-showmanymoveone .carousel-inner>.item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}


#contact {
  padding: 60px 0;
}
#contact .section-heading {
  margin-bottom: 30px;
}
.contact-info {
  margin: 20px 0;
  font-size: 18px;
}
.contact-info i {
  margin-right: 10px;
  color: #f05f40;
 
}

h1 {
  margin-left: 1.5rem;
  font-size: 24px;
}

.row-outside {
  margin-top: 5em;
  background-color: #f1f3ff;
    width: 100% !important;
    margin: 0 auto;
}

.panel-body img {
  height: 200px;
  margin: 0 auto;
}

.h3, h3 {
  font-size: 20px;
}

h2 {
  padding-bottom: 1em;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}


#tableDate th, td {
  padding: 3px;
}