@media (max-width: 575.98px) {
  ::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: #996837;
  }

  ::-webkit-scrollbar {
    height: 5px;
    /* height of horizontal scrollbar */
    width: 5px;
    /* width of vertical scrollbar */
    background-color: #ffffff;
    border: none;
    margin-top: 20px;
  }

  body {
    font-size: 14px;
    line-height: 1.8;
  }

  section {
    margin: 60px 0;
  }

  .btn-main {
    margin: 20px auto 0;
    padding: 6px 30px;
  }

  .section-title {
    font-size: 20px;
  }

  .textura {
    height: 50px;
  }

  .desc {
    margin: 0 0 30px;
  }

  #logo {
    width: 180px;
  }

  .slick-slider {
    margin-bottom: 0px;
  }

  .block {
    left: -80px;
    width: 100px;
    height: 100%;
  }

  .block.b {
    right: -80px;
    width: 100px;
    height: 100%;
    margin-right: 0;
  }

  .page-title {
    width: auto;
    text-align: center;
    font-size: 26px;
  }

  /**************/
  #home {
    margin: 0;
  }
  #home #main-carousel .carousel-item .carousel-caption {
    left: 0;
    right: 0;
    padding: 20px 15px 150px;
    margin: auto;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    top: 0;
    bottom: 0;
  }
  #home #main-carousel .carousel-item .carousel-caption .banner-title {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 30px;
  }
  #home #main-carousel .carousel-item .carousel-caption .banner-title:after {
    width: 20px;
  }
  #home #main-carousel .carousel-item .carousel-caption .desc-banner {
    width: 90%;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0;
  }

  #about {
    margin: 0;
    padding: 30px 0 60px;
  }
  #about .about-img {
    position: initial;
    height: 200px;
    width: 100%;
    margin-bottom: 20px;
  }
  #about .cont-about {
    width: auto;
  }
  #about .cont-about .icon img {
    height: 40px;
  }

  #practica {
    margin: 0;
    padding: 80px 0 50px;
  }
  #practica .section-title {
    text-align: center;
  }
  #practica .section-title.l:after {
    right: 0;
  }
  #practica .desc {
    text-align: center;
  }
  #practica .points {
    margin-bottom: 20px;
  }
  #practica .img-a {
    position: unset;
    margin: 50px 0 5px;
    width: auto;
    height: 200px;
  }
  #practica .img-b {
    position: unset;
    width: auto;
    height: 200px;
  }
  #practica .btn-main {
    margin: 0 auto;
  }

  #servicio {
    margin: 0;
    padding: 60px 0;
  }
  #servicio .desc {
    width: auto;
  }
  #servicio #cont-servicios .servicio-item {
    margin-bottom: 30px;
  }
  #servicio #cont-servicios .servicio-item .icon {
    height: 55px;
    width: 55px;
    margin: 0 auto 20px;
  }

  #contacto {
    padding: 50px 0;
  }
  #contacto .section-title {
    text-align: center;
  }
  #contacto .section-title:after {
    right: 0;
  }
  #contacto .desc {
    text-align: center;
  }
  #contacto .cont-info {
    display: block;
    margin-top: 30px;
  }
  #contacto .cont-info .info .title, #contacto .cont-info .info .foo-phone, #contacto .cont-info .info .foo-link {
    text-align: center;
  }
  #contacto .foo-img {
    position: unset;
    height: 200px;
    width: auto;
    margin: 20px auto 0;
  }

  #home-practicas {
    margin: 150px 0 60px;
  }
  #home-practicas .home-practicas {
    padding: 50px 20px;
    margin-top: 0px;
  }
  #home-practicas .home-practicas .page-subtitle {
    width: auto;
  }
  #home-practicas .home-practicas .page-subtitle:before {
    left: 20%;
    width: 10%;
  }
  #home-practicas .home-practicas .page-subtitle:after {
    right: 20%;
    width: 10%;
  }
  #home-practicas .home-practicas .desc {
    width: auto;
  }

  #practicas {
    padding: 0;
    overflow: hidden;
    margin: 0px;
  }
  #practicas #cont-practicas div {
    margin-bottom: 10px;
  }
  #practicas #cont-practicas .practica {
    padding: 20px 15px;
  }
  #practicas #cont-practicas .practica .icon img {
    height: 50px;
  }
  #practicas #cont-practicas .practica .title {
    margin-top: 10px;
  }
  #practicas .points ul {
    padding-left: 20px;
  }

  #home-servicios {
    margin: 0;
    top: 0;
    padding: 150px 20px 100px;
  }
  #home-servicios .page-subtitle {
    width: auto;
  }
  #home-servicios .page-subtitle:before {
    left: 20%;
    width: 10%;
  }
  #home-servicios .page-subtitle:after {
    right: 20%;
    width: 10%;
  }
  #home-servicios .desc {
    width: auto;
  }

  #servicios {
    padding: 320px 0 0px;
    margin: 60px 0 30px;
  }
  #servicios .servicio {
    padding: 40px 20px 50px;
    margin: 0 10px;
  }
  #servicios .servicio .desc:after {
    bottom: -20px;
  }

  #home-abogados {
    margin: 150px 0 60px;
    padding: 0;
  }
  #home-abogados .page-subtitle {
    width: auto;
  }
  #home-abogados .page-subtitle:before {
    left: 10%;
    width: 10%;
  }
  #home-abogados .page-subtitle:after {
    right: 10%;
    width: 10%;
  }
  #home-abogados .cont {
    margin: 0;
    padding: 100px 0;
  }

  #abogados {
    padding: 0;
  }
  #abogados .abogado {
    margin: 0 10px;
  }

  #home-contact {
    margin: 0;
    height: 250px;
  }

  #contact {
    padding: 0;
    overflow: hidden;
    margin: 60px 0 30px;
  }
  #contact .cont-contact {
    width: 85%;
  }
  #contact .cont-contact .page-subtitle {
    width: 100%;
  }
  #contact .cont-contact .page-subtitle:before {
    left: 25px;
    width: 30px;
  }
  #contact .cont-contact .page-subtitle:after {
    right: 25px;
    width: 30px;
  }
  #contact .cont-info {
    flex-direction: column;
    margin: 50px auto 0;
    width: 80%;
  }
  #contact .cont-info .info {
    width: 100%;
  }

  #thankyou .ok {
    background-image: url("../img/ok.svg");
    height: 100px;
    width: 100px;
  }
  #thankyou .desc {
    font-size: 15px;
  }

  #mail .page-subtitle {
    font-size: 16px;
    width: auto;
  }
  #mail .page-subtitle:before, #mail .page-subtitle:after {
    content: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .section-title {
    margin-bottom: 30px;
    font-size: 26px;
  }

  .desc {
    margin: 0 0 20px;
  }

  .btn-main {
    padding: 6px 30px;
  }

  .textura {
    height: 60px;
  }

  #logo {
    width: 220px;
  }

  .block {
    left: -80px;
    width: 100px;
    height: 80%;
  }
  .block.b {
    right: -80px;
    width: 100px;
    height: 80%;
    margin-right: 0;
  }

  header.scrolled #logo {
    height: 35px;
    width: 200px;
  }

  section {
    padding: 60px 0;
  }

  #home #main-carousel .carousel-item .carousel-caption {
    width: 100%;
    left: 0;
    right: 0;
    padding: 20px;
  }
  #home #main-carousel .carousel-item .carousel-caption .banner-title {
    font-size: 32px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  #home #main-carousel .carousel-item .carousel-caption .banner-title:after {
    width: 30px;
    bottom: -8px;
  }
  #home #main-carousel .carousel-item .carousel-caption .desc-banner {
    width: 80%;
  }

  #about {
    padding: 40px 0 80px;
  }
  #about .about-img {
    position: initial;
    height: 300px;
    width: 100%;
    margin-bottom: 40px;
  }
  #about .cont-about {
    width: auto;
  }
  #about .cont-about .icon img {
    height: 55px;
  }

  #practica {
    margin: 0;
    padding: 100px 0 60px;
  }
  #practica .section-title {
    text-align: center;
  }
  #practica .section-title.l:after {
    right: 0;
  }
  #practica .desc {
    text-align: center;
  }
  #practica .points {
    margin-bottom: 20px;
  }
  #practica .img-a {
    position: unset;
    margin: 50px 0 5px;
    width: auto;
    height: 250px;
  }
  #practica .img-b {
    position: unset;
    width: auto;
    height: 250px;
  }
  #practica .btn-main {
    margin: 0 auto;
  }
  #practica .cont-img {
    display: flex;
    margin-top: 40px;
  }
  #practica .cont-img .img-b, #practica .cont-img .img-a {
    width: 50%;
    margin: 0;
  }

  #servicio {
    padding: 80px 0 60px;
  }
  #servicio .desc {
    width: auto;
  }
  #servicio #cont-servicios .servicio-item {
    margin-bottom: 25px;
  }
  #servicio #cont-servicios .servicio-item .icon {
    height: 55px;
    width: 55px;
    margin: 0 auto 15px;
  }

  #contacto {
    padding: 60px 0 50px;
  }
  #contacto .section-title {
    text-align: center;
  }
  #contacto .section-title:after {
    right: 0;
  }
  #contacto .desc {
    text-align: center;
  }
  #contacto .cont-info .desc {
    text-align: left;
  }
  #contacto .cont-info .info {
    width: 50%;
  }
  #contacto .foo-img {
    position: unset;
    height: 300px;
    width: 100%;
    margin: 30px 0 0;
  }

  #home-practicas .home-practicas {
    padding: 60px 40px;
  }
  #home-practicas .home-practicas .page-title {
    width: auto;
    font-size: 32px;
  }
  #home-practicas .home-practicas .page-subtitle {
    width: auto;
    margin: 10px;
  }
  #home-practicas .home-practicas .page-subtitle:before {
    left: 20%;
    width: 10%;
  }
  #home-practicas .home-practicas .page-subtitle:after {
    right: 20%;
    width: 10%;
  }
  #home-practicas .home-practicas .desc {
    width: auto;
  }

  #practicas {
    padding: 70px 0 30px;
  }
  #practicas #cont-practicas {
    width: 100%;
  }
  #practicas #cont-practicas .practica {
    padding: 20px 15px;
  }
  #practicas #cont-practicas .practica .icon img {
    height: 50px;
  }
  #practicas #cont-practicas > div {
    margin-bottom: 0;
  }

  #home-servicios {
    padding: 150px 40px 100px;
  }
  #home-servicios .page-title {
    width: auto;
    font-size: 32px;
  }
  #home-servicios .page-subtitle {
    width: auto;
    margin: 10px;
  }
  #home-servicios .page-subtitle:before {
    left: 20%;
    width: 10%;
  }
  #home-servicios .page-subtitle:after {
    right: 20%;
    width: 10%;
  }
  #home-servicios .desc {
    width: auto;
  }

  #servicios {
    padding: 380px 0 50px;
  }

  #home-abogados .cont {
    padding: 100px 0;
  }
  #home-abogados .page-title {
    width: auto;
    font-size: 32px;
  }
  #home-abogados .page-subtitle {
    width: auto;
    margin: 10px;
  }
  #home-abogados .page-subtitle:before {
    left: 20%;
    width: 10%;
  }
  #home-abogados .page-subtitle:after {
    right: 20%;
    width: 10%;
  }

  #home-contact {
    height: 250px;
  }

  #contact {
    overflow: hidden;
  }
  #contact .cont-contact {
    width: 90%;
  }
  #contact .page-title {
    width: auto;
    font-size: 32px;
  }
  #contact .page-subtitle {
    width: auto;
    margin: 10px;
  }
  #contact .page-subtitle:before {
    left: 25px;
  }
  #contact .page-subtitle:after {
    right: 25px;
  }
  #contact .cont-info .info {
    width: 45%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .desc {
    margin: 0 0 30px;
  }

  section {
    padding: 80px 0 20px;
  }

  ul {
    padding-left: 20px;
  }

  .block {
    left: -35px;
    width: 100px;
    height: 80%;
  }
  .block.b {
    right: -35px;
    width: 100px;
    height: 80%;
    margin-right: 0;
  }

  #logo {
    height: 45px;
    width: 250px;
  }

  .textura {
    height: 70px;
  }

  #home #main-carousel .carousel-item .carousel-caption .banner-title {
    font-size: 38px;
  }

  #about {
    padding: 80px 0 80px;
  }
  #about .cont-about {
    width: auto;
  }
  #about .about-img {
    position: initial;
    height: 350px;
    width: 100%;
    margin-bottom: 40px;
  }

  #practica {
    padding: 100px 0 60px;
  }
  #practica .img-b {
    height: 200px;
    width: 300px;
    right: 3%;
    bottom: 15%;
  }

  #servicio .desc {
    width: auto;
  }

  #contacto {
    padding: 60px 0 50px;
  }
  #contacto .cont-info {
    display: block;
  }
  #contacto .foo-img {
    width: 40%;
  }

  #home-practicas .home-practicas {
    padding: 60px 50px;
    margin: 150px 20px 0;
  }
  #home-practicas .home-practicas .page-title {
    font-size: 32px;
    width: 70%;
  }
  #home-practicas .home-practicas .page-subtitle {
    width: 70%;
  }
  #home-practicas .home-practicas .page-subtitle:before {
    left: 20%;
    width: 10%;
  }
  #home-practicas .home-practicas .page-subtitle:after {
    right: 20%;
    width: 10%;
  }
  #home-practicas .home-practicas .desc {
    width: 70%;
  }

  #practicas #cont-practicas > div {
    margin-bottom: 0px;
  }
  #practicas #cont-practicas .practica {
    padding: 20px 15px;
  }
  #practicas #cont-practicas .practica .icon img {
    height: 50px;
  }

  #home-servicios .page-title {
    font-size: 32px;
    width: auto;
  }
  #home-servicios .page-subtitle {
    width: auto;
  }
  #home-servicios .page-subtitle:before {
    left: 20%;
    width: 10%;
  }
  #home-servicios .page-subtitle:after {
    right: 20%;
    width: 10%;
  }
  #home-servicios .desc {
    width: 80%;
  }

  #servicios {
    padding: 420px 0 40px;
  }

  #home-abogados .cont {
    padding: 120px 0 100px;
  }
  #home-abogados .page-subtitle {
    width: auto;
    margin: 10px;
  }
  #home-abogados .page-subtitle:before {
    left: 20%;
    width: 10%;
  }
  #home-abogados .page-subtitle:after {
    right: 20%;
    width: 10%;
  }

  #contact {
    overflow: hidden;
    padding: 80px 0 30px;
  }
  #contact .cont-contact {
    width: 80%;
  }
  #contact .cont-contact .page-title {
    font-size: 32px;
    width: auto;
  }
  #contact .cont-contact .page-subtitle {
    width: 85%;
  }
  #contact .cont-contact .page-subtitle:before {
    left: 20%;
    width: 10%;
  }
  #contact .cont-contact .page-subtitle:after {
    right: 20%;
    width: 10%;
  }
  #contact .cont-info {
    margin-top: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  ul {
    padding-left: 20px;
  }

  #logo {
    width: 200px;
  }

  header .nav-link {
    margin: 0 5px;
  }

  #about {
    padding: 60px 0;
  }

  #contacto .info {
    width: 50%;
  }

  #practica {
    padding: 100px 0 60px;
  }
  #practica .img-b {
    height: 250px;
    width: 430px;
    right: 3%;
  }

  #home-practicas .home-practicas {
    padding: 80px 30px;
  }
  #home-practicas .home-practicas .page-title, #home-practicas .home-practicas .page-subtitle, #home-practicas .home-practicas .desc {
    width: 70%;
  }

  #practicas #cont-practicas > div {
    margin-bottom: 0;
  }

  #contact .cont-contact .page-subtitle {
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  #practica {
    padding: 100px 0 80px;
  }
  #practica .img-b {
    height: 250px;
    width: 430px;
    right: 15%;
    bottom: 15%;
  }

  #home-practicas .home-practicas {
    padding: 100px 40px;
  }
}
@media (max-width: 991px) {
  header .nav-link {
    font-size: 18px;
    word-break: break-word;
  }
  header .nav-link:after {
    background: #af7041;
  }

  .mobile-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 1;
    width: 70%;
    padding: 50px 0;
    border-left: 2px solid #996837;
    flex-direction: column;
    background-color: #111111;
    transform: translateX(-100%);
    -webkit-transition: all ease 0.25s;
    -moz-transition: all ease 0.25s;
    -ms-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s;
  }
  .mobile-menu.onRight {
    left: auto;
    right: 0;
    transform: translateX(100%);
  }
  .mobile-menu.open {
    transform: translateX(0);
  }
  .mobile-menu #logo {
    margin-bottom: 50px;
  }
  .mobile-menu .navbar-nav {
    height: 100%;
  }
  .mobile-menu .navbar-nav .nav-item {
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 0 15px !important;
  }
  .mobile-menu .navbar-nav .nav-item form {
    margin: 0;
  }
  .mobile-menu .navbar-nav .nav-item form .form-control {
    width: auto;
    padding: 0.375rem 0.75rem;
  }
  .mobile-menu .navbar-nav .nav-item #bnt-search {
    display: none;
  }
  .mobile-menu .navbar-nav .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 0;
  }
  .overlay.open {
    display: block;
  }
}

/*# sourceMappingURL=media.css.map */
