body {
  color: #444;
  background-attachment: fixed;

  background: linear-gradient(to left, rgba(98, 17, 50, 1) 0%, rgba(142, 69, 996, 1) 53%, rgba(255, 255, 255, 1) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#621132', endColorstr='#ffffff', GradientType=0);
  background-image: url("../img/aguilaBack-min2.png") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: -22px 85% !important;

  font-family: Lato, sans-serif;
}

img {
  max-width: 100%;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

body #encabezado-sistema {
  padding-top: 5px;
}

body #encabezado-sistema p {
  margin-bottom: 0;
}

body main > * {
  margin: 1em auto;
}

body.dev main > * {
  border: 1px solid tomato;
}

body main #logo-sedatu {
}

body main {
  /*background-image: url('img/arania.svg');*/
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

body main .section__header {
  position: relative;
}

body main .section__header article {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  min-height: 70vh;
  padding: 30px 0;
  position: relative;
}

body main .section__header-login {
}

body main .section__header-login .panel-heading {
  background: rgba(241, 241, 241, 0.7);
  padding: 20px 40px;
}


body main .section__header-login .panel-body {
  background: rgba(191, 191, 191, 0.3);
  padding: 20px 40px;
  transition: background .3s;
}

body main .section__header-login.clear .panel-body {
  background: rgba(255, 255, 255, 0.7);
}

.section__title {
  font-family: 'Helvetica Neue Thin';
  font-size: 36px;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}

#nombre-plataforma {
  flex: 4;
  text-shadow: 1px 1px #444;
  /*color: #888888;*/
  /*color: white;
  font-family: 'Helvetica Neue Thin';
  font-size: 42px;
  text-transform: uppercase;*/
}

#nombre-plataforma b {
  font-weight: bolder;
}

#nombre-plataforma p {
  margin-bottom: 0;
}

#divform-login {
  flex: 3;
  margin-left: 30rem;
}

#arania {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.icons {
  display: flex;
  list-style-type: none;
  padding: 0;
  width: 100%;
}

.icons img {
  max-height: 60px;
  margin: 0 0.5em;
  transition: all .3s;
  position: relative;
}

.icons img:hover {
  transform: scale(1.1);
}

.animada #araniaexterna,
.animada #araniainterna {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: rotateRight 30s linear infinite;
  -moz-animation: rotateRight 30s linear infinite;
  animation: rotateRight 30s linear infinite;
}

.animada #araniamedia {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: rotateLeft 30s linear infinite;
  -moz-animation: rotateLeft 30s linear infinite;
  animation: rotateLeft 30s linear infinite;
}

@-webkit-keyframes rotateLeft {
  0 { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(-360deg); }
}

@-moz-keyframes rotateLeft {
  0 { -moz-transform: rotate(0deg); }
  100% { -moz-transform: rotate(-360deg); }
}

@keyframes rotateLeft {
  0 { transform: rotate(0deg); }
  100% { transform: rotate(-360deg); }
}

@-webkit-keyframes rotateRight {
  0 { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@-moz-keyframes rotateRight {
  0 { -moz-transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); }
}

@keyframes rotateRight {
  0 { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#div-arania {
  position: fixed;
  width: 30vw;
  height: 100vh;
  z-index: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0.8;
}

.section__info {
  display: block;
  background: rgba(255, 255, 255, 1);
  font-family: 'Helvetica Neue Thin';
  min-height: 200px;
  z-index: 10;
  position: relative;
}

.section__footer {
  background: rgba(68, 68, 68, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  min-height: 15vh;
  z-index: 10;
  position: relative;
}

.section__footer a {
  font-size: 32px;
  color: white;
}

#ide-carousel {
  /*min-height: 75vh;*/
  position: relative;
}

#ide-carousel .item {
  font-size: 22px;
  padding-top: 3em;
  min-height: 60vh;
}

#ide-carousel .item .titulo {
  color: #18bc9c;
  font-size: 28px;
  font-weight: bold;
}

.section__slidercontrol {
  background: white;
  padding: 15px;
  position: relative;
  z-index: 10;
}

.section__slidercontrol .carousel-indicadores {
  display: block;
  text-align: center;
  min-height: 10vh;
}

.section__slidercontrol .carousel-indicadores ol {
  list-style-type: none;
  display: flex;
  padding: 0;
  min-height: 10vh;
  justify-content: center;
  align-items: flex-end;
}

.section__slidercontrol .carousel-indicadores ol a {
  border: 1px solid #18bc9c;
  background: #18bc9c;
  border-radius: 2px;
  font-weight: bold;
  padding: 0.3em 0.5em;
  transition: all .2s;
  width: 200px;
  margin: 0 0.5em;
}

.section__slidercontrol .carousel-indicadores ol a:hover {
  background: #18bc9c;
  color: white;
}

.section__slidercontrol .carousel-indicadores ol a,
.section__slidercontrol .carousel-indicadores ol a:active,
.section__slidercontrol .carousel-indicadores ol a:focus,
.section__slidercontrol .carousel-indicadores ol a:hover {
  text-decoration: none;
}

.logoogc-certified {
  font-family: 'Helvetica Neue Medium', 'Lato';
  text-align:center;
  color: #18bc9c;
  border:1px solid #18bc9c;
  border-radius: 2px;
  background-color: #FFF;
  padding:12px;
  min-width:220px;
  max-width:260px;
  padding: 30px;
  left:0;
  right:0;
  margin: auto
}

.logoogc-certified a img {
  margin: 0.5em auto;
  transition: all .3s;
}

.logoogc-certified a img:hover {
  transform: scale(1.1);
}

.item__objetivos .icon-objetivo {
  display: flex;
  color: white;
  justify-content: center;
  align-items: center;
  background: #18bc9c;
  text-align: center;
  font-size: 50px;
  margin: 1.5em auto;
  animation: shadow 2s ease-out infinite;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  cursor: pointer;
}

.item__objetivos:hover {
  transition: all .3s;
}

.item__objetivos:hover {
  transform: scale(1.1);
}

.item__objetivos p {
  margin-top: 1.8em;
}

@keyframes shadow {
  from {
    box-shadow: 0 0 0 0 transparent, 0 0 0 1px rgba(24, 188, 156, 0.8);
  }

  to {
    box-shadow: 0 0 0 30px rgba(24, 188, 156, 0.15);
  }
}

@-webkit-keyframes shadow {
  from {
    box-shadow: 0 0 0 0 transparent, 0 0 0 1px rgba(24, 188, 156, 0.8);
  }

  to {
    box-shadow: 0 0 0 30px rgba(24, 188, 156, 0.15);
  }
}

@-moz-keyframes shadow {
  from {
    box-shadow: 0 0 0 0 transparent, 0 0 0 1px rgba(24, 188, 156, 0.8);
  }

  to {
    box-shadow: 0 0 0 30px rgba(24, 188, 156, 0.15);
  }
}

.item__inicial figure figcaption {
  font-style: italic;
  color: #18bc9c;
  text-align: center;
  margin-top: 1em;
}

.item__tenencia {
  position: relative;
}

.item__tenencia button[class^="btntenencia"] {
  background: white;
  position: absolute;
  border: 1px solid rgba(150, 150, 150, 0.5);
  border-radius: 2px;
  cursor: pointer;
  min-width: 80px;
  height: 40px;
  transition: all .5s;
  font-size: 16px;
  font-weight: bold;
}

.item__tenencia button[class^="btntenencia"].activo {
  background: rgba(240, 240, 240, 0.9);
  position: fixed;
  border: none;
  min-width: 100%;
  top: 1%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 20px;
  min-height: 99%;
  z-index: 20;
  outline: none !important;
}

.item__tenencia button[class^="btntenencia"].activo img {
  max-width: 200px;
  margin-bottom: 2%;
}

.btntenencia-privada {
  right: 0;
  top: 145px;
}

.btntenencia-federal {
  left: 0;
  top: 145px;
}

.btntenencia-social {
  margin: auto;
  left: 50%;
  bottom: -25px;
  transform: translateX(-40px);
}

.item__tenencia svg {
  max-width: 10cm;
  margin-top: 0.5em;
}

.item__tenencia #circle3710 {
  cursor: pointer;
}

.fondo-principal {
  position: fixed;
  /*top: 50%;
  left: 50%;*/
  width: 100%;
  /*min-width: 100%;
  min-height: 100%;*/
  /*width: auto;*/
  /*height: auto;*/
  z-index: -100;
  /*transform: translateX(-50%) translateY(-50%);*/
  background-size: cover;
  transition: 1s opacity;
}

.contenedor {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.logo-vertical img {
    position: relative;
    z-index: 10;
    top: 10%;
    #display: table;
    margin: 0 auto;
}

.leyendas-sedatu {
  text-align: center;
}

.leyendas-sedatu h2 {
  font-weight: bold;
}