
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;
}

@import url('https://fonts.googleapis.com/css2?family=Finger+Paint&display=swap');


@font-face {
  font-family: "Gotham-Narrow-Book";
  src: url(../fonts/gotham-narrow-book.otf);
}
@font-face {
  font-family: "Gotham-Narrow-Black";
  src: url(../fonts/gotham-narrow-black.otf);
}
@font-face {
  font-family: "Gotham-Narrow-Light";
  src: url(../fonts/gotham-narrow-light.otf);
}
@font-face {
  font-family: "Larsseit";
  src: url(../fonts/Larsseit.ttf);
}
@font-face {
  font-family: "Larsseit-Bold";
  src: url(../fonts/Larsseit-Bold.ttf);
}
@font-face {
  font-family: "Larsseit-Light";
  src: url(../fonts/Larsseit-Light.ttf);
}
@font-face {
  font-family: "Larsseit-Medium";
  src: url(../fonts/Larsseit-Medium.ttf);
}
@font-face {
  font-family: "Gilroy-ExtraBold";
  src: url(../fonts/Gilroy-ExtraBold.otf);
}
@font-face {
  font-family: "Gilroy-Light";
  src: url(../fonts/Gilroy-Light.otf);
}
@font-face {
  font-family: "segoeui";
  src: url(../fonts/segoeui.ttf);
}
@media (min-width: 1199px) {
  .container {
    max-width: 1340px;
  }
}
body {
  font-family: "Larsseit";
  color: #aeafb9;
}

.container-fluid {
  padding: 100px 0;
}

h2::before, h2::after, .fh5co-about-us .owl-carousel1 .owl-dots .active span, .read-more, .fh5co-news .owl-carousel2 .owl-dots .active span, .form-box h4::after, .form-box button {
  background-image: -moz-linear-gradient(0deg, #009067 0%, #f9eb24 100%);
  background-image: -webkit-linear-gradient(0deg, #009067 0%, #f9eb24 100%);
  background-image: -ms-linear-gradient(0deg, #009067 0%, #f9eb24 100%);
}

h1 {
  font-family: "Finger Paint", sans-serif; 
  font-size: 40px;
  font-style: italic;
}

h3 {
  font-family: "Finger Paint", sans-serif !important;
  font-style: italic;
}

nav.fixed-top {
  padding-top: 0;
}
.navbar {
  background-color: rgba(0, 0, 0, 0.8); /* Aquí puedes ajustar el nivel de opacidad modificando el valor alpha (0.5 en este ejemplo) */
}

.header .fixed-top {
  position: absolute;
}
.header .container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.341);
}
.header .container p.follow {
  color: #ffffff;
  font-family: "segoeui";
  margin-bottom: 10px;
}
.header .home-bg {
  min-height: 430px;
  max-height: 105vh;
}
.header .carousel-caption {
  bottom: 0;
  top: 383px;
}
.header .frst-hrd {
  font-family: "Gotham-Narrow-Light";
  background-color: rgba(255, 255, 255, 0.29);
  border-radius: 20px;
  max-width: 274px;
  margin: 0 auto;
  padding: 5px;
  font-size: 16px;
  color: #ffffff;
}
.header h5 {
  font-size: 70px;
  font-family: "Larsseit-Bold";
  text-transform: uppercase;
  max-width: 600px;
  margin: 10px auto;
  text-align: center;
}
.header h5 + p {
  font-family: "Gotham-Narrow-Book";
  font-size: 20px;
  color: #ffffff;
}
.header ul.carousel-indicators {
  bottom: 280px;
  position: absolute;
  z-index: 55;
}
.header ul.carousel-indicators li {
  background-color: rgba(255, 255, 255, 0.349);
  display: inline-block;
  list-style-type: none;
  width: 12px;
  height: 7px;
  border-radius: 10px;
  margin: 0 3px;
  cursor: pointer;
}
.header ul.carousel-indicators li.active {
  width: 35px;
  background: #ffffff;
}
@media (max-width: 1265px) {
  .header ul.carousel-indicators {
    bottom: 200px;
  }
}
@media (max-width: 1265px) {
  .header ul.carousel-indicators {
    bottom: 110px;
  }
}
@media (max-width: 1265px) {
  .header .carousel-caption {
    top: 200px;
  }
}
@media (max-width: 1265px) {
  .header h5 {
    font-size: 50px;
  }
  .header .carousel-caption {
    top: 150px;
  }
}
@media (max-width: 1265px) {
  .header h5 {
    font-size: 36px;
    max-width: 300px;
  }
  .header h5 + p {
    font-size: 18px;
  }
  .header .carousel-caption {
    top: 100px;
  }
  .header .carousel-caption ul {
    margin-top: 20px;
  }
}

.bar1,
.bar2,
.bar3 {
  width: 25px;
  height: 2px;
  background-color: #fff;
  margin: 5px 0;
  transition: 0.4s;
  display: block;
  position: relative;
}

.change .bar1 {
  -webkit-transform: rotate(-42deg) translate(-2px, 6px);
  transform: rotate(-42deg) translate(-2px, 6px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(46deg) translate(-4px, -8px);
  transform: rotate(46deg) translate(-4px, -8px);
}

.social-links {
  width: 250px;
}
.social-links li {
  border: 1px solid #ffffff;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  text-align: center;
  margin: 0 3px;
}
.social-links li a {
  color: #ffffff;
  padding: 5px;
}
@media (max-width: 1265px) {
  .social-links {
    float: left !important;
    display: block;
  }
  .social-links li {
    float: left;
  }
}

.menu-links {
  width: 300px;
}
.menu-links li {
  margin: 0px;
}
.menu-links li a {
  color: #ffffff;
  font-family: "Gotham-Narrow-Book";
  padding: 40px 15px !important;
  border-top: 5px solid transparent;
}
.menu-links li a.active {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.22), transparent);
  border-top: 5px solid #009067;
}
@media (max-width: 1265px) {
  .menu-links {
    float: left !important;
    margin-top: 20px;
  }
  .menu-links li a {
    padding: 10px 15px !important;
  }
}

.navbar-collapse.show {
  background: rgba(0, 0, 0, 0);
  transition: .2s;
}

.mobile-logo {
  display: block;
  width: 5vw;
}
@media only screen and (max-width: 991px) {
  .mobile-logo {
    display: block;
    margin-left: 0;
    margin-right:0;
    width: 55px;
  }
}

h2 {
  font-family: "Finger Paint", sans-serif;
  font-size: 28px;
  font-style: italic;
  color: #1e1f29;
}
h2::before {
  position: absolute;
  content: "";
  width: 118px;
  height: 2px;
  margin-top: 18px;
  margin-left: -140px;
}
h2::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  margin-top: 20px;
  margin-left: 10px;
}

p {
  font-family: "Larsseit";
  color: #aeafb9;
  font-size: 16.7px;
  line-height: 1.143;
}

.fh5co-about-us {
  padding: 150px 0;
}
.fh5co-about-us h2 {
  margin-left: 20px;
}
.fh5co-about-us p {
  margin: 35px 0;
}
.fh5co-about-us .owl-carousel1 {
  margin-left: 40px;
  margin-top: -80px;
  width: 480px;
}
.fh5co-about-us .owl-carousel1 img {
  border-radius: 10px;
}
.fh5co-about-us .owl-carousel1 .owl-nav {
  display: none;
}
.fh5co-about-us .owl-carousel1 .owl-dots {
  text-align: left;
  margin-left: 30px;
  margin-top: -60px;
}
.fh5co-about-us .owl-carousel1 .owl-dots span {
  position: relative;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  display: block;
  background: #ffffff;
  margin: 0 5px;
}
.fh5co-about-us .owl-carousel1 .owl-dots .active {
  box-shadow: none;
}
.fh5co-about-us .owl-carousel1 .owl-dots .active span {
  box-shadow: none;
  margin-bottom: -1px;
}
@media (max-width: 1265px) {
  .fh5co-about-us .owl-carousel1 {
    width: 350px;
    margin-top: 0px;
  }
}
@media (max-width: 1265px) {
  .fh5co-about-us .col-lg-4 {
    margin-bottom: 100px;
  }
  .fh5co-about-us .owl-carousel1 {
    margin-top: -70px;
  }
}
@media (max-width: 450px) {
  .fh5co-about-us .owl-carousel1 {
    width: 100%;
    margin: 0;
    padding: 30px;
    margin-top: -100px;
  }
}

.about-us-content {
  box-shadow: 0px 34px 57px 0px rgba(0, 0, 0, 0.04);
  background: #ffffff;
  position: absolute;
  padding-left: 100px;
  margin-left: -28px;
  z-index: 5;
  padding: 50px 100px;
  padding-right: 120px;
}
@media (max-width: 1265px) {
  .about-us-content {
    margin-left: -18px;
    padding: 20px 30px;
  }
}
@media (max-width: 1265px) {
  .about-us-content {
    position: relative;
    margin-left: 0;
    padding: 20px 30px;
  }
}

a {
  text-decoration: none !important;
}

.read-more {
  color: #fff !important;
  font-family: "Larsseit";
  font-size: 14px;
  padding: 10px 25px;
  border-radius: 20px;
  display: inline-block;
}
.read-more:hover {
  box-shadow: 0px 2px 5px #cccccc;
  transition: all 0.3s;
}

.back-bg {
  position: absolute;
  min-height: 600px;
}
@media (max-width: 1265px) {
  .back-bg {
    height: 100%;
    min-height: 400px;
    margin-bottom: 100px;
  }
}
@media (max-width: 450px) {
  .back-bg {
    width: 100%;
    min-height: 320px;
    margin-left: -30px;
  }
}

.fh5co-portfolio {
  padding-bottom: 0;
}
.fh5co-portfolio h3 {
  color: #1e1f29;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 20px 0;
}
.fh5co-portfolio p {
  max-width: 512px;
  margin-top: 20px;
}

.portfolio-tab {
  background-color: #ffffff;
  box-shadow: 0px 3px 27px 0px rgba(0, 0, 0, 0.04);
}
.portfolio-tab ul {
  margin-bottom: 30px;
}
.portfolio-tab ul li {
  list-style-type: none;
  display: inline-block;
}
.portfolio-tab ul li a {
  color: #aeafb9;
  padding: 15px 5px;
  font-size: 13px;
  display: block;
}
.portfolio-tab ul li a.active {
  background-image: linear-gradient(to bottom, rgba(18, 112, 228, 0.071), rgba(18, 112, 228, 0.071), transparent);
  background-image: -moz-linear-gradient(to bottom, rgba(18, 112, 228, 0.071), rgba(18, 112, 228, 0.071), transparent);
  background-image: -webkit-linear-gradient(to bottom, rgba(18, 112, 228, 0.071), rgba(18, 112, 228, 0.071), transparent);
  background-image: -ms-linear-gradient(to bottom, rgba(18, 112, 228, 0.071), rgba(18, 112, 228, 0.071), transparent);
  border-top: 5px solid #009067;
  color: #009067;
}

.portfolioFilter {
  padding: 15px 0 5px 0;
  width: 100%;
}

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

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}

.gallary {
  width: 25%;
  padding: 7px;
}
.gallary img {
  width: 100%;
  height: 600px;
}
.gallary img.half-height {
  height: 293px;
}
.gallary .card-img-overlay {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  display: none;
}
.gallary:hover .card-img-overlay {
  display: block;
}
@media (max-width: 1265px) {
  .gallary {
    width: 50%;
  }
  .gallary img {
    height: auto;
  }
  .gallary img.half-height {
    height: auto;
  }
}
@media (max-width: 450px) {
  .gallary {
    width: 100%;
  }
}

.center-img {
  width: 50%;
}
@media (max-width: 450px) {
  .center-img {
    width: 100%;
  }
}

.top-buttons .img-icon {
  border-radius: 50%;
  background-color: white;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.23);
  width: 42px;
  height: 42px;
  display: block;
  text-align: center;
  float: left;
  margin-right: 10px;
}
.top-buttons .img-icon img {
  height: auto;
  max-width: 20px;
  margin-top: 12px;
}
.top-buttons .txt {
  top: 8px;
  position: relative;
}
.top-buttons a {
  color: #fff;
  float: left;
}
.top-buttons a:nth-child(2) {
  float: right;
}

.bottom-buttons {
  position: absolute;
  bottom: 20px;
  display: block !important;
  left: 20px;
  right: 20px;
}
.bottom-buttons a {
  font-size: 14.583px;
  font-family: "Larsseit";
  background: #ffffff;
  display: block;
  padding: 8px 20px 20px 20px;
  border-radius: 30px;
  height: 50px;
}
.bottom-buttons a .txt {
  background: -webkit-linear-gradient(left, #009067, #f9eb24);
  background: -ms-linear-gradient(left, #009067, #f9eb24);
  background: -moz-linear-gradient(left, #009067, #f9eb24);
  background: -o-linear-gradient(left, #009067, #f9eb24);
  -webkit-background-clip: text;
  -ms-background-clip: text;
  -o-background-clip: text;
  -webkit-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -o-text-fill-color: transparent;
}
.bottom-buttons .img-icon {
  box-shadow: none;
  background: transparent;
  height: auto;
  width: auto;
}

.indicators {
  margin: 50px auto;
}
.indicators li {
  display: inline-block;
  list-style-type: none;
  margin: 0 4px;
}
.indicators li a {
  border-radius: 50%;
  background-color: #ebebeb;
  width: 16px;
  height: 16px;
  display: block;
}
.indicators li a.active {
  border-width: 0.8px;
  border: 1px solid #009067;
  border-radius: 50%;
  height: 20px;
  width: 20px;
}
.indicators li a.active::after {
  position: absolute;
  content: "";
  background-image: -moz-linear-gradient(-11deg, #009067 0%, #f9eb24 100%);
  background-image: -webkit-linear-gradient(-11deg, #009067 0%, #f9eb24 100%);
  background-image: -ms-linear-gradient(-11deg, #009067 0%, #f9eb24 100%);
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin-top: 4px;
  margin-left: 4px;
}

.card {
  border: none;
}

.fh5co-news {
  background: #fdfdfd;
  padding-top: 50px;
  padding-bottom: 0;
}
.fh5co-news .row {
  padding: 0 80px;
}
@media (max-width: 1265px) {
  .fh5co-news .row {
    padding: 0;
  }
}
.fh5co-news h2 {
  text-align: center;
  margin-bottom: 50px;
}
.fh5co-news h5 {
  font-family: "Larsseit-Medium";
  color: #1e1f29;
  font-size: 21px;
}
.fh5co-news p {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 20px;
}
.fh5co-news .card {
  box-shadow: 0px 8px 29px 0px rgba(23, 23, 23, 0.03);
}
.fh5co-news .card-body {
  padding: 30px 40px !important;
}
.fh5co-news .owl-nav {
  display: none;
}
.fh5co-news .owl-carousel2 .owl-dots {
  text-align: center;
  margin: 20px auto;
  display: block;
}
.fh5co-news .owl-carousel2 .owl-dots button {
  outline: none !important;
}
.fh5co-news .owl-carousel2 .owl-dots span {
  position: relative;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  display: block;
  background: #ebebeb;
  margin: 0 5px;
}
.fh5co-news .owl-carousel2 .owl-dots .active {
  box-shadow: none;
}
.fh5co-news .owl-carousel2 .owl-dots .active span {
  box-shadow: none;
  margin-bottom: -1px;
}
.fh5co-news .owl-carousel2 .owl-item {
  margin-bottom: 20px;
}
.fh5co-news .owl-carousel2 .owl-nav {
  display: block !important;
  position: absolute;
  top: 25%;
  width: 100%;
}
.fh5co-news .owl-carousel2 .owl-prev,
.fh5co-news .owl-carousel2 .owl-next {
  font-size: 50px !important;
  color: #666666;
  position: absolute;
  outline: none;
  background: #f4f5f6 !important;
  border-radius: 50%;
  height: 68px;
  width: 68px;
}
.fh5co-news .owl-carousel2 .owl-prev span,
.fh5co-news .owl-carousel2 .owl-next span {
  position: relative;
  top: -7px;
}
.fh5co-news .owl-carousel2 .owl-prev:hover,
.fh5co-news .owl-carousel2 .owl-next:hover {
  color: #009067;
  background: #ffffff !important;
  box-shadow: 0px 11px 10px 0px rgba(0, 0, 0, 0.07);
}
@media (max-width: 1265px) {
  .fh5co-news .owl-carousel2 .owl-prev,
  .fh5co-news .owl-carousel2 .owl-next {
    display: none !important;
  }
}
.fh5co-news .owl-carousel2 .owl-prev {
  left: -100px;
}
.fh5co-news .owl-carousel2 .owl-next {
  right: -100px;
}

footer.fh5co-footer h2 {
  margin-top: 80px;
}
footer.fh5co-footer .light {
  font-family: "Larsseit-Light";
  font-size: 18px;
}
footer.fh5co-footer p {
  margin: 20px 0;
}
footer.fh5co-footer p span {
  margin-right: 10px;
}
footer.fh5co-footer p span.phone {
  top: -2px;
  position: relative;
}
footer.fh5co-footer p b {
  color: #1e1f29;
  font-family: "Gilroy-Light";
  font-weight: 700;
  font-size: 16px;
}
footer.fh5co-footer h3 {
  font-size: 33px;
  color: #1e1f29;
  text-transform: uppercase;
}
footer.fh5co-footer .social-links {
  display: inline-block !important;
  margin-top: 20px;
}
footer.fh5co-footer .social-links li {
  border-color: #1e1f29;
  float: left;
}
footer.fh5co-footer .social-links li a {
  color: #1e1f29;
}
@media (max-width: 1265px) {
  footer.fh5co-footer .col-lg-5 {
    text-align: center;
    margin-bottom: 50px;
  }
  footer.fh5co-footer .social-links {
    display: inline-block !important;
    margin-top: 20px;
    float: none !important;
    width: auto;
  }
}

.form-box {
  border-radius: 3px;
  background-color: white;
  box-shadow: 0px 29px 57px 0px rgba(22, 20, 24, 0.06);
  padding: 50px;
}
.form-box h4 {
  font-family: "Larsseit-Bold";
  font-size: 33px;
  color: #1e1f29;
  text-transform: uppercase;
}
.form-box h4::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  margin-top: 20px;
  margin-left: 10px;
}
.form-box p {
  font-size: 18px;
}
.form-box hr {
  border: none;
  border-top: 1px solid #f7f7f7;
}
.form-box input[type="text"],
.form-box textarea {
  border: 1px solid #ebebeb;
  background-color: rgba(235, 235, 235, 0.09);
  padding: 30px;
  border-radius: 40px;
}
.form-box textarea {
  resize: none;
  min-height: 140px;
  border-radius: 20px;
}
.form-box button {
  color: #fff;
  font-size: 14px;
  font-family: "Larsseit";
  padding: 13px 35px;
  border-radius: 40px;
  border: none;
  cursor: pointer;
  margin-top: 20px;
}
@media (max-width: 550px) {
  .form-box {
    padding: 20px;
  }
}

.copy {
  text-align: center;
  background: #f7f7f7;
  padding: 40px 0;
  display: block;
  font-family: "Gilroy-Light";
}

.parallax-window {
  min-height: 1027px;
  position: relative;
  z-index: 55;
  top: 0;
  left: 0;
  right: 0;
}

.social-media a i {
  font-size: 2em; /* Aumenta el tamaño de los iconos (2 veces el tamaño original) */
  color: grey; /* Cambia el color de los iconos a negro */
}

.contact-info a {
  color: grey; /* Cambia el color de los iconos a negro */
}

.footer-links a {
  color: grey; /* Cambia el color de los iconos a negro */
}

.sponsor-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sponsor-container a {
  display: inline-block;
  margin: 10px;
}

.sponsor-container img {
  width: 200px;
  height: auto;
}


.categories {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.category {
  width: 50%;
  margin-bottom: 20px;
}

.category h3 {
  text-align: center;
}

.category img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.margen {
      padding: 0;
      margin: 4vh;
    }

.flags {
  width: 150px;
  justify-content: space-between;
  display: flex;
}

.flags__item {
  width: 5vh;
  margin: 45px 20px;
  padding: 5px,
}

@media (max-width:991px) {
  .flags {
    float: left !important;
    display: block;
  }
  .flags__item {
    float: left;
  }
}






/* NORMALIZE */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

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

/**
 * 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 */
  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;
  max-width: 100%;
}

/* 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;
}




