/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight{}.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;text-align:center;white-space:nowrap;cursor:pointer;background:#333;background:rgba(0,0,0,0)}.featherlight:last-of-type{background:rgba(0,0,0,.1)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle}.featherlight .featherlight-content{max-width:950px;position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;padding:25px 25px 0;border-bottom:25px solid transparent;margin-left:5%;margin-right:5%;max-height:95%;background:#636363;cursor:auto;white-space:normal}.featherlight .featherlight-inner{display:block}.featherlight link.featherlight-inner,.featherlight script.featherlight-inner,.featherlight style.featherlight-inner{display:none}.featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:0;right:0;line-height:25px;width:25px;cursor:pointer;text-align:center;font-family:Arial,sans-serif;background:#636363;background:rgba(255,255,255,1);color:#000;border:0;padding:0}.featherlight .featherlight-close-icon::-moz-focus-inner{border:0;padding:0}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0;-webkit-overflow-scrolling:touch}.featherlight iframe{border:0}.featherlight *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media only screen and (max-width:1024px){.featherlight .featherlight-content{margin-left:0;margin-right:0;max-height:98%;padding:10px 10px 0;border-bottom:10px solid transparent; color:#FFF!important;}}@media print{html.with-featherlight>*>:not(.featherlight){display:none}}
.fermica{
	background-color:#FFF;
}
.fermica .featherlight-content:not(input){
	    max-width: 650px;
		background-size:cover;
		background : -moz-linear-gradient(0% 50% 0deg,rgba(0, 162, 255, 1) 0%,rgba(8, 160, 244, 1) 6.49%,rgba(21, 158, 228, 1) 19.36%,rgba(28, 156, 218, 1) 33.83%,rgba(30, 156, 215, 1) 53.09%,rgba(0, 91, 151, 1) 100%,rgba(0, 117, 190, 1) 100%);
  background : -webkit-linear-gradient(0deg, rgba(0, 162, 255, 1) 0%, rgba(8, 160, 244, 1) 6.49%, rgba(21, 158, 228, 1) 19.36%, rgba(28, 156, 218, 1) 33.83%, rgba(30, 156, 215, 1) 53.09%, rgba(0, 91, 151, 1) 100%, rgba(0, 117, 190, 1) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(0, 162, 255, 1) ),color-stop(0.0649,rgba(8, 160, 244, 1) ),color-stop(0.1936,rgba(21, 158, 228, 1) ),color-stop(0.3383,rgba(28, 156, 218, 1) ),color-stop(0.5309,rgba(30, 156, 215, 1) ),color-stop(1,rgba(0, 91, 151, 1) ),color-stop(1,rgba(0, 117, 190, 1) ));
  background : -o-linear-gradient(0deg, rgba(0, 162, 255, 1) 0%, rgba(8, 160, 244, 1) 6.49%, rgba(21, 158, 228, 1) 19.36%, rgba(28, 156, 218, 1) 33.83%, rgba(30, 156, 215, 1) 53.09%, rgba(0, 91, 151, 1) 100%, rgba(0, 117, 190, 1) 100%);
  background : -ms-linear-gradient(0deg, rgba(0, 162, 255, 1) 0%, rgba(8, 160, 244, 1) 6.49%, rgba(21, 158, 228, 1) 19.36%, rgba(28, 156, 218, 1) 33.83%, rgba(30, 156, 215, 1) 53.09%, rgba(0, 91, 151, 1) 100%, rgba(0, 117, 190, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00A2FF', endColorstr='#0075BE' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(0, 162, 255, 1) 0%, rgba(8, 160, 244, 1) 6.49%, rgba(21, 158, 228, 1) 19.36%, rgba(28, 156, 218, 1) 33.83%, rgba(30, 156, 215, 1) 53.09%, rgba(0, 91, 151, 1) 100%, rgba(0, 117, 190, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00A2FF',endColorstr='#0075BE' , GradientType=1);
	color:#FFF;
}

.fermica .featherlight-content h2{
	color:#FFF!important;
	font-size:45px;
}

.fermica .featherlight-content input:not([type="checkbox"]), .fermica .featherlight-content  textarea{
    background-color: white;
    border: 1px solid var(--blue-4tel);
    color: #000;
    border-radius: 15px;
  }

  .fermica .featherlight-content select{
	background-color: white;
    border: 1px solid var(--blue-4tel);
    color: #000;
    border-radius: 15px;
	background-position-x: 95%!important;
	background-size: 4%!important;
  }