@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700;900&display=swap");
@font-face {
  font-family: "GothamLight";
  src: url("../fonts/GothamLight.eot");
  src: url("../fonts/GothamLight.woff") format("woff"), url("../fonts/GothamLight.ttf") format("truetype"), url("../fonts/GothamLight.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GothamBook";
  src: url("../fonts/GothamBook.eot");
  src: url("../fonts/GothamBook.woff") format("woff"), url("../fonts/GothamBook.ttf") format("truetype"), url("../fonts/GothamBook.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GothamBold";
  src: url("../fonts/GothamBold.eot");
  src: url("../fonts/GothamBold.woff") format("woff"), url("../fonts/GothamBold.ttf") format("truetype"), url("../fonts/GothamBold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GothamBlack";
  src: url("../fonts/GothamBlack.eot");
  src: url("../fonts/GothamBlack.woff") format("woff"), url("../fonts/GothamBlack.ttf") format("truetype"), url("../fonts/GothamBlack.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/static/Raleway-Medium.ttf");
  src: url("../fonts/Raleway/static/Raleway-Medium.ttf") format("ttf"), url("../fonts/Raleway/static/Raleway-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --FontBlack: "GothamBlack";
  --FontBold: "GothamBold";
  --FontBook: "GothamBook";
  --FontLight: "GothamLight";
  --bgColor: #1C1F28;
  --colorBlueMedium:#5F667A;
}

.listImgs{
  list-style: none;
  margin: 1em 40px;
}

.listImgs img{
  width: 100%;
}

body {
  font-family: var(--FontBook), sans-serif;
  font-size: 16px;
  line-height: 26px;
  /* color: white; */
  /* background-color: var(--bgColor); */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.light {
  font-family: var(--FontLight);
}

.bold, b {
  font-family: var(--FontBold);
}

.black {
  font-family: var(--FontBlack);
}

p {
  opacity: 0.8;
}

.container {
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 1199px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .equipo2{
    margin-top: 0px !important;
  }
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: -2px;
}

header {
  position: fixed;
  width: 100%;
  z-index: 9;
  transition: 200ms ease-in-out;
}
header .navbar {
  padding: 4rem 0;
  transition: 200ms ease-in-out;
}
@media (max-width: 1299px) {
  header .navbar {
    padding: 2rem 0;
  }
}
@media (max-width: 991px) {
  header .navbar {
    padding: 1rem 0;
  }
}
header .navbar .navbar-brand {
  display: inline-block;
}
header .navbar .navbar-brand img {
  height: 60px;
  transition: 200ms ease-in-out;
}
@media (max-width: 991px) {
  header .navbar .navbar-brand img {
    height: 40px;
  }
}
header .navbar .navbar-toggler {
  transition: 200ms ease-in-out;
  border: 0;
  padding: 0;
  filter: invert(1);
}
header .navbar .navbar-toggler:hover, header .navbar .navbar-toggler:focus, header .navbar .navbar-toggler:active {
  box-shadow: none;
}
header .navbar .nav-item .nav-link {
  color: #fff;
  font-size: 16px;
  padding: 0 1.5rem;
  font-family: var(--FontBold);
  position: relative;
}
@media (max-width: 1199px) {
  header .navbar .nav-item .nav-link {
    font-size: 14px;
  }
}
header .navbar .nav-item .nav-link span {
  transition: 200ms ease-in-out;
  position: relative;
}
header .navbar .nav-item .nav-link span::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #00ccff;
  bottom: -20px;
  left: 0;
  opacity: 0;
  transition: 200ms ease-in-out;
}
header .navbar .nav-item .nav-link:hover span::before, header .navbar .nav-item .nav-link.active span::before, header .navbar .nav-item .nav-link.show span::before {
  opacity: 1;
}
header .navbar .dropdown-menu {
  border: 0;
  padding: 12px 0;
  border-radius: 0;
  left: 1.5rem;
  margin-top: 10px;
  background-color: transparent;
  transition: 200ms ease-in-out;
}
header .navbar .dropdown-menu .dropdown-item {
  padding: 16px 20px;
  background-color: #7fb1d4d4;
  color: #fff;
  font-size: 14px;
}
header .navbar .dropdown-menu .dropdown-item:hover {
  background-color: #7fb1d4d4;
}
header.fixed {
  background-color: #7fb1d4d4;
}
header.fixed .navbar {
  padding: 1rem 0;
}
header.fixed .navbar .navbar-brand img {
  height: 40px;
}
header.fixed .navbar .dropdown-menu {
  margin-top: 16px;
}

.slider {
  overflow: hidden;
  position: relative;
}
.slider .swiper-slide {
  height: 100vh;
}

pre-footer img{
  width: 100%;
}
@media (min-width: 992px) {
  .slider .swiper-slide {
    height: auto;
  }
}
.slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: inherit;
     object-fit: inherit;
}
.slider .swiper-slide .slide-caption {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider .swiper-slide .slide-caption .container h1 {
  font-family: var(--FontBold);
  font-size: 74px;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  /* padding-right: 125px; */
  margin-top: -130px;
  margin-bottom: 0px !important;
  line-height: 70px;
}
.slider .swiper-slide .slide-caption .container h2 {
  font-family: var(--FontLight);
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  /* padding-right: 125px; */
}
.subtituloHome{
  font-size: 37px;
}
.card-slider-home{
  padding: 2%;
  position: absolute;
  display: flex;
  z-index: 999;
  bottom: 5%;
  left: 8%;
  color: white;
  background-color: #7fb1d4;
  border-radius: 0px;
  /* box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3); */
}
.imgSombra{
  position: absolute;
  bottom: -23px;
  left: 0px;
  width: 100%;
}
@media (max-width: 1199px) {
  .slider .swiper-slide .slide-caption .container h1 {
    font-size: 56px;
    /* padding-right: 100px; */
  }
  .imgSombra{
    bottom: -32px;
  }
}
@media (max-width: 991px) {
  .slider .swiper-slide .slide-caption .container h1 {
    /* padding-right: 75px; */
  }
  
  .card-slider-home{
    width: 80%;
    left: 10%;
    bottom: 2%;
  }

}
@media (max-width: 767px) {
  .imgSombra{
    bottom: -27px;
  }
  .slider .swiper-slide .slide-caption .container h1 {
    font-size: 68px;
  }
}
@media (max-width: 576px) {
  .imgSombra{
    bottom: -15px;
  }
  .slider .swiper-slide .slide-caption .container h1 {
    font-size: 68px;
  }
}
@media (max-width: 480px) {
  .slider .swiper-slide .slide-caption .container h1 {
    font-size: 52px;
  }
}
.slider .swiper-slide .slide-caption .container h1 span {
  /* padding-right: 25px; */
  max-width: 600px;
}
.slider .swiper-slide .slide-caption .container h1 i {
  display: block;
  height: 1px;
  background-color: #fff;
  width: 100%;
}
.slider .swiper-button-group {
  position: absolute;
  top: 50%;
  right: 90px;
  width: 140px;
  z-index: 9;
  margin-top: -17px;
}
@media (max-width: 1199px) {
  .slider .swiper-button-group {
    width: 110px;
    margin-top: -6px;
    right: 50px;
  }
}
@media (max-width: 991px) {
  .slider .swiper-button-group {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .slider .swiper-button-group {
    right: 0;
  }
  .slider .swiper-slide .slide-caption .container h1 i {
    width: 20%;
  }
}
.slider .swiper-button-group .swiper-button-next,
.slider .swiper-button-group .swiper-button-prev {
  width: 70px;
  height: 70px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .slider .swiper-button-group .swiper-button-next,
  .slider .swiper-button-group .swiper-button-prev {
    width: 50px;
    height: 50px;
  }
}
.slider .swiper-button-group .swiper-button-next:hover,
.slider .swiper-button-group .swiper-button-prev:hover {
  transform: scale(0.8);
}
.slider .swiper-button-group .swiper-button-next::after,
.slider .swiper-button-group .swiper-button-prev::after {
  color: #fff;
}
@media (max-width: 1199px) {
  .slider .swiper-button-group .swiper-button-next::after,
  .slider .swiper-button-group .swiper-button-prev::after {
    font-size: 30px;
  }
}

.block-content {
  position: relative;
  padding-top: 96px;
}
.block-content h2 {
  font-family: var(--FontLight);
  font-size: 44px;
  /* padding-top: 10px; */
  padding-right: 50px;
  color: black;
  /* color: var(--colorBlueMedium); */
  line-height: 1;
}
.block-content h2 b {
  display: block;
  line-height: 0.8;
}
.textoEmpresa{
  padding-bottom: 96px;
}
@media (max-width: 1499px) {
  .block-content h2 {
    font-size: 40px;
    padding-right: 20px;
  }
}
@media (max-width: 1299px) {
  .block-content h2 {
    font-size: 34px;
    padding-right: 40px;
  }
}
@media (max-width: 1299px) {
  .block-content h2 {
    font-size: 32px;
    padding-right: 0;
  }
}

.block-gallery {
  padding: 96px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .block-gallery {
    padding-bottom: 48px;
  }
}
.block-gallery .block-grid {
  width: calc(100% + 100px);
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1199px) {
  .block-gallery .block-grid {
    width: calc(100% + 50px);
  }
}
@media (max-width: 767px) {
  .block-gallery .block-grid {
    flex-direction: column;
    width: calc(100% + 30px);
  }
}
.block-gallery .block-grid li {
  width: 25%;
  height: 500px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .block-gallery .block-grid li {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .block-content{
    padding-top: 25px;
  }
}
.block-gallery .block-grid li a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transition: 200ms ease-in-out;
}
@media (max-width: 767px) {
  .block-gallery .block-grid li a {
    position: relative;
    height: 300px;
  }
}
.block-gallery .block-grid li a::after {
  content: "";
  background-color: rgba(125, 116, 173, 0.75);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  transition: 200ms ease-in-out;
}
.block-gallery .block-grid li a::before {
  content: "";
  border: 1px solid transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  transition: 200ms ease-in-out;
  opacity: 0;
}
.block-gallery .block-grid li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-gallery .block-grid li a h3 {
  font-family: var(--FontBold);
  color: #fff;
  position: absolute;
  padding: 30px;
  width: 100%;
  top: 160px;
  font-size: 24px;
  font-weight: 700;
  z-index: 3;
}
@media (max-width: 1499px) {
  .block-gallery .block-grid li a h3 {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .block-gallery .block-grid li a h3 {
    padding: 20px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .block-gallery .block-grid li a h3 {
    top: 30px;
    font-size: 28px;
    padding: 30px 70px;
  }
}
@media (max-width: 576px) {
  .block-gallery .block-grid li a h3 {
    top: 30px;
    font-size: 28px;
    padding: 30px 50px;
  }
}
.block-gallery .block-grid li a:hover::after {
  background-color: rgba(125, 116, 173, 0.35);
}
.block-gallery .block-grid li a:hover::before {
  border: 1px solid #fff;
  opacity: 1;
  transform: scale(0.9);
}
.block-gallery .block-grid li:nth-child(even) {
  top: 40px;
}
@media (max-width: 767px) {
  .block-gallery .block-grid li:nth-child(even) {
    top: 0;
  }
}

.bgx .bgx-inner {
  width: calc(100% + 100px);
  display: flex;
  position: relative;
  top: -25px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .bgx .bgx-inner {
    width: calc(100% + 50px);
  }
}
@media (max-width: 767px) {
  .bgx .bgx-inner {
    width: calc(100% + 30px);
  }
}
.bgx .bgx-inner span {
  position: relative;
  width: 20%;
  height: 30px;
  background-color: #7D74AD;
}
.bgx .bgx-inner span:nth-child(even) {
  top: -15px;
  height: 20px;
  background-color: rgba(125, 116, 173, 0.75);
}
.bgx .bgx-inner span:nth-child(even)::after {
  content: "";
  position: absolute;
  top: 20px;
  width: 100%;
  height: 35px;
  background-color: #1C1F28;
}

.bgx-parent {
  list-style: none;
  display: flex;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  margin: 0;
  padding: 0;
}
.bgx-parent li {
  width: 25%;
  height: 35px;
  background-color: transparent;
}
.bgx-parent li:nth-child(even) {
  background-color: #1C1F28;
}
.bgx-parent.top {
  top: 0;
}
.bgx-parent.bottom {
  bottom: 0;
}

footer {
  background-color: #1f3a85;
  padding-top: 96px;
  padding-bottom: 36px;

  position: relative;
}
footer p{
  color: white;
  margin-bottom: 0px;
}
footer .info{
  margin-top: 3%;
}
@media (max-width: 767px) {
  footer {
    padding-top: 48px;
  }
}
footer .brand-footer img {
  height: 80px;
}
@media (max-width: 1199px) {
  footer .brand-footer img {
    height: 60px;
  }
}
@media (max-width: 991px) {
  footer .brand-footer img {
    height: 50px;
  }
}
@media (max-width: 991px) {
  footer .brand-footer {
    margin-bottom: 20px;
    display: inline-block;
  }
}
footer .copyright {
  color: var(--colorBlueMedium);
}
@media (max-width: 1199px) {
  footer .copyright {
    font-size: 14px;
  }
}
footer .agency img {
  /*height: 10px;*/
opacity: 0.8;
}
footer::after {
  content: "";
  background-image: url(/assets/images/text-overlay.svg);
  height: 190px;
  width: 100%;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 10px;
  right: 0;
  z-index: -1;
}
footer .bgx {
  position: absolute;
  bottom: 0;
  width: 100%;
}
footer .bgx .bgx-inner {
  top: 0;
}
footer .bgx .bgx-inner span {
  height: 30px;
  background-color: rgba(125, 116, 173, 0.5);
}
footer .bgx .bgx-inner span:nth-child(even) {
  top: 15px;
  height: 15px;
}
footer .bgx .bgx-inner span:nth-child(even)::after {
  display: none;
}

.overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999;
  top: -100%;
  left: 0;
  padding: 1rem 50px;
  background-color: var(--bgColor);
  background-color: rgba(28, 31, 40, 0.95);
  overflow: hidden;
  transition: 0.5s;
}
.overlay .closebtn {
  display: none;
  font-size: 40px;
  text-decoration: none;
  color: #fff;
  line-height: 1.2;
  opacity: 0.5;
  transition: 200ms ease-in-out;
  position: fixed;
  right: 53px;
  top: 15px;
}
.btn-primary{
  border-radius: 0px;
  padding: 1% 3%;
  background-color: #7fb1d4;
  border-color: #7fb1d4;
}
@media (max-width: 767px) {
  .overlay .closebtn {
    right: 35px;
    top: 17px;
  }
}
.overlay .closebtn:hover {
  color: #fff;
  opacity: 1;
}
.overlay .overlay-content {
  position: relative;
  width: 100%;
  height: calc(100vh - 2rem);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.overlay .overlay-content .mobile-menu {
  display: flex;
  text-decoration: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  list-style: none;
}
.overlay .overlay-content .mobile-menu li {
  text-align: center;
  font-size: 32px;
  font-family: var(--FontBlack);
  position: relative;
  transition: 200ms ease-in-out;
}
@media (max-width: 480px) {
  .overlay .overlay-content .mobile-menu li {
    font-size: 28px;
  }
}
.overlay .overlay-content .mobile-menu li a {
  text-decoration: none;
  display: block;
}
.overlay .overlay-content .mobile-menu li a span {
  transition: 200ms ease-in-out;
  padding: 3rem;
  color: #fff;
  display: block;
}
@media (max-width: 480px) {
  .overlay .overlay-content .mobile-menu li a span {
    padding: 2.5rem;
  }
}
.overlay .overlay-content .mobile-menu li ul {
  margin: auto;
  padding: 0;
  list-style: none;
  padding-top: 2rem;
  cursor: pointer;
}
.overlay .overlay-content .mobile-menu li ul li {
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  font-family: var(--FontBook);
  position: relative;
}
.overlay .overlay-content .mobile-menu li ul li a {
  display: block;
}
.overlay .overlay-content .mobile-menu li ul li a span {
  transition: 200ms ease-in-out;
  padding: 0.5rem;
  color: #fff;
  display: block;
}
.overlay .overlay-content .mobile-menu li:hover span, .overlay .overlay-content .mobile-menu li.active span {
  color: #7fb1d4d4;
}
.overlay .overlay-content .mobile-menu li:hover ul li span, .overlay .overlay-content .mobile-menu li.active ul li span {
  color: #fff;
}
.overlay .overlay-content .mobile-menu li:hover ul li a:hover > span, .overlay .overlay-content .mobile-menu li.active ul li.active a span {
  color: #7fb1d4d4;
}
@media (min-width: 576px) {
  .overlay .overlay-content .mobile-menu {
    background-position: center top;
    -webkit-padding-after: 0;
            padding-block-end: 0;
    height: 420px;
  }
}
@media (min-width: 768px) {
  .overlay .overlay-content .mobile-menu {
    height: 600px;
  }
}
.overlay .overlay-content .social-mobile {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.overlay .overlay-content .social-mobile li a {
  display: block;
  text-decoration: none;
  transition: 200ms ease-in-out;
  padding: 10px;
}
@media (max-width: 991px) {
  .overlay .overlay-content .social-mobile li a {
    padding: 8px;
  }
}
@media (max-width: 767px) {
  .overlay .overlay-content .social-mobile li a {
    opacity: 0.7;
  }
}
.overlay .overlay-content .social-mobile li a img {
  width: 34px;
  height: 34px;
}
@media (max-width: 767px) {
  .overlay .overlay-content .social-mobile li a img {
    width: 28px;
    height: 28px;
  }
}
.overlay .overlay-content .social-mobile li a:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .overlay .overlay-content .social-mobile li a:hover {
    opacity: 1;
  }
}

.openNav {
  overflow: hidden !important;
}
@media (max-width: 576px) {
  .openNav #Nav {
    overflow-y: auto;
  }
}
.openNav .navbar-toggler {
  opacity: 0;
}
.openNav .closebtn {
  display: block;
}

.block-title {
  position: relative;
}
.block-title img {
  width: 100%;
  height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.block-title h2 {
  position: absolute;
  bottom: 12px;
  font-family: var(--FontBlack);
  font-size: 64px;
}
@media (max-width: 1299px) {
  .block-title h2 {
    bottom: auto;
    top: 220px;
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .block-title h2 {
    top: 180px;
  }
}

.block-history {
  position: relative;
  width: calc(100% + 100px);
}
@media (max-width: 1199px) {
  .block-history {
    width: calc(100% + 50px);
  }
}
@media (max-width: 767px) {
  .block-history {
    width: calc(100% + 30px);
  }
}
.block-history img {
  width: 100%;
  min-height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 576px) {
  .block-history img {
    min-height: 650px;
  }
}
.block-history .block-caption {
  background-color: rgba(125, 116, 173, 0.75);
  padding: 8rem 3rem 4rem;
  position: absolute;
  top: 0;
}
@media (max-width: 1199px) {
  .block-history .block-caption {
    padding: 6rem 2rem 2rem;
  }
}
.block-history .block-caption p {
  color: #fff;
  opacity: 1;
}
@media (max-width: 576px) {
  .block-history .block-caption p {
    font-size: 14px;
  }
}
.block-history .block-caption .bgx-parent.bottom {
  bottom: -35px;
}
.block-history .block-caption .bgx-parent.bottom li:nth-child(even) {
  background-color: rgba(125, 116, 173, 0.75);
}

.block-staff {
  padding: 96px 0 0;
}
.block-staff h3 {
  font-family: var(--FontBold);
  color: #5F667A;
  font-size: 36px;
}
.block-staff ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.block-staff ul li {
  position: relative;
  margin-bottom: 10px;
  opacity: 0.8;
  line-height: 1.3;
  padding-left: 15px;
}
.block-staff ul li::before {
  content: "";
  width: 4px;
  height: 100%;
  left: 0;
  background-color: #3F3288;
  position: absolute;
}

.contact-info {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.contact-info li {
  width: 45%;
  display: flex;
  align-items: center;
}
.contact-info li img {
  width: 50px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .contact-info li img {
    width: 40px;
    margin-right: 15px;
  }
}
.contact-info li span {
  font-size: 16px;
  opacity: 0.8;
  overflow: hidden;
}
@media (max-width: 440px) {
  .contact-info li span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .contact-info li {
    width: 100%;
  }
}

.block-form .form-control {
  background-color: transparent;
  padding: 0;
  font-size: 18px;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #5F667A;
  color: #fff;
  box-shadow: none;
  margin-bottom: 0;
}
.block-form .form-control::-moz-placeholder {
  color: #fff;
}
.block-form .form-control::placeholder {
  color: #fff;
}
.block-form .form-control.error {
  border-color: red;
}
.block-form .form-group {
  margin-bottom: 40px;
  position: relative;
}
.block-form label.error {
  color: red;
  font-size: 13px;
}
.block-form .form-action .btn {
  padding: 1rem 1.5rem;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  background-color: #7D74AD;
  border: 0;
  font-family: var(--FontBold);
  border-radius: 0;
}
.block-form .form-action .btn span {
  display: block;
  position: relative;
  top: 5px;
}

ul .liHorno{
  list-style-type: square;
}

ul .liHorno span, ul .liProductos span{
  vertical-align: text-bottom;
}

ul .liHorno::marker {
  color: #7fb2d5;
  font-size: 35px;
}

ul .liHorno span, ul .liProductos span{
  vertical-align: text-bottom;
}

ul .liProductos::marker {
  color: #7fb2d5;
  font-size: 35px;
}

.block-map .map {
  height: 500px;
  width: calc(100% + 100px);
}
@media (max-width: 1199px) {
  .block-map .map {
    width: calc(100% + 50px);
  }
}
@media (max-width: 767px) {
  .block-map .map {
    width: calc(100% + 30px);
  }
}

.block-project h2 {
  text-align: right;
}
@media (max-width: 1499px) {
  .block-project h2 {
    font-size: 40px;
    padding-right: 20px;
  }
}
@media (max-width: 1299px) {
  .block-project h2 {
    font-size: 34px;
    padding-right: 40px;
  }
}
@media (max-width: 1299px) {
  .block-project h2 {
    font-size: 32px;
    padding-right: 0;
  }
}
.block-project h2 span {
  display: block;
  text-align: right;
  font-family: var(--FontBold);
  font-size: 150px;
  margin-top: 60px;
  color: #0F1317;
}
@media (max-width: 991px) {
  .block-project h2 span {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .block-project h2 {
    text-align: left;
  }
}
.block-project figure {
  margin-bottom: 30px;
}
.block-project figure img {
  width: 100%;
}

.gs_reveal {
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity;
}

.fondoHome{
  margin-right: 12%;
}
.fondoHome .line{
  display: block;
  float: inline-end;
  content: "";
  height: 15px;
  width: 15%;
  background-color: #00ccff;
  bottom: -20px;
  left: 0;
  transition: 200ms ease-in-out;
}


.fondoEmpresa{
  background-image: url('../images/elementosWeb/MEMBRETE-EMPRESA.jpg');
  background-position: right;
  height: 534px;
  width: 100%;
}
.fondoEmpresa h2{
  text-align: end;
  margin-top: 15%;
  color: white;
  padding-right: 0px;
}
.fondoEmpresa span{
  content: "";
  height: 15px;
  width: 15%;
  background-color: #00ccff;
  bottom: -20px;
  left: 0;
  transition: 200ms ease-in-out;
}
.tituloEmpresa span{
  font-family: var(--FontBook), sans-serif;
  font-weight: bold;
}
.fotoEmpresa{
  overflow: hidden; 
}
.fotoEmpresa img{ 
  width: 100%;
}
#sending{
  width: 20%;
}
.fondoContacto{
  background-image: url('../images/elementosWeb/MEMBRETE-CONTACTO.jpg');
  background-position: right;
  height: 534px;
  width: 100%;
}
.fondoContacto h2{
  text-align: end;
  margin-top: 15%;
  color: white;
  padding-right: 0px;
}
.fondoContacto span{
  content: "";
  height: 15px;
  width: 15%;
  background-color: #00ccff;
  bottom: -20px;
  left: 0;
  transition: 200ms ease-in-out;
}
.form-control {
  background-color: #eee;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border-radius: 0;
  border-color: #eee;
}
.section-map .map {
  width: 100%;
  height: 400px;
  border: 1px solid #ddd;
}
.section-map{
text-align:center;
padding-bottom:40px;
}

.fondoProductos{
  background-image: url('../images/elementosWeb/MEMBRETE-PRODUCTOS.jpg');
  background-position: right;
  height: 534px;
  width: 100%;
}
.fondoProductos h2{
  text-align: end;
  margin-top: 15%;
  color: white;
  padding-right: 0px;
}
.fondoProductos span{
  content: "";
  height: 15px;
  width: 15%;
  background-color: #00ccff;
  bottom: -20px;
  left: 0;
  transition: 200ms ease-in-out;
}
.seccionPrincipalProductos h4, .seccionPrincipalHorno h4{
  font-family: var(--FontBook);
  color: #1b3569;
  font-weight: bold;
}
.seccionPrincipalProductos ul li{
  /* list-style: none; */
  list-style-type: square;
  margin-left: 2%;
}

.fondoHorno{
  background-image: url('../images/elementosWeb/MEMBRETE-HORNO.jpg');
  background-position: right;
  height: 534px;
  width: 100%;
}
.fondoHorno h2{
  text-align: end;
  margin-top: 15%;
  color: white;
  padding-right: 0px;
}
.fondoHorno span{
  content: "";
  height: 15px;
  width: 15%;
  background-color: #00ccff;
  bottom: -20px;
  left: 0;
  transition: 200ms ease-in-out;
}
.imagenesHorno img{
  width: 100%;
}

.social {
  position: fixed;
  top: 40%;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  z-index: 3;
}
@media (max-width: 767px) {
  /* .social {
    display: none;
  } */
  .fondoEmpresa h2, .fondoContacto h2, .fondoHorno h2, .fondoProductos h2{
    font-size: 35px;
    margin-top: 35%;
  }
  #sending{
    width: 50%;
  }
}
.social li a {
  display: block;
  text-decoration: none;
  transition: 200ms ease-in-out;
  padding: 10px;
}
@media (max-width: 991px) {
  .social li a {
    padding: 8px;
  }
}
@media (max-width: 767px) {
  .social li a {
    opacity: 0.7;
  }
}
.social li a img {
  width: 34px;
  height: 34px;
}
@media (max-width: 767px) {
  .social li a img {
    width: 28px;
    height: 28px;
  }
}
.social li a:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .social li a:hover {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */

.swiper-mobile{
  display: none !important;
}
.swiper-desktop{
  display: block !important;
}

@media(max-width:769px){
  .swiper-mobile{
    display: block !important;
  }
  .swiper-desktop{
    display: none !important;
  }
  .fondoHome h1 span{
    line-height: normal !important; 
  }

  div.row{
      margin-right: 0px;
  }
  
  div.container-fluid{
      padding-right: 0px;
  }
}