/*---------------------------------------------------------------*/
/*---------------------------- Public ---------------------------*/
/*---------------------------------------------------------------*/

/*---------------------------------------------------------------*/
/*------------------------- Forms Styles ------------------------*/
/*---------------------------------------------------------------*/

/*---- Style 0 ----*/
.ks-form-style-0 
{

}

.ks-submit-contact-form label
{
    font-weight: 600;
    margin: 0 0 10px 0;
    font-size: 14px;
    padding: 0;
    height: auto;
    color: #333333;
    cursor: auto;
    display: none;
}

textarea.ks-form-input 
{
    min-height: 200px;
}

.ks-form-emailnotifier
{
    display: none;
}

input[type=checkbox].ks-form-checkbox
{
    color: #808080;
    background: #E6E6E6;
    border: none;
    width: 16px;
    height: 16px;
    margin-left: 0;
    margin-right: 10px;
}

.ks-form-button-container 
{
    justify-content: left;
}

.ks-m-form-contact-public-button-submit 
{
    position: relative;
    padding: .3em 1em;
    border: 2px solid;
    color: #fcb21e;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    line-height: 1.7em!important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.ks-m-form-contact-public-button-submit:hover 
{
    background-color: #fcb21e;
    color: #ffffff;
    /* padding: 2px 16px !important; */
    cursor: pointer;
}

.ks-submit-contact-form input[type=text].ks-form-input,
.ks-submit-contact-form input[type=number].ks-form-input, 
.ks-submit-contact-form input[type=email].ks-form-input,
.ks-submit-contact-form textarea.ks-form-input,
.ks-submit-contact-form input[type=text].ks-form-input,
.ks-submit-contact-form input[type=number].ks-form-input, 
.ks-submit-contact-form input[type=email].ks-form-input,
.ks-submit-contact-form textarea.ks-form-input
{
    height: 55px;
}

/*---- Store regret text ----*/
.ks-form-store-regret-text
{
    margin-top: 20px;
    margin-bottom: 20px;
}

/*---- Style 1 ----*/
.ks-form-style-1 
{

}

.ks-form-style-1 input[type=text].ks-form-input,
.ks-form-style-1 input[type=number].ks-form-input, 
.ks-form-style-1 input[type=email].ks-form-input,
.ks-form-style-1 textarea.ks-form-input,
.ks-form-style-5 input[type=text].ks-form-input,
.ks-form-style-5 input[type=number].ks-form-input, 
.ks-form-style-5 input[type=email].ks-form-input,
.ks-form-style-5 textarea.ks-form-input
{
    height: 52px;
    border-radius: 10px;
    border: thin solid #CFD0D1;
    background: #FFFFFF;
    color: #141A51 !important;
}

.ks-form-style-1 input[type=text]::placeholder,
.ks-form-style-1 input[type=number]::placeholder, 
.ks-form-style-1 input[type=email]::placeholder,
.ks-form-style-1 textarea::placeholder,
.ks-form-style-5 input[type=text]::placeholder,
.ks-form-style-5 input[type=number]::placeholder, 
.ks-form-style-5 input[type=email]::placeholder,
.ks-form-style-5 textarea::placeholder
{
    color: #808080 !important;
}


.ks-form-style-1 input[type=submit],
.ks-form-style-5 input[type=submit] 
{
    width: 200px;
    height: 60px;
    background-color: #CB507F;
    border: none;
    border-radius: 50px;
    color: #ffffff;
    margin-top: 25px;
}

.ks-form-style-1 input[type=submit]:hover,
.ks-form-style-5 input[type=submit]:hover 
{
    background-color: #EF5992;
}

.ks-form-style-1 input[type=checkbox].ks-form-checkbox,
.ks-form-style-5 input[type=checkbox].ks-form-checkbox
{
    color: #808080;
    background: #E6E6E6;
    border: none;
    width: 16px;
    height: 16px;
    margin-left: 0;
}

.ks-form-style-1 .ks-form-checkbox-text,
.ks-form-style-5 .ks-form-checkbox-text
{
    color: #808080;
}

.ks-form-style-1 .ks-form-privacypolicies,
.ks-form-style-5 .ks-form-privacypolicies
{
    color: #808080;
}

.ks-form-style-1 .ks-form-privacypolicies a,
.ks-form-style-5 .ks-form-privacypolicies a
{
    color: #1BA59D;
    font-weight: bold;
    text-transform: uppercase;
}

/*---- Mobile ----*/
@media only screen and (max-width: 1280px)  
{
    .ks-form-style-1 input[type=submit],
    .ks-form-style-5 input[type=submit] 
    {
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
    }

    .ks-form-button-container 
    {
        justify-content: center !important;
    }
}

/*---- Style 2 ----*/
.ks-form-style-2 
{

}

.ks-form-style-2 input[type=text].ks-form-input,
.ks-form-style-2 input[type=number].ks-form-input, 
.ks-form-style-2 input[type=email].ks-form-input,
.ks-form-style-2 textarea.ks-form-input
{
    height: 52px;
    border-radius: 10px;
    border: thin solid #CFD0D1;
    background: #FFFFFF;
    color: #141A51 !important;
}

.ks-form-style-2 input[type=text]::placeholder,
.ks-form-style-2 input[type=number]::placeholder, 
.ks-form-style-2 input[type=email]::placeholder,
.ks-form-style-2 textarea::placeholder
{
    color: #808080 !important;
}

.ks-form-button-container 
{
    justify-content: left;
}

.ks-form-style-2 input[type=submit] 
{
    color: #ffffff!important;
    border-width: 6px!important;
    border-color: #6b6b6b;
    border-radius: 0px;
    letter-spacing: 0px;
    font-size: 18px;
    font-weight: 500!important;
    background-color: #6b6b6b;
}

.ks-form-style-2 input[type=submit]:hover 
{
    background-color: #6b6b6b !important;
}

.ks-form-style-2 input[type=checkbox].ks-form-checkbox
{
    color: #808080;
    background: #E6E6E6;
    border: none;
    width: 16px;
    height: 16px;
    margin-left: 0;
}

.ks-form-style-2 .ks-form-checkbox-text
{
    color: #808080;
}

.ks-form-style-2 .ks-form-privacypolicies
{
    color: #808080;
}

.ks-form-style-2 .ks-form-privacypolicies a
{
    color: #1BA59D;
}


/*---- Style 3 - lepark ----*/
.ks-form-style-3 
{

}

.ks-form-style-3 input[type=text].ks-form-input,
.ks-form-style-3 input[type=number].ks-form-input,
.ks-form-style-3 input[type=email].ks-form-input,
.ks-form-style-3 textarea.ks-form-input
{
    /*font-family: 'Comfortaa',display;*/
    font-size: 16px;
    background-color: #FFFFFF;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    box-shadow: -5px 5px 0px #27a8e0;
}

.ks-form-style-3 input[type=text]::placeholder,
.ks-form-style-3 input[type=number]::placeholder,
.ks-form-style-3 input[type=email]::placeholder,
.ks-form-style-3 textarea::placeholder
{
    
}

.ks-form-style-3 .ks-form-inputs-row 
{
    margin-bottom: 25px;
}

.ks-form-style-3 .ks-form-inputs-row input:first-child
{
    margin-right: 50px !important;
}

.ks-form-style-3 .ks-form-button-container 
{

}

.ks-form-style-3 input[type=submit] 
{
    background-color: #e21170;
    color: #fff;
    padding: 12px 10px 10px 10px;
    display: block;
    text-align: center;
    width: 200px;
    font-size: 16px;
    box-shadow: -7px 6px 1px rgba(0, 0, 0, 0.34);
    float: left;
    margin-top: 20px;
    border: none;
    text-transform: uppercase;
    border-radius: 0;
}

.ks-form-style-3 input[type=submit]:hover 
{
    background-color: #16285E !important;
    padding: 12px 10px 10px 10px !important;
}

.ks-form-style-3 input[type=checkbox].ks-form-checkbox
{

}

.ks-form-style-3 .ks-form-checkbox-text
{
    
}

.ks-form-style-3 .ks-form-privacypolicies
{
    
}

.ks-form-style-3 .ks-form-privacypolicies a
{

}

/*---- Mobile ----*/
@media only screen and (max-width: 1280px)  
{
    .ks-form-style-3 input[type=submit] 
    {
        
    }
}

/*---- Style 4 - fundacionjdh ----*/
.ks-form-style-4 
{

}

.ks-form-style-4  .ks-flex-container 
{
    display: block;
}

.ks-form-style-4 input[type=text].ks-form-input,
.ks-form-style-4 input[type=number].ks-form-input, 
.ks-form-style-4 input[type=email].ks-form-input,
.ks-form-style-4 textarea.ks-form-input
{
    font-weight: 300;
    font-size: 18px;
    background-color: #ffffff;
    border-color: #b3b3b3;
    padding-top: 1%;
    padding-bottom: 1%;
    margin-bottom: 11px;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3);
    width: 100%;
    flex-basis: 100%;
    display: block;
    padding-left: 30px;
}

.ks-form-style-4 input[type=text]::placeholder,
.ks-form-style-4 input[type=number]::placeholder, 
.ks-form-style-4 input[type=email]::placeholder,
.ks-form-style-4 textarea::placeholder
{

}

.ks-form-style-4 .ks-form-button-container 
{

}

.ks-form-style-4 input[type=submit] 
{
    color: #ffffff!important;
    border-width: 4px!important;
    border-color: #409AE1;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 600!important;
    text-transform: uppercase!important;
    background-color: #409AE1;
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.2);
    margin: 0 auto;
    display: block;
}

.ks-form-style-4 input[type=submit]:hover 
{
    background-color: #409AE1 !important;
}

.ks-form-style-4 input[type=checkbox].ks-form-checkbox
{
    float: left;
}

.ks-form-style-4 .ks-form-checkbox-text
{

}

.ks-form-style-4 .ks-form-privacypolicies
{

}

.ks-form-style-4 .ks-form-privacypolicies a
{
    color: #2ea3f2;
}

/*---- Mobile ----*/
@media only screen and (max-width: 1280px)  
{
    .ks-form-style-4 input[type=submit] 
    {

    }
}

/*---- Style 5 - Parent Style 1 - Minuta ----*/
.ks-form-style-5 
{

}

.ks-form-style-5 input[type=submit] 
{
    background-color: #666666;
}

.ks-form-style-5 input[type=submit]:hover 
{
    background-color: #ABABAB !important;
}

/*---- Style 6 ----*/
.ks-form-style-6, 
.ks-form-style-7,
.ks-form-style-8
{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.ks-form-style-6 .ks-flex-container,
.ks-form-style-7 .ks-flex-container,
.ks-form-style-8 .ks-flex-container
{
    flex-direction: column;
}

.ks-form-style-6 .ks-flex-direction-column-reverse,
.ks-form-style-7 .ks-flex-direction-column-reverse,
.ks-form-style-8 .ks-flex-direction-column-reverse
{
    flex-direction: column-reverse !important;
}

.ks-form-style-6 .ks-flex-container:nth-of-type(2),
.ks-form-style-7 .ks-flex-container:nth-of-type(2),
.ks-form-style-8 .ks-flex-container:nth-of-type(2)
{
    
}

.ks-form-style-6 label,
.ks-form-style-7 label,
.ks-form-style-8 label
{
    background: none;
    display: block;
}

.ks-form-style-6 label span,
.ks-form-style-7 label span,
.ks-form-style-8 label span
{
    color: red !important;
}

.ks-form-style-6 .ks-flex-justify-content-flex-end,
.ks-form-style-7 .ks-flex-justify-content-flex-end,
.ks-form-style-8 .ks-flex-justify-content-flex-end 
{
    justify-content: flex-end;
    align-items: flex-end;
}

.ks-form-style-6 input[type=text].ks-form-input,
.ks-form-style-6 input[type=number].ks-form-input, 
.ks-form-style-6 input[type=email].ks-form-input,

.ks-form-style-7 input[type=text].ks-form-input,
.ks-form-style-7 input[type=number].ks-form-input, 
.ks-form-style-7 input[type=email].ks-form-input,

.ks-form-style-8 input[type=text].ks-form-input,
.ks-form-style-8 input[type=number].ks-form-input, 
.ks-form-style-8 input[type=email].ks-form-input
{
    border: thin solid #999999;
    border-radius: 50px;
    margin-bottom: 8px;
    height: 33px ;
    padding: 8px 12px;
    font-size: 14px;
    color: #808285;
    box-sizing: border-box;
    line-height: 1;
    background-color: #fff;
}

.ks-form-style-6 input[type=submit],
.ks-form-style-7 input[type=submit],
.ks-form-style-8 input[type=submit]
{
    background-color: #1BA59D !important;
    border-radius: 15px !important;
    color: #ffffff !important;
    border: 2px solid #1BA59D !important;
    font-size: 14px !important;
    font-weight: 600;
    box-shadow: none !important;
    text-shadow: none !important;
    cursor: pointer;
    height: fit-content;
    min-height: auto !important;
    width: fit-content;
    line-height: 2 !important;
    padding: 5px 12px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    text-align: center;
}


.ks-form-style-6 input[type=submit]:hover,
.ks-form-style-7 input[type=submit]:hover,
.ks-form-style-8 input[type=submit]:hover 
{
    background-color: #ffffff !important;
    color: #1BA59D !important; 
}

.ks-form-style-6 input[type=submit]:focus,
.ks-form-style-6 input[type=submit]:active,

.ks-form-style-7 input[type=submit]:focus,
.ks-form-style-7 input[type=submit]:active,

.ks-form-style-8 input[type=submit]:focus,
.ks-form-style-8 input[type=submit]:active 
{
    font-weight: 600 !important;
    background-color: #1BA59D !important;
    color: #ffffff !important;
    outline: none;
    box-shadow: none;
}

/*---- Mobile ----*/
@media only screen and (max-width: 1280px)  
{
    
}

/*---- Style 8 ----*/
.ks-form-style-8 label 
{
    margin: 0 0 0 0;
}

.ks-form-style-8 .ks-global-inputs-system-description
{
    font-size: 12px;
    font-weight: normal;
}

/*---------------------------------------------------------------*/
/*----------------------- Contact Form --------------------------*/
/*---------------------------------------------------------------*/
.ks-submit-contact-form 
{

}

.ks-contact-form-greetings 
{
    
}

.ks-contact-form-greetings h4 
{
    color: #32373C;
}