  .titulo {
      color: #294644;
  }
  
  .subtitulo {
      color: #208882;
  } 
  
  .vidamagnifica {
	 color: #00bfb2;
  }
  
  .fondo-gris {
	  background-color: #f0f0f0;
  }
  
  img {
	  margin: 10px;
  } 
  
  .row {
	margin-top: 40px;	
  }
  
  .logos {
    background-color: #e9ecef;
  }
  
  .footer {
    margin-top: 40px;
  } 
  
  .carousel-inner img {
      width: 100%;
      height: 100%;
  } 
 
  html {
	scroll-behavior: smooth;
  }
  
  .back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
  }