@charset "UTF-8";
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?vb2r15");
  src: url("../fonts/icomoon.eot?vb2r15#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?vb2r15") format("truetype"), url("../fonts/icomoon.woff?vb2r15") format("woff"), url("../fonts/icomoon.svg?vb2r15#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-menu:before {
  content: "";
}

.widgetLabel {
  display: none !important;
}

* {
  font-family: "Raleway", sans-serif;
}

p {
  color: #515151;
}

svg {
  height: 50vh !important;
}
@media (max-width: 1366px) {
  svg {
    height: 68.5vh !important;
  }
}

.hero h2 {
  font-family: "Patua One", cursive !important;
  line-height: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.hero h2 span {
  font-family: "Patua One", cursive !important;
}
@media (max-width: 1366px) {
  .hero h2 {
    font-size: 20px;
  }
}

.cabecera {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  font-weight: 400;
  color: white;
  background-color: #003d68;
}
.cabecera span {
  font-family: "Open Sans", sans-serif;
}
.cabecera i {
  margin: auto 10px;
}

.navegacion2 {
  display: none;
}
.navegacion2 a {
  text-decoration: none;
  color: #f8f8f8;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.navegacion2 a:hover {
  color: white;
}
.navegacion2 nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: fixed;
  background: #003d688e;
  z-index: 3;
  width: 100%;
  height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: -100vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.navegacion2 nav ul {
  list-style: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}
.navegacion2 nav ul li {
  margin-bottom: 40px;
}
.navegacion2 nav.is-active {
  left: 0vw;
}
@media screen and (max-width: 1020px) {
  .navegacion2 {
    display: block;
  }
}

.burger-button {
  display: none;
  width: 4rem;
  height: 4rem;
  border-radius: 0;
  background: #003d68;
  line-height: 4rem;
  text-align: center;
  position: fixed;
  color: white;
  border-radius: 50%;
  font-size: 1.6rem;
  margin: 0.3rem 0 0 0.3rem;
  z-index: 4;
}
@media screen and (max-width: 1020px) {
  .burger-button {
    display: block;
  }
}

.menu {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  -webkit-box-shadow: 0 29px 29px -20px rgba(68, 88, 144, 0.19);
          box-shadow: 0 29px 29px -20px rgba(68, 88, 144, 0.19);
}
.menu figure {
  margin: 0;
}
.menu figure img {
  margin: 20px auto;
}
.menu nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.menu nav ul {
  display: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.menu nav ul a {
  text-decoration: none;
  margin-right: 30px;
  margin-left: 30px;
}
.menu nav ul a:hover li {
  border-bottom: 2px solid #00b4f1;
  color: #00b4f1;
}
.menu nav ul a li {
  list-style: none;
  color: #003d68;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media screen and (max-width: 1020px) {
  .menu nav {
    display: none;
  }
}

.carousel-caption-img {
  bottom: 25%;
}

.carousel-caption-txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 35%;
}
@media (max-width: 900px) {
  .carousel-caption-txt {
    width: 100%;
    bottom: 14%;
  }
}

.carousel-item img {
  position: relative;
  right: -328px;
  top: 136px;
  width: 66%;
}
@media screen and (max-width: 1366px) {
  .carousel-item img {
    width: 86%;
  }
}
@media screen and (max-width: 900px) {
  .carousel-item img {
    position: static;
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  svg {
    height: 40vh !important;
  }
}
@media screen and (max-width: 600px) {
  svg {
    height: 30vh !important;
  }
}
@media screen and (max-width: 500px) {
  svg {
    height: 240px !important;
  }
}

@media screen and (max-width: 900px) {
  div.carousel-caption:nth-child(2) {
    right: 0;
    left: 0;
  }
}

@media screen and (max-width: 900px) {
  div.carousel-caption:nth-child(3) {
    padding: 0;
    width: 100%;
    right: 0;
    left: 0;
  }
}

#carouselExampleDark > div > div > div > h2 {
  color: white;
}

div.carousel-caption:nth-child(2) > h2:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  left: -35px;
  text-align: left;
  font-size: 48px;
  color: #003d68 !important;
  font-size: 70px;
  font-weight: 500;
}
div.carousel-caption:nth-child(2) > h2:nth-child(1) span {
  margin-top: 40px;
  color: #00b4f1;
}
@media (max-width: 1370px) {
  div.carousel-caption:nth-child(2) > h2:nth-child(1) span {
    margin-top: 14px;
  }
}
@media (max-width: 1370px) {
  div.carousel-caption:nth-child(2) > h2:nth-child(1) {
    font-size: 50px;
  }
}
@media screen and (max-width: 900px) {
  div.carousel-caption:nth-child(2) > h2:nth-child(1) {
    width: 100%;
    position: static;
    font-size: 34px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  div.carousel-caption:nth-child(2) > h2:nth-child(1) h2 {
    text-align: center;
    width: 100%;
  }
  div.carousel-caption:nth-child(2) > h2:nth-child(1) span {
    margin: auto 4px;
  }
}
@media screen and (max-width: 600px) {
  div.carousel-caption:nth-child(2) > h2:nth-child(1) {
    font-size: 24px;
  }
}
@media screen and (max-width: 335px) {
  div.carousel-caption:nth-child(2) > h2:nth-child(1) {
    font-size: 20px;
  }
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}
main .trabajos1 .slider {
  background: #f8f8f8;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
main .trabajos1 .slider::before, main .trabajos1 .slider::after {
  background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 101px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
@media screen and (max-width: 700px) {
  main .trabajos1 .slider::before, main .trabajos1 .slider::after {
    width: 50px;
  }
}
main .trabajos1 .slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
main .trabajos1 .slider::before {
  left: 0;
  top: 0;
}
main .trabajos1 .slider .slide-track {
  -webkit-animation: scroll 80s linear infinite;
          animation: scroll 80s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(250px * 14);
}
main .container_trabajos {
  background-color: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main .container_trabajos img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 13% !important;
}
main .container_trabajos img:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

footer {
  background-color: #004877;
  color: white !important;
  padding-top: 10px;
  text-align: center;
}
footer p {
  color: white !important;
}
footer a {
  text-decoration: none;
  color: white;
}
footer i {
  font-size: 30px;
}
footer .footer_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer_row img {
  width: 100%;
  border-radius: 20px;
}
footer .footer_row .iconos_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
footer .footer_row .iconos_col p, footer .footer_row .iconos_col a {
  margin: auto 10px;
  font-weight: 600;
  font-size: 20px;
  color: #d8d6d6;
  text-transform: uppercase;
}
footer .footer_row .iconos_col i {
  color: white;
}
footer .mb-4 {
  text-align: center !important;
}
footer .explorar_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .explorar_footer div {
  margin: auto 15px;
}

.footer__ultimo {
  background-color: #003d68;
}

.iconos-footer {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}