/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #2487ce;
  text-decoration: none;
}

a:hover {
  color: #469fdf;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}
.text-justify {
  text-align: justify;
}

.text-yellow {
  color: #FEEE00;
}
ul li {
  font-family: "Poppins", sans-serif;
  
}


/*--------------------------------------------------------------
# social Section
--------------------------------------------------------------*/
#social {
  width: 100%;
  height: 100%;
  position: relative;
  background: url("../img/franjas.png") top center;
  background-size: cover;
  position: relative;
}

#social:before {
  content: "";
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#social .container {
  padding-top: 40px;
}

#social h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 72px;
  color: #124265;
  font-family: "Poppins", sans-serif;
}

#social h2 {  
  margin: 10px 0 0 0;
  font-size: 26px;
  font-weight: bold;
}

#social .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 16px;
  border-radius: 5px;
  transition: 0.5s;  
  color: #000000;
  background: #FEEE00;
  width: 100%;
  text-align: center;
  box-shadow: 5px 5px 10px 0px rgba(41, 40, 27, 0.8);
}

#social .btn-get-started:hover {
  background: #d7c900;
}

#social .icon-boxes {
  margin-top: 60px;
  
}

#social .icon-box {
  padding: 50px 30px;
  position: relative;
  overflow: hidden;  
  box-shadow: 5px 5px 10px 0px rgba(41, 40, 27, 0.8);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  
}

#social .icon-box .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#social .icon-box .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}


#social .icon-box:hover {
  transform: scale(1.02);
}

#social .icon-box:hover .title a {
  color: #2487ce;
}

@media (min-width: 1024px) {
  #social {
    background-attachment: fixed;
  }
}

@media (max-height: 800px) {
  #social {
    height: auto;
  }
}

@media (max-width: 992px) {
  #social {
    height: auto;
  }

  #social h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #social h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

/*--------------------------------------------------------------
# Landing
--------------------------------------------------------------*/
#social .box-black {
  background-color: #000000;
}
#social .box-yellow {
  background-color: #FEEE00;
}

#social .icon-box .text-yellow {
  color: #FEEE00;
}

#social .icon-box .text-black {
  color: #000000;
}

#social .icon-box .text-white {
  color: #FFFFFF;
}

/*--------------------------------------------------------------
# gobierno Section
--------------------------------------------------------------*/
#gobierno {
  width: 100%;
  height: 100%;
  position: relative;
  background: url("../img/franjas.png") top center;
  background-size: cover;
  position: relative;
}

#gobierno:before {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;  
  top: 0;
  left: 0;
  right: 0;
}

#gobierno .container {
  padding-top: 40px;
}

#gobierno h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 72px;
  color: #124265;
  font-family: "Poppins", sans-serif;
}

#gobierno h2 {  
  margin: 10px 0 0 0;
  font-size: 26px;
  font-weight: bold;
}

#gobierno .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 16px;
  border-radius: 5px;
  transition: 0.5s;  
  color: #000000;
  background: #FEEE00;
  width: 100%;
  text-align: center;
  box-shadow: 5px 5px 10px 0px rgba(41, 40, 27, 0.8);
}

#gobierno .btn-get-started:hover {
  background: #d7c900;
}

#gobierno .icon-boxes {
  margin-top: 60px;
  
}

#gobierno .icon-box {
  padding: 50px 30px;
  position: relative;
  overflow: hidden;  
  box-shadow: 5px 5px 10px 0px rgba(41, 40, 27, 0.8);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  
}

#gobierno .icon-box .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#gobierno .icon-box .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}


#gobierno .icon-box:hover {
  transform: scale(1.02);
}

#gobierno .icon-box:hover .title a {
  color: #2487ce;
}

@media (min-width: 1024px) {
  #gobierno {
    background-attachment: fixed;
  }
}

@media (max-height: 800px) {
  #gobierno {
    height: auto;
  }
}

@media (max-width: 992px) {
  #gobierno {
    height: auto;
  }

  #gobierno h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #gobierno h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

/*--------------------------------------------------------------
# Landing
--------------------------------------------------------------*/
#gobierno .box-black {
  background-color: #000000;
}
#gobierno .box-yellow {
  background-color: #FEEE00;
}

#gobierno .icon-box .text-yellow {
  color: #FEEE00;
}

#gobierno .icon-box .text-black {
  color: #000000;
}

#gobierno .icon-box .text-white {
  color: #FFFFFF;
}

.divider {  
  background-color: #FEEE00;
  height: 60px;
}
.bg-amarillo {  
  background-color: #FEEE00;  
}

.scroll-texto {
  overflow-y: auto;
  height: 35vh;
  padding-right: 10px;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #eaeaea;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #878686;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #878686;
}