@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,100;9..40,200;9..40,300;9..40,400;9..40,500;9..40,600;9..40,700;9..40,800;9..40,900;9..40,1000&family=Marcellus&display=swap');

html {
  overflow-x: hidden;
}
body {
  font-size: 14px;
  background: #fff;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  line-height: 1.42857143;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
*, *:focus {
  outline: none;
}
a {
  color: #333;
  text-decoration: none;
  transition: all 0.5s ease;
}
a:hover {
  color: #333;
}
a:focus {
  outline: none;
  outline-offset: 0;
}
p {
  font-size: 18px;
  line-height: 28px;
  color: #868585;
  font-weight: 500;
  margin-bottom: 10px;
}
ol, ul {
  padding-left: 0;
  margin: 0;
  list-style-type: none;
}
img {
  max-width: 100%;
  object-fit: cover;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  padding-bottom: 10px;
  margin: 0;
  line-height: 1;
  font-weight: 700;
  font-family: 'Marcellus', serif;
}
span {
  font-size: 30px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #b89c77;
  font-weight: 400;
  font-family: 'Lora', serif;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 18px;
  font-weight: 400;
  color: #898e9c !important;
}
::-moz-placeholder { /* Firefox 19+ */
  font-size: 18px;
  font-weight: 400;
  color: #898e9c !important;
}
:-ms-input-placeholder { /* IE 10+ */
  font-size: 18px;
  font-weight: 400;
  color: #898e9c !important;
}
:-moz-placeholder { /* Firefox 18- */
  font-size: 18px;
  font-weight: 400;
  color: #898e9c !important;
}

/* BTNS CSS */
.btn {
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  min-width: 240px;
  padding: 15px;
  background-color: #cb9759;
  border-radius: 10px 0 10px 0;
  position: relative;
  font-family: 'DM Sans', sans-serif;
  transition: all ease .4s;
}
.btn:hover {
  background-color: #fff;
  color: #cb9759;
}

.section-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 75px;
  padding-bottom: 30px;
}
.section-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 150px;
  height: 2px;
  background: url(../images/section-title-after.svg) no-repeat 0 0;
  content: "";
  z-index: 1;
}
.section-title h2 {
  font-size: 50px;
  color: #ffffff;
  font-weight: 400;
  padding-top: 20px;
}

/* Header CSS */
.header {
  position: absolute;
  width: 100%;
  z-index: 11;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header::before {
  position: absolute;
  bottom: 0;
  left: 40px;
  width: 99%;
  height: 1px;
  background-color: #767B89;
  content: "";
}
.header .logo {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 26px 48px 26px 0;
}
.header-wrap {
  display: flex;
  align-items: center;
  gap: 56px;
}
.header .navbar .navbar-nav .nav-item {
  padding: 0 36px;
}
.header .navbar .navbar-nav .nav-item:first-child {
  padding-left: 0;
}
.header .navbar .navbar-nav .nav-item:last-child {
  padding-right: 0;
}
.header .navbar .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  position: relative;
  padding: 8px 0;
  transition: all ease .4s;
}
.header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #cb9759;
}
.header .navbar .navbar-nav .btn-block .btn {
  display: none;
}
.navbar-expand-lg .navbar-nav {
  display: flex;
  align-items: center;
}
.header .btn svg {
  width: 24px;
  height: 24px;
}
.header .btn.whatsapp-btn svg {
  margin-right: 15px;
}
.header .btn.whatsapp-btn svg path {
  fill: #fff;
}
.header .btn-wrap {
    display: none !important;
  }
path {
  transition: all ease .4s;
}
.header .btn svg path {
  fill: #0d0d0d;
}
.header .btn:hover svg path {
  fill: #cb9759;
}
.header .btn-block {
  gap: 38px;
}
.header .btn-block .whatsapp-btn {
  background-color: transparent;
}
.header .btn span {
  width: 68px;
  height: 57px;
  background-color: #fff;
  border-radius: 10px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -1px 20px -1px -1px;
}
.header .btn-block, .header .btn {
  display: flex;
  align-items: center;
}
.header .btn {
  padding: 0;
  height: 57px;
}

/* Top Banner CSS */
.owl-dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-dots .owl-dot{
  min-width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #cb9759 !important;
  border: 1px solid transparent !important;
  margin: 0 5px;
  transition: all 0.5s ease;
}
.owl-dots .owl-dot.active {
  border-color: #cb9759 !important;
  background: none !important;
}
.top-banner .item {
  padding: 550px 0 500px;
  position: relative;
}
.top-banner {
  position: relative;
}
.top-banner:after {
  position: absolute;
  background: url(../images/header-img.png) no-repeat 0 0;
  background-size: cover;
  width: 100%;
  height: 324px;
  left: 0;
  top: 0;
  content: "";
  z-index: 1;
}
.top-banner:before {
  position: absolute;
  background: url(../images/header-image-two.png) no-repeat 0 0;
  background-size: cover;
  width: 100%;
  height: 324px;
  left: 0;
  bottom: 0;
  content: "";
  z-index: 1;
}
.top-banner .item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0d152c;
  opacity: 0.4;
  content: "";
  z-index: 1;
}
.top-banner .item .banner-caption {
  position: relative;
  z-index: 1;
}
.top-banner .item .banner-caption span {
  letter-spacing: 2px;
  font-size: 24px;
  text-transform: uppercase;
  color: #cb9759;
  font-weight: 700;
}
.top-banner .item .banner-caption .title, .top-banner .item .banner-caption h3 {
  font-size: 100px;
  color: #fff;
  font-weight: 400;
}
.top-banner .item .banner-caption h3  {
  color: #cb9759;
  text-fill-color: transparent;
  text-stroke: 2px #cb9759;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #cb9759;
  -moz-text-fill-color: transparent;
}
.top-banner .item .banner-caption .la-plata ul {
  display: flex;
  align-items: center;
}
.top-banner .item .banner-caption .la-plata ul li {
  font-size: 36px;
  color: #ffffff;
  font-weight: 400;
  padding-right: 60px;
  position: relative;
}
.top-banner .item .banner-caption .la-plata ul li::before {
  position: absolute;
  top: 22px;
  left: -40px;
  width: 14px;
  height: 14px;
  background-color: #cb9759;
  border-radius: 100%;
  content: "";
  z-index: 1;
}
.top-banner .item .banner-caption .la-plata ul li:first-child:before {
  display: none;
}
.anos .anos-circle {
  text-align: center;
  border: 2px solid #CB9759;
  border-radius: 100%;
  height: 165px;
  width: 165px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.top-banner .container {
  position: relative;
  z-index: 1;
}
.anos {
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  left: -267px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 25px;
  z-index: 11;
}
.anos-circle h1 {
  color: #CB9759;
  font-size: 100px;
  -webkit-text-stroke: 1px #CB9759;
  color: transparent;
}
.anos-circle span {
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 400;
  font-family: 'Marcellus', serif;
}
.anos-text {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.anos-text a {
  display: block;
  padding-bottom: 155px;
}
.anos-text p {
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 400;
  rotate: 90deg;
}
.anos .anos-text img {
  display: flex;
  width: 22px;
  height: 67px;
}

/* About Me CSS */
.about-us {
  padding: 80px 0 120px;
  background: url(../images/about.png) no-repeat 100% 0;
}
.about-us .img-block {
  position: relative;
  border-radius: 0 20px 0 20px;
}
.about-us .img-block img {
  width: 100%;
}
.about-us .overley {
  position: absolute;
  bottom: -110px;
  left: -60px;
  z-index: -1;
  background: url(../images/about-me-oveley-img.svg) no-repeat 0 0;
  height: 230px;
  width: 100%;
  border-radius: 0 20px 0 20px;
  padding: 0 0 15px 50px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
}
.about-us .overley h4 {
  font-size: 31px;
  color: #ffffff;
  font-weight: 400;
}
.about-us .overley h5 {
  font-size: 23px;
  color: #ffffff;
  font-weight: 400;
}
.about-us .section-title {
  display: flex;
  align-items: flex-start;
}
.about-us .section-title::after {
  width: 190px;
  right: auto;
  left: 0;
}
.section-title span {
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #cb9759;
  font-weight: 700;
  font-family: 'DM Sans', sans-serif;
}
.about-us .inner-title {
  padding-top: 50px;
  padding-left: 56px;
}
.about-us .inner-title p {
  max-width: 802px;
  font-size: 20px;
  line-height: 28px;
  color: #6d6d6d;
  font-weight: 400;
  margin-bottom: 30px;
}
.about-us .section-title {
  padding-bottom: 30px;
  margin-bottom: 30px;
}

/* Servicios CSS */
.our-services {
  background: url(../images/our-services-img.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 120px 0 60px;
}
.our-services .icon-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 45px;
  height: 100%;
  border: 2px solid #444c62;
  border-radius: 30px 0 30px 0;
  box-shadow: 5px 5px 15px 10px rgba(0, 0, 0, 0.1);
  transition: all ease .4s;
}
.our-services .icon-box:hover {
  background-color: #161f3a;
  border-color: #161f3a;
}
.our-services .icon-box:hover .inner-text h4, .our-services .icon-box:hover .inner-text p {
  color: #fff;
} 
.our-services .icon-box .inner-text h4 {
  font-size: 32px;
  color: #fff;
  font-weight: 400;
  padding-bottom: 20px;
  padding-top: 25px;
}
.our-services .icon-box .inner-text p {
  font-weight: 400;
  color: #fff;
}
.our-services .row {
  margin: 0 -30px;
}
.our-services [class*="col-"] {
  padding: 0 30px 60px;
}

/* Profesionales CSS */
.profesionales {
 padding: 120px 0 60px;
}
.profesionales .section-title h2 {
  color: #0d0d0d;
}
.profesionales .section-title {
  margin-bottom: 45px;
}
.profesionales .img-block {
  overflow: hidden;
  box-shadow: 0px 0 12px 0px rgba(0, 0, 0, 0.1);
  border-radius: 40px 0 40px 0;
} 
.profesionales .img-block img {
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease;
  border-radius: 30px 0 30px 0;
}
.profesionales .img-block .img-wrap {
  overflow: hidden;
  border-radius: 40px 0 40px 0;
}
.profesionales .img-block .img-wrap img:hover {
  transform: scale(1.1);
}
.profesionales .img-block .inner-title {
  padding: 30px 75px;
  background-color: #fff;
  text-align: center;
}
.profesionales .img-block .inner-title h4 {
  font-size: 32px;
  color: #0d0d0d;
  font-weight: 400;
}
.profesionales .img-block .inner-title h5 {
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #cb9759;
  font-weight: 700;
}
.profesionales .img-block .inner-title p {
  font-size: 18px;
  color: #6d6d6d;
  font-weight: 400;
}
.profesionales .section-title h2 {
  padding-top: 10px;
}
.profesionales .owl-carousel .owl-stage-outer {
  padding: 20px 0;
}

/* Our Clients  CSS */
.our-clients {
  background-color: #f7f7f7;
  padding: 80px 0 110px;
} 
.our-clients .owl-carousel .owl-item img {
  width: auto;
}
.our-clients .section-title h2 {
  color: #0d0d0d;
}
.our-clients .owl-dots {
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.our-clients .section-title {
  margin-bottom: 40px;
}

/* Form Section CSS */
.form-section {
  padding: 80px 0;
  background-color: #161f3a;
}
.form-section .row {
  margin: 0 -10px;
}
.form-section .row [class*="col-"] {
  padding: 0 10px;
}
.form-section form .form-control {
  font-size: 18px;
  color: #898e9c;
  font-weight: 400;
  border-radius: 8px;
  margin-bottom: 20px;
  border: none;
  padding: 10px 34px;
  height: 55px;
  background-color: #0d152b;
  border: 1px solid #242e4f;
  box-shadow: none !important;
}

.form-section form .form-select {
  line-height: 20px;
  font-weight: 400;
  appearance: none;
  background: url(../images/down-arrow.png) 93% center;
  background-repeat: no-repeat;
  background-color: #0d152b;
}
.form-section form textarea.form-control {
  resize: none;
  height: 141px;
  width: 100%;
  margin-bottom: 25px;
}
.form-section form .btn {
  border-radius: 10px 0 10px 0;
  padding: 14px 15px;
  min-width: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.form-section .section-title {
  margin-bottom: 50px;
}


/* Footer CSS */
footer {
  padding: 75px 0 50px;
  background: url(../images/footer-img.jpg) no-repeat 0 0;
  background-size: cover;
}
footer .section-title {
  margin-bottom: 40px;
  padding-bottom: 25px;
  align-items: flex-start;
}
footer .section-title::after {
  left: 0;
  right: auto;
}
footer .section-title h2 {
  font-size: 42px;
  padding: 0;
}
footer .map-block {
  border: 2px solid #444c62;
  border-radius: 40px 0 40px 0;
  overflow: hidden;
}
footer .map-block img {
  width: 100%;
}
footer .img-block {
  position: relative;
  overflow: hidden;
}
footer .mapContainer {
  height: 314px;
}
footer .img-block .location-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
footer .img-block .location-icon img {
  width: auto;
}
footer .location-box {
  padding: 40px 40px 20px;
}
footer .contact-info ul li {
  display: flex;
  align-items: flex-start;
}
footer .contact-info ul li span {
  min-width: 45px;
  height: 45px;
  border-radius: 22px;
  border: 2px solid #cb9759;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
footer .contact-info ul li span svg path {
  fill: #cb9759;
}
footer .contact-info ul li a {
  margin-bottom: 20px;
  font-size: 20px;
  text-transform: uppercase;
  color: #838896;
  font-weight: 700;
}
footer .contact-info ul li a h6 {
  font-size: 28px;
  color: #ffffff;
  font-weight: 400;
  padding-top: 10px;
  text-transform: capitalize;
}
footer .contact-info ul li a:hover {
  color: #cb9759;
}
footer .marval-text {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .marval-text span {
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  font-family: 'DM Sans', sans-serif;
  letter-spacing: 0;
}
footer [class*="col-"] {
  padding-bottom: 50px;
}
footer .marval-text .marval-logo {
  margin-left: 28px;
}

.map {
  height: 314px;
}

/* Copyright CSS */
.copyright {
  padding: 50px 0 65px;
  background-color: #161f3a;
}
.copyright .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.copyright .inner-info {
  display: flex;
  align-items: center;
}
.copyright .socials ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .socials ul li a {
  width: 65px;
  height: 65px;
  border-radius: 32px;
  border: 2px solid #444c62;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.container .socials ul li a svg {
  width: 30px;
  height: 30px;
}
.container .socials ul li a svg path {
  fill: #fff;
}
.container .socials ul li a:hover {
  background-color: #cb9759;
  border-color: #cb9759;
}
.container .socials ul li a:hover svg path {
  fill: #0d152c;
}
.container .socials ul li:last-child a {
  margin-right: 30px;
}
.copyright p {
  font-size: 18px;
  color: #838896;
  font-weight: 400;
  margin-bottom: 0;
}
.copyright p small {
  color: #ffffff;
}
.copyright p a {
  margin-left: 10px;
}

.owl-nav {
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
  z-index: 1;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
  border-color: #fff !important;
  background: url(../images/nav-arrow.png) no-repeat 15px 13px !important;
  position: absolute;
  top: 0;
  left: -70px;
  width: 51px;
  height: 51px;
  border: 2px solid #8d8d8d !important;
  border-radius: 100%;
}
.owl-nav .owl-next {
  left: auto;
  right: -70px;
  background-position: 17px -68px !important;
}
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
  border-color: #cb9759 !important;
}
.owl-nav .owl-prev:hover {
  background-position: 15px -27px !important;
}
.owl-nav .owl-next:hover {
  background-position: 17px -106px !important;
}

#button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #cb9759;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  color: #000;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}



/* Responsive CSS */
@media screen and (min-width: 1499px) {
  .container {
    max-width: 1470px;
  }
}

@media screen and (max-width: 2080px) {
  .header .navbar .navbar-nav .nav-item {
    padding: 0 22px;
  }
}

@media screen and (max-width: 1999px) {
  .header .navbar .navbar-nav .nav-item {
    padding: 0 20px;
  }
  .logo img {
    max-width: 300px;
  }
  .header .logo {
    padding: 26px 35px 26px 0;
  }
  .header-wrap {
    gap: 25px;
  }
}
@media screen and (max-width: 1999px) {
  .header .navbar .navbar-nav .nav-item {
    padding: 0 12px;
  }
  .header .logo {
    padding: 26px 25px 26px 0;
  }
}

@media screen and (max-width: 1899px) {
  .anos {
    left: -207px;
  }
  .banner-caption {
    padding-left: 57px;
  }
}

 
@media screen and (max-width: 1799px) {
  .header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }
  .header .btn {
    font-size: 16px;
  }
  .anos {
    left: -120px;
  }
  .banner-caption {
    padding-left: 144px;
  }
}

@media screen and (max-width: 1699px) {
  .header .btn-block {
    gap: 20px;
  }
  .btn {
    font-size: 14px;
    min-width: 200px;
  }
  .header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }
  .header .navbar .navbar-nav .nav-item {
    padding: 0 15px;
  }
  .header .logo {
    padding: 30px 15px 30px 0;
  }
  .header .btn span {
    width: 55px;
    height: 50px;
  }
  .header .btn {
    height: 50px;
  }
  .header .whatsapp-btn {
    height: auto;
  }
}


@media screen and (max-width: 1599px) {
  .anos {
    left: -50px;
  }
  .banner-caption {
    padding-left: 216px;
  }
   .logo img {
    max-width: 250px;
  }
  .header .btn.whatsapp-btn svg {
    margin-right: 12px;
  }
  .header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 12px;
  }
  .about-us .overley {
    left: -15px;
  }
}

@media screen and (max-width: 1499px) {
  .header .logo img {
    width: 210px;
  }
  .header .btn-block .whatsapp-btn {
    display: none;
  }
  .header .logo {
    padding-right: 20px;
  }
  .top-banner .item {
    padding: 250px 0 330px;
  }
  .top-banner .item .banner-caption .title {
    font-size: 70px;
    line-height: 80px;
    padding: 0;
  }
  .top-banner .item .banner-caption h3 {
    font-size: 70px;
  }
  .anos-circle h1 {
    font-size: 60px;
  }
  .anos .anos-circle {
    height: 145px;
    width: 145px;
  }
  .anos {
    left: -20px;
  }
  .about-us .overley {
    left: -45px;
  }
  .about-us {
    background-position: 100% 100%;
  }
  .about-us .overley h4 {
    font-size: 26px;
  }
  .about-us .overley h5 {
    font-size: 22px;
  }
  .our-services .icon-box {
    padding: 45px 20px;
  }
}
@media screen and (max-width: 1399px) {
  footer .location-box {
    padding: 40px 25px 20px;
  }
  .about-us .inner-title {
    padding-left: 30px;
  }
}

@media screen and (max-width: 1299px) {
  .btn {
    font-size: 14px;
    min-width: 190px;
  }
  footer .section-title h2 {
    font-size: 34px
  } 
  footer .contact-info ul li a h6 {
    font-size: 24px;
  }
  footer .contact-info ul li a {
    font-size: 16px;
  }
}


@media screen and (max-width: 1199px) {
  .header .btn-wrap {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: self-start;
  }
  .header {
    display: block;
  }
  .header .logo {
    padding: 20px 15px 20px 0;
  }
  .header-wrap {
    justify-content: space-between;
  }
  .navbar-toggler-icon {
    width: 30px;
    height: 30px;
  }
  .navbar-toggler {
    box-shadow: none !important;
    border: none;
    background-color: #cb9759;
    padding: 3px 5px;
  }
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: #cb9759;
    z-index: 11;
    text-align: left;
    transform: translateX(100%);
    transition: all 0.5s ease;
  }
  .navbar-collapse.show {
    transform: translateX(0);
  }
  .navbar {
    display: block;
    width: 100%;
    position: unset;
    text-align: right;
  }
  .navbar-expand-lg .navbar-nav {
    align-items: flex-start;
    padding: 10px;
  }
  .header .navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
  }
  .header .navbar .navbar-nav .nav-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 10px 15px;
  }
  .header .navbar .navbar-nav .nav-item:first-child {
    padding-left: 15px;
  }
  .header .navbar .navbar-nav .btn-block .btn {
    display: inline-flex;
    margin-top: 20px;
    margin-left: 15px;
  }
  .header .btn-block {
    display: none;
    padding: 25px 15px;
    gap: 5px;
  }
  .header .btn-block * + * {
    margin-top: 20px;
  }
  .header .navbar-nav .btn {
    background-color: #000;
  }
  .header .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #000;
  }
  .about-us .overley {
    bottom: -130px;
  }
  .header .btn-block .whatsapp-btn {
    display: flex;
  }
  .header .btn {
    background-color: #161f3a;
  }
  .header .btn:hover,.header .btn:focus {
    color: #000;
    background-color: #fff;
  }
  .header .whatsapp-btn:hover,.header .whatsapp-btn:focus {
    background-color: transparent;
  }
  .header .btn:hover svg path {
    fill: #000;
  }
  .about-us .overley {
    left: -15px;
  }
  .about-us {
    padding: 80px 0;
  }
  .our-services .icon-box img {
    max-width: 70px;
  }
  .profesionales .owl-nav {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding-top: 15px;
  }
  .profesionales .owl-nav .owl-prev, .owl-nav .owl-next {
    position: static;
  }
}


@media screen and (max-width: 991px) {
  br {
    display: none;
  }
  .top-banner .item .banner-caption .title {
    font-size: 60px;
    line-height: 70px;
  }
  .top-banner .item .banner-caption h3 {
    font-size: 50px;
  }
  .top-banner .item {
    padding: 240px 0 180px;
  }
  .about-us .inner-title {
    padding-top: 150px;
    padding-left: 10px;
  }
  .about-us {
    padding: 80px 0 60px ;
  }
  .about-us .inner-title p {
    margin-bottom: 20px;
  }
  .about-us .inner-title p {
    width: 100%;
  }
  .owl-dots {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .copyright .container, .copyright .inner-info {
    flex-direction: column;
  }
  .copyright .socials {
    margin-bottom: 12px;
  }
  .copyright .inner-info {
    padding-bottom: 10px;
  }
  .owl-nav {
    position: absolute;
    left: 0;
    top: auto;
    width: 0;
    z-index: 1;
    right: 0;
    margin: 0 auto;
  }
  .owl-nav .owl-prev, .owl-nav .owl-next {
    bottom: -70px;
    top: auto;
  }
  .profesionales {
    padding: 80px 0 60px;
  }
  .anos .anos-circle {
    height: 115px;
    width: 115px;
  }
  .anos-circle h1 {
    font-size: 40px;
  }
  .anos-circle span {
    font-size: 18px;
  }
  .anos .anos-text img {
    width: 14px;
    height: 47px;
  }
  .anos-text a {
    padding-bottom: 140px;
  }
  .anos {
    top: 30%;
  }
  .top-banner .item .banner-caption .la-plata ul li::before {
    width: 10px;
    height: 10px;
    top: 20px;
    left: -30px;
  }
  .top-banner .item .banner-caption .la-plata ul li {
    font-size: 28px;
    padding-right: 45px;
  }
  .about-us {
    background-image: none;
  }
  .about-us .overley {
    bottom: -110px;
  }
  .our-services {
    padding: 80px 0;
  }
  .section-title {
    padding-bottom: 20px;
    margin-bottom: 50px;
  }
  .about-us .section-title {
    padding-bottom: 20px
  }
  .section-title h2 {
    font-size: 42px;
  }
  .profesionales .section-title {
    margin-bottom: 30px;
  }
  .profesionales .img-block .inner-title {
    padding: 30px 15px;
  }
  .profesionales .img-block .inner-title h4 {
    font-size: 28px;
  }
  .owl-nav .owl-prev, .owl-nav .owl-next {
    min-width: 50px;
    height: 50px;
  }
  .container .socials ul li:last-child a {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {

  .top-banner .item .banner-caption .la-plata ul {
    flex-direction: column;
    align-items: center;
    padding-top: 5px;
  }
  .top-banner .item .banner-caption .la-plata ul li {
    padding-left: 30px;
  }
  .top-banner .item .banner-caption .la-plata ul li::before {
    left: 5px;
  }
  .our-services {
    padding: 50px 0 30px;
  }
  .section-title {
    margin-bottom: 40px;
    padding-bottom: 15px;
  }
  .about-us .section-title {
    padding-bottom: 15px;
  }
  .section-title h2 {
    font-size: 40px;
    padding-top: 5px;
  }
  .profesionales .section-title {
    margin-bottom: 30px;  
  }
  .top-banner .item .banner-caption .la-plata ul li:first-child {
    padding: 0;
  } 
  .top-banner .item .banner-caption .la-plata ul li {
    padding-right: 10px;
  }
  .anos {
    position: static;
  }
  .banner-caption {
    padding-left: 0;
  }
  .anos-text p {
    rotate: none;
  }
  .anos-text a {
    padding-bottom: 10px;
  }
  .top-banner .item .banner-caption {
    padding-bottom: 150px;
    text-align: center;
  }
  .top-banner .item {
    padding: 160px 0 40px;
  }
  .about-us {
    padding: 50px 0 40px;
  }
  .our-services .icon-box .inner-text h4 {
    font-size: 30px;
  }
  p {
    font-size: 16px;
  }
  .our-services .icon-box {
    padding: 35px 20px 30px;
  }
  .our-services .icon-box img {
    max-width: 60px;
  }
  .profesionales {
    padding: 50px 0;
  }
  .profesionales .section-title {
    margin-bottom: 20px;
  }
  .profesionales .section-title h2 {
    padding-top: 8px;
  }
  .profesionales .img-block .inner-title {
    padding: 30px 15px 20px;
  }
  .our-clients {
    padding: 50px 0 90px;
  }
  .our-clients .section-title {
    margin-bottom: 25px;
  }
  .form-section {
    padding: 50px 0;
  }
  .form-section .section-title {
    margin-bottom: 40px;
  }
  footer {
    padding: 50px 0 55px;
  }
  footer .section-title h2 {
    font-size: 32px;
  }
  footer .section-title {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  footer .contact-info ul li a h6 {
    font-size: 22px;
  }
  footer .contact-info ul li span {
    min-width: 40px;
    height: 40px;
  }
  footer .contact-info ul li a h6 {
    padding-top: 5px;
  }
  .container .socials ul li a {
    width: 55px;
    height: 55px;
  }
  .container .socials ul li a svg {
    width: 22px;
    height: 22px;
  }
  .copyright {
    padding: 40px 0 35px;
  }
  .our-services .row {
    margin: 0 -20px;
  }
  .our-services [class*="col-"] {
    padding: 0 20px 40px;
  }
  footer [class*="col-"] {
    padding-bottom: 40px;
  }
  footer .img-block .location-icon img {
    max-width: 50px;
  }
}


@media screen and (max-width: 575px) {
  .form-section form .btn {
    min-width: 100%;
  }
  footer .section-title h2 {
    font-size: 35px;
  }
  .our-services .icon-box {
    padding: 30px 15px 25px;
  }
  .header {
    padding: 0 12px;
  }
  .header .logo {
    padding: 15px 15px 15px 0;
  }
  .top-banner .item .banner-caption .title {
    font-size: 48px;
    line-height: 60px;
  }
  .top-banner .item .banner-caption h3 {
    font-size: 42px;
  }
  .top-banner .item .banner-caption span {
    font-size: 22px;
  }
  .top-banner .item .banner-caption .la-plata ul li {
    font-size: 24px;
  }
  .anos .anos-circle {
    height: 100px;
    width: 100px;
  }
  .anos-circle h1 {
    font-size: 30px;
  }
  .anos-circle span {
    font-size: 16px;
  }
  .top-banner .item {
    padding: 140px 0 10px;
  }
  .profesionales .img-block .inner-title h4 {
    font-size: 28px;
  }
  .about-us .overley {
    left: 0;
  }
  .our-services .icon-box img {
    max-width: 55px;
  }
  .about-us .inner-title p {
    font-size: 18px;
  }
}


@media screen and (max-width: 480px) {
  .about-us .overley {
    padding: 0 0 15px 30px;
  }
  .copyright p {
    text-align: center;
  }
  .copyright p a {
    margin-left: 0;
    margin-top: 8px;
    display: inline-block;
  }
}

@media screen and (max-width: 399px) {
  .top-banner .item .banner-caption .title {
    font-size: 40px;
    line-height: 50px;
  }
  .top-banner .item .banner-caption .la-plata ul li {
    font-size: 24px;
  }
  .about-us .overley h4 {
    font-size: 24px;
  }
  .about-us .overley h5 {
    font-size: 16px;
  }
  .section-title h2 {
    font-size: 35px;
    padding-top: 5px;
    text-align: center;
  }
  footer .location-box {
    padding: 30px 20px 15px;
  }
  footer .contact-info ul li a h6 {
    font-size: 23px;
  }
  footer .contact-info ul li a {
    font-size: 16px;
  }
  footer .marval-text {
    flex-direction: column;
    align-items: flex-start;
  }
  footer .marval-text .marval-logo {
    margin-left: 0;
    margin-top: 20px;
  }
  .top-banner .item .banner-caption .la-plata ul li::before {
    width: 10px;
    height: 10px;
    top: 13px;
  }
}
