#franchise{
    position:relative;
    text-align:center;
    height: auto;
    width: 100%;
    overflow: hidden;
}
#franchiseTitle{
    width: 100%;
    height: 198px;
    padding-top: 87px;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    background-color:  #F4F4F4;;
}
#content{
    background-color: #E15946; 
    width: 100%;
    height: auto;
    overflow: hidden;
}
#formularios{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    margin-top: 60px;
}
.archivos{
    position: relative;
    float: left;
    width: 33%;
    height: auto;
    color: #B3B3B3;
    font-size: 19px;
    overflow: hidden;
}
#btnDescargar{
    position: relative;
    float: right;
    width: 241px;
    height: 241px;
    background: #FFFFFF;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}
#btnDescargar:hover{
    background: #747474;
    cursor: pointer;
    color: #B1B1B1;
    text-decoration: none;
}
#a_cv{
    position: relative;
    float: left;
    width: 241px;
    height: 241px;
    font-size: 16px;
    background: #FFFFFF;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}
#a_cv:hover{
    background: #747474;
    cursor: pointer;
    color: #B1B1B1;
    text-decoration: none;
}
#flechaAbajo{
    position: relative;
    float: left;
    margin-top: 57px;
    margin-left: 49px;
    margin-bottom: 20px;
}
#flechaArriba{
    position: relative;
    float: left;
    margin-top: 57px;
    margin-left: 49px;
    margin-bottom: 20px;
}
#cuadroTexto{
    position: relative;
    width: 33%;
    float: left;
    color: #FFFFFF;
    margin-top: 80px;
    font-size: 16px;
    text-align: center;
}
#container{
    position: relative;
    float: none;
    height: auto;
    width: auto;
    overflow: hidden;
    display: inline-block;
}
.flecha{
    position: relative;
    display: inline-block;
    float: left;
    width: 12.5px;
    height: 31px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
#texto{
    position: relative;
    display: inline-block;
    float: left;
    width: auto;
    height: auto;
    text-align: center;
    margin-left: 25px;
    margin-right: 25px;
}
#ingresoDatos{
    position:relative;
    height: auto;
    width: 100%;
    overflow: hidden;
    
}
.dato{
    position:relative;
    float: left;
    width: 50%;
    height: auto;
    overflow: hidden;
    margin-top: 90px;
}
.campo{
    position: relative;
    float: right;
    width: 69%;
    height: auto;
    overflow: hidden;
}
#c2{
    float: left;
    margin-left: 13px;
}
.subtitleCampo{
    position:relative;
    float: left;
    width: 510px;
    height: auto;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
    margin-bottom: 10px;
    text-align: left;
}
.franchiseInput{
    position: relative;
    float: left;
    max-width: 510px;
    width: 100%;   
    height: 50px;
    
    background: #F0F0F0;
    font-size: 16px;
    border-color: transparent;
    border-radius: 3px;
    padding-left: 15px;
    padding-right: 15px;
}
#franchiseName{
    margin-bottom: 12px;
}
#franchiseMessage{
    height: 142px;
    padding-top: 15px;
    padding-bottom: 15px;
    resize: none;
}

#sendBtn{
    width: 236px;
    height: 53px;
    margin-top: 48px;
    background: #EC9536;
    border-radius: 6px;
    border-color: transparent;
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
}
#sendBtn:hover{
    background-color: rgba(250, 190, 88, 0.8);
}


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

#FM0FileUploadFrame{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 1;
    cursor:pointer;
}
#archivoNombre{
    position: relative;
    float: left;
    width: 241px;
    height: 241px;
    font-size: 19px;
    background: #FFFFFF;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    display: none;
    overflow: hidden;
    color: #B3B3B3;
    padding-top: 100px;  
}

#btnEnviar{
    position: relative;
    float: left;
    width: 100%;
    height: 53px;
    text-align: center;
    margin-bottom: 90px;
}
#tag{
    position: relative;
    text-decoration: none;
    color: #B1B1B1;
    width: 100%;
    height: 100%;
}
@media (max-width: 780px) {
    .dato{
        width: 100%;
        margin-top: 50px;
    }
    .campo{
        margin: 0 auto;
        float: none;
        width: 90%;
    }
    #c2{
        margin: 0 auto;
        float: none;
    }
    #cuadroTexto{
        width: 100%;
        margin-bottom: 80px;
    }
    .archivos{
        width: 100%;
        text-align: center;
    }
    #formularios{
        margin-top: 0px;
    }
    #btnDescargar{
        margin: 0 auto;
        float: none;
        margin-top: 50px;
    }
    #a_cv{
        margin: 0 auto;
        float: none;
    }
    #archivoNombre{
        margin: 0 auto;
        float: none;
    }
    .franchiseInput{
        max-width: 100%;
    }
    
    #franchiseTitle{
        height: 144px;
        padding-top: 60px;
    }
}