@charset "UTF-8";
/********** Template CSS **********/
:root {
  --primary: #4ba8c4;
  --secondary: #11548c;
  --light: #ebf0f3;
  --dark: #15385e;
}

.text-primary {
  color: #15385e !important;
}

.text-secundary {
  color: #4ba8c4 !important;
}

.fw-bold {
  color: #15385e !important;
}

.shop:hover {
  background: #113b63;
  color: white !important;
}
.shop:hover i {
  color: white !important;
}

.display-7 {
  font-size: 1.5rem;
  font-weight: 800;
}

.bg-primary {
  background-color: var(--primary) !important;
}

.bg-secundary {
  background-color: var(--secondary) !important;
}

.bg-light {
  background-color: var(--light) !important;
}

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

a:hover, a:focus, a:active, .form-control:focus, .form-control:active, .form-control:hover, [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled), .btn-success.focus, .btn-success:focus,
button:hover, button:active, button:focus, .btn-success, .btn, [type=button], [type=reset], [type=submit], button,
.btn:hover, .btn:active, .btn:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.navbar-collapse {
  padding-bottom: 20px;
}

.back-to-top {
  position: fixed;
  display: none;
  left: 30px;
  bottom: 30px;
  z-index: 99;
}

.bg-dark {
  background-color: var(--dark) !important;
}

h1,
.h1,
h2,
.h2,
.fw-bold {
  font-weight: 700 !important;
  font-family: "Open Sans", sans-serif !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: var(--dark) !important;
}

.display-5 {
  font-size: 2.5rem !important;
}

h3,
.h3,
h4,
.h4,
.fw-medium {
  font-weight: 600 !important;
  color: var(--dark) !important;
}

@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.2rem;
  }
}
h5,
.h5,
h6,
.h6,
.fw-semi-bold {
  font-weight: 500 !important;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  transition: 0.5s;
  font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
  color: var(--light);
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.q_icon_list p {
  padding: 13px 0 0 20px;
  color: var(--dark);
}

.q_icon_list i {
  line-height: 51px;
  height: 48px;
  width: 52px;
  font-size: 20px;
  color: white;
  background-color: var(--primary);
  border-radius: 50px;
  text-align: center;
  padding: 0px 13px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 24px;
}

.mr-1 {
  margin-right: 15px;
}

/*** Navbar ***/
.navbar.sticky-top {
  top: -100px;
  transition: 0.5s;
}

.navbar .btn-link {
  border: 1px solid white;
  border-radius: 50px;
  margin-right: 5px;
  font-size: 16px !important;
  padding: 7px 13px;
}

.no-border {
  border: none !important;
}

.navbar .navbar-brand,
.navbar a.btn {
  height: 40px;
}

.navbar .navbar-brand h1 img {
  max-width: 220px;
}
@media (max-width: 768px) {
  .navbar .navbar-brand h1 img {
    max-width: 130px;
  }
}

.navbar-light .navbar-toggler {
  color: white;
  border: none !important;
}

.navbar .navbar-nav .nav-link {
  margin-right: 15px;
  padding: 25px 0;
  color: white;
  font-size: 14px;
  font-weight: 500;
  outline: none;
  text-transform: uppercase;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--primary);
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }
  .navbar .navbar-nav {
    border-top: 1px solid #EEEEEE;
  }
}
@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }
  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}
.btn-rounded {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.btn-primary {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}

.bg-image {
  background-image: url(../imagenes/bgimage.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.bg-footer {
  background-image: url(../imagenes/footer.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

/*** Header ***/
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1;
}
.carousel-caption .slider-logo {
  max-width: 300px;
}
@media (max-width: 768px) {
  .carousel-caption .slider-logo {
    height: auto !important;
    position: relative !important;
  }
}
.carousel-caption p {
  font-size: 2rem;
  line-height: 2rem;
}
@media (max-width: 768px) {
  .carousel-caption p {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}

.carousel-control-prev,
.carousel-control-next {
  width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 3rem;
  background-color: var(--primary);
  border: 10px solid var(--primary);
}

@media (max-width: 768px) {
  #header-carousel .carousel-item {
    position: relative;
    min-height: 450px;
  }
  #header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page-header {
  background: linear-gradient(rgba(15, 66, 41, 0.6), rgba(15, 66, 41, 0.6)), url(../img/carousel-1.jpg) center center no-repeat;
  background-size: cover;
}

.page-header .breadcrumb-item + .breadcrumb-item::before {
  color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
  font-size: 18px;
  color: var(--light);
}

/*** Top Feature ***/
@media (min-width: 991.98px) {
  .top-feature {
    position: relative;
    margin-top: -80px;
    z-index: 1;
  }
}
/*** Facts & Quote ***/
.facts,
.quote {
  background: rgba(21, 56, 94, 0.6);
  margin-bottom: 0px !important;
}

/*** Service ***/
.service-item {
  position: relative;
  text-align: center;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.service-item .service-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.service-item .service-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.2);
  transition: 0.3s;
  z-index: -1;
}

.service-item:hover .service-img img {
  transform: scale(1);
}

.service-item .service-text {
  background: transparent;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  z-index: 2;
  min-height: 45vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: space-between;
  justify-content: center;
  align-items: center;
}

.service-item:hover .service-text {
  background: rgba(21, 56, 94, 0.6);
}

.service-item .service-text h4,
.service-item .service-text p {
  transition: 0.3;
}

.service-item:hover .service-text h4 {
  color: #FFFFFF;
}

.service-item:hover .service-text p {
  color: var(--light);
}

.service-item .service-text .btn-square {
  width: 100px;
  height: 100px;
  background: transparent;
  transition: 0.5s;
}

.service-item:hover .service-text .btn-square {
  background: var(--light);
}

/*** Project Portfolio ***/
#portfolio-flters {
  display: inline-block;
  background: var(--light);
  padding: 10px 15px;
}

#portfolio-flters li {
  display: inline-block;
  font-weight: 500;
  color: var(--primary);
  cursor: pointer;
  transition: 0.5s;
  border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
  color: var(--dark);
  border-color: var(--dark);
}

.portfolio-inner {
  position: relative;
  overflow: hidden;
}

.portfolio-inner::before,
.portfolio-inner::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(15, 66, 41, 0.6);
  transition: 0.5s;
}

.portfolio-inner::after {
  left: auto;
  right: 0;
}

.portfolio-inner:hover::before,
.portfolio-inner:hover::after {
  width: 50%;
}

.portfolio-inner .portfolio-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  z-index: 3;
  opacity: 0;
}

.portfolio-inner:hover .portfolio-text {
  transition-delay: 0.3s;
  opacity: 1;
}

.portfolio-inner .portfolio-text .btn {
  background: var(--light);
  color: var(--primary);
}

.portfolio-inner .portfolio-text .btn:hover {
  background: var(--primary);
  color: var(--light);
}

/*** Team ***/
.team-item {
  position: relative;
  overflow: hidden;
  border: 1px solid #e1e4eb;
}

.team-item .team-text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 1.5rem;
  background: #FFFFFF;
  border-radius: 0 4px 4px 0;
  opacity: 0.65;
  transition: 0.5s;
}
.team-item .team-text .btn-primary {
  position: absolute;
  font-size: 12px;
  right: 10px;
  bottom: 20px;
  margin: 0;
}

.team-item:hover .team-text {
  left: 0;
  opacity: 1;
}

.team-item .team-social .btn {
  background: var(--light);
  color: var(--primary);
}

.team-item .team-social .btn:hover {
  background: var(--primary);
  color: var(--light);
}

.team-item .team-img .team-social {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  z-index: 3;
  opacity: 0;
}

.team-item:hover .team-img .team-social {
  transition-delay: 0.3s;
  opacity: 1;
}

/*** Testimonial ***/
.testimonial-carousel .owl-item img {
  width: 100px;
  height: 100px;
}

.testimonial-carousel .owl-nav {
  margin-top: 30px;
  display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  margin-right: 15px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  background: var(--light);
  border-radius: 4px;
  font-size: 22px;
  transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  background: var(--primary);
  color: var(--light);
}

/*** Footer ***/
.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: var(--light);
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: var(--primary);
  letter-spacing: 1px;
  box-shadow: none;
}

.copyright {
  color: var(--light);
  background: #8e9299;
}

.copyright a {
  color: #FFFFFF;
}

.copyright a:hover {
  color: var(--primary);
}

/*Estilos para contacto solo*/
/* Contacto */
.help-block.with-errors {
  color: #313875;
  margin-top: 5px;
}

.alert-success {
  color: #fff;
  background-color: transparent;
  border-color: #f1f0f5;
}

.alert-dismissable .close, .alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0px;
  color: white;
  font-weight: 300;
  background: black;
  border: 0;
}

.alert {
  position: relative;
  padding: 2rem;
  margin-bottom: 1rem;
  border: 0px solid transparent;
  border-radius: 0px;
}

.text-muted {
  color: #313875;
}

.history-text p.text-muted {
  color: #313875;
}

.messages {
  background: black;
  color: white;
}

.btn.disabled, .btn[disabled], .btn-send, .btn-success,
fieldset[disabled] .btn {
  background: #4ba8c4;
  color: white;
  text-transform: uppercase;
  width: 165px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-size: calc(12px + 0.4vw);
  opacity: 1;
}

.btn.disabled:hover, .btn.disabled:active, .btn.disabled:focus, .btn-success:hover, .btn-success:active, .btn-success:focus,
.btn[disabled]:hover, .btn[disabled]:active, .btn[disabled]:focus,
fieldset[disabled] .btn:hover, fieldset[disabled] .btn:active, fieldset[disabled] .btn:focus,
.btn-send:hover, .btn-send:active, .btn-send:focus {
  background: #313875;
  color: white;
  opacity: 1;
}

.alert-danger {
  color: black;
  background-color: #f1f0f5;
  border-color: #f1f0f5;
}

.d-none {
  display: none !important;
}

.nice-select.wide {
  width: 100%;
  border-radius: 0;
}

.input-group-addon {
  position: absolute;
  right: 10px;
  z-index: 1;
  top: 8px;
}

::-moz-placeholder {
  color: #525368 !important;
}

::placeholder {
  color: #525368 !important;
}

/* Termina Contacto */
/**********************
Ws botón redondo con tooltip ws-tooltip
***********************/
#chat-ws-redondo.ws.tooltip {
  position: fixed;
  bottom: 13px;
  right: 40px;
  width: 60px;
  height: 60px;
  border-radius: 50% !important;
  cursor: pointer;
  display: block;
  box-shadow: 0px 0px 20px 0px rgba(91, 91, 91, 0.5);
  z-index: 999;
  background: #1ca550;
  padding: 8px 11px;
  opacity: 1;
}

#chat-ws-redondo.ws.tooltip img {
  padding-left: 0px;
  padding-top: 0px;
  width: 100%;
}

#chat-ws-redondo.ws.tooltip i {
  font-size: 44px;
  color: white;
}

.ws.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #1ca550;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.ws.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #1ca550 transparent transparent transparent;
}

.ws.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 768px) {
  .trabaja .justify-content-end {
    margin-top: 0px;
    margin-bottom: 20px;
    display: block !important;
  }
}/*# sourceMappingURL=style.css.map */