@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap);
* {
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}

html,
body {
  color: #1a1449;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
}

body {
  overflow-x: hidden;
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
     * Prevent modern browsers from displaying `audio` without controls.
     * Remove excess height in iOS 5 devices.
     */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
     * Address `[hidden]` styling not present in IE 8/9/10.
     * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
     */
[hidden],
template {
  display: none;
}

/* Links
       ========================================================================== */
/**
     * Remove the gray background color from active links in IE 10.
     */
a {
  background-color: transparent;
}

/**
     * Improve readability of focused elements when they are also in an
     * active/hover state.
     */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
       ========================================================================== */
/**
     * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
     */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
     * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
     */
b,
strong {
  font-weight: bold;
}

/**
     * Address styling not present in Safari and Chrome.
     */
dfn {
  font-style: italic;
}

/**
     * Address variable `h1` font-size and margin within `section` and `article`
     * contexts in Firefox 4+, Safari, and Chrome.
     */
h1 {
  font-size: 2em;
  /*margin: 0.67em 0; */
}

/**
     * Address styling not present in IE 8/9.
     */
mark {
  background: #ff0;
  color: #000;
}

/**
     * Address inconsistent and variable font size in all browsers.
     */
small {
  font-size: 80%;
}

/**
     * Prevent `sub` and `sup` affecting `line-height` in all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
       ========================================================================== */
/**
     * Remove border when inside `a` element in IE 8/9/10.
     */
img {
  border: 0;
}

/**
     * Correct overflow not hidden in IE 9/10/11.
     */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
       ========================================================================== */
/**
     * Address margin not present in IE 8/9 and Safari.
     */
figure {
  margin: 1em 40px;
}

/**
     * Address differences between Firefox and other browsers.
     */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
     * Contain overflow in all browsers.
     */
pre {
  overflow: auto;
}

/**
     * Address odd `em`-unit font size rendering in all browsers.
     */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
       ========================================================================== */
/**
     * Known limitation: by default, Chrome and Safari on OS X allow very limited
     * styling of `select`, unless a `border` property is set.
     */
/**
     * 1. Correct color not being inherited.
     *    Known issue: affects color of disabled elements.
     * 2. Correct font properties not being inherited.
     * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
     */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
     * Address `overflow` set to `hidden` in IE 8/9/10/11.
     */
button {
  overflow: visible;
}

/**
     * Address inconsistent `text-transform` inheritance for `button` and `select`.
     * All other form control elements do not inherit `text-transform` values.
     * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
     * Correct `select` style inheritance in Firefox.
     */
button,
select {
  text-transform: none;
}

/**
     * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
     *    and `video` controls.
     * 2. Correct inability to style clickable `input` types in iOS.
     * 3. Improve usability and consistency of cursor style between image-type
     *    `input` and others.
     */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
     * Re-set default cursor for disabled elements.
     */
button[disabled],
html input[disabled] {
  cursor: not-allowed;
}

/**
     * Remove inner padding and border in Firefox 4+.
     */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
     * Address Firefox 4+ setting `line-height` on `input` using `!important` in
     * the UA stylesheet.
     */
input {
  line-height: normal;
}

/**
     * It's recommended that you don't attempt to style these elements.
     * Firefox's implementation doesn't respect box-sizing, padding, or width.
     *
     * 1. Address box sizing set to `content-box` in IE 8/9/10.
     * 2. Remove excess padding in IE 8/9/10.
     */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
     * Fix the cursor style for Chrome's increment/decrement buttons. For certain
     * `font-size` values of the `input`, it causes the cursor style of the
     * decrement button to change from `default` to `text`.
     */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
     * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
     * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
     */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
     * Remove inner padding and search cancel button in Safari and Chrome on OS X.
     * Safari (but not Chrome) clips the cancel button when the search input has
     * padding (and `textfield` appearance).
     */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
     * Define consistent border, margin, and padding.
     * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
     */
/* fieldset {
      border: 1px solid #c0c0c0;
      margin: 0 2px;
      padding: 0.35em 0.625em 0.75em;
    } */
/**
     * 1. Correct `color` not being inherited in IE 8/9/10/11.
     * 2. Remove padding so people aren't caught out if they zero out fieldsets.
     */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
     * Remove default vertical scrollbar in IE 8/9/10/11.
     */
textarea {
  overflow: auto;
}

/**
     * Don't inherit the `font-weight` (applied by a rule above).
     * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
     */
optgroup {
  font-weight: bold;
}

/* Tables
       ========================================================================== */
/**
     * Remove most spacing between table cells.
     */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  font-size: 100%;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

textarea {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
}

select {
  width: 100%;
  border-radius: 3px;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 3px;
  line-height: 1;
}

[data-whatinput=mouse] button {
  outline: 0;
}

.container {
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 1em;
  width: 100%;
}
@media screen and (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}
@media screen and (min-width: 1900px) {
  .container {
    max-width: 1800px;
  }
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4 {
  font-weight: 500;
  letter-spacing: 0.065em;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  outline: none;
  text-decoration: none;
}

button {
  outline: 0;
}

p {
  line-height: 1.2;
  font-weight: 500;
  margin: 0;
}

.subtitle {
  color: #001e61;
  display: table;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 auto;
  padding-top: 0.7rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.subtitle::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 6px;
  background: #009d59;
  display: block;
  top: 0;
}

.paragraph {
  color: #127296;
  text-align: justify;
  font-size: 1.15rem;
  width: 40%;
  margin: 2rem auto 3rem;
}
@media screen and (max-width: 1023px) {
  .paragraph {
    width: 70%;
  }
}
@media screen and (max-width: 720px) {
  .paragraph {
    width: 100%;
  }
}

[data-fancybox] {
  cursor: pointer;
}

header {
  background: #fff;
  padding: 1rem 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
header .container {
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
header svg {
  max-width: 5rem;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  header svg {
    max-width: 3rem;
  }
}
header .isologo {
  display: none;
}
@media screen and (max-width: 1024px) {
  header .isologo {
    display: block;
  }
}
header .imagotipo {
  display: block;
}
@media screen and (max-width: 1024px) {
  header .imagotipo {
    display: none;
  }
}

nav {
  display: flex;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  nav {
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -moz-flex-direction: column;
    flex-direction: column;
    background: #fff;
    left: 0;
    height: calc(100vh - 89px);
    overflow-y: auto;
    position: absolute;
    top: 100%;
    transform-origin: top;
    transform: scaleY(0);
    transition: 0.4s;
    width: 100%;
    z-index: 5;
  }
  nav.active {
    transform: scaleY(1);
  }
}
nav a {
  display: block;
}
nav .header--main {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  flex: 1 1 100%;
}
@media screen and (max-width: 1024px) {
  nav .header--main {
    flex: 0 0 auto;
  }
}
nav .main-menu {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  nav .main-menu {
    -moz-flex-direction: column;
    flex-direction: column;
    padding: 1rem 0;
  }
}
nav .main-menu > li {
  padding: 0 1rem;
  font-weight: 600;
}
nav .main-menu > li:first-child {
  padding-left: 0;
}
nav .main-menu > li:last-child {
  padding-right: 0;
}
@media screen and (max-width: 1024px) {
  nav .main-menu > li {
    width: 100vw;
    margin: 0.5rem 0;
    padding: 0 1rem 0.5rem !important;
    border-bottom: 2px solid rgba(0, 30, 97, 0.1);
  }
  nav .main-menu > li:last-child {
    border-bottom-color: transparent;
  }
}
nav .contact-btn {
  background: #127296;
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 0.5rem 1rem;
  transition: 0.3s;
}
nav .contact-btn:hover {
  background: #001e61;
}
@media screen and (max-width: 1024px) {
  nav .contact-btn {
    display: inline-block;
  }
}
nav .links {
  margin-right: 8px;
}
nav .links a {
  display: inline-block;
  padding: 0.3rem;
}
nav .button {
  border-radius: 40px;
  border: 2px solid #001e61;
  display: block;
  margin-left: 1rem;
  padding: 0.35rem 1rem;
  text-align: right;
  transition: 0.4s;
  width: 7rem;
}
nav .button:hover {
  background: rgba(0, 30, 97, 0.1);
}
@media screen and (max-width: 1024px) {
  nav .button {
    display: none;
  }
}

.menu-btn {
  display: none;
}
@media screen and (max-width: 1024px) {
  .menu-btn {
    display: block;
  }
}
.menu-btn span {
  background: #001e61;
  display: block;
  height: 5px;
  margin-bottom: 5px;
  position: relative;
  transition: all 0.3s ease-in-out;
  width: 35px;
}
.menu-btn.active span:first-child {
  transform: rotate(45deg);
  margin: 0;
}
.menu-btn.active span:nth-child(2) {
  transform: scale(0);
  opacity: 0;
}
.menu-btn.active span:last-child {
  transform: rotate(-45deg) translate(10px, -10px);
  margin: 0;
}

.header--wrapper {
  position: fixed;
  width: 100%;
  min-height: 0;
  background: rgba(26, 20, 73, 0.85);
  margin-top: 1rem;
  opacity: 0;
  transition: 0.5s;
  z-index: -1;
}
.header--wrapper.active {
  min-height: 100vh;
  opacity: 1;
}

.sobre-nosotros-menu {
  position: absolute;
  -moz-flex-direction: column;
  flex-direction: column;
  z-index: 4;
  top: 260%;
}
@media screen and (max-width: 1024px) {
  .sobre-nosotros-menu {
    position: relative;
    top: initial;
  }
}
.sobre-nosotros-menu li {
  background: #fff;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 4px;
  text-align: center;
  width: 11rem;
}
@media screen and (max-width: 1024px) {
  .sobre-nosotros-menu li {
    width: 100%;
    text-align: left;
    font-size: 14px;
  }
}
.sobre-nosotros-menu li a {
  display: block;
  padding: 0.6rem 1rem;
  border: 2px solid #fff;
}
.sobre-nosotros-menu li a:hover {
  background: #001e61;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .sobre-nosotros-menu li a {
    padding: 0.4rem 1rem;
  }
}

.btn-cedes-menu {
  position: relative;
}

footer {
  background: #127296;
  padding: 2rem 0;
  color: #fff;
  font-weight: 700;
}
footer p {
  font-size: 1.4rem;
  line-height: 1.1;
}
footer p span {
  font-weight: 900;
  font-size: 1.1rem;
}
footer .container {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 720px) {
  footer .container {
    -moz-flex-direction: column;
    flex-direction: column;
  }
}
footer svg {
  max-width: 5rem;
  margin-right: 1rem;
  border-right: 2px solid #fff;
  padding-right: 1rem;
}
footer svg path {
  fill: #fff;
}
@media screen and (max-width: 720px) {
  footer svg {
    margin-right: 0;
    padding-right: 0;
    border-right-color: transparent;
  }
}

.contact-form {
  background: #001e61;
  overflow: hidden;
  padding: 4rem 0;
  position: relative;
}
.contact-form svg {
  display: block;
  max-width: 5rem;
  margin: 0 auto;
  fill: #fff;
}
.contact-form svg path {
  fill: #fff;
}
.contact-form h2,
.contact-form h3 {
  color: #fff;
  margin: 2rem 0;
  font-size: 2.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.contact-form h3 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
}
.contact-form p,
.contact-form a {
  color: #fff;
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 2rem;
}
.contact-form .input {
  margin-bottom: 1.5rem;
}
.contact-form [type=text],
.contact-form [type=tel],
.contact-form [type=email],
.contact-form textarea {
  display: block;
  width: 100%;
  padding: 0.4rem 1rem;
  margin-bottom: 6px;
  resize: none;
  border: 3px solid #fff;
}
.contact-form [type=text]:focus,
.contact-form [type=tel]:focus,
.contact-form [type=email]:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #009d59;
}
.contact-form [type=submit] {
  border-radius: 0;
  display: block;
  color: #fff;
  background: #009d59;
  padding: 0.5rem 2rem;
  font-weight: 700;
  margin: 0 0 0 auto;
  transition: all 0.3s ease-in-out;
  transform-origin: right;
}
.contact-form [type=submit]:hover {
  transform: scale(1.1);
}
.contact-form .links {
  display: flex;
  gap: 1.5rem;
}
.contact-form .links img {
  filter: brightness(0) invert(100%);
  height: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.3s;
  width: 2rem;
}
.contact-form .links img:hover {
  filter: none;
}
.contact-form .container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 720px) {
  .contact-form .container {
    gap: 0;
    grid-template-columns: 1fr;
  }
}
.contact-form figure {
  margin: 0;
  position: absolute;
  right: -10rem;
  bottom: -10rem;
  max-width: 550px;
  z-index: 1;
}
.contact-form .information-contact {
  order: 2;
}
@media screen and (max-width: 720px) {
  .contact-form .information-contact {
    order: 1;
  }
}
.contact-form .form {
  order: 1;
}
@media screen and (max-width: 720px) {
  .contact-form .form {
    order: 2;
  }
}

.error-lbl {
  color: red;
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.success-alert {
  background: #009d59;
  color: #fff;
  font-weight: 700;
  padding: 0;
  overflow: hidden;
  margin-bottom: 1rem;
  transition: 0.4s ease-in-out;
  opacity: 0;
  height: 0;
}
.success-alert.show {
  opacity: 1;
  padding: 1rem;
  height: auto;
  visibility: visible;
}
.success-alert p {
  margin: 0;
  text-align: center;
  font-size: 0.95rem;
}

.custom-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.custom-slider .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  border-radius: 4px;
  height: 6px;
  width: 3rem;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 30px !important;
}
@media screen and (max-width: 1023px) {
  .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
  }
}

.swiper-cedes .swiper-slide {
  position: relative;
  background: #001e61;
  height: 65vh;
}
.swiper-cedes .swiper-slide figure {
  width: 100%;
  height: 100%;
}
.swiper-cedes .swiper-slide .info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 95%;
  max-width: 700px;
  padding: 0 1rem;
}
.swiper-cedes .swiper-slide h2,
.swiper-cedes .swiper-slide h1 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
  position: relative;
}
@media screen and (max-width: 720px) {
  .swiper-cedes .swiper-slide h2,
.swiper-cedes .swiper-slide h1 {
    font-size: 1.8rem;
  }
}
.swiper-cedes .swiper-slide h2::first-letter,
.swiper-cedes .swiper-slide h1::first-letter {
  border-top: 6px solid #fff;
}

.pagination {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 2rem 0;
  gap: 10px;
}
.pagination .page-item button,
.pagination .page-item span {
  border-radius: 5px;
  border: 2px solid #127296;
  color: #127296;
  display: block;
  font-weight: 700;
  line-height: 1;
  min-width: 35px;
  padding: 0.5rem 0.7rem;
  text-align: center;
  transition: 0.4s;
}
.pagination .page-item button:hover {
  background-color: rgba(18, 114, 150, 0.5);
  color: #fff;
}
.pagination .page-item.active span {
  background-color: #127296;
  color: #fff;
}
.pagination .page-item.disabled span {
  border-color: rgba(18, 114, 150, 0.4);
  color: rgba(18, 114, 150, 0.4);
}

.no-data img {
  max-width: 6rem;
  margin: 0 auto;
  display: block;
}
.no-data h3 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 1rem 0;
  color: #127296;
}
.no-data p {
  color: #127296;
  font-weight: 700 !important;
  text-align: center !important;
  font-size: 1rem;
}

.swiper-cedes .swiper-slide {
  height: 50vh;
}

.proyectos-list {
  background: #f8f8f8;
  padding: 3rem 0;
}
.proyectos-list .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 720px) {
  .proyectos-list .grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.proyectos-list figure {
  margin: 0;
  width: 220px;
  height: 220px;
}
.proyectos-list figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 900px) {
  .proyectos-list figure {
    width: 100%;
  }
}
.proyectos-list .info {
  padding: 1rem;
}
.proyectos-list article {
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #fff;
  border-radius: 4px;
  box-shadow: 2px 2px 5px 0 #4b4b4b;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 2fr;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .proyectos-list article {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.proyectos-list h2 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 700;
  color: #001e61;
  margin-bottom: 1rem;
}
@media screen and (max-width: 900px) {
  .proyectos-list h2 {
    font-size: 1rem;
  }
}
.proyectos-list p {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #001e61;
  display: -webkit-box;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 1rem;
  overflow: hidden;
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  .proyectos-list p {
    -webkit-line-clamp: 2;
  }
}
.proyectos-list a {
  display: inline-block;
  font-weight: 500;
  padding: 0.2rem 1rem;
  border-radius: 3px;
  transition: 0.4s ease;
  border: 2px solid #001e61;
  background: rgba(0, 30, 97, 0.1);
  color: #001e61;
}
.proyectos-list a:hover {
  color: #fff;
  background: #001e61;
}
.proyectos-list form {
  display: flex;
  margin-bottom: 2rem;
}
.proyectos-list form button {
  box-shadow: 1px 1px 5px 0 rgba(75, 75, 75, 0.5);
  background: #001e61;
  display: block;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 3px solid #001e61;
  width: 2.5rem;
}
.proyectos-list form button img {
  width: 1.5rem;
  height: 1.5rem;
  filter: brightness(0) invert(1);
}
.proyectos-list form [type=text] {
  border: 2px solid #001e61;
  border-radius: 0;
  padding: 0.4rem 0;
  text-indent: 1rem;
  display: block;
  width: 100%;
  max-width: 300px;
  transition: 0.4s;
  color: #001e61;
  background: #fff;
  font-weight: 500;
  box-shadow: 1px 1px 5px 0 rgba(75, 75, 75, 0.5);
}
.proyectos-list form [type=text]:focus {
  outline: none;
}
