/*--------------------------------------------------------------
# marcag Section
--------------------------------------------------------------*/
#marcag {
  width: 100%;
  height: 89.2vh;
  overflow: hidden;
  position: relative;
}

#marcag::after {
  content: "";
  position: absolute;
  left: 50%; 
  top: 0;
  width: 130%;
  height: 95%;
  background: linear-gradient(to right, #87c2ffa3, rgb(30 67 86 / 69%)), url(../img/hero-bg.jpg) center top no-repeat;
  z-index: 0;
  border-radius: 0 0 50% 50%;
  transform: translateX(-50%) rotate(0deg);
}

#marcag::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 130%;
  height: 96%;
  background: #68A4C4;
  opacity: 0.3;
  z-index: 0;
  border-radius: 0 0 50% 50%;
  transform: translateX(-50%) translateY(18px) rotate(2deg);
}

@media (max-width: 768px) {
  #marcag {
    height: auto;
  }

  #marcag::after {
    width: 180%;
    height: 95%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) rotate(0deg);
  }

  #marcag::before {
    top: 0;
    width: 180%;
    height: 94%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) translateY(20px) rotate(4deg);
  }
}

@media (max-width: 575px) {
  #marcag {
    height: auto;
  }

  #marcag::after {
    left: 40%;
    top: 0;
    width: 200%;
    height: 95%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) rotate(0deg);
  }

  #marcag::before {
    left: 50%;
    top: 0;
    width: 200%;
    height: 94%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) translateY(20px) rotate(4deg);
  }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #144e6e;
    color: #fff;
    font-size: 14px;
    position: absolute;
    width: 100%;
    bottom: 0;
}

#footer .copyright {
    text-align: center;
    padding-block: 15px;
    color: #fff;
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  position: relative;
  background: url("../img/hero-bg.jpg") top center;
  background-size: cover;
  position: relative;
}

#hero:before {
  content: "";
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  padding-top: 30px;
}

#hero h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 72px;
  color: #124265;
  font-family: unset;
}

#hero h2 {
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 22px;
  -webkit-text-stroke: 0.5px #334664;
}

#hero .icon-boxes {
  margin-top: 60px;
}

#hero .icon-box {
  padding: 20px 20px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 6px 10px rgb(0 0 0 / 25%);
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
  text-align: center;
  border: 12px groove #2c6eb4;
  width: 280px;
}

#hero .icon-box:hover {
  background:rgba(122, 195, 255, 0.861);
}


#hero .icon-box .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#hero .icon-box .title a {
  color: #124265;
  transition: 0.3s;
}

#hero .icon-box .icon {
  margin-bottom: 20px;
  padding-top: 10px;

}

#hero .icon-box:hover {
  transform: scale(1.08);
}

#hero .icon-box:hover .title a {
  color: #fff;
}

.cont-opcion{
  display: flex;
  justify-content: space-around;
}

.gif-img {
    max-height: 300px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 99;
    height: 25%;
    margin-right: 20px;
    margin-bottom: 10px;
    background-color: #fff;
    box-shadow: 0 0px 15px 0px #2c6eb4;
    border-radius: 5px;
    border: solid 1px #144e6e;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-height: 800px) {
  #hero {
    height: auto;
  }
  #hero .container {
    padding-top: 10px;
  }
}

@media (max-width: 992px) {
  #hero {
    height: auto;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }

    .gif-img {
        max-height: 190px;
    }

}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 99%;
}

.logo-inicio {
    cursor: pointer;
    max-width: 330px;
    min-width: 200px;
}

