@charset "utf-8";
/* CSS Document */

/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
.menu, .logotipo, .social-icons {
  width: 100% !important;
  position: absolute;
  z-index: 10;
}
.logotipo {
  top: 23%;
  z-index: 5;
}
.logotipo a {
  display: block;
  width: 12rem;
  height: 12rem;
  margin: 0px auto;
  border-radius: 50%;
  background-color: white;
}
.logotipo a:hover {
  width: 13rem;
  height: 13rem;
  background-color: rgba(255, 255, 255, 0.30);
}
.logotipo a img {
  transition: all 1s ease !important;
}
.logotipo a:hover img {
  transform: scale(1.20);
}
.logo {
  width: auto;
  height: 60px;
}
.mensaje {
  margin: 0 2.5rem !important;
  padding: 16px;
  padding-top: 32px;
  font-family: 'Arima Madurai', cursive;
  font-size: 2rem;
  line-height: 120%;
  font-weight: 700;
  color: white;
}
.social-icons {
  bottom: 2% !important;
}
.social-icons a {
  margin: 0 0.25rem;
  padding: 0px;
  font-size: 2rem;
  color: rgba(255, 255, 255, 1.00);
}
.social-icons a:hover, .social-icons .active a {
  color: rgba(0, 0, 0, 1.00);
  text-shadow: 0 0.125rem 0.25rem black;
}
.social-icons-modal a {
  font-size: 3rem !important;
  color: white;
  text-shadow: 0 0.25rem 1rem black, 0 0.25rem 1rem black;
}
.social-icons-modal a:hover {
  color: #086E00;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  .logotipo a {
    width: 16rem;
    height: 16rem;
  }
  .logotipo a:hover {
    width: 18rem;
    height: 18rem;
  }
  .logo {
    height: 80px;
  }
  .mensaje {
    padding: 24px;
    padding-top: 48px;
    font-size: 2.50rem;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .logotipo a {
    width: 20rem;
    height: 20rem;
  }
  .logotipo a:hover {
    width: 22rem;
    height: 22rem;
  }
  .logo {
    height: 100px;
  }
  .mensaje {
    margin: 0 !important;
    padding: 64px 64px 32px 64px;
    font-size: 3rem;
  }
  .social-icons .clear {
    display: block !important;
    clear: both !important;
    margin: 0px auto !important;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}
/* Extra large devices (large desktops, 1400px and up) */
@media (min-width: 1400px) {
  .logotipo a {
    width: 25rem;
    height: 25rem;
  }
  .logotipo a:hover {
    width: 27rem;
    height: 27rem;
  }
  .logo {
    height: 116px;
  }
  .mensaje {
    padding: 64px 98px 32px 98px;
  }
  .social-icons a {
    margin: 0 0.50rem;
    font-size: 3rem;
  }
}
/* Extra large devices (large desktops, 1600px and up) */
@media (min-width: 1600px) {
  .mensaje {
    padding: 64px 128px 32px 128px;
    font-size: 4rem;
  }
}
/* Extra large devices (large desktops, 1900px and up) */
@media (min-width: 1900px) {
  .mensaje {
    padding: 64px 192px 32px 192px;
  }
}
/* ---------------------------------------------------------- */
/* MENÚ ----------------------------------------------------- */
/* ---------------------------------------------------------- */
#menu, .menu {
  width: 100% !important;
  /*background-color: rgba(0, 0, 0, 0.65);*/
  background-color: transparent;
}
#menu label {
  min-width: 52px !important;
}
#menu ul {
  margin: 0;
  padding: 0;
}
#menu .main-menu {
  display: none;
}
#tm:checked + .main-menu, #tm2:checked + .main-menu {
  display: block;
}
#menu .main-menu-bg {
  margin: 0 24px;
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 24px;
}
#menu input[type="checkbox"], #menu ul span.drop-icon {
  display: none;
}
#menu li, #toggle-menu, #menu .sub-menu {
  border-style: solid;
  border-color: rgba(13, 23, 93, 0.2);
}
#menu li, #toggle-menu {
  border-width: 0px;
}
#menu li, #toggle-menu, #menu a {
  position: relative;
  display: block;
  font-weight: 700;
  color: white;
  /*text-shadow: 1px 1px 0 rgba(0, 0, 0, .125);*/
  text-decoration: none !important;
}
#toggle-menu {
  background: transparent;
  font-size: 18px;
  padding: 15px;
  height: 60px;
  text-shadow: 0 0 12px black, 0 0 6px black;
}
#menu a {
  padding: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 100%;
  color: white;
  text-align: left;
  border: none;
  /*border-top: none;
  border-left: none;
  border-right: none;*/
  background-color: transparent;
  transition: all .125s ease-in-out;
  -webkit-transition: all .125s ease-in-out;
}
#menu a div {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  margin-top: -10px;
  float: left;
  border-radius: 50%;
  background: rgba(227, 255, 224, 1);
  background: -moz-radial-gradient(center, ellipse cover, rgba(227, 255, 224, 1) 0%, rgba(247, 255, 246, 0) 70%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(227, 255, 224, 1)), color-stop(70%, rgba(247, 255, 246, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(227, 255, 224, 1) 0%, rgba(247, 255, 246, 0) 70%, rgba(255, 255, 255, 0) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(227, 255, 224, 1) 0%, rgba(247, 255, 246, 0) 70%, rgba(255, 255, 255, 0) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(227, 255, 224, 1) 0%, rgba(247, 255, 246, 0) 70%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(ellipse at center, rgba(227, 255, 224, 1) 0%, rgba(247, 255, 246, 0) 70%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3ffe0', endColorstr='#ffffff', GradientType=1);
}
#menu a:hover, #menu .active a {
  color: #38CE38;
  /*border: white solid 0px;
  border-top: none;
  border-left: none;
  border-right: none;*/
  background-color: rgba(0, 0, 0, 0.20);
}
#menu input[type="checkbox"]:checked + .sub-menu {
  display: block;
}
#toggle-menu .drop-icon, #menu li label.drop-icon {
  position: absolute;
  right: 0;
  top: 0;
}
#menu label.drop-icon, #toggle-menu span.drop-icon {
  padding: 18px;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  background-color: black;
  text-shadow: 0 0 0 transparent;
  color: white;
}
#menu .sub-menu {
  background-color: #003d84;
  border-width: 1px 1px 0;
  margin: 0;
}
#menu .sub-menu {
  display: none;
}
#menu .sub-menu li:last-child {
  border-width: 0;
}
#menu .sub-menu li a {
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  color: white;
  padding: 20px 30px 20px 45px !important;
  border-bottom: transparent solid 1px;
}
#menu .sub-menu a:hover, #menu .sub-menu .active a {
  color: white;
  border-bottom: white solid 1px;
  background-color: rgba(0, 0, 0, 0.50);
}
#menu .sub-menu .sub-menu-2 {
  background-color: #3465a1;
}
#menu i {
  font-size: 32px;
  color: white;
  text-decoration: none !important;
  margin: 0px 5px;
}
.cf:after, .lab-grid:after {
  content: "";
  display: table;
  clear: both;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  #menu a {
    font-size: 1.50rem;
  }
}
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #menu {
    /*width: max-content !important;*/
    background-color: rgba(0, 0, 0, 0.85);
    margin: 0px auto !important;
  }
  #menu span {
    display: block;
  }
  #menu .main-menu {
    display: block;
    width: max-content;
    margin: 0px auto !important;
  }
  #menu .main-menu-bg {
    background-color: transparent;
  }
  #toggle-menu, #menu label.drop-icon {
    display: none;
  }
  #menu ul span.drop-icon {
    display: inline-block;
    color: white;
  }
  #menu li {
    float: left;
    border-width: 0px;
  }
  #menu li:hover > input[type="checkbox"] + .sub-menu {
    display: block;
  }
  #menu a {
    /*height: 78px;*/
    padding: 30px 15px !important;
    margin: 0px !important;
    font-size: 1.50rem;
    line-height: 100%;
    text-align: center;
    white-space: nowrap;
  }
  #menu a:hover {
    background-color: rgba(0, 0, 0, 0.50);
  }
  #menu .main-menu-bg {
    margin: 0px;
    border-radius: 0px;
  }
  #menu a div {
    display: none;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  #menu a {
    /*height: 105px;*/
    padding: 40px 20px !important;
    font-size: 1.75rem;
  }
}
/* Extra large devices (large desktops, 1400px and up) */
@media (min-width: 1400px) {
  #menu a {
    /*height: 110px;*/
    padding: 60px 40px !important;
  }
}
/* Extra large devices (large desktops, 1600px and up) */
@media (min-width: 1600px) {
  #menu a {
    font-size: 2rem;
  }
}
/* Extra large devices (large desktops, 1900px and up) */
@media (min-width: 1900px) {
  #menu a {
    font-size: 2.5rem;
  }
}
