/* ESTILOS GENERALES */

body {
  font-family: "Futura", sans-serif;
}
main {
  margin-top: 56px;
}
a{
  text-decoration: none;
}
p {
  color: #586c8f;
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 0;
}
h1 {
  font-weight: 600;
  letter-spacing: 16px;
}
h2 {
  font-size: 48px;
  color: #0b142d;
  font-weight: 600;
  margin: 0;
}
section {
  margin-bottom: 120px;
}
.btn-wsp{
  position: fixed;
  z-index: 99999999999999999999;
  bottom: 20px;
  right: 24px;
  font-size: 52px;
  color: #ffffff;
  background: #32D56A;
  width: 71px;
  height: 75px;
  text-align: center;
  border-radius: 100%;
}
.btn-1 {
  background-color: #ff7e0b;
  padding: 18px 34px;
  color: #ffffff;
  font-size: 22px;
  border-radius: 4px;
  font-weight: 600;
  border: none;
}
.btn-1.btn-shadow {
  -webkit-box-shadow: 0px 20px 25px 0px rgba(223, 63, 0, 0.3);
  -moz-box-shadow: 0px 20px 25px 0px rgba(223, 63, 0, 0.3);
  box-shadow: 0px 20px 25px 0px rgba(223, 63, 0, 0.3);
  background-color: #ff7e0b;
  padding: 18px 34px;
  color: #ffffff;
  font-size: 22px;
  border-radius: 4px;
  font-weight: 600;
  border: none;
}
.btn-2 {
  background-color: #0b142d;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 18px 34px;
  font-size: 24px;
  font-weight: 600;
  display: block;
  margin-left: auto;
  margin-top: 28px;
  margin-bottom: 8px;
}

.alert.alert-success.alert-dismissible,
.alert.alert-warning.alert-dismissible,
.alert.alert-danger.alert-dismissible {
  position: absolute;
  top: 8%;
  left: 35%;
  z-index: 9999;
}

@media screen and (max-width: 991px) {
  .alert.alert-success.alert-dismissible,
  .alert.alert-warning.alert-dismissible,
  .alert.alert-danger.alert-dismissible {
    position: absolute;
    z-index: 9999;
    width: 85%;
    left: 8%;
  }

  p {
    font-size: 20px;
  }
  .btn-1,
  .btn-2,
  .btn-1.btn-shadow {
    font-size: 20px;
    padding: 14px 30px;
  }
  h2 {
    font-size: 42px;
  }
}

/* CIERRE ESTILOS GENERALES */

/* ESTILOS HEADER */

.second-nav {
  background-color: #0b142d;
  color: #e8eef2;
  font-weight: 500;
  font-size: 16px;
  padding: 6px 0px;
}
.second-nav i {
  font-size: 22px;
  margin-top: 1px;
  margin-right: 12px;
  color: #ff7e0b;
}
header {
  background-image: url("../img/bg_header.jpg");
  background-size: cover;
  background-attachment: fixed;
}
header nav ul li a.active::before {
  content: "";
  width: 33.3%;
  height: 2px;
  position: absolute;
  background: #ff7e0b;
  transform: translateX(-50%);
  left: 50%;
  bottom: -8px;
}
header nav {
  padding-top: 24px;
  margin-bottom: 72px;
}
nav.navbar {
  margin-bottom: 0px;
}
header nav li.nav-item {
  position: relative;
  list-style-type: none;
  margin-right: 32px;
}
header nav li.nav-item:nth-last-child(1) {
  margin-right: 0;
}

header nav li.nav-item a.nav-link,
header nav li.nav-item a.nav-link.active {
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  font-weight: normal;
}
header h1 {
  font-size: 80px;
  color: #ffffff;
  margin-bottom: 14px;
}
header p {
  color: #e8eef2;
  font-weight: normal;
  margin-bottom: 78px;
}
header .txt-header {
  padding-bottom: 200px;
}
button.navbar-toggler i {
  font-size: 38px;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  header {
    background-position-x: -670px;
    background-position-y: -100px;
    background-attachment: inherit;
    background-size: inherit;
  }
  header h1 {
    font-size: 44px;
    color: #ffffff;
    margin-bottom: 14px;
    letter-spacing: 8px;
  }
  header nav li.nav-item {
    margin: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  header nav ul li a.active::before {
    content: "";
    width: 4%;
    height: 2px;
    position: absolute;
    background: #ff7e0b;
    transform: translateX(-50%);
    left: 50%;
    bottom: -4px;
  }
}

/* CIERRE ESTILOS HEADER */

/* ESTILOS SECTION-AGENDA */

section.section-sellos {
  background-image: url("../img/sellosbg.jpg");
  background-size: cover;
  padding: 56px 0px;
}

span.separator {
  margin-top: 28px;
  margin-bottom: 48px;
  height: 4px;
  display: block;
  width: 36px;
  background: #ff7e0b;
  border-radius: 4px;
}

.flatpickr-time .numInputWrapper:nth-child(3) {
  display: none;
}

form {
  z-index: 2;
  position: relative;
  -webkit-box-shadow: 23px 30px 33px -4px rgba(145, 158, 171, 0.6);
  -moz-box-shadow: 23px 30px 33px -4px rgba(145, 158, 171, 0.6);
  box-shadow: 23px 30px 33px -4px rgba(145, 158, 171, 0.6);
  background-color: #ff7e0c;
  padding: 28px;
  border-radius: 8px;
  margin-top: -100px;
}

.prueba {
  position: relative;
}
.tribecca {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: -68px;
}
.puntos {
  position: absolute;
  top: -60px;
  z-index: -1;
  left: 145px;
}

form label {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #e8eef2;
  margin-bottom: 8px;
}
form input,
form select,
form textarea {
  width: 100%;
  border: none;
  border-radius: 4px;
  padding: 18px;
  margin-bottom: 20px;
  color: #aaaaaa;
  font-size: 18px;
  font-weight: 500;
}
form input::placeholder {
  color: #aaaaaa;
  font-weight: 500;
}
form input:focus {
  color: #aaaaaa;
  font-weight: 500;
}
section.section-agenda .certificados {
  margin-top: 40px;
}
section.section-agenda .certificados .icono-certificado span {
  width: 90px;
  height: 90px;
  background: #3b4256;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 36px;
  margin-bottom: 12px;
}
section.section-agenda .certificados .icono-certificado p {
  font-weight: 600;
  font-size: 20px;
  color: #323232;
}

@media screen and (max-width: 991px) {
  form {
    margin-top: 120px;
  }
  section.section-agenda .certificados .icono-certificado p {
    font-size: 18px;
  }
}

/* CIERRE ESTILOS SECTION-AGENDA */

/* ESTILOS SECTION-SELLOS */

.figure-icon i {
  font-size: 38px;
  color: #ffffff;
}
figure p.title {
  margin: 0;
  color: #ffffff;
  font-size: 78px;
  font-weight: 600;
}
figure p.title span {
  font-size: 52px;
  font-weight: 700;
}
figure p.description {
  margin-top: -8px;
  color: #c2c4ca;
  font-size: 16px;
  font-weight: 600;
}
figure span.figure-icon {
  width: 80px;
  height: 80px;
  background: #ff7e0b;
  border-radius: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
figure {
  -webkit-box-shadow: 0px 10px 24px 1px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0px 10px 24px 1px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 10px 24px 1px rgba(0, 0, 0, 0.32);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  background: #0b142d;
  border-radius: 100%;
  width: 250px;
  height: 250px;
  margin: auto;
}

section.section-sellos .btn-1 {
  margin: 72px auto 52px auto;
}

@media screen and (max-width: 991px) {
  figure {
    margin-bottom: 42px;
  }
  .m-nosotros {
    margin-top: 3rem;
  }
}

/* CIERRE ESTILOS SECTION-SELLOS */

/* ESTILOS SECTION-CONTACTANOS */

section.section-contactanos span {
  margin-right: 12px;
  position: relative;
  bottom: -10px;
}
section.section-contactanos b {
  text-decoration: underline;
}
section.section-contactanos a{
  color: #586c8f;
}
section.section-contactanos span i {
  font-size: 48px;
  color: #0b142d;
}
section.section-contactanos .btn-1 {
  margin-top: 72px;
}

/* ESTILOS SECTION-CONTACTANOS */

/* ESTILOS FOOTER */

footer {
  padding-top: 60px;
  border-top: 18px solid #3b4256;
  background-color: #0b142d;
}
footer p {
  color: #e8eef2;
  font-size: 18px;
  font-weight: normal;
}
footer .col-1-footer {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
footer .col-1-footer i {
  margin-left: 12px;
}
footer .footer-derechos {
  margin-top: 80px;
  border-top: 1px solid #2f374c;
  padding-top: 20px;
  padding-bottom: 20px;
}
footer h3 {
  color: #e8eef2;
  font-size: 24px;
  margin-bottom: 32px;
}
footer li {
  color: #e8eef2;
  padding-bottom: 14px;
  list-style-type: square;
}
footer iframe {
  width: 100%;
  max-width: 300px;
  max-height: 150px;
  border-radius: 2px;
}

@media screen and (max-width: 991px) {
  footer .m-footer {
    margin-top: 52px;
  }
}

/* CIERRE ESTILOS FOOTER */
