* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  font-family: "Signika", sans-serif;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: relative;
}

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

button,
button:focus {
  outline: none !important;
  box-shadow: none !important;
}

section {
  padding: 80px 0 0 0;
}

#main-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
/* offcanvas */
.toggle-offcanvas {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.toggle-offcanvas .bar {
  width: 35px;
  height: 3px;
  background-color: #143a66;
  margin: 4px 0;
  transition: 0.4s;
}
.offcanvas {
  background: #143a66;
}
.offcanvas .offcanvas-header {
  height: 50px;
}

.offcanvas .bar {
  width: 35px;
  height: 2px;
  background-color: #ffffff;
  margin: -2px;
  transition: 0.4s;
  opacity: 1;
}
.offcanvas .close-off {
  height: 50px;
  width: 100px;
  cursor: pointer;
  margin-top: 70px;
}
.offcanvas .bar.one {
  transform: rotate(45deg);
}
.offcanvas .bar.two {
  transform: rotate(-45deg);
}

.off-options {
  padding-top: 60px;
}
.off-options ul {
  list-style: none;
}
.off-options ul li {
  color: #ffffff;
  font-size: 18px;
  margin: 20px 0;
  font-weight: normal;
}
.off-options ul li a {
  color: #ffffff;
  text-decoration: none;
  transition: 0.2s ease-in;
}
.off-options ul li a:hover {
  color: #28988b;
}
.off-options ul li a i {
  margin-right: 10px;
}

/* Profile */

.social-media {
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
}
.social-media li {
  background: red;
  font-size: 18px;
  margin: 8px;
  height: 35px;
  border-radius: 50%;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-media li.phone {
  background: #143a66;
}
.social-media li.wasap {
  background: #4aea6d;
}
.social-media li.twitter {
  background: #1d9bf0;
}
.social-media li.linkedin {
  background: #0077b5;
}
.social-media li.facebook {
  background: #3b5998;
}
.social-media li.instagram {
  background: #C13584;;
}
.social-media li a {
  color: #ffffff;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

/* Nav tab */
.tab-section {
  padding-top: 50px;
}
.nav-tabs .nav-link {
  border-color: #dee2e6 #dee2e6 #fff !important;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #525b6e;
}
.nav-tabs .nav-link.active {
  background: #28988b;
  color: #ffffff;
  border: none !important;
}

@media screen and (max-width: 992px) and (min-width: 500px) {
  table {
    table-layout: fixed;
    width: 800px !important;
  }
}
@media screen and (max-width: 499px) and (min-width: 320px) {
  table {
    table-layout: fixed;
    width: 730px !important;
  }
}

.download-i {
  color: #28988b;
}

/* Graphics */

.graph {
  display: flex;
  justify-content: center;
}

.doughnut-chart-container {
  height: 360px;
  width: 360px; /* 
  float: left; */
}

@media screen and (max-width: 375px) {
  .doughnut-chart-container {
    height: 340px;
    width: 340px;
  }
}
@media screen and (max-width: 355px) {
  .doughnut-chart-container {
    height: 300px;
    width: 300px;
  }
}

.horas-cap {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Footer */

footer {
  background-color: #0c223b;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 1.25rem;
  letter-spacing: 1px;
  width: 100%;
}

@media screen and (max-width:767.9px) {
  
  footer h6{
    font-size: .9rem;
    justify-content: center;
  }

}

/* Profile tab */

.card {
  margin-bottom: 1.875rem;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
  position: relative;
  border: 0 solid transparent;
  border-radius: 0.75rem;
  box-shadow: 0 12px 33px 0 rgb(62 73 84 / 8%);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
}

.photo-content {
  position: relative;
}

.photo-content .cover-photo {
  background: url(../img/back-on.jpg);
  background-size: cover;
  background-position: top;
  min-height: 160px;
  width: 100%;
}

.profile-head {
  width: 100%;
}

.profile-info {
  display: -webkit-flex;
  display: flex;
  padding: 15px 20px;
}

.profile .profile-photo {
  max-width: 100px;
  position: relative;
  z-index: 1;
  margin-top: -40px;
  margin-right: 10px;
}
.profile .profile-photo img.cover {
  border: 6px solid white;
  box-shadow: 0 12px 33px 0 rgb(62 73 84 / 8%);
  object-fit: cover;
  height: 150px;
  width: 150px;
  max-width: 150px;
}

.profile-info .profile-details {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.profile-info h4.text-primary {
  color: #28988b !important;
}

.profile-info p {
  color: #828690;
}

.profile-info h4 {
  color: #464a53 !important;
}

@media only screen and (max-width: 992px) {
  .profile .profile-photo {
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .profile-info {
    display: block;
  }
  .card {
    margin-bottom: 0.938rem;
  }
  .profile-info .profile-details {
    display: block;
  }
  .profile-name,
  .profile-email {
    justify-content: center;
    align-items: center;
    display: flex;
    height: inherit;
    flex-direction: column;
    padding: 25px 20px;
  }
}

.land {
  /* background: url(../img/land.png);
  height: 579px;
  background-repeat: no-repeat;
  background-position: center; */
  text-align: center;
  margin-top: auto;
}

.event-date {
  width: 50px;
  display: flex;
  height: 50px;
  background: #0c223b;
  color: white;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  padding: 25px;
}

.event-date h6 {
  margin: 0;
}

.event-name p {
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.2rem;
}
.event-name {
  text-align: left;
}

.event-data {
  text-align: left;
}
.event-data .duration {
  margin-right: 15px;
}

.rating i {
  color: #f0d00c;
}
.duration i {
  color: #28988b;
}

@media screen and (max-width: 767.9px) {
  .event-data {
    display: flex;
    margin-top: 10px;
  }
}

.event-name ul li::marker {
  color: #28988b;
}
/* .event-name ul li  {
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.2rem;
}   
 */

 @media screen and (max-width:992px){
  .profile-name{
    text-align: center;
  }
  .profile .profile-photo{
    max-width: 150px;
    width: 150px;
  }
 }

 .portada{
  max-width: 100%;
    height: 250px;
    width: 100%;
    object-fit:cover;
}

.photo-content .cover-photo {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: bottom !important;
  min-height: 250px;
  width: 100%;
}
