@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');ss
label a, label a:visited{
    color: #fff;
}

body * h2{
    color:#565656;
    font-size: 28px;
    /*text-shadow: 3px 3px 4px #bbb;*/
  }

  body *{
    /*font-family: "Roboto Flex", serif!important;*/
    font-size: 18px;
    letter-spacing: 0.8px;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
  }

  .btn{
    box-shadow: 2px 2px 4px #bbb;
  }

  /*:is(input, textarea):invalid {
    background: rgb(255, 227, 227);
  }*/
  
  /*:is(input, textarea):valid {
    background: rgb(208, 232, 208);
  }*/

  .container.background-green {
    background-color: rgb(240, 255, 240);
  }

  .navbar-nav .nav-link {
    color: #fff;
}

body{
  /*background-image: url("../images/liga_fellows.jpg");
  background-size: cover;
  background-position: center;  
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;*/
}

.limiter-width {
  max-width: 438PX;
}

footer{
  z-index: 9999;
  position: relative;
}


/* Navbar color de fondo */
nav{
  background-color: #00895e !important;
}


.header, .header p{
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.header{
  color: #00895e !important;
}



.font-72, .font-36, .font-28{
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  
}

.font-72{
  color: #00895e !important;
  /*font-size: 72px;*/
  font-size: clamp(14px, 6vw, 72px);
}

.font-24{
  /*font-size: 24px;*/
  color: #565656;
  font-size: clamp(14px, 6vw, 24px);
}

.font-36{
  color: #00895e !important;
  /*font-size: 36px;*/
  font-size: clamp(14px, 6vw, 36px);

}


