/*ANIMATION*/
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% {transform: scale(1);}
  }

body{
    background-color: #f9f9f9 !important;
}

*{
    margin: 0;
    padding: 0;
}
*:focus{
    outline: none;
    border: none;
}


#header{
    width: 100%;
    height: 60px;
}

#header-image{
    background-image: url("logo-girassol.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 133px;
    height: 73px;
    margin: 13px 0 0 40px;
    cursor: pointer;
    /*
    background-image: url("img/circle-top-logo.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 165px;
    height: 120px;
    cursor: pointer;
    -webkit-filter: drop-shadow(2px -1px 7px rgba(0,0,0,0.3));
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=2, OffY=-1, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=2, OffY=-2, Color='#444')";
    */
}

.col-sm{
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    height:450px;
}

.title{
    margin-bottom: 15px;
    font-size: 150%;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
}

.title span{
    font-weight: 600 !important;
}

#right-title{
    margin-bottom: 5px !important;
    padding: 0 15%;
    text-align: center;
}
ul li{
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    margin-top: 30px;
    list-style: none;
}

ul li:first-child{
    margin-top: 25px;
}

.icon{
    float: left;
    background-image: url("img/icones-girassol.png");
    background-size: cover;
    width: 32px;
    height: 32px;
    margin-right: 7px;
}

#icon-2{
    background-position: 0px 98px;
}

#icon-3{
    background-position: 0px -66px;
}

#icon-4{
    background-position: 0px -98px;
}

#form_{
    margin-top: 60px;
    padding: 35px 40px;
    border-radius: 12px;
    background-color: white !important;
    -webkit-box-shadow: 4px 4px 19px -2px rgba(0,0,0,0.47);
    -moz-box-shadow: 4px 4px 19px -2px rgba(0,0,0,0.47);
    box-shadow: 4px 4px 19px -2px rgba(0,0,0,0.47);
}

#form_ input{
    border: 1px solid rgb(206, 206, 206);
    border-radius: 5px;
    width: 28vw;
    height: 38px;
    margin-bottom: 30px;
    padding-left: 2%;
}

#form_ input:last-child{
    margin-bottom: 0px !important;
}

#submit-btn{
    background-color: #F37937;
    color: white;
    transition: all 0.7s;
}
#submit-btn:hover{
    background-color: rgb(185, 102, 57);
    color: white;
}

/*---FOOTER---*/
#footer{
    clear: both;
    width: 100%;
    height: 40px;
    text-align: center;
    position: absolute;
    bottom: 0;
}

#footer span{
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 90%;  
    cursor: pointer; 
    color: white;
    transition: all 0.3s;
}

#footer a:hover{
    text-decoration: none;
}

#footer span:hover{
    color: rgb(228, 228, 228);
}

/*IMG*/
#bottom-img{
    position: absolute;
    bottom: 0;
    background-image: url('img/wave-bottom.png');
    width: 100%;
    height: 130px;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
}

#line{
    z-index: -2;
    border-left: 1px solid rgb(211, 211, 211);
    height: 77vh;
}

#call-to-action-mobile{
    display: none;
}

#space{
    display: none;
}

#keep-on-site{
    display: none;
}

@media (max-width: 900px) {
    #right-block{
        display: none;
    }
    #footer{
        display: none;
    }

    #call-to-action-mobile{
        display: inline-block;
        text-align: center;
        justify-content: center;
        width: 100%;
        position: fixed;
        bottom: 45px;
        z-index: 2 !important;
    }

    #call-to-action-mobile button{
        margin: auto;
        width: 250px !important;
        background-color: #F37937;
        color: white;
        border-radius: 7px;
        padding: 10px 15px;
        cursor: pointer;
        font-family: 'Raleway', sans-serif;
        font-weight: 500;
        -webkit-box-shadow: 6px 6px 17px -2px rgba(0,0,0,0.43);
        -moz-box-shadow: 6px 6px 17px -2px rgba(0,0,0,0.43);
        box-shadow: 6px 6px 17px -2px rgba(0,0,0,0.43);
        transition: all 0.5s;
        animation: pulse 2.1s infinite ease-in-out;
        z-index: 2;
    }

    #call-to-action-mobile button:hover{
        background-color: rgb(185, 102, 57);
    }

    #call-to-action-mobile:focus,#call-to-action-mobile:active{
        outline: none !important;
        box-shadow: none !important;
        border: none !important;
    }

    #line{
        display: none;
    }

    ul li:first-child{
        margin-top: 8px;
    }

    .title{
        margin-top: 90px;
        margin-bottom: 10px !important;
    }

    .col-sm{
        height: 370px;
    }
    
    /*IMG*/
    #bottom-img{
        display: none;
    }

    ul li:first-child{
        margin-top: 30px;
    }

    #keep-on-site{
        text-align: center;
        width: 260px;
        left: 50%;
        transform: translateX(-50%);
        display: inline-block;
        position: fixed;
        bottom: 8px;
        font-size: 85%;
        color: rgb(104, 104, 104);
        cursor: pointer;
        background-color: #f9f9f9;
        z-index: 1;
        padding: 5px 15px;
        border-radius: 5px;
    }

    #keep-on-site:hover{
        text-decoration: none;
    }

    #header{
        text-align: center;
    }

    #header-image{
        margin: auto;
        margin-top: 13px;
    }
}

@media (max-height: 600px) and (max-width:800px){
    #space{
        width: 100%;
        height: 180px;
        display: inline-block;
    }
}