/*///////////////////////// GENERALES /////////////////////////*/

body {
  font-family: 'Playfair Display', serif;
  color: #fff;
  background: #101820 !important;
}

* {
  scroll-behavior: smooth;
}

section {
  overflow: hidden !important;
}

.montserrat {
  font-family: 'Montserrat', sans-serif;
}

h1 {
  font-size: 64px;
  line-height: 1;
}

h2 {
  font-size: 40px;
  line-height: 1;
}

h3 {
  font-size: 24px;
  line-height: 1;
}

p {
  line-height: 1.4;
}

.lh-100 {
  line-height: 1;
}
.lh-125 {
  line-height: 1.2 !important;
}
.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.fs-14 {
  font-size: 14px;
}

.fs-18 {
  font-size: 18px;
}

.py-100 {
  padding: 100px 0px;
}

.btn {
  border-radius: 5px;
  font-size: 16px;
  padding: 14px 24px;
  text-transform: uppercase;
}

.btn-primary {
  background: transparent !important;
  color: #fff;
  border: 2px solid #fff !important;
  transition: all ease .25s;
  position: relative;
  padding-right: 50px;
}

.btn-primary::after {
  content: url("../images/arrow.svg");
  position: absolute;
  right: 20px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #000 !important;
  color: #fff !important;
  border: 2px solid #000 !important;
  transition: all ease .25s;
  box-shadow: none !important;

}

.btn-secondary {
  background: transparent !important;
  color: #fff;
  border: 2px solid #fff !important;
  transition: all ease .25s;
  position: relative;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  background: #000 !important;
  color: #fff !important;
  border: 2px solid #000 !important;
  transition: all ease .25s;
  box-shadow: none !important;
}

.primary {
  color: #101820 !important;
}

.primary-bg {
  background: #101820 !important;
}
.btn-text{
  color: #FFF;
  font-size: 20px;
}
.btn-text:hover{
  color: #FFF;
  font-size: 20px;
  transition: all ease .25s;
  background-color: #101820;
}
/* HEADER  */
.menu {
  background-color: transparent;
  -webkit-transition: background 0.3s 0s linear;
  -moz-transition: background 0.3s 0s linear;
  -o-transition: background 0.3s 0s linear;
  transition: background 0.3s 0s linear;
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
}

.navbar-collapse {
  justify-content: center;
}

.navbar-nav {
  align-items: center;
}

.header-logo img {
  width: 260px;
  height: 100px;
}

.brand-item {
  margin: 0px 50px;
}

.navbar {
  z-index: 5;
  width: 100%;
  padding: .8rem;
  position: relative;
}

.nav-link {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: white !important;
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  padding-bottom: 0px;
  position: relative;
  transition: linear 0.2s;
  padding: 8px 15px !important;
}

.nav-link::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 0px;
  background-color: #fff;
  bottom: 0;
}

.nav-link:hover::before {
  transform: scaleX(1);
  transition: linear .2s;
  width: 35px;
  opacity: 1;
}


.active .nav-link::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 35px;
  background-color: #fff;
  bottom: 0;
}

.left-logo {
  display: none;
}

.left-item {
  display: none !important;
  position: absolute;
  left: 0;
}

.right-item {
  position: absolute;
  right: 1rem;
}

.bg-dark {
  background: #101820 !important;
}

.menu.bg-dark {
  padding: 1rem 0;
}

.menu.bg-dark .brand-item {
  display: none !important;
}

.menu.bg-dark .left-item,
.menu.bg-dark .left-logo {
  display: block;
}

.menu.bg-dark .header-logo img {
  width: 182px;
  height: 70px;
}

.menu.bg-dark .navbar-collapse {
  justify-content: end;
  padding-right: 150px;
}

/* Bs nav para el menú mobile */
.navbar-toggler-icon,
.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  background-color: white !important;
  transition: .3s;
}

.bsnav-mobile .navbar {
  left: 0 !important;
  transform: translate3d(-300px, 0, 0) !important;
  box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.65);
  background: #101820;
  padding: 15px 10px !important;
}

.bsnav-mobile.in .navbar {
  transform: translate3d(0px, 0, 0) !important;
}

/* MAIN */
.float-btn {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 30px;
  right: 30px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 4px 4px 6px rgb(14, 14, 14);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}

.float-btn:hover {
  text-decoration: none;
}

.float-btn i {
  transition: .3s;
}

.float-btn:hover i {
  transform: scale(1.1);
  color: #fff;
}

.main-section {
  background: url("../images/main-bg.jpg");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  color: white;
  display: flex;
  align-items: center;
}

.carousel {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -5;
}

.carousel-inner,
.carousel-item,
.carousel-item .active,
.carousel-item img,
.carousel-item .active img {
  height: 100%;
  object-fit: cover;
}

.carousel-control-next,
.carousel-control-prev {
  z-index: 4;
  background: transparent;
  border: 0;
}

.carousel-control-next {
  right: 10%;
}

.carousel-control-prev {
  left: 10%;
}

/* NOSOTROS */

/* CARTA */
.carta {
  background: url("../images/carta-bg.png") #101820;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.carta-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carta-content {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 50;
}

.carta-container::after {
  content: "";
  background-color: #101820;
  width: 70%;
  height: 80%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  z-index: 5;
  transition: .3s;
}

.carta-container:hover::after {
  opacity: 1;
}

.modal-content {
  background-color: #101820;
  border-radius: 10px !important;
}

.modal-divider {
  width: calc(100% - 30px);
    margin: 0 auto;
}
.modal-divider.border-bottom {
  border-color: rgba(255, 255, 255, 0.192) !important;
}

.modal {
  background-color: #0a0f14cb !important;
}

/* TESTIMONIOS */
.content {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.content a {
  cursor: pointer;
}

.content .content-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
  opacity: 1;
}

.content-image {
  width: 100%;
  height: 344px;
  transition: .3s;
  object-fit: cover;
}

.content:hover .content-image {
  opacity: .4;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content-details p {
  font-size: 15px;
}

.content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}


.fadeIn-bottom {
  top: 80%;
}

/* RECOMENDACIONES */

.recomendaciones {
  background: url("../images/recomendaciones-bg.jpg") #101820;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.testimonios {
  background: url("../images/testimonios-bg.jpg") #101820;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* CONTACTO */
.contacto {
  background: url("../images/contacto-bg.png") #101820;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 120px !important;
}

.social-media {
  width: 70px;
  height: 70px;
  border: 1px solid white;
  border-radius: 50%;
  color: #fff;
  padding: 25px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}

.social-media-container a:hover {
  text-decoration: none;
  color: #000 !important;
}

.social-media-container a i {
  transition: .3s;
}

.social-media-container a:hover i {
  color: #000 !important;
}

.social-media:hover {
  background: #fff;
}

/* FOOTER */
footer {
  background-color: #101820;
  margin-top: -100px;
}

.footer-container {
  display: flex;
  align-items: center;
  margin-top: -150px;
}

.footer-content {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
}


/* RESPONSIVE */
@media (max-width: 1240px) {
  .nav-link {
    margin-right: .2rem !important;
    margin-left: .2rem !important;
  }
}

@media (max-width: 1024px) {
  .navbar-nav {
    align-items: flex-start;
  }

  .navbar {
    padding: .8rem 0rem;
  }

  .menu.bg-dark .navbar {
    padding: 0;
  }

  .left-logo {
    display: block;
  }

  .right-item {
    position: relative;
    margin-top: 25px;
    right: 0px;
  }

  .content-image {
    opacity: .4;
  }

  .content .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .nav-link {
    padding: 10px 0px !important;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 34px;
  }

  .header-logo img,
  .menu.bg-dark .header-logo img {
    width: 220px;
    height: 100px;
  }

  .menu.bg-dark {
    padding: 0;
  }

  .navbar {
    justify-content: space-between;
  }


  .carousel-control-next {
    right: 0;
  }

  .carousel-control-prev {
    left: 0;
  }

  .footer-img {
    min-height: 300px;
    object-fit: cover;
  }

}

@media (max-width: 525px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  .header-logo img,
  .menu.bg-dark .header-logo img {
    width: 180px;
    height: 70px;
  }

  .menu.bg-dark {
    padding: 0;
  }


}

footer .row img{
  border: 8px solid #202528;
}