html * {
    font-family: 'Roboto', sans-serif !important;
    -webkit-font-kerning: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.tomas  {
    -webkit-font-kerning: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.Mask{
    -webkit-font-kerning: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#body {
    padding-bottom: 5px;
}

.cookiealert {
    display: none;
    position: fixed;
    bottom: 0 !important;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background: #212327;
}

    .cookiealert.show {
        display: block;
        opacity: 1;
        transform: translateY(0%);
        transition: all 1000ms ease-out;
    }
    
    
    .cookiealert a {
        text-decoration: underline
    }

    .cookiealert .acceptcookies {
        margin-left: 10px;
        vertical-align: baseline;
    }


footer {
    height: 100px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus{
    outline: none;
    border-radius: 0px;
    border:none;
    box-shadow: none;
}

.navbar-toggler-icon,
.navbar-toggler.third-button
{
    outline: none;
    border-radius: 0px;
    border:none;
    box-shadow: none;
}


.animated-icon3 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.navbar-custom {
    /*border-bottom: solid;*/
    /*border-bottom-width:2px;*/
    /*border-bottom-color: #4a3f35 ;*/
    
    /*background-color: #c4c4c4;*/
    background-image: url("../images/divMainSecond.png");
    background-size: cover;
}
/* change the brand and text color */
/*.navbar-custom .navbar-brand {*/
/*    text-transform: uppercase;*/
/*    font-weight: 700;*/
/*    color: #f5f5f5;*/
/*    text-shadow: 1px 1px 1px #919191,*/
/*    1px 2px 1px #919191,*/
/*    1px 2px 1px #919191,*/
/*    1px 2px 1px #919191,*/
/*    1px 2px 1px #919191,*/
/*    1px 2px 1px #919191;*/
/*}*/

/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: #1b1c25;
    font-family: 'Roboto Light', sans-serif !important;
    font-weight: 100;
    /*text-shadow: 1px 1px 1px #07004c,*/
    /*1px 1px 1px #07004c,*/
    /*1px 1px 1px #07004c,*/
    /*1px 1px 1px #07004c,*/
    /*1px 1px 1px #07004c,*/
    /*1px 1px 1px #07004c;*/
    font-size: 18px;
    float: right;
}


/* change the color of active or hovered links */
/*.navbar-custom .nav-item.active .nav-link,*/
/*.navbar-custom .nav-item:hover .nav-link {*/
/*    */
/*color: #005086;}*/

.animated-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 100;
    left: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.animated-icon3 span {
    background: #07004c;
}


/* Icon 4 */

.animated-icon3 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 8px;
}

.animated-icon3.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
    left: 8px;
}
.acceptcookies{
    margin-top: 15px !important; 
}


.text{
    font-size: 25px;
    display: inline-block;
    /*font-size: 15vmin;*/
    line-height: 1.205;
}

.text__first, .text__second, .text__third{
    position: relative;
    font-size: 25px;
}

.text__word_first{
        font-weight: 700;
        color: #f5f5f5;
        text-shadow: 1px 2px 1px #07004c,
        1px 2px 1px #07004c,
        1px 2px 1px #07004c,
        1px 2px 1px #07004c,
        1px 2px 1px #07004c,
        1px 2px 1px #07004c;
    opacity: 0;
    font-size: 25px;
}
.text__word_second{
    font-weight: 700;
    color: #f5f5f5;
    text-shadow: 1px 2px 1px #07004c,
    1px 2px 1px #07004c,
    1px 2px 1px #07004c,
    1px 2px 1px #07004c,
    1px 2px 1px #07004c,
    1px 2px 1px #07004c;
    opacity: 0;
    font-size: 18px;
}
.text__word_third{
    font-weight: 700;
    color: #f5f5f5;
    text-shadow: 1px 1px 1px #919191,
    1px 2px 1px #919191,
    1px 2px 1px #919191,
    1px 2px 1px #919191,
    1px 2px 1px #919191,
    1px 2px 1px #919191;
    opacity: 0;
    font-size: 18px;
}

.text__first-bg, .text__second-bg ,.text__third-bg{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    transform-origin: left;
    transform: scaleX(0);
}

.header-navbar{
    position: relative;
    font-family: 'Roboto Light', sans-serif !important;
    font-size: 25px;
    margin-top: 20px;
}

.text__first-bg{
    background-color: yellow;
    opacity: 60%;
}
.text__second-bg{
    background-color: green;
    opacity: 60%;
}
.text__third-bg{
    
    background-color: red;
    opacity: 60%;
}
.text__second{
    font-size: 25px;
    /*margin-left: 15vmin;*/
}



.text__third{
    margin-top: 12px;
    font-size: 25px;
    /*margin-left: 15vmin;*/
}


.context {
    float:left;
    width: 100%;
    top:0;

}

.context h1{
    color: #fff;
    font-size: 50px;
}


.area{
    background: #4e54c8;
    height: 0;
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
    width: 100%;

}

.circles{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}


.navbar-collapse
{
    width: 30% !important;
    z-index: 1000;    
}

.nav navbar-nav mr-auto{
    z-index: 1000 !important;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;

}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 1s;
    animation-duration: 14s;
}

.circles li:nth-child(3){
    left: 66.3%;
    width: 20px;
    height: 20px;
    animation-delay: 3s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 1s;
    animation-duration: 7s;
}

.circles li:nth-child(5){
    left: 32.5%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 35%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 10s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 55%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

.circles li:nth-child(11){
    left: 22%;
    width: 80px;
    height: 80px;
    animation-delay: 20s;
}


.circles li:nth-child(12){
    left: 12%;
    width: 20px;
    height: 20px;
    animation-delay: 1s;
    animation-duration: 9s;
}

.circles li:nth-child(13){
    left: 60%;
    width: 20px;
    height: 20px;
    animation-delay: 7s;
}

.circles li:nth-child(14){
    left: 20%;
    width: 45px;
    height: 40px;
    animation-delay: 1s;
    animation-duration: 7s;
}

.circles li:nth-child(15){
    left: 13%;
    width: 66px;
    height: 66px;
    animation-delay: 22s;
}

.circles li:nth-child(16){
    left: 65%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(17){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(18){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 10s;
    animation-duration: 45s;
}

.circles li:nth-child(19){
    left: 20%;
    width: 70px;
    height: 70px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(20){
    left: 45%;
    width: 100px;
    height: 100px;
    animation-delay: 0s;
    animation-duration: 17s;
}

@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}


.wordCarousel {
    font-size: 25px;
    font-family: 'Roboto Light', sans-serif !important;
    font-weight: 100;
    color: #b0cac7;
    text-shadow: 1px 1px 1px #07004c,
    1px 1px 1px #07004c,
    1px 1px 1px #07004c,
    1px 1px 1px #07004c,
    1px 1px 1px #07004c,
    1px 1px 1px #07004c;
}
.wordCarousel div {
    overflow: hidden;
    position: relative;
    float: right;
    height: 65px;
    padding-top: 10px;
    margin-top: -10px;
}
.wordCarousel li {
    font-family: 'Roboto Light', sans-serif !important;
    color: #bbe1fa;
    font-weight: 100;
    padding: 0 10px;
    height: 45px;
    margin-bottom: 45px;
    display: block;
    text-shadow: 1px 1px 1px #07004c,
    1px 1px 1px #07004c,
    1px 1px 1px #07004c,
    1px 1px 1px #07004c,
    1px 1px 1px #07004c,
    1px 1px 1px #07004c;
    font-size: 25px;
}
.flip4 {
    margin-left: -42px;
}

.flip2 { animation: flip2 6s cubic-bezier(0.23, 1, 0.32, 1.2) infinite; }
.flip3 { animation: flip3 8s cubic-bezier(0.23, 1, 0.32, 1.2) infinite; }
.flip4 { animation: flip4 10s cubic-bezier(0.23, 1, 0.32, 1.2) infinite; }

@keyframes flip2 {
    0% { margin-top: -180px; }
    5% { margin-top: -90px;  }
    50% { margin-top: -90px; }
    55% { margin-top: 0px; }
    99.99% { margin-top: 0px; }
    100% { margin-top: -270px; }
}

@keyframes flip3 {
    0% { margin-top: -270px; }
    5% { margin-top: -180px; }
    33% { margin-top: -180px; }
    38% { margin-top: -90px; }
    66% { margin-top: -90px; }
    71% { margin-top: 0px; }
    99.99% { margin-top: 0px; }
    100% { margin-top: -270px; }
}

@keyframes flip4 {
    0% { margin-top: -360px; }
    5% { margin-top: -270px; }
    25% { margin-top: -270px; }
    30% { margin-top: -180px; }
    50% { margin-top: -180px; }
    55% { margin-top: -90px; }
    75% { margin-top: -90px; }
    80% { margin-top: 0px; }
    99.99% { margin-top: 0px; }
    100% { margin-top: -270px; }
}
.carousel,
.carousel-inner {
    height: 350px;
}

.item {
    zoom: 100;
    max-width: 100vw;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.container-fluid{
    padding: 0 !important;
}

#divFirst{
    overflow: hidden;
    background-image: url("../images/divMainSecond.png");
    width: 100%;
    border-top: #b8daff;
    border-top-width: 2px;
    border-top-style: solid;
    border-right: #b8daff;
    border-right-width: 2px;
    border-right-style: solid;
    margin:0 auto;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#divFirst:hover  
{
    cursor: pointer;
}

#divSecond{
    background-image: url("../images/divMainOne.png");
    width: 100%;
    height: 100px;
    border-top: #b8daff;
    border-top-width: 2px;
    border-top-style: solid;
    border-right: #b8daff;
    border-right-width: 2px;
    border-right-style: solid;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;  
}

#divThird{
    background-image: url("../images/divMainThird.png");
    width: 100%;
    height: 100px;
    background-size: cover;
    border-top: #b8daff;
    border-top-width: 2px;
    border-top-style: solid;
    background-repeat: no-repeat;
    background-position: center;
}
.header-page-nav-first{
    font-size: 18px;
    font-family: 'Roboto' , sans-serif; !important;
    /*font-weight: 100;*/
    text-decoration:none;
    color: #002250;
    margin-left: 25px;
    -webkit-font-smoothing: antialiased;
    -webkit-font-kerning: normal;
    /*text-shadow: 1px 1px 1px #585858,*/
    /*1px 1px 1px #585858,*/
    /*1px 1px 1px #585858,*/
    /*1px 1px 1px #585858,*/
    /*1px 1px 1px #585858,*/
    /*1px 1px 1px #585858;*/
}

.header-page-nav-first:hover{
    color: #002250;
    text-decoration:none;
}

.p-nav-page-first{
    font-family: 'Roboto', sans-serif !important;
    color: #002250;
    font-weight: 100;
    /*text-shadow: 1px 1px 1px darkblue,*/
    /*1px 1px 1px darkblue,*/
    /*1px 1px 1px darkblue,*/
    /*1px 1px 1px darkblue,*/
    /*1px 1px 1px darkblue,*/
    /*1px 1px 1px darkblue;*/
    -webkit-font-smoothing: antialiased;
    -webkit-font-kerning: normal;
    margin-bottom: 1px;!important;
    font-size: 15px;
}


.header-page-nav-second{
    font-size: 18px;
    font-family: 'Roboto' , sans-serif; !important;
    /*font-weight: 100;*/
    text-decoration:none;
    color: ghostwhite;
    margin-left: 25px;
    -webkit-font-smoothing: antialiased;
    -webkit-font-kerning: normal;
    /*text-shadow: 1px 1px 1px #585858,*/
    /*1px 1px 1px #585858,*/
    /*1px 1px 1px #585858,*/
    /*1px 1px 1px #585858,*/
    /*1px 1px 1px #585858,*/
    /*1px 1px 1px #585858;*/
}

.header-page-nav-second:hover{
    color: ghostwhite;
    text-decoration:none;
}

.p-nav-page-second{
    font-family: 'Roboto', sans-serif !important;
    color: ghostwhite;
    font-weight: 100;
    /*text-shadow: 1px 1px 1px darkblue,*/
    /*1px 1px 1px darkblue,*/
    /*1px 1px 1px darkblue,*/
    /*1px 1px 1px darkblue,*/
    /*1px 1px 1px darkblue,*/
    /*1px 1px 1px darkblue;*/
    -webkit-font-smoothing: antialiased;
    -webkit-font-kerning: normal;
    margin-bottom: 1px;!important;
    font-size: 15px;
}

.container-head{
    margin-top: 10px;
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
}


