/*
	General styles
*/


/*
body {
    font-family: "Source Sans Pro", Arial, sans-serif;
    background-color: #c7e1ff;
    font-size: 13px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
html {
    height: 100%
}



h1,
h2,
h3,
h4 {
    font-family: "Josefin Slab", serif;
}

/*h1 {
    font-style: italic;
    font-weight: bold;
    font-size: 40px;
}

h2 {
    font-size: 20px;
}

a,
a:visited {
    text-decoration: none;
    color: #2e639e;
}

a:hover {
    text-decoration: underline;
}

.touchonly {
    display: none;
}

html.touch .touchonly {
    display: block;
}

.noselect,
.noselect * {
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
}

.doselect,
.doselect *:not(.noselect) {
    user-select: text;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

body {
    background-color: transparent;
}*/

body .box-custom {
    width: 100%;
    height: 380px;
    background-color: #23501E;
    border-radius: 190px;
    display: block;
    overflow: visible;
    position: relative;
}

.fixed-container {
    display: flex;
    height: 380px;
    position: absolute;
    top: 0;
    left: 0;
}

#trigger1 {
    position: absolute;
    top: 300px;
}

#trigger2 {
    position: absolute;
    top: 700px;
}

.main-img, .second-image {
    max-height: 120%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    max-width: 100% !important;
}

.img-container {
    width: 40%;
    position: relative;
}

.active {
    opacity: 1 !important;
}

.no-active {
    opacity: 0 !important;
}

.second-image {
    opacity: 0;
}

.main-title {
    width: 60%;
    padding-right: 5%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-title.visible-title {
    width: 60%;
    padding-right: 5%;
}

.aboca-img {
    width: 84px;
}

.visible-title {
    opacity: 1 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.visible {
    opacity: 1 !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

body .main-title p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 0;
}

body .main-title h1 {
    font-family: 'Foco', sans-serif;
    font-style: normal;
    font-size: 44px;
    line-height: 48px;
    font-weight: 400;
    text-align: left;
    color: #fff;
    margin-bottom: 40px;
    margin-top: 0;
}

.arrows {
    position: absolute;
    left: 48.2%;
    top: 50%;
    width: 56%;
    transform: translateY(-50%);
}

body .arrows h2 {
    font-family: 'Foco', sans-serif;
    font-style: normal;
    font-size: 38px;
    line-height: 41px;
    font-weight: 900;
    text-align: left;
    color: #50863C;
    margin-bottom: 0px !important;
    margin-top: 0;
}

body .arrows p {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    line-height: 41px;
    font-weight: 600;
    text-align: left;
    color: #000;
    margin-bottom: 0;
    margin-top: 0;
}

.arrow-item {
    opacity: 0;
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.first-arrow {
    opacity: 0;
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.second-arrow {
    opacity: 0;
    display: flex;
    align-items: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#pin1 .box-custom .arrows .arrow-img {
    width: 58px;
    content: url("../images/arrow.png");
    max-width: 58px !important;
}

.arrow-img.deg-neg-10 {
    transform: rotate(-10deg);
}

.arrow-img.deg-45 {
    transform: rotate(45deg);
}

.arrow-img.deg-25 {
    transform: rotate(25deg);
}

.first-arrow .arrow-img {
    transform: rotate(-1deg);
}

.second-arrow .arrow-img {
    transform: rotate(45deg);
    margin-top: -50px;
}

.arrows .icon {
    width: 125px;
    margin: 0 40px;
}

.switch-multilingua img {
    width: 21px;
}

.switch-multilingua .btn.dropdown-toggle {
    box-shadow: none !important;
    padding: 0 10px;
}

body .switch-multilingua a {
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    line-height: 22px;
    font-weight: 600 !important;
    text-align: left;
    color: #000;
    margin-bottom: 0;
    margin-top: 0;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    text-decoration: none;
}

.switch-multilingua .caret {
    background-image: url(../images/freccia-down.png);
    background-position: center;
    width: 11px;
    height: 6px;
    margin-left: 5px !important;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    border: none !important;
    display: inline-block !important;
}

.switch-multilingua .dropdown-menu {
    background-color: #C2DDC4;
    box-shadow: none;
    width: unset;
    max-width: unset;
    min-width: unset;
    margin: 0;
    padding: 0;
    margin-top: 23px;
}

.switch-multilingua .dropdown-menu a {
    padding: 5px 30px 5px 10px !important;
    background-color: #C2DDC4 !important;
}

.switch-multilingua .dropdown-menu li:first-child a {
    padding: 15px 30px 0px 10px;
}

.switch-multilingua .dropdown-menu li:last-child a {
    padding: 0px 30px 15px 10px;
}

.switch-multilingua a:hover {
    color: #000;
}

@media (max-width: 1100px) {
    .main-img {
        width: 380px;
        top: -10px;
        left: -90px;
    }
    .second-image {
        width: 450px !important;
    }
}

body .arrows .preicon-text {
    font-family: 'Foco', sans-serif;
    font-style: normal;
    font-size: 25px;
    line-height: 32px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 50px !important;
    margin-top: 0;
    color: var(--e-global-color-primary );
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}