@import url('https://fonts.googleapis.com/css?family=Exo:400,700');

*{
    margin: 0px;
    padding: 0px;
}

body{

}
html, body {
    overflow: hidden;
}

.context {
    width: 100%;
    position: absolute;
    top: 32vh;
}
.master-header{
    background: #5ebdce;
}
.context h1{
    text-align: center;
    color: #fff;
    font-size: 50px;
}

.area {
    background: #5ebdce;
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
    width: 100%;
    height: 100vh;
    margin-top: -105px;
}

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

.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: 2s;
    animation-duration: 12s;
}

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

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

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

.circles li:nth-child(6){
    left: 75%;
    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: 15s;
    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: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

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

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

}

nav{
    position: absolute;
    bottom: 0;
}

nav li img{
    z-index: 1;
    width: 40px;
    height: 40px;
}

#wrapper
{
    position:absolute;
    margin: auto;
    width:60%;
    height: 520px;
    top: 0; 
    z-index:1;
    bottom: 0;
    right: 10%;
}

.item
{
    position:relative;
    width:25%;
    height:125px;
    background-color:#ddeedd;
    margin:5px;
    display:inline-block;
    opacity:0.8;
    cursor: pointer;
    text-align:center;
    line-height:80px;
    background-size: cover;
    background-position:center;
    border-radius: 10px;
    border-left: #37737a8f 2px solid;
    border-bottom: #37737a9e 1px solid;
}
.item:hover{
    opacity:0.9 !important;
}
.thumb1 {
    background-image: url('../img/thumb1.png');
}
.thumb2 {
    background-image: url(../img/thumb2.png);
}
.thumb3 {
    background-image: url(../img/thumb12.png);
}
.thumb4 {
    background-image: url(../img/thumb3.png);
}
.thumb5 {
    background-image: url(../img/thumb4.png);
}
.thumb6 {
    background-image: url(../img/thumb5.png);
}
.thumb7 {
    background-image: url(../img/thumb6.png);
}
.thumb8 {
    background-image: url(../img/thumb7.png);
}
.thumb9 {
    background-image: url(../img/thumb8.png);
}
.thumb10 {
    background-image: url(../img/thumb9.png);
}
.thumb11 {
    background-image: url(../img/thumb10.png);
}
.thumb12 {
    background-image: url(../img/thumb11.png);
}

.nav{
    position: relative;
    display: inline-block;
    margin-top:200px;
    color: #fff;
    line-height: 1.6em;
    font-family:sans-serif;
    font-size: 0.75em;
    list-style: none;
    z-index: 1000;
}

.nav li{
    cursor: pointer;
    padding: 5px;
    margin:10px;
    background: #005599;
    text-align: center;

}



/*estilos menu movil*/


nav {
    width: 100%;
}

.wave-wrap {
    position: relative;
    width: 100%;
        height: 30px;
    overflow: hidden;
    margin-bottom: -7px;
}
.show-sm{
    background: #5ebdce;
    position: absolute;
    width: 100%;
    height: 100%;
}
.wave-wrap #wave {
    position: absolute;
        width: 20%;
    transform-origin: bottom;
    transform: scaleY(0.8);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.wave-wrap #wave .path {
    fill: #60ccde;
}
.list-wrap {
    display: flex;
    width: 100%;
    height: 80px;
    background: #60ccde;
    list-style: none;
    justify-content: space-around;
}
.list-wrap li {
    cursor: pointer;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.list-wrap li i {
    position: relative;
    font-size: 1.5em;
    color: #a4b0be;
    z-index: 5;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.list-wrap li:before {
    content: "";
    position: absolute;
    background: green;

    height: 60px;
    width: 60px;
    top: 15%;

    border-radius: 50%;
    z-index: 0;
    transform: scale(0);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.list-wrap li.active {
    margin-top: -10px;
}
.list-wrap li.active i {
    color: #2f3542;
}
.list-wrap li.active:before {
    transform: scale(1);
}
.list-wrap li:nth-child(1):before {
        background: rgb(234, 222, 119);
}
.list-wrap li:nth-child(2):before {
        background: rgb(234, 222, 119);
}
.list-wrap li:nth-child(3):before {
        background: rgb(234, 222, 119);
}
.list-wrap li:nth-child(4):before {
        background: rgb(234, 222, 119);
}
.list-wrap li:nth-child(5):before {
        background: rgb(234, 222, 119);
}
.title-desc{
    TEXT-ALIGN: CENTER;
    color: white;
    font-weight: 500;
    font-size: 1.2rem !important;
}
.phone {
    height: 100%;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    font-family: 'Montserrat', sans-serif;
}
.phone .page {
    height: 100%;
    width: 90%;
    justify-content: center;
    align-items: center;
    font-size: 3em;
    color: rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    letter-spacing: 5pt;
    margin-top: 150px;
    overflow: scroll;
    padding-bottom: 100px;
}
.titleWrapper{width: 100%; background: #5ebdce;}


/*cool title*/



:root {
  --color-primary: #eadd77;
  --color-secondary: #447979;
  --color-tertiary: #f28b7d;
  --color-quaternary: #f07a6a;
  --color-quinary: #ee6352;
  /*
  --color-primary: #5192ED;
  --color-secondary: #69A1F0;
  --color-tertiary: #7EAEF2;
  --color-quaternary: #90BAF5;
  --color-quinary: #A2C4F5;
  */
}


.content {
  display: -webkit-box;
  display: flex;
  align-content: center;
  -webkit-box-pack: center;
          justify-content: center;
          float:left;
}

.text_shadows {
    text-shadow: 3px 3px 0 var(--color-secondary), 6px 6px 0 var(--color-tertiary), 9px 9px var(--color-quaternary), 12px 12px 0 var(--color-quinary);
    font-family: 'Lilita One', cursive;
    font-weight: 400;
    text-transform: uppercase;
        font-size: 3em;
    text-align: center;
    margin: 0;
    color: var(--color-primary);
    -webkit-animation: shadows 1.2s ease-in 2, move 1.2s ease-in 2;
    animation: shadows 1.2s ease-in 2, move 1.2s ease-in 2;
    text-shadow: 3px 3px 0 var(--color-secondary);
    letter-spacing: 0.4rem;
}

.text_shadows span{
  font-family: 'Lilita One', cursive;
}
@-webkit-keyframes shadows {
  0% {
    text-shadow: none;
  }
  10% {
    text-shadow: 3px 3px 0 var(--color-secondary);
  }
  20% {
    text-shadow: 3px 3px 0 var(--color-secondary), 6px 6px 0 var(--color-tertiary);
  }
  30% {
    text-shadow: 3px 3px 0 var(--color-secondary), 6px 6px 0 var(--color-tertiary), 9px 9px var(--color-quaternary);
  }
  40% {
    text-shadow: 3px 3px 0 var(--color-secondary), 6px 6px 0 var(--color-tertiary), 9px 9px var(--color-quaternary), 12px 12px 0 var(--color-quinary);
  }
  50% {
    text-shadow: 3px 3px 0 var(--color-secondary), 6px 6px 0 var(--color-tertiary), 9px 9px var(--color-quaternary), 12px 12px 0 var(--color-quinary);
  }
  60% {
    text-shadow: 3px 3px 0 var(--color-secondary), 6px 6px 0 var(--color-tertiary), 9px 9px var(--color-quaternary), 12px 12px 0 var(--color-quinary);
  }
  70% {
    text-shadow: 3px 3px 0 var(--color-secondary), 6px 6px 0 var(--color-tertiary), 9px 9px var(--color-quaternary);
  }
  80% {
    text-shadow: 3px 3px 0 var(--color-secondary), 6px 6px 0 var(--color-tertiary);
  }
  100% {
    text-shadow: 3px 3px 0 var(--color-secondary);
  }
}

@keyframes shadows {
  0% {
    text-shadow: none;
  }
  10% {
    text-shadow: 3px 3px 0 var(--color-secondary);
  }
  20% {
    text-shadow: 3px 3px 0 var(--color-secondary), 6px 6px 0 var(--color-tertiary);
  }
  30% {
    text-shadow: 3px 3px 0 var(--color-secondary), 6px 6px 0 var(--color-tertiary), 9px 9px var(--color-quaternary);
  }
  40% {
    text-shadow: 3px 3px 0 var(--color-secondary), 6px 6px 0 var(--color-tertiary), 9px 9px var(--color-quaternary), 12px 12px 0 var(--color-quinary);
  }
  50% {
    text-shadow: 3px 3px 0 var(--color-secondary), 6px 6px 0 var(--color-tertiary), 9px 9px var(--color-quaternary), 12px 12px 0 var(--color-quinary);
  }
  60% {
    text-shadow: 3px 3px 0 var(--color-secondary), 6px 6px 0 var(--color-tertiary), 9px 9px var(--color-quaternary), 12px 12px 0 var(--color-quinary);
  }
  70% {
    text-shadow: 3px 3px 0 var(--color-secondary), 6px 6px 0 var(--color-tertiary), 9px 9px var(--color-quaternary);
  }
  80% {
    text-shadow: 3px 3px 0 var(--color-secondary), 6px 6px 0 var(--color-tertiary);
  }
  100% {
    text-shadow: 3px 3px 0 var(--color-secondary);
  }
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  40% {
    -webkit-transform: translate(-12px, -12px);
            transform: translate(-12px, -12px);
  }
  50% {
    -webkit-transform: translate(-12px, -12px);
            transform: translate(-12px, -12px);
  }
  60% {
    -webkit-transform: translate(-12px, -12px);
            transform: translate(-12px, -12px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes move {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  40% {
    -webkit-transform: translate(-12px, -12px);
            transform: translate(-12px, -12px);
  }
  50% {
    -webkit-transform: translate(-12px, -12px);
            transform: translate(-12px, -12px);
  }
  60% {
    -webkit-transform: translate(-12px, -12px);
            transform: translate(-12px, -12px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
