@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: 'Abhaya Libre', serif;
}

a {
  text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border-style: none;
    background: none;
    padding: 0;
    font: inherit;
}

/*FORM RESET*/ 
button:focus {outline:0;}
input:focus {outline:0;}



/*HEADER*/

.header {
  width: 100%;
  height: 70px;
  background-color: #f7f7f7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 50;
  border-bottom: solid 1px lightgray;
}

.header img {
  height: 28px;
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .header img {height: 48px;   margin: 0 2rem;}
}

/*HERO*/

.hero {
  background-image: url('images/back-lg-2.jpg');
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-box {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  max-width: 762px;
  
  padding: 1rem;
}

.hero-box img {
  width: 200px;
  margin-bottom: 3rem
}

.hero-box h1 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 3rem;
  font-family: 'Inter', sans-serif;
}

.color-text {
  font-family: 'Inter', sans-serif;
  color: #007c8c;
  font-weight: 700;
}

.hero-box button {
  width: 260px;
  height: 50px;
  background-color: #1191A1;
  border-radius: .2rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  color: #fff;
  font-family: 'Inter', sans-serif;
}


.hero-box button:hover {
  background-color: #007280; 
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .hero-box img {width: 300px; margin-bottom: 3rem;}
  .hero-box h1 {font-size: 2.9rem; margin-bottom: 3rem;}
  .hero-box button {  width: 300px;  height: 60px;}
}

@media screen and (min-width: 1140px) {
  .hero-box h1 {font-size: 3.4rem; margin-bottom: 5rem;}
  .hero-box button {  width: 300px;  height: 60px; font-size: 1.2rem;}
  .hero-box {max-width: 900px;}
}


/*ABOUT*/

.about {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  line-height: 1.4;
  padding: 3rem 1rem;
  max-width: 768px;
  margin: auto;

}

.about h3 {
  font-size: 1.7rem;
  font-family: 'Abhaya Libre', serif;
  margin-bottom: 3rem;
}

.about h2 {
  font-size: 2.3rem;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  margin-bottom: 3rem;
  color: #1191A1
}

.about button {
  font-family: 'Inter', sans-serif;
  width: 260px;
  height: 50px;
  border: solid 1px #000;
  border-radius: .2rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.about button i {
  font-size: 1.4rem;
  margin-right: .5rem;
}

.about button:hover {
  cursor: pointer;
  background-color: #ededed;
}

@media screen and (min-width: 768px) {
  .about {padding: 7rem 1rem;}
  .about h3 {font-size: 2.4rem; margin-bottom: 5rem;}
   .about h2 {font-size: 3rem; margin-bottom:0;}
   .about button {  width: 300px;  height: 60px; font-size: 1.2rem;}
   .about button i {font-size: 1.8rem;}
}


/*HOW TO*/ 


.flow-back {
  background-color: #ECEFF1;
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.title-flow-gov {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2.3rem;
  font-family: 'Inter', sans-serif;

}


.flow-box {
   display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; 
  flex-wrap: wrap; 
  width: 100%;
}

.flow-gov {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.icon-gov {
  width: 70px;
  height: 70px;
  border-radius:70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: .6rem;
  font-size: 1.8rem;
  color: #fff;
  background-color: #1191A1;
  margin-bottom: 1rem;
}

.flow-gov h4{
  text-align: center;
  line-height: 1.3;
  font-size: 1.4rem;
  font-family: 'Abhaya Libre', serif;
  margin-bottom: 3rem;
}

.arrow-flow-gov {
  display: none;
  color: #455A64;
}
.flow-gov h3 {
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: .5rem;
}

@media screen and (min-width: 768px) {
  .title-flow-gov {font-size: 3rem; margin-bottom: 5rem;}
  .flow-box{align-items: flex-start; }
  .flow-gov {padding: 0 1rem; width: calc(50% - 4rem); }
  .flow-back {display: flex; justify-content: center; align-items: center; flex-direction: column; justify-content: center; padding: 7rem 1rem;}
}

@media screen and (min-width: 1024px) {
  .flow-gov {margin-bottom: 0; width: calc(40% - 4rem);}
}

@media screen and (min-width: 1280px) {
  
  .flow-gov {width: 16%; padding: 0 1rem;}
  .arrow-flow-gov {display: block; margin-top: 1.8rem;}
  .arrow-flow-gov i {font-size: 1.4rem;}
  .flow-back {padding: 7rem 0;} 
}

/*FAQS*/

/*section 4*/
.faq-box1 {
  padding: 3rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}


.faqs-gov {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 3rem;
  font-family: 'Inter', sans-serif;
}


.faqs-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 1rem;
}

.faq-item {
  width: 100%;
  border: solid 1px gray;
  margin-bottom: 1rem;
  text-align: left !important;
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .5rem .8rem;
  border-radius: .2rem;
  line-height: 1.3rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  cursor: pointer;
}

.faq-item.active {
  border: solid 2px #1191A1;
}

.faq-item:hover {
  background-color: #f7f9fb;
}

.faq-item span {
  font-family: 'Inter', sans-serif;
    font-size: .9rem;
}

.faq-item i {
  color: #212529;
  font-size: .9rem;
  margin-right: .3rem;
  margin-left: .8rem;
  transition: all 150ms;
}

.faq-item.active i {
  transform: rotate(180deg);
}

.faq-content  {
  width: 95%;
  transition: all 300ms ;
  line-height: 1.4; 
  margin-left: auto;
  margin-right: auto;
}

.faq-content div {
  font-size: 1.15rem;
  line-height: 1.3;
  max-height: 0;
  overflow: hidden;
  transition: all 300ms;
}

.faq-gov-links {
  margin-top: 2rem;
}

.faq-gov-links h3 {
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
}

.faq-gov-links p {
    margin-top: .9rem;
    text-align: center;
    line-height: 1.5;
}

.content-p p{
  margin-bottom: .7rem;
}

@media screen and (min-width: 768px) {
  .faqs-gov {font-size: 3rem; text-align: center;}
  .faqs-items {max-width: 768px;}
  .faqs-gov-box {width: 540px;}
  .faq-item span {font-size: 1.1rem;}
  .faq-item {  padding: .8rem 1rem;}
  .faq-content div {font-size: 1.4rem; line-height: 1.5;}
}

@media screen and (min-width: 1280px) {
  .faq-box1 {padding: 7rem 0;}
  .faqs-gov {margin-bottom: 5rem;}
}


/*FOOTER*/

.footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: 'Inter', sans-serif;
  background-color: #f7f7f7;
  padding: 3rem 0;
  border-top: solid 1px lightgray;
}

.footer-col-1{
  text-align: center;
  order: 1;
  margin-bottom: 2rem;
  width: 90%;
}

.footer-col-2{
  text-align: center;
  order: 3;
  width: 90%;
}

.footer-col-3{
  text-align: center;
  order: 2;
  width: 90%;
}

.footer-col-1 p {
  font-family: 'Inter', sans-serif;
  margin-bottom: .4rem;
}

.footer-col-1 .col1-fst p:first-child {
  font-size: 1.5rem;
}

.footer-col-1 .col1-fst p:last-child {
  font-size: .9rem;
  margin-bottom: 2rem;
}

.footer-col-1 .col1-scd p:first-child {
  font-size: .9rem;
}

.footer-col-1 .col1-scd p:last-child {
  font-size: .9rem;
}


.footer-col-3 {
  margin-bottom: 2rem;
}

.footer-col-3 p{
  font-family: 'Inter', sans-serif;
  margin-bottom: .4rem;

}

.footer-col-3 p:first-child {
  font-size: 1.5rem;
}

.footer-col-3 p:nth-child(2) {
  font-size: .9rem;
  margin-bottom: 1rem;
}


.footer-col-2{
  text-align: center;
  order: 3;
}

.footer-col-2 p {
  font-family: 'Inter', sans-serif;
  font-size: .9rem;

}

.footer-col-2 img {
  width: 140px;
  margin-bottom: 2rem;
}

.social {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.social i {
  font-size: 1.4rem;
  color: #000;
}


@media screen and (min-width: 768px) {
  .footer {
  flex-direction: row;
  align-items: flex-start;
  padding: 3rem 1rem 0 1rem;
  justify-content: space-around;
}

.footer-col-1{
  order: 1;
  width: 256px;
  height: 140px;
  text-align: left;
  margin-bottom: 0;
}

.footer-col-2{
  order: 2;
  width: 256px;
  height: 140px;
}

.footer-col-3{
  order: 3;
  width: 256px;
  height: 140px;
  text-align: right;
  display: flex;
  align-items: flex-end;

}

.col1-fst {
  font-size: 1rem;
  margin-bottom: 3rem;
}

.footer-col-2 img {
  width: 80%;
  margin-bottom: 4rem;
}

.footer-col-3 p:nth-child(2) {
  font-size: 1rem;
  margin-bottom: 3rem;
}

.social {
  justify-content: flex-end;
  margin-bottom:1rem;
}

.social i{
 margin-left: 1.2rem;
 font-size: 1rem;
}


@media screen and (min-width: 1024px) {
 .social i{
 margin-left: 1.4rem;
 font-size: 1.2rem;
}
}


/*IFRAME JOT FORMULARIO*/


#form {
width: 100%;
     height: 100vh;
  position: fixed;   top: 0;
  left: 0;
  z-index: 100; display: flex; align-items: center;
}






/*@media screen and (min-width: 768px) {
.pop-jot {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 100;
}
#form {
    width: 100%;
  height: 100vh;
}

.close {
  font-size: 1.4rem;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  background-color: #000;
  padding: .4rem 1rem;
  border-radius: .3rem;
}

}*/
