@charset "UTF-8";
/*generales*/
  body{
    background: #B21518;
  }
  header,footer{background: #000;}
  footer{ padding-top: 30px; }
  iframe{border-radius: 10px;}
  img{ max-width: 100%; height: auto; border-radius: 5px; }
  a{color: #FFF;}
  input{margin-top: 10px;}
  
  #home-section {
  	overflow:hidden;
  	height: 550px;
    background: #000;
}

.texto{
white-space: pre-line;  
}