#form-section{
        max-width:750px;
        padding:15px;
        margin:auto;
    }
    
    #sendBtn{
        display: flex;
        width: 150px;
        margin: auto;
        text-align: center;
        justify-content: center;
        border-radius: 0;
        background: var(--appcolor);
        border: none;
    }
    
    .el-input.is-active .el-input__inner, .el-input__inner:focus,.el-textarea.is-active .el-textarea__inner, .el-textarea__inner:focus{
        border-color:var(--appcolor);
        box-shadow: 0px 0px 9px #f500005c;
    }
    #banner-section, .banner-img, .banner-img img{
        width:100%;
    }
    
    #text-section .description{
        text-align: center;
        width: 100%;
        font-size: 1.2em;
    }

    #text-section .actions{
        text-align: center;
        color: white;
        z-index: 999;
        width: 100%;
        font-size: 1.2em;
        margin:50px 0;
    }
    #text-section .actions div{
        background: var(--base2color);
        display: inline-block;
        height: 110px;
        width: 150px;
        border: 2px solid white;
        border-radius: 50%;
        margin: 20px;
        padding-top: 40px;
        cursor: pointer;
    }
    .open-franquicia{
        background:var(--appcolor) !important;
    }
    
    @media only screen and (max-width: 767px){

        #banner-section .title{
            top: 50px;
        }
        
        #banner-section .description{
            top:150px;    
        }
   
        #banner-section .actions{
            top: 450px;
        }
    }

    #form-section .el-col{
        position:relative;
    }
    
    .input-label{
        opacity:0;
        transition:all 0.5s;
        font-size: 0.8em;
        z-index: 99;
        position: absolute;
        top: -10px;
        background: linear-gradient( 0deg, white 35%, transparent);;
        left: 5px;
    }
    
    .input-label.active{
        opacity:1;
    }
    
    .el-radio{
        display:block;
        margin:5px;
    }
    
    #ficha-info h3{
        margin:50px 0 0;
    }
    
    #ficha-info p{
        margin:3px 0 20px;
    }
    
    #ficha-info .icon{
        font-size:1.8em;
        color:var(--appcolor);
    }
    
    .underline{
        background: var(--appcolor);
        color: white;
        padding: 5px 15px 5px 15px;
        border-radius: 0px 10px 0px 10px;
    }