/*Style de Modales*/back
.modalito {
  z-index: 9999 !important;
  background-color: #585a589e;


}


/* Profile details */
#navbarCollapse i .profile-details {
  background-color: #1f618d;
}

/* Modal header */
.modal-xl .modal-header {
  background-color: #1f618d;
  transform: translatex(0px) translatey(0px);
}

.modal-lg .modal-header {
  background-color: #1f618d;
}

.modal-m .modal-header {
  background-color: #1f618d;
}

.modal-dialog .modal-header {
  background-color: #1f618d;
}

/* Example modal label */
#exampleModalLabel {
  color: #ffffff;
  text-align: center;
}

.divider-text {
  position: relative;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}

.divider-text span {
  padding: 7px;
  font-size: 20px;
  position: relative;
  z-index: 2;
}

.divider-text:after {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 2px solid #1f618d;
  top: 55%;
  left: 0;
  z-index: 1;
}


/*Boton de cerrar sesión*/
.profile-details {
  position: absolute;
  bottom: 0;
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
  transition: all 0.5s ease;
  margin-left: -180px;
  background: #1f618d;
  border-radius: 10px;
  box-shadow: 0 2px 2px 0;

}

.profile-details img {
  width: 25px;
  height: auto;
  object-fit: cover;
  border-radius: 16px;
  margin: 0 14px 0 12px;
  transition: all 0.5s ease;
}

.nombreUsuario {
  margin-right: 30px;
  color: white;
}

/*Submenu*/
.submenu {
  margin: 27px auto 0;
  position: relative;
  width: 535px;
  height: 50px;
  background-color: #3b9563;
  border-radius: 8px;
  font-size: 0;
}

.submenu .btnsubmenu {
  list-style: 70px;
  height: 100%;
  font-size: 13px;
  display: inline-block;
  position: relative;
  z-index: 1;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: white;
  cursor: pointer;
  margin-left: 3%;
}

.submenu .animation {
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 0;
  transition: all .5s ease 0s;
  border-radius: 8px;
}

.btnsubmenu:nth-child(1) {
  width: 100px;
  color: white;
}

.btnsubmenu:nth-child(2) {
  width: 110px;
  color: white;
}

.btnsubmenu:nth-child(3) {
  width: 100px;
  color: white;
}

.btnsubmenu:nth-child(4) {
  width: 160px;
  color: white;
}

.btnsubmenu:nth-child(5) {
  width: 120px;
  color: white;
}

.submenu .start-home,
.btnsubmenu:nth-child(1):hover~.animation {
  width: 130px;
  left: 0px;
  background-color: #1f618d;

}

.submenu .start-about,
.btnsubmenu:nth-child(2):hover~.animation {
  width: 128px;
  left: 125px;
  background-color: #1f618d;
}

.submenu .start-blog,
.btnsubmenu:nth-child(3):hover~.animation {
  width: 120px;
  left: 255px;
  background-color: #1f618d;
}

.submenu .start-portafolio,
.btnsubmenu:nth-child(4):hover~.animation {
  width: 140px;
  left: 394px;
  background-color: #1f618d;
}

/*Cards de listados de usuario*/
.linksopciones {
  border-radius: 5px;
  background: #1f618d;
  color: #000;
  padding: 8px 10px;
  margin: 5px;
  font-weight: bold;
  border: #a91111;
  cursor: pointer;
  border: 1px solid;
}

.linksopciones:hover {
  border-radius: 5px;
  color: black;
  background-color: #B0EFC5;
  padding: 8px 10px;
  margin: 5px;
  font-weight: bold;
  border: #a91111;
  cursor: pointer;
  border: solid 1px black;
  transition: 1s ease-out;
}

.linksopcionestit {
  border-radius: 5px;
  color: #000;
  padding: 8px 10px;
  margin: 5px;
  font-weight: bold;
  border: #a91111;
  cursor: pointer;
}

.card .card-body a {
  display: inline-block;
  width: 249px;
  text-align: center;
  color: white;
}

.card img {}

/* Centred block */
.contact-section .form-group center {
  position: relative;
  top: 49px;
  transform: translatex(0px) translatey(0px);
}

/* Heading */
.blog_details center h1 {
  position: relative;
  top: -53px;
}

/* Card */
.contact-section center .card {
  display: inline-block;
  transform: translatex(-67px) translatey(126px);
  margin-left: 130px;
}

/* Card */
.contact-section center .card {
  box-shadow: 0px 0px 15px 0px #212529;
  cursor: pointer;
  perspective: 0px;
}

@media (max-width:1399px) {

  /* Card */
  .contact-section center .card {
    display: inline-block;
    transform: translatex(-90px) translatey(17px) !important;
  }

}

@media (max-width:1199px) {

  /* Card */
  .contact-section center .card {
    display: inline-block;
    transform: translatex(-75px) translatey(36px) !important;
  }

}

@media (max-width:991px) {

  /* Card */
  .contact-section center .card {
    display: inline-block;
    transform: translatex(-73px) translatey(5px) !important;
  }

}

@media (max-width:767px) {

  /* Card */
  .contact-section center .card {
    display: inline-block;
    transform: translatex(-73px) translatey(-11px) !important;
  }

}