/*
Theme Name: Tres Estados de suspensión 
Theme URI: https://www.fernandapizarro.cl
Author: María Fernanda Pizarro
Description: Plantilla desde HTML para WordPress.
Version: 1.0
*/
body {
    font-family: 'Work Sans', sans-serif;
  }
  
  h1{
    line-height: 1.3;
    font-size: 1.3rem;
  }

  h2 {
    line-height: 1.5;
    font-size: 1.5rem;
  }

  h3 {
    line-height: 1.3;
    font-size: 1.5rem;
    color: #406E5A;
  }
  h4 {
    line-height: 1.3;
    font-size: 1.3rem;
    color: #406E5A;
  }
  
  p{
    font-size: 16px;
	text-align: justify;
  }
.textogob{
	font-size: 12px;
	text-align: left;
}
  .nav-link {
    font-weight: 300;
    padding: 0;
  }
  
  .nav-link:hover {
    text-decoration: none;
  }

  .text-warning {
    --bs-text-opacity: 1;
    color: #7D6857 !important; 
  }

  .text-info {
    --bs-text-opacity: 1;
    color: #406E5A !important;
  }
  .text-success {
    --bs-text-opacity: 1;
    color: #72717E !important;
  }
  a:hover {
    color: #fff;
  }
  a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
  }

  a.nav-link {
    font-weight: 300;
    padding:0;
    font-weight: bold;
    font-size: 20px;
  }
  
  /* Animaciones */
  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
  }
  
  .animate-fade {
    animation: fadeIn 1s ease-out both;
  }
  
  .animate-fade-delay {
    animation: fadeIn 1.5s ease-out both;
  }
  
  /* Imágenes */
  img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  