/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*MAIN BUTTON DESKTOP NEGATIVE
    It uses when the background is dark color like dark-blue, 
    black or opaque image.*/
/*SECUNDARY BUTTON DESKTOP NEGATIVE
    It uses when the background is dark color like dark-blue, 
    black or opaque image and there are a main button at section*/
/*MAIN BUTTON DESKTOP POSITIVE
    It uses when the background is dark color like light blue, 
    white or high illuminate image.*/
* {
  font-family: "Open Sans", sans-serif !important;
}
* h1, * h2, * h3, * h4 {
  font-weight: bold;
}
* p {
  font-weight: 400;
}
* a {
  text-decoration: none;
  color: #1C3156;
}

html {
  font-size: 62.5%;
}

button {
  cursor: pointer;
}

header {
  width: 100%;
  min-width: 100vw;
  background-color: rgba(31, 60, 144, 0.8);
  position: fixed;
  z-index: 2;
}
header nav {
  display: grid;
  grid-template-columns: 1fr 50vw 1fr;
  justify-items: center;
  align-items: center;
  height: 10rem;
}
header nav svg {
  width: 7rem;
  height: 7rem;
}
header nav ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-self: center;
  width: 80%;
  list-style: none;
  position: relative;
}
header nav ul .link-navegation, header nav ul li {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.5rem;
}
header nav ul ul {
  display: none;
  position: absolute;
  left: 18rem;
  top: 2rem;
  margin: 0;
  padding: 0;
  width: 20rem;
  background-color: #1F3C90;
}
header nav ul ul li {
  margin: 1rem 0;
  border-bottom: solid 0.1rem #ffffff;
}
header nav ul .services:hover + ul {
  display: block;
}
header nav ul ul:hover {
  display: block;
}
header nav div {
  display: flex;
  flex-direction: row;
}
header nav div svg {
  width: 3rem;
  margin-left: 1.5rem;
}
header nav .movil-logo {
  display: none;
}
header nav input {
  display: none;
}
header nav .Nav-responsive {
  display: none;
}
header nav .active-responsive-menu {
  display: none;
}

@media only screen and (max-width: 743px) and (min-width: 360px) {
  header {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
  }
  header nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20%;
    justify-content: center;
    align-content: center;
    height: 8vh;
    width: 80vw;
    background-color: rgba(255, 255, 255, 0.8);
  }
  header nav .Desktop-Logo {
    display: none;
  }
  header nav ul {
    display: none;
  }
  header nav .social-media {
    display: none;
  }
  header nav .movil-logo {
    display: flex;
    justify-content: center;
  }
  header nav .movil-logo svg {
    width: 50%;
  }
  header nav .active-responsive-menu {
    display: flex;
    justify-content: center;
  }
  header nav .active-responsive-menu svg {
    width: 20%;
  }
  header nav input:checked + .Nav-responsive {
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 20%;
    top: 0;
    width: 80vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.9);
    overflow-y: scroll;
    filter: drop-shadow(1.8rem 0px 1.5rem #1C3156);
  }
  header nav input:checked + .Nav-responsive .close-responsive-menu {
    width: 5rem;
    align-self: flex-start;
  }
  header nav input:checked + .Nav-responsive .close-responsive-menu svg {
    width: 50%;
  }
  header nav input:checked + .Nav-responsive .logo-menu-movil {
    align-self: center;
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  header nav input:checked + .Nav-responsive .logo-menu-movil svg {
    width: 10rem;
  }
  header nav input:checked + .Nav-responsive .responsive-nav-menu {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(auto, 1fr);
  }
  header nav input:checked + .Nav-responsive .responsive-nav-menu a {
    height: 2rem;
    width: auto;
    margin-top: 2rem;
  }
  header nav input:checked + .Nav-responsive .responsive-nav-menu a:first-child {
    margin-bottom: 1rem;
  }
  header nav input:checked + .Nav-responsive .responsive-nav-menu li {
    color: black;
    font-size: 1.5rem;
  }
  header nav input:checked + .Nav-responsive .responsive-nav-menu .mobile-dropdown-services {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 4rem;
  }
  header nav input:checked + .Nav-responsive .responsive-nav-menu .mobile-dropdown-services svg {
    width: 1rem;
  }
  header nav input:checked + .Nav-responsive .responsive-nav-menu input:checked + .movilServices {
    display: block;
    position: static;
    margin: 1rem 1.7rem;
    border-bottom: none;
    width: 70%;
    background-color: transparent;
  }
  header nav input:checked + .Nav-responsive .social-media-movil {
    margin-top: 5rem;
    padding-left: 3rem;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 744px) {
  header {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
  }
  header nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20%;
    justify-content: center;
    align-content: center;
    height: 8vh;
    width: 80vw;
    background-color: rgba(255, 255, 255, 0.8);
  }
  header nav .Desktop-Logo {
    display: none;
  }
  header nav ul {
    display: none;
  }
  header nav .social-media {
    display: none;
  }
  header nav .movil-logo {
    display: flex;
    justify-content: center;
  }
  header nav .movil-logo svg {
    width: 50%;
  }
  header nav .active-responsive-menu {
    display: flex;
    justify-content: center;
  }
  header nav .active-responsive-menu svg {
    width: 20%;
  }
  header nav input:checked + .Nav-responsive {
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 40%;
    top: 0;
    width: 60vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.9);
    overflow-y: scroll;
    filter: drop-shadow(1.8rem 0px 1.5rem #1C3156);
  }
  header nav input:checked + .Nav-responsive .close-responsive-menu {
    width: 5rem;
    align-self: flex-start;
  }
  header nav input:checked + .Nav-responsive .close-responsive-menu svg {
    width: 50%;
  }
  header nav input:checked + .Nav-responsive .logo-menu-movil {
    align-self: center;
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  header nav input:checked + .Nav-responsive .logo-menu-movil svg {
    width: 10rem;
  }
  header nav input:checked + .Nav-responsive .responsive-nav-menu {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(auto, 1fr);
  }
  header nav input:checked + .Nav-responsive .responsive-nav-menu a {
    height: 2rem;
    width: auto;
    margin-top: 4rem;
  }
  header nav input:checked + .Nav-responsive .responsive-nav-menu a:first-child {
    margin-bottom: 3rem;
  }
  header nav input:checked + .Nav-responsive .responsive-nav-menu li {
    color: black;
    font-size: 2rem;
  }
  header nav input:checked + .Nav-responsive .responsive-nav-menu .mobile-dropdown-services {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 4rem;
  }
  header nav input:checked + .Nav-responsive .responsive-nav-menu .mobile-dropdown-services svg {
    width: 1rem;
  }
  header nav input:checked + .Nav-responsive .responsive-nav-menu input:checked + .movilServices {
    display: block;
    position: static;
    margin: 1rem 1.7rem;
    border-bottom: none;
    width: 90%;
    background-color: transparent;
  }
  header nav input:checked + .Nav-responsive .responsive-nav-menu input:checked + .movilServices li {
    margin-top: 2rem;
  }
  header nav input:checked + .Nav-responsive .social-media-movil {
    margin-top: 5rem;
    padding-left: 4.5rem;
  }
}
footer {
  display: grid;
  grid-template-columns: 30% 60%;
  gap: 5%;
  padding-bottom: 10%;
  background-color: #1F3C90;
}
footer .About-us img {
  margin-left: 10%;
  margin-top: 5vh;
  margin-bottom: 5vh;
  width: 60%;
}
footer .About-us h3 {
  margin-left: 10%;
  color: #ffffff;
  font-size: 2rem;
}
footer .About-us p {
  margin-left: 10%;
  color: #ffffff;
}
footer .About-us .social-media-footer {
  margin-left: 10%;
  margin-top: 5vh;
}
footer .About-us .social-media-footer svg {
  margin-right: 1vw;
  width: 3vw;
}
footer .Locations {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 5vh;
}
footer .Locations--place__Direction {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .Locations--place__Direction svg {
  width: 3vw;
  cursor: pointer;
}
footer .Locations--place__Direction h4 {
  margin-left: 10%;
  margin-bottom: 0;
  color: #ffffff;
  font-size: 2rem;
}
footer .Locations--place__Direction p {
  margin-left: 10%;
  color: #ffffff;
  font-size: 1.1rem;
}
footer .Locations--place__Direction input {
  display: none;
}
footer .Locations--place__Direction .show-wearehouse {
  display: none;
}
footer .Locations--place__Direction input:checked + .show-wearehouse {
  display: block;
  position: fixed;
  bottom: 15%;
  left: 20%;
  width: 50vw;
}
footer .Locations--place__Direction input:checked + .show-wearehouse img {
  width: 100%;
}
footer .Locations--place__Direction input:checked + .show-wearehouse img:hover {
  filter: brightness(0.6);
}
footer .Locations--place__Direction input:checked + .show-wearehouse svg {
  position: absolute;
  left: 2%;
  width: 1vw;
}
footer .Locations--place__Galery {
  display: grid;
  grid-template: repeat(3, 1fr)/repeat(3, 1fr);
  gap: 5%;
}
footer .Locations--place__Galery img {
  width: 5rem;
  height: 5rem;
  background-color: #1C3156;
}
footer .Locations--place__Galery img:hover {
  transform: scale(5);
  transition: all 0.2s;
}
footer h3 {
  margin-top: 5vh;
  color: #ffffff;
  font-size: 2rem;
}

@media only screen and (max-width: 743px) and (min-width: 360px) {
  footer {
    grid-template-columns: 1fr;
    gap: 5%;
    place-items: center;
  }
  footer .About-us img {
    margin-top: 5%;
    margin-bottom: 5%;
    width: 80%;
  }
  footer .About-us h3 {
    color: #ffffff;
    font-size: 2rem;
  }
  footer .About-us p {
    margin: 0 10%;
    color: #ffffff;
  }
  footer .About-us .social-media-footer svg {
    margin-right: 1vw;
    width: 20%;
  }
  footer .Locations {
    grid-template-columns: 1fr;
    margin-top: 5vh;
    padding: 0 10%;
  }
  footer .Locations--place__Direction {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer .Locations--place__Direction svg {
    width: 3vw;
    cursor: pointer;
  }
  footer .Locations--place__Direction h4 {
    margin-left: 10%;
    margin-bottom: 0;
    color: #ffffff;
    font-size: 2rem;
  }
  footer .Locations--place__Direction p {
    margin-left: 10%;
    width: 80%;
  }
  footer .Locations--place__Direction input {
    display: none;
  }
  footer .Locations--place__Direction .show-wearehouse {
    display: none;
  }
  footer .Locations--place__Direction input:checked + .show-wearehouse {
    display: block;
    position: fixed;
    bottom: 15%;
    left: 20%;
    width: 50vw;
  }
  footer .Locations--place__Direction input:checked + .show-wearehouse img {
    width: 50vw;
  }
  footer .Locations--place__Direction input:checked + .show-wearehouse img:hover {
    filter: brightness(0.6);
  }
  footer .Locations--place__Direction input:checked + .show-wearehouse svg {
    position: absolute;
    left: 2%;
    width: 1vw;
  }
  footer .Locations--place__Galery {
    display: none;
  }
  footer h3 {
    margin-top: 5vh;
    color: #ffffff;
    font-size: 2rem;
    display: none;
  }
}
.cover {
  display: grid;
  place-items: center;
  position: relative;
  width: 100%;
  height: 60vh;
  padding: 10% 0;
  overflow: hidden;
}
.cover--background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40vh;
  background-color: #1F3C90;
  z-index: -2;
}
.cover img {
  position: absolute;
  top: 5%;
  left: 10%;
  width: 80%;
  z-index: -1;
  filter: brightness(0.7);
}
.cover .breadcumb {
  display: flex;
}
.cover .breadcumb li {
  list-style: none;
}
.cover .breadcumb li a {
  color: #ffffff;
  font-size: 2.5rem;
}

.about-of-service {
  margin: 5% 10%;
}
.about-of-service h1 {
  font-size: 2.5rem;
  color: #1F3C90;
}
.about-of-service p {
  text-align: justify;
  font-size: 1.5rem;
  line-height: 2rem;
}
.about-of-service h2 {
  margin-top: 5%;
  font-size: 2rem;
  color: #1F3C90;
}
.about-of-service ul li {
  font-size: 1.5rem;
  margin-top: 2rem;
}

.download-presentation {
  display: grid;
  place-items: center;
  grid-template-columns: 60% 40%;
  margin: 10% 0;
  width: 100%;
  background-color: #1F3C90;
}
.download-presentation p {
  justify-self: self-end;
  text-align: end;
  width: 80%;
  color: #ffffff;
  font-size: 2rem;
}
.download-presentation button {
  width: 15rem;
  height: 5rem;
  border: #ffffff solid 0.1rem;
  background-color: transparent;
  color: #ffffff;
  border-radius: 7pt;
  font-size: 1.5rem;
  font-weight: bold;
}
.download-presentation button:hover {
  border: #F9CA47 solid 0.1rem;
  color: #F9CA47;
  transition: all 0.2ms;
}

.Questions {
  display: grid;
  place-items: center;
}
.Questions--List {
  padding: 1%;
  background-color: #1F3C90;
  width: 80%;
}
.Questions--List li {
  display: grid;
  grid-template-columns: 80% 20%;
  align-items: center;
  border-bottom: solid #ffffff 0.1rem;
  font-size: 2rem;
  color: #ffffff;
}
.Questions--List li h2 {
  font-size: 2rem;
  color: #ffffff;
}
.Questions--List li svg {
  cursor: pointer;
}
.Questions--List li svg:hover, .Questions--List li svg:active {
  transform: scale(1.2);
  transition: all 0.2s;
}
.Questions--List li input, .Questions--List li .information {
  display: none;
}
.Questions--List li input:checked + .information {
  grid-column: 1/3;
  display: grid;
  place-items: center;
  padding: 2%;
  background-color: white;
}
.Questions--List li input:checked + .information h3 {
  font-weight: bold;
  color: #1C3156;
}
.Questions--List li input:checked + .information p {
  text-align: center;
  color: #1F3C90;
}
.Questions--List li input:checked + .information img {
  width: 80%;
}

@media only screen and (max-width: 1024px) and (min-width: 744px) {
  .cover {
    display: grid;
    place-items: center;
    position: relative;
    width: 100%;
    height: 50vh;
  }
  .cover--background {
    display: none;
  }
  .cover img {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    z-index: -1;
    filter: brightness(0.8);
  }
  .download-presentation {
    grid-template-columns: 1fr;
    margin: 10% 0;
    padding: 5% 0;
    width: 100%;
  }
  .download-presentation p {
    justify-self: center;
    text-align: center;
    width: 80%;
  }
  .download-presentation button {
    width: 15rem;
    height: 5rem;
    border: #ffffff solid 0.1rem;
    background-color: transparent;
    color: #ffffff;
    border-radius: 7pt;
    font-size: 1.5rem;
    font-weight: bold;
    transform: scale(1.5);
    margin-top: 3rem;
  }
  .download-presentation button:hover {
    border: #F9CA47 solid 0.1rem;
    color: #F9CA47;
    transition: all 0.2ms;
  }
  .Questions {
    display: grid;
    place-items: center;
  }
  .Questions--List {
    padding: 1%;
    background-color: #1F3C90;
    width: 80%;
  }
  .Questions--List li {
    display: grid;
    grid-template-columns: 80% 20%;
    align-items: center;
    border-bottom: solid #ffffff 0.1rem;
    font-size: 2rem;
    color: #ffffff;
  }
  .Questions--List li h2 {
    font-size: 2rem;
    color: #ffffff;
  }
  .Questions--List li svg {
    cursor: pointer;
  }
  .Questions--List li input, .Questions--List li .information {
    display: none;
  }
  .Questions--List li input:checked + .information {
    grid-column: 1/3;
    display: grid;
    place-items: center;
    padding: 2%;
    background-color: white;
  }
  .Questions--List li input:checked + .information h3 {
    font-weight: bold;
    color: #1C3156;
  }
  .Questions--List li input:checked + .information p {
    text-align: center;
    color: #1F3C90;
  }
}
@media only screen and (max-width: 743px) and (min-width: 360px) {
  .cover {
    display: grid;
    place-items: center;
    position: relative;
    width: 100%;
    height: 35vh;
  }
  .cover--background {
    display: none;
  }
  .cover img {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    z-index: -1;
    filter: brightness(0.8);
  }
  .download-presentation {
    grid-template-columns: 1fr;
    margin: 10% 0;
    padding: 5% 0;
    width: 100%;
  }
  .download-presentation p {
    justify-self: center;
    text-align: center;
    width: 80%;
  }
  .download-presentation button {
    width: 15rem;
    height: 5rem;
    border: #ffffff solid 0.1rem;
    background-color: transparent;
    color: #ffffff;
    border-radius: 7pt;
    font-size: 1.5rem;
    font-weight: bold;
    transform: scale(1.5);
    margin-top: 3rem;
  }
  .download-presentation button:hover {
    border: #F9CA47 solid 0.1rem;
    color: #F9CA47;
    transition: all 0.2ms;
  }
  .Questions {
    display: grid;
    place-items: center;
  }
  .Questions--List {
    padding: 1%;
    background-color: #1F3C90;
    width: 80%;
  }
  .Questions--List li svg {
    margin-left: 2rem;
    width: 2rem;
    cursor: pointer;
  }
  .Questions--List li input, .Questions--List li .information {
    display: none;
  }
  .Questions--List li input:checked + .information {
    grid-column: 1/3;
    display: grid;
    place-items: center;
    padding: 2%;
    background-color: white;
  }
  .Questions--List li input:checked + .information h3 {
    font-weight: bold;
    color: #1C3156;
  }
  .Questions--List li input:checked + .information p {
    text-align: center;
    color: #1F3C90;
  }
  .Questions--List li input:checked + .information iframe {
    width: 80%;
  }
}/*# sourceMappingURL=services.css.map */