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

body {
  font-family: "Open Sans", sans-serif;
  color: #373435;
  background-color: white;
}
.justificado{
  text-align: justify !important;
}
img {
  width: 100%;
}

a:hover {
  text-decoration: none;
}

strong,
b {
  font-weight: 700;
}

.main-wrapper,
.wrapper {
  overflow: hidden !important;
}

.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;
}

.open-sans {
  font-family: "Open Sans", sans-serif;
}

.custom-font {
  font-family: "EB Garamond", serif;
}

.blue {
  color: #006c90;
}

.dark {
  color: #373435;
}

.gray {
  color: #a5b9bf;
}

.bg-light-blue {
  background-color: #d9ecf5 !important;
}

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

.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.no-wrap {
  white-space: nowrap;
}

.rotate {
  transform: scaleX(-1);
}

.underline {
  text-decoration: underline;
}

/*///////////////////// BOTONES QUE PISAN BS //////////////////*/
.btn {
  border-radius: 35px;
  font-size: 16px;
  font-weight: 300;
  align-items: center;
  justify-content: center;
  padding: 10px 25px;
  transition: all 150ms ease-out;
  text-decoration: none !important;
  width: fit-content;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.btn-primary {
  border: 1px solid #006c90;
  color: #fff;
  background-color: #006c90;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  border: 1px solid #00506b;
  color: #fff;
  background-color: #00506b;
  box-shadow: none !important;
}

.fix-margin {
  margin-top: -8rem !important;
  padding-top: 8rem !important;
}
/*///////////////////////// HEADER /////////////////////////*/

header {
  position: relative;
  z-index: 10;
}

.navbar-brand img {
  height: 80px;
  transition: 0.3s;
}

.right-header {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.contact-header {
  display: flex;
  flex-direction: column;
  align-items: end;
  color: white;
  padding-right: 1rem;
  margin-bottom: 1.4rem;
}

.bsnav-sticky.bsnav-sticky-slide.sticked.in .contact-header {
  display: none;
}

.navbar-toggler {
  padding: 0;
}

/* Navegador principal */
.navbar-collapse {
  justify-content: center;
  display: flex;
}

.navbar {
  padding: 1.2rem 10rem;
  width: 100%;
  background: #005674;
  /*background: url(../images/bg-header.svg) #005674;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;*/
  justify-content: space-between;
}

.custom-nav {
  justify-content: end;
  width: 100%;
  align-items: center;
}

.nav-link {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff !important;
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  position: relative;
  padding: 6px 0px 4px 0 !important;
}

.nav-link:not(.nav-link-d)::after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0rem;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  background: #ffffff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.nav-link:hover:after {
  width: 20px;
}

.nav-item.active .nav-link {
  font-weight: 700;
}

/* Bs nav para el menú mobile */
.bsnav-mobile .navbar {
  left: 0 !important;
  color: #fff !important;
  transform: translate3d(-300px, 0, 0) !important;
  width: 80%;
  max-width: 300px;
}

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

.bsnav-mobile .navbar.bsnav-dark {
  background: #ffffff !important;
  color: #003e51 !important;
  padding: 0px 0 15px;
  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);
}

.bsnav-sticky.bsnav-sticky-slide.sticked.in {
  background: #005674;
  padding: 1.2rem 10rem;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 8px 15px -5px,
    rgba(0, 0, 0, 0.25) 0px 4px 10px -8px;
}

.bsnav-sticky.bsnav-sticky-slide.sticked.in
  .navbar-toggler
  .navbar-toggler-icon,
.bsnav-sticky.bsnav-sticky-slide.sticked.in
  .navbar-toggler
  .navbar-toggler-icon::after,
.bsnav-sticky.bsnav-sticky-slide.sticked.in
  .navbar-toggler
  .navbar-toggler-icon::before {
  background-color: #ffffff;
}

/*//////////////////////// MAIN-HERO ////////////////////////////*/
.main-section {
  height: 100vh;
  position: relative;
  line-height: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-title {
  position: absolute;
  text-align: center;
  margin: auto;
  z-index: 5;
  color: white;
  width: 85%;
  left: 0;
  right: 0;
  top: calc(50% - 0px);
  bottom: auto;
}

.main-section .carousel {
  height: 100vh;
}

.main-section .carousel-inner {
  height: 100%;
}

.main-section .carousel-item,
.main-section .carousel-item.active {
  height: 100%;
}

.main-section .carousel-item img,
.main-section .carousel-item.active img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 2rem;
  left: auto;
  padding-left: 0;
  margin-right: 10%;
  margin-left: auto;
  align-items: center;
  z-index: 5;
}

.carousel-indicators li {
  width: 15px;
  height: 15px;
  margin-right: 4px;
  margin-left: 4px;
  background-color: #d9ecf5d2;
  border: 0;
  opacity: 1;
  transition: all 0.6s ease;
  border-radius: 50%;
}

.carousel-indicators li.active {
  width: 24px;
  height: 24px;
  background-color: #006c90;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/*///////////////////////// animation zoom /////////////////////////*/
.animaZoom {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.infinite-zoom {
  -webkit-animation: zoomSlow 35s infinite linear;
  -moz-animation: zoomSlow 35s infinite linear;
  animation: zoomSlow 35s infinite linear;
}

@-webkit-keyframes zoomSlow {
  0% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -moz-transform: scale(1.3) rotate(0.1deg);
    -webkit-transform: scale(1.3) rotate(0.1deg);
    transform: scale(1.3) rotate(0.1deg);
  }

  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes zoomSlow {
  0% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -moz-transform: scale(1.3) rotate(0.1deg);
    -webkit-transform: scale(1.3) rotate(0.1deg);
    transform: scale(1.3) rotate(0.1deg);
  }

  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoomSlow {
  0% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -moz-transform: scale(1.3) rotate(0.1deg);
    -webkit-transform: scale(1.3) rotate(0.1deg);
    transform: scale(1.3) rotate(0.1deg);
  }

  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*///////////////////////// NOSOTROS //////////////////////////*/
.about-us {
  background-color: #006c90;
  padding: 6rem 0 4rem 0;
  text-align: center;
  color: white;
}

.about-icon {
  width: 148px;
  margin-top: -4rem;
}

/*///////////////////////// Ubicaciones //////////////////////////*/
.location {
  padding: 4rem 0 6rem 0;
  /*background-image: url(../images/bg-ubicacion.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;*/
}

.title-container {
  background-color: #006c90;
  padding: 0.8rem 1.2rem;
  width: fit-content;
  color: white;
  margin: -1.8rem auto 1rem auto;
  text-align: centers;
}

.location-icon {
  width: 148px;
}

.location-container {
  text-align: center;
  line-height: 1.2;
}

.location-container img {
  height: 48px;
  margin-bottom: 0.8rem;
}

.location-container a {
  color: #373435;
  font-weight: 300;
}

.location-border-bottom {
  border-bottom: 1px solid #eeeeee;
}

/*///////////////////////// Deco //////////////////////////*/
.deco-bg {
  background: linear-gradient(
    to bottom,
    transparent 20%,
    #006c90 20% 80%,
    transparent 80%
  );
  margin-top: -2.4rem;
}

.deco-container {
  background-color: #006c90;
  padding: 2rem 0;
}

.deco-container img {
  width: 100%;
  max-width: 280px;
  display: block;
  margin: 0 auto;
}

/*///////////////////////// Bloques de texto //////////////////////////*/
.text-block {
  padding: 3rem 0;
}

.text-block p {
  font-weight: 300;
}

.text-block ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  padding-left: 1.2rem;
}

.text-block ul li::marker {
  color: #006c90;
}

.divider-deco {
  background-color: #d9ecf5;
  padding: 1.8rem 0;
}

.divider-deco img {
  width: 100px;
  display: block;
  margin: 0 auto;
}

.divider-deco p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

/*///////////////////// Por qué elegirnos //////////////////*/
.why-us {
  background: url(../images/bg-por-que-elegirnos.png) #ffffff;
  background-position: left bottom;
  background-size: auto;
  background-repeat: no-repeat;
  padding: 4rem 0 10rem 0;
}

.why-us img {
  max-width: 230px;
  display: block;
  margin: 0 auto;
}

.custom-list {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  padding-left: 0;
  list-style: none;
}

.custom-list li {
  margin-bottom: 0.8rem;
}

.custom-list li::before {
  content: url(../images/icon-check.svg);
  margin-right: 0.4rem;
}

/*///////////////////// Testimonios //////////////////*/
.testimonials {
  background: linear-gradient(to bottom, transparent 14%, #006c90 14% 100%);
  margin-top: -6rem;
}

.testimonials-icon {
  width: 148px;
  display: block;
  margin: 0 auto;
}

.title-container-testimonials {
  padding: 0.8rem 1.4rem;
  width: fit-content;
  margin: 0rem auto -1.8rem auto;
  text-align: center;
}

.testimonial-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  text-align: center;
  padding: 1rem;
  margin: 1.4rem 0 0 0;
}

.testimonial-container img {
  width: 28px;
  margin-bottom: 1.2rem;
}

.testimonial-text {
  min-height: 190px;
  font-size: 15px;
}

#testimonialsCarousel .f-carousel__slide {
  width: 25%;
  padding: 0rem 0.5rem;
}

/*///////////////////////// Contacto //////////////////////////*/
.contact {
  background: url(../images/bg-contacto.png) #006c90;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-container {
  padding: 5rem 2rem 1rem 2rem;
  background-color: white;
}

/*////////////////// FORMULARIO ///////////////*/
.form-control {
  border: 0;
  border-radius: 0px;
  transition: 0.3s;
  background-color: #f2f2f2;
  color: #373435;
  padding: 0.8rem 0.4rem;
  font-weight: 300;
  font-size: 14px;
}

.form-control:hover,
.form-control:focus {
  border: 0;
  box-shadow: none;
  background-color: #e7e7e7;
  color: #373435;
}

form label {
  display: none;
}

.relative {
  position: relative;
}

#response {
  background: #2ec770;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 25px 10px;
  position: absolute;
  top: 0px;
}

.fx-fading-circle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: #ffffffad url(../images/loading.gif) center no-repeat;
}

.loading {
  display: none;
}

.iframe-container {
  height: 265px;
}

.iframe-container iframe {
  height: 100%;
}

.title-container-contact {
  padding: 0.8rem 1.4rem;
  width: fit-content;
  margin: 1rem auto;
  background-color: white;
  position: relative;
  text-align: center;
}

.title-container-contact-deco {
  background-color: #006c90;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 2.6rem;
}

.logos img {
  height: 90px;
  max-width: 220px;
  object-fit: contain;
  width: auto;
  display: block;
  margin: 0 auto;
}

/*///////////////////////// FOOTER //////////////////////////*/
footer {
  background: #006c90;
  padding-top: 3rem;
}

.footer-border {
  border-left: 1px solid #ffffff56;
}

.footer-logo {
  width: 100%;
  max-width: 250px;
}

.footer-contact a:hover {
  margin-left: 5px;
}

.social-column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-media-container {
  display: flex;
}

.social-media {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50px;
  color: #006c90;
  border: 1px solid white;
  padding: 20px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  margin-right: 12px;
  background-color: white;
}

.social-media:hover {
  background-color: #006c90;
  color: white;
}

.copy-end {
  background-color: #005674;
  text-align: center;
}

.copy-end p {
  font-size: 13px !important;
  color: rgba(255, 255, 255, 0.671);
}

/*////////////////////// RESPONSIVE //////////////////*/

@media (max-width: 1440px) {
  .navbar,
  .bsnav-sticky.bsnav-sticky-slide.sticked.in {
    padding: 1.2rem 5rem;
  }
}

@media (max-width: 1360px) {
  .navbar,
  .bsnav-sticky.bsnav-sticky-slide.sticked.in {
    padding: 1.2rem 3rem;
  }
}

@media (max-width: 1024px) {
  .navbar,
  .bsnav-sticky.bsnav-sticky-slide.sticked.in,
  .internal-header .bsnav-sticky.bsnav-sticky-slide.sticked.in {
    padding: 1.2rem 1rem;
    align-items: center;
  }
  .nav-link {
    margin-right: 0.6rem !important;
    margin-left: 0.6rem !important;
  }
  .navbar {
    align-items: start;
  }
  .navbar-brand img {
    height: 70px;
  }
}

@media (max-width: 768px) {
  .navbar {
    align-items: center;
  }
  .bsnav-mobile .navbar-nav {
    padding: 30px;
  }

  .nav-link {
    color: #005674 !important;
    font-weight: 400;
    padding: 6px 0 12px 0;
  }

  .nav-link::after {
    content: "";
    left: 0;
    right: auto;
  }

  .bsnav-mobile .navbar-nav .nav-item .nav-link {
    margin-left: 0 !important;
  }

  .contact-header {
    padding-right: 0;
  }

  #testimonialsCarousel .f-carousel__slide {
    width: 50%;
  }
  .testimonial-text {
    min-height: 140px;
  }

  .f-carousel__dots {
    position: relative;
  }

  .f-carousel__dots li.is-current .f-carousel__dot {
    background-color: #006c90;
    width: 18px;
    height: 18px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  }

  .f-carousel__dots li {
    opacity: 1;
  }

  .f-carousel__dot {
    width: 10px;
    height: 10px;
    background-color: #ffffffde;
    transition: 0.3s;
  }
}

@media (max-width: 525px) {
  .mobile-alignment {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .contact-header {
    display: none;
  }

  .main-title {
    top: calc(50% - 100px);
  }

  .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 4rem;
    left: 0;
    margin-right: auto;
    margin-left: auto;
}

  .deco-container img {
    max-width: 190px;
  }

  .custom-list,
  .text-block ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }

  #testimonialsCarousel .f-carousel__slide {
    width: 100%;
  }
  .title-container-contact-deco {
    bottom: 4rem;
  }

  .contact-container {
    padding: 5rem 1rem 2rem 1rem;
    background-color: white;
  }

  .logos img {
    max-width: 100%;
  }

  .footer-border {
    border: 0;
  }
}

@media (max-width: 376px) {
}

/* FLOAT BTN */
.wsp-float {
  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: 0px 10px 15px -7px rgba(0, 0, 0, 0.52);
  -webkit-box-shadow: 0px 10px 15px -7px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 0px 10px 15px -7px rgba(0, 0, 0, 0.52);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.wsp-float:hover {
  text-decoration: none;
  color: white;
  background-color: #18b853;
}