@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Comforter+Brush&family=Heebo:wght@100;400;900&family=Lora&display=swap');

:root{

  /**
   * colores
   */

  --battleship-gray: hsl(0, 0%, 53%);
  --viridian-red: hsl(0, 82%, 31%);
  --silver-chalice: hsl(0, 0%, 69%);
  --mikado-yellow: hsl(139, 88%, 16%);
  --granite-gray: hsl(0, 0%, 40%);
  --independence: hsl(219, 20%, 32%);
  --spanish-gray: hsl(0, 0%, 61%);
  --oxford-blue: hsl(222, 46%, 17%);
  --black-coral: hsl(223, 8%, 44%);
  --eerie-black: hsl(210, 11%, 15%);
  --light-gray: hsl(0, 0%, 80%);
  --white-2: hsl(0, 0%, 98%);
  --white-1: hsl(0, 0%, 100%);
  --black: hsl(0, 0%, 0%);
  --jet:hsl(17, 90%, 31%);


  /**
   * typografia
   */
  --font-family1: 'Abril Fatface', cursive;
  --font-family2: 'Comforter Brush', cursive;
  --font-family3: 'Heebo', sans-serif;


/**
   * transition
   */

   --transition-1: 0.15s ease;
   --transition-2: 0.35s ease;
   --cubic-out: cubic-bezier(0.33, 0.85, 0.56, 1.02);
 
}



/************************************************/

/*
*
* ==========================================
* FOR DEMO PURPOSE
* ==========================================
*
*/
body {
    background: linear-gradient(to right, #e73018, #6bcf74);
    min-height: 100vh;
}

/* Estilos para la sección "Sobre Nosotros" */

.sobre-nosotros .img-thumbnail {
  width: 130px;
  height: 130px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 1rem;
}

.sobre-nosotros .text-left {
  text-align: left;
}

.foto-oumaima {
  width: 460px;
  height: 460px;
  object-fit: cover;
  border-radius: 10%;
  border: 1px solid #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}


@media (max-width: 768px) {
  .sobre-nosotros .text-left {
    text-align: center !important;
  }

  .sobre-nosotros .bg-white {
    margin-top: 2rem;
  }
}
