

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

*{
  margin: 0;
  padding: 0;  
  box-sizing: border-box;
}

/*.px-2{
  padding-left: $spacer * .25 !important;
}*/

html{
  scroll-behavior: smooth;
}

body{
font-family: 'Raleway', sans-serif;
}

/*section{
  height: 700px;
  width: 100%;
}*/

.uno{

  height: auto;
  width: 100%;
}

.top1 {
  height: 50px;
}

.dos{
  height: auto;
  width: 100%;

}

.tres{
  height: auto;
  width: 100%;
}

.colornav {
  background-image: linear-gradient(-20deg, #2b5876 0%, #4e4376 100%);
}
.imagen1 {
  /*justify-content: center;
  align-items: center; 
  display: flex;  
  margin: auto;*/  
/*  height: 500px;*/
  margin-top: 10%;
  margin-bottom: 10%;
}

section h2{
  font-size: 50px;
  font-weight: 700;
  /*margin-bottom: 50px;
  padding-top: 250px;
  margin-left: 40px; */
/*  color: RGBA(16,114,207,0.56);*/

}

section p{

font-weight: 300;
/*margin-bottom: 15;
margin-left: 40px;*/

}

/*section a{
  display: inline-block;
  padding: 7px;
  color: #283773;
  text-decoration: none;
  width: 100px;
  text-align: center;
  border: 1px solid #97D5F6;
  border-radius: 50px;
  background-color: #fff;
  margin-left: 40px;

}
*/
/*section img{
  height: 30%;
  display: flex;
  justify-content: space-evenly;
  padding: 40px;
  align-items: center; 

}*/

.alto {
height: auto;
}

/*.color4 {background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);}*/
.color3 {
  background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
}

.color2 {
  background-image: linear-gradient(60deg, #3d3393 0%, #2b76b9 37%, #2cacd1 65%, #35eb93 100%);
}

.color1 {
 background-image: linear-gradient(to top, #0c3483 0%, #a2b6df 100%, #6b8cce 100%, #a2b6df 100%);
}


.ir-arriba {
  display:none;
  padding:20px;
  background:#024959;
  font-size:20px;
  color:#fff;
  cursor:pointer;
  position: fixed;
  bottom:20px;
  right:20px;
}

