@font-face {
    font-family: 'GillSans';
    src: url("../font/2A8A52_0_0.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'picto-foundry-emotions';
    src: url("../font/picto-foundry-emotions.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: "GillSans", arial;
    background: linear-gradient(135deg, #262B2D 0%, #262B2D 100%);
    font-optical-sizing: auto;
    font-style: normal;

}



[class^='icon-'] {
    padding: 0.2em;
}

section{
    font-size: 20px;
}
.floating-element {
    animation: float 6s ease-in-out infinite;
}
@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

.floating-element {
    animation: float 6s ease-in-out infinite;
}
@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

.floating {
    animation: floating 8s ease-in-out infinite;
}
@keyframes floating {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}
.pulse {
    animation: pulse 4s ease-in-out infinite;
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}
.cl-1{
    color: #009999;
}
.bg-1{
    background: #009999;
    opacity: 0.9;
}
.bg-1:hover{
    opacity: 1;
}

.bg-3{
    background: #262B2D;
}
.bg-2i8{
    background: rgba(30,35,35,0.8);
}
.bg-2{
    background: #1B2021;
}
.cl-3{
    color: #8a8a8a;
}
.parent {
    z-index: 1;
}

.parent::after {
    content: '';
    position: absolute;
    top: 0;
    left: -25%;
    width: 120%;
    height: 100%;
    background: #262B2D;
    opacity: 0.9;
    transform: skewX(-25deg);
    z-index: -1;
}
#header{
    padding:0.5em 0 0.5em 2%;
}
#header>div:last-child{
    border-radius: 100%;
    padding: 0.3em;
    cursor: pointer;
}
#header nav{
    border-left: 1px solid;
    border-color: #8a8a8a;
    z-index: 10;
}
#header nav a{
    font-size: 20px;
    padding: 0 0.3em;
    transition: 0.5s;
}
#header nav span{
    font-size: 28px;
}
#header nav a:hover{
    color: white;
    
}
.section-divider {
    height: 1px;
    background: linear-gradient(to right, transparent, #8a8a8a, transparent);
}
.value-item {
    transition: all 0.3s ease;
    border-left: 3px solid #009999;
}
.value-item:hover {
    border-left-color: #8a8a8a;
    transform: translateX(8px);
}


@media(max-width:720px){
    .parent{
        overflow: hidden;
    }
    .exito{
        width: 100%;
    }
}
.noticias{
    vertical-align: top;
    position: relative;
    width:calc(80% - 1em);
    display: inline-block;
}
.noticias-resientes{
    vertical-align: top;
    position: relative;
    width: calc(20% - 1em);
    display: inline-block;
}