@charset "UTF-8";
 
 
.w_body{
    min-height: 100vh;
    display: flex;
     flex-direction: column;
    align-items: center;
    /*justify-content: center; */
}
.w_body{
    color: rgb(200,200,200);
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    background-color: rgb(25,35,45);
}



 
  .w_first_vertical{
    position: relative; 
    margin-top: 50px; 
    display:flex; 
    align-items: flex-end; 
    justify-content: center;
  }
 .w_icon_style{
    width: 120px; 
    height: 106px;
  }
  .w_icon_style_inner{
    font-size: 90px; 
    color: #BE292D; 
  }
  .w_icon_style_inner_small{
    font-size: 20px; 
    color: #BE292D; 
    padding-right: 30px;
  }

  @media only screen and (max-width: 600px) {
 .naslov.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 5;
    
  }  
}
  /* .naslov.fixed.absolute {
    position: absolute;
  }   */
  @media only screen and (max-width: 600px) {
    .naslov {
    position: -webkit-sticky;
    position: sticky;
    top: 0; 
    z-index: 5;
    width: 100%;
    background-color: #446084;
    text-align: center
    }
  }
  @media only screen and (min-width: 601px) {
  .naslov {
    /* position: -webkit-sticky;
    position: sticky;
    top: 0; 
    z-index: 5;
    width: 100%; */
   
    text-align: center;
    color: black!important
    }
}

  
::selection{
    background-color: transparent;
}
.w_container{
    /* width: 100vw;
    height: 50vh; */
    display:flex;
}
.card-wrapper{
    position: relative;
    margin: auto;
    overflow: visible;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    perspective: 1000px;
    
    transform-style: preserve-3d;
}
.w_card {
    position: relative;
}
.box-highlight{
    padding: 8px 4px;
    background-color: #3B444C;
    background-color: rgba(255,255,255,.15);
    /* text-shadow: 0 5px 5px rgb(25,35,45); */
    text-shadow: 0 5px 5px rgb(188, 190, 194);
}
.w_card{
    width:400px;
    padding: 16px;
    margin-bottom: 60px;
    text-align: center;
    /* background-color: rgb(25,35,45); */
    background-color: white;
    box-sizing: border-box;
    transition: all 500ms ease-out;
    transform: rotateY(180deg);
    backface-visibility: hidden;
}
.info_card{
    width:400px;
    padding: 16px;
    margin-bottom: 60px;
    text-align: center;
    /* background-color: rgb(25,35,45); */
    background-color: white;
    box-sizing: border-box;
    transition: all 500ms ease-out;
    transform: rotateY(180deg);
    backface-visibility: hidden;
}
.w_card_forecast{
    width: 200px;
    padding: 16px;
    margin-bottom: 60px;
    text-align: center;
    background-color: white;
    box-sizing: border-box;
    transition: all 500ms ease-out;
    transform: rotateY(180deg);
    backface-visibility: hidden;
}

@media only screen and (max-width: 600px) {
    .w_card_forecast{
        width: 300px;
         /* padding: 16px;
        margin-bottom: 60px;
        text-align: center;
        background-color: white;
        box-sizing: border-box;
        transition: all 500ms ease-out;
        transform: rotateY(180deg);
        backface-visibility: hidden;  */
    }
}
 .w_card:hover{
  /*  box-shadow: 0 0 20px 10px rgb(5,15,25); */
    box-shadow: 0 0 20px 10px rgb(212, 212, 214);
    z-index: 2;
}
.w_card:hover:not(span){
    color: #446084;
}
.w_card_forecast:hover{
    box-shadow: 0 0 20px 10px rgb(212, 212, 214);
    z-index: 2;
}
.w_card_forecast:hover:not(span){
    color: #446084;
}
.w_card-header{
    padding-bottom: 8px;
    border-bottom: 1px solid rgb(200,200,200);
    margin: 0;
    text-transform: capitalize;
    color: #BE292D!important;
}

.w_card-header-no-line{
    padding-bottom: 8px; 
    /* border-bottom: 1px solid rgb(200,200,200); */
    margin: 0;
    text-transform: capitalize;
    color: #BE292D!important;
}


.w_left_border{
    border-left: 1px solid rgb(200,200,200);
    height: 35px;
}
.card-temp-info{
    margin: 5px 0 10px 0;
    font-size: 4em;
    color: #BE292D!important;
    height:  55px;
}
.card-temp{
    margin: 5px 0 10px 0;
    font-size: 4em;
    color: #BE292D!important;
    height:  55px;
}
.card-info{
    padding-top: 8px;
    border-top: 1px solid rgb(200,200,200);
    margin: 10px 0 0 0;
    font-size: 1.25em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card-temp::after{
    content: "\00B0";
}
.icon{
    margin-top: 50px; display:flex; align-items: flex-end; justify-content: center;
}
/* .cloud-group{
    width: 120px;
    height: 106px;
}
.icon-cloud{
    position: absolute;
    background-color: white;
    display: block;
}
.shadow-cloud-clip{
    box-shadow: 2px -6px 0 rgb(25,35,45);
}
.cloud-base{
    top: 27px;
    left: 0;
    width: 100%;
    height: 45px;
    border-radius: 40px;
    z-index: 1;
}
.cloud-circle{
    top: 0;
    left: 15px;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    z-index: 2;
}
.cloud-circle::after{
    content: "";
    position: absolute;
    top: 8px;
    left: 46px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: inherit;
    box-shadow: 1px -6px 0 rgb(25,35,45);

}
.sun{
    top: -12px;
    left: 53px;
    width: 60px;
    height: 60px;
    border-radius: 60px;
}
.sunshine,
.sunshine::before,
.sunshine::after{
    position: absolute;
    width: 18px;
    height: 8px;
    border-radius: 8px;
}
.sunshine{
    top: 17px;
    right: -17px;
}
.sunshine::before,
.sunshine::after,
.rain::before,
.rain::after{
    content: "";
    background-color: inherit;
}
.sunshine::before{
    top: -48px;
    right: 45px;
    transform: rotate(-90deg);
}
.sunshine::after{
    top: -33px;
    right: 11px;
    transform: rotate(-45deg);
}
.rain{
    left: 0;
    bottom: -86px;
    transform: rotate(-75deg);
}
.rain,
.rain::before,
.rain::after{
    position: absolute;
    width: 40px;
    height: 8px;
    border-radius: 8px;
    box-shadow: 2px 0 0 4px rgb(25,35,45);
    z-index: 2;
}
.rain::before{
    left: 9px;
    bottom: -35px
}
.rain::after{
    right: -18px;
    bottom: -69px
} */

/*ANIMAÇÕES*/
.anim-flip{
    animation-name: flip;
    animation-duration: 1s;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.anim-flip-card-2{
    animation-delay: 166ms;
}
.anim-flip-card-3{
    animation-delay: 332ms;
}
.anim-flip-card-4{
    animation-delay: 498ms;
}
.anim-flip-card-5{
    animation-delay: 664ms;
}
.anim-flip-card-6{
    animation-delay: 830ms;
}
.anim-flip-card-7{
    animation-delay: 996ms;
}

@keyframes flip{
    0%{
        transform: rotateY(180deg);
        filter: blur(10px);
    }
    100%{
        transform: rotateY(0deg);
        filter: blur(0);
    }
}
