/*
    Theme Name: Tema CEPS
    Theme URI: http://ceps.com.co
    Author: Drillapp SAS
    Author URI: http://drillapp.co
    Description: Tema hecho para CEPS SAS
    Version: 1.0
    Text Domain: ceps
*/
html body {
  background: #fff;
  font-family: 'Rubik';
  padding-top: 90px;
}
@media screen and (max-width: 600px) {
  html body {
    padding-top: 60px;
  }
}
.overlay {
  background: rgba(0,0,0,0.55);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
h5.titulo-gris {
  color: #7f7b79;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 771px) {
  h5.titulo-gris {
    text-align: center;
  }
}
h1.titulo-rojo-grande {
  color: #d20810;
  font-family: 'Encode Sans Semi Condensed';
  font-size: 56px;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 771px) {
  h1.titulo-rojo-grande {
    font-size: 40px;
  }
}
p.texto-informativo {
  color: #7f7b79;
  font-size: 18px;
  line-height: 30px;
  margin: 0;
}
@media screen and (max-width: 771px) {
  p.texto-informativo {
    font-size: 16px;
    line-height: 24px;
  }
}
.navbar {
  background: #d20810;
  min-height: 90px;
}
@media screen and (max-width: 600px) {
  .navbar {
    min-height: 60px;
  }
}
@media screen and (max-width: 600px) {
  .navbar .navbar-brand img {
    height: 34px;
  }
}
.navbar .navbar-toggler {
  border: none;
  outline: none;
  cursor: pointer;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar .navbar-nav .menu-item {
  position: relative;
}
.navbar .navbar-nav .menu-item a {
  color: #fff;
  font-size: 12px;
  padding: 0.5rem 1rem;
  text-decoration: none;
  text-transform: uppercase;
}
.navbar .navbar-nav .menu-item a:hover {
  font-weight: 500;
}
@media screen and (max-width: 850px) {
  .navbar .navbar-nav .menu-item a {
    padding: 0.5rem;
  }
}
.navbar .navbar-nav .menu-item .separator {
  background: #fff;
  display: inline-block;
  height: 57px;
  position: absolute;
  top: 5px;
  width: 2px;
}
@media screen and (max-width: 991px) {
  .navbar .navbar-nav .menu-item .separator {
    display: none;
  }
}
.navbar .navbar-nav .menu-item .dropdown-menu {
  background: #d20810;
  border-radius: 0;
  border: none;
  left: 2px;
  top: 60px;
}
.navbar .navbar-nav .menu-item .dropdown-menu li a:hover {
  background: #d20810;
}
.navbar .navbar-nav .menu-item .dropdown-menu .separator {
  display: none;
}
.navbar .navbar-nav .lang-item a:hover {
  font-weight: 400;
}
.navbar .navbar-nav .lang-item .separator {
  display: none;
}
.navbar .navbar-nav .current_page_item a {
  font-weight: 500;
}
.banner {
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 800px;
  position: relative;
}
.banner .content {
  z-index: 2;
}
.banner .content h1 {
  color: #fff;
  font-family: 'Encode Sans Semi Condensed';
  font-size: 56px;
  font-weight: 700;
}
.banner .content h1 span {
  font-weight: 500;
}
.banner .content a {
  background: #d20810;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-top: 25px;
  padding: 12px 25px;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (max-width: 950px) {
  .banner {
    height: 600px;
  }
  .banner .content h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 700px) {
  .banner {
    height: 580px;
  }
  .banner .content {
    text-align: center;
  }
  .banner .content h1 {
    text-align: center;
  }
}
@media screen and (max-width: 475px) {
  .banner {
    height: 80vh;
  }
  .banner .content h1 {
    font-size: 30px;
  }
}
.quienes-somos {
  align-items: center;
  display: flex;
  flex-direction: row;
  min-height: 500px;
}
.quienes-somos .left {
  flex: 1.5;
}
.quienes-somos .left h1 {
  color: #d20810;
  font-family: 'Encode Sans Semi Condensed';
  font-size: 56px;
  font-weight: 700;
}
.quienes-somos .right {
  flex: 2;
}
.quienes-somos .right p {
  color: #7f7b79;
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .quienes-somos .left,
  .quienes-somos .right {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .quienes-somos {
    align-items: initial;
    flex-direction: column;
    min-height: 0;
    padding: 30px 15px;
  }
  .quienes-somos .left {
    align-items: center;
    display: flex;
  }
  .quienes-somos .left h1 {
    font-size: 45px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
  }
  .quienes-somos .right {
    align-items: center;
    display: flex;
  }
  .quienes-somos .right p {
    margin: 0 auto;
  }
}
@media screen and (max-width: 475px) {
  .quienes-somos .left h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .quienes-somos .right p {
    font-size: 16px;
    text-align: center;
  }
}
.servicios {
  background: #ecedef;
  display: flex;
  flex-direction: row;
}
.servicios .left {
  display: flex;
  flex: 1.5;
  flex-direction: column;
}
.servicios .left .top {
  height: 300px;
  text-align: center;
  padding-top: 50px;
}
.servicios .left .top h5 {
  color: #7f7b79;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}
.servicios .left .bottom {
  align-items: center;
  background-position: center;
  background-size: cover;
  display: flex;
  height: 600px;
  justify-content: flex-end;
  position: relative;
}
.servicios .left .bottom .content {
  margin-right: 50px;
  text-align: right;
  z-index: 3;
}
.servicios .left .bottom .content h2 {
  color: #fff;
  font-family: 'Encode Sans Semi Condensed';
  font-size: 40px;
  font-weight: 700;
  margin: 0;
}
.servicios .left .bottom .content a {
  background: rgba(255,255,255,0.2);
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-top: 25px;
  padding: 12px 70px;
  text-decoration: none;
  text-transform: uppercase;
}
.servicios .left .bottom .content a:hover {
  background: rgba(255,255,255,0.4);
}
.servicios .right {
  display: flex;
  flex: 2;
  flex-direction: column;
}
.servicios .right .top {
  align-items: center;
  background-position: center;
  background-size: cover;
  display: flex;
  height: 600px;
  position: relative;
}
.servicios .right .top .content {
  margin-left: 50px;
  text-align: left;
  z-index: 3;
}
.servicios .right .top .content h2 {
  color: #fff;
  font-family: 'Encode Sans Semi Condensed';
  font-size: 40px;
  font-weight: 700;
  margin: 0;
}
.servicios .right .top .content a {
  background: rgba(255,255,255,0.2);
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-top: 25px;
  padding: 12px 70px;
  text-decoration: none;
  text-transform: uppercase;
}
.servicios .right .top .content a:hover {
  background: rgba(255,255,255,0.4);
}
.servicios .right .bottom {
  align-items: center;
  background-position: center;
  background-size: cover;
  display: flex;
  height: 300px;
  position: relative;
}
.servicios .right .bottom .content {
  margin-left: 50px;
  text-align: left;
  z-index: 3;
}
.servicios .right .bottom .content h2 {
  color: #fff;
  font-family: 'Encode Sans Semi Condensed';
  font-size: 40px;
  font-weight: 700;
  margin: 0;
}
.servicios .right .bottom .content a {
  background: rgba(255,255,255,0.2);
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-top: 25px;
  padding: 12px 70px;
  text-decoration: none;
  text-transform: uppercase;
}
.servicios .right .bottom .content a:hover {
  background: rgba(255,255,255,0.4);
}
@media screen and (max-width: 767px) {
  .servicios {
    flex-direction: column;
  }
  .servicios .left .top,
  .servicios .right .top,
  .servicios .left .bottom,
  .servicios .right .bottom {
    height: 300px;
  }
  .servicios .left .top {
    height: initial;
    padding-bottom: 50px;
  }
  .servicios .left .bottom {
    justify-content: initial;
  }
  .servicios .left .bottom .content {
    margin-left: 50px;
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .servicios {
    flex-direction: column;
  }
  .servicios .right .top .content h2,
  .servicios .left .top .content h2,
  .servicios .right .bottom .content h2,
  .servicios .left .bottom .content h2 {
    font-size: 30px;
  }
}
.servicios.dos .left .top {
  height: 600px;
}
.servicios.dos .left .bottom {
  height: 300px;
}
@media screen and (max-width: 767px) {
  .servicios.dos .left .top {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .servicios.tres .left .top {
    display: none;
  }
}
.gestion {
  background: #ecedef;
  padding-top: 50px;
  padding-bottom: 115px;
}
.gestion h5 {
  color: #7f7b79;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 50px 0;
  text-transform: uppercase;
}
.gestion .content {
  display: flex;
  flex-direction: row;
  height: 450px;
}
.gestion .content .left {
  align-items: flex-end;
  background: #d20810;
  display: flex;
  flex: 1.3;
  flex-direction: column;
  justify-content: center;
  padding-right: 50px;
}
.gestion .content .left p {
  color: #fff;
  font-family: 'Encode Sans Semi Condensed';
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 40px 0;
  max-width: 370px;
  text-align: right;
  line-height: 50px;
}
.gestion .content .left .ceps-button {
  background: #fff;
  border-radius: 2px;
  color: #d20810;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  font-weight: bold;
  margin: 0;
  padding: 12px 70px;
  text-decoration: none;
  text-transform: uppercase;
}
.gestion .content .right {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 2;
  max-width: 670px;
}
@media screen and (max-width: 991px) {
  .gestion .content .left,
  .gestion .content .right {
    flex: 1;
  }
  .gestion .content .left {
    align-items: center;
    padding: 0;
  }
  .gestion .content .left p {
    text-align: center;
    font-size: 30px;
    line-height: 35px;
    max-width: 280px;
  }
}
@media screen and (max-width: 771px) {
  .gestion {
    padding-bottom: 0;
  }
  .gestion .container {
    padding-left: 0;
    padding-right: 0;
  }
  .gestion h5 {
    text-align: center;
  }
  .gestion .content {
    flex-direction: column;
  }
  .gestion .content .left p {
    font-size: 24px;
    line-height: 28px;
    margin: 0 10px 20px 10px;
    max-width: 400px;
  }
  .gestion .content .right {
    background-position: top center;
  }
}
.clientes h5 {
  color: #7f7b79;
  font-size: 14px;
  font-weight: 500;
  margin: 50px 0;
  text-transform: uppercase;
}
.clientes .logos {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 115px;
  max-height: 200px;
}
.clientes .logos .logo {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
}
.clientes .logos .logo.uno img {
  max-width: 280px;
}
.clientes .logos .logo.dos img {
  max-width: 200px;
}
.clientes .logos .logo.tres img,
.clientes .logos .logo.cuatro img {
  max-height: 110px;
}
@media screen and (max-width: 991px) {
  .clientes .logos .logo.uno img {
    max-width: 280px;
  }
  .clientes .logos .logo.dos img {
    max-width: 100%;
  }
  .clientes .logos .logo.tres img,
  .clientes .logos .logo.cuatro img {
    max-height: 90px;
  }
}
@media screen and (max-width: 771px) {
  .clientes h5 {
    text-align: center;
  }
  .clientes .logos {
    flex-direction: column;
    max-height: initial;
  }
  .clientes .logos .logo {
    height: 150px;
  }
  .clientes .logos .logo.uno img {
    max-width: 280px;
  }
  .clientes .logos .logo.dos img {
    max-width: 100%;
  }
  .clientes .logos .logo.tres img,
  .clientes .logos .logo.cuatro img {
    max-height: 90px;
  }
}
.noticias {
  background: #ecedef;
  padding: 50px 0 115px 0;
}
.noticias .container h5 {
  color: #7f7b79;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 50px 0;
  text-transform: uppercase;
}
.noticias .container .content {
  display: flex;
  flex-direction: row;
}
.noticias .container .content .noticia {
  align-items: flex-start;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 450px;
  padding: 55px 45px;
  position: relative;
}
.noticias .container .content .noticia .titulo {
  color: #fff;
  flex: 1;
  font-family: 'Encode Sans Semi Condensed';
  font-size: 40px;
  font-weight: 700;
  z-index: 3;
}
.noticias .container .content .noticia .boton {
  background: rgba(255,255,255,0.2);
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 20px;
  text-decoration: none;
  text-transform: uppercase;
  flex: 0;
  z-index: 3;
}
.noticias .container .content .noticia .boton:hover {
  background: rgba(255,255,255,0.4);
}
@media screen and (max-width: 991px) {
  .noticias .container .content {
    flex-direction: column;
  }
  .noticias .container .content .noticia {
    height: 220px;
    padding: 30px;
  }
  .noticias .container .content .noticia .titulo {
    font-size: 30px;
  }
}
@media screen and (max-width: 771px) {
  .noticias .container {
    padding-left: 0;
    padding-right: 0;
  }
  .noticias .container h5 {
    text-align: center;
  }
}
.galeria {
  display: flex;
}
.galeria .foto {
  background-position: center;
  background-size: cover;
  flex: 1;
  height: 380px;
}
@media screen and (max-width: 1199px) {
  .galeria .foto {
    height: 220px;
  }
}
@media screen and (max-width: 771px) {
  .galeria .foto {
    height: 200px;
  }
}
@media screen and (max-width: 600px) {
  .galeria {
    flex-flow: row wrap;
  }
  .galeria .foto {
    min-width: 210px;
  }
}
@media screen and (max-width: 440px) {
  .galeria .foto {
    min-width: 150px;
  }
}
footer .big-footer {
  background: #303030;
}
footer .big-footer .container {
  align-items: center;
  display: flex;
  flex-direction: row;
  min-height: 430px;
  padding: 20px 15px;
}
footer .big-footer .container .column {
  flex: 1;
}
footer .big-footer .container .column.one .logo {
  width: 100%;
  max-width: 184px;
}
footer .big-footer .container .column.one .info {
  margin: 30px 0 50px 60px;
}
footer .big-footer .container .column.one .info p {
  color: #9a9a9a;
  font-size: 14px;
  margin: 0 0 15px 0;
}
footer .big-footer .container .column.one .info p:last-child {
  margin: 0;
}
footer .big-footer .container .column.one .certificados {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-left: 60px;
  max-height: 81px;
}
footer .big-footer .container .column.one .certificados .certificado {
  flex: 1;
  height: 100%;
  max-height: 81px;
  max-width: 67px;
  width: 33.3%;
}
footer .big-footer .container .column.menu {
  padding-top: 25px;
}
footer .big-footer .container .column.menu ul {
  list-style-type: none;
  margin: 0 auto;
  width: 167px;
  padding: 0;
}
footer .big-footer .container .column.menu ul li {
  margin-bottom: 13px;
}
footer .big-footer .container .column.menu ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
footer .big-footer .container .column.menu ul li:last-child {
  margin: 0;
}
footer .big-footer .container .column.two .filler {
  height: 24px;
}
footer .big-footer .container .column.two .info {
  height: 92px;
  margin: 30px 0;
}
footer .big-footer .container .column.two .info .info-row {
  display: inline-block;
  height: 21px;
  margin-bottom: 15px;
}
footer .big-footer .container .column.two .info .info-row .icono {
  display: inline-block;
  height: 21px;
  margin-right: 5px;
  text-align: center;
  width: 18px;
}
footer .big-footer .container .column.two .info .info-row .icono img {
  height: 15px;
}
footer .big-footer .container .column.two .info .info-row a,
footer .big-footer .container .column.two .info .info-row p {
  color: #9a9a9a;
  display: inline-block;
  font-size: 14px;
  margin: 0;
  text-decoration: none;
}
footer .big-footer .container .column.two .info .info-row:last-child {
  margin: 0;
}
footer .big-footer .container .column.two .redes {
  height: 81px;
  max-height: 81px;
}
footer .big-footer .container .column.two .redes a {
  display: inline-block;
  height: 40px;
  width: 40px;
}
footer .big-footer .container .column.two .redes a img {
  height: 40px;
  width: 40px;
}
footer .big-footer .container .column.two .redes a:first-child {
  margin-right: 10px;
}
footer .footer-bar {
  background: #212121;
}
footer .footer-bar .container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  min-height: 70px;
}
footer .footer-bar .container .left,
footer .footer-bar .container .right {
  align-items: center;
  display: flex;
  flex: 1;
}
footer .footer-bar .container .left p,
footer .footer-bar .container .right p {
  color: #676767;
  font-size: 12px;
  margin: 0;
}
footer .footer-bar .container .left p a,
footer .footer-bar .container .right p a {
  color: #fff;
}
footer .footer-bar .container .right {
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  footer .big-footer .container {
    flex-wrap: wrap;
  }
  footer .big-footer .container .column {
    width: 50%;
    flex: none;
  }
  footer .big-footer .container .column.one {
    margin-bottom: 30px;
    order: 1;
    text-align: center;
  }
  footer .big-footer .container .column.one .info {
    margin-left: 0;
  }
  footer .big-footer .container .column.one .certificados {
    max-width: 230px;
    margin: 0 auto;
  }
  footer .big-footer .container .column.two {
    margin-bottom: 30px;
    order: 2;
    text-align: center;
  }
  footer .big-footer .container .column.two .info .info-row {
    display: block;
  }
  footer .big-footer .container .column.two .redes {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  footer .big-footer .container .column.menu {
    order: 3;
    padding: 0;
  }
  footer .big-footer .container .column.menu ul li {
    text-align: center;
  }
}
@media screen and (max-width: 771px) {
  footer .big-footer .container {
    padding: 0 15px;
  }
  footer .big-footer .container .column.one .logo {
    display: none;
  }
  footer .big-footer .container .column.one .info {
    margin-bottom: 30px;
  }
  footer .big-footer .container .column.one,
  footer .big-footer .container .column.two {
    width: 100%;
  }
  footer .big-footer .container .column.two .filler {
    height: 0;
  }
  footer .big-footer .container .column.two .info {
    margin: 0;
  }
  footer .big-footer .container .column.two .redes {
    height: initial;
    margin-top: 20px;
  }
  footer .big-footer .container .column.menu {
    display: none;
  }
  footer .footer-bar .container {
    flex-direction: column;
  }
  footer .footer-bar .container .left,
  footer .footer-bar .container .right {
    justify-content: center;
  }
  footer .footer-bar .container .left p,
  footer .footer-bar .container .right p {
    text-align: center;
  }
  footer .footer-bar .container .left p {
    margin: 10px 0;
  }
  footer .footer-bar .container .right p {
    margin-bottom: 10px;
  }
}
.page-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: 650px;
  justify-content: flex-end;
  position: relative;
}
.page-banner .content {
  color: #fff;
  padding-bottom: 80px;
  z-index: 2;
}
.page-banner .content h1 {
  border-bottom: 2px solid #fff;
  font-family: 'Encode Sans Semi Condensed';
  font-size: 56px;
  font-weight: 700;
  line-height: 46px;
}
.page-banner .content p {
  font-family: 'Encode Sans Semi Condensed';
  margin: 0;
  text-align: right;
}
@media screen and (max-width: 950px) {
  .page-banner {
    height: 400px;
  }
}
@media screen and (max-width: 700px) {
  .page-banner {
    height: 200px;
  }
  .page-banner .content {
    padding-bottom: 20px;
  }
  .page-banner .content h1 {
    font-size: 40px;
    line-height: 34px;
  }
}
@media screen and (max-width: 600px) {
  .page-banner .content {
    padding-right: 30px;
    padding-left: 30px;
  }
  .page-banner .content h1 {
    font-size: 36px;
    line-height: 36px;
  }
  .page-banner .content p {
    display: none;
  }
}
.contact-form {
  margin-top: 50px;
}
.contact-form h5 {
  color: #7f7b79;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 50px 0;
  text-transform: uppercase;
}
.contact-form h1 {
  color: #d20810;
  font-family: 'Encode Sans Semi Condensed';
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 50px;
  max-width: 890px;
}
.contact-form p {
  color: #7f7b79;
  margin-bottom: 50px;
}
.contact-form .wpforms-container {
  margin-bottom: 50px !important;
}
.contact-form .wpforms-container .wpforms-field-large,
.contact-form .wpforms-container .wpforms-field-medium {
  background: #eceef0 !important;
  border: none !important;
  color: #7f7b79 !important;
  font-size: 14px;
  height: initial !important;
  padding: 20px !important;
}
.contact-form .wpforms-container .wpforms-field-large::placeholder,
.contact-form .wpforms-container .wpforms-field-medium::placeholder {
  font-weight: 500 !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
}
.contact-form .wpforms-container .wpforms-field-medium {
  resize: none;
  height: 150px !important;
}
.contact-form .wpforms-submit-container {
  text-align: right !important;
}
.contact-form .wpforms-submit-container .wpforms-submit {
  background: #d20810 !important;
  border: none !important;
  border-radius: 2px !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  max-width: 30.6666666667% !important;
  outline: none !important;
  padding: 19px 10px !important;
  text-transform: uppercase !important;
  width: 100% !important;
}
@media screen and (max-width: 700px) {
  .contact-form h5 {
    margin-bottom: 30px;
    text-align: center;
  }
  .contact-form h1 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .contact-form p {
    margin-bottom: 30px;
  }
  .contact-form .wpforms-container .wpforms-field {
    margin: 0 !important;
    width: 100% !important;
  }
  .contact-form .wpforms-submit-container .wpforms-submit {
    max-width: 100% !important;
    width: 100% !important;
  }
}
#mapa {
  height: 600px;
}
@media screen and (max-width: 700px) {
  #mapa {
    height: 60vh;
  }
}
#map-content {
  padding: 30px 0 30px 30px;
}
#map-content .linea {
  background: #d20810;
  height: 2px;
  margin-bottom: 20px;
  width: 80px;
}
#map-content h1 {
  color: #7f7b79;
  font-family: 'Encode Sans Semi Condensed';
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
#map-content span {
  color: #7f7b79;
  display: block;
  font-family: rubik;
  font-size: 14px;
  text-transform: uppercase;
}
#map-content span:not(:last-child) {
  margin-bottom: 6px;
}
@media screen and (max-width: 700px) {
  #map-content {
    padding: 10px 0 10px 10px;
    max-width: 200px;
  }
  #map-content .linea {
    margin-bottom: 10px;
  }
  #map-content h1 {
    font-size: 20px;
  }
  #map-content span {
    font-size: 12px;
  }
}
.nosotros .primer-texto {
  align-items: center;
  color: #7f7b79;
  display: flex;
  font-family: 'Encode Sans Semi Condensed';
  font-size: 35px;
  font-weight: 700;
  height: 550px;
  text-align: center;
}
.nosotros .mision-vision {
  background: #ecedef;
}
.nosotros .mision-vision .mv {
  padding: 50px 15px;
}
.nosotros .mision-vision .mv h5 {
  color: #7f7b79;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 50px 0;
  text-transform: uppercase;
}
.nosotros .mision-vision .mv h1 {
  color: #d20810;
  font-family: 'Encode Sans Semi Condensed';
  font-weight: 700;
  max-width: 700px;
  margin-bottom: 50px;
  font-size: 45px;
}
.nosotros .mision-vision .mv .content {
  display: flex;
  flex-direction: row;
}
.nosotros .mision-vision .mv .content:not(:last-child) {
  margin-bottom: 70px;
}
.nosotros .mision-vision .mv .content .left {
  border-right: 2px solid #d20810;
  font-family: 'Encode Sans Semi Condensed';
  font-size: 25px;
  font-weight: 700;
  width: 40%;
}
.nosotros .mision-vision .mv .content .right {
  color: #7f7b79;
  padding: 10px 0 10px 20px;
  width: 60%;
}
.nosotros .mision-vision .historia .top {
  display: flex;
  flex-direction: row;
}
.nosotros .mision-vision .historia .top .left {
  margin-top: 50px;
  width: 40%;
}
.nosotros .mision-vision .historia .top .left h5 {
  color: #7f7b79;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 50px 0;
  text-transform: uppercase;
}
.nosotros .mision-vision .historia .top .right {
  align-items: center;
  background: #d20810;
  display: flex;
  height: 250px;
  padding: 0 40px;
  width: 60%;
}
.nosotros .mision-vision .historia .top .right h2 {
  color: #fff;
  font-family: 'Encode Sans Semi Condensed';
  font-size: 36px;
  font-weight: 700;
  margin: 0 auto;
  max-width: 400px;
  text-align: center;
}
.nosotros .mision-vision .historia .bottom {
  display: flex;
  flex-direction: row;
}
.nosotros .mision-vision .historia .bottom .left {
  width: 40%;
}
.nosotros .mision-vision .historia .bottom .left p {
  color: #7f7b79;
  line-height: 30px;
  padding-bottom: 0;
  padding-right: 70px;
}
.nosotros .mision-vision .historia .bottom .right {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 530px;
  width: 60%;
}
@media screen and (max-width: 991px) {
  .nosotros .primer-texto {
    font-size: 30px;
    height: initial;
    padding: 30px 15px;
  }
  .nosotros .mision-vision .mv .content {
    flex-direction: column;
  }
  .nosotros .mision-vision .mv .content .left {
    border-bottom: 2px solid #d20810;
    border-right: 0;
    flex: 0;
    width: initial;
  }
  .nosotros .mision-vision .mv .content .right {
    width: 100%;
    padding-left: 0;
  }
  .nosotros .mision-vision .mv .content:not(:last-child) {
    margin-bottom: 10px;
  }
  .nosotros .mision-vision .historia .top .right {
    padding: 40px 20px;
    height: initial;
  }
  .nosotros .mision-vision .historia .bottom {
    flex-direction: column;
  }
  .nosotros .mision-vision .historia .bottom .left {
    width: 100%;
    order: 2;
    padding: 30px 0;
  }
  .nosotros .mision-vision .historia .bottom .left p {
    padding: 0;
  }
  .nosotros .mision-vision .historia .bottom .right {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .nosotros .primer-texto {
    font-size: 21px;
  }
  .nosotros .mision-vision .mv h5 {
    text-align: center;
    margin-bottom: 20px;
  }
  .nosotros .mision-vision .mv h1 {
    margin-bottom: 20px;
    font-size: 30px;
    text-align: left;
  }
  .nosotros .mision-vision .mv .content .left {
    font-size: 24px;
    padding-bottom: 5px;
  }
  .nosotros .mision-vision .historia {
    padding: 0;
  }
  .nosotros .mision-vision .historia .top {
    flex-direction: column;
  }
  .nosotros .mision-vision .historia .top .left {
    width: 100%;
  }
  .nosotros .mision-vision .historia .top .left h5 {
    text-align: center;
  }
  .nosotros .mision-vision .historia .top .right {
    padding: 20px;
    width: 100%;
  }
  .nosotros .mision-vision .historia .top .right h2 {
    font-size: 30px;
    text-align: center;
  }
  .nosotros .mision-vision .historia .bottom .left p {
    line-height: 24px;
    padding: 0 15px;
  }
}
.imagen-divisora {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
}
@media screen and (max-width: 991px) {
  .imagen-divisora {
    height: 70vh;
  }
}
@media screen and (max-width: 767px) {
  .imagen-divisora {
    height: 50vh;
  }
}
.destacada {
  display: flex;
  flex-direction: column;
  height: 600px;
  padding-top: 50px;
  position: relative;
}
.destacada .imagen {
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  height: 485px;
  position: absolute;
  right: 0;
  width: 50%;
  z-index: 2;
}
.destacada .container {
  display: flex;
  flex: 1;
  flex-direction: column;
  z-index: 3;
}
.destacada .container h5 {
  color: #7f7b79;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 50px 0;
  text-transform: uppercase;
}
.destacada .container .content {
  align-items: center;
  display: flex;
  flex: 1;
  max-width: 50%;
  padding-right: 40px;
}
.destacada .container .content .inside {
  text-align: right;
}
.destacada .container .content .inside h1 {
  color: #d20810;
  font-family: 'Encode Sans Semi Condensed';
  font-size: 2.9rem;
  font-weight: 700;
  text-align: right;
}
.destacada .container .content .inside a {
  background: #d20810;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-top: 25px;
  padding: 12px 25px;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .destacada {
    height: initial;
    padding: 50px 0;
  }
  .destacada .imagen {
    display: none;
  }
  .destacada .container h5 {
    text-align: center;
    margin-bottom: 30px;
  }
  .destacada .container .content {
    flex: none;
    max-width: 100%;
    padding-right: 0;
  }
  .destacada .container .content .inside {
    text-align: center;
  }
  .destacada .container .content .inside h1 {
    text-align: center;
    font-size: 30px;
  }
}
.all-news {
  background: #ecedef;
  padding: 50px 0;
}
.all-news .container h5 {
  color: #7f7b79;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 50px 0;
  text-transform: uppercase;
}
.all-news .container .noticia {
  display: flex;
  padding-bottom: 40px;
}
.all-news .container .noticia:not(:last-child) {
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 40px;
}
.all-news .container .noticia .imagen {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  height: 500px;
  width: 500px;
}
.all-news .container .noticia .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 0 40px;
}
.all-news .container .noticia .info .titulo {
  color: #d20810;
  font-family: 'Encode Sans Semi Condensed';
  font-weight: 700;
  margin-bottom: 30px;
}
.all-news .container .noticia .info .resumen p {
  color: #7f7b79;
  font-size: 18px;
  line-height: 30px;
  margin: 0;
}
.all-news .container .noticia .info .autor {
  color: #d20810;
  font-size: 14px;
  font-weight: 500;
  margin: 30px 0;
  text-transform: uppercase;
}
.all-news .container .noticia .info .autor span {
  color: #7f7b79;
}
.all-news .container .noticia .info .boton a {
  background: #d20810;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 25px;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .all-news .container h5 {
    text-align: center;
  }
  .all-news .container .noticia {
    flex-direction: column;
  }
  .all-news .container .noticia .imagen {
    height: 400px;
    margin-bottom: 30px;
    width: 100%;
  }
  .all-news .container .noticia .info {
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .all-news .container .noticias-container .noticia .info .titulo {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .all-news .container .noticias-container .noticia .info .resumen p {
    font-size: 16px;
    line-height: 24px;
  }
  .all-news .container .prev-next-posts a {
    padding: 10px !important;
  }
  .all-news .container .prev-next-posts .prev-next-link:last-child {
    margin-left: 10px;
  }
}
.prev-next-posts {
  display: flex;
  justify-content: center;
}
.prev-next-posts .prev-next-link a {
  border: 2px solid #d20810;
  border-radius: 2px;
  color: #d20810;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 25px;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 10px;
}
.prev-next-posts.padded {
  padding: 50px 0;
}
.info-servicio {
  padding: 50px 0;
}
.info-servicio .container h5.titulo-gris {
  margin-bottom: 50px;
}
.info-servicio .container h1.titulo-rojo-grande {
  margin-bottom: 70px;
  max-width: 1000px;
}
.info-servicio .container h1.titulo-rojo-grande.recortado {
  max-width: 600px;
  margin-bottom: 65px;
}
.info-servicio .container .grilla {
  display: flex;
  margin-top: 50px;
  min-height: 530px;
}
.info-servicio .container .grilla .cuadro-rojo {
  background: #d20810;
  padding: 57px;
  max-width: 370px;
  width: 40%;
}
.info-servicio .container .grilla .cuadro-rojo h2 {
  color: #fff;
  font-family: 'Encode Sans Semi Condensed';
  font-size: 46px;
  font-weight: 700;
  margin: 0;
}
.info-servicio .container .grilla .razones {
  background: #ecedef;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  justify-content: space-around;
}
.info-servicio .container .grilla .razones .razon {
  align-items: center;
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 50%;
  justify-content: center;
  width: calc(100% / 3);
}
.info-servicio .container .grilla .razones .razon img {
  max-height: 90px;
}
.info-servicio .container .grilla .razones .razon span {
  font-family: 'Encode Sans Semi Condensed';
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
  max-width: 140px;
  min-height: 54px;
  text-align: center;
}
.info-servicio .container .grilla .razones .razon.uno {
  border-right: 1px solid #ecedef;
}
.info-servicio .container .grilla .razones .razon.tres {
  border-left: 1px solid #ecedef;
}
.info-servicio .container .grilla .razones .razon.cuatro {
  border-top: 1px solid #ecedef;
}
.info-servicio .container .grilla .razones .razon.cinco {
  border-left: 1px solid #ecedef;
  border-top: 1px solid #ecedef;
}
.info-servicio .container .grilla .razones .razon.vacia {
  background: #ecedef;
}
@media screen and (max-width: 991px) {
  .info-servicio .container .grilla {
    min-height: 364px;
  }
  .info-servicio .container .grilla .cuadro-rojo {
    padding: 30px;
  }
  .info-servicio .container .grilla .cuadro-rojo h2 {
    font-size: 35px;
  }
  .info-servicio .container .grilla .razones .razon {
    width: 50%;
  }
  .info-servicio .container .grilla .razones .razon.uno {
    border-bottom: 1px solid #ecedef;
  }
  .info-servicio .container .grilla .razones .razon.tres {
    border-left: none;
    border-right: 1px solid #ecedef;
  }
  .info-servicio .container .grilla .razones .razon.vacia {
    width: calc(100% / 3);
  }
  .info-servicio .container .grilla .razones .razon.meca {
    width: calc(100% / 3);
    border: none;
  }
  .info-servicio .container .grilla .razones .razon.meca img {
    max-height: 60px;
    max-width: 60px;
  }
  .info-servicio .container .grilla .razones .razon.meca span {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .info-servicio {
    padding-bottom: 30px;
  }
  .info-servicio .container .titulo-gris {
    margin-bottom: 30px !important;
  }
  .info-servicio .container h1.titulo-rojo-grande {
    margin-bottom: 30px;
    font-size: 30px;
  }
  .info-servicio .container h1.titulo-rojo-grande.recortado {
    margin-bottom: 0;
  }
  .info-servicio .container .grilla {
    flex-direction: column;
    margin: 30px -15px 0;
  }
  .info-servicio .container .grilla .cuadro-rojo {
    max-width: initial;
    padding: 20px;
    width: 100%;
  }
  .info-servicio .container .grilla .cuadro-rojo h2 {
    font-size: 30px;
    text-align: center;
  }
  .info-servicio .container .grilla .razones {
    height: 400px;
  }
  .info-servicio .container .grilla .razones .razon {
    width: 50%;
  }
  .info-servicio .container .grilla .razones .razon img {
    max-height: 60px;
    max-width: 60px;
  }
  .info-servicio .container .grilla .razones .razon span {
    font-size: 16px;
  }
}
.info-servicio-2 {
  background: #ecedef;
  height: 500px;
  position: relative;
}
.info-servicio-2 .imagen-fondo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 57%;
  z-index: 1;
}
.info-servicio-2 .container {
  align-items: center;
  display: flex;
  height: 100%;
  z-index: 2;
}
.info-servicio-2 .container .textos {
  max-width: 30%;
}
.info-servicio-2 .container .textos p.texto-informativo:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .info-servicio-2 .imagen-fondo {
    width: 40%;
  }
  .info-servicio-2 .container .textos {
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .info-servicio-2 {
    height: 350px;
  }
  .info-servicio-2 .imagen-fondo {
    display: none;
  }
  .info-servicio-2 .container .textos {
    max-width: initial;
  }
}
.otros-servicios {
  padding-top: 50px;
}
.otros-servicios .container h5.titulo-gris {
  margin-bottom: 50px;
}
.otros-servicios .cuadro-rojo {
  background: #d20810;
  max-width: 42.9%;
}
.otros-servicios .cuadro-rojo h2.titulo-blanco {
  color: #fff;
  font-family: 'Encode Sans Semi Condensed';
  font-size: 46px;
  font-weight: 700;
  margin: 0;
  margin: 0 0 0 auto;
  max-width: 500px;
  padding: 40px 40px 40px 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .otros-servicios .cuadro-rojo {
    max-width: 100%;
  }
  .otros-servicios .cuadro-rojo h2.titulo-blanco {
    padding: 40px 15px;
    text-align: center;
    margin: 0;
    max-width: initial;
    font-size: 30px;
  }
}
.forma-del-servicio {
  background: #ecedef;
}
.forma-del-servicio .mv {
  padding: 50px 15px;
}
.forma-del-servicio .mv h5 {
  color: #7f7b79;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 50px 0;
  text-transform: uppercase;
}
.forma-del-servicio .mv .content {
  display: flex;
  flex-direction: row;
}
.forma-del-servicio .mv .content:not(:last-child) {
  margin-bottom: 70px;
}
.forma-del-servicio .mv .content .left {
  border-right: 2px solid #d20810;
  font-family: 'Encode Sans Semi Condensed';
  font-size: 30px;
  font-weight: 700;
  width: 40%;
}
.forma-del-servicio .mv .content .left span {
  max-width: 230px;
  display: block;
}
.forma-del-servicio .mv .content .right {
  color: #7f7b79;
  font-size: 18px;
  padding: 10px 0 10px 20px;
  width: 60%;
}
.forma-del-servicio .mv.no-padding-bottom {
  padding-bottom: 0;
}
@media screen and (max-width: 991px) {
  .forma-del-servicio .mv .content {
    flex-direction: column;
  }
  .forma-del-servicio .mv .content .left {
    border-bottom: 2px solid #d20810;
    border-right: 0;
    flex: 0;
    width: initial;
  }
  .forma-del-servicio .mv .content .right {
    width: 100%;
    padding-left: 0;
  }
  .forma-del-servicio .mv .content:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .forma-del-servicio .mv h5 {
    text-align: center;
    margin-bottom: 30px;
  }
  .forma-del-servicio .mv .content .left {
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 10px;
  }
  .forma-del-servicio .mv .content .right {
    font-size: 16px;
    line-height: 24px;
  }
}
.lista-con-imagen {
  padding: 50px 0;
  position: relative;
}
.lista-con-imagen .imagen {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 52%;
}
.lista-con-imagen .container .titulo-lista {
  font-family: 'Encode Sans Semi Condensed';
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 40px auto;
  width: 41%;
}
.lista-con-imagen .container .contenedor-lista {
  margin: 0 0 0 auto;
  width: 41%;
}
.lista-con-imagen .container .contenedor-lista .item-lista {
  display: flex;
}
.lista-con-imagen .container .contenedor-lista .item-lista .icono {
  width: 30px;
  margin-right: 20px;
  padding-top: 4px;
}
.lista-con-imagen .container .contenedor-lista .item-lista .icono img {
  width: 30px;
}
.lista-con-imagen .container .contenedor-lista .item-lista .texto {
  color: #7f7b79;
  font-size: 18px;
}
.lista-con-imagen .container .contenedor-lista .item-lista:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .lista-con-imagen .imagen {
    display: none;
  }
  .lista-con-imagen .container .titulo-lista {
    width: initial;
    margin: 0 0 30px 0;
    font-size: 28px;
  }
  .lista-con-imagen .container .contenedor-lista {
    margin: 0 0 40px 0;
    width: initial;
  }
  .lista-con-imagen .container .contenedor-lista .item-lista .texto {
    font-size: 16px;
    line-height: 24px;
  }
}
.contenedor-objetivos {
  padding: 50px 0 0;
}
.contenedor-objetivos .titulo-gris {
  margin-bottom: 50px;
}
.contenedor-objetivos .cuadro-rojo {
  background: #d20810;
  margin: 0 0 0 auto;
  padding: 57px;
  width: 56%;
}
.contenedor-objetivos .cuadro-rojo .texto-blanco {
  color: #fff;
  font-family: 'Encode Sans Semi Condensed';
  font-size: 46px;
  font-weight: 700;
  margin: 0;
  max-width: 700px;
}
.contenedor-objetivos .seccion {
  position: relative;
  background: #ecedef;
}
.contenedor-objetivos .seccion .imagen-izquierda {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 44%;
  height: 100%;
}
.contenedor-objetivos .seccion .container {
  padding: 50px 15px;
}
.contenedor-objetivos .seccion .container .textico {
  color: #7f7b79;
  font-size: 18px;
  margin: 0 0 40px auto;
  padding-left: 40px;
  width: 58%;
}
.contenedor-objetivos .seccion .container .titulo {
  font-family: 'Encode Sans Semi Condensed';
  font-weight: 700;
  margin: 0 0 30px auto;
  padding-left: 40px;
  width: 58%;
}
.contenedor-objetivos .seccion .container .objetivos {
  display: block;
  list-style: none;
  margin: 0 0 0 auto;
  width: 58%;
}
.contenedor-objetivos .seccion .container .objetivos .objetivo {
  color: #7f7b79;
  display: flex;
  font-size: 18px;
}
.contenedor-objetivos .seccion .container .objetivos .objetivo:before {
  background-image: url("img/ic-objetivo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: inline-block;
  flex: none;
  height: 30px;
  margin-right: 15px;
  margin-top: -3px;
  width: 30px;
}
.contenedor-objetivos .seccion .container .objetivos .objetivo:not(:last-child) {
  margin-bottom: 20px;
}
.contenedor-objetivos.dos {
  padding-top: 0;
}
.contenedor-objetivos.dos .cuadro-rojo {
  margin: 0;
  width: 44%;
}
.contenedor-objetivos.dos .cuadro-rojo .texto-blanco {
  max-width: 400px;
  text-align: right;
  margin: 0 0 0 auto;
}
.contenedor-objetivos.dos .seccion .imagen-izquierda {
  right: 0;
  width: 56%;
}
.contenedor-objetivos.dos .seccion .container .titulo {
  margin: 0 0 30px 0;
  padding: 0;
  text-align: right;
  width: 36%;
}
.contenedor-objetivos.dos .seccion .container .textico {
  text-align: right;
}
.contenedor-objetivos.dos .seccion .container .textico,
.contenedor-objetivos.dos .seccion .container .objetivos {
  margin: 0;
  padding: 0;
  width: 36%;
}
.contenedor-objetivos.dos .seccion .container .textico .objetivo:before,
.contenedor-objetivos.dos .seccion .container .objetivos .objetivo:before {
  background-image: url("img/ic-parte-interesada.svg");
  height: 35px;
}
@media screen and (max-width: 767px) {
  .contenedor-objetivos.dos .cuadro-rojo {
    width: initial;
  }
  .contenedor-objetivos.dos .cuadro-rojo .texto-blanco {
    max-width: initial;
    text-align: center;
    margin: 0;
  }
  .contenedor-objetivos.dos .seccion .container .titulo,
  .contenedor-objetivos.dos .seccion .container .textico {
    width: initial;
    text-align: left;
  }
  .contenedor-objetivos.dos .seccion .container .objetivos {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contenedor-objetivos .cuadro-rojo {
    padding: 30px 15px;
    width: initial;
  }
  .contenedor-objetivos .cuadro-rojo .texto-blanco {
    font-size: 28px;
    text-align: center;
  }
  .contenedor-objetivos .seccion .imagen-izquierda {
    display: none;
  }
  .contenedor-objetivos .seccion .container .textico,
  .contenedor-objetivos .seccion .container .titulo,
  .contenedor-objetivos .seccion .container .objetivos {
    width: initial;
    padding: 0;
  }
  .contenedor-objetivos .seccion .container .textico {
    font-size: 16px;
  }
  .contenedor-objetivos .seccion .container .titulo {
    font-size: 28px;
  }
  .contenedor-objetivos .seccion .container .objetivos .objetivo {
    font-size: 16px;
  }
}
.otras-gestiones {
  background: #fff;
  padding: 80px 0;
  position: relative;
}
.otras-gestiones .divisor {
  background: #d20810;
  display: none;
  height: 100%;
  left: 49.9%;
  position: absolute;
  top: 0;
  width: 1px;
}
.otras-gestiones .container {
  display: flex;
}
.otras-gestiones .container .gestion-div {
  width: 50%;
}
.otras-gestiones .container .gestion-div .texto-blanco {
  color: #d20810;
  font-family: 'Encode Sans Semi Condensed';
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 30px;
  max-width: 430px;
}
.otras-gestiones .container .gestion-div .boton {
  background: #d20810;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  font-weight: bold;
  margin: 0;
  padding: 12px 70px;
  text-decoration: none;
  text-transform: uppercase;
}
.otras-gestiones .container .gestion-div:last-child {
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
  .otras-gestiones {
    padding: 50px 0;
  }
  .otras-gestiones .divisor {
    height: 1px;
    left: 0;
    top: 49.9%;
    width: 100%;
    display: block;
  }
  .otras-gestiones .container {
    flex-direction: column;
  }
  .otras-gestiones .container .gestion-div {
    width: initial;
    text-align: center;
  }
  .otras-gestiones .container .gestion-div .texto-blanco {
    max-width: initial;
    font-size: 30px;
  }
  .otras-gestiones .container .gestion-div:first-child {
    padding-bottom: 50px;
  }
  .otras-gestiones .container .gestion-div:last-child {
    padding-left: 0;
    padding-top: 50px;
  }
}
.div-galerias {
  background: #ecedef;
  display: flex;
  flex-wrap: wrap;
}
.div-galerias .div-galeria {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 600px;
  padding: 50px;
  position: relative;
}
.div-galerias .div-galeria .contenido {
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 3;
}
.div-galerias .div-galeria .contenido .titulo {
  color: #fff;
  font-family: 'Encode Sans Semi Condensed';
  font-size: 40px;
  font-weight: 700;
}
.div-galerias .div-galeria .contenido .subtitulo {
  color: #fff;
  font-family: 'Encode Sans Semi Condensed';
  font-size: 40px;
  margin-bottom: 40px;
}
.div-galerias .div-galeria .contenido .boton {
  background: rgba(255,255,255,0.2);
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  max-width: 231px;
  padding: 12px 70px;
  text-decoration: none;
  text-transform: uppercase;
}
.div-galerias .div-galeria .contenido .boton:hover {
  background: rgba(255,255,255,0.4);
}
.div-galerias .div-galeria .contenido .fecha {
  bottom: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  text-transform: uppercase;
}
.div-galerias .div-galeria:nth-child(odd) {
  justify-content: flex-end;
}
.div-galerias .div-galeria:nth-child(odd) .contenido .titulo {
  text-align: right;
}
.div-galerias .div-galeria:nth-child(odd) .contenido .subtitulo {
  text-align: right;
}
.div-galerias .div-galeria:nth-child(odd) .contenido .boton {
  margin: 0 0 0 auto;
}
.div-galerias .div-galeria:nth-child(odd) .contenido .fecha {
  right: 50px;
}
.div-galerias .div-galeria:nth-child(even) {
  justify-content: flex-start;
}
.div-galerias .div-galeria:nth-child(even) .contenido .fecha {
  left: 50px;
}
.div-galerias .div-galeria:nth-child(1),
.div-galerias .div-galeria:nth-child(4),
.div-galerias .div-galeria:nth-child(5),
.div-galerias .div-galeria:nth-child(8) {
  width: 45%;
}
.div-galerias .div-galeria:nth-child(2),
.div-galerias .div-galeria:nth-child(3),
.div-galerias .div-galeria:nth-child(6),
.div-galerias .div-galeria:nth-child(7) {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .div-galerias {
    flex-direction: column;
    flex-wrap: initial;
  }
  .div-galerias .div-galeria {
    height: 400px;
    justify-content: center !important;
    width: 100% !important;
  }
  .div-galerias .div-galeria .contenido .titulo {
    margin-bottom: 0;
  }
  .div-galerias .div-galeria .contenido .subtitulo {
    margin-bottom: 30px;
  }
  .div-galerias .div-galeria .contenido .titulo,
  .div-galerias .div-galeria .contenido .subtitulo {
    text-align: center !important;
    font-size: 30px;
  }
  .div-galerias .div-galeria .contenido .boton {
    margin: 0 auto !important;
  }
  .div-galerias .div-galeria .contenido .fecha {
    margin-top: 30px;
    position: initial !important;
    text-align: center;
  }
}
.contenedor-robo {
  padding: 45px 0 25px;
}
