/* 
Theme Name: Viieijmdo Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.3.98
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
.elementor-editor-active > .ext-form-code{
display: none !important;
}

.section-loader{
    width: 100%;
    height: 300px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    border: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}
/* HM SPINNER */
.hm-spinner{
  height: 115px;
  width: 115px;
  border: 5px solid transparent;
  border-top-color: #9C27B0;
  border-bottom-color: #9C27B0;
  border-radius: 50%;
  position: relative;
  -webkit-animation: spin 3s linear infinite;
          animation: spin 3s linear infinite;
}

.hm-spinner::before{
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 5px solid transparent;
  border-top-color: #BA68C8;
  border-bottom-color: #BA68C8;
  border-radius: 50%;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;

}
-webkit-@keyframes spin {
  -webkit-from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  -webkit-to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.center{
    text-align: center;
}
.get-name{
font-weight: 500;
}
.ext-form-register{
    min-height: 370px;
}
.warning,
span.wpcf7-not-valid-tip{    
    color: #fd2727;
    font-size: 15px;
    padding: 0 14px;
    font-weight: 400;
    margin-top: -10px;
    padding-bottom: 10px;
    display: block !important;
}
.space-inactive{
    display: none !important;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.mt-5{
    margin-top: 5px;
}
.ml-15{
    margin-left: 15px;
}
.box-space{
    padding: 20px 20px;
    /*min-height: 360px;*/
}
.hidden-zone{
    visibility: hidden;
    opacity: 0;
    transform: translateY(0.7%);    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 0;
    overflow: hidden;
}
.middle{
    vertical-align: middle;
    display: inline-block;
    float: right;
    color: #ffff;
    font-size: 18px;
}
.wrapper-questions{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.wrapper-full{
    width: 900px;
    margin: 0 auto;
}
.style-form *{
box-sizing: border-box;
}
.style-form a{
    color: #3a4697;
}
.style-form a:hover{
    color: #333;
}
.style-form .cols {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.style-form .cols div{
    padding-right: 15px;
    padding-left: 15px;
}
.style-form .col-2 {
    flex: 0 0 50%;
    max-width: 50%;
}
.style-form .col-3 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.style-form .col-1 {
    flex: 0 0 100%;
    max-width: 100%;
}
.style-form form{
    position: relative;    
}
.style-form input[type="checkbox"]{
    padding: 0px !important;
}
.style-form .right{
    float: right;
}
.style-form.module_import select,
.style-form.module_import textarea,
.style-form.module_import input[type="text"],
.style-form.module_import input[type="email"]{    
    margin-bottom: 15px;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000 !important;
    text-align: left;
    border-radius: 0;    
    border: 1px rgb(0 0 0 / 41%) solid;
    background-color: transparent;
    padding: 0px 15px 0px 15px;
    display: inline-block;
    min-height: 40px;
    width: 100%;
    line-height: 1.8;
    letter-spacing: 0.2px;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.style-form.module_import input[type="submit"],
.style-form.module_import button{
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 44px;
    letter-spacing: 0.2px;
    padding: 0px 25px 0px 25px;
    color: #ffffff;
    background-color: #349c42;
    background: #186823;
    border-radius: 3px;
    display: block;
    width: 100%;
    margin: 0 auto;
    float: initial;
}
.style-form.module_import button{
    border: 0px;
    background-color: #349c42;
}
.style-form.module_import input[type="submit"]:hover{
    color: #ffffff;
    background-color: #186823;
}
.style-form.module_import button:hover{
    color: #ffffff;
    background-color: #186823;
}

.style-form.module_import input[type="text"]::-webkit-input-placeholder { 
  color: #979797;
}
.style-form.module_import input[type="text"]:-ms-input-placeholder { 
  color: #979797;
}
.style-form.module_import input[type="text"]::placeholder {
  color: #979797;
}
.style-form.module_import input[type="email"]::-webkit-input-placeholder { 
  color: #979797;
}
.style-form.module_import input[type="email"]:-ms-input-placeholder { 
  color: #979797;
}
.style-form.module_import input[type="email"]::placeholder {
  color: #979797;
}
.style-form.module_import textarea::-webkit-input-placeholder { 
  color: #979797;
}
.style-form.module_import textarea:-ms-input-placeholder { 
  color: #979797;
}
.style-form.module_import textarea::placeholder {
  color: #979797;
}

.style-form textarea {
padding-top: 15px !important;
height: 200px;
resize: none;
}
.style-form label{
    /*color: #fff;*/
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 5px;
    letter-spacing: 0.2px;
    font-family: "Roboto", Sans-serif;
    display: inline-block;
}
.style-form input[type="checkbox"] {
    display: inline-block;
    vertical-align: top;
    margin: 4px 10px 0 0;
}

.option-lot{
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    background: rgba(255, 255, 255, 0.3);
    display: block;
    padding: 5px 8px 6px 8px !important;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}
.option-lot:hover{   
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.option-lot:hover *{ 
    color: #673ab7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.option-lot .indicator{
display: inline-block;
    vertical-align: middle;
    border: 1px solid #fff;
    padding: 0px 8px;
    border-radius: 5px;
}
.option-lot:hover .indicator{
    border: 1px solid #673ab7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.option-lot .text{
display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.row-options{
    height: auto;
    max-height: 40px;
}
.congrats-text{
    color: #fff;
    font-size: 35px;
    font-weight: 400;
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}
.congrats-subtext{
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    text-align: center;
    display: block;
    width: 100%;
}

/* form accreditation */
.warning-msj{
    display: block;
    padding: 10px 20px;
    width: 100%;
    color: #fff;
    font-size: 18px;
    margin: 0 auto 20px auto;
    font-weight: 500;
    text-align: center;
    background: #f77a7a;
    border: 2px solid #de1818;
}
.success-msj {
    display: block;
    padding: 10px 20px;
    width: 100%;
    color: #fff;
    font-size: 18px;
    margin: 0 auto 20px auto;
    font-weight: 500;
    text-align: center;
    background: #27c749;
    border: 2px solid #359245;
}
.center-form{
    text-align: center;
}
.center-form form{
    width: 90%;
    margin: 0 auto;
}
.search-box{
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}
.search-box label{
    display: block;
    margin-bottom: 10px;
}
.search-box input[type="search"]{
    width: 79%;
    float: left;
    margin-right: 1%;
}
.search-box button{
    float: left;
    width: 20%;
    text-align: center;
    padding: 8px 0px;
}

@media screen and (max-width: 700px){
    .wrapper-questions{
        width: 100%;
    }
    .wrapper-full{
        width: 100%;   
    }
    .text-optional{
        text-align: center;
        float: initial;
        display: block;
        margin: 0px auto 5px auto;
    }
    .style-form .col-2, .style-form .col-3 {
        width: 100% !important;
        display: block !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .style-form label{
        width: 100% !important;
    }
    .wpcf7-submit, .style-form.module_import input[type="submit"], .style-form.module_import button{
        width: 100% !important;
        text-align: center !important;
        display: block !important;
    }
    .style-form .cols{
        margin-right: 0;
        margin-left: 0;
    }
    .style-form.module_import select,
    .style-form.module_import textarea,
    .style-form.module_import input[type="text"],
    .style-form.module_import input[type="email"]{
        font-size: 18px;
    }
}
.message-box{
display: block;
    text-align: center;
    margin: 10px auto;
    background: #85d985;
    border-radius: 5px;
    padding: 10px 25px;
}
.show-error input,
.show-error select{
    border-color: red !important;
}


#result-partipant .title{
    font-size: 16px;
}
#result-partipant .lbl_name{
    font-size: 30px;
    color: gray;
}
#result-partipant .name{
    font-size: 30px;
}