*{
    padding:0;
    margin:0;
}


#menu{
    width: 100%;
    position: absolute;
    transition: all 0.5s ease;
    background: #212529;
    position: sticky;
    top: 0;
}
#menu span{
    color: white;
    font-size: 1.6rem;
    font-weight: 300px;
}
 #menu .nav-link{
    color: rgb(206, 206, 206);
    font-size: 1.2rem;
    font-weight: 300;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
}
#menu .nav-link:hover{
    color:#ffffff ;
}
.banner{
    background-image: url("/img/pexels-cadeau-maestro-1170412.jpg");
    background-position: center;
    background-repeat: no-repeat;
    height: 600px;
}
.banner .banner-box{
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner .banner-box h5
{
    color: #fff;
    font-size: 1.8rem;
}

.blog-footer{
 
  color: white;
  text-align: center;

  border-top: .05rem solid #e5e5e5;
}
#pie{
  text-align: center;
}

#coso{
  width: auto;
  background-color:#EEEEEE;
}

aside {
	min-width: 40%;
	margin: 40px 20px 20px 0;
	height: 100%;
	/* background: #1D2F3D; */
	padding: 20px;
	border-radius: 3px;
    position: sticky;
    top: 0;
}

aside .titulo {
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 20px;
	color: black;
}
aside .articulos
{
    background: white;
    margin: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(223, 223, 223);
    height: 160px;
}
aside .articulos header{
    display: flex;
    justify-content: center;
    font-size: 1.2rem;
    align-items: center;
    font-weight: 300;
}
aside .articulos header img{
    height: 80px;
    width: 80px;
    border-radius: 100%;
    margin-right: 40px;
}
aside .articulos footer{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
aside .articulos footer a{
    background: #0078d1;
    padding: 10px 40px;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
}

#content2{
  padding-bottom: 10%;
}

/* Esto es lo que te permite realizar cambios dependiendo de la resolucion */
@media screen and (max-width:800px){

}

#colderechavac{
  
  margin-left: 8%;
}

footer{
  background-color: #2A3B58;
}

*{
    margin: 0;
    padding: 0;
  }
 
 .navbar{
   background-color:#2A3B58
 }
 .navbar .navbar-brand{
   color:white;
   margin-left: 5px;
 }
 
 .row{
   width: 100%;
   
 }


 #BarraIzquierda{
   width: 100%;
   height: 100%;
   background-color:#EEEEEE; 
    display: block;
 }
 
 #bottomdomi{
   margin-left:2%;
 }

 #divmove{
  

width: 80%;
margin-left:23%;
 }

 .boton:hover{background-color:#acb1bb;}
 #botonPdf:hover{background-color:#c24332;}
 
 
 .col-9{
   
   margin-left: 5%;
   margin-right:4% ;  
 }
 
 #contenido{
   
   margin-top: 2%;
   margin-bottom: 2cm;
   font-family: Arial;
   text-align: left;
   font-weight: 400;
   font-size: 18px;
   text-align:justify;
 }
 .img-fluid{
   width: 550px;
   margin-left: 4%;
   border-radius: 10px;
 }
 .img-fluid:hover{transform:translateY(-11px);
 transition:ease  2s;}
 
 p:hover{transform: translateY(-11px);transition: ease 2s;}
 
 
 
 /*pagina inicio*/
 #inicio{
   text-align: center;
   color: white;
   padding: 20%;
   font-size:xx-large;
 }
 .banner{
   background-image: url("/img/pexels-zoe-pappas-940829.jpg");
   background-repeat: no-repeat;
   background-size: cover;
   height: 500px;
   
 }
 .banner .banner-box{
     width: 90%;
     height: 100%;
     background: rgb(0, 0, 0,0.7);
     display: flex;
     align-items:center;
     text-align: right;
     width: 100%;
 
 }
 .banner .banner-box h5{
   
 color: whitesmoke;
 font-size: 1.8rem;
 }
 
 /*Footer*/
 .blog-footer{
 
   color: white;
   text-align: center;
 
   border-top: .05rem solid #e5e5e5;
 }
 #pie{
   text-align: center;
 }
 
 #coso{
   width: auto;
   background-color:#EEEEEE;
 }
 
 
 
 @media screen and (max-width:800px){

  #calculadoraup{
    margin-left: 10%;
  }
   .banner{
     height: 260px;
     width: 350px;
   }
   
 }
 @media (max-width:700px){
 
  :root {
    --main-radius: 5px;
    --main-padding: 7%;
  }

  #BarraIzquierda{
    width: 0px;
    height: 0px;
    display: none;
  }
   #esconder{
     width: 0px;
     height: 0px;
     visibility: hidden;
 
   }

#calcuisr{
    margin-left:0%;
}

#div5{
  margin-right:10%;

}

#contenedorres{

  margin-right: 15%;
}

#colderecha{
  margin-left:10%;
 
 
}
.modaltext{
  
  width: 90%;
  margin: 5%;
  text-align: justify;
}

#divm{
  width: 100%;
  margin-left: 0px;
  background-color: chartreuse;
}

#col-8{
  width: 100%;
 
}




 }
 
 @media screen and (min-width:701px){
   #hamburguesa{
     visibility: hidden;
   }
   #BarraIzquierda{
     width: 125%;
     height: 100%;
     visibility: visible;
     display: block;
   }
    #esconder{
      width: auto;
      height: auto;
      visibility: visible; 
    }
    #contenido{
     text-align:left;
   }

   #imgdiv{
    background-color: red;
    width: 100%;
    height: 100%;
}
#calcuis{
  }
 
 #calcuisr{
     margin-left: 180px;
 }
}
