* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

header {
  width: 100%;
  height: 100vh;
}

nav {
  width: 65%;
  height: 50px;
  display: flex;
}

.logo {
  width: 25%;
  height: auto;
}
.logo img {
  width: 100%;
  height: auto;
}

#mega-menu-wrap-menu_principal {
  width: 85%;
}

.buscar {
  width: 12%;
  padding-top: 10px;
}
.buscar a {
  color: #293e99;
}
.buscar a:hover {
  color: #f2652a;
}

main {
  width: 100%;
  margin: 60px auto 0px;
}

.home_cont {
  width: 100%;
}
.home_cont h2 {
  font-size: 3em;
  padding: 120px 0 20px;
  font-weight: normal;
}
.home_cont h3 {
  font-size: 2.2em;
  padding: 30px 0px;
  font-weight: normal;
}

.extract {
  width: 80%;
  margin: 30px auto;
}
.extract p {
  font-size: 1em;
  line-height: 2em;
}
.extract h3 {
  font-size: 2.2em;
}
.extract h4 {
  font-size: 1.8em;
  padding: 30px 0px;
  font-weight: normal;
}
.extract ul {
  text-align: center;
  line-height: 2em;
  font-size: 1em;
  display: flex;
  flex-direction: column;
  list-style: none;
}
.extract ul li {
  list-style-position: inside;
}

footer {
  background: #293e99;
  width: 100%;
  padding: 30px 10%;
  color: #FFFFFF;
}

.logo_footer {
  width: 50%;
  max-width: 200px;
  margin: 0 auto;
}
.logo_footer img {
  width: 100%;
}

.footer_dist {
  width: 100%;
  display: flex;
}

.menu_footer {
  color: #FFFFFF;
}
.menu_footer ul {
  display: flex;
  flex-direction: column;
}
.menu_footer ul li {
  list-style: none;
  padding: 10px 0;
}
.menu_footer ul li a {
  color: #FFFFFF;
  text-decoration: none;
}
.menu_footer ul li a:hover {
  color: #f2652a;
}

.interno {
  height: 80px;
  width: 100%;
}

.main_interno {
  margin: 20px auto;
}

.titulo_page {
  width: 100%;
  height: auto;
  position: relative;
}
.titulo_page h3 {
  color: #FFFFFF;
  font-size: 2.2em;
  padding: 10px 10px;
  font-weight: normal;
  left: 30%;
  top: 50%;
  width: 40%;
  text-align: center;
  text-shadow: 2px 0px 2px #969696;
  position: absolute;
  border-radius: 5px;
}
.titulo_page img {
  width: 100%;
  height: auto;
}

.titulo_buscador {
  padding: 30px 0;
  text-align: center;
}
.titulo_buscador h3 {
  color: #293e99;
  font-size: 2.2em;
  font-weight: normal;
}

.contenedor {
  display: grid;
  grid-template-columns: 49% 49%;
  grid-column-gap: 2%;
}

.resultados {
  background: rgba(41, 62, 153, 0.1);
  width: 80%;
  margin: 0 auto;
  padding: 10px;
  border-radius: 5px;
}
.resultados p {
  font-size: 1em;
  line-height: 2em;
  text-align: justify;
  text-justify: inter-word;
}
.resultados a {
  font-size: 1.5em;
  color: #f2652a;
  text-decoration: none;
  padding: 10px 0;
}
.resultados img {
  width: 100%;
  height: auto;
}

.header {
  height: 20px;
  width: 100%;
}

.slider {
  width: 100%;
  height: 100vh;
  background: #293e99;
}

#navbar {
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  height: 80px;
  justify-content: space-around;
  align-items: center;
  border-bottom: solid 3px #293e99;
}

.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}

.wp-block-column:not(:first-child) {
  margin-left: 0 !important;
}

.wp-block-columns {
  margin: 0px auto 10px;
}

.wp-block-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wp-block-cover__inner-container ul {
  text-align: center;
  line-height: 2em;
  font-size: 1em;
}
.wp-block-cover__inner-container ul li {
  list-style-position: inside;
}
.wp-block-cover__inner-container a {
  color: #FFFFFF;
  text-decoration: none;
}

.tnp-subscription {
  color: #000000;
  text-align: center;
}

.tnp-name, .tnp-email {
  background-color: #FFFFFF !important;
}

.tnp-submit {
  margin: 20px auto 0 !important;
  background-color: #f2652a !important;
}
.tnp-submit:hover {
  background: #293e99 !important;
}

.owl-item img {
  max-width: 150px !important;
}

ul#menu-menu-footer {
  display: flex;
  flex-direction: column;
  list-style: none;
}
ul#menu-menu-footer li {
  padding: 0 0 10px;
}
ul#menu-menu-footer li a {
  color: #FFFFFF;
  text-decoration: none;
}
ul#menu-menu-footer li a:hover {
  color: #f2652a;
}

ul#menu-menu_redes {
  display: flex;
  list-style: none;
  justify-content: flex-end;
}
ul#menu-menu_redes li {
  padding: 10px;
}

.paoc-popup-modal {
  background: rgba(41, 62, 153, 0.7);
  position: relative;
}

.paoc-popup-modal-cnt {
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 25%;
  left: 25%;
  width: 50%;
  text-align: center;
  border-radius: 5px;
  color: #FFFFFF;
}

.custombox-fullscreen .paoc-popup-close {
  top: 20px;
  right: 20px;
}

#searchform {
  padding: 20px 0;
}

#searchform input[type=text] {
  border-width: 0px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  width: 70%;
  margin: 0 10px;
}

#searchsubmit {
  background: #f2652a;
  padding: 5px 10px;
  border-radius: 5px;
  border-width: 0px;
  color: #FFFFFF;
  cursor: pointer;
}
#searchsubmit:hover {
  color: #f2652a;
  background: #FFFFFF;
}

p.has-text-align-center {
  margin: 20px auto;
  line-height: 1.5em;
}

.wpcf7-form {
  text-align: center;
  width: 60%;
  margin: 0 auto;
  padding: 20px 0;
  box-sizing: border-box;
}

.wpcf7-form label {
  color: #f2652a;
  font-weight: 500;
  margin: 15px auto;
  display: block;
  text-align: center;
}

.wpcf7-text {
  width: 90%;
  height: 30px;
  border: 1px solid rgba(41, 62, 153, 0.8);
  padding: 0 5px;
  box-sizing: border-box;
}

.wpcf7-textarea {
  width: 90%;
  height: 75px;
  border: 1px solid rgba(41, 62, 153, 0.8);
  padding: 10px;
  font-family: "Roboto";
}
.wpcf7-textarea ::-webkit-input-placeholder {
  color: #f2652a !important;
}
.wpcf7-textarea ::placeholder {
  color: #f2652a !important;
}

.wpcf7-tel {
  width: 90%;
  height: 30px;
  border: 1px solid rgba(41, 62, 153, 0.8);
}

.wpcf7-select {
  width: 90%;
  height: 30px;
  border: 1px solid rgba(41, 62, 153, 0.8);
  color: #000000;
}

.wpcf7-form-control.wpcf7-submit {
  background-color: #f2652a;
  color: #fff;
  width: 25%;
  text-align: center;
  padding: 15px;
  cursor: pointer;
  border: none;
  margin: 30px 0;
}
.wpcf7-form-control.wpcf7-submit:hover {
  background: #293e99;
}

.wpcf7-list-item-label {
  color: #000000;
}
.wpcf7-list-item-label a {
  color: #f2652a;
}
.wpcf7-list-item-label a:hover {
  background: #293e99;
}

.wpcf7-form-control-wrap acceptance-970 {
  color: #000000;
}

@media (max-width: 1366px) {
  nav {
    width: 70%;
  }

  .logo {
    width: 20%;
  }
}
@media (max-width: 1280px) {
  nav {
    width: 75%;
  }
}
@media (max-width: 1160px) {
  nav {
    width: 80%;
  }

  .logo {
    width: 15%;
  }
}
@media (max-width: 1080px) {
  #navbar {
    flex-direction: column-reverse;
    overflow: visible;
  }

  .logo {
    width: 25%;
    z-index: 2000;
  }

  nav {
    width: 100%;
    position: absolute;
    z-index: 1000;
  }

  #mega-menu-wrap-menu_principal .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated {
    padding-left: 20px;
  }

  .home_cont h2 {
    font-size: 2.5em;
    padding: 100px 0 20px;
  }

  .has-large-font-size {
    font-size: 2em;
  }

  .wp-block-image img {
    height: auto;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 0.9em;
  }

  .logo {
    width: 45%;
  }

  #mega-menu-wrap-menu_principal .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated {
    padding-left: 10px;
  }

  .buscar {
    width: 20%;
  }

  .extract {
    width: 90%;
  }

  .titulo_page h3 {
    font-size: 2em;
    top: 30%;
  }

  .wpcf7-form {
    width: 80%;
  }

  .paoc-popup-modal-cnt {
    left: 15%;
    width: 70%;
  }
}
@media (max-width: 599px) {
  body {
    font-size: 0.8em;
  }

  .wp-block-column {
    text-align: center;
  }

  ul#menu-menu_redes {
    justify-content: center;
    margin: 20px auto 0;
  }

  .titulo_page h3 {
    font-size: 1.8em;
    width: 70%;
    left: 15%;
  }

  .paoc-popup-modal-cnt {
    left: 5%;
    width: 90%;
  }

  .wpcf7-form {
    width: 100%;
  }

  ul#menu-menu-footer {
    margin: 0 auto 30px;
  }

  footer {
    padding: 30px 10% 80px;
  }

  .main_interno {
    padding-bottom: 0px;
  }

  .extract {
    margin: 15px auto;
  }
  .extract h3 {
    margin: 10px auto;
  }
  .extract h4 {
    padding: 10px 0px 20px;
  }
  .extract ul {
    margin: 10px auto 20px;
  }

  .wp-block-columns {
    margin: 0px auto 20px;
  }
}
@media (max-width: 400px) {
  .titulo_page h3 {
    font-size: 1.5em;
    top: 7%;
  }
}

/*# sourceMappingURL=main.css.map */
