html{
  scroll-behavior: smooth;
}

* {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  overflow-x: hidden;
  color: #172d3b;
}

::-webkit-scrollbar {
  width: 8px;     /* Tamaño del scroll en vertical */
  height: 8px;    /* Tamaño del scroll en horizontal */ 
}

/* Ponemos un color de fondo y redondeamos las esquinas del thumb */
::-webkit-scrollbar-thumb {
  background: #7eb826;
  /* border-radius: 4px; */
}

/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
::-webkit-scrollbar-thumb:hover {
  background: #62901d;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* Cambiamos el fondo cuando esté en active */
::-webkit-scrollbar-thumb:active {
  background-color: #486a15;
}

/* Ponemos un color de fondo y redondeamos las esquinas del track */
::-webkit-scrollbar-track {
  background: #ffffff;
 /*  border-radius: 4px; */
}

/* Cambiamos el fondo cuando esté en active o hover */
::-webkit-scrollbar-track:hover,
::-webkit-scrollbar-track:active {
background: #d4d4d4;
}

.navbar {
  background: #202945;
  display: flex;
  align-items: center;
  padding: 10px 50px;
  overflow-x: visible;
}

.logo-nav{
  max-width: 50px;
  max-height: 50px;
  padding: 5px 5px;
  border-radius: 20%;
  background: none;
  transition: all 500ms ease-out;
}

.navbar-brand::after{
  content: "Universidad Cooperativa de Colombia";
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  width: auto;
  overflow-x: visible;
  transition: all 500ms ease-out;
}

.container-cards-main {
  display: flex;
  flex-wrap: wrap;
}

.contenedor-card {
  display: inline-flex;
  justify-content: center;
  padding: 0 10px;

  margin-top: 30px;
}

.nav {
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  justify-content: space-around;
  width: calc(100% - 450px);
  max-width: 45%;
}

.nav a {
  color: #ffffff;
}

.navbar-brand:hover, .nav a:hover{
  text-decoration: none;
  color: #2fb4cc;
  transition: all 500ms ease-out;
}

.nav a:hover{
  text-decoration: underline;
}

.navbar-brand:hover .logo-nav{
  background-color: white;
  transition: all 500ms ease-out;
}

.footer {
  background: #202945;
  height: auto;
  color: #ffffff;
  padding: 20px;

  position: relative;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.footer .custom {
  color: #ffffff;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-element {
  color: #ffffff;

  margin-top: 10px;
  padding: 0.5em;
  border: #ccc 1px solid;
  width: calc(50% - 10px);
  min-width: 280px;
}

.footer-text {
  color: #ffffff;
}

.alerta_datos {
  margin: 90px 0;
  text-align: center;
}

.alerta_datos p {
  margin-bottom: 20px;
}

.sides {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  padding: 50px;
  background: rgba(217, 217, 217, 0.32);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.sides img {
  display: inline-block;
  width: 60%;

  margin: 0 auto;

  max-width: 600px;

  margin-bottom: 30px;
}

.sides .titles {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  margin: 0 auto;

  font-size: 64px;
  line-height: 75px;
  display: flex;
  flex-direction: column;
  text-align: right;
  font-weight: bold;
  max-width: 500px;
  width: 40%;
}

.date {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 56px;

  color: #7eb826;
}

.contenido {
  display: flex;
  flex-direction: column;
  padding: 50px 50px
}

.objetivo, .presentacion, .organiza{
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 100;
  text-align: center;
  line-height: 25px;
  font-size: 1.5rem;
}

.objetivo {
  margin-top: 20px;
}

.objetivop {
  width: 2185px;
  height: 379px;
  left: 30px;
  top: 1120px;

  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 100;
  font-size: 35px;
  line-height: 25px;
}

.fecha-evento, .descanso {
  width: 100%;
  background: #202945;
  color: white;
}

.fecha-evento{
  background-color: #202945;
  font-size: 1.5rem;
}

.descanso{
  font-size: 1rem; 
  background-color: #7eb826;
}

.pre {
  display: inline-block;
  margin: 0 auto;
  font-size: 45px;
  font-weight: bold;

  margin-bottom: 15px;

  color: #2fb4cc;
}

.btn-navigator{
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 1s ease-out;
}

.btn-navigator:hover{
  width: 100px;
  border-radius: 15px;
}

.btn-navigator:hover::after{
  content: " de abril";
  animation: fadein 1s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.container-navigator-dates{
  min-width: 100px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  padding: 5px;
  right: 0;
  bottom: 1rem;
  transition: width 700ms ease-out;
  z-index: 1;
}

#icon-nav {
  width: 30px;
  height: auto;
  font-size: 30px;
  justify-content: center;
  align-items: center;
  cursor: pointer;

  display: none;
}

#icon-menu:hover {
  background: #f2f2f2f2;
}

.card-header, .card-title, .card-text{
  color: white;
}

.card-body b {
  color: #2fb4cc;
}

.card-body b i {
  color: #7eb826;
}

span.conf b {
  color: #172d3b;
}

.content{
  margin-top: 50px;
  padding: 50px;
}

.row{
  justify-content: center;
}

/* Responsive Design - adaptable a dispositivos moviles*/
@media screen and (max-width: 1220px) {

  .sides img {
    width: 100%;
  }

  .sides .titles {
    text-align: center;
    width: 100%;
  }

  body .contenido {
    padding: 20px 30px;
  }
}

@media screen and (max-width: 970px) {

  .navbar {
    height: auto;
  }

  .nav {
    margin-top: 10px;

    display: flex;
    flex-direction: row;
    justify-content: space-between;

    text-align: left;

    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .nav li {
    display: inline-block;
    width: calc((1/3)*100%);
    text-align: center;
    font-size: 13px;
  }

  .nav li a {
    display: inline-block;
    padding: 2px;
    width: fit-content;
  }
  .navbar {
    align-items: center;
    justify-content: center;
  }

  .sides {
    margin-top: 65px;
    padding: 65px;
    background: rgba(217, 217, 217, 0.32);
  }
  
  .content {
    margin-top: 65px;
    padding: 65px;
  }
}

@media screen and (max-width: 700px) {
  .footer-element {
    width: 100%;
  }

  .img-convoca {
    width: 90%;
  }
}

@media screen and (max-width: 450px){
  .navbar {
    padding: 5px 15px;
  }

  .navbar-brand {
    gap: 10px;
    margin: 0px;
  }

  .logo-nav{
    max-width: 36px;
    max-height: 36px;
    padding: 5px 5px;
    border-radius: 20%;
    background: none;
    transition: all 500ms ease-out;
  }
  
  .navbar-brand::after{
    width: fit-content;
    content: "UCC";
  }

  .titles{
    h1{
      font-size: 2rem;
    }
    p{
      font-size: 1.5rem;
    }
  }

  .contenido{
    h2{
      font-size: 30px;
    }
    p{
      font-size: 20px;
    }
  }

  .content {
    margin-top: 65px;
    padding: 50px 0px 10px 0px;
  }
}