body {
font-family: "Geologica", sans-serif;
overflow-x: hidden;
}


/*TOP BANNER*/

.c-topbanner-text {
font-size: 0.9em;
}

.c-topbanner-text a{
font-weight: 900;
}

.c-top-social {
display: flex;
gap: 10px;
    justify-content: flex-end;
    align-items: center;
}

@media (max-width: 912px) {
.c-top-social {
position: absolute;
    right: 5%;
    top: 40%;
}
}

@media (max-width: 400px) {
.c-top-social {
position: absolute;
    right: 5%;
    top: 30%;
}
}



.c-top-social p{
margin-bottom: 0px;
}



.c-top-social img{
height: 20px;
width: auto;
}


.c-top-icons {
    background-color: #004e89;
    display: inline-block;
    padding: 5px;
    border-radius: 30px 30px 33px 4px;
height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*END OF TOP BANNER*/


/*TOP MENU*/

div.topmenu ul ul {
    border-radius: 0px 30px 30px 30px;
}

div.topmenu ul li {
    border-radius: 30px;
}


div.topmenu ul li:nth-child(3) {
    border-radius: 30px 30px 0px 0px;
}


div.topmenu ul li:nth-child(3):hover {
    border-radius: 30px 30px 0px 0px !important;
}

div.topmenu ul li:nth-child(3).active {
    border-radius: 30px;
}
/*END OF TOP MENU*/





/*NEWS*/

div.horizontalitemsnews div.itemcontent {
    border-radius: 30px;
    overflow: hidden;
}

/*END OF NEWS*/


/*FOOTER*/

.c-footer {
display: flex;
gap: 5vh;
justify-content: space-between;
}

@media (max-width: 1024px) {
.c-footer {
gap: 30px;
flex-wrap: wrap;
}
}

@media (max-width: 700px) {
.c-footer {
justify-content: center;
}
}



.c-footer iframe{
height: 250px;
width: 350px;
border-radius: 30px;
}

@media (max-width: 1024px) {
.c-footer iframe{
width: 300px;
}
}

@media (max-width: 700px) {
.c-footer iframe{
width: 100%;
}
}


.c-orario-title {
font-weight: 700;
    text-align: center;
    border-radius: 30px 30px 30px 0px;
    padding: 9px 10px;
    background-color: #004e89;
    color: #fff;
}

.c-orario {
display: flex;
gap: 10px;
justify-content: space-between;
min-width: 300px;
    border-bottom: 1px solid #004e89;
    border-radius: 30px;
    padding: 5px 10px;
    margin-bottom: 12px;
}


.c-orario p{
margin-bottom: 0px;
}


.c-footer-info {
display: flex;
gap: 15px;
align-items: flex-start;
margin-bottom: 10px;
}

.c-footer-info span{
    background-color: #004e89;
    color: #fff;
padding: 5px;
font-size: 1.4em;
text-align: center;
border-radius: 30px 0px 30px 30px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-footer-info p{
margin-bottom: 0px;
}

#innerbelowsite {
    position: relative !important;
}


.c-footer-social {
    position: absolute;
    right: 5%;
    top: -20px;
display: flex;
gap: 15px;
}

.c-footer-social img{
height: 30px;
width: auto;
}


@media (max-width: 540px) {
.c-footer-social img{
height: 25px;
}
}

.c-footer-social div{
scale: 1;
    transition: all 0.6s ease;
}


.c-footer-social div:hover{
scale: 1.2;
}

.c-instagram-container {
    background-color: #004e89;
    display: inline-block;
    padding: 10px;
    border-radius: 30px 30px 33px 4px;
    box-shadow: 4px -3px #ff9c6c;
    border: 1px solid #ff9c6c;
}


.c-facebook-container {
    background-color: #004e89;
    display: inline-block;
    padding: 10px;
    border-radius: 30px 30px 33px 4px;
    box-shadow: 4px -3px #ff9c6c;
    border: 1px solid #ff9c6c;
}.c-newlogo {
    background-image: url('cache/files/notfound');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


a.mobile-header-startlink {
    background-image: url('/cache/files/833c28c297cb7d46348358f858b7e141aef7274a.png');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
width: 220px;
    transform: translate(-50%, 0%);
}

.side-nav__header {
    background-color: transparent;
    background-image: url('/cache/files/833c28c297cb7d46348358f858b7e141aef7274a.png');
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-top: 4vw;
    margin-bottom: 4vw;
}.c-newsletter {
padding-top: 100px;
padding-bottom: 100px;
width: 60%;
margin: auto;
}

.c-newsletter form {
    margin: auto;
}

.c-newsletter form label {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.4em;
    font-weight: 800;
font-family: 'Manrope', sans-serif;
}

.c-newsletter form input {
    padding: 10px;
    border: 2px solid #d3d3d3;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}


.c-newsletter form input:focus-visible {
outline: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.c-newsletter form input::placeholder {
color: #d1d1d5;
font-size: 14px;
}

.c-newsletter form .submit {
margin-top: 20px;
text-align: center;
}

.c-newsletter form .submit button {
    font-size: 14px;
    font-weight: 400;
    padding: 20px 25px;
    color: white;
    background-color: #595959;
    transition: 0.3s;
    letter-spacing: 1px;
    border-radius: 3px;
    border-color: transparent;
    min-width: 170px;
}

.c-newsletter form .submit button:hover {
color: white;
background-color: #e0751b;
}

@media only screen and (max-width: 768px) {
.c-newsletter {
width: 90%;
}
}.c-button-1 {
display: inline-block;
background-color: #004E89;
    color: #fff;
    padding: 15px 25px;
border-radius: 4px 30px 30px 30px;
    font-weight: 600;
    letter-spacing: 4px;
    transition: all 0.6s ease;
    text-decoration: none;
   box-shadow: 5px 5px 0px 0px #F79D65;
font-weight: 900;
}

.c-button-1:hover {
background-color: #F35252;
   box-shadow: 7px 7px 0px 0px #F79D65;
border-radius: 30px;

}.c-flex-1 {
display: flex;
    gap: 5vh;
    align-items: center;
    margin-bottom: 7vh;
}

@media (max-width: 912px) {
.c-flex-1 {
    flex-direction: column;
gap: 30px;
margin-bottom: 30px;
}
}



.c-flex-1 img{
width: 600px;
height: auto;
border-radius: 30px;
}

@media (max-width: 912px) {
.c-flex-1 img{
width: 100%;
}
}



.c-flex-1 p{
font-size: 1.6em;
    font-style: italic;
}

@media (max-width: 912px) {
.c-flex-1 p{
text-align: center;
}
}

@media (max-width: 700px) {
.c-flex-1 p{
font-size: 1.4em;
}
}


.c-flex-2 {
display: flex;
    gap: 5vh;
}

@media (max-width: 912px) {
.c-flex-2 {
    flex-direction: column;
gap: 30px;
}
}

.c-flex-2 p{
font-weight: 700;
}

.c-flex-2 ul{
list-style-position: outside !important;
padding-left: 0px !important;
list-style-type: none !important;
}


.c-flex-2 ul li{
font-size: 1.1em;
margin-bottom: 17px;
background-image: url('/cache/files/cbdb7cb92dba5c508aefb1d16a0f17ac7ca72aeb.svg');
  background-repeat: no-repeat;
  background-size: 22px 22px; 
  background-position: 0 0%;
  padding-left: 30px; 
}.mobile-header {
    box-shadow: none;
}

.mobile-header {
    min-height: 100px;
}

#mobile-header button {
    font-weight: 900;
}

.header__menu-toggle {
    margin-left: 4vw;
}

.side-nav__footer {
    box-shadow: none;
}

.side-nav button.side-nav__hide {
    font-size: 30px;
    font-weight: 900;
}

.side-nav ul {
display: flex;
    flex-direction: column;
    width: 200px;
gap: 1.5vh;
    text-align: center;
    margin: 0 auto;
}


.side-nav ul li a {
    padding-left: 0px !important;
border-radius: 30px;
color: #fff;
}

.side-nav__content li:hover {
    background: #fff;
    border-radius: 30px;
}

.side-nav ul ul {

}.pagetitle {
display: none;
}

.c-o-xoros-mas {
padding-bottom: 7vh;
text-align: center;
max-width: 1280px;
margin: 0 auto;
}


.c-h-omada-mas {
padding-top: 7vh;
text-align: center;
max-width: 1280px;
margin: 0 auto;
}


.c-team {
display: flex;
    gap: 5vh;
    justify-content: center;
    flex-wrap: wrap;
    margin: 7vh auto 7vh auto;
max-width: 1200px;
}

.c-team-box {
display: flex;
    flex-direction: column;
    align-items: center;
width: 450px;
}

.c-team-name {
font-weight: 600;
font-size: 1.6em;
margin-bottom: 0px;
}

.c-team-subname {
color: #349f94;
    font-weight: 700;
    letter-spacing: 1px;
}

.accordion > div {
    display: none;
    background-color: #fff;
    padding: 20px;
    text-align: justify;
border-radius: 0px 0px 30px 30px;
}


.accordion h3 {
    font-size: 1em;
    font-weight: normal;
    cursor: pointer;
    margin-bottom: 0.4em;
    background-color: #004e89;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 30px 30px 30px 0px;
   box-shadow: 5px -5px 0px 0px #F79D65;
text-align: center;
    transition: all 0.6s ease;
position: relative;
padding-left: 35px;
}

.accordion h3:before {
  content: "+";
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 1.4em;
  transition: all 0.6s ease;
}

.accordion.active h3:before {
  content: "-";
}