body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  color: #212121;
  scroll-behavior: smooth;
}
.row {
  margin: 0;
}

.sombra {
  box-shadow: 5px 5px 15px #888888;
}

.navbar-toggler {
  border-color: transparent;
  color: #212121;
}
.navbar-toggler-icon {
  transition: all 0.5s ease;
}
.navbar-toggler-icon:hover {
  opacity: 50%;
}

a {
  cursor: pointer;
  text-decoration: none !important;
  transition: all 0.5s ease;
}

.navbar-brand {
  width: 80%;
}
@media (min-width: 993px) and (max-width: 1200px){
  .navbar-brand {
    width: 30%;
  }
}
@media (min-width: 1201px) and (max-width: 1400px){
  .navbar-brand {
    width: 22%;
  }
}
@media (min-width: 1401px){
  .navbar-brand {
    width: 20%;
  }
}

.logo {
  transition: all 0.5s ease;
  width: 80%;
}
.logo:hover {
  opacity: 70%;
}
@media (min-width: 576px) and (max-width: 768px) {
  .logo {
    width: 50%;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .logo {
    width: 45%;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .logo {
    width: 85%;
  }
}
@media (min-width: 1201px)  {
  .logo {
    width: 90%;
  }
}
 
.p-logo{
  font-size: 0.67rem;
  color: #212121;
}

.button-border-s {
  border: 3px solid #fff;
  background-color: transparent;
  color: #fff;
  padding: 0.7rem 1.6rem;
  font-size: 1rem;
  font-weight: 500;
  transition: all 0.5s ease;
}
.button-border-s:hover {
  background-color: #fff;
  color: #5D6089
}

@media (min-width: 1200px) {
  .button-border-s {
    font-size: 0.9rem;
  }
}

.button-border-p {
  border: 3px solid #5D6089;
  background-color: transparent;
  color: #5D6089;
  padding: 0.7rem 2.5rem;
  font-size: 1rem;
  font-weight: 500;
  transition: all 0.5s ease;
}
.button-border-p:hover {
  background-color: #5D6089;
  color: #fff;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .button-border-p {
    padding: 0.7rem 1.1rem;
    font-size: 0.8rem;
  }
}
@media (min-width: 1201px) {
  .button-border-p {
    padding: 0.7rem 1.5rem;
    font-size: 0.8rem;
  }
}

.titulo-header {
  font-size: 2rem;
}
@media (min-width: 1200px) {
  .titulo-header {
    font-size: 2.5rem;
  }
}

.subtitulo-header {
  font-size: 1rem;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .subtitulo-header {
    font-size: 1.4rem;
  }
}

.color-fondo {
  background-color: #5D6089;
}

.titulo-header-c {
  font-size: 1.5rem;
  line-height: 2.2rem;
  font-weight: 500;
}

.subtitulo-header-c {
  font-size: 1rem;
  font-weight: 300;
}

.button-border-h {
  border: 3px solid #fff;
  background-color: transparent;
  color: #fff;
  padding: 0.7rem 2.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.5s ease;
}
.button-border-h:hover {
  background-color: #fff;
  color: #5D6089;
}

@media (min-width: 1200px) {
  .button-border-h {
    font-size: 1rem;
  }
}

.titulo-body {
  font-size: 1.8rem;
  font-weight: 500;
  color: #5D6089;
}

.p-body {
  font-size: 1rem;
  font-weight: 400;
}


@media (min-width: 1401px) {
  .foto-nosotros {
    width: 96%;
  }
}

.color-light-fondo {
  background-color: #F0F1F4;
}

.color-blanco-fondo {
  background-color: #fff;
}

.p-body-card {
  font-size: 0.93rem;
  font-weight: 400;
}

.color-dark-fondo {
  background-color: #5D6089;
}

.color-dark-fondo-grey {
  background-color: #313246;
}

.titulo-metodologia {
  font-size: 1.02rem;
  font-weight: 600;
  color: #5D6089;
}
@media (min-width: 576px) {
  .titulo-metodologia {
    font-size: 1.2rem;
  }
}
@media (min-width: 1201px) {
  .titulo-metodologia {
    font-size: 1.3rem;
  }
}

.p-metodoligia{
  font-size: 0.87rem;
  font-weight: 400;
}
@media (min-width: 576px) {
  .p-metodoligia{
    font-size: 0.9rem;
  }
}

.img-met {
  width: 88%;
}
@media (min-width: 576px) and (max-width: 768px) {
  .img-met {
    width: 70%;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .img-met {
    width: 58%;
  }
}
@media (min-width: 1201px) {
  .img-met {
    width: 50%;
  }
}

@media (min-width: 992px) and (max-width: 1200px){
  .img-estructura-pc {
    width: 85%;
  }
}
@media (min-width: 1201px) {
  .img-estructura-pc {
    width: 75%;
  }
}

.button-border-e {
  border: 3px solid #5D6089;
  background-color: transparent;
  color: #5D6089;
  padding: 0.7rem 2.5rem;
  font-size: 0.8rem;
  font-weight: 500;
  transition: all 0.5s ease;
}
.button-border-e:hover {
  background-color: #5D6089;
  color: #fff;
}

@media (min-width: 1201px) {
  .button-border-e {
    font-size: 0.9rem;
  }
}

.foto-fondo-xp {
  background-image: url('/img/foto-fondo-xq.jpg'); 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.subtitulo-video {
  font-size: 1.2rem;
  font-weight: 500;
  color: #5D6089;
}
@media (min-width: 1201px) {
  .subtitulo-video {
    font-size: 1.4rem;
    font-weight: 600;
  }
}

.titulo-xq {
  font-size: 1.2rem;
  font-weight: 500;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .titulo-xq {
    font-size: 1.1rem;
  }
}
@media (min-width: 1201px) {
  .titulo-xq {
    font-size: 1.2rem;
  }
}

.pa-xq {
  font-size: 0.9rem;
  font-weight: 400;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .pa-xq {
    font-size: 0.8rem;
  }
}
@media (min-width: 1201px) {
  .pa-xq {
    font-size: 0.85rem;
  }
}

.img-xq {
  width: 38%;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .img-xq {
    width: 40%;
  }
}
@media (min-width: 1201px) {
  .img-xq {
    width: 36%;
  }
}

.img-xq-3 {
  width: 36%;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .img-xq-3 {
    width: 35%;
  }
}
@media (min-width: 1201px) {
  .img-xq-3 {
    width: 31%;
  }
}

.contacto {
  font-size: 1.3rem;
  font-weight: 400;
}

.icon-c {
  width: 9%;
}
@media (min-width: 769px) {
  .icon-c {
    width: 8%;
  }
}
@media (min-width: 1200px) {
  .icon-c {
    width: 7%;
  }
}

.icon-c-art {
  width: 5.8%;
}

.p-footer {
  font-size: 0.9rem;
  font-weight: 400;
}
.w-numeros {
  font-size: 0.95rem;
  font-weight: 500;
  color: #5D6089;
  transition: all 0.3s ease;
}
.w-numeros:hover {
  color: #39015a; 
}

.p-derechos {
  font-size: 0.80rem;
  font-weight: 300;
}

.fondo-header-ne {
  background-image: url('/img/fondo-header-ne.png'); 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.borde-top {
  box-shadow: 5px 5px 5px #CFCFDC;
}

.h1-equipo {
  color: #5D6089;
}

.subtitulo-equipo {
  font-size: 1.05rem;
  font-weight: 500;
  color: #5D6089;
}

.subtitulo-servicios {
  font-size: 1.4rem;
  font-weight: 600;
  color: #5D6089;
}

@media (min-width: 769px) and (max-width: 992px) {
  .foto-equipo {
    width: 70%;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .foto-equipo {
    width: 100%;
  }
}
@media (min-width: 1201px) and (max-width: 1400px){
  .foto-equipo {
    width: 85%;
  }
}
@media (min-width: 1401px) {
  .foto-equipo {
    width: 70%;
  }
}

.fondo-header-estructura {
  background-image: url('/img/fondo-header-estructura.jpg'); 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.fondo-header-servicios {
  background-image: url('/img/fondo-header-servicios.jpg'); 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.img-estructura {
  width: 100%;
}

@media (min-width: 1401px) {
  .img-estructura {
    width: 99%;
  }
}

.style-border {
  border: 3px solid #5D6089;
}

.card-publicaciones {
  transition: all 0.5s ease;
  width: 94%;
  margin: auto;
  border: 3px solid #5D6089;
  background-color: #fff;
}

.titulo-card {
  font-size: 1rem;
  font-weight: 600;
  color: #5D6089;
}

.p-card{
  font-size: 0.9rem;
  font-weight: 400;
  color: #212121;
}

.hr-card {
  background-color: #5D6089;
  height: 3px;
  width: 100%;
}

.button-border-card {
  border: 3px solid #5D6089;
  background-color: transparent;
  color: #5D6089;
  padding: 0.7rem 1.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.5s ease;
}
.button-border-card:hover {
  background-color: #5D6089;
  color: #fff;
}

.slider {
  width: 100%;
  height: auto;
  margin: auto;
  overflow: hidden;
}


.slider .slide-track {
  display: flex;
  align-items: center;
  animation: scroll 72s linear infinite;
  -webkit-animation: scroll 72s linear infinite;
  width: calc(200px * 82);
}

.slider .slide {
  width: 20%;
}

.slider .slide img {
  width: 100%;
}

@keyframes scroll {
  0% {
    transform: translatex(0);
    -webkit-transform:  translatex(0);
  }
  100% {
    transform: translatex(calc(-200px * 41));
    -webkit-transform:  translatex(calc(-200px * 41));
  }
}

.foto-banner-servicio{
  background-image: url('/img/baner-servicio.png'); 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.alinear-end {
  display: flex;
  align-content: end;
}

.fondo-header-politica {
  background-image: url('/img/banner-politica.jpg'); 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.img-back-proposito {
  background-image: url('/img/img-back-proposito.jpg'); 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.img-back-mejoras {
  background-image: url('/img/img-back-mejoras.jpg'); 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.img-back-prestacion {
  background-image: url('/img/img-back-prestacion.jpg'); 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}