
@font-face {
    font-family: gelion-black;
    src: url(assets/gelion-black.ttf);
  }
  @font-face {
    font-family: gelion-bold;
    src: url(assets/gelion-bold.ttf);
  }
  @font-face {
    font-family: gelion-light;
    src: url(assets/gelion-light.ttf);
  }
  html {
    cursor: url("assets/cursor2.png") 5 5, auto;


   
  }
body{
    margin:0;
    overflow-x: hidden;
}

#navbar-menu{
    position:fixed;
    height:12.5vh;
    width:calc(100vw/15);
    margin-top: 50vh;
    transform: translateY(-50%);
    z-index:30;
    cursor:url("assets/cursor-hover.png") 5 5, auto;
    
}

.underline--magical {
    background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
    background-repeat: no-repeat;
    background-size: 100% 0.3em;
    background-position: 0 88%;
    transition: background-size 0.25s ease-in;
  }
  .underline--magical:hover {
    background-size: 100% 88%;
  }
#navbar-logo{
    position:fixed;
    height:12.5vh;
    z-index:30;
    left:0;
    transition: left 2s;
    transition: all 2s;


}
#navbar-logo.clicked{
left:21vw;
}
#navbar-logo img{
    
    width: 70px;
    padding: 22px;

}
.hamburger .line{
    width: 30px;
    height: 3px;
    background-color: #000000;
    display: block;
    margin: 4px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    
 
  }
.hamburger{
    padding:20px;
    margin-top:-20px;
    transition: all 0.3s ease-in-out;
   
}
  .hamburger:hover{
      transform: rotate(90deg);

    
  }
  #popup-covid{
    width: 70vw;
    background: #f1f1f1;
    margin-left: 50%;
    height: 70vh;
    position: fixed;
    z-index: 50;
    margin-top: 100px;
    transform: translatex(-50%);

  }
  .conteudo-covid{
      position:relative;

  }
  .close-covid{
      position: absolute;
      right:0;
      top:0;

  }
  .close-covid p{
color:black;  
font-family: gelion-bold;
font-size:14px;
margin-right:15px;
}

.png-covid img{
    width: 32%;
    margin-left: 50%;
 margin-top:10%;
    transform: translatex(-50%);
}
  #overlay-covid{
      position:fixed;
      top:0;
      left:0;
      width:100vw;
      height:100vh;
      background-color:black;
      opacity:0.7;
      z-index:40;
  }
/* THREE */

#hamburger-3.is-active .line:nth-child(1),
#hamburger-3.is-active .line:nth-child(3){
  width: 30px;
}

#hamburger-3.is-active .line:nth-child(1){
  -webkit-transform: translateX(-10px) rotate(-45deg);
  -ms-transform: translateX(-10px) rotate(-45deg);
  -o-transform: translateX(-10px) rotate(-45deg);
  transform: translateX(-5px) rotate(-45deg) translateY(-3px) scaleX(.9);
}

#hamburger-3.is-active .line:nth-child(3){
  -webkit-transform: translateX(-10px) rotate(45deg);
  -ms-transform: translateX(-10px) rotate(45deg);
  -o-transform: translateX(-10px) rotate(45deg);
  transform: translateX(-5px) rotate(45deg) translateY(3px) scaleX(.9);
}
#home{
    width: 100%;
    display: table;
    height: 100vh;
    background-color:#f8f8f8;
}

.col50x50{
    float: left;
    width: 50%;
    height: 100%;
  
}
#right-home{
    background-image: url(assets/fundo-home.png);
    background-position: left; 
    background-repeat: no-repeat; 
    background-size: cover;
}

#titulo{
    font-family: "gelion-black";
    font-size: 58px;
    width: max-content;
    margin-top: 50vh;
    margin-left:calc(100vw/15);
    line-height: 150%;
    transform:translateY(-100%);
    color:#212121;
    transition: all 0.5s linear;

}
#info{
    font-family: "gelion-light";
    font-size: 34px;
    width: max-content;
    margin-left:calc(100vw/15);
    line-height: 150%;
    transform:translateY(-100%);
    color:#969696;
    margin-bottom: 50px;
    transition: all 0.5s linear;
}
#btn-home{
    font-family: "gelion-light";
    font-size: 1.8vw;
    margin-left:calc(100vw/15);
    line-height: 150%;
    transform:translateY(-100%);
    margin-top:40px;
    outline:none;

    
}
#button-home{

    width: calc(100vw/4);
    height: calc(100vh/12);
    text-transform: uppercase;
    background-color: #4fd894;
    border:none;
    color:rgba(0,0,0,0.8);
    letter-spacing: 0.15vw;
    transition: all 0.5s;
    cursor:url("assets/cursor-hover.png") 5 5, auto;
    box-shadow:0 20px 30px 0px rgba(0, 255, 136, 0.3);
    font-size: 1vw;
    outline:none;


}
#button-home:hover{
    background-color: #99fcca;
    
}

#menu-div{
    position: fixed;
    width: 50vw;
    height: 100vh;
    left:-50vw;
    z-index:20;
    background-color: #f1f1f1;
    transition: left 2s;

}
#menu-div.clicked {
    left:0vw;
}
#menu-links{
    font-family: "gelion-black";
    text-align: center;
    color: #212121;
    margin-top: 50vh;
    transform: translateY(-50%);

}
#menu-links a{
    font-size:32px;
    line-height: 200%;
    cursor:url("assets/cursor-hover.png") 5 5, auto;

}

/* ################### SERVICES "##################*/

    #services-container{
   
        display:table;
        padding-bottom:10vw;
        
    }

    #cards-container{
    height: 100%;
    padding-bottom:10vh;
    margin-right:calc(100vw/15);
    }

    .colserv{
        float: left;
        width: 33.3333%;
        height: 100%
        
    }
    #title-serv{
        color:#000;
        font-size: 87px;
        font-family: gelion-black;
        margin-left:calc(100vw/15);
        line-height: 150%;
        padding-top:5vh;
        margin-bottom:0;
    }
    #card1{
        height:100%;
    }
    #card-consultoria{
        background-color: #f1f1f1;
        height: 100%;
        box-shadow:
        0 7px 30px -10px rgba(150,170,180,0.5);
        border-radius: 0.6vw;
        transition: all 1s;
        margin-left:calc(100vw/15);
        padding-bottom: 4vw;
    


    }
    #card-consultoria:hover{
        box-shadow:
        0 7px 30px -10px rgba(73, 88, 95, 0.5);

    }
    #titulo-card1 h2{

         color:rgba(0,0,0,0.8);
        font-size: 32px;
        font-family: gelion-black;
        padding-left:2vw;
        padding-right:2vw;
       
        line-height: 150%;
    }
    #texto-card1 p{

        color:rgba(0,0,0,0.5);
       font-size: 22px;
       font-family: gelion-light;
       padding-left:2vw;
       padding-right:2vw;
       line-height: 150%;
   }
   #imagem-card1{
       border-top-left-radius: 0.4vw;
       border-top-right-radius: 0.4vw;
       height:30vh;
       width:100%;
       background-image: url(assets/imagem2.jpg);
       background-position: center; 
       background-repeat: no-repeat; 
       background-size: cover;
       box-shadow:
       0 7px 30px -10px rgba(150,170,180,0.5);
   }
   #imagem-card2{
    border-top-left-radius: 0.4vw;
    border-top-right-radius: 0.4vw;
    height:30vh;
    width:100%;
    background-image: url(assets/imagem.jpg);
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover;
    box-shadow:
    0 7px 30px -10px rgba(150,170,180,0.5);
}
#imagem-card3{
    border-top-left-radius: 0.4vw;
    border-top-right-radius: 0.4vw;
    height:30vh;
    width:100%;
    background-image: url(assets/imagem3.jpg);
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover;
    box-shadow:
    0 7px 30px -10px rgba(150,170,180,0.5);
}

   .separator{
       width:50%;
       border: 1px solid rgba(216, 216, 216, 0.5);
       margin-left:2vw;
   }
   .separator2{
    width:50%;
    border: 1px solid rgba(0,0,0,0.2);
    margin-left:3vw;
}


   #button-card button{

    width: 40%;
    height:2vw;
    text-transform: uppercase;
    background-color: #4fd894;
    border:none;
    color:rgba(0,0,0,0.8);
    letter-spacing: 0.15vw;
    transition: all 0.5s;
    cursor:url("assets/cursor-hover.png") 5 5, auto;
    box-shadow:0 20px 30px 0px rgba(0, 255, 136, 0.3);
    margin-left:2vw;
    outline:none;

}
#button-card button:hover{

    box-shadow:0 0px 0px 0px rgba(0, 255, 136, 0.3);
    background-color: #3fc582;

 

}

#hidden1{
    position: absolute;
    left:35vw;
    width:67vw;
    height: 100vh;
    background-color: aquamarine;
}
#hidden-container{
    margin:auto;
    width:60%;
    padding-top:300px;
    
    
}
#titulo-hidden{
    color: rgba(0,0,0,0.8);
    font-size: 20px;
    font-family: gelion-black;
    padding-left: 2vw;
    padding-right: 2vw;
    line-height: 150%;
    padding-top:5vh;
}
#texto-hidden{
    color: rgba(0,0,0,0.6);
    font-size: 20px;
    font-family: gelion-light;
    padding-left: 2vw;
    padding-right: 2vw;
    line-height: 150%;
   
}

      
#popfix{
    position: fixed;
 
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    display:none;
    z-index:80;
    width:70vw;
}
#popfix2{
    position: fixed;
   
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    display:none;
    z-index:80;
    width:70vw;
}
#popfix3{
    position: fixed;
  
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    display:none;
    z-index:80;
    width:70vw;
}
.nooverflowY{
    overflow-y: hidden;
}

.box {
    background-color: aquamarine;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border-radius:0.4vw;
    box-shadow: 0 20px 30px 0px rgba(0, 255, 136, 0.3);
    padding-bottom:3vw;
}
.box h2{
    color: rgba(0,0,0,0.8);
    font-size: 32px;
    font-family: gelion-black;
    padding-left: 3vw;
    padding-top:3vw;
    padding-right: 3vw;
    text-align:left;
    
}
.box p{
    color: rgba(0,0,0,0.5);
    font-size: 1.2vw;
    font-family: gelion-light;
    padding-left: 3vw;
    padding-right: 3vw;
    line-height: 150%;
    text-align:left;
}
.box img{
    width:13%;
    padding-top: 50px;
}
.button {
    margin: 0 auto;
  background-color: #FF8566;
    margin-bottom: 33px;
    padding:0;
}

.button:hover {
    background-color: #7CCF29;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
}

.close-button {
    transition: all 0.5s ease;
    position: absolute;
    background-color: #212121;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:15px;
    padding-right:15px;
    left: 0;
    margin-left: -10px;
    margin-top: -9px;
    /* border-radius: 50%; */
    /* border: 2px solid #fff; */
    color: white;
    -webkit-box-shadow: -4px -2px 6px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: -4px -2px 6px 0px rgba(0,0,0,0.1);
    box-shadow: -3px 1px 6px 0px rgba(0,0,0,0.1);
}

.close-button:hover {
    background-color: #969696;
    color: #fff;
}
.text{    
    font-family: "gelion-light";
    font-size: 28px;
   width:50%;
    line-height: 150%;
    color: #969696;
    margin-top:0;
    margin-bottom:6vw;
    margin-left: calc(100vw/16);
}


/* ################### 2nd PAGE ################### */


#secondpage{
    background: #000;
}
#about-div{
    width: 100%;
    height:100%;
    display: table;
    background:#212121;
    padding-bottom:8vw;
}

#titulo-about p{
    color:#fff;
    font-size: 87px;
    font-family: gelion-black;
    margin-left:calc(100vw/15);
    line-height: 150%;
    margin-top:15vh;
}
#paragraph-about{
    color:rgba(255,255,255,0.7);
    font-family:gelion-light;
    margin-left:calc(100vw/8);
    line-height: 150%;
    font-size: 28px;
    margin-right: calc(100vw/8);

}

.col100{
    float: left;
    width: 100%;
    
  
}
#image-about img{
width:35%;
margin-left:0;
margin-left:50vw;
margin-top:10vh;
transform: translateX(-50%);
}
.col4{
    float: left;
    width: 25%;
    height: 100%;
}
#icones-about img{
    float:left;
    opacity:0.6;

}
#container-icones{
    margin-left: calc(100vw/15);
    height: 100%;
    background: #000;
    margin-right: calc(100vw/15);
    padding-top: 4.2vw;
    display:table;
    padding-bottom:4.2vw;
}
#ceo-section{
    height: 100%;
    background: #fff;
    display:table;
    
}
.ceo-foto{
    float: left;
    width: 50%;
    height: 100%;

    
}
#ceo-foto2{
    background-image: url(assets/foto-ricardo.png);
    background-position: left; 
    background-repeat: no-repeat; 
    background-size: cover;
 
}
#ceo-quote{
padding-bottom:4vw;
}
#ceo-quote p{
    color: #fff;
    color: rgba(0,0,0,0.7);
    font-family: gelion-light;
    font-size: 27px;
    line-height: 150%;
    width: 80%;
    margin-left: calc(100vw/15);
    padding-top:10%;
    
}
#ceo-quote span{
    color: #fff;
    color: rgba(0,0,0,0.7);
    font-family: gelion-black;
    font-size: 22px;
    line-height: 150%;
    width: 80%;
    margin-left: calc(100vw/15);
    margin-top: 17%;
}
.displaynone{
    display:none;
}
   


#icones-about p{
    color: rgba(255,255,255,0.6);
    font-size: 20px;
    font-family: gelion-light;
    /* line-height: 150%; */
    margin-left: 6vw;
    margin-right:2vw;
}

.imgsucesso img{
    width:15%;
    margin-left:1vw;
}
.img360 img{
    width:20%;
}

/* ############### FOOTER ################## */

#footer-bottom{ 
    height:100%;
    width:100%;
    background:#f8f8f8;
    display: table;
    padding-bottom:10%;
   
  
}
#container-footer{
    width:100%;
}
.colfooter{
    float: left;
    width: 33%;
    height: 100%;
    
}
#contactus{
    margin-left:50%;
}
#contactus p{
    color: #000;
    font-size: 18px;
    font-family: gelion-black;
    line-height:150%;
    margin-top:50%;
}
#contactus a{
    text-decoration: none;
    color: black;
}
#footer-down{
    background: #dddddd;
    height:3vw;
    padding-top:3vw;
    padding-bottom:3vw;

}
#lettering-footer img{
    width:50%;
    margin-left:calc(100vw/15);


}
#contactus span{
    color: rgba(0,0,0,0.8);
    font-size: 18px;
    font-family: gelion-light;
    line-height:150%;
    margin-top:50%;
    cursor:url("assets/cursor-hover.png") 5 5, auto;
    transition: all 0.5s;
    
}
#contactus span:hover{
    color:rgba(0,0,0,0.5);
}
#lettering-footer p{
    margin-left: calc(100vw/15);
    color: #000;
    font-size: 14px;
    font-family: gelion-light;
    line-height:150%;
}

#lettering-footer a{
    color: #000;
    font-size: 14px;
    font-family: gelion-light;
    line-height:150%;
}


@media only screen and (max-width: 1670px) {
    #titulo{
        
        font-size: 46px;
        transform: translateY(-115%);
   
    }
    #info{
     
        font-size: 22px;

    }
}
@media only screen and (max-width: 1360px) {
    #titulo{
        
        font-size: 35px;
        transform: translateY(-140%);
   
    }
    #info{
     
        font-size: 22px;

    }
}
@media only screen and (max-width: 1048px) {
    #titulo{
        
        font-size: 35px;
        transform: translateY(-140%);
   
    }
    #info{
     
        font-size: 22px;

    }
}

@media only screen and (max-width: 768px) {
    #right-home{
        background-image: url(assets/fundo-home.png);
        background-position: left; 
        background-repeat: no-repeat; 
        background-size: cover;
        height: 78%;
    }
    #titulo{
        
        font-size: 6vw;
        margin-top: 70vh;
        
   
    }
    #info{
     
        font-size: 16px;
    }
  
 
    #navbar-menu{
    
    margin-top: 12vh;
    left: 82vw;
    transform: translateY(-50%);
   
    }

    #navbar-logo img {
        width: 18vw;
       
    }
    #popup-covid{
        width: 85vw;
        background: #f1f1f1;
        margin-left: 50%;
        height: 72vh;
        position: fixed;
        z-index: 50;
        margin-top: 100px;
        transform: translatex(-50%);
    
      }
      .conteudo-covid{
          position:relative;
    
      }
      .close-covid{
          position: absolute;
          right:0;
          top:0;
    
      }
      .close-covid p{
    color:black;  
    font-family: gelion-bold;
    font-size:16px;
    margin-right:20px;
    margin-top:20px;

    }
    
    .png-covid img{
        width: 70%;
        margin-left: 50%;
        margin-top: 52%;
        transform: translatex(-50%);
    }
      #overlay-covid{
          position:fixed;
          top:0;
          left:0;
          width:100vw;
          height:100vh;
          background-color:black;
          opacity:0.7;
          z-index:40;
      }
    .col30x70-right{
        width:60%;
    }
    .col30x70-left{
        width:40%;
    }

    #menu-div {
        position: fixed;
        width: 100vw;
        height: 100vh;
        left: -100vw;
        z-index: 20;
        background-color: #f1f1f1;
        transition: left 1s;
    }
    #navbar-logo{
        transition: left 1s;
    }
    #navbar-logo.clicked {
        left: 35vw;
    }

    #title-serv{
        font-size:33px;
        text-align:center;
        margin-left:0;
        margin-bottom:0 !important;
    }

    .colserv{
        width:100%;
    }
    #imagem-card1 {
        border-top-left-radius: 3vw;
        border-top-right-radius: 3vw;
        height:30vh;
    }
    #titulo-card1 h2 {
        text-align:center;
    }
    .separator{
        margin: 0 auto;
    }
    #texto-card1 p {
    text-align:center;
    }
    #card-consultoria{
        height:100%;
        margin-left:0;
    }
    #cards-container{
        height:100%;
        margin-top:5vh;
        margin-right:0;
    }
    #button-card button {
        width: 100%;
        height: 11vw;
        text-transform: uppercase;
        background-color: #4fd894;
        border: none;
        color: rgba(0,0,0,0.8);
        letter-spacing: 0.15vw;
        transition: all 0.5s;
        cursor: url(assets/cursor-hover.png) 5 5, auto;
        box-shadow: 0 10px 20px 0px rgba(0, 255, 136, 0.3);
        margin-left: 0;
        outline: none;
        border-bottom-left-radius: 3vw;
        border-bottom-right-radius: 3vw;
    }
    #imagem-card2{
        border-top-left-radius: 3vw;
        border-top-right-radius: 3vw;
        height:30vh;
    }
    #services-container {
        min-height: 0; 
        display: table;
    }
    #card1{
        margin-bottom:10vw;
    }
    #imagem-card3{
        border-top-left-radius: 3vw;
        border-top-right-radius: 3vw;
        height:30vh;
    }
    .text{
        color: rgba(0,0,0,0.5);
        font-size: 22px;
        font-family: gelion-light;
        padding-left: 0;
        padding-right: 0;
        line-height: 150%;
        margin-left:0;
        margin-right:1vw;
        width:100%;
        margin:0;
    }

    #titulo-about p{
        font-size:33px;
        text-align:center;
        margin-left:0;
        margin-top:10vh;
    }
    #paragraph-about{
    color: rgba(255,255,255,0.5);
    font-size: 22px;
    font-family: gelion-light;
    padding-left: 2vw;
    padding-right: 2vw;
    line-height: 150%;
    text-align:center;
    margin-left:2vw;
    margin-right:2vw;
    }
    .col4{
        float: unset;
    width: 100%;
    height: 100%;
    }
    #container-icones{
        height:100%;
        margin:0;
        padding-top: 22.2vw;
        padding-bottom: 2vh;
        display:block;

    }
    #icones-about img {
    float:unset;
    display: block;
    margin: 0 auto;
    }
    #icones-about p{
        color: rgba(255,255,255,0.5);
    font-size: 22px;
    font-family: gelion-light;
    padding-left: 2vw;
    padding-right: 2vw;
    line-height: 150%;
    text-align: center;
    margin-left: 2vw;
    margin-right: 2vw;
    padding-bottom:15vw;
    }
    #ceo-section{
        height:100%;
    }
    .ceo-foto{
        float:unset;
        width:100%;
    }
    #ceo-foto2{
        height: 50vw;
        width: 50vw;
        border-radius: 40vw;
        margin: 0 auto;
        margin-top:5vh;
    
    }
    .displaynone{
        display:block;
    }
    .displayfoto{
        display:none;
    }
    #ceo-quote{
        text-align:center;
        margin-top:3vh;
    }
    #ceo-quote p{
    color: rgba(0,0,0,0.5);
    font-size: 22px;
    font-family: gelion-light;
    padding-left: 2vw;
    padding-right: 2vw;
    line-height: 150%;
    text-align:center;
    margin-top:5%;
    
    }
    #secondpage{
        background: #fff;
    }
    #ceo-quote span{
        margin-left:0;
        margin-top:0;
        margin:0 auto;
    }
    .nome{
        display:block;
        margin:0 auto; 
    }
    .founder{
        font-family: gelion-light !important;
        color: rgba(0,0,0,0.5) !important;
    }

    #footer-bottom{
        height:unset;
        padding-bottom:10vh;
    }
    .colfooter{
        float: none;
        width:100%;
    }
    #contactus {
        margin-left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }
    #footer-down{
        height:100%;
    }
    #lettering-footer img {
        width: 70%;
        /* margin-left: calc(100vw/15); */
        margin: auto;
        display: block;
        padding-top: 3vh;
        padding-bottom:3vh;
    }
    #lettering-footer{
    }
    #lettering-footer p {
        margin-left: calc(100vw/15);
        color: #000;
        font-size: 14px;
        font-family: gelion-light;
        line-height: 150%;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
    #btn-home{
        margin-left:0;
    }
    #button-home {
        width: 100vw;
        height: calc(100vh/12);
        text-transform: uppercase;
        background-color: #4fd894;
        border: none;
        color: rgba(0,0,0,0.8);
        letter-spacing: 0.15vw;
        transition: all 0.5s;
        cursor: url(assets/cursor-hover.png) 5 5, auto;
        box-shadow: 0 20px 30px 0px rgba(0, 255, 136, 0.3);
        outline: none;
        font-size: 4vw;
        display:none;
    }
    #info p{
        font-size:20px;
    }
    #popfix3{
        position: fixed;
        width: 100%;
        height: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        display: none;
        z-index: 80;
        overflow-y:auto;
        
    }
    #popfix2{
        position: fixed;
        width: 100%;
        height: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        display: none;
        z-index: 80;
         overflow-y:auto;
    }
    #popfix{
        position: fixed;
        width: 100%;
        height: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        display: none;
        z-index: 80;
         overflow-y:auto;
    }
    .box h2 {
        color: rgba(0,0,0,0.8);
        font-size: 27px;
        font-family: gelion-black;
        padding-left: 3vw;
        padding-top: 16vw;
        padding-right: 3vw;
        text-align: center;
    }
    .separator2{
        margin: 0 auto;
    }
    .box p{
        text-align:center;
        font-size:5vw;
    }
    .box{
        width:100vw;
        height:unset;
    }
    .close-button {
        transition: all 0.5s ease;
        position: absolute;
        background-color: #212121;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
        left: 0;
        margin-left: 0px;
       margin-top: 0px; 
        /* border-radius: 50%; */
        /* border: 2px solid #fff; */
        color: white;
        -webkit-box-shadow: -4px -2px 6px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: -4px -2px 6px 0px rgba(0,0,0,0.1);
        box-shadow: -3px 1px 6px 0px rgba(0,0,0,0.1);
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .box h2 {
        margin-top:0;
    }

}







