/**/
#mobile_slider{
  display: none !important;
}
@media screen and (max-height: 450px) {
  .hermes.tparrows {
    width: 26px;
    height: 3px;
  }
  .col-8{
    max-width: 100% !important;
  }
  body{
    background-color: red;
  }
}

@media (max-width: 576px) {
  #mobile_slider{
    display: block !important;
  }
  #desktop_slider{
    display: none !important;
  }
  .col-8{
    max-width: 100% !important;
  }
  .pt-30vh{
    padding-top: 0vh !important;
  }
  .mt-80vh{
    margin-top: 0vh !important;
  }
  .btn-more-cursos{
    display: none !important;
  }
  .mt-120hv {
    margin-top: 10vh !important;
  }
  .mt-39hv {
    margin-top: 0vh !important;
  }
  .img-fluid.pb-5.mx-auto.d-block {
    padding-top: 104px;
  }
  .text-center.mt-5.text-slog {
    padding-bottom: 110px !important;
    font-size: 17pt;
  }
  .transcom-top-features-content {
    position: unset !important;
    width: 100%;
    z-index: 99;
    bottom: 0% !important;
    -webkit-transform: translateY(0%);
    transform: translateY(2%) !important;
    left: 0;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
  }
  .transcom-buttom-features-area {
    transform: translateY(0%);
    left: 0;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
  }
  .transcom-hero-content h2 {
    font-size: 20pt;
    color: #fff !important;
    font-weight: 700;
    /* margin-bottom: -12px; */
    font-family: "Proxima-Nova-Black";
  }
  .mt-130hv{
    margin-top: 0px !important;
  }
/*//Margins*/
  .mt-40hv{
    margin-top: -40vh;
  }
  .pt-55vh{
    padding-top: 0vh !important;
  }
  .mt-15vh{
    margin-top: 0vh !important;
  }
  .mt-25vh{
    margin-top: 0vh !important;
  }
  footer .copyright img {
    width: 100%;
    max-width: 70px;
  }
  footer .copyright {
    background-color: #fff;
    padding: 0px 0px 0px 0px;
  }
  #src-div img{
    max-width: 188%;
  }
  #logo_custom {
    width: 100px;
  }
  footer .footer-content .map-site {
    display: none;
  }
}
/*// Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) {
  footer .footer-content .map-site {
    display: none;
  }
  .web-icos{
    display: none !important;
  }
  .mobile-icos{
    display: block !important;
    flex-wrap: inherit !important;
  }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  img#logo_custom {
    width: 150px !important;
  }
  .mt-120hv{
    margin-top: 100vh !important;
  }
  .img-fluid.pb-5.mx-auto.d-block {
    margin-top: 81px;
  }
}
@media (min-width: 1442px) {

}

/*Menu*/