/*
 * Version: 2.1
 * File Description: Place here your custom CSS styles
 */



 @media (min-width: 992px) {
   .texto_slider {
    padding-top: 200px;
   }
 }




@media (max-width: 768px) {
  .ocultar_movil {
    display: none;
  }

  .texto_slider {
    margin-top: 0px;
    float: left;
  }
}


.h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

.marron {
  color: #8b0e14;
}

.naranja {
  color: #e07e27;
}

.btn-naranja {
    background-color: #e07e27;
    border-color: #cc7324;
}

@media (min-width: 769px) {
  .ocultar_escritorio {
    display: none;
  }
}
