:root {
    --moradito: mediumorchid;
}

@font-face {
    font-family: "Inter";
    src: url(./fonts/Inter/Inter-VariableFont_slnt\,wght.ttf);
}

@font-face {
    font-family: "Lexend Deca";
    src: url(./fonts/Lexend_Deca/LexendDeca-Regular.ttf);
}

.fondo{ 
    background-color: hsl(233, 47%, 7%);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.contenedor_principal{ 
    display: flex;
    width: 70%;
    max-width: 900px;
    min-height: 350px;
    justify-content: space-between;

}

.contenedor_principal .contenedor_texto { 
    background-color: hsl(244, 38%, 16%)
}

.contenedor_texto { 
    font-size: 9px;
    width: calc(50% - 60px);
    min-width: 340px;
    padding: 30px 60px;
    
}

.primer_titulo { 
    font-size: 33px;
    color:  hsl(0, 0%, 100%);
    font-family: "Inter";
}

.parrafo { 
    font-size: 15px;
    width: 310px;
    color: hsla(0, 0%, 100%, 0.75);
    font-family: "Lexend Deca"
    
    
}

.primer_titulo span { 
    color: var(--moradito);
}

.contenedor_datos {
    color: hsla(0, 0%, 100%, 0.6);
    display: flex;
    justify-content: space-between;
    width: 310px;
    padding: 19px 0px;
    font-family: "Lexend Deca"
 }

 .contenedor_datos h2 {
     font-size: 18px;
     margin: 0px;
     color: white;
  }

  .contenedor_datos p { 
      font-size: 14px;
      margin: 0px;
      
  }

.contenedor_imagen { 
    background-size: cover;
    width: 50%; 
    opacity: 100%;
    background-image: url(./images/image-header-desktop.jpg)

}

.fondo_morado{ 
    background: var(--moradito);
    opacity: 60%;
    width: 100%;
    height: 100%;
}
