@font-face {
  font-family: "Amiko";
  src: url(font/Amiko-Regular.woff);
}

@font-face {
  font-family: "Source";
  src: url(font/SourceSansPro-Regular.woff);
}

body {
  font-family: "Source" !important;
}

.h4 .formatoSeparador {
  font-size: 30pt;
  text-align: left;
}

.twitter-sharing {
  background: #57cff4;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 0.1em 0.6em;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-family: sans-serif;
  font-size: 10px;
  margin: 0;
  text-align: center;
}

.facebook-sharing {
  background: #3b5998;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 0.1em 0.6em;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-family: sans-serif;
  font-size: 10px;
  margin: 0;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .news-info-list {
    margin-top: 20px;
  }
  .fixed-height2 {
    min-height: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .news-info-list {
    margin-top: 10px;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .news-info-list {
    margin-top: 20px;
  }
  .fixed-height2 {
    min-height: 50px;
  }
  .gallery-principal {
    margin-bottom: 50px;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .news-info-list {
    margin-top: 20px;
  }
  .fixed-height2 {
    min-height: 50px;
  }
  .gallery-principal {
    margin-bottom: 50px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  text-align: center;
  font-size: 10pt;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

/*Modal*/

/* Style the Image Used to Trigger the Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {
  opacity: 0.7;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  padding-top: 20vh; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.5); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  padding: 2rem;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content,
#caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* The Close .secciones */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}

/*************************************/

/* Nuevos estilos */

/* Correccion barra superior */
.container-barra-redes {
  padding-top: 0;
  padding-bottom: 0;
}

.container-barra-redes dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

.header-style6 .main-menu-area .ne-main-menu {
  text-align: center;
}

.logo-camara {
  width: 150px;
}

.logo-sustentable {
  width: 100%;
}

/* Dem&aacute;s estilos */

.full-width {
  width: 100%;
}

.modal-backdrop.show {
  display: none;
}

.separador-titulo {
  border-top: 1 px;
  border-width: 2px;
  width: 100%;
  border-color: #38572d;
}

.separador-punteado {
  border-width: 1px;
  border-style: dashed;
  width: 100%;
  border-color: #b6b6b6;
  margin-top: 10px;
  margin-bottom: 10px;
}

.parrafo-style {
  text-align: justify;
  text-align-last: left;
}

.tabla-centrar {
  text-align: center;
}

.tabla-formato {
  text-align: center;
}

.tabla-formato th {
  font-weight: lighter;
  font-size: 10pt;
  vertical-align: middle;
}

.tabla-formato td {
  font-size: 10pt;
}

/* Formato Separadores */

.espacioSeparador {
  padding: 20px 0px;
}
.formatoSeparador {
  font-size: 14pt;
  color: white;
  text-align: left;
  padding: 10px 0px;
}
.separadorFondo {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
}
@media screen and (max-width: 750px) {
  .separadorFondo {
    background-image: url(../imagenes/separadores/separadormovil.png);
  }
}
@media screen and (min-width: 750px) {
  .separadorFondo {
    background-image: url(../imagenes/separadores/separador.png);
  }
}
.separadorFondo45 {
  background-image: url(../imagenes/separadores/separador45.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
}
.separadorFondo46 {
  background-image: url(../imagenes/separadores/separador45.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 150% 100%;
}

.centrar-objeto {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Arreglos p&aacute;gina */

.btn-primary:focus {
  color: #fff;
  background-color: #38572d;
  border-color: #183c34;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-lg {
  font-size: 12pt;
}

#page-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  padding-bottom: 2.5rem;
}

#footer {
  bottom: 0;
  width: 100%;
  position: relative;
}

.franja-verde {
  width: 100%;
  height: 1vh;
  background-color: #183c34;
}

.formulario .col-12 {
  margin-bottom: 10px;
}

@media screen and (min-width: 750px) {
  .movil-mostrar {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .movil-ocultar {
    display: none !important;
  }

  .logo-end {
    width: 70%;
    margin-left: 15%;
  }
}

/**** Sustentabilidad ****/

section {
  margin-bottom: 5vh;
}

.anchor {
  position: relative;
  bottom: 13vh;
}

html {
  scroll-behavior: smooth;
}

/* banner */

.cuerpo {
  margin-bottom: 3vh;
  z-index: 1;
  position: relative;
}

/* modales - botones */

.temas {
  margin-bottom: -15vh;
}

.temas .tema {
  display: flex;
  margin-bottom: 100px;
}

.temas .secciones {
  width: 100%;
  border-radius: 7rem;
  border: none;
  height: 300px;
  z-index: 10;
  position: relative;
  background-color: #f0f0f0;
  padding: 0 1vh;
}

.temas .secciones button {
  border: none;
  background: none;
  border-radius: 50%;
  transition: 0.5s;
}

.temas .secciones button:hover img {
  padding: 1rem;
  transition: 0.5s;
}

.temas .secciones img {
  height: 17vh;
  padding: 2rem;
  position: relative;
  left: 1vh;
  transition: 0.5s;
}

.temas .secciones p {
  text-align: center;
  font-weight: bold;
}

.temas .enlace .enlace-botones {
  background-color: #f0f0f0;
  width: 30px;
  height: 75px;
  position: relative;
  top: 75px;
}

.temas .enlace .blanco-botones-up {
  background-color: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 3;
  position: relative;
  top: 87px;
}

.temas .enlace .blanco-botones-down {
  background-color: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 3;
  position: relative;
  top: 63px;
}

.enfasis {
  color: #642323;
  font-weight: bold;
}

.titulo-eje {
  text-align: center;
  margin-bottom: 50px;
}

.titulo-eje img {
  width: 40px;
  margin-left: 15px;
}

.separador-ejes {
  border: 2px solid #8dbb8b;
  width: 100%;
  margin: 25px 0;
}

.modal .modal-content .tab-content {
  max-height: 50vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

.subt {
  margin-bottom: 25px;
}

/* tabs */

.nav-item {
  background-color: #f0f0f0;
  padding: 1rem;
  border-right: 6px white solid;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  font-weight: bold;
  background-color: #f0f0f0;
  border: none;
}

.tab-content {
  margin-top: 2vh;
}

.card .card-body h3 {
  font-size: 16pt;
  font-weight: bold;
}

.card .card-body p {
  font-size: 10pt;
  text-align: justify;
}

.card .card-footer {
  text-align: right;
}

/* Responsivo */

@media screen and (max-width: 679px) {
  .cuerpo {
    background-size: cover;
  }

  .cuerpo h2 {
    font-size: 25pt;
    line-height: 35px;
  }

  .cuerpo h3 {
    font-size: 28pt;
    letter-spacing: normal;
  }

  .temas {
    margin-bottom: 15vh;
  }

  .temas .secciones {
    height: 18vh;
    display: flex;
    padding: 0;
    margin-bottom: -15vh;
  }

  .temas .enlace {
    position: relative;
    top: 23.3vh;
    transform: rotate(90deg);
    left: -50vw;
  }

  .temas .secciones img {
    max-width: none;
  }

  .temas .secciones p {
    text-align: left;
    font-weight: bold;
    margin-top: 3vh;
  }
}

/* Introduccion */

h3.titulo {
  text-align: center;
  font-size: 24pt;
  text-transform: uppercase;
  border-bottom: 1px solid #b0b0b0;
  font-weight: bold;
  margin-bottom: 4vh !important;
  font-family: "Amiko";
}

h3.subtitulo {
  text-align: center;
  font-size: 15pt;
  text-transform: uppercase;
  border-bottom: 1px solid #b0b0b0;
  font-weight: bold;
  margin-bottom: 4vh !important;
  font-family: "Amiko";
}

.dato-enfasis {
  padding: 3vh 2vw;
  border: 2px solid #3c8b44;
  background-color: #c3ecc7;
}

@media screen and (max-width: 769px) {
  .dato-enfasis {
    padding: 2vh 4vw 0;
    margin: 0 7vw;
  }
}

/* Agenda */

.contenedor-tabla {
  height: 500px;
  overflow-y: scroll;
}

.agenda-tabla {
  width: 100%;
}

.agenda-tabla thead {
  background-color: #8dbb8b;
  text-align: center;
  position: sticky;
  top: 0;
}

.agenda-tabla tbody {
  font-size: 10pt;
}

.agenda-tabla tbody th {
  vertical-align: middle;
  background-color: #cacaca;
  text-align: center;
}

/* Barra lateral */

.barra-diagnostico {
  position: fixed;
  top: 50%;
  left: 1%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: grid;
  z-index: 2;
}

.barra-diagnostico a {
  background-color: white;
  border: none;
  display: inline-flex;
  margin-bottom: 1vh;
  border-radius: 27.5px;
  width: 55px;
  transition: 0.5s;
  max-height: 55px;
  -webkit-box-shadow: 0px 0px 20px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 20px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 20px -1px rgba(0, 0, 0, 0.75);
}

.barra-diagnostico a img {
  width: 40px;
  height: 40px;
  margin: 7px 8px;
  transition: 0.5s;
  padding: 5px;
}

.barra-diagnostico a p {
  align-content: center;
  opacity: 0;
  transition: 0.5s;
  font-weight: bold;
  font-size: 1pt;
  padding-top: 15px;
}

.barra-diagnostico a:hover {
  width: 200px;
  transition: 0.5s;
  max-height: none;
}

.barra-diagnostico a:hover p {
  opacity: 1;
  font-size: 12pt;
  transition: 0.5s;
}

.barra-diagnostico a:hover img {
  transition: 0.5s;
}

.barra-diagnostico a.activa {
  width: 200px;
  max-height: none;
}

.barra-diagnostico a.activa p {
  opacity: 1;
  font-size: 12pt;
}

.barra-diagnostico a.activa img {
  width: 40px;
  height: 40px;
}

.highlight {
  color: #3c8b44;
  font-weight: bold;
}

.listado img {
  float: left;
  width: 40px;
  margin-right: 40px;
}

.listado tr {
  height: 60px;
}

/* Objetivos */

.lista-objetivos {
  background: #3c8b44;
  color: white;
  padding: 25px 0;
}

.lista-objetivos .titulo {
  color: white;
}

.fundamentos h4 {
  width: 95%;
  color: white;
  padding: 10px 10px;
}

.fundamentos h4.fun1 {
  background-color: #183c34;
}

.fundamentos h4.fun2 {
  background-color: black;
}

.fundamentos h4.fun3 {
  background-color: #5a5a5a;
}

.fundamentos img {
  width: 60px;
  position: absolute;
  right: 0;
  top: -10px;
}

/* Colaboraciones */

.collab img {
  width: 150px;
  padding-left: 25%;
}

/* Acordeon */

.accordion .card .card-header button {
  color: black;
}

/* Carrusel */

.carousel-control-prev,
.carousel-control-next {
  width: 30px;
  height: 30px;
  top: 100px;
  background-color: #183c34;
}

#carouselVideosExampleControls p {
  font-size: 10pt;
}

/* Foros */

.metodo img {
  width: 50%;
  float: left;
  margin: 0 50px 50px 0;
}

/* Menu Responsivo */

.menu-responsivo {
  position: relative;
  width: 50px;
  height: 50px;
  float: right;
  top: 20px;
  border-radius: 5px;
  background-color: #183c34;
}

.menu-responsivo i {
  color: white;
}

#menu-movil {
  text-align: right;
  position: absolute;
  right: 75px;
  top: 18px;
  display: flex;
  flex-direction: row;
  background-color: #183c34e7;
  z-index: 10;
  padding: 30px 30px 30px 0;
  border-radius: 10px;
  transition: 0.5s;
}

#menu-movil ul {
  list-style: none;
}

#menu-movil ul li {
  border-bottom: 1px solid #838383;
}

#menu-movil ul a {
  color: white;
}

.logo-end {
  width: 33%;
  margin-left: 33%;
  margin-top: 50px;
}

.pdf-descarga {
  font-weight: bold;
  text-align: left;
  margin-bottom: 50px;
}

.pdf-descarga img {
  width: 50px;
}

.bienes-separador {
  background-color: #88b8ad;
}

.bienes-separador h3 {
  color: white;
  text-align: center;
  padding: 10px;
  margin-top: 50px;
}

.bienes-separador h4 {
  color: white;
  text-align: center;
  margin-top: -15px;
}

.graficas p {
  font-style: italic;
}

.graficas img {
  width: 100%;
}

.graficas .footnote {
  font-size: 9pt;
}

.blog .card{
  margin-bottom: 25px;
}
