@import url('https://fonts.googleapis.com/css?family=Lato:400,700');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

::-webkit-input-placeholder {
  color: #bbb; font-size:19px;

}

::-moz-placeholder {
  color: #56585b;
}

:-moz-placeholder {
  color: #56585b;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Arial', 'Lato', sans-serif;
  margin: 0;
  background: #666;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  color: #fff;
font-size:14px;
letter-spacing:1.3px;
}

ul, nav{
  list-style: none;
  padding: 0;
}

a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.9;
}

a:hover {
  opacity: 1;
}

h1 {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 1.5rem;
}


a.btn {
  color: #fff;
  padding: 10px;
  border: 1px solid rgba(255,255,255,0.5);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

a.btn:hover {
  background: #d73851;
  border: 1px solid #d73851;
  color: #fff;
}


img {max-width:100%}
.BoxContent {max-width:1200px; margin:auto}
.contact {font-size:min(3vw, 18px)}
[error] {color:#cc0000}

.vcenter {  display:flex; flex-wrap:wrap; justify-content: left; align-items: center;}
.vcenternow {  display:flex;  justify-content: left; align-items: center;}

.input_label {line-height:1.1; justify-content: flex-end; text-align:right;  width:180px; display:flex; flex-wrap:wrap; z-index:999; text-transform: uppercase; color:#000; align-items: center; padding:3px; padding-left:6px; padding-right:6px; height:42px; font-size:13px; background:#ddd}

.labelAlert {background:#cc0000}

.giodocontent {z-index:999; background:#ebebeb; padding:10px; top:40px; border:solid 1px #555}

.triangle-top-left {
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
    border-width: 24vw 50vw 0px 0px;
    border-color: #ff990f transparent transparent transparent;
}


.cover  {
  /*height: 100vh;*/
  width: 100%;


  padding: 20px 40px;
  display: -webkit-box;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;

  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.btn1min {
  display: inline-block;
  width:auto;
  border:0;
  border-radius:  3px;
  padding: 5px;
  font-size: 11px;
  font-weight: 400;
  line-height: 11px;
  color: #ffffff;
  text-align:center;
  background: #0C2F4C;
}
.btn2min {
  display: inline-block;
  width:auto;
  border:0;
  border-radius:  3px;
  padding: 5px;
  font-size: 11px;
  font-weight: 400;
  line-height: 11px;
  color: #ffffff;
  text-align:center;
  background: #0C2F4C;
}
.btn3min {
  display: inline-block;
  width:auto;
  border:0;
  border-radius:  3px;
  padding: 4px;
  font-size: 11px;
  font-weight: 400;
  line-height: 11px;
  color: #ffffff;
  text-align:center;
  background: #cc0000;
}


.flex-form .btnsend   {
  background: #0C2F4C;
  border: 1px solid #0C2F4C;
  color: #fff;
  padding: 0 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.flex-form input[type="submit"]:hover {
  background: #d73851;
  border: 1px solid #d73851;
}

.flex-form {
  display: -webkit-box;
  display: flex;
  z-index: 10;
  position: relative;
  width: 400px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}

.flex-form > * {
  border: 0;
  padding: 0 0 0 10px;
  background: #f5f5f5;
  line-height: 40px;
  font-size: 18px;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
}

input[type="text"], input[type="email"], textarea , select {
  flex-basis: 100%;
}

  h2 {
    font-size: 25px;; font-weight:600
  }






.mt2 {margin-top:2px;}
.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mr5 {margin-right:5px;}
.mr10 {margin-right:10px;}
.posa {position:absolute}
.posr {position:relative}
.tar {text-align:right}
.nowrap { white-space: nowrap;}
.BtnUniv:hover {cursor:pointer;}

.more {text-decoration:underline; color:#009cff}

.alert {margin-top:10px; color:#800000}



