@charset "utf-8";
/* CSS Document */
.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*background-color: #2b458e;*/
  background-color: white;
}
.bg-fixed {
  background-attachment: fixed;
}
.rounded-2rem {
  border-radius: 2rem !important;
}
.modal-height {
  /*padding-top: 50px;*/
  min-height: 100% !important;
  max-height: inherit !important;
}
.modal .block-equipo img {
  width: 280px !important;
  height: auto !important;
  border-radius: 2rem;
}
.modal .block-equipo i {
  font-size: 2rem;
  line-height: 110%;
}
.modal .block-equipo hr {
  height: 5px;
}
.modal-top {
  padding-top: 60px;
}
/* ---------------------------------------------------------- */
/* ESTILOS PARTICULARES PARA EL PROYECTO -------------------- */
/* ---------------------------------------------------------- */
.text-color-blue {
  color: #2b458e !important;
}
.bgcolor-white {
  background-color: white !important;
}
.bgcolor-black-transparent {
  background-color: rgba(0, 0, 0, 0.70);
}
.bgcolor-blue {
  background-color: #2b458e !important;
  opacity: 100%;
}
.border-color-blue {
  border-color: #2b458e !important;
}
.border-color-green {
  border-color: #97c561 !important;
}
a.enlace-icon {
  font-size: 30px;
  color: #04aeda;
}
a.enlace-icon:hover {
  text-shadow: 0px 0px 10px #003d84;
}
/* ---------------------------------------------------------- */
.btn {
  font-weight: 400 !important;
}
.btn-orange {
  margin-top: 20px;
  padding: 10px;
  font-size: 16px;
  line-height: 100%;
  font-weight: 700;
  color: black;
  background-color: #ff5700;
  border: black solid 1px;
  transition: all 1.0s ease;
  border-radius: 0px !important;
}
.btn-orange:hover {
  color: white;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1.00);
  background-color: black;
  border-color: #ff5700;
}
/* ---------------------------------------------------------- */
.bgcolor-blue {
  background-color: #2b458e;
}
.bgcolor-green {
  background-color: #97c561;
}
.bgcolor-white {
  background-color: white;
}
/* ---------------------------------------------------------- */
.line-big {
  width: 100%;
  height: 2px !important;
  margin: 0px auto;
  background-color: #04aeda;
  opacity: 1.00;
}
.line-small {
  width: 100px;
  height: 3px !important;
  margin: 0px auto;
  background-color: #04aeda;
  opacity: 1.00;
}
.line-blue {
  background-color: #003d84;
}
/* ---------------------------------------------------------- */
.icon-top {
  width: 124px;
  height: 124px;
  margin: -62px auto 0px auto;
  padding: 35px;
  border-radius: 50%;
  border: #FFFFFF solid 2px;
  background-color: #003d84;
}
.icon-top i {
  font-size: 50px;
  color: white;
}
.icon-bottom {
  width: 88px;
  height: 88px;
  margin: 34px auto 0px auto;
  padding: 25px;
  border-radius: 50%;
  border: #FFFFFF solid 2px;
  background-color: #003d84;
  transition: all 1.0s ease !important;
}
.icon-bottom i {
  font-size: 35px;
  color: #04aeda;
  transition: all 1.0s ease !important;
}
.icon-bottom:hover {
  border: #FFFFFF solid 2px;
  background-color: #04aeda;
  box-shadow: 0px 0px 5px 2px #04aeda;
}
.icon-bottom:hover i {
  color: #003d84;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .line-big {
    width: 400px;
  }
  .modal .block-equipo img {
    width: 480px !important;
  }
}
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  .modal .block-equipo img {
    width: 680px !important;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .modal-top {
    padding-top: 80px;
  }
  .modal .block-equipo img {
    width: 900px !important;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container-xxxl {
    width: 1100px;
    margin: 0 auto;
    min-height: 100% !important;
  }
  .modal .block-equipo img {
    width: 1024px !important;
  }
}
/* Extra large devices (large desktops, 1400px and up) */
@media (min-width: 1400px) {
  .container-xxxl {
    width: 1300px;
  }
  .height {
    height: 100% !important;
  }
}
/* Extra large devices (large desktops, 1600px and up) */
@media (min-width: 1600px) {
  .container-xxxl {
    width: 1420px;
  }
/* Extra large devices (large desktops, 1900px and up) */
@media (min-width: 1900px) {
  .container-xxxl {
    width: 1680px;
  }
}
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}
/* Extra large devices (large desktops, 1400px and up) */
@media (min-width: 1400px) {}
/* Extra large devices (large desktops, 1600px and up) */
@media (min-width: 1600px) {}