    /* style */
            .row-content {
                padding-bottom: 31px;
            }
            .row-content {
                padding: 0px;
            }
            .float_right {
                    float:right;
            }
            .content {
                    max-width: 1000px;
                    margin: 0px auto;
             }
             .col-box-8 {
                width: 40%;
            }
            .float_left {
                float: left;
            }
            .content-form {
                border: 1px solid #2FA8FF;
                border-radius: 10px;
            }
            .btn_form, .center-box ul, .content-form .inn, .content-grid, .header-title, .header-title-bar, .precio {
                text-align: center;
            }
          
            .content-form h4 {
                font-family: arial;
                font-size: 18px;
                color: #5B5B5F;
                margin: 0px 0px 13px;
            }
            fieldset, form {
                margin: 0px;
            }
         
            .btn, .info-box {
                border-radius: 8px;
            }
            #searchsubmit, input, input.btn, input.password, input.text {
                font: 1em Arial,Verdana,Helvetica,sans-serif;
                padding: 2px 4px;
                color: #000;
            }
            button, input {
                line-height: normal;
            }
            .clear, body, button, figure, input, select, textarea {
                margin: 0px;
            }
            .btn_form {
                width: 100%;
                padding: 13px 0px;
                color: #FFF;
                border: 0px none;
                border-radius: 8px;
                background: #5B5B5F none repeat scroll 0% 0%;
                font-size: 15px;
            }
            .btn_form, .center-box ul, .content-form .inn, .content-grid, .header-title, .header-title-bar, .precio {
                text-align: center;
            }
            .btn, .btnForm, .btn_form, .expandible, .plus {
                transition: all 0.3s ease 0s;
            }
            button {
                cursor: pointer;
                font: 1em Arial,Verdana,Helvetica,sans-serif;
                vertical-align: bottom;
                padding: 0px 5px;
            }
            button, html input[type="button"], input[type="reset"], input[type="submit"] {
                cursor: pointer;
            }
            button, select {
                text-transform: none;
            }
            button, input {
                line-height: normal;
            }
            
            .form-contacto textarea {
                width: 92%;
                padding: 4%;
                border-radius: 8px;
                border: 1px solid #2FA8FF;
                margin: 0px 0px 10px;
                height: 76px;
                resize: none;
            }
      
            /* costume */
            .content-form-contacto .from-data {
                width: 50%;
            }
            .content-form-contacto .content-form {
                border: medium none;
                border-radius: 20px;
                background-color: #E9E9E9;
            }
            .content-form-contacto .content-form .inn {
                padding: 43px 21px 24px;
            }
            .content-form-contacto .content-form h4 {
                font-family: "AquawaxBlack";
                font-size: 40px;
                color: #0B73BA;
                margin: 0px;
                letter-spacing: -1px;
            }
            .content-form-contacto .from-data form {
                margin-top: 22px;
            }
         
        .content-form-contacto .from-data .form-contacto .btn_form {
            color: #FFF;
            border-radius: 30px;
            background: #3AC9FA none repeat scroll 0% 0%;
            font-family: "NewTaiLu";
            width: 90%;
            padding: 13px 0px;
            border: 0px none;
            font-size: 30px;
            height: 64px;
        }
        .content {
            max-width: 1130px;
        }
        .content-form-contacto .from-data .form-contacto textarea {
            height: 171px;
            margin-bottom: 30px;
        }           
        .content-form-contacto .from-data .form-contacto input, .content-form-contacto .from-data .form-contacto textarea {
            color: #5B5B5F;
            font-family: "NewTaiLu";
            font-size: 22px;
            width: 90%;
            border: medium none;
            padding: 16px 0px 16px 30px;
            text-indent: 16px;
            margin: 0px auto 12px;
            background-color: #FFF;
            box-sizing: border-box;
            border-radius: 30px;
         }
        .content-form-contacto {
            margin-top: 20px;
        }
        /* Contacto */
         .call-us {
            background-color: #0EC0FE;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 65px;
            width: 455px;
            padding: 20px;
            text-align: center;
        }
         .call-us .contacto {
           font-family: "AquawaxBlack";
            color: #FFF;
            font-size: 25px;
            font-weight: bold;
             letter-spacing: -1px;
        }
         .call-us {
            text-align: center;
        }
         .call-us span {
            font-size: 40px;
            display: block;
            margin-top: 13px;
            font-weight: 600;
            line-height: 40px;
        }
        .msg-error a{  color:#DE5145;   }
        .msg-success a{  color:#0B73BA;   }