/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 8, 2020, 3:04:31 PM
    Author     : Fede
*/

#sumateHead{
    width: 100%;
    height: auto;
    text-align:center; 
}

#sumateHeading{
    width:100%;
    height:288px;
    padding-top:108px;
    background-color: #F4F4F4;;
    
}

#sumateBody{
    background: #E15946;
    width:100%;
    height: auto;
    overflow:hidden;
}

#iconsContainer{
    width: 100%;
    height:auto;
    position:absolute;
    margin-top: -80px;
}

#icons{
    position:relative;
    height:auto;
    overflow:hidden;
    margin: 0 auto;
    width: 900px;
}

.iconContainer{
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;;
    height: 200px;
    overflow:hidden;
    float: left;
}

.sumateIcon{
    width: auto;
    height: 200px;
    background: #FFFFFF;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    text-align:center;
    padding-top: 15px;
}

#icono1Margen{
    margin-left:0px;
}

#icono4Margen{
    margin-right: 0px;
}

#icono1{
    background-image: url(/files/1.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100px;
}

#icono2{
    background-image: url(/files/2.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100px;
}

#icono3{
    background-image: url(/files/3.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100px;
}

#icono4{
    background-image: url(/files/4.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100px;
}

.iconSubtitle{
    font-size:20px;
    margin-top:30px;
    color: #B3B3B3;
}

#formJob{
    width:100%;
    height:auto;
    overflow: hidden;
    width:880px;
    overflow: hidden;
    margin: 0 auto;
    display: block;
    margin-top: 200px;
}

.campo{
    width:46%;
    height:auto;
    margin-left:2%;
    margin-right: 2%;
    float: left;
    margin-bottom:24px;
}

#adjuntarArchivo{
    margin-top: 60px;
}

.subtitleCampo{
    font-size: 16px;
    color: white;
    margin-bottom:15px;
}

#labelHorario{
    font-size: 12px;
    color: white;
    font-weight: normal;
}

.jobInput{
    width: 100%;
    height: 53px;
    background: #FFFFFF;
    border-radius: 3px;
    font-size:16px;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
   
}

#zona{
}


#jobExp{
    height: 132px;
    padding-top: 15px;
    resize: none;
}

#jobBtnSend{
    width:100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    margin-bottom: 55px;
    padding-top: 30px;
}

#btnSend{
    width: 225px;
    height: 50px;
    background-color: #EC9536;
    border-radius: 6px;
    border-style: none;
    color: white;
    font-size: 15px;
}

input[type="file"]{
    display:none;
}

label{
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 21px;
    width: 100%;
}

input[type="file"].sendButton {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0px;
    top: 0px;
    opacity: 0;
}
.btn{    
    color: #FFF !important;
    font-size: 15px !important;
    position: relative;
    display: block;
    width: 50%;
    height:53px;
    float:left;
    background: #EC9536;
    border-radius: 6px 0px 0px 6px;
    padding: 18px;
}
#FM0FileUploadFrame{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 1;
    cursor:pointer;
}
.file-input-name{
    margin-left: 15px;
    font-size: 14px;
    margin-top: 13px;
    position: relative;
    float: left;
}

#nombreArchivo{
    overflow: hidden;
    background: #E9E9E9;
    border-radius: 0px 6px 6px 0px;
    width: 50%;
    height: 53px;
    color: black;
    padding:5px;
}

@media only screen and (max-width: 920px) {
    
    #icons{
        width: 100%;
    }
    
    .iconContainer{
        width: 100%;
        height: auto;
        position: relative;
        margin: 0 auto;
        display: block;
        margin-top: 30px;
        overflow: hidden;
        padding: 0px;
    }
    
    #iconsContainer{
        margin-top: 0px;
        position: relative;
        overflow: hidden;
    }
        
    .sumateIcon{
        height: auto;
        width: 217.5px;
        display: block;
        margin: 0 auto;
        padding-bottom:15px;
    }
    
    #formJob{
        margin: 0 auto;
        display: block;
        margin-top: 20px;
        width: 90%;
    }
    
    #zona{
        margin-top: 30px;
    }
    
    .campo{
        width: 100%;
        margin: 0 auto;
        margin-top: 30px;
    }
    
    #adjuntarArchivo{
        margin-top: 30px;
    }
    
    #sumateHeading{
        height: 144px; 
        padding-top: 60px;
        
    }
}

