#contenttop h1, #rightytop h1, #rightyl h1 {
font-weight: 100;
font-size: 2em;
line-height: 1.4em;
text-align: center;
margin-top: 40px;
margin-bottom: 40px;
padding-bottom: 20px;
}
.contactform p, .contactform div.submit {
   text-align: center;
}
.firstpagenews {
    max-width: 1280px;
    margin: 0 auto;
padding-left: 20px;
padding-right: 20px;
}
.c-images{
background-position: 50% 50%;
background-size: cover;
min-height: 375px;
}
.c-skia{
min-height: 375px;
width: 100%;
background-color: rgba(0, 0, 0, 0.4);
}
.c-skia:hover{
height: 100%;
width: 100%;
background-color: rgba(0, 0, 0, 0.8);
}
.c-titlos1{
display: block;
text-align: center;
padding-top: 35%;
font-weight: 200;
font-size: 2.4em;
color: #ffffff;
}
.c-titlos1 a{
text-decoration: none;
color: #ffffff;
}
.c-titlos2{
display: block;
text-align: center;
margin-top: 30px;
font-weight: 200;
font-size: 1.6em;
color: #ffffff;
}
.c-titlos2 a{
text-decoration: none;
color: #ffffff;
}
.c-titlos3{
display: block;
padding: 10px;
font-weight: 900;
font-size: 1.4em;
text-align: center;
background-color: #4894b2;
color: #ffffff;
}
.c-text1{
display: block;
font-weight: 300;
font-size: 1.2em;
line-height: 2em;
text-align: center;
}
.c-text2{
display: block;
font-weight: 600;
font-size: 1.2em;
line-height: 2em;
}
.c-text3{
display: block;
font-weight: 300;
font-size: 1.2em;
line-height: 1.6em;
}
.c-buttonlink{
display: inline-block;
text-decoration: none;
font-weight: 900;
font-size: 1.2em;
line-height: 1.2em;
text-align: center;
padding: 15px 15px;
min-width: 190px;
color: #ffffff;
background-color: #4894b2;
}
.c-buttonlink:hover {
background-color: #333333;
}.c-espa-container .c-close-espa {
cursor: pointer;
}

.c-espa-container.active-espa {
    position: fixed;
    max-width: auto;
    right: 3%;
    bottom: 3%;
    z-index: 999;
transform: scale(1);
}

.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 {
    background-color: white;
padding: 10px;
    text-align: center;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 15%);
    transition: 0.5s;
    transition: border-radius 0s;
    width: auto;
    height: 130px;
overflow: hidden;
position: relative;
z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}



.c-espa-container.active-espa .c-close-espa {
    position: absolute;
    right: 0px;
    top: -45px;
    background-color: black;
    width: 35px;
    height: 35px;
    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: 20px;
    height: 3px;
    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: 20px;
    height: 3px;
    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: 3%;
    bottom: 3%;
z-index: 999;
transition: 0.5s;
transform: scale(1);
}

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

.c-espa-container.deactive-espa .c-espa-mini img {
    width: 100%;
    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: 100px;
    width: 100px;
overflow: hidden;
}


.c-espa-container.deactive-espa .c-close-espa {
    position: absolute;
    right: 0px;
    top: -15px;
    background-color: black;
    width: 35px;
    height: 35px;
    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: 20px;
    height: 3px;
    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: 20px;
    height: 3px;
    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: auto;
}

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


@media (max-width:768px) {

.c-espa-container.active-espa {
transform: scale(0.8);
}

.c-espa-container.deactive-espa {
transform: scale(0.8);
}

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

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

}




.notloggedin .c-solids {
position: fixed;
bottom: 4vh;
left: 2vw;
z-index: 100;
}

@media (max-width: 912px) {
.c-solids {
position: relative;
        bottom: auto;
        left: 50%;
        z-index: 100;
        transform: translateX(-50%);
}

}