@charset "UTF-8";
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/Ubuntu/Ubuntu-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/Ubuntu/Ubuntu-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Ubuntu Condensed";
  src: url("/fonts/Ubuntu_Condensed/UbuntuCondensed-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/Montserrat/Montserrat-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/Montserrat/Montserrat-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url("/fonts/Montserrat/Montserrat-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat Italic";
  font-weight: normal;
  font-style: italic;
  src: url("/fonts/Montserrat/Montserrat-Italic.ttf") format("truetype");
}
/* titulos */
.titulo-seccion {
  color: #dd1020;
  font-family: "Montserrat";
  font-size: 46px;
  font-weight: 300;
  padding-bottom: 3px;
  text-align: center;
  text-transform: uppercase;
}

.titulo-seccion-verde {
  color: #18aa34;
  font-family: "Montserrat";
  font-size: 46px;
  font-weight: 300;
  padding-bottom: 3px;
  text-align: center;
  text-transform: uppercase;
}

.titulo-seccion-gris {
  color: #222222;
  font-family: "Montserrat";
  font-size: 46px;
  font-weight: 300;
  padding-bottom: 3px;
  text-align: center;
  text-transform: uppercase;
}

/* menu interior */
.menuinterior-rojo {
  color: #222222;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 500;
  border: #dd1020 2px solid;
  padding: 5px 12px;
}

.menuinterior-verde {
  color: #222222;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 500;
  border: #18aa34 2px solid;
  padding: 5px 12px;
}

.menuinterior-gris {
  color: #222222;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 500;
  border: #706F6F 2px solid;
  padding: 5px 12px;
}

/* botones*/
.vermas-rojo {
  color: #dd1020;
  font-family: "Montserrat";
  font-optical-sizing: auto;
  font-size: 13px;
  font-stretch: 100%;
  font-weight: 500;
  display: inline-block;
}
.vermas-rojo:hover {
  color: #18aa34;
  text-decoration: underline;
}
.vermas-rojo i {
  font-size: 16px;
  padding-left: 6px;
  vertical-align: middle;
}

.vermas-verde {
  color: #18aa34;
  font-family: "Montserrat";
  font-optical-sizing: auto;
  font-size: 13px;
  font-stretch: 100%;
  font-weight: 500;
  display: inline-block;
}
.vermas-verde:hover {
  color: #18aa34;
  text-decoration: underline;
}
.vermas-verde i {
  font-size: 16px;
  padding-left: 6px;
  vertical-align: middle;
}

.vermas-negro {
  color: #222222;
  font-family: "Montserrat";
  font-optical-sizing: auto;
  font-size: 13px;
  font-stretch: 100%;
  font-weight: 500;
  display: inline-block;
}
.vermas-negro:hover {
  color: #18aa34;
  text-decoration: underline;
}
.vermas-negro i {
  font-size: 16px;
  padding-left: 6px;
  vertical-align: middle;
}

/* separador */
.separadorrojo {
  margin: 10px 0px;
  opacity: 1;
  border: 1px solid #dd1020;
  width: 50px;
}

.separadorblanco {
  margin: 10px 0px;
  opacity: 1;
  border: 1px solid #fff;
  width: 50px;
}

.separadorverde100 {
  margin: 10px 0px;
  opacity: 1;
  border: 1px solid #18aa34;
  width: 100%;
}

/* iconos*/
.icono-multimedia-video {
  display: inline-block;
  position: absolute;
  z-index: 200;
  top: -15px;
  right: 15px;
  padding: 6px 8px;
  background-color: #dd1020;
}
.icono-multimedia-video:hover {
  color: #dd1020;
}
.icono-multimedia-video i {
  color: #fff;
  font-size: 22px;
  vertical-align: middle;
}

.icono-multimedia-foto {
  display: inline-block;
  position: absolute;
  z-index: 200;
  top: -15px;
  right: 15px;
  padding: 6px 8px;
  background-color: #18aa34;
}
.icono-multimedia-foto:hover {
  color: #18aa34;
}
.icono-multimedia-foto i {
  color: #fff;
  font-size: 22px;
  vertical-align: middle;
}

/* ---------------------------------------------------
ajustes generales
---------------------------------------------------*/
html {
  scroll-padding-top: 5rem;
  /* fix para los enlaces ancla con sticky header*/
}

body {
  background: none !important;
  background-color: #fff !important;
  font-family: "Montserrat";
  font-optical-sizing: auto;
  font-size: 14px;
  font-stretch: 140%;
  font-weight: 300;
  color: #222222;
  padding-top: 120px;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a,
a:hover {
  transition: color 0.25s ease-in;
}

.pt-6,
.py-6 {
  padding-top: 4.5rem;
}

.pb-6,
.py-6 {
  padding-bottom: 4.5rem;
}

.mt-6,
.my-6 {
  margin-top: 4.5rem;
}

.mb-6,
.my-6 {
  margin-bottom: 4.5rem;
}

.pt-7,
.py-7 {
  padding-top: 6rem;
}

.pb-7,
.py-7 {
  padding-bottom: 6rem;
}

.mt-7,
.my-7 {
  margin-top: 6rem;
}

.mb-7,
.my-7 {
  margin-bottom: 6rem;
}

.pt-8,
.py-8 {
  padding-top: 7.5rem;
}

.pb-8,
.py-8 {
  padding-bottom: 7.5rem;
}

.mt-8,
.my-8 {
  margin-top: 7.5rem;
}

.mb-8,
.my-8 {
  margin-bottom: 7.5rem;
}

.pt-9,
.py-9 {
  padding-top: 9rem;
}

.pb-9,
.py-9 {
  padding-bottom: 9rem;
}

.mt-9,
.my-9 {
  margin-top: 9rem;
}

.mb-9,
.my-9 {
  margin-bottom: 9rem;
}

.mt-n1 {
  margin-top: -0.25rem;
}

.mt-n2 {
  margin-top: -0.5rem;
}

.mt-n3 {
  margin-top: -1rem;
}

.mt-n4 {
  margin-top: -1.5rem;
}

.mt-n5 {
  margin-top: -3rem;
}

/* ---------------------------------------------------
MENU MODAL
---------------------------------------------------*/
#modalMenu {
  padding: 0px !important;
  background-color: #fff;
}

.modal-dialog-menu {
  width: 100%;
  height: 100%;
  margin: 0px;
  max-width: unset;
}

.modal-content-menu {
  border: 0px;
  border-radius: 0px;
  box-shadow: none;
  height: 100%;
}

.modal-header-menu {
  border-bottom: 0px;
}

.modal-header-menu a {
  color: #757575;
}

.modal-header-menu a:hover {
  color: #000;
}

.modal-header-menu a i {
  font-size: 23px;
}

.modal-body-menu {
  margin: 0px;
  margin-top: 0px;
  padding-top: 45px;
  padding-bottom: 65px;
  background-color: #fff;
}

.col-modal-body-menu-principal ul {
  padding-top: 5px;
  padding-bottom: 8px;
  margin-bottom: 0px;
  float: left;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .col-modal-body-menu-principal ul {
    padding-right: 20px;
  }
}

.col-modal-body-menu-principal ul li {
  border: none;
  padding-right: 8px;
  padding-left: 0px;
  padding-bottom: 6px;
  padding-top: 4px;
  margin-bottom: 5px;
  list-style: none;
}

.col-modal-body-menu-principal ul li a {
  font-family: "Ubuntu Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 30px !important;
  padding-bottom: 10px;
  border-bottom: #e6e8e7 solid 1px;
  color: #383838;
  width: 100%;
  display: block;
  line-height: 34px;
}

.col-modal-body-menu-principal ul li a:hover {
  color: #18aa34;
  padding-bottom: 9px;
  border-bottom: #18aa34 solid 2px;
}

.col-modal-body-menu-secundario h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 15px !important;
  color: #222222;
  padding-top: 10px;
}

.col-modal-body-menu-secundario ul {
  padding: 5px 20px 8px 0px;
  margin-bottom: 0px;
  float: left;
  width: 100%;
}

.col-modal-body-menu-secundario ul li {
  border: none;
  padding-right: 8px;
  padding-left: 0px;
  padding-bottom: 2px;
  padding-top: 3px;
  margin-bottom: 5px;
  list-style: none;
}

.col-modal-body-menu-secundario ul li a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  color: #222222;
  border-bottom: #e6e8e7 solid 1px;
  width: 100%;
  display: block;
  padding-bottom: 4px;
}

.col-modal-body-menu-secundario ul li a:hover {
  color: #18aa34;
  border-bottom: #18aa34 solid 1px;
}

body.modal-open[style] {
  padding-right: 0px !important;
}

#navbarMenu[style] {
  padding-right: 16px !important;
}

.modal-backdrop.in {
  opacity: 1;
  background-color: #fff;
}

.p-mitad {
  width: 100%;
}
@media (min-width: 992px) {
  .p-mitad {
    width: 50%;
  }
}

img.hovoscuro {
  transition: all 0.2s ease-in-out;
}

a:hover img.hovoscuro {
  filter: brightness(70%);
}

/* ---------------------------------------------------
pie
---------------------------------------------------*/
.con-footer-enlaces {
  background-color: #e6e8e7 !important;
  padding-top: 150px;
  padding-bottom: 65px !important;
}

.con-footer-enlaces [class*=col-] {
  padding-left: 55px;
  padding-right: 55px;
}
@media (min-width: 992px) {
  .con-footer-enlaces [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.con-footer-enlaces h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 15px !important;
  color: #222222;
  padding-top: 10px;
}

.con-footer-enlaces ul {
  margin-bottom: 0px;
  float: left;
  width: 100%;
  padding-right: 20px;
  padding: 5px 0 8px 0;
}

.con-footer-enlaces ul li {
  border: none;
  border-bottom: #f8f8f8 solid 1px;
  padding: 4px 8px 6px 0px;
  margin-bottom: 5px;
  list-style: none;
}

.con-footer-enlaces ul li a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  color: #222222;
}

.con-footer-enlaces ul li a:hover {
  color: #009010;
  text-decoration: none;
}

.lineaTitBloquePie {
  width: 50px;
  height: 2px !important;
  background-color: #18aa34;
  margin: 0 0 30px 0;
  opacity: 1;
}

.con-footer-redes {
  background-color: #fff !important;
  padding-top: 30px;
  padding-bottom: 20px;
}

.con-footer-redes ul {
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
  padding-left: 0px;
}

.con-footer-redes ul li {
  display: inline;
}

.con-footer-redes ul li a {
  padding-left: 7px;
  padding-right: 7px;
}

.con-footer-redes ul li i {
  font-size: 20px;
  color: #5e5d5d;
}

.col-footer-redes-legal ul li a:hover {
  text-decoration: none;
  color: #009010;
}

.col-footer-redes-cc {
  padding: 10px 0;
}
@media (min-width: 768px) {
  .col-footer-redes-cc {
    padding-top: 20px;
  }
}

.col-footer-redes-legal {
  padding: 10px 0;
  text-align: right;
}
@media (min-width: 768px) {
  .col-footer-redes-legal {
    padding-top: 20px;
  }
}

.col-footer-redes-legal ul {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: right;
}
@media (min-width: 768px) {
  .col-footer-redes-legal ul {
    margin-top: 0;
    margin-bottom: 10px;
  }
}

.col-footer-redes-legal ul li {
  width: 100%;
  text-align: center;
  display: block;
}
@media (min-width: 768px) {
  .col-footer-redes-legal ul li {
    display: inline;
  }
}

.col-footer-redes-legal ul li a {
  padding-left: 8px;
  padding-right: 8px;
}

.col-footer-redes-legal ul li a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  color: #222222;
}

.col-footer-redes-iconos a:hover,
.col-footer-redes-iconos a:hover i {
  color: #009010;
  text-decoration: none;
}

/* ---------------------------------------------------
Formularios
---------------------------------------------------*/
.container-formulario {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
}

.container-formulario h4 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
}

.container-formulario .texto-legal {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
}

.container-formulario .texto-legal .text-uppercase.encabezado {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #e41327;
}

.container-formulario .form-control {
  border-radius: 0px;
  height: 45px;
  margin-bottom: 10px;
}

.container-formulario textarea.form-control {
  height: 180px;
}

.container-formulario .label-aviso {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #949393;
  padding-top: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.container-formulario #html_recaptcha1 {
  padding-top: 10px;
  padding-bottom: 20px;
}

.btRojo {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 12px !important;
  color: #fff;
  padding: 20px;
  background-color: #dd1020;
  border-radius: 4px;
  border-width: 0px;
  display: inline-block;
  text-transform: uppercase;
  min-width: 150px;
}

.btRojo:hover {
  background-color: #18aa34;
}

.container-formulario-mejora {
  padding-bottom: 50px;
}

.container-formulario-mejora .label-aviso-lateral {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  line-height: 22px;
}

.container-formulario-mejora i {
  font-size: 22px;
  color: #dd1020;
  padding-right: 3px;
}

/* ---------------------------------------------------
Cookies
---------------------------------------------------*/
.cookie-message {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 65px 10px 45px;
  color: #fff;
  background-color: #008000;
  filter: alpha(opacity=90);
  /* IE */
  -moz-opacity: 0.9;
  /* Mozilla */
  opacity: 0.9;
  /* CSS3 */
  border-bottom: 1px solid #ccc;
  box-shadow: 0px 0px 3px #ccc;
  z-index: 99;
  text-align: center;
  font-size: 13px;
  line-height: 22px;
}

.cookie-message a {
  color: #fff;
  font-size: 13px;
  text-decoration: underline;
  margin-left: 5px;
}

.cookie-message a:hover {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

.cookie-message p {
  color: #fff;
  font-size: 13px;
}

.cookie-message-cerrar {
  color: #fff;
  background-color: #e41327;
  text-decoration: none;
  font-size: 13px;
  padding: 2px 7px 2px 7px;
  margin-left: 10px;
}

/* ---------------------------------------------------
Volver arriba
---------------------------------------------------*/
.gainera {
  bottom: 18px;
  right: 18px;
  left: auto;
  z-index: 100;
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* For IE8 and earlier */
  padding: 5px 8px;
  /* margin-bottom: 20px; */
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.gainera.sps--abv {
  display: none;
}

.gainera.sps--blw {
  display: block;
  transition: opacity 2s ease-in;
}

/* ---------------------------------------------------
Menu principal
---------------------------------------------------*/
.sps {
  transition: all 0.25s ease;
}

#navbarMenu {
  background-color: #fff;
}

#navbarMenu .nav-link {
  font-family: "Ubuntu Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 16px !important;
  color: #000;
  border: 0px solid;
  text-transform: uppercase;
  padding: 6px 10px 4px 10px;
  margin: 10px 8px;
}

#navbarMenu .nav-link:hover {
  color: #18aa34;
}

#navbarMenu .nav-link.active {
  color: #18aa34;
  border-bottom: 2px solid #18aa34;
  font-weight: bold;
}

#navbarMenu .nav-link.cambio-idioma {
  font-family: "Ubuntu Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 26px;
  padding: 5px 0px;
}

#navbarMenu .nav-link.idioma-inicio {
  border-left: solid 1px #ccc;
  padding-left: 9px;
}

#navbarMenu .nav-link.idioma-fin {
  border-right: solid 1px #ccc;
  padding-right: 9px;
}

#navbarMenu .separador {
  color: #dedede;
  display: flex;
}

#navbarMenu .barras {
  padding-right: 0px;
  margin-right: 0px;
}

#navbarMenu .barras i {
  font-size: 24px !important;
  line-height: 24px;
}

#navbarMenu .galleta img {
  max-height: 74px;
}

#navbarMenu.sps--blw .galleta img {
  max-height: 49px !important;
}

#navbarMenu.sps--blw .container {
  padding-bottom: 0.25rem !important;
}

/* ---------------------------------------------------
Paginación
---------------------------------------------------*/
.pagination > li > a,
.pagination > li > span {
  border: 1px solid #dd1020;
  color: #dd1020;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0px;
  text-align: center;
  height: 36px;
  width: 36px;
  line-height: 34px;
  border-radius: 0px !important;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #dd1020;
  border-color: #dd1020;
  margin-right: 5px;
  border-radius: 0px !important;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #fff;
  background-color: #dd1020;
  border-color: #dd1020;
}

.pagination > li > .flecha {
  border: 0px;
  line-height: 35px;
}

/* ---------------------------------------------------
Textos Estáticos (ej. paginas legales)
---------------------------------------------------*/
.textos_estaticos p {
  font-weight: 400;
  font-size: 14px;
  color: #222222;
}

.textos_estaticos h3 {
  font-weight: 600;
  font-size: 24px;
}

.textos_estaticos h4 {
  font-weight: 600;
  font-size: 20px;
}

/* ---------------------------------------------------
home
---------------------------------------------------*/
.cont-vidohiane p {
  position: absolute;
  left: 10%;
  bottom: 15%;
  color: #fff;
}
@media (min-width: 768px) {
  .cont-vidohiane p {
    bottom: 30%;
  }
}

.cont-vidohiane p i {
  font-size: 17px;
  padding-left: 8px;
}
@media (min-width: 768px) {
  .cont-vidohiane p i {
    font-size: 20px;
  }
}

.cont-vidohiane p span {
  font-size: 17px;
}
@media (min-width: 768px) {
  .cont-vidohiane p span {
    font-size: 20px;
  }
}

.cont-vidohiane .subrayado {
  display: block;
  width: 15px;
  border-top: 2px solid #fff;
  font-size: unset;
}

.cont-listado-prioridades .div-textoprioridades {
  background-color: rgba(255, 255, 255, 0.7098039216);
  padding: 5px 15px;
  font-size: 20px;
  font-weight: 500;
  margin-left: 12px;
  margin-bottom: 15px;
}

.cont-listado-prioridades .div-textoprioridades i {
  font-size: 20px;
  transition: opacity 0.3s, transform 0.3s;
}

.cont-listado-prioridades .main {
  display: block;
  width: 100%;
}

.cont-listado-prioridades .alt {
  max-height: 0px;
  display: block;
  width: 100%;
}

.cont-listado-prioridades a:hover .main {
  max-height: 0px !important;
}

.cont-listado-prioridades a:hover .alt {
  max-height: none !important;
}

.cont-listado-prioridades a:hover .div-textoprioridades {
  background-color: rgba(221, 16, 32, 0.7098039216);
  color: #fff;
}
.cont-listado-prioridades a:hover .div-textoprioridades i {
  font-size: 15px;
  transform: translate(7px, -7px);
}

.cont-bio {
  background-color: #f3f3f3;
}

.timeline {
  position: relative;
}

@media (min-width: 992px) {
  .timeline::before {
    content: "";
    position: absolute;
    left: 16.66%;
    /* Adjust based on the column position */
    top: 0;
    bottom: 0;
    width: 1px;
    background: #18aa34;
  }
}

.timeline-row {
  display: flex;
  align-items: start;
  margin-bottom: 20px;
  position: relative;
}

.timeline-date {
  text-align: right;
  font-size: 18px;
  font-weight: 700;
  color: #18aa34;
  padding-right: 20px;
  /* Space between date and line */
}

.timeline-bullet {
  display: flex;
  align-items: start;
  justify-content: start;
  position: relative;
  z-index: 1;
}

.timeline-icon {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #18aa34;
  margin-top: 8px;
  margin-left: -4px;
}

.timeline-text {
  margin-left: 10px;
  /* Space between line and text */
}
@media (min-width: 992px) {
  .timeline-text {
    margin-left: -30px;
  }
}

.timeline-text .cargo {
  font-size: 16px;
  font-weight: 500;
  color: #222222;
}

.timeline-text .sitio {
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  color: #222222;
}

.cont-programa .img-programa {
  box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.3);
}

.cont-programa .titulo-seccion-gris {
  border-bottom: none;
}

.cont-programa .conoce-programa {
  color: #dd1020;
  font-size: 23px;
  font-weight: 500;
}

.cont-programa .conoce-programa .subrayado {
  display: block;
  width: 15px;
  border-top: 2px solid #dd1020;
  font-size: unset;
}

.cont-programa .conoce-programa:hover {
  color: #18aa34;
}

.cont-programa i {
  color: #dd1020;
}

.cont-redes a {
  font-size: 20px;
  font-weight: 500;
  color: #18aa34;
  display: block;
  margin-left: 30px;
  margin-bottom: 15px;
}

.cont-redes a:hover {
  color: #dd1020;
}

.cont-redes a i {
  font-size: 20px;
  color: #18aa34;
  margin-right: 10px;
}

.cont-redes a:hover i {
  color: #dd1020;
}