.common-form{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;

    background-image: url(../images/new-images/background-form.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0;
}
/* .common-form .container {
    width: 85%;
    padding: 0;
} */
.common-form .section1{
    /* height: 100vh; */
    /* display: flex;
    justify-content: center;
    align-items: center; */
}
.common-form .section1 .content-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.common-form .section1 .content-content .return-content{
    padding: 0 0 20px;
}
.common-form .section1 .content-content .return-content a{
    font-family: 'Montserrat', sans-serif;
    color: #F5F5F5;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.common-form .section1 .content-content .return-content i{
    margin-right: 5px;
}
.common-form .section1 .content-content .return-content a:hover,
.common-form .section1 .content-content .return-content a:active,
.common-form .section1 .content-content .return-content a:focus{
    outline: none;
    text-decoration: none;
}
.common-form .section1 .content-content .return-content{

}
.common-form .section1 .form-content{
    background: #F5F5F5;
    box-shadow: -180px 271px 130px rgba(0, 0, 0, 0.01), -101px 153px 110px rgba(0, 0, 0, 0.05), -45px 68px 81px rgba(0, 0, 0, 0.09), -11px 17px 45px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 40px 15px 20px;
    height: 80vh;
    overflow-y: scroll;
}
.common-form .section1 .title-content{

}
.common-form .section1 .title-content h3{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #2D3134;
    margin: 0 0 20px;
    font-size: 30px;
    text-align: center;
}
.common-form .section1 .formulario{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
}
.common-form .section1 .formulario .area-form{
    padding: 45px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.common-form .section1 .formulario #inicio .field {
    text-align: center;
}
.common-form .section1 .formulario .field{
    margin-bottom: 25px;
    /* text-align: center; */
}

.common-form .section1 .formulario .field h3{
    font-family: 'Montserrat', sans-serif;
    color: #2d3134;
    font-weight: 600;
    margin: 0 0 20px;
    font-size: 25px;
    text-align: center;
}

.common-form .section1 .formulario .field.check{
    /* display: flex;
    justify-content: center;
    align-items: center; */
}
.common-form .section1 .formulario .field.check1,
.common-form .section1 .formulario .field.check2,
.common-form .section1 .formulario .field.check3,
.common-form .section1 .formulario .field.check4,
.common-form .section1 .formulario .field.trans1,
.common-form .section1 .formulario .field.trans2,
.common-form .section1 .formulario .field.trans3,
.common-form .section1 .formulario .field.trans4{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.common-form .section1 .formulario .field.check1 .check,
.common-form .section1 .formulario .field.check2 .check,
.common-form .section1 .formulario .field.check3 .check,
.common-form .section1 .formulario .field.check4 .check,
.common-form .section1 .formulario .field.trans1 .trans,
.common-form .section1 .formulario .field.trans2 .trans,
.common-form .section1 .formulario .field.trans3 .trans,
.common-form .section1 .formulario .field.trans4 .trans{
    width: 20%;
}
.common-form .section1 .formulario .buttons-send{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
       -moz-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
}

.common-form .section1 .formulario .field.date{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.common-form .section1 .formulario .field.date .date-content{
    padding: 0;
}
.common-form .section1 .formulario .field.date .date-content button{
    font-family: 'Montserrat', sans-serif;
    background: #2d3134;
    color: #fff;
    padding: 5px 13px;
    -webkit-border-radius: 11px;
       -moz-border-radius: 11px;
            border-radius: 11px;
    font-size: 14px;
    font-weight: 300;
}
.common-form .section1 .formulario .field.check label,
.common-form .section1 .formulario .field.trans label{
    margin: 0;
}
/* .common-form .section1 .formulario .field.check label:first-of-type{
    margin: 0 15px 0 0;
} */
.common-form .section1 .formulario .field label{
    font-family: 'Montserrat', sans-serif;
    color: #2D3134;
    font-weight: 400;
    font-size: 20px;
}
.common-form .section1 .formulario .field img{
    margin-bottom: 20px;
    max-width: 30%;
}
.common-form .section1 .formulario .field p{
    font-family: 'Montserrat', sans-serif;
    color: #2d3134;
    font-weight: 400;
    text-align: center;
}
.common-form .section1 .formulario .field .search-c{
    display: flex;
    justify-content: center;
}
.common-form .section1 .formulario .field .search-c input{
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.common-form .section1 .formulario .field .search-c button.search-b{
    color: #fff;
    background: #2D3134;
    border: 1px solid #2D3134;
    border-radius: 8px;
    padding: 5px 13px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    font-size: 17px;
}
.common-form .section1 .formulario .field .search-c button.search-b i{

}
.common-form .section1 .formulario .field select,
.common-form .section1 .formulario .field input,
.common-form .section1 .formulario .field textarea{
    font-family: 'Montserrat', sans-serif;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    
    color: #2d3134;
    /* text-align: center; */
    padding: 5px 15px !important;
    height: 45px;
    margin: 0;
    font-size: 16px;

    background: #F5F5F5;
    border: 1px solid #2D3134;
    border-radius: 4px;
}
.common-form .section1 .formulario .field input[disabled]{
    background-color: #cecece !important;
}
.common-form .section1 .formulario .field textarea{
    text-align: left !important;
    height: auto !important;
}
.common-form .section1 .formulario .field select option{
    color: #2d3134;
}

.common-form .section1 .formulario .datet{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.common-form .section1 .formulario .field.buttons{
    text-align: center;
}
.common-form .section1 .formulario .datet input[type="text"]{
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}
.page-template-form-cursos .ui-datepicker td{
    opacity: 0.35 !important;
}
.page-template-form-cursos .ui-state-default{
    font-family: 'Montserrat', sans-serif;
    background-color: #2d3134 !important;
    text-align: center !important;
    color: #ffffff !important;
    font-weight: 400 !important;
}
.page-template-form-cursos .ui-datepicker td.highlight{
    opacity: 1 !important;
}
.page-template-form-cursos .ui-datepicker td a{
    /* cursor: not-allowed; */
}
.page-template-form-cursos .ui-datepicker td.highlight a {
    background-color: #2d3134 !important;
    text-align: center !important;
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600 !important;
    /* cursor: not-allowed; */
}

.common-form .section1 .formulario .field .selectstyle {
    position: relative;
    padding: 0;
}

.common-form .section1 .formulario .field .selectstyle select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

.common-form .section1 .formulario .field .selectstyle::before {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 0;
    width: 10%;
    height: 100%;
    text-align: center;
    font-size: 28px;
    line-height: 45px;
    color: #ce9533;
    background-color: #e6e6e6;
    pointer-events: none;
    padding: 0 0 0 0;
    -webkit-border-radius: 14px;
       -moz-border-radius: 14px;
            border-radius: 14px;
    font-weight: 600;
}


.common-form .section1 .formulario .field button#button{
    font-family: 'Montserrat', sans-serif;
    background: #cb9a33;
    color: #fff;
    padding: 7px 13px;
    -webkit-border-radius: 11px;
       -moz-border-radius: 11px;
            border-radius: 11px;
    font-size: 17px;
    font-weight: 600;
}
.common-form .section1 .formulario .field .check-content{
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.common-form .section1 .formulario .field .check-content input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.common-form .section1 .formulario .field .check-content .checkmark{
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #686451;
}
.check-content:hover input ~ .checkmark {
    background-color: #cb9a33;
}
.check-content input:checked ~ .checkmark {
    background-color: #2d3134 !important;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.check-content input:checked ~ .checkmark:after {
    display: block;
}
.check-content .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #cb9a33;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
         transform: rotate(45deg);
}
.common-form .section1 .formulario .field a{

}
.common-form .section1 .formulario .field a:hover,
.common-form .section1 .formulario .field a:focus,
.common-form .section1 .formulario .field a:active{
    text-decoration: none;
    outline: none;
}
.common-form .section1 .formulario .field td a {
    font-family: 'Montserrat', sans-serif;
    background: #cb9a33;
    color: #fff;
    padding: 5px 13px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    font-size: 17px;
    font-weight: 600;
    opacity: 1;
}
.common-form .section1 .formulario .field .c-list{
    position: absolute;
    background: #fff;
    z-index: 1;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 40%);
    padding: 40px 15px 15px;
}
.common-form .section1 .formulario .field .c-list #close-c{
    font-family: 'Montserrat', sans-serif;
    color: #2d3134;
    position: absolute;
    right: 12px;
    top: 9px;
    cursor: pointer;
}
.common-form .section1 .formulario .field .c-list #close-c i{

}
.common-form .section1 .formulario .field #recurrentList ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.common-form .section1 .formulario .field #recurrentList ul li{
    font-family: 'Montserrat', sans-serif;
    color: #2d3134;
    font-weight: 400;
    text-align: center;
    padding: 4px 15px;
    cursor: pointer;
}
.common-form .section1 .formulario .subtitle-content{
    padding: 0 15px 20px;
}
.common-form .section1 .formulario .subtitle-content h4{
    font-family: 'Montserrat', sans-serif;
    color: #2d3134;
    font-weight: 600;
    margin: 0;
    padding: 0;
    font-size: 20px;
    text-align: center;
}
.common-form .section1 .formulario .alumn-row{
    display: flex;
    flex-wrap: wrap;
}
.common-form .section1 .formulario .alumn-row .curso-area-content{
    display: flex;
    flex-wrap: wrap;
}
.common-form .section1 .formulario .alumn-row .alumn-c{

}
.common-form .section1 .formulario .alumn-row .alumn-c .alumn-c-area{
    background: #f2f2f2;
    padding: 15px;
    position: relative;
    margin: 0 !important;
    border-radius: 6px;
    box-shadow: 0 0.5em 1em -0.125em hsl(0deg 0% 4% / 10%), 0 0 0 1px hsl(0deg 0% 4% / 2%);
}
.common-form .section1 .formulario .alumn-row .alumn-c .alumn-c-area h3{
    font-weight: 600;
    margin: 0;
    font-size: 18px;
}
.common-form .section1 .formulario .alumn-row .alumn-c .alumn-c-area .tar-ver{
    position: absolute;
    bottom: 0;
    left: 0;
}
.common-form .section1 .formulario .alumn-row .alumn-c .alumn-c-area .tar-ver a{

}
.common-form .section1 .formulario .alumn-row .alumn-c .alumn-c-area .tar-ver a img{
    max-width: 100%;
    margin: 0;
}
.common-form .section1 .formulario .alumn-row .alumn-c .alumn-c-area .al-close{
    position: absolute;
    top: 0;
    right: 0;
}
.common-form .section1 .formulario .alumn-row .alumn-c .alumn-c-area .al-close button{
    margin: 0;
    width: initial;
    padding: 0 4px;
    height: inherit;
    font-weight: 400;
    font-size: 14px;
}
.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    z-index: 2 !important;
}
.toggle-button-cover{
    /* display: table-cell;
    position: relative;
    width: 200px;
    height: 140px;
    box-sizing: border-box; */
}
.button-cover{
    /* height: 100px;
    margin: 20px;
    background-color: #fff;
    box-shadow: 0 10px 20px -8px #c5d6d6;
    border-radius: 4px; */
}
.button-cover:before{
    /* counter-increment: button-counter;
    content: counter(button-counter); */
    position: absolute;
    right: 0;
    bottom: 0;
    color: #d7e3e3;
    font-size: 12px;
    line-height: 1;
    padding: 5px;
}
.button-cover, 
.knobs, .layer{
    /* position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center; */
}
.common-form .section1 .formulario .field .button{
    position: relative;
    top: 50%;
    width: 95px;
    height: 45px;
    margin: 7px auto 0 auto;
    overflow: hidden;
    text-align: center;
}
.button.b2{
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
}
.checkbox{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}
.knobs{
    z-index: 2;
}
.layer{
    width: 100%;
    background-color: #f2f2f2;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    transition: 0.3s ease all;
    /* z-index: 1; */

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
#button-13 .knobs:before, 
#button-13 .knobs:after,
#button-13 .knobs span{
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 0;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
#button-13 .knobs:before, #button-13 .knobs:after{
    color: #7c7c7c;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    font-weight: 600;
}
#button-13 .knobs:before{
    content: 'Sí';
    left: 0;
}

#button-13 .knobs:after{
    content: 'No';
    right: 0;
}

#button-13 .knobs span{
    left: 0;
    background-color: #c2272d;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 25px;
}

#button-13 .checkbox:checked + .knobs span{
    left: 50%;
    background-color: #79c942;
}
#button-13 .checkbox + .knobs span i{
    color: #fff;
}
#button-13 .checkbox:checked + .knobs span i.fa-check{
    display: block;
}
#button-13 .checkbox:checked + .knobs span i.fa-times{
    display: none;
}

#button-13 .checkbox + .knobs span i.fa-check{
    display: none;
}
#button-13 .checkbox + .knobs span i.fa-times{
    display: block;
}

#button-13 .checkbox:checked ~ .layer{
    background-color: #f2f2f2;
}


.common-form  button{
    font-family: 'Montserrat', sans-serif;
    color: #fff;

    background: #2D3134;
    border: 1px solid #2D3134;
    border-radius: 8px;

    padding: 5px 13px;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    font-size: 17px;
    font-weight: 600;
    opacity: 1;
}
.common-form button:hover,
.common-form button:active,
.common-form button:focus{
    background: #F5F5F5;
    color: #2D3134;
}
.common-form .section1 .formulario button i{
    position: inherit;
    left: 0;
    top: 0;
    width: inherit;
}
.common-form .section1 .formulario button[disabled]{
    opacity: 0.5;
}

.common-form .section1 .formulario .field small{
    color: #2d3134;
    font-family: 'Montserrat', sans-serif;
}
.common-form .section1 .formulario .field table {

}
.common-form .section1 .formulario .field table tr{

}
.common-form .section1 .formulario .field table tr th,
.common-form .section1 .formulario .field table tr td{
    text-align: center;
    color: #2d3134;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.common-form .section1 .formulario .field table tr td button{
    width: initial !important;
    height: initial !important;
    margin: 0 !important;
    top: initial !important;
}


.common-form .section1 .nav-tabs{
    width: 100%;
}
.common-form .section1 .nav-tabs li{

}
.common-form .section1 .nav-tabs li a{
    font-family: 'Montserrat', sans-serif;
    color: #2d3134;
    font-weight: 400;
    text-align: center;
}
.common-form .section1 .nav-tabs li.active a{
    font-weight: 600;
    background: transparent;
    border-bottom: 0;
}
.common-form .section1 .nav-tabs li a:hover,
.common-form .section1 .nav-tabs li a:active,
.common-form .section1 .nav-tabs li a:focus{

}
.common-form .section1 .tab-content{
    width: 100%;
}
.common-form .section1 .tab-content .tab-pane{

}
/* .common-header.login-content-header.modalparent{
    background: rgb(0 0 0 / 50%);
} */
.common-form .modalparent{
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
    z-index: 100;
}
.common-form .modalparent.active{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    /* height: 100vh; */
}
.common-form .modalparent .modalparent-content{
    background: #fff;
    padding: 30px 20px;
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
}
.common-form .modalparent .modalparent-content .modalparent-body{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.common-form .modalparent .modalparent-content .modalparent-body .close{

}
.common-form .modalparent .modalparent-content .modalparent-body i{
    font-size: 45px;
}
.common-form .modalparent .modalparent-content .modalparent-body i.fa-info-circle{
    color: #2b96dd;
}
.common-form .modalparent .modalparent-content .modalparent-body i.fa-check-circle-o{
    color: #1fb11f;
}
.common-form .modalparent .modalparent-content .modalparent-body h3{
    font-family: 'Montserrat', sans-serif;
    color: #2d3134;
    margin: 10px 0;
    padding: 0;
}
.common-form .modalparent .modalparent-content .modalparent-body p{
    font-family: 'Montserrat', sans-serif;
    color: #2d3134;
}
.common-form .modalparent .modalparent-content .modalparent-footer{

}
.common-form .modalparent .modalparent-content .modalparent-footer .field {
    margin: 0;
}

/* md */
@media screen and (max-width: 1199px){
}

/* sm */
@media screen and (max-width: 991px){
    
}

/* xs */
@media screen and (max-width: 767px){
    .common-form .section1 .formulario .field img {
        max-width: 55%;
    }      
    .common-form .section1 .nav-tabs.nav-tabs-dropdown,
    .common-form .section1 .nav-tabs-dropdown {
        border: 1px solid #dddddd;
        -webkit-border-radius: 5px;
           -moz-border-radius: 5px;
                border-radius: 5px;
        overflow: hidden;
        position: relative;
    }
    .common-form .section1 .nav-tabs.nav-tabs-dropdown::after,
    .common-form .section1 .nav-tabs-dropdown::after {
        content: "☰";
        position: absolute;
        top: 8px;
        right: 15px;
        z-index: 2;
        pointer-events: none;
    }
    .common-form .section1 .nav-tabs.nav-tabs-dropdown.open a,
    .common-form .section1 .nav-tabs-dropdown.open a {
        position: relative;
        display: block;
    }
    .common-form .section1 .nav-tabs.nav-tabs-dropdown.open > li.active > a,
    .common-form .section1 .nav-tabs-dropdown.open > li.active > a {
        background-color: #eeeeee;
    }
    .common-form .section1 .nav-tabs.nav-tabs-dropdown li,
    .common-form .section1 .nav-tabs-dropdown li {
        display: block;
        padding: 0;
        vertical-align: bottom;
    }
    .common-form .section1 .nav-tabs.nav-tabs-dropdown > li > a,
    .common-form .section1 .nav-tabs-dropdown > li > a {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        width: 100%;
        height: 100%;
        display: inline-block;
        border-color: transparent;
    }
    .common-form .section1 .nav-tabs.nav-tabs-dropdown > li > a:focus,
    .common-form .section1 .nav-tabs-dropdown > li > a:focus,
    .common-form .section1 .nav-tabs.nav-tabs-dropdown > li > a:hover,
    .common-form .section1 .nav-tabs-dropdown > li > a:hover,
    .common-form .section1 .nav-tabs.nav-tabs-dropdown > li > a:active,
    .common-form .section1 .nav-tabs-dropdown > li > a:active {
        border-color: transparent;
    }
    .common-form .section1 .nav-tabs.nav-tabs-dropdown > li.active > a,
    .common-form .section1 .nav-tabs-dropdown > li.active > a {
        display: block;
        border-color: transparent;
        position: relative;
        z-index: 1;
        background: #fff;
    }
    .common-form .section1 .nav-tabs.nav-tabs-dropdown > li.active > a:focus,
    .common-form .section1 .nav-tabs-dropdown > li.active > a:focus,
    .common-form .section1 .nav-tabs.nav-tabs-dropdown > li.active > a:hover,
    .common-form .section1 .nav-tabs-dropdown > li.active > a:hover,
    .common-form .section1 .nav-tabs.nav-tabs-dropdown > li.active > a:active,
    .common-form .section1 .nav-tabs-dropdown > li.active > a:active {
        border-color: transparent;
    }
}

/* xxs */
@media screen and (max-width: 500px){
    .common-form .section1 .formulario .field h3 {
        font-size: 20px;
    }
    .common-form .section1 .formulario .field img {
        max-width: 80%;
    }    
}
