* {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

.bg-dgrado {
  background-color: rgba(0, 0, 0, 0.5);
  height: 300px;
  position: relative;
}

.bg-dgrado video {
  width: 100%;
  object-fit: cover;
  position: absolute;
  z-index: -1;
}

.bg-dgrado h1 {
  position: absolute;
  bottom: 10px;
  font-size: 20px;
  line-height: 1;
}

.bg-dgrado h1 span {
  font-size: 30px;
}

.bg-dgrado figure img {
  width: 80px;
  height: auto;
}

.dg-description {
  background-color: #FA0107;
}

.dg-description p {
  font-size: 0.9rem;
  line-height: 1.2;
}

.dg-description .img-graduado {
  width: 100%;
  height: auto;
}


.dg-card-header {
  background-color: #272626;
  color: #FFF;
}

.dg-card-header.active {
  background-color: #FA0107;
}

.dg-card-header h3 {
  font-size: 1rem;
  margin: 0;
}

.dg-card-content {
  font-family: 'zizou-slab-regular';
}

.dg-card-content h4{
  font-size: 1.2rem;
  padding-left: 5px;
  margin-bottom: 0;
}

.dg-card-content .country-flag {
  width: 50px;
}

.dg-card-content figure img {
  width: 22px;
  height: 22px;
}

.dg-card-content figure figcaption {
  font-size: 14px;
}

.dg-careers-list,
.dg-careers-list ul {
  list-style: none;
}

.dg-careers-list>li::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 12px;
  margin-right: 8px;
  background-color: #FA0107;
}

.dg-careers-list>li>ul>li::before {
  content: '- ';
  position: absolute;
  left: 30px;
}

.flip-arrow {
  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.requirements {
  background-color: #c8c8c8;
}

.requirements .box-title {
  position: relative;
  top: -40px;
  width: 100%;
}

.partners .box-title {
  position: relative;
  top: -65px;
  width: 100%;
}

.section-title {
  font-size: 20px;
  padding: 3px;
  width: 50%;
  color: #FFF;
  text-align: center;
  margin: 0 auto;
  background-color: #FA0107;
}

.card-container {
  height: 320px !important;
  padding: 0 5px 0 19px;
}

.card-requirements {
  position: relative;
  height: 280px !important;
  padding: 20px 10px;
  margin-top: 19px;
  border-radius: 20px;
  color: #FFF;
  background-color: #FA0107;
}

.card-requirements .number {
  text-align: center;
  line-height: 38px;
  position: absolute;
  left: -19px;
  top: -19px;
  width: 38px;
  height: 38px;
  color: #FFF;
  background-color: #272626;
  border-radius: 50%;
  z-index: 2;
}

.card-requirements h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.card-requirements p {
  font-size: 14px;
  line-height: 1.2;
}

.card-partners {
  height: 100px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.card-partners img {
  width: 150px;
  height: auto;
}

.card-partners img.img-height.align-self-start {
  width: auto;
  height: 70px;
}

.card-partners img.img-height {
  width: auto;
  height: 50px;
}

.btn-information {
  font-family: 'sgothic-bdcap';
  font-size: 20px;
  color: #FFF;
  cursor: pointer;
  padding: 8px 20px;
  position: fixed;
  bottom: 0;
  right: 8%;
  border-radius: 10px 10px 0 0;
  background-color: #FA0107;
  z-index: 1;
}

.btn-information:hover {
  text-decoration: none;
  color: #FFF;
}

.footer {
  z-index: 3 !important;
}

@media (min-width: 768px) {
  .bg-dgrado {
    height: 550px;
  }

  .bg-dgrado h1 span {
    font-size: 50px;
  }

  .bg-dgrado figure img {
    width: initial;
  }

  .dg-description .img-graduado {
    width: 80px;
    height: auto;
  }

  .dg-description p {
    font-size: 1.1rem;
    line-height: 1.2;
  }

  .desktop-nav {
    background-color: #c8c8c8;
  }
  
  .desktop-nav .nav-bar {
    min-height: 60px;
  }

  .desktop-nav .nav-bar a {
    display: block;
    width: 12.5%;
  }
  
  .desktop-nav .nav-bar a span {
    color: #000;
    font-family: 'sgothic-bdcap';
    padding-left: 5px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .desktop-nav .nav-bar a.active {
    color: #FA0107 !important;
    /* opacity: 0.5; */
    background-color: rgba(0, 0, 0, 0.3);
  }

  .desktop-nav .nav-bar a:hover {
    text-decoration: none;
  }
  
  .requirements .container,
  .partners .container {
    position: relative;
  }

  .fa-angle-left, 
  .fa-angle-right {
    font-size: 40px;
    color: #333333;
    position: absolute;
    top: 55%;
  }

  .fa-angle-right {
    right: 0;
  }
  
  .requirements .box-title,
  .partners .box-title {
    position: initial;
    top: initial;
    width: initial;
  }
  
  .section-title {
    font-size: 40px;
    padding: 0;
    width: initial;
    color: #FA0107;
    text-align: left;
    margin: 0;
    background-color: transparent;
  }

  .card-container {
    padding: 0 30px ;
  }

  .card-requirements {
    padding: 30px;
  }

  .card-partners img {
    width: 200px;
    height: auto;
  }

  .card-partners img.img-height {
    height: 60px;
  }

  .slider-1 .slick-dots,
  .slider-2 .slick-dots {
    position: static;
  }
}


@media (min-width: 992px) {
  .desktop-nav .nav-bar a span::before {
    content: '';
    display: block;
    width: 5px;
    height: 12px;
    margin-right: 8px;
    background-color: #FA0107;
  }
}

