.banner-hero-atraccion {
  padding: 0px !important;
  width: 100% !important;
}

.banner-hero-atraccion .banner {
  background: url(../img/atraccion/hero-bg.jpg) bottom center fixed !important;
  width: 100% !important;
  height: 50vh !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 !important;
  background-size: cover !important;
}

@media only screen and (max-width: 768px) {
  .banner-hero-atraccion .banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.banner-hero-atraccion .banner a {
  margin-left: 100px;
}

@media only screen and (max-width: 768px) {
  .banner-hero-atraccion .banner a {
    margin-left: 0px;
  }
}

.banner-hero-atraccion .banner a .logo-hero {
  width: 400px;
  height: 200px;
  background-image: url(../img/atraccion.png);
  background-position: center center;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .banner-hero-atraccion .banner a .logo-hero {
    width: 200px;
    height: 100px;
  }
}

.businessboxes-atraccion {
  background-color: #3f3f3f;
  padding: 50px 80px 80px !important;
  margin: 80px 0px;
}

@media only screen and (min-height: 1240px) and (max-width: 1920px) {
  .businessboxes-atraccion {
    background-color: #3f3f3f;
    padding: 100px 150px !important;
    margin: 80px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1240px) {
  .businessboxes-atraccion {
    padding: 0px 20px !important;
  }
}

@media only screen and (max-width: 768px) {
  .businessboxes-atraccion {
    padding: 50px 10px !important;
    display: block;
  }
}

.businessboxes-atraccion .cardrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px;
}

@media only screen and (max-width: 768px) {
  .businessboxes-atraccion .cardrow {
    display: block;
  }
}

.businessboxes-atraccion .cardrow .cardbox {
  width: 25%;
  padding: 0px 50px;
  margin: 40px 0px;
  min-height: 450px;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1480px) {
  .businessboxes-atraccion .cardrow .cardbox {
    padding: 0px 10px !important;
    min-height: 500px;
  }
}

@media only screen and (max-width: 768px) {
  .businessboxes-atraccion .cardrow .cardbox {
    width: 90%;
    padding: 0px;
    margin: 20px auto;
  }
}

.businessboxes-atraccion .cardrow .cardbox .bb1,
.businessboxes-atraccion .cardrow .cardbox .bb3 {
  display: block !important;
  background: url(../img/atraccion/bb1.png) #3f3f3f !important;
  background-position: center center !important;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 450px;
  height: 450px;
  max-height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  min-height: 400px;
  padding: 30px 20px;
}

.businessboxes-atraccion .cardrow .cardbox .bb1 .card-content h4,
.businessboxes-atraccion .cardrow .cardbox .bb3 .card-content h4 {
  display: block;
  margin: 20px 0px;
  color: white !important;
  font-weight: 800;
}

.businessboxes-atraccion .cardrow .cardbox .bb1 .card-content p,
.businessboxes-atraccion .cardrow .cardbox .bb3 .card-content p {
  color: white;
  text-align: left;
  margin: 0px 0px 0px !important;
}

@media only screen and (max-width: 768px) {
  .businessboxes-atraccion .cardrow .cardbox .bb1 .card-content p,
  .businessboxes-atraccion .cardrow .cardbox .bb3 .card-content p {
    font-size: 18px;
  }
}

.businessboxes-atraccion .cardrow .cardbox .bb2 {
  display: block !important;
  background: url(../img/atraccion/bb2.png) white !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  min-height: 450px;
  height: 450px;
  max-height: 450px;
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.businessboxes-atraccion .cardrow .cardbox .bb2 .card-content h4 {
  margin: 20px 0px;
  font-weight: 800;
}

.businessboxes-atraccion .cardrow .cardbox .bb2 .card-content p {
  color: #3f3f3f !important;
  text-align: left;
  margin: 0px 0px 0px !important;
}

@media only screen and (max-width: 768px) {
  .businessboxes-atraccion .cardrow .cardbox .bb2 .card-content p {
    font-size: 18px;
  }
}

.businessboxes-atraccion .cardrow .cardbox .bb3 {
  background: url(../img/atraccion/bb3.png) #3f3f3f !important;
  background-position: center center !important;
}

.businessboxes-atraccion .business {
  text-align: center;
}

.businessboxes-atraccion .business hr {
  width: 30% !important;
  border: 1px solid #980d12;
  margin: 5px auto 10px;
  padding: 0px;
}

.businessboxes-atraccion .business h1 {
  font-family: "Bebas Neue" !important;
  font-size: 45px !important;
  color: white !important;
  margin: 5px auto !important;
}

.businessboxes-atraccion .business p {
  color: white !important;
}

.banner-hero-valoracion {
  padding: 0px !important;
  width: 100% !important;
}

.banner-hero-valoracion .banner {
  background: url(../img/valoracion/hero-bg.jpg) bottom center fixed !important;
  width: 100% !important;
  height: 50vh !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 !important;
  background-size: cover !important;
}

@media only screen and (max-width: 768px) {
  .banner-hero-valoracion .banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.banner-hero-valoracion .banner a {
  margin-left: 100px;
}

@media only screen and (max-width: 768px) {
  .banner-hero-valoracion .banner a {
    margin-left: 0px;
  }
}

.banner-hero-valoracion .banner a .logo-hero {
  width: 400px;
  height: 200px;
  background-image: url(../img/valoracion.png);
  background-position: center center;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .banner-hero-valoracion .banner a .logo-hero {
    width: 150px;
    height: 75px;
  }
}

.businessboxes-valoracion {
  background-color: #3F3F3F;
  padding: 50px 80px 80px !important;
  margin: 80px 0px;
}

@media only screen and (min-height: 1240px) and (max-width: 1920px) {
  .businessboxes-valoracion {
    background-color: #3F3F3F;
    padding: 100px 150px !important;
    margin: 80px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1240px) {
  .businessboxes-valoracion {
    padding: 0px 20px !important;
  }
}

@media only screen and (max-width: 768px) {
  .businessboxes-valoracion {
    padding: 50px 10px !important;
    display: block;
  }
}

.businessboxes-valoracion .cardrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px;
}

@media only screen and (max-width: 768px) {
  .businessboxes-valoracion .cardrow {
    display: block;
  }
}

.businessboxes-valoracion .cardrow .cardbox {
  width: 25%;
  padding: 0px 50px;
  margin: 40px 0px;
  min-height: 450px;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1480px) {
  .businessboxes-valoracion .cardrow .cardbox {
    padding: 0px  10px !important;
    min-height: 550px !important;
  }
}

@media only screen and (max-width: 768px) {
  .businessboxes-valoracion .cardrow .cardbox {
    width: 90%;
    padding: 0px;
    margin: 20px auto;
    min-height: 550px !important;
  }
}

.businessboxes-valoracion .cardrow .cardbox .bb1, .businessboxes-valoracion .cardrow .cardbox .bb3, .businessboxes-valoracion .cardrow .cardbox .bb6, .businessboxes-valoracion .cardrow .cardbox .bb8, .businessboxes-valoracion .cardrow .cardbox .bb9, .businessboxes-valoracion .cardrow .cardbox .pb2 {
  display: block !important;
  background: url(../img/valoracion/bb1.png) white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  min-height: 450px;
  height: 450px;
  max-height: 450px;
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 768px) {
  .businessboxes-valoracion .cardrow .cardbox .bb1, .businessboxes-valoracion .cardrow .cardbox .bb3, .businessboxes-valoracion .cardrow .cardbox .bb6, .businessboxes-valoracion .cardrow .cardbox .bb8, .businessboxes-valoracion .cardrow .cardbox .bb9, .businessboxes-valoracion .cardrow .cardbox .pb2 {
    min-height: 550px !important;
    height: 550px !important;
    max-height: 550px !important;
  }
}

.businessboxes-valoracion .cardrow .cardbox .bb1 .card-content h4, .businessboxes-valoracion .cardrow .cardbox .bb3 .card-content h4, .businessboxes-valoracion .cardrow .cardbox .bb6 .card-content h4, .businessboxes-valoracion .cardrow .cardbox .bb8 .card-content h4, .businessboxes-valoracion .cardrow .cardbox .bb9 .card-content h4, .businessboxes-valoracion .cardrow .cardbox .pb2 .card-content h4 {
  margin: 20px 0px;
  font-weight: 800;
}

.businessboxes-valoracion .cardrow .cardbox .bb1 .card-content p, .businessboxes-valoracion .cardrow .cardbox .bb3 .card-content p, .businessboxes-valoracion .cardrow .cardbox .bb6 .card-content p, .businessboxes-valoracion .cardrow .cardbox .bb8 .card-content p, .businessboxes-valoracion .cardrow .cardbox .bb9 .card-content p, .businessboxes-valoracion .cardrow .cardbox .pb2 .card-content p {
  color: #3F3F3F  !important;
  text-align: left;
  margin: 0px 0px 0px !important;
}

@media only screen and (max-width: 768px) {
  .businessboxes-valoracion .cardrow .cardbox .bb1 .card-content p, .businessboxes-valoracion .cardrow .cardbox .bb3 .card-content p, .businessboxes-valoracion .cardrow .cardbox .bb6 .card-content p, .businessboxes-valoracion .cardrow .cardbox .bb8 .card-content p, .businessboxes-valoracion .cardrow .cardbox .bb9 .card-content p, .businessboxes-valoracion .cardrow .cardbox .pb2 .card-content p {
    font-size: 18px;
  }
}

.businessboxes-valoracion .cardrow .cardbox .bb3 {
  background: url(../img/valoracion/bb3.png) white !important;
}

.businessboxes-valoracion .cardrow .cardbox .bb6 {
  background: url(../img/valoracion/bb6.png) white !important;
}

.businessboxes-valoracion .cardrow .cardbox .bb8 {
  background: url(../img/valoracion/bb8.png) white !important;
}

.businessboxes-valoracion .cardrow .cardbox .bb9 {
  background: url(../img/valoracion/bb9.png) white !important;
}

.businessboxes-valoracion .cardrow .cardbox .pb2 {
  background: url(../img/valoracion/bb4.png) white !important;
}

.businessboxes-valoracion .cardrow .cardbox .bb2, .businessboxes-valoracion .cardrow .cardbox .bb4, .businessboxes-valoracion .cardrow .cardbox .bb5, .businessboxes-valoracion .cardrow .cardbox .bb7, .businessboxes-valoracion .cardrow .cardbox .pb1, .businessboxes-valoracion .cardrow .cardbox .pb3 {
  display: block !important;
  background: url(../img/valoracion/bb2.png) #3F3F3F;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 450px;
  height: 450px;
  max-height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  min-height: 400px;
  padding: 30px 20px;
}

@media only screen and (max-width: 768px) {
  .businessboxes-valoracion .cardrow .cardbox .bb2, .businessboxes-valoracion .cardrow .cardbox .bb4, .businessboxes-valoracion .cardrow .cardbox .bb5, .businessboxes-valoracion .cardrow .cardbox .bb7, .businessboxes-valoracion .cardrow .cardbox .pb1, .businessboxes-valoracion .cardrow .cardbox .pb3 {
    min-height: 550px !important;
    height: 550px !important;
    max-height: 550px !important;
  }
}

.businessboxes-valoracion .cardrow .cardbox .bb2 .card-content h4, .businessboxes-valoracion .cardrow .cardbox .bb4 .card-content h4, .businessboxes-valoracion .cardrow .cardbox .bb5 .card-content h4, .businessboxes-valoracion .cardrow .cardbox .bb7 .card-content h4, .businessboxes-valoracion .cardrow .cardbox .pb1 .card-content h4, .businessboxes-valoracion .cardrow .cardbox .pb3 .card-content h4 {
  display: block;
  margin: 20px 0px;
  color: white !important;
  font-weight: 800;
}

.businessboxes-valoracion .cardrow .cardbox .bb2 .card-content p, .businessboxes-valoracion .cardrow .cardbox .bb4 .card-content p, .businessboxes-valoracion .cardrow .cardbox .bb5 .card-content p, .businessboxes-valoracion .cardrow .cardbox .bb7 .card-content p, .businessboxes-valoracion .cardrow .cardbox .pb1 .card-content p, .businessboxes-valoracion .cardrow .cardbox .pb3 .card-content p {
  color: white;
  text-align: left;
  margin: 0px 0px 0px !important;
}

@media only screen and (max-width: 768px) {
  .businessboxes-valoracion .cardrow .cardbox .bb2 .card-content p, .businessboxes-valoracion .cardrow .cardbox .bb4 .card-content p, .businessboxes-valoracion .cardrow .cardbox .bb5 .card-content p, .businessboxes-valoracion .cardrow .cardbox .bb7 .card-content p, .businessboxes-valoracion .cardrow .cardbox .pb1 .card-content p, .businessboxes-valoracion .cardrow .cardbox .pb3 .card-content p {
    font-size: 18px;
  }
}

.businessboxes-valoracion .cardrow .cardbox .bb4 {
  background: url(../img/valoracion/bb4.png) #3F3F3F !important;
}

.businessboxes-valoracion .cardrow .cardbox .bb5 {
  background: url(../img/valoracion/bb5.png) #3F3F3F !important;
}

.businessboxes-valoracion .cardrow .cardbox .bb7 {
  background: url(../img/valoracion/bb7.png) #3F3F3F !important;
}

.businessboxes-valoracion .cardrow .cardbox .pb1 {
  background: url(../img/valoracion/pb1.png) #3F3F3F !important;
}

.businessboxes-valoracion .cardrow .cardbox .pb3 {
  background: url(../img/valoracion/pb3.png) #3F3F3F !important;
}

.businessboxes-valoracion .business {
  text-align: center;
}

.businessboxes-valoracion .business hr {
  width: 30% !important;
  border: 1px solid #980d12;
  margin: 5px auto 10px;
  padding: 0px;
}

.businessboxes-valoracion .business h1 {
  font-family: 'Bebas Neue' !important;
  font-size: 45px !important;
  margin: 5px auto !important;
}

#businessboxes-valoracion {
  width: 100%;
  margin-top: 0;
  text-align: center;
  display: none;
  padding: 0px;
  margin-top: 50px;
}

#businessboxes-valoracion p {
  color: white;
}

#businessboxes-valoracion h1 {
  color: white !important;
  font-size: 48px;
  margin-top: 20px;
}

#personal-valoracion {
  width: 100%;
  margin-top: 0;
  text-align: center;
  display: none;
  margin-top: 50px;
  padding: 0px;
}

#personal-valoracion p {
  color: white;
}

#personal-valoracion h1 {
  color: white !important;
  font-size: 48px;
  margin-top: 20px;
}

.banner-hero-fortalecimiento {
  padding: 0px !important;
  width: 100% !important;
}

.banner-hero-fortalecimiento .banner {
  background: url(../img/fortalecimiento/hero-bg.jpg) bottom center fixed !important;
  width: 100% !important;
  height: 50vh !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 !important;
  background-size: cover !important;
}

@media only screen and (max-width: 768px) {
  .banner-hero-fortalecimiento .banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.banner-hero-fortalecimiento .banner a {
  margin-left: 100px;
}

@media only screen and (max-width: 768px) {
  .banner-hero-fortalecimiento .banner a {
    margin-left: 0px;
  }
}

.banner-hero-fortalecimiento .banner a .logo-hero {
  width: 500px;
  height: 220px;
  background-image: url(../img/fortalecimiento.png);
  background-position: center center;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .banner-hero-fortalecimiento .banner a .logo-hero {
    width: 150px;
    height: 60px;
  }
}

.businessboxes-fortalecimiento {
  background-color: #3F3F3F;
  padding: 50px 80px 80px !important;
  margin: 80px 0px;
}

@media only screen and (min-height: 1240px) and (max-width: 1920px) {
  .businessboxes-fortalecimiento {
    background-color: #3F3F3F;
    padding: 100px 150px !important;
    margin: 80px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1240px) {
  .businessboxes-fortalecimiento {
    padding: 0px 20px !important;
  }
}

@media only screen and (max-width: 768px) {
  .businessboxes-fortalecimiento {
    padding: 50px 10px !important;
    display: block;
  }
}

.businessboxes-fortalecimiento .cardrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px;
}

@media only screen and (max-width: 768px) {
  .businessboxes-fortalecimiento .cardrow {
    display: block;
  }
}

.businessboxes-fortalecimiento .cardrow .cardbox {
  width: 25%;
  padding: 0px 50px;
  margin: 40px 0px;
  min-height: 450px;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1480px) {
  .businessboxes-fortalecimiento .cardrow .cardbox {
    padding: 0px  10px !important;
    min-height: 550px !important;
  }
}

@media only screen and (max-width: 768px) {
  .businessboxes-fortalecimiento .cardrow .cardbox {
    width: 90%;
    padding: 0px;
    margin: 20px auto;
    min-height: 550px !important;
  }
}

.businessboxes-fortalecimiento .cardrow .cardbox .bb2, .businessboxes-fortalecimiento .cardrow .cardbox .bb4, .businessboxes-fortalecimiento .cardrow .cardbox .pb1, .businessboxes-fortalecimiento .cardrow .cardbox .pb3, .businessboxes-fortalecimiento .cardrow .cardbox .pb6 {
  display: block !important;
  background: url(../img/fortalecimiento/bb1.png) white;
  background-position: center center !important;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  min-height: 450px;
  height: 450px;
  max-height: 450px;
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 768px) {
  .businessboxes-fortalecimiento .cardrow .cardbox .bb2, .businessboxes-fortalecimiento .cardrow .cardbox .bb4, .businessboxes-fortalecimiento .cardrow .cardbox .pb1, .businessboxes-fortalecimiento .cardrow .cardbox .pb3, .businessboxes-fortalecimiento .cardrow .cardbox .pb6 {
    min-height: 550px !important;
    height: 550px !important;
    max-height: 550px !important;
  }
}

.businessboxes-fortalecimiento .cardrow .cardbox .bb2 .card-content h4, .businessboxes-fortalecimiento .cardrow .cardbox .bb4 .card-content h4, .businessboxes-fortalecimiento .cardrow .cardbox .pb1 .card-content h4, .businessboxes-fortalecimiento .cardrow .cardbox .pb3 .card-content h4, .businessboxes-fortalecimiento .cardrow .cardbox .pb6 .card-content h4 {
  margin: 20px 0px;
  font-weight: 800;
  text-transform: uppercase !important;
}

.businessboxes-fortalecimiento .cardrow .cardbox .bb2 .card-content p, .businessboxes-fortalecimiento .cardrow .cardbox .bb4 .card-content p, .businessboxes-fortalecimiento .cardrow .cardbox .pb1 .card-content p, .businessboxes-fortalecimiento .cardrow .cardbox .pb3 .card-content p, .businessboxes-fortalecimiento .cardrow .cardbox .pb6 .card-content p {
  color: #3F3F3F  !important;
  text-align: left;
  margin: 0px 0px 0px !important;
}

@media only screen and (max-width: 768px) {
  .businessboxes-fortalecimiento .cardrow .cardbox .bb2 .card-content p, .businessboxes-fortalecimiento .cardrow .cardbox .bb4 .card-content p, .businessboxes-fortalecimiento .cardrow .cardbox .pb1 .card-content p, .businessboxes-fortalecimiento .cardrow .cardbox .pb3 .card-content p, .businessboxes-fortalecimiento .cardrow .cardbox .pb6 .card-content p {
    font-size: 18px;
  }
}

.businessboxes-fortalecimiento .cardrow .cardbox .bb4 {
  background: url(../img/fortalecimiento/bb4.png) white !important;
}

.businessboxes-fortalecimiento .cardrow .cardbox .pb1 {
  background: url(../img/fortalecimiento/pb1.png) white !important;
}

.businessboxes-fortalecimiento .cardrow .cardbox .pb3 {
  background: url(../img/fortalecimiento/pb3.png) white !important;
}

.businessboxes-fortalecimiento .cardrow .cardbox .pb6 {
  background: url(../img/fortalecimiento/pb6.png) white !important;
}

.businessboxes-fortalecimiento .cardrow .cardbox .bb1, .businessboxes-fortalecimiento .cardrow .cardbox .bb3, .businessboxes-fortalecimiento .cardrow .cardbox .pb2, .businessboxes-fortalecimiento .cardrow .cardbox .pb4, .businessboxes-fortalecimiento .cardrow .cardbox .pb5 {
  display: block !important;
  background: url(../img/fortalecimiento/bb2.png) #3F3F3F;
  background-position: center center !important;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 450px;
  height: 450px;
  max-height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  min-height: 400px;
  padding: 30px 20px;
}

@media only screen and (max-width: 768px) {
  .businessboxes-fortalecimiento .cardrow .cardbox .bb1, .businessboxes-fortalecimiento .cardrow .cardbox .bb3, .businessboxes-fortalecimiento .cardrow .cardbox .pb2, .businessboxes-fortalecimiento .cardrow .cardbox .pb4, .businessboxes-fortalecimiento .cardrow .cardbox .pb5 {
    min-height: 550px !important;
    height: 550px !important;
    max-height: 550px !important;
  }
}

.businessboxes-fortalecimiento .cardrow .cardbox .bb1 .card-content h4, .businessboxes-fortalecimiento .cardrow .cardbox .bb3 .card-content h4, .businessboxes-fortalecimiento .cardrow .cardbox .pb2 .card-content h4, .businessboxes-fortalecimiento .cardrow .cardbox .pb4 .card-content h4, .businessboxes-fortalecimiento .cardrow .cardbox .pb5 .card-content h4 {
  display: block;
  margin: 20px 0px;
  color: white !important;
  font-weight: 800;
  text-transform: uppercase !important;
}

.businessboxes-fortalecimiento .cardrow .cardbox .bb1 .card-content p, .businessboxes-fortalecimiento .cardrow .cardbox .bb3 .card-content p, .businessboxes-fortalecimiento .cardrow .cardbox .pb2 .card-content p, .businessboxes-fortalecimiento .cardrow .cardbox .pb4 .card-content p, .businessboxes-fortalecimiento .cardrow .cardbox .pb5 .card-content p {
  color: white;
  text-align: left;
  margin: 0px 0px 0px !important;
}

@media only screen and (max-width: 768px) {
  .businessboxes-fortalecimiento .cardrow .cardbox .bb1 .card-content p, .businessboxes-fortalecimiento .cardrow .cardbox .bb3 .card-content p, .businessboxes-fortalecimiento .cardrow .cardbox .pb2 .card-content p, .businessboxes-fortalecimiento .cardrow .cardbox .pb4 .card-content p, .businessboxes-fortalecimiento .cardrow .cardbox .pb5 .card-content p {
    font-size: 18px;
  }
}

.businessboxes-fortalecimiento .cardrow .cardbox .bb3 {
  background: url(../img/fortalecimiento/bb3.png) #3f3f3f !important;
}

.businessboxes-fortalecimiento .cardrow .cardbox .pb2 {
  background: url(../img/fortalecimiento/pb2.png) #3f3f3f !important;
}

.businessboxes-fortalecimiento .cardrow .cardbox .pb4 {
  background: url(../img/fortalecimiento/pb4.png) #3f3f3f !important;
}

.businessboxes-fortalecimiento .cardrow .cardbox .pb5 {
  background: url(../img/fortalecimiento/pb5.png) #3f3f3f !important;
}

.businessboxes-fortalecimiento .business {
  text-align: center;
}

.businessboxes-fortalecimiento .business hr {
  width: 30% !important;
  border: 1px solid #980d12;
  margin: 5px auto 10px;
  padding: 0px;
}

.businessboxes-fortalecimiento .business h1 {
  font-family: 'Bebas Neue' !important;
  font-size: 45px !important;
  margin: 5px auto !important;
}

#businessboxes-fortalecimiento {
  width: 100%;
  margin-top: 0;
  text-align: center;
  display: none;
  padding: 0px;
  margin-top: 50px;
}

#businessboxes-fortalecimiento p {
  color: white;
}

#businessboxes-fortalecimiento h1 {
  color: white !important;
  font-size: 48px;
  margin-top: 20px;
}

#personal-fortalecimiento {
  width: 100%;
  margin-top: 0;
  text-align: center;
  display: none;
  margin-top: 50px;
  padding: 0px;
}

#personal-fortalecimiento p {
  color: white;
}

#personal-fortalecimiento h1 {
  color: white !important;
  font-size: 48px;
  margin-top: 20px;
}

.servicios-container .v-title {
  padding-top: 50px;
}

.servicios-container .v-title h2 {
  font-family: "Myriad Variable Concept";
  font-weight: 700 !important;
  text-transform: uppercase;
  color: #3f3f3f !important;
  font-size: 32px;
  text-shadow: 0px 0px 1px #000;
}

@media only screen and (max-width: 768px) {
  .servicios-container .v-title h2 {
    font-size: 24px;
    margin-top: 20px;
  }
}

.servicios-container h2 {
  font-family: "Bebas Neue";
  color: #3f3f3f !important;
  font-size: 50px;
  text-shadow: 0px 0px 1px #000;
}

@media only screen and (max-width: 768px) {
  .servicios-container h2 {
    font-size: 40px;
    margin-top: 20px;
  }
}

.servicios-container hr {
  width: 30%;
  border: 1px solid #980d12;
}

.servicios-container p {
  font-size: 14px;
  text-align: center;
}

.servicios-container .botones {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.servicios-container .botones i {
  background-color: black;
  padding: 50px 25px;
  margin: 0px 40px;
  border-radius: 50%;
  -webkit-box-shadow: 2px 10px 10px #3f3f3f;
          box-shadow: 2px 10px 10px #3f3f3f;
}

.servicios-container .botones .boton1 {
  margin: 0px 10px;
  min-width: 150px;
  width: 150px;
  min-height: 150px;
  height: 150px;
  background: url(../img/business.png) center center no-repeat;
  background-size: cover;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.servicios-container .botones .boton1:hover {
  background: url(../img/businesshover.png) center center no-repeat;
  background-size: cover;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.servicios-container .botones .boton1:checked {
  background: url(../img/businesshover.png) center center no-repeat;
  background-size: cover;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.servicios-container .botones .boton2 {
  margin: 0px 50px;
  min-width: 150px;
  width: 150px;
  min-height: 150px;
  height: 150px;
  background: url(../img/personal.png) center center no-repeat;
  background-size: cover;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.servicios-container .botones .boton2:hover {
  background: url(../img/personalhover.png) center center no-repeat;
  background-size: cover;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.servicios-container .contacto {
  margin-top: 100px;
}

.servicios-container .contacto h2 {
  font-size: 48px;
}

.map {
  z-index: 0 !important;
}

.map h2 {
  font-family: "Bebas Neue";
  font-weight: 800 !important;
  color: #3f3f3f !important;
  font-size: 48px;
  text-shadow: 0px 0px 1px #000;
}

@media only screen and (max-width: 768px) {
  .map h2 {
    font-size: 40px;
    margin-top: 20px;
  }
}

.datoscontacto {
  z-index: 9 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .datoscontacto {
    width: 100%;
  }
}

.datoscontacto .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  width: 100%;
  padding: 10px;
  margin: -100px auto 20px;
  z-index: 9 !important;
}

@media only screen and (max-width: 768px) {
  .datoscontacto .overlay {
    display: block;
  }
}

.datoscontacto .overlay .formbox {
  width: 100%;
  padding: 10px;
}

.datoscontacto .overlay .formbox ul {
  list-style-type: none;
  padding: 0px;
}

.datoscontacto .overlay .formbox ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  margin: 10px 0px;
}

.datoscontacto .overlay .formbox ul li i {
  margin-right: 20px;
  color: #801417;
  font-size: 20px;
}

.datoscontacto .overlay .formbox ul li p {
  margin: 0;
  font-size: 16px;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .datoscontacto .overlay .formbox ul li p {
    font-size: 20px;
  }
}

.datoscontacto .overlay .formbox .form .form-submit {
  background-color: #801417;
  border: #801417;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Common
--------------------------------*/
.section-title {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}

.section-description {
  text-align: center;
  margin-bottom: 40px;
}

.section-title-divider {
  width: 50px;
  height: 3px;
  background: #03C4EB;
  margin: 0 auto;
  margin-bottom: 20px;
}

/* Get Started Section
--------------------------------*/
#about {
  background: #fff;
  padding: 80px 0;
}

#about .about-container {
  background: url(../img/about-img.jpg) left top no-repeat;
}

#about .about-content {
  background: #fff;
}

#about .about-title {
  color: #333;
  font-weight: 700;
  font-size: 28px;
}

#about .about-text {
  line-height: 26px;
}

#about .about-text:last-child {
  margin-bottom: 0;
}

/* Services Section
--------------------------------*/
#services {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.9))), url("../img/services_bg.jpg") fixed bottom center;
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../img/services_bg.jpg") fixed bottom center;
  background-size: cover;
  padding: 80px 0 60px 0;
}

#services .service-item {
  margin-bottom: 20px;
}

#services .service-icon {
  float: left;
  background: #03C4EB;
  padding: 16px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #03C4EB;
}

#services .service-icon i {
  color: #fff;
  font-size: 24px;
}

#services .service-item:hover .service-icon {
  background: #fff;
}

#services .service-item:hover .service-icon i {
  color: #03C4EB;
}

#services .service-title {
  margin-left: 80px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#services .service-title a {
  color: #111;
}

#services .service-description {
  margin-left: 80px;
  line-height: 24px;
}

/* Subscribe Section
--------------------------------*/
#subscribe {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url(../img/subscribe-bg.jpg) fixed center center;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/subscribe-bg.jpg) fixed center center;
  background-size: cover;
  padding: 80px 0;
}

#subscribe .subscribe-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#subscribe .subscribe-text {
  color: #fff;
}

#subscribe .subscribe-btn-container {
  text-align: center;
  padding-top: 20px;
}

#subscribe .subscribe-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#subscribe .subscribe-btn:hover {
  background: #03C4EB;
  border: 2px solid #03C4EB;
}

/* Portfolio Section
--------------------------------*/
.portfolio {
  background: url(../img/servicios_bg.jpg) center center fixed;
  background-size: cover;
  padding: 50px 0;
}

.portfolio h3 {
  margin-bottom: 50px;
}

.portfolio .portfolio-item {
  background: white;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 260px;
  width: 100%;
  display: table;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.portfolio .portfolio-item:hover {
  -webkit-box-shadow: 3px 5px 5px #9f9f9f !important;
          box-shadow: 3px 5px 5px #9f9f9f !important;
}

.portfolio .portfolio-item .details {
  height: 260px;
  background: #fff;
  display: table-cell;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  overflow: hidden;
  border-bottom: 5px solid transparent !important;
}

.portfolio .portfolio-item .details h4 {
  font-size: 16px;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate3d(0, -15px, 0);
          transform: translate3d(0, -15px, 0);
  font-weight: 700;
  color: #333333;
}

.portfolio .portfolio-item .details p {
  font-size: 18px;
  margin: 40px 0px !important;
  color: #7C7C7C !important;
}

.portfolio .portfolio-item .details img {
  width: 250px;
  margin-top: 20px;
}

.portfolio .portfolio-item:hover .details {
  border-bottom: 5px solid black !important;
  -webkit-box-shadow: 3px 5px 5px #5f5f5f !important;
          box-shadow: 3px 5px 5px #5f5f5f !important;
}

.portfolio .portfolio-item:hover .details h4 {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.portfolio .portfolio-item:hover .details span {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.portfolio .portfolio-item:hover .details p {
  color: black !important;
}

.portfolio .portfolio-item:hover .details {
  opacity: 1 !important;
}

/* Testimonials Section
--------------------------------*/
#testimonials {
  background: #f6f6f6;
  padding: 80px 0;
}

#testimonials .profile {
  text-align: center;
}

#testimonials .profile .pic {
  border-radius: 50%;
  border: 6px solid #fff;
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
  width: 260px;
}

#testimonials .profile .pic img {
  max-width: 100%;
}

#testimonials .profile h4 {
  font-weight: 700;
  color: #03C4EB;
  margin-bottom: 5px;
}

#testimonials .profile span {
  color: #333333;
}

#testimonials .quote {
  position: relative;
  background: #fff;
  padding: 60px;
  margin-top: 40px;
  font-size: 16px;
  font-style: italic;
  border-radius: 5px;
}

#testimonials .quote b {
  display: inline-block;
  font-size: 22px;
  left: -9px;
  position: relative;
  top: -8px;
}

#testimonials .quote small {
  display: inline-block;
  right: -9px;
  position: relative;
  top: 4px;
}

/* Team Section
--------------------------------*/
#team {
  background: #fff;
  padding: 80px 0 60px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
}

#team .member .pic {
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
}

#team .member .pic img {
  max-width: 100%;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  color: #b3b3b3;
}

#team .member .social a:hover {
  color: #03C4EB;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/
#contact {
  background: #f7f7f7;
  padding: 80px 0;
}

#contact .info {
  color: #333333;
}

#contact .info i {
  font-size: 32px;
  color: #03C4EB;
  float: left;
}

#contact .info p {
  padding: 0 0 10px 50px;
  line-height: 24px;
}

#contact .form #sendmessage {
  color: #03C4EB;
  border: 1px solid #03C4EB;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#contact .form button[type="submit"] {
  background: #03C4EB;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#contact .form button[type="submit"]:hover {
  background: #25d8fc;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #111;
  padding: 30px 0;
  color: #fff;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #ccc;
}
/*# sourceMappingURL=servicios.css.map */