/**
 * @copyright	Copyright (C) accesibleweb.com,  All rights reserved.
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;500;700&display=swap");
body {
  margin: 0px;
  padding: 0px;
  font-family: "Roboto", sans-serif;
  font-size: 1.063em;
  color: #454545;
}
h1{
  font-size:2.1em;
}
h2{
  font-size:2em;
}
h3{
  font-size:1.8em;
}
h4{
  font-size:1.6em;
}
h1,h2,h3,h4{
  color:#053c66;
}
header {
  display: grid;
  grid-template-columns: 35% auto;
}
header::after {
content: " ";
width: 100%;
height: 9px;
background-color: transparent;
position: absolute;
box-shadow: 0 2px 6px -3px black;
margin-top: 3%;
  left:0px
}
button{
  cursor:pointer;
}
footer{
  background:#eaeaea;
  padding:2% 5%
}
footer h1,footer h2,footer h3,footer h4{
  color:#5e5e5e;
}


*:focus{
  border:1px solid #fed000;
  outline: none;
}
button:active{
  border:1px solid #fed000;
  outline: none;
}
button:focus{
  border:1px solid #fed000;
  outline: none;
}
p{
  margin: 1.59375em 0px;
}
figcaption{
  margin-top:10px;
}
audio,video{
  width:100%;
}
/*clases*/
.all-link-c-gr a{
  color:#616161;
}
.all-link-c-gr a:hover{
  color:black;
}

.jus-a-c{
      align-items: center;

}
.btnMenuState{
  border:hidden;
  background-color:transparent;
  color:#004f8b;
  font-weight:bold;
  font-size:1.2em;
}
.img-100-680{
  width:100%
}

.dis-n{
  display:none;
}
.dis-b{
  display:block;
}
.dis-n-800-b{
  display:none
}
.dis-f{
  display:flex;
}

.amplia-img{
float: left;
margin-top: -40px;
position: relative;
background-color: #1368aa;
color: white;
border-radius: 30px;
padding: 3px 5px;
width: 30px;
  height:30px;
margin-left: 5%;
  overflow:hidden;
  transition:all 0.4s;
  border:1px solid white; 
  text-align:left;
}

.amplia-img:hover{
  width: 40%;
  transition:all 0.4s;
}

.amplia-img:focus{
  width: 40%;
  transition:all 0.4s;
    border:1px solid yellow;
  height:auto;
}

.all-link-txt a{
  display: table;
background-color: #FED000;
color: black;
padding: 0.5em 0.5em 0.5em 3em;
border-radius: 10px;
  min-height:52px;
}
.all-link-pdf a{
  display: table;
background-color: #FED000;
color: black;
padding: 1em 1em 1em 3em;
border-radius: 10px;
}
.all-link-pdf a[href*=".pdf"]::before{
  content: url(../../../images/inicio/icon-pdf.png);
position: absolute;
margin-left: -40px;
width: 10px;
margin-top: -11px;
}
.all-link-txt a[href*=".txt"]::before{
  content: url(../../../images/inicio/icon-txt.png);
position: absolute;
margin-left: -40px;
width: 10px;
margin-top: -5px;
}
.bor-col-w{
  border: 1px solid white;
}
.footy{
  display: grid;
grid-template-columns: auto auto;
align-items: center;
}
.lin-h{
  line-height: 1.8rem;
}
.lis-s-n {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.all-a-dis-b a {
  display: block;
}
.all-li-mar-y-2d5 li {
  margin: 2.5% 0%;
}
.all-li-mar-y-1 li {
  margin: 1% 0%;
}
.all-a-dis-b a{
  display: block;
}
.fondoPop {
  width: 100vw;
  height: 100vh;
  background-color: rgba(69, 69, 69, 0.8);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.cajaPop {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 2;
  top: 0px;
  left: 0px;
  display: grid;
}
.blancoPop {
  width: auto;
  height: 90%;
  background-color: white;
  justify-self: center;
  align-self: center;
  overflow-y: scroll;
  overflow-x: hidden;
}
.blancoPop img {
  width: 100%;
}
.cerrarPopUpAw {
  position: absolute;
  margin-left: -60px;
}
.widMar-90-a{
  width:90%;
  margin:auto
}
.seccion {
  display: grid;
  grid-template-columns: 70% 25%;
  column-gap: 5%;
  align-items: center;
  margin: auto;
  padding: 5%;
}
.saltarPrincipal a{
  position:absolute;
  margin-top:-17px;
  transition: all 0.3s;
  background-color:white;
}
.saltarPrincipal a:focus{
  margin-top:5px;
  transition: all 0.3s
}
.pensarYhacer {
  display: grid;
  grid-template-columns: 70% 25%;
  column-gap: 5%;
  align-items: center;
  margin: 10% 0%;
}
.videos iframe {
  width: 100%;
  height: 80vh;
}
.videos a {
  text-align: center;
  display: block;
  padding: 1em 0px;
}
.menu {
  vertical-align: middle;
  padding-left: 0;
  padding-right: 0;
  display:flex;
  list-style:none;
  margin:10px 0px;
}


.menu li:before {
  position: absolute;
  display: block;
  content: " ";
  top: 0;
  left: -2px;
  width: 2px;
  height: 32px;
}
.menu li a {
  border-radius: 12px;
  padding: 0 1em;
  margin: 0 auto;
  position: relative;
  display: block;
  height: 32px;
  cursor: pointer;
  text-decoration: none;
  color: #0f5285;
  line-height: 32px;
  text-align: center;
  transition: all 0.3s;
}

.menu li a.active {
  background: #004e8a;
  border-radius: 12px;
  padding: 0 17px;
  margin: 0 auto;
  color: #ffffff;
  text-decoration: none;
}

.menu > li > a:hover {
  background: #1368aa;
  border-radius: 12px;
  padding: 0 17px;
  margin: 0 auto;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s;
}
.menu .active a{
  background-color:#1368aa;
  color:white;
}
.grid-50 {
  display: grid;
  grid-template-columns: 50% 50%;
}

.grid-50-gp,.grid-50-gp-800{
  display: grid;
  grid-template-columns: 48% 48%;
  column-gap:2%;
}

.grid-2_4 {
  display: grid;
  grid-template-columns: auto auto auto auto;
  column-gap:2%;
}

.titulo {
  justify-content: center;
  display: flex;
  align-items: center;
}
.caja {
  width: 90%;
  margin: auto;
}
.mar-a {
  margin: auto;
}
/*anchos*/
.wid-90 {
  width: 90%;
}
.wid-50{
  width: 50%;
}

.imagen {
  display: flex;
  align-self: center;
  justify-self: center;
  max-width: 100%;
}
.sitios {
  background-color: #f4d03f;
}

.titulo-b {
  justify-content: center;
  display: flex;
  align-items: center;
  color: #0f5285;
}
/*fondo img*/
.img-inicio {
  background-image: url(../../../images/viviendo_volcan/img-inicio.png);
  background-attachment: fixed;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}
.img-noche {
  background-image: url(../../../images/viviendo_volcan/img-noche.png);
  background-attachment: fixed;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}
.img-inicio-mountaint {
  background-image: url(../../../images/inicio/nuevo-fondo_montanas.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  background-color:#cff4ff
}
.img-mountaint{
  background-color:#cff4ff;
  background-image: url(../../../images/viviendo_volcan/img-mountaint.png);
background-attachment: fixed;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}
.img-logo-ungdr{
  background-attachment: fixed;
  background-image: url(../../../images/inicio/fondo_crema.jpg);
}
/*fondo color*/
.bac-c-m{
  background-color:#ffedd4;
}
/*displays*/
.dis-g-2-gp-800 {
  display: grid;
  grid-template-columns: 48% 48%;
  column-gap: 2%;
}
.dis-g-7-2{
  display: grid;
  grid-template-columns: 70% 25%;
}
.dis-g-6-3,.dis-g-6-3-800{
  display: grid;
  grid-template-columns: 60% 35%;
}
.dis-b {
  display: block;
}
.dis-g {
  display: grid;
}
/*pading*/
.pad {
  padding: 1em;
}
.pad-10-0{
  padding: 10% 0%;
}
.pad-5-0{
  padding: 5% 0%;
}
.pad-b-10{
  padding-bottom: 10%;
}
.pad-b-5{
  padding-bottom: 5%;
}
.pad-y-5{
  padding-top: 5%;
  padding-bottom: 5%;
}
.pad-t-5{
  padding-top: 5%;
}
.pad-y-5-10{
  padding-top: 5%;
  padding-bottom: 10%;
}
.pad-1-0-10-0{
  padding:1% 0% 10% 0%
}
.pad-x-5{
  padding:0% 5%;
}
.pad-tiutlos {
  padding: 1em 5em 0em 5em;
}
/*margin*/
.mar{
  margin:1em;
}
.mar-y{
  margin:1em 0px;
}
.mar-t{
  margin-top:1em;
}
.mar-y0d2{
  margin:0.2em 0px;
}
.mar-a{
  margin:auto
}
/*colores*/
.col-gld{
  color:#af640b;
}
.col-w {
  color: white;
}
.col-gy {
  color: #454545;
}
.col-gy-n {
  color: #606061;
}
.col-b {
  color: #073a60;
}
.col-y{
  color: #fed000;
}
/*margenes*/
.mar-a{
  margin:auto;
}
.mar-t-10p{
  margin:10px 0px 0px 0px;
}
/*justificacion*/
.alin-c-c{
  align-content: center
}
/*texto*/
.tex-a-c{
  text-align: center;
}
.fon-s-2 {
  font-size: 2em;
}
.fon-s-1d2{
  font-size: 1.2em;
}
.fon-s-1d6 {
  font-size: 1.6em;
}
.fon-s-1d4 {
  font-size: 1.4em;
}
.fon-s-1d3 {
  font-size: 1.3em;
}
.fon-w-br{
  font-weight: bolder;
}
@media only screen and (max-width: 1366px) {
  header::after {
height: 11px;
margin-top: 3.4%;
    box-shadow: 0 2px 6px -4px black;
    
}
}
@media only screen and (max-width: 1280px)  {
  header {
  display: grid;
  grid-template-columns: auto auto;
}

 } 
@media only screen and (max-width: 880px) {
  .footy{
    text-align:center;
grid-template-columns: 100%;
  }
  .footy img{
width:30%;
  }
  .grid-50-gp-800{
    display:block
  }
  .dis-g-2-gp-800{
    grid-template-columns:100%;
  }
  .dis-n-800{
  display:none;
}
  .dis-n-800-b{
  display:block;
}
  .menu {
  display:block;
position:absolute;
    width:100%;
    left:0px;
    background-color:white;
    padding:20px 0px;
}
  header::after {
    margin-top: 5.5%; 
    }
  .dis-g-6-3-800{
  display: grid;
  grid-template-columns: 100%;
}
  .grid-2_4 {
  display: grid;
  grid-template-columns: auto auto;
  column-gap:2%;
}
  .img-mountaint,.img-inicio,.img-noche{
  background-size: auto;
    background-position: bottom;
}
  .img-680-100{
    width:100%;
  }
}
  @media only screen and (max-width: 680px) {
  header {
  display: grid;
  grid-template-columns: auto;

}
     header::after {
           height:9px;
    margin-top: 20%;
    
}
    .grid-2_4 {
  display: grid;
  grid-template-columns: auto;
}
    .menu{
      margin:0px;
    }
    .seccion {
  grid-template-columns:100%;
}
}