@media (max-width: 991px) {
  header .header_title .content_title {
    padding: 30px 0 20px 0;
  }
  header .header_title .content_title h3 {
    font-size: 28px;
  }
  header .header_title .content_title h3:before {
    top: 45px;
  }
  .header_description {
    padding: 25px 0;
  }
  .header_description p {
    margin: 25px 0;
  }
  .header_description h1 {
    font-size: 2.5rem;
  }
  .header_description h2 {
    padding-top: 15px;
    font-size: 2rem;
  }
  .header_description p {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  section {
    padding: 25px 0;
  }
  #temario .temario_bloque_texto {
    width: 100%;
  }
  #temario .temario_bloque_texto p {
    margin: 30px 0 40px 0;
  }
}

@media (max-width: 768px) {
  .header_description h1 {
    margin-bottom: 30px;
  }
  #servicio .service_bloque_message {
    margin: 40px 0 20px 0;
  }
  #servicio .service_bloque_message p {
    font-size: 25px;
  }
}

@media (max-width: 599px) {
  header {
    background-position: center;
  }
  header .header_title {
    padding: 0 20px 60px;
  }
  header .header_title .content_title {
    display: none;
  }
  header .header_title .content_title_logo {
    position: relative;
  }
  header .scroll-container {
    bottom: -12px;
  }
  .header_description {
    padding: 15px 0;
  }
  .header_description p {
    margin: 15px 0;
  }
  .header_description h1 {
    font-size: 2rem;
  }
  .header_description h2 {
    padding-top: 0;
    font-size: 1.5rem;
  }
  .header_description p {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  .header_description h4 {
    font-size: 1.2rem;
  }
  .header_description h4 span {
    font-size: 1.2rem;
  }
  .social-share {
    width: 100%;
    top: auto;
    bottom: 0;
    -webkit-box-shadow: 0px 0px 10px 10px #445d7269;
            box-shadow: 0px 0px 10px 10px #445d7269;
  }
  .social-share a {
    width: 25% !important;
    height: 40px;
    -webkit-transition: none;
    transition: none;
  }
  .social-share a:hover {
    width: 25%;
  }
  .social-share a i {
    height: 100%;
  }
}

@media (max-width: 399px) {
  .header_description h1 {
    margin-bottom: 40px;
  }
  /*.content_form{
        .content_form_action{

        }
    }*/
}
/*# sourceMappingURL=responsive.css.map */