
.fuente-raleway{
  font-family: "Raleway", arial;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway.ttf");
}
.EstiloTexto{
  color: white;
  font-size:25px;
  text-shadow: 2px 2px 4px #000000;
  }
  .conEspaciado{
    line-height: 3vh;
}
.text-center{
  text-align: center;
}
.textstyle{
  font-size: 2vh;
  color: #ffffff;
  font-weight: 100;
}

.BackgroundText{
  background-color: #d2d2d294;
  box-shadow: 1px 1px 1px 10px #111010;
  border-radius: 10px;    
  margin: 8vh 14.2vh 1vh 14.2vh;
  padding: 9vh;
}

html {
    box-sizing: border-box;
  }
  .TextBack{
    
    width:100%;
color:lightskyblue;
font-size: 40px;

  }
  
  *, *:before, *:after {
    box-sizing: inherit;
  }
  a:link{
    text-decoration:none;
}
  .ir {
    display: block;
    overflow: visible;
    padding: 0 0 100%;
    position: relative;
    height: 0;
    width: 100%;
  }
  
  .ir > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
  
  html, body {
    background: #0e1a25;
    color:white;
  }
  
  html {
    font-size: 0.625em;
  }
  
  .soc {
    display: block;
    font-size: 0;
    list-style: none;
    margin: 0 auto;
    padding: 48px;
    padding: 4.8rem;
    text-align: center;
    width: 110rem;
    max-width: 100%;
  }
  .soc li {
    display: inline-block;
    margin: 12px;
    margin: 1.2rem;
  }
  .soc a, .soc svg {
    display: block;
  }
  .soc a {
    position: relative;
    height: 96px;
    height: 9.6rem;
    width: 96px;
    width: 9.6rem;
  }
  
   .icon-1:hover, .icon-2:hover, .icon-3:hover,  .icon-4:hover {
    border-radius: 100%;
    color: #0e1a25;
    fill: #0e1a25;
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
    -webkit-transition: background-color 0.5s, -webkit-transform 0.5s ease-out;
    transition: background-color 0.5s, -webkit-transform 0.5s ease-out;
    transition: background-color 0.5s, transform 0.5s ease-out;
    transition: background-color 0.5s, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  }
 
  .icon-1 {
    color: #6ed926;
    fill: #6ed926;
  }
  .icon-1:hover {
    background: #6ed926;
  }
  
  .icon-2 {
    color: #26d9d9;
    fill: #26d9d9;
  }
  .icon-2:hover {
    background: #26d9d9;
  }
 
  .icon-3 {
    color: #d926b5;
    fill: #d926b5;
  }
  .icon-3:hover {
    background: #d926b5;
  }
  

  .icon-4 {
    color: #d9266e;
    fill: #d9266e;
  }
  .icon-4:hover {
    background: #d9266e;
  }
  @media screen and (max-width: 1024px){
    body{
      overflow:hidden;
    }
    .BackgroundText{
      margin:30px;
      padding:1em;
    }
    .wrapper{

      display:flex;
      align-content: center;
      justify-content: center;
      flex-direction: column;
      height: 1500px;

    }

  } 

  