
*{

  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;


}


body{

  background: #000;


}

/*fuentes*/

@font-face {
    
  font-family: "montserrat-bold";
  src: url("C:/Users/RUNRUN/Desktop/OUTPLAYGROUP 2023/Fonts/Montserrat-Bold.otf") format('woff');
 
}
@font-face {
    
  font-family: "montserrat-medium";
  src: url("C:/Users/RUNRUN/Desktop/OUTPLAYGROUP 2023/Fonts/Montserrat-Medium.otf") format('woff');
 
}
@font-face {
    
  font-family: "poppins-black";
  src: url("C:/Users/RUNRUN/Desktop/OUTPLAYGROUP 2023/Fonts/Poppins-Black.otf") format('woff');
 
}

@font-face {
    
  font-family: "poppins-bold";
  src: url("C:/Users/RUNRUN/Desktop/OUTPLAYGROUP 2023/Fonts/Poppins-Bold.otf") format('woff');
 
}

@font-face {
    
  font-family: "poppins-light";
  src: url("C:/Users/RUNRUN/Desktop/OUTPLAYGROUP 2023/Fonts/Poppins-Light.otf") format('woff');
 
}

@font-face {
    
  font-family: "poppins-medium";
  src: url("C:/Users/RUNRUN/Desktop/OUTPLAYGROUP 2023/Fonts/Poppins-Medium.otf") format('woff');
 
}


.section-contactanos{


  position: relative;

}



.contactanos-bg img{


  width: 100%;

}

.contactanos-content{

    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%);

}

.contactanos-content h1{


  font-family: poppins-black;
  font-size: 2.4vw;
  color: #ffffff;

}

.contactanos-column1{


  position: absolute;
  top: 40%;
  left: 15%;


}


.contactanos-column2{


  position: absolute;
  top: 35%;
  right: 15%;


}

.row--- label{

  color: #ffffff;
  font-family: montserrat-medium;
  font-size: 1.0vw;


}

.row---- label{

  color: #ffffff;
  font-family: montserrat-medium;
  font-size: 1.2vw;


}