.c-imagesbanners{
background-position: 50% 50%;
background-size: cover;
min-height: 700px;
}
.c-imagefirst{
background-position: 80% 50%;
background-size: cover;
min-height: 700px;
}
.c-imagevillas{
background-position: 50% 50%;
background-size: cover;
min-height: 900px;
}
.c-skia{
min-height: 600px;
max-width: 500px;
padding: 40px;
color: #ffffff;
background-color: rgba(0, 0, 0, 0.5);
}
.c-skia2{
margin-left: auto;
margin-right: 0px;
min-height: 600px;
max-width: 500px;
padding: 40px;
color: #ffffff;
background-color: rgba(0, 0, 0, 0.5);
}
.c-skiavillas{
min-height: 900px;
width: 100%;
padding: 40px;
color: #ffffff;
background-color: rgba(0, 0, 0, 0.5);
}
.c-text1{
text-align: center;
padding-top: 15px;
padding-bottom: 15px;
font-weight: 200;
font-size: 1.1em;
line-height: 1.2em;
}
.c-textvillas{
text-align: justify;
margin: 5%;
padding: 15px;
font-weight: 300;
font-size: 1.1em;
line-height: 1.3em;
}
.c-textvillas2{
text-align: justify;
margin: 15px;
padding: 15px;
font-weight: 300;
font-size: 1.1em;
line-height: 1.3em;
}
.c-texttop{
color: #333333;
font-size: 1.2em;
}
.c-texttop a{
color: #6ba4c5;
font-size: 1.2em;
}
.c-buttonlink{
display: inline-block;
text-decoration: none;
font-weight: 200;
font-size: 1.2em;
line-height: 1.1em;
text-align: center;
padding: 10px 10px;
min-width: 180px;
border: 1px solid #ffffff;
color: #ffffff;
border-radius: 7px;
}
.c-buttonlink:hover {
background-color: #6ba4c5;
color: #ffffff;
border: 1px solid #6ba4c5;
}.c-sailing-container {
    display: flex;
    align-items: center;
}
@media (max-width: 820px) {
.c-sailing-container {
flex-direction: column;
}
}

.c-sailing-container div{
max-width: 50%;
}

@media (max-width: 820px) {
.c-sailing-container div{
max-width: 100%;
margin-top: 5vh;
}
}

.c-sailing-container p{
padding-left: 4vh;
padding-right: 4vh;
}

.c-sailing-container p span{
font-size: 1.4em;
font-weight: 500;
line-height: 1.8em;
}


.c-sailing-container img{
max-width: 45vw;
height: auto;
}

@media (max-width: 820px) {
.c-sailing-container img{
max-width: 100%;
height: auto;
}
}

.c-sailing-title {
font-size: 1.6em;
    line-height: 1em;
    font-weight: 500;
}

.c-sailing-container ul {
display: flex;
    list-style-type: none !important;
    margin-bottom: 20px !important;
}

@media (max-width: 820px) {
.c-sailing-container ul {
flex-direction: column;
}
.c-sailing-container ul li{
margin-top: 20px !important;
}
}.c-espa-container .c-close-espa {
cursor: pointer;
}

.c-espa-container.active-espa {
    position: fixed;
    right: 2%;
    bottom: 4%;
    z-index: 20;
}

.c-espa-container.active-espa .c-espa-mini {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
opacity: 0;
transition: 0.5s;
transition: opacity 0s;
}


.c-espa-container.active-espa .c-espa-mini img {
    width: 110px;
    height: auto;
transition: 0.5s;
    overflow: hidden;
    border-radius: 50%;
}

.c-espa-container.active-espa .c-espa-box {
    transition: 0.5s;
    transition: border-radius 0s;
    width: auto;
overflow: hidden;
height: auto;
position: relative;
z-index: 3;
}



.c-espa-container.active-espa .c-close-espa {
    position: absolute;
    right: 0px;
    top: -18px;
    background-color: #333;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
transition: 0.5s;
z-index: 90;
}

.c-espa-container.active-espa .c-linetop {
    position: absolute;
    width: 12px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    background-color: white;
transition: 0.5s;
}

.c-espa-container.active-espa .c-linebottom {
    position: absolute;
    width: 12px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: white;
transition: 0.5s;
}

.c-espa-container.active-espa p {
width: 90%;
margin: auto;
}

.c-espa-container.active-espa p, .c-espa-container.active-espa a {
opacity: 1;
transition: 0.5s;
}


/* DECTIVATE */

.c-espa-container.deactive-espa {
    position: fixed;
    max-width: auto;
    right: 2%;
    bottom: 3%;
z-index: 20;
transition: 0.5s;
}

.c-espa-container.deactive-espa .c-espa-mini {
    position: absolute;
    transition: 0.5s;
opacity: 1;
}

.c-espa-container.deactive-espa .c-espa-mini img {
    width: 100px;
    height: auto;
    transition: 0.5s;
    overflow: hidden;
    border-radius: 50%;
}

.c-espa-container.deactive-espa .c-espa-box {
    background-color: white;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 15%);
    transition: 0.5s;
    transition: border-radius 0s;
    height: 60px;
    width: 60px;
overflow: hidden;
}


.c-espa-container.deactive-espa .c-close-espa {
    position: absolute;
    right: 0px;
    top: -15px;
    background-color: #333;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
transition: 0.5s;
z-index: 90;
}

.c-espa-container.deactive-espa .c-linetop {
    position: absolute;
    width: 12px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    background-color: white;
transition: 0.5s;
}

.c-espa-container.deactive-espa .c-linebottom {
    position: absolute;
    width: 12px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    background-color: white;
transition: 0.5s;
}

.c-espa-container.deactive-espa p, .c-espa-container.deactive-espa a {
opacity: 0;
transition: 0.5s;
}




.c-espa-container.active-espa .c-espa-box img {
opacity: 1;
transition: 0.5s;
transition: opacity 0s;
height: 50px;
width: 466px;
}

.c-espa-container.deactive-espa .c-espa-box img {
width: 100%;
height: auto;
opacity: 0;
transition: 0.5s;
transition: opacity 0s;
}


@media (max-width:920px) {

.c-espa-container.active-espa {
right: auto;
left: 2vh;
width: 50vw;
}

.c-espa-container.deactive-espa {
bottom: 2vh;
left: 2vh;
right: auto;
}

.c-espa-container.active-espa .c-espa-box img {
    height: auto;
    width: 100%;
}

.c-espa-container.active-espa .c-espa-box {
height:auto;
}


}