* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul { padding: revert;}

body {
    font-family: 'open sans';
}
.oculto { display: none !important; }
.mostrar { display: block;  
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */ 
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
.contenedor {
    padding: 15px 0;
    width: 90%;
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
}

.wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  

.titulo {
    
    font-size: 30px;
    text-align: left;
    margin-bottom: 60px;
    width: auto; /* 386px */
    height: auto; /* 78px */
    overflow: visible;
    white-space: pre;
    font-weight: 700;
    font-style: normal;
    color: var(--token-772d0cd9-b632-443a-8d96-c2312b86b16f, #651D32) /* {"name":"Colores gobierno 3"} */;
    font-size: 65px;
    letter-spacing: 0px;
    line-height: 1.2;
      

}
.calendario{
    width: auto;
    height: auto;
    
  
}
.pdf{
    width: 30%;
    height: 30%;
  
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #651D32;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
  }
  
  /* Add Animation */
  @-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
  }
  
  @keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
  }
  
  /* The Close Button */
  .button-modal{
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden; 
    color:#ffffff;       
}
  .close {
     
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  
  .modal-header {
    padding: 2px 16px;
    background-color: #651D32;
    color: white;
  }
  
  .modal-body {padding: 2px 16px;}
  
  .modal-footer {
    padding: 2px 16px;
    background-color: #c79656;
    color: white;
  }


.button1 {
    text-decoration:none;
    font-weight: 600;
    font-size: 20px;
    color:#ffffff;
    padding-top:15px;
    padding-bottom:20px;
    padding-left:40px;
    padding-right:40px;
    background-color:#651D32;
    border-color: #d8d8d8;
    border-width: 3px;
    border-style: solid;
    border-radius:35px;
    margin-bottom: 10px;
    
    }
    .botones1{
        padding-top:130px;
        }
    .button {
        text-decoration:none;
        font-weight: 600;
        font-size: 20px;
        padding-top:15px;
        padding-bottom:15px;
        padding-left:40px;
        padding-right:40px;
        border-width: 3px;
        border-style: solid;
        border-radius:35px;
        }
    .btn-green { background-color: greenyellow; color: hotpink; }


    iframe { width: 850px; height: 400px; }

    
.aprenderan {
    
  
        width: 265px;
        height: 47px;
        background-color: var(--token-e413febd-257e-4395-839e-4cb077ac5038, #831c3f);
        overflow: visible;
      }
.aprenderantext{
    
        width: auto; /* 273px */
        height: auto; /* 35px */
        overflow: visible;
        white-space: pre;
        font-weight: 500;
        font-style: normal;
        
        color: #ffffff;
        font-size: 29px;
        letter-spacing: 0px;
        line-height: 1.2;
      }
  
.h3{
        width: auto; /* 1220px */
        height: auto; /* 50px */
        overflow: visible;
        white-space: pre;
        font-weight: 500;
        font-style: normal;
        color: var(--token-cc83342a-1568-43db-8ac9-202374866561, #15473c) /* {"name":"Colores gobierno 1"} */;
        font-size: 35px;
        letter-spacing: 0px;
        line-height: 1.2;
      
}
.logonav{
    width: 180px;
    padding: 5px 0px 0 10px;
}
/* Header */

header {
    width: 100%;
    height: 100%;
    background: #bc4e9c;
    /* fallback for old browsers */
    background:  url(../img/fondoregistro.png);
    /* Chrome 10-25, Safari 5.1-6 */
    background: url(../img/fondoregistro.png);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

nav{
    text-align: right;
    padding: 25px 25px 0 0;
    width: 100%;
     height: 70px;
     background-color: var(--token-cc83342a-1568-43db-8ac9-202374866561, #651D32);
     overflow: visible;
}

nav > a{
    color:#fff;
    font-weight: 300;
    text-decoration: none;
    text-align: left;
    margin-right: 10px;
}

nav > a:hover{
    text-decoration: underline;
    
}

header .textos-header{
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;

}
.amarillo{
    
        width: 100%;
        height: 33px;
        background-color: var(--token-772d0cd9-b632-443a-8d96-c2312b86b16f, #c79656);
        color:#fff;
        overflow: visible;
        position: relative; display: flex;
        
        flex-direction: column;
        
}
.amarillotext {
    width: auto; /* 471px */
    height: auto; /* 24px */
    overflow: visible;
    white-space: pre;
    font-weight: 600;

    color:#ffffff;
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 1.2;
  }
.amarillo2{
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    top:100%;
    
}
.amarillo-foot{
    width: 100%;
    height: 25px;
    background-color: var(--token-772d0cd9-b632-443a-8d96-c2312b86b16f, #c79656);
    overflow: visible;
    position: relative; display: flex;
    text-align: left;
    flex-direction: column;
    
}
.verdenav{
    text-align: center;
    padding: 30px 50px 0 0;
    width: 100%;
    min-height: 70px;
    height: auto;
     background-color: var(--token-cc83342a-1568-43db-8ac9-202374866561, #651D32);
     overflow: visible;
     

}
.verde-text1{
    width: auto; /* 508px */
    height: auto; /* 26px */
    overflow: visible;
    white-space: pre;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 1.2;
      
}
.wrapper > div { font-size: calc(1em + 1vw); font-weight: 700; color: #ffffff;  font-style: normal; letter-spacing: 0px; line-height: 1.2; margin-bottom: 10px; font-size: 15px;}

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

.textos-header h2{
    font-size: 30px;
    font-weight: 300;
    color:#fff;
}

.wave{
    position: absolute;
    bottom: 0;
    width: 100%;
}

/* About us */

main .sobre-nosotros{
    padding: 30px 0 60px 0;
}
.contenedor-sobre-nosotros{
    display: flex;
    justify-content: space-evenly;
}

.imagen-about-us{
    width: 48%;
}

.sobre-nosotros .contenido-textos{
    width: 48%;
}

.contenido-textos h3{
    margin-bottom: 15px;
}

.contenido-textos h3 span{
    background: #4d0686;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    padding: 2px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
    margin-right: 5px;
}

.contenido-textos p{
    padding: 0px 0px 30px 15px;
    font-weight: 300;
    text-align: justify;
}

/* Galeria */


.portafolio{
    background: #f2f2f2;
    background-color: rgba(0, 0, 0, .6);
    width: 100%;
    height: 50%;
    bottom: 100%x;
  
}
.portafolio1{
    background: #f2f2f2;
    background-color: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    bottom: 1150px;
    text-align: center;

}

.galeria-port{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.imagen-port{
    width: 14%;
    color:white;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
    height: 14%;
}
.imagen-port1{
    width: 30%;
    color:rgb(255, 255, 255);
    margin-bottom: 34px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    box-shadow: 0 0 6px 0 rgba(255, 250, 250, 0.5);
    height: 50%;
    text-align: center;
}

.imagen-port > img{
    width: 100%;
   
    object-fit: cover;
    display: block;
}

.hover-galeria{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    transform: scale(0);
    background: rgba(184, 117, 17, 0.7);
    transition: transform .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  
}

.hover-galeria img{
    width: 50px;
}

.hover-galeria p{
    color: #fff;
    text-align: center;
}

.imagen-port:hover .hover-galeria{
    transform: scale(1);
}

/* Clients */
.cards{
    display: flex;
    justify-content: space-evenly;
    
}

.cards .card{
  
    background-color: #f5f5f5;
    width: 100%;
    height: 410px;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 20px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.6);
    
}

.cards .card img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border: 6px solid #fff;
    display: block;
    align-items: center;
}

.cards .card > .contenido-texto-card{
    width: 90%;
    text-align: center;
    color: rgb(68, 68, 68);
}

.cards .card > .contenido-texto-card p{
    font-weight: 300;
    padding-top: 5px;
}

/*  Our team */

.about-services{
    background: #f2f2f2;
    padding-bottom: 30px;
}


.servicio-cont{
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.servicio-ind{
    width: 100%;
    text-align: justify;
    
}

.servicio-ind img{
    width: 90%;
}

.servicio-ind h3{
    margin: 10px 0;
}

.servicio-ind p{
    font-weight: 300;
    text-align: justify;
}

/* footer */

footer{
    background: #651D32;
    padding: 60px 0 30px 0;
    margin: auto;
    overflow: hidden;
 
        width: 100%;
        height: auto;
        background-color: #dedede;
        overflow: visible;
      }


.contenedor-footer{
    display: flex;
    width: 90%;
    justify-content: space-evenly;
    margin: auto;
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
}

.content-foo{
    text-align: center;
}

.content-foo h4{
    color: #fff;
    border-bottom: 3px solid #af20d3;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.content-foo p{
    color: #ccc;
}
.imagen-about-usa{
    
    justify-content: left;
   
}


.titulo-final{
    text-align: center;
    font-size: 24px;
    margin: 20px 0 0 0;
    color: #9e9797;


}


.imagen5{
    width: 50%;  
    position: relative; 
    align-items: center; 
    flex-direction: column;
    text-align: center;
    
}
.btn-img { cursor:pointer;}

@media screen and (max-width:900px){
    header{
        background-position: center;
    }

    .contenedor-sobre-nosotros{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .calendario{
    width: auto;
    height: auto; }

    
        .imagen-port{
    
            width: 8%;
            color:white;
            margin-bottom: 30px;
            overflow: hidden;
            position: relative;
            cursor: pointer;
            box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
            height: 14%;
        }
        .imagen-port1{
            width: 30%;
            color:rgb(255, 255, 255);
            margin-bottom: 34px;
            overflow: hidden;
            position: relative;
            cursor: pointer;
            box-shadow: 0 0 6px 0 rgba(255, 250, 250, 0.5);
            height: 50%;
            text-align: center;
        }




.botones1{
    padding-top:30px;
    }
    
.titulo {
    
    font-size: 30px;
    text-align: left;
    margin-bottom: 60px;
    width: auto; /* 386px */
    height: auto; /* 78px */
    overflow: visible;
    white-space: pre;
    font-weight: 700;
    font-style: normal;
   
    color: var(--token-772d0cd9-b632-443a-8d96-c2312b86b16f, #c79656) /* {"name":"Colores gobierno 3"} */;
    font-size: 55px;
    letter-spacing: 0px;
    line-height: 1.2;
      
}
iframe { width: 250px; height: 280px; }
    .amarillo{
    
        width: 100%;
        height: 33px;
        background-color: var(--token-772d0cd9-b632-443a-8d96-c2312b86b16f, #c79656);
        color:#fff;
        overflow: visible;
        position: relative; display: flex;
        
        flex-direction: column;
        
}
.amarillotext {
    width: auto; /* 471px */
    height: auto; /* 24px */
    overflow: visible;
    white-space: pre;
    font-weight: 600;

    color:#15473c;
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 1.2;
  }
.amarillo2{
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    top:50px;
    
}
.amarillo-foot{
    width: 100%;
    height: 25px;
    background-color: var(--token-772d0cd9-b632-443a-8d96-c2312b86b16f,) ;
    overflow: visible;
    position: relative; display: flex;
    text-align: left;
    flex-direction: column;
    
}
.verdenav{
    text-align: center;
    padding: 30px 50px 0 0;
    width: 100%;
     background-color: var(--token-cc83342a-1568-43db-8ac9-202374866561, #651D32);
     overflow: visible;
     

}
.verde-text1{
    width: auto; /* 508px */
    height: auto; /* 26px */
    overflow: visible;
    white-space: pre;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 1.2;
       }
      
.imagen5{
        width: 100%;  
        position: relative; 
        align-items: center; 
        flex-direction: column;
        text-align: center;
        
    }

    .sobre-nosotros .contenido-textos{
        width: 90%;
    }

    .imagen-about-us{
        width: 90%;
    }

    /* Galeria */

    .imagen-port{
        width: 44%;
    }

    /* Clientes */

    .cards{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .cards .card{
        width: 90%;
    }

    .cards .card:first-child{
        margin-bottom: 30px;
    }

    /* servicios */

    .servicio-cont{
        justify-content: center;
        flex-direction: column;
    }

    .servicio-ind{
        width: 100%;
        text-align: center;
    }

    .servicio-ind:nth-child(1), .servicio-ind:nth-child(2){
        margin-bottom: 60px;
    }

    .servicio-ind img{
        width: 90%;
    }
}

@media screen and (max-width:500px){
    .portafolio1{
        background: #f2f2f2;
        background-color: rgba(0, 0, 0, .6);
        width: 100%;
        height: 100%;
        bottom: 1000px;
     
    
    }
    iframe { width: 250px; height: 280px; }

    video  {width: 350px; height: 320px; }
    
    .imagen-port{
        width: 100%;
        color:white;
        margin-bottom: 30px;
        overflow: hidden;
        position: relative;
        cursor: pointer;
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
        height: 100%;
    }
    .imagen-port1{
        width: 100%;
        color:rgb(255, 255, 255);
        margin-bottom: 34px;
        overflow: hidden;
        position: relative;
        cursor: pointer;
        box-shadow: 0 0 6px 0 rgba(255, 250, 250, 0.5);
        height: 100%;
        text-align: center;
     }
    nav{
        text-align: center;
        padding: 30px 0 0 0;
    }

    nav > a{
        margin-right: 5px;
    }

    .textos-header h1{
        font-size: 35px;
    }

    .textos-header h2{
        font-size: 20px;
    }
    .calendario{
        width: auto;
        height: auto;
      
    
    }
    .pdf{
        width: 80%;
        height: 80%;
        text-align: center ; 
    }


    /* ABOUT US */
    .h3{
        width: auto; /* 1220px */
        height: auto; /* 50px */
        overflow: visible;
        white-space: pre;
        font-weight: 500;
        font-style: normal;
        color: var(--token-cc83342a-1568-43db-8ac9-202374866561, #651D32) /* {"name":"Colores gobierno 1"} */;
        font-size: calc(1em + 1vw);
        letter-spacing: 0px;
        line-height: 1.2;
       }

  
       
    .amarillo{
    
        width: 100%;
        height: 33px;
        background-color: var(--token-772d0cd9-b632-443a-8d96-c2312b86b16f, #651D32);
        color:#fff;
        overflow: visible;
        position: relative; display: flex;
        
        flex-direction: column;
        
    }
    
.amarillotext {
    width: auto; /* 471px */
    height: auto; /* 24px */
    overflow: visible;
    white-space: pre;
    font-weight: 600;

    color:#651D32;
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 1.2;
  }

  
.amarillo2{
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    top:50px;
    
}
.amarillo-foot{
    width: 100%;
    height: 25px;
    background-color: var(--token-772d0cd9-b632-443a-8d96-c2312b86b16f, #651D32);
    overflow: visible;
    position: relative; display: flex;
    text-align: left;
    flex-direction: column;
    
}
.verdenav{
    text-align: center;
    padding: 30px 5px 0 5px;
    width: 100%;
     background-color: var(--token-cc83342a-1568-43db-8ac9-202374866561, #651D32);
     overflow: visible;
     

}
.verde-text1{
    width: auto; /* 508px */
    height: auto; /* 26px */
    overflow: visible;
    white-space: pre;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 1.2;
       
 }
    .imagen5{
        width: 100%;  
        position: relative; 
        align-items: center; 
        flex-direction: column;
        text-align: center;
        
    }

    .imagen-about-us{
        margin-bottom: 60px;
        width: 99%;
    }

    .sobre-nosotros .contenido-textos{
        width: 95%;
    }

    /* Galeria */

    .imagen-port{
        width: 55%;
    }

    /* Clients */

    .cards .card{
        height: 300px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 35px;
    }

    .cards .card img{
        margin-top: 5%;
        width: 70%;
        height: 60%;
    }

    /* Footer */

    .contenedor-footer{
        flex-direction: column;
        border: none;
      
    }

    .content-foo{
        margin-bottom: 20px;
        text-align: center;
   
    }

    .content-foo h4{
        border: none;
    }

    .content-foo p{
        color: #ccc;
        border-bottom: 1px solid #f2f2f2;
        padding-bottom: 20px;
    }

    .titulo-final{
        font-size: 20px;
    }
    .img-final{ width: 100%; }
    
    .wrapper {
        grid-template-columns: repeat(1, 1fr);
        font-size: 10px;
        
      }
    }
    .footer {
        position: relative;
        width: 100%;
        background: #c79656;
        min-height: 100px;
        padding: 1px 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
      }
      
      .social-icon,
      .menu {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 10px 0;
        flex-wrap: wrap;
      }
      
      .social-icon__item,
      .menu__item {
        list-style: none;
      }
      
      .social-icon__link {
        font-size: 2rem;
        color: #fff;
        margin: 0 10px;
        display: inline-block;
        transition: 0.5s;
      }
      .social-icon__link:hover {
        transform: translateY(-10px);
      }
      
      .menu__link {
        color: #fff;
        margin: 0 10px;
        display: inline-block;
        transition: 0.5s;
        text-decoration: none;
        opacity: 0.75;
        font-weight: 300;
      }
      
      .menu__link:hover {
        opacity: 1;
      }
      
      .footer p {
        color: #fff;
        margin: 15px 0 10px 0;
        font-size: 1rem;
        font-weight: 300;
      }
      
      .wave {
        position: absolute;
        top: -100px;
        left: 0;
        width: 100%;
        height: 100px;
        background: url("https://i.ibb.co/wQZVxxk/wave.png");
        background-size: 1000px 100px;
      }
      
      .wave#wave1 {
        z-index: 1000;
        opacity: 1;
        bottom: 0;
        animation: animateWaves 4s linear infinite;
      }
      
      .wave#wave2 {
        z-index: 999;
        opacity: 0.5;
        bottom: 10px;
        animation: animate 4s linear infinite !important;
      }
      
      .wave#wave3 {
        z-index: 1000;
        opacity: 0.2;
        bottom: 15px;
        animation: animateWaves 3s linear infinite;
      }
      
      .wave#wave4 {
        z-index: 999;
        opacity: 0.7;
        bottom: 20px;
        animation: animate 3s linear infinite;
      }
      
      @keyframes animateWaves {
        0% {
          background-position-x: 1000px;
        }
        100% {
          background-positon-x: 0px;
        }
      }
      
      @keyframes animate {
        0% {
          background-position-x: -1000px;
        }
        100% {
          background-positon-x: 0px;
        }
      }
    
    
    
    
    .footer-distributed{
        background: rgb(150, 147, 147);
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
        box-sizing: border-box;
        width: 100%;
        text-align: left;
        font: bold 16px sans-serif;
        padding: 55px 50px;
    }
    
    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right{
        display: inline-block;
        vertical-align: top;
    }
    
    /* Footer left */
    
    .footer-distributed .footer-left{
        width: 38%;
    }
    
    /* The company logo */
    
    .footer-distributed h3{
        color:  #ffffff;
        font: normal 36px 'Open Sans', cursive;
        margin: 0;
    }
    
    .footer-distributed h3 span{
        color:  #651D32;
    }
    
    /* Footer links */
    
    .footer-distributed .footer-links{
        color:  #ffffff;
        margin: 20px 0 12px;
        padding: 0;
    }
    
    .footer-distributed .footer-links a{
        display:inline-block;
        line-height: 1.8;
      font-weight:400;
        text-decoration: none;
        color:  inherit;
    }
    
    .footer-distributed .footer-company-name{
        color:  #222;
        font-size: 14px;
        font-weight: normal;
        margin: 0;
    }
    
    /* Footer Center */
    
    .footer-distributed .footer-center{
        width: 30%;
    }
    
    .footer-distributed .footer-center i{
        background-color:  #33383b;
        color: #ffffff;
        font-size: 25px;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        text-align: center;
        line-height: 42px;
        margin: 10px 15px;
        vertical-align: middle;
    }
    
    .footer-distributed .footer-center i.fa-envelope{
        font-size: 17px;
        line-height: 38px;
    }
    
    .footer-distributed .footer-center p{
        display: inline-block;
        color: #ffffff;
      font-weight:400;
        vertical-align: middle;
        margin:0;
    }
    
    .footer-distributed .footer-center p span{
        display:block;
        font-weight: normal;
        font-size:14px;
        line-height:2;
    }
    
    .footer-distributed .footer-center p a{
        color:  #651D32;
        text-decoration: none;;
    }
    
    .footer-distributed .footer-links a:before {
      content: "|";
      font-weight:300;
      font-size: 20px;
      left: 0;
      color: #fff;
      display: inline-block;
      padding-right: 5px;
    }
    
    .footer-distributed .footer-links .link-1:before {
      content: none;
    }
    
    /* Footer Right */
    
    .footer-distributed .footer-right{
        width: 25%;
    }
    
    .footer-distributed .footer-company-about{
        line-height: 20px;
        color:  #ffffff;
        font-size: 13px;
        font-weight: normal;
        margin: 0;
    }
    
    .footer-distributed .footer-company-about span{
        display: block;
        color:  #ffffff;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    
    .footer-distributed .footer-icons{
        margin-top: 25px;
    }
    
    .footer-distributed .footer-icons a{
        display: inline-block;
        width: 35px;
        height: 35px;
        cursor: pointer;
        background-color:  #33383b;
        border-radius: 2px;
    
        font-size: 20px;
        color: #ffffff;
        text-align: center;
        line-height: 35px;
    
        margin-right: 3px;
        margin-bottom: 5px;
    }
    
    /* If you don't want the footer to be responsive, remove these media queries */
    
    @media (max-width: 880px) {
    
        .footer-distributed{
            font: bold 14px sans-serif;
        }
    
        .footer-distributed .footer-left,
        .footer-distributed .footer-center,
        .footer-distributed .footer-right{
            display: block;
            width: 100%;
            margin-bottom: 40px;
            text-align: center;
        }
    
        .footer-distributed .footer-center i{
            margin-left: 0;
        }
    
    }
 







:root {
    --birds-dark: #878787;
    --birds-medium-dark: #AFAFAF;
    --birds-medium-light: #D3D3D3;
    --birds-light: #E2E2E2;
    --birds-bright: #FF5629;
    --birds-shadow: #DDDDDD;
  }
  
  .birds {
    position: relative;
    overflow: hidden;
    width: 800px; height: 500px;
    margin: auto;
  }
    .birds *, .birds *::before, .birds *::after {
      position: absolute;
      content: '';
    }
    .birds__hatdove {
      top: 70px; left: 450px;
      width: 255px; height: 400px;
    }
    .birds__hatdove-head {
      top: 0px; left: 80px;
      width: 80px; height: 190px;
      border-radius: 40px 40px 0 0;
      background: var(--birds-dark);
      animation: hatdove-head 2.75s linear infinite;
    }
      .birds__hatdove-head:before {
        top: 22px; left: -12px;
        width: 42px; height: 42px;
        border-radius: 100%;
        background: var(--birds-dark);
      }
    .birds__hatdove-hat {
      top: 10px; left: 5px;
      width: 84px; height: 22px;
      border-radius: 5px;
      background: #1D1D1B;
      transform: rotate(20deg);
    }
      .birds__hatdove-hat:after {
        top: -26px; left: 4px;
        width: 76px; height: 36px;
        border-radius: 34px 34px 0 0;
        background: #1D1D1B;
      }
      .birds__hatdove-hat:before {
        top: -44px; left: 29px;
        width: 24px; height: 24px;
        border-radius: 100%;
        background: var(--birds-bright);
      }
    .birds__hatdove-forehead {
      top: 20px; left: 4px;
      width: 78px; height: 22px;
      border-radius: 100%;
      background: var(--birds-dark);
      transform: rotate(20deg);
    }
    .birds__hatdove-eye {
      top: 26px; left: -8px;
      width: 34px; height: 34px;
      border-radius: 100%;
      background: white;
      overflow: hidden;
      animation: hatdove-eye 2.75s linear infinite;
    }
      .birds__hatdove-eye:after {
        left: 11px; top: 9px;
        width: 7px; height: 22px;
        border-radius: 100%;
        background: black;
        animation: hatdove-pupil 2.75s linear infinite;
      }
      .birds__hatdove-eye:nth-child(4) {
        left: 20px;
      }
    .birds__hatdove-beak {
      top: 67px; left: 10px;
      width: 22px; height: 22px;
      border-radius: 100%;
      background: white;
    }
      .birds__hatdove-beak:after {
        top: 17px; left: -13px;
        width: 31px; height: 8px;
        border-radius: 1px 0 14px 70px / 1px 0 14px 20px;
        background: var(--birds-bright);
      }
      .birds__hatdove-beak:before {
        top: 2px; left: -28px;
        width: 46px; height: 15px;
        border-radius: 30px 14px 0 1px / 14px 13px 0 1px;
        background: var(--birds-bright);
      }
    .birds__hatdove-body {
      top: 174px; left: 69px;
      width: 91px; height: 110px;
      border-radius: 13px 0px 0px 40px / 70px 0px 0px 40px;
      background: var(--birds-medium-light);
    }
      .birds__hatdove-body:after {
        top: 0px; left: 91px;
        border-bottom: 110px solid var(--birds-medium-light);
        border-right: 68px solid transparent;
        border-radius: 0 0 20px 0 / 0 0 40px 0;
      }
      .birds__hatdove-body:before {
        top: 40px; left: 91px;
        border-bottom: 70px solid #1D1D1B;
        border-right: 100px solid transparent;
        border-radius: 0 0 12px 0 / 0 0 70px 0;
      }
    .birds__hatdove-shadow {
      top: 363px; left: 55px;
      width: 154px; height: 12px;
      border-radius: 100%;
      background: var(--birds-shadow);
    }
    .birds__hatdove-backleg {
      top: 283px; left: 103px;
      width: 19px;
      border-style: solid;
      border-color: var(--birds-medium-dark) transparent;
      border-width: 36px 12px 0;
    }
      .birds__hatdove-backleg:after {
        top: 45px; left: -15px;
        width: 36px; height: 6px;
        border-radius: 3px;
        background: var(--birds-bright);
      }
      .birds__hatdove-backleg:before {
        top: 0px; left: 2px;
        width: 15px; height: 46px;
        background: var(--birds-bright);
      }
    .birds__hatdove-backleg .birds__curly {
      width: 7px; height: 5px;
      border-radius: 0 0 7px 7px;
      background: var(--birds-medium-dark);
    }
      .birds__hatdove-backleg .birds__curly:after {
        top: 0px; left: 6px;
        width: 7px; height: 5px;
        border-radius: 0 0 7px 7px;
        background: var(--birds-medium-dark);
      }
      .birds__hatdove-backleg .birds__curly:before {
        top: 0px; left: 12px;
        width: 7px; height: 5px;
        border-radius: 0 0 7px 7px;
        background: var(--birds-medium-dark);
      }
    .birds__hatdove-frontleg {
      top: 283px; left: 130px;
      width: 19px;
      border-style: solid;
      border-color: var(--birds-medium-light) transparent;
      border-width: 36px 12px 0;
    }
      .birds__hatdove-frontleg:after {
        top: 45px; left: -15px;
        width: 36px; height: 6px;
        border-radius: 3px;
        background: var(--birds-bright);
      }
      .birds__hatdove-frontleg:before {
        top: 0px; left: 2px;
        width: 15px; height: 46px;
        background: var(--birds-bright);
      }
    .birds__hatdove-frontleg .birds__curly {
      width: 7px; height: 5px;
      border-radius: 0 0 7px 7px;
      background: var(--birds-medium-light);
    }
      .birds__hatdove-frontleg .birds__curly:after {
        top: 0px; left: 6px;
        width: 7px; height: 5px;
        border-radius: 0 0 7px 7px;
        background: var(--birds-medium-light);
      }
      .birds__hatdove-frontleg .birds__curly:before {
        top: 0px; left: 12px;
        width: 7px; height: 5px;
        border-radius: 0 0 7px 7px;
        background: var(--birds-medium-light);
      }
    .birds__hatdove-backwing {
      top: 186px; left: 20px;
      width: 100px; height: 90px;
      border-radius: 0 0 0 100%;
      background: var(--birds-medium-light);
    }
      .birds__hatdove-backwing:after {
        top: -18px; left: 2px;
        width: 24px; height: 30px;
        border-radius: 100% 100% 0 0;
        transform-origin: right bottom;
        box-sizing: border-box;
        border-top: 8px solid var(--birds-medium-light);
        border-right: 13px solid var(--birds-medium-light);
        animation: hatdove-finger .6s infinite;
        animation-delay: -.1s;
      }
      .birds__hatdove-backwing:before {
        top: -18px; left: 16px;
        width: 24px; height: 30px;
        border-radius: 100% 100% 0 0;
        transform-origin: right bottom;
        box-sizing: border-box;
        border-top: 8px solid var(--birds-medium-light);
        border-right: 13px solid var(--birds-medium-light);
        animation: hatdove-finger .6s infinite;
      }
    .birds__hatdove-frontwing {
      top: 213px; left: 106px;
      width: 62px; height: 58px;
      border-radius: 100%;
      background: var(--birds-light);
    }
      .birds__hatdove-frontwing:after {
        top: -5px; left: -15px;
        width: 56px; height: 20px;
        border-radius: 4px;
        background: var(--birds-light);
        transform: rotate(14deg);
      }
      .birds__hatdove-frontwing:before {
        top: -73px; left: 9px;
        width: 45px; height: 110px;
        border-radius: 100%;
        background: var(--birds-light);
        transform-origin: right bottom;
        transform: rotate(-50deg);
      }
    .birds__hatdove .birds__circles-2 {
      top: 121px; left: 116px;
      width: 58px; height: 110px;
      border-radius: 100%;
      transform-origin: right bottom;
      transform: rotate(-60deg);
      overflow: hidden;
    }
      .birds__hatdove .birds__circles-2:after {
        top: -109px; left: -60px;
        width: 170px; height: 170px;
        border-radius: 100%;
        border: 8px solid var(--birds-dark);
        box-shadow: inset 0 0 0 6px var(--birds-light), inset 0 0 0 14px var(--birds-dark);
      }
    .birds__hatdove .birds__circles-1 {
      top: 135px; left: 66px;
      width: 58px; height: 110px;
      border-radius: 100%;
      transform-origin: right bottom;
      transform: rotate(-43deg);
      overflow: hidden;
    }
      .birds__hatdove .birds__circles-1:after {
        top: -109px; left: -85px;
        width: 170px; height: 170px;
        border-radius: 100%;
        border: 8px solid var(--birds-dark);
        box-shadow: inset 0 0 0 6px var(--birds-medium-light), inset 0 0 0 14px var(--birds-dark);
      }
    .birds__hatdove-frontwing-finger {
      top: 174px;
      width: 24px; height: 30px;
      border-radius: 100% 100% 0 0;
      transform-origin: right bottom;
      box-sizing: border-box;
      border-top: 8px solid var(--birds-light);
      border-right: 13px solid var(--birds-light);
      animation: hatdove-finger .6s infinite;
    }
      .birds__hatdove-frontwing-finger:nth-child(10) {
        left: 44px;
        animation-delay: -.2s;
      }
      .birds__hatdove-frontwing-finger:nth-child(11) {
        left: 56px;
        animation-delay: -.5s;
      }
      .birds__hatdove-frontwing-finger:nth-child(12) {
        left: 68px;
        animation-delay: -.4s;
      }
    .birds__rundove {
      top: 70px; left: 90px;
      width: 255px; height: 400px;
      animation: rundove 2.75s linear infinite;
    }
    .birds__rundove-head {
      top: 0px; left: 99px;
      width: 80px; height: 190px;
      border-radius: 40px 40px 0 0;
      background: var(--birds-dark);
      transform-origin: right bottom;
      animation: rundove-head 2.75s linear infinite;
    }
      .birds__rundove-head:before {
        top: 22px; left: 52px;
        width: 42px; height: 42px;
        border-radius: 100%;
        background: var(--birds-dark);
      }
    .birds__rundove-eye {
      top: 25px; left: 54px;
      width: 37px; height: 37px;
      border-radius: 100%;
      background: white;
      overflow: hidden;
      animation: rundove-eye 2.75s linear infinite;
    }
      .birds__rundove-eye:before {
        top: 6px; left: 19px;
        width: 7px; height: 22px;
        border-radius: 100%;
        background: black;
      }
      .birds__rundove-eye:after {
        top: -30px; left: -2px;
        width: 50px; height: 22px;
        border-radius: 100%;
        background: var(--birds-dark);
        animation: rundove-eyelid 2.75s linear infinite;
      }
      .birds__rundove-eye:nth-child(2) {
        left: 22px;
      }
    .birds__rundove-beak {
      top: 64px; left: 51px;
      width: 22px; height: 22px;
      border-radius: 100%;
      background: white;
    }
      .birds__rundove-beak:after {
        top: 17px; left: 1px;
        width: 31px; height: 8px;
        transform-origin: left top;
        border-radius: 0 1px 70px 14px / 0 1px 20px 14px;
        background: var(--birds-bright);
        animation: rundove-beak 2.75s linear infinite;
      }
      .birds__rundove-beak:before {
        top: 2px; left: 1px;
        width: 46px; height: 15px;
        border-radius: 14px 30px 1px 0 / 13px 14px 1px 0;
        background: var(--birds-bright);
      }
    .birds__rundove-body {
      top: 174px; left: 98px;
      width: 91px; height: 110px;
      border-radius: 0px 13px 40px 0px / 0px 70px 40px 0px;
      background: var(--birds-medium-light);
    }
      .birds__rundove-body:after {
        top: 0px; left: -68px;
        border-bottom: 110px solid var(--birds-medium-light);
        border-left: 68px solid transparent;
        border-radius: 0 0 0 20px / 0 0 0 40px;
        transform-origin: right bottom;
        transform: rotate(10deg);
        animation: rundove-tail 2.75s linear infinite;
      }
      .birds__rundove-body:before {
        top: 40px; left: -100px;
        border-bottom: 70px solid #1D1D1B;
        border-left: 100px solid transparent;
        border-radius: 0 0 0 12px / 0 0 0 70px;
        transform-origin: right bottom;
        transform: rotate(10deg);
        animation: rundove-tail 2.75s linear infinite;
      }
    .birds__rundove-shadow {
      top: 433px; left: 43px;
      width: 162px; height: 12px;
      border-radius: 100%;
      background: var(--birds-shadow);
      animation: rundove-shadow 2.75s linear infinite;
    }
    .birds__rundove-backleg {
      top: 273px; left: 113px;
      width: 19px;
      transform-origin: 9.5px 0;
      border-style: solid;
      border-color: var(--birds-medium-dark) transparent;
      border-width: 46px 12px 0;
      animation: rundove-back-knee 2.75s linear infinite;
    }
      .birds__rundove-backleg:after {
        top: 45px; left: -3px;
        width: 36px; height: 6px;
        transform-origin: 10.5px -46px;
        border-radius: 3px;
        background: var(--birds-bright);
        animation: rundove-back-foot 2.75s linear infinite;
      }
      .birds__rundove-backleg:before {
        top: -8px; left: 2px;
        width: 15px; height: 57px;
        border-radius: 7px 7px 3px 3px;
        transform-origin: 7.5px 8px;
        background: var(--birds-bright);
        animation: rundove-back-leg 2.75s linear infinite;
      }
    .birds__rundove-backleg .birds__curly {
      top: -10px; left: 0px;
      width: 7px; height: 15px;
      border-radius: 0 0 7px 7px;
      background: var(--birds-medium-dark);
    }
      .birds__rundove-backleg .birds__curly:after {
        top: 0px; left: 6px;
        width: 7px; height: 15px;
        border-radius: 0 0 7px 7px;
        background: var(--birds-medium-dark);
      }
      .birds__rundove-backleg .birds__curly:before {
        top: 0px; left: 12px;
        width: 7px; height: 15px;
        border-radius: 0 0 7px 7px;
        background: var(--birds-medium-dark);
      }
    .birds__rundove-frontleg {
      top: 273px; left: 87px;
      width: 19px;
      border-style: solid;
      border-color: var(--birds-medium-light) transparent;
      transform-origin: 9.5px 0;
      border-width: 46px 12px 0;
      animation: rundove-front-knee 2.75s linear infinite;
    }
      .birds__rundove-frontleg:after {
        top: 45px; left: -3px;
        width: 36px; height: 6px;
        border-radius: 3px;
        transform-origin: 10.5px -46px;
        background: var(--birds-bright);
        animation: rundove-front-foot 2.75s linear infinite;
      }
      .birds__rundove-frontleg:before {
        top: -8px; left: 2px;
        width: 15px; height: 57px;
        border-radius: 7px 7px 3px 3px;
        transform-origin: 7.5px 8px;
        background: var(--birds-bright);
        animation: rundove-front-leg 2.75s linear infinite;
      }
    .birds__rundove-frontleg .birds__curly {
      top: -10px; left: 0px;
      width: 7px; height: 15px;
      border-radius: 0 0 7px 7px;
      background: var(--birds-medium-light);
    }
      .birds__rundove-frontleg .birds__curly:after {
        top: 0px; left: 6px;
        width: 7px; height: 15px;
        border-radius: 0 0 7px 7px;
        background: var(--birds-medium-light);
      }
      .birds__rundove-frontleg .birds__curly:before {
        top: 0px; left: 12px;
        width: 7px; height: 15px;
        border-radius: 0 0 7px 7px;
        background: var(--birds-medium-light);
      }
    .birds__rundove-backwing {
      top: 150px; left: 84px;
      width: 85px; height: 85px;
      border-radius: 0 100% 40px 100%;
      background: var(--birds-light);
      transform-origin: 80px 80px;
      transform: rotate(110deg);
      animation: rundove-back-wing 2.75s linear infinite;
    }
      .birds__rundove-backwing .birds__finger:nth-child(1) {
        top: -6px; left: 40px;
        width: 20px; height: 50px;
        transform: rotate(95deg);
        background: var(--birds-dark);
        border-radius: 100% 0;
        transform-origin: 5px 5px;
      }
      .birds__rundove-backwing .birds__finger:nth-child(2) {
        top: 40px; left: 3px;
        width: 20px; height: 50px;
        transform: rotate(165deg);
        background: var(--birds-dark);
        border-radius: 0 100%;
        transform-origin: 5px 5px;
        z-index: 22;
      }
      .birds__rundove-backwing .birds__finger:nth-child(3) {
        top: 20px; left: 20px;
        width: 15px; height: 50px;
        transform: rotate(135deg);
        background: var(--birds-dark);
        border-radius: 100%;
        transform-origin: 5px 5px;
      }
    .birds__rundove-backwing .birds__circles {
      width: 85px; height: 85px;
      border-radius: 0 100% 40px 100%;
      overflow: hidden;
    }
      .birds__rundove-backwing .birds__circles:after {
        top: 10px; left: 10px;
        width: 150px; height: 150px;
        border-radius: 100%;
        border: 8px solid var(--birds-dark);
        box-shadow: 0 0 0 7px var(--birds-light), 0 0 0 60px var(--birds-dark);
      }
    .birds__rundove-frontwing {
      top: 132px; left: 67px;
      width: 85px; height: 85px;
      border-radius: 0 100% 40px 100%;
      background: var(--birds-light);
      transform-origin: 80px 80px;
      transform: rotate(-68deg);
      animation: rundove-front-wing 2.75s linear infinite;
    }
      .birds__rundove-frontwing .birds__circles {
        width: 85px; height: 85px;
        border-radius: 0 100% 40px 100%;
        overflow: hidden;
        transform: rotate(0deg);
      }
        .birds__rundove-frontwing .birds__circles:after {
          top: 10px; left: 10px;
          width: 150px; height: 150px;
          border-radius: 100%;
          border: 8px solid var(--birds-dark);
          box-shadow: 0 0 0 7px var(--birds-light), 0 0 0 60px var(--birds-dark);
        }
      .birds__rundove-frontwing .birds__finger:nth-child(1) {
        top: -6px; left: 40px;
        width: 20px; height: 50px;
        transform: rotate(85deg);
        background: var(--birds-dark);
        border-radius: 100% 0;
        transform-origin: 5px 5px;
        animation: rundove-front-finger-1 2.75s linear infinite;
      }
      .birds__rundove-frontwing .birds__finger:nth-child(2) {
        top: 40px; left: 3px;
        width: 20px; height: 50px;
        transform: rotate(185deg);
        background: var(--birds-dark);
        border-radius: 0 100%;
        transform-origin: 5px 5px;
        animation: rundove-front-finger-2 2.75s linear infinite;
      }
      .birds__rundove-frontwing .birds__finger:nth-child(3) {
        top: 28px; left: 28px;
        width: 20px; height: 50px;
        transform: rotate(140deg);
        background: var(--birds-dark);
        border-radius: 100%;
        transform-origin: 5px 5px;
        animation: rundove-front-finger-3 2.75s linear infinite;
      }
    .birds__table-shadow {
      top: 161px; left: 89px;
      width: 194px; height: 12px;
      border-radius: 100%;
      background: var(--birds-shadow);
    }
    .birds__table {
      top: 272px; left: 217px;
      width: 374px; height: 10px;
      border-radius: 5px;
      background: #1D1D1B;
    }
      .birds__table:before {
        top: 10px; left: 176px;
        width: 16px; height: 140px;
        background: var(--birds-bright);
      }
      .birds__table:after {
        top: 137px; left: 123px;
        width: 14px;
        border-style: solid;
        border-color: var(--birds-bright) transparent;
        border-width: 0 54px 30px;
      }
    .birds__laptop:nth-child(3) {
      top: 265px; left: 476px;
      height: 7px; width: 80px;
      border-radius: 4px;
      background: #F7F7F7;
    }
      .birds__laptop:nth-child(3):before {
        bottom: 0; left: -136px;
        height: 85px; width: 124px;
        background: #C6C6C6;
        border-radius: 8px;
        box-shadow: 7px 0 0 #E5E5E5;
        transform: skew(20deg);
      }
      .birds__laptop:nth-child(4) {
        top: 265px; left: 256px;
        height: 7px; width: 186px;
        border-radius: 4px;
        background: #F7F7F7;
      }
        .birds__laptop:nth-child(4):before {
          bottom: 7px; left: 80px;
          height: 82px; width: 116px;
          background: #4C4C4C;
          border-radius: 8px;
          box-shadow: 5px 0 0 #E5E5E5;
          transform: skew(-20deg);
        }
    .birds__monitor {
      top: -76px; left: 88px;
      height: 70px; width: 100px;
      background: #1D1D1B;
      transform: skew(-20deg);
    }
      .birds__monitor:before {
        top: 16px; left: 10px;
        height: 4px; width: 54px;
        background: white;
        border-radius: 8px;
      }
      .birds__monitor:after {
        top: 24px; left: 10px;
        height: 4px; width: 26px;
        background: white;
        border-radius: 8px;
      }
    .birds__code {
      top: 32px; left: 10px;
      height: 4px; width: 38px;
      border-radius: 8px;
      background: white;
      transform: skew(-20deg);
    }
      .birds__code:before {
        top: 0; left: 42px;
        height: 4px; width: 11px;
        background: white;
        border-radius: 8px;
      }
      .birds__code:after {
        top: 9px; left: 2px;
        height: 4px; width: 30px;
        background: white;
        border-radius: 8px;
      }
    .birds__coffee {
      top: 229px; left: 335px;
      height: 43px; width: 35px;
      background: #EDEDED;
      animation: birds-coffee 2.75s linear infinite;
      transition: .2s ease;
    }
      .birds__coffee:before {
        top: -6px; left: -3px;
        height: 6px; width: 40px;
        background: #E2E2E2;
      }
      .birds__coffee:after {
        top: -12px; left: 2px;
        height: 6px; width: 31px;
        background: #E2E2E2;
      }
    .birds__feather:nth-child(6) {
      top: 296px; left: 234px;
      width: 15px; height: 60px;
      border-radius: 100%;
      background: var(--birds-medium-light);
      transform: rotate(60deg);
      overflow: hidden;
      animation: birds-feather-1 2.75s linear infinite;
      transition: .2s ease;
    }
      .birds__feather:nth-child(6):before {
        top: 30px; left: -15px;
        width: 30px; height: 30px;
        border-radius: 100%;
        border: 6px solid var(--birds-dark);
        box-shadow: inset 0 0 0 4px var(--birds-medium-light);
        background: var(--birds-dark);
      }
    .birds__feather:nth-child(7) {
      top: 296px; left: 234px;
      width: 15px; height: 60px;
      border-radius: 100%;
      background: var(--birds-medium-light);
      transform: rotate(60deg);
      overflow: hidden;
      animation: birds-feather-2 2.75s linear infinite;
      transition: .2s ease;
    }
      .birds__feather:nth-child(7):before {
        top: 30px; left: -15px;
        width: 30px; height: 30px;
        border-radius: 100%;
        border: 6px solid var(--birds-dark);
        box-shadow: inset 0 0 0 4px var(--birds-medium-light);
        background: var(--birds-dark);
      }
  
  @keyframes birds-feather-1 {
    0% { transform: rotate(90deg) translate(-3px, -21px); }
    2.94% { transform: rotate(100deg) translate(-8px, -23px); }
    13.23% { transform: rotate(124deg) translate(-39px, 37px); }
    16.17% { transform: rotate(130deg) translate(-48px, 41px); }
    69.09% { transform: rotate(120deg) translate(8px, -41px); }
    72.03% { transform: rotate(90deg) translate(1px, -47px); }
    80.85% { transform: rotate(66deg) translate(-41px, -44px); }
    100% { transform: rotate(90deg) translate(-3px, 21px); }
    
    16.17% { opacity: 1; }
    17% { opacity: 0; }
    69% { opacity: 0; }
    69.09% { opacity: 1; }
  }
  @keyframes birds-feather-2 {
    0% { transform: rotate(-64deg) translate(53px, 39px); }
    2.94% { transform: rotate(-68deg) translate(54px, 38px); }
    13.23% { transform: rotate(-100deg) translate(48px, 20px); }
    69.09% { transform: rotate(-114deg) translate(-16px, 123px); }
    72.03% { transform: rotate(-120deg) translate(-9px, 111px); }
    80.85% { transform: rotate(-100deg) translate(11px, 81px); }
    100% { transform: rotate(-64deg) translate(53px, 39px); }
    
    13.23% { opacity: 1; }
    14% { opacity: 0; }
    69% { opacity: 0; }
    69.09% { opacity: 1; }
  }
  @keyframes hatdove-head {
    14.70% { transform: translate(0px, 0px); }
    17.64% { transform: translate(0px, 16px); }
    22.05% { transform: translate(0px, -5px); }
    27.93% { transform: translate(0px, 0px); }
  }
  @keyframes hatdove-eye {
    17.60% { transform: scaleY(1); }
    17.64% { transform: scaleY(0); }
    19.11% { transform: scaleY(0); }
    22.05% { transform: scaleY(1); }
  }
  @keyframes hatdove-pupil {
    17.64% { transform: translate(0px, 0px); }
    19.11% { transform: translate(-5px, -3px); }
    52.92% { transform: translate(-5px, -3px); }
    54.39% { transform: translate(0px, 0px); }
  }
  @keyframes hatdove-finger {
    0% { transform: scale(1); }
    50% { transform: scale(0.6); }
    100% { transform: scale(1); }
  }
  @keyframes rundove {
    0% { transform: rotate(0deg) translate(-290px, -40px); }
    5.88% { transform: rotate(-10deg) translate(-290px, -40px); }
    17.64% { transform: rotate(-10deg) translate(-40px, -10px); }
    23.52% { transform: rotate(0deg) translate(-1px, -1px); }
    52.92% { transform: rotate(0deg) translate(-1px, -1px); }
    67.62% { transform: rotate(18deg) translate(-16px, 27px); }
    72.03% { transform: rotate(17deg) translate(214px, -50px); }
    76.44% { transform: rotate(8deg) translate(429px, -53px); }
    86.79% { transform: rotate(19deg) translate(710px, -250px); }
    100% { transform: rotate(0) translate(710px, -220px); }
  }
  @keyframes rundove-tail {
    05.88% { transform: rotate(0deg); }
    17.64% { transform: rotate(3deg); }
    23.52% { transform: rotate(0deg); }
    52.92% { transform: rotate(1deg); }
    67.62% { transform: rotate(2deg); }
    72.03% { transform: rotate(3deg); }
    76.44% { transform: rotate(13deg); }
    86.73% { transform: rotate(13deg); }
  }
  @keyframes rundove-head {
    05.88% { transform: rotate(0deg); }
    17.64% { transform: rotate(-9deg); }
    23.52% { transform: rotate(9deg); }
    28.12% { transform: rotate(-9deg); }
    34.04% { transform: rotate(9deg); }
    52.92% { transform: rotate(-4deg); }
    67.62% { transform: rotate(-11deg); }
    72.03% { transform: rotate(-16deg); }
    76.44% { transform: rotate(-13deg); }
    86.73% { transform: rotate(-8deg); }
  }
  @keyframes rundove-eye {
    54.39% { transform: scaleY(1); }
    56.24% { transform: scaleY(0); }
    57.72% { transform: scaleY(0); }
    60.27% { transform: scaleY(1); }
  }
  @keyframes rundove-eyelid {
    57.72% { transform: translateY(0); }
    60.27% { transform: translateY(19px); }
    100.0% { transform: translateY(19px); }
  }
  @keyframes rundove-front-knee {
    53.28% { transform: rotate(0deg); }
    57.72% { transform: rotate(0deg); }
    68.08% { transform: rotate(-5deg); }
    72.52% { transform: rotate(-59deg); }
    79.92% { transform: rotate(9deg); }
    100.0% { transform: rotate(-59deg); }
  }
  @keyframes rundove-front-leg {
    53.28% { transform: rotate(0deg); }
    68.08% { transform: rotate(113deg); }
    72.52% { transform: rotate(-3deg); }
    79.92% { transform: rotate(55deg); }
    100.0% { transform: rotate(-3deg); }
  }
  @keyframes rundove-front-foot {
    17.64% { transform: rotate(-10deg); }
    23.52% { transform: rotate(0deg); }
    53.28% { transform: rotate(0deg); }
    67.62% { transform: rotate(113deg); }
    72.03% { transform: rotate(-3deg); }
    79.92% { transform: rotate(55deg); }
    100.0% { transform: rotate(-3deg); }
  }
  @keyframes rundove-back-knee {
    53.28% { transform: rotate(0deg) translate(0, 0); }
    62.16% { transform: rotate(-60deg) translate(0, 0); }
    68.08% { transform: rotate(-60deg) translate(0, 0); }
    72.52% { transform: rotate(60deg) translate(10px, -20px); }
    82.88% { transform: rotate(-50deg) translate(0, 0); }
    100% { transform: rotate(60deg) translate(10px, -20px); }
  }
  @keyframes rundove-back-leg {
    53.28% { transform: rotate(0deg); }
    62.16% { transform: rotate(65deg); }
    68.08% { transform: rotate(65deg); }
    72.52% { transform: rotate(0deg); }
    82.88% { transform: rotate(70deg); }
    100% { transform: rotate(0deg); }
  }
  @keyframes rundove-back-foot {
    17.76% { transform: rotate(-10deg) translate(0, 0); }
    23.52% { transform: rotate(0deg) translate(0, 0); }
    53.28% { transform: rotate(0deg) translate(0, 0); }
    62.16% { transform: rotate(42deg) translate(-9px, -14px); }
    68.08% { transform: rotate(42deg) translate(-9px, -14px); }
    72.52% { transform: rotate(15deg) translate(15px, 2px); }
    82.88% { transform: rotate(70deg) translate(0, 0); }
    100% { transform: rotate(15deg) translate(15px, 2px); }
  }
  @keyframes rundove-front-wing {
    0% { transform: rotate(-68deg) translate(0, 0); }
    57.33% { transform: rotate(-68deg) translate(0, 0); }
    67.62% { transform: rotate(-210deg) translate(-60px, 0); }
    72.03% { transform: rotate(-70deg) translate(0, 10px); }
    80.85% { transform: rotate(-210deg) translate(-60px, 0); }
  }
  @keyframes rundove-front-finger-1 {
    0% { transform: rotate(85deg); }
    55.86% { transform: rotate(85deg); }
    57.33% { transform: rotate(110deg); }
    67.62% { transform: rotate(90deg); }
  }
  @keyframes rundove-front-finger-2 {
    0% { transform: rotate(185deg); }
    55.86% { transform: rotate(185deg); }
    57.33% { transform: rotate(160deg); }
    67.62% { transform: rotate(100deg); }
  }
  @keyframes rundove-front-finger-3 {
    0% { transform: rotate(140deg) translate(0, 0); }
    55.86% { transform: rotate(140deg) translate(0, 0); }
    57.33% { transform: rotate(132deg) translate(-8px, -8px); }
    67.62% { transform: rotate(90deg) translate(-8px, -8px); }
  }
  @keyframes rundove-back-wing {
    0% { transform: rotate(110deg) translateY(0); }
    29.4% { transform: rotate(110deg) translateY(0); }
    35.28% { transform: rotate(70deg) translateY(-25px); }
    49.98% { transform: rotate(65deg) translateY(-25px); }
    67.62% { transform: rotate(335deg) translateY(0); }
    72.03% { transform: rotate(125deg) translateY(0); }
    83.79% { transform: rotate(335deg) translateY(0); }
  }
  @keyframes rundove-beak {
    0% { transform: scaleX(1); }
    32.4% { transform: scaleX(1); }
    33.81% { transform: scaleX(1.5); }
    49.98% { transform: scaleX(1.5); }
    50% { transform: scaleX(1); }
  }
  @keyframes rundove-shadow {
    0% { transform: translateX(-243px); }
    5.88% { transform: translateX(30px); }
    17.64% { transform: translateX(50px); }
    23.52% { transform: translateX(80px); }
    52.92% { transform: translateX(80px); }
    67.62% { transform: translateX(80px); }
    72.03% { transform: translateX(280px); }
    76.44% { transform: translateX(500px); }
    86.79% { transform: translateX(760px); }
    100% { transform: translateX(760px); }
  }
  @keyframes birds-coffee {
    10.29% { transform: rotate(11deg) translate(4px, -3px); }
    24.99% { transform: rotate(-5deg) translate(-2px, -1px); }
    29.4% { transform: rotate(-1deg) translate(0, -1px); }
    33.81% { transform: rotate(-24deg) translate(-20px, -59px); }
    49.98% { transform: rotate(-44deg) translate(25px, -99px); }
    54.39% { transform: rotate(0deg) translate(-1px, 0); }
    70.56% { transform: rotate(0deg) translate(-1px, 0); }
    79.38% { transform: rotate(30deg) translate(15px, -6px); }
    94.08% { transform: rotate(-20deg) translate(-10px, -5px); }
    
    10.29% { z-index: 100; }
    33.81% { z-index: 100; }
    49.98% { z-index: 0; }
    94.08% { z-index: 0; }
  }
  
  