﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300&display=swap');
@import url('hamburgers.css?i=5');
@import url('balloon.min.css');

* { border:0px; list-style:none; margin:0px; padding:0px; outline:none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; *behavior: url(boxsizing.htc); -webkit-appearance: none; -moz-appearance: none; appearance: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
html { font-size: 100%; height:100%; }
body { margin: 0px; font-family: 'Roboto', sans-serif; font-size:14px; line-height:20px; position: relative;-webkit-text-size-adjust: none; color:#222;  }
h1, h2, h3, h4, h5, pre { font-weight:400; font-family: 'Roboto', sans-serif;  }
h1 { font-weight:bold; font-size:30px; line-height:35px; color: #73a636; margin-bottom:20px;}
h1.section { font-weight:300; margin-bottom:40px; font-size:30px; line-height:35px;  text-align:center; }
h2 { margin-bottom:20px; font-size:25px; line-height:30px; color:#73a636; font-weight:400; border-bottom:1px solid #73a636; padding-bottom:10px; }
h3 { margin-bottom:20px; font-size:20px; line-height:26px;  color:#73a636; }
h4 { font-size:16px; font-weight:300; }
b { color: #73a636; font-weight:500; }
a { color:#045080; font-weight:500; text-decoration:none; }
a:hover { color:#73a636; }
a.selected { opacity:0.5; }
figure * { transition: all 0.9s ease-in-out;  -webkit-transition: all 0.9s ease-in-out; -moz-transition: all 0.9s ease; -o-transition: all 0.9s ease; -ms-transition: all 0.9s ease-in-out; }
input.error, textarea.error, select.error, input[type='checkbox'].error { border-color:#FF0000; color:#FF0000; background:#FFE5E5; }
label.error { color:#FF0000; font-size:0px; visibility:hidden; float:left; overflow:hidden; height:0px; }
input, select, textarea, button { width:100%; color:#000; padding:8px; font-family: 'Roboto', sans-serif; font-size:14px; border:1px solid #CCC; border-radius:0px; }
input[type='submit'], input[type='button'], input[type='reset'], button, a.btn { white-space:nowrap; border-radius:0px; background:#045080; color:#FFF; cursor:pointer;  border:2px solid #045080; text-transform:uppercase; letter-spacing:2px; font-size:14px; font-weight:400; padding: 10px 20px; display:inline-block; }
input[type='submit']:hover, input[type='button']:hover, button:hover, a.btn:hover { background:#FFF; color:#045080; }
input.btn-primary, a.btn-primary, button.btn-primary{ background:#00a19a; color:#FFF; }
input.btn-primary:hover, a.btn-primary:hover, button.btn-primary:hover { background:#f0fff9; color:#00a19a;  }
input[type='radio']:checked { background:#00a19a; }
input[type='checkbox'], input[type='radio'] { padding:0; height:20px; width:20px; float:left; margin-right:10px; cursor:pointer; margin-bottom:10px; background:#FFF; }
input[type='radio'] { border-radius:200px; }
input[type='checkbox']:checked, input[type='radio']:checked { background:#00a19a; }
input, select, button { height:44px; width:100%; }
select { background: url('select_arrow.png') right center no-repeat #FFF; padding: 8px 35px 8px 8px; -webkit-appearance: none; -moz-appearance: none;  appearance: none;}
label { font-weight:400; padding:2px 0; display:block; color:#000; font-size:14px; }
.buttons { margin: 40px 0; }
.row { margin-bottom:5px; }
.row-privacy { margin: 10px 0;  color:#888; font-size:13px; }
.privacy p { margin:10px 0; font-size:13px; color:#888; padding-left:30px; position:relative; }
.privacy input { position:absolute; left:0; top:0; }
.check-list label { font-size:16px; text-transform:uppercase; }
.check-list li { padding:5px 0 0 35px; position:relative; margin-bottom:5px; }
.check-list li input { left:0; top:2px; position:absolute; }
form h3 { margin-bottom:10px; text-transform:uppercase; }
::placeholder { color: #555; opacity: 1; }
:-ms-input-placeholder { color: #555; }
::-ms-input-placeholder { color: #555; }
img { display:block; }
img.loading { background: url('../images/loading.gif') no-repeat center center #FFF; }
img.scale { width:100%; height:auto; }
label { cursor:pointer; }
span.new { position:absolute; background:#FF0000; color:#FFF; padding:5px 10px; z-index:2; right:20px; text-transform:uppercase; font-size:13px; font-style: italic; }
table { width:100%; }
thead td { background:#114E93; color:#FFF; padding: 5px 10px;  text-transform:uppercase; font-size:11px; font-weight:400; line-height:16px; }
tbody td { border-bottom:1px dotted #CCC; padding: 5px 10px; vertical-align:top; }
.videoWrapper { background:#000; position: relative; padding-bottom: 56.25%; /* 16:9 */	padding-top: 25px; height: 0; }
.videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
iframe {  width: 100%; height:100%; }
.wrapper { width:100%; margin: 0 auto; min-width:720px; clear: both; }
.content { width:100%; max-width:1400px; padding:0 20px; margin: 0 auto; clear: both; position:relative; }
.content-small { max-width:800px; margin: 0 auto; clear: both; padding:0 15px; position:relative; }
.phone_show { display:none; }
.nowrap { white-space:nowrap; }
.mb60 { margin-bottom:60px; }
.mt40 { margin-top:40px; }
.mt20 { margin-top:20px; }
.mb40 { margin-bottom:40px; }
.mb20 { margin-bottom:20px; }
.mb10 { margin-bottom:10px; }
.mr40 { margin-right:40px; }
.mr30 { margin-right:30px; }
.mr20 { margin-right:20px; }
.pl40 { padding-left:40px; }
.align_center { text-align:center; }
.align_right { text-align:right; }
figure { overflow:hidden; position:relative; }
a:hover figure.fade img { opacity:0.8; overflow:hidden; }
a:hover figure.scale img { filter: none; transform: scale(1.1); }
.msg { padding:100px 40px; text-align:center; }
.msg.success { color:green; font-weight:400; }
.msg.error { color:red; font-weight:400; }
.gray { color:#777; }
.label { font-weight:500; display:block; margin-bottom:5px; }

group:before, .group:after { content:""; display:table; }
.group:after { clear:both; }
.col { display: block; float:left; margin: 0 0 0 1.6%; }
.col:first-child { margin-left: 0; }

.span_1_of_2 { width: 49.2%; }
.span_2_of_2 { width: 100%; }

.span_1_of_3 { width: 32.2%; }
.span_2_of_3 { width: 66.1%; }
.span_3_of_3 { width: 100%; }

.span_1_of_4 { width: 23.8%; }
.span_2_of_4 { width: 49.2%; }
.span_3_of_4 { width: 74.6%; }
.span_4_of_4 { width: 100%; }

.span_1_of_5 { width: 18.72%; }
.span_2_of_5 { width: 39.04%; }
.span_3_of_5 { width: 59.36%; }
.span_4_of_5 { width: 79.68%; }
.span_5_of_5 { width: 100%; }

.span_1_of_6 { width: 15.33%; }
.span_2_of_6 { width: 32.26%; }
.span_3_of_6 { width: 49.2%; }
.span_4_of_6 { width: 66.13%; }
.span_5_of_6 { width: 83.06%; }
.span_6_of_6 { width: 100%; }

.span_1_of_8 { width: 11.1%; }
.span_2_of_8 { width: 23.8%; }
.span_3_of_8 { width: 36.5%;}
.span_4_of_8 { width: 49.2%; }
.span_5_of_8 { width: 61.9%; }
.span_6_of_8 { width: 74.6%; }
.span_7_of_8 { width: 87.3%; }
.span_8_of_8 { width: 100%; }

.span_1_of_10 { width: 8.56%; }
.span_2_of_10 { width: 18.72%;  }
.span_3_of_10 { width: 28.88%; }
.span_4_of_10 { width: 39.04%;  }
.span_5_of_10 { width: 49.2%; }
.span_6_of_10 { width: 59.36%; }
.span_7_of_10 { width: 69.52%;  }
.span_8_of_10 { width: 79.68%; }
.span_9_of_10 { width: 89.84%; }
.span_10_of_10 { width: 100%; }
.span_50 { width: 50%; float:left; }
.span_50.text { padding:0 40px; }

.tabs ul { margin:0 auto; text-align:center; }
.tabs li { display:inline-block; }
.tabs a { padding:10px 20px; text-transform:uppercase; border-bottom:2px solid #114E93; display:block; text-align:center; color:#114E93; font-size:13px; font-weight: bold; }
.tabs a.selected, .tabs a:hover { background:#FFF; border-bottom-color:#F28E23; color:#F28E23; text-decoration: none; }
.tabcontent { padding:20px; background:#FFF; }

.justify { text-align:justify; }
.flex { display: flex; align-items: center; justify-content: center; }
.price sup { color:red; margin-left:10px; }

.logo {  margin:0 auto; max-width:1000px; padding:20px 20px 20px 20px; }
.logo img { height:120px; width:auto; }
.ss-menu { top:160px; }

.main { margin:0 auto; max-width:1000px; min-height: -moz-calc(100vh - 350px); min-height: -webkit-calc(100vh - 350px); min-height: calc(100vh - 350px); padding:20px; }
.footer { display:grid; grid-template-columns: auto 250px; border-top:1px solid #73a636; margin:40px auto 0 auto; max-width:960px; padding:20px 0px; font-size:13px; line-height:17px; }
.footer .social { display:grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap:10px; }
.footer .social li { font-size:11px; text-transform:uppercase; position:relative; padding-top:55px; text-align: center; }
.footer .social li i { position:absolute; top:10px; font-size:40px; left:0; right:0; text-align: center; }

.soci { margin:0 auto; display:grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap:20px; }
.soci li { position:relative; text-align:center; padding:60px 0 10px 0; border-bottom:1px solid #DDD; color:#73a636; }
.soci li i { position:absolute; top:20px; left:0; right:0; font-size:30px; color:#73a636; }

.list-news { display:grid; grid-template-columns: 1fr 1fr 1fr; gap:40px; }
.list-news .item h3 { margin: 10px 0; font-size:16px; }
.news h2 { margin-bottom:40px; color:#888; }

.grid-corsi { display:grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap:20px;  }
.grid-corsi img { display:block; }
.grid-corsi h4 { background:#045080; color:white; padding: 8px 10px; margin:0px; font-size:13px; font-weight:500; }
.grid-corsi .item:hover h4 { background:#73a636; }

.list-consiglio { display:grid; grid-template-columns: 1fr 1fr; gap:20px; }
.list-consiglio .item { position:relative; padding:20px 20px 20px 160px; margin-bottom:40px; }
.list-consiglio .item img { position:absolute; left:0; top:0; width:150px; height:auto; border-radius:2px; }
.list-consiglio .item h3 { margin:0 0 10px 0; font-size:16px; font-weight:bold; }
.list-consiglio .item .btn { margin-top:10px; }

.hamburger, .icon-shopping-mobile { display:none; }
.hamburger::after { content:"Menu"; font-size:11px; text-transform:uppercase; color:#73a636; text-align:center; letter-spacing:3px; }

.sidbarmenu { position:fixed; bottom:30px; right:20px; z-index:222; }
.sidbarmenu li { list-style:none; margin-bottom:5px; }
.sidbarmenu li i { width:40px; height:40px; text-align:center; border-radius:200px; color:#FFF;  background:#73a636; padding:10px 0; margin-bottom:1px;  font-size:18px;  }
.sidbarmenu li i:hover { color:#FFF; background:#73a636; }

.intro-buttons { display:grid; grid-template-columns:1fr 1fr 1fr 1fr; gap:20px;  }
.intro-buttons img { border:1px solid #CCC; padding:10px; }
.intro-buttons h4 { text-align:center; margin: 10px 0; font-weight:500; }
.intro-buttons div:hover img { box-shadow: 0px 0px 20px #CCC; }

.column-2 { column-count: 2; column-gap: 40px; }

.home .main-section h2 { margin: 40px 0 20px 0; font-size:30px; font-weight:bold; text-align:center; }

.grid-2 { display:grid; grid-template-columns:1fr 1fr; gap:20px;  }
.grid-3 { display:grid; grid-template-columns:1fr 1fr 1fr; gap:20px;  }
.grid-4 { display:grid; grid-template-columns:1fr 1fr 1fr 1fr; gap:20px;  }
.grid-5 { display:grid; grid-template-columns:1fr 1fr 1fr 1fr 1fr; gap:40px;  }
.grid-6 { display:grid; grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr; gap:40px;  }
.gap60 { gap:60px; }

.subcat { gap:5px; margin-bottom:20px; }

#table_cart { border-collapse: collapse; width:100%; }
#table_cart, #table_cart th, #table_cart td { border-bottom:1px solid #CCC; padding: 8px 10px; font-size:13px; }
#table_cart thead td { background:#00a19a; color:#FFF; padding: 8px 10px; vertical-align:top; }
#table_cart tbody img { margin-right:10px; float:left; width:80px; height:auto; }

.tot { color:#888; }

.box-newsletter { padding:20px; background: rgb(206,224,231); background: linear-gradient(130deg, rgba(206,224,231,1) 0%, rgba(246,246,246,1) 100%); margin-top:80px; }
.box-newsletter h3 i { margin-bottom:20px; font-size:30px; width:80px; height:80px; border:2px solid #000; border-radius:200px; padding-top:25px; margin:0 0 20px 0; text-align:center;}
.box-newsletter h3 { color:#000; }

.pagination { margin: 20px 0 40px 0; text-transform: uppercase; }
.pagination .page { text-align:right; }
.pagination .page a, .pagination .page b { padding:10px 15px; display:inline-block; border:1px solid #DDD; }
.pagination .page b { color: #E50026; }
.pagination .page a:hover { background:#EEE; }
.pagination .result { padding-top:10px; }
/*https://www.codesdope.com/blog/article/12-creative-css-and-javascript-text-typing-animati/*/

