/*HEADER*/

.top_info_contactop {
    position: fixed;
    /* width: calc(100% - 100px); */
    width: 100%;
    display: flex;
    /* flex-direction: row; */
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: rgba(255, 255, 255, 0);
    margin-left: 0px;
    z-index: 11;
    color: #06397b;
    font-size: 14px;
    font-family: gordita_medium, sans-serif;
    letter-spacing: 1px;
    /* float: left; */
    text-align: center;

}

.top_info_contactop a {
    color: #06397b;
}

.top_info_contactop div {
    padding: 0 10px;
}

.main_container {
    height: 100%;
    position: relative;
}

.main_title_container {
    padding: 0 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    left: 50px;
}

.main_title {
    font-style: normal;
    padding: 0 50px;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-width: 600px;
    height: 150px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin: 0;
    left: 0px;
    transition: left 0.5s ease-in;
}

.main_title.active {
    left: 0;
    transition: left 0.5s ease-in;
}

.logo_container {
    font-style: normal;
    padding: 0 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    width: 150px;
    height: 150px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    margin: 0 20px;
    left: 200px;
    transition: left 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.logo_container.active {
    left: 10px;
    transition: left 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.logo {
    position: absolute;
    left: 0px;
    z-index: 2;
}

.main_title .main {
    font-weight: 600;
    font-size: 125px;
    line-height: 1.2;
    font-family: 'Merriweather', serif;
    color: #06397b;
    left: -550px;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 1;
    z-index: 1;
    transition: left 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.main_title .main.active {
    left: 30px;
    opacity: 1;
    transition: left 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

@media screen and (max-width:850px) {
    /* .main_title_container {
        padding: 0 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        left: 50px;
    }
    .logo_container {
        font-style: normal;
        padding: 0 0px;
        margin: 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        min-width: 150px;
        width: 150px;
        height: 150px;
        position: relative;
        overflow: hidden;
        z-index: 2;
        margin: 0;
        left: 0px;
        transition: left 0.3s ease-in;
    }
    .logo_container.active {
        left: 0px;
        transition: left 0s ease-in;
    }
    .main_title .main {
        font-weight: 600;
        font-size: 125px;
        line-height: 1.2;
        font-family: 'Merriweather', serif;
        color: #06397b;
        left: 0px;
        top: -200px;
        position: absolute;
        text-align: center;
        height: 100%;
        width: 100%;
        opacity: 1;
        z-index: 1;
        transition: left 0.5s ease 1s;
    }
    .main_title .main.active {
        left: 30px;
        top: 0px;
        opacity: 1;
        transition: top 0.5s ease-in 0s;
    }*/
}

.main_title .upper_title {
    font-weight: 100;
    font-family: gordita_light, sans-serif;
    margin-left: 10px;
}

.main_title .main::after {
    height: 0px;
    width: 10%;
    background: white;
    content: "";
    margin-left: 10px;
    margin-top: 10px;
    display: block;
}

.main_title_container .sub_title {
    font-weight: 100;
    font-family: gordita_light, sans-serif;
    margin-left: 10px;
    font-size: 18px;
}
.overlay_mobile{
    display: none;
}

.home_video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
   /* background-position: center;
    background-size: cover;
    background: url(../img/66_1_small.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-filter: blur(1px);*/
    /* Safari */
    filter: blur(1px);
}

.home_video video {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
}

.sub_title {
    padding: 20px 0;
    z-index: 1;
}

.sub_title ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.sub_title li {
    color: #06397b;
    list-style: none;
    padding: 0 20px;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: gordita_medium, sans-serif;
    /* font-family: 'Fjalla One', sans-serif; */
    letter-spacing: 5px;
    cursor: pointer;
    opacity: 0;
    transform: translate(0%, -20%);
}

.sub_title li a {
    color: #06397b;
}

.sub_title.active li:nth-child(1) {
    opacity: 1;
    transform: translate(0%, 0%);
    transition: all 0.5s ease 1s;
}

.sub_title.active li:nth-child(2) {
    opacity: 1;
    transform: translate(0%, 0%);
    transition: all 0.5s ease 1.5s;
}

.sub_title.active li:nth-child(3) {
    opacity: 1;
    transform: translate(0%, 0%);
    transition: all 0.5s ease 2s;
}

.descubre {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    width: calc(100% - 100px);
    margin-left: 50px;
    z-index: 1;
}



.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}