/*!
* Clases generales utilizadas en la aplicacion.
*
* @author Claudio Lopez - tinet
* @version 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html, body {
    font-family: 'Montserrat', sans-serif !important;
    background: #F0F4F7; /* Old browsers */
    background: -moz-linear-gradient(left,  #f0f4f7 0%, #f0f4f7 48%, #ffffff 50%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #f0f4f7 0%,#f0f4f7 48%,#ffffff 50%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #f0f4f7 0%,#f0f4f7 48%,#ffffff 50%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f4f7', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    overflow-x: hidden;
}
h1 {
    margin-bottom: 0 !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 28px !important;
    line-height: 32px !important;
    letter-spacing: 0.2px !important;
    color: #28282A !important;
    font-family: 'Montserrat', sans-serif !important;
}
h2 {
    margin-bottom: 0 !important;
    font-style: normal !important;
    font-weight: 200 !important;
    font-size: 26px !important;
    line-height: 32px !important;
    letter-spacing: 0.2px !important;
    color: #28282A !important;
    font-family: 'Montserrat', sans-serif !important;
}
h3 {
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 24px !important;
    letter-spacing: -0.005em !important;
    color: #3D3D3F !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    font-family: 'Montserrat', sans-serif !important;
}
.stop-scrolling {
    overflow: hidden;
}
@media (max-width: 768px) {
    html {
        overflow: hidden;
    }
    html, body {
      background: #FFFFFF;
			font-size: 16px;
    }
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 24px;
    }
}
input:focus, select:focus {
    outline-color: #1481BD;
    box-shadow: 0px 0px 4px rgba(140, 133, 126, 0.5);
}
.frame-content {
    padding-top: 32px;
    min-height: 100vh;
    width: 100%;
    background: #FFFFFF;
    padding-right: 50px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .frame-content {
        padding-top: 80px;
        padding-left: 126px !important;
        padding-right: 0;
        margin-right: auto;
        margin-left: auto;
        width: 676px;
    }
}
.title {
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 32px;
    margin-bottom: 32px;
    padding-left: 0 !important;
}
.title-inter {
    padding-left: 0 !important;
    margin-bottom: 38px !important;
}
.center {
    text-align: center !important;
}
@media (max-width: 768px) {
    .center-m {
        text-align: center !important;
    }
    .center img {
        width: 100% !important;
        height: auto !important;
    }
    .title-inter {
        margin-bottom: 24px !important;
    }
}

.hidden {
    visibility: hidden;
}
.mt-18-n {
    margin-top: -18px;
}
.mb-5p {
    margin-bottom: 5px !important;
}
.mb-8 {
    margin-bottom: 8px;
}
.mt-8 {
    margin-top: 8px;
}
.mt-16 {
    margin-top: 16px;
}
.mb-16 {
    margin-bottom: 16px;
}
.mt-20 {
    margin-top: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mt-24 {
    margin-top: 24px;
}
.mb-24 {
    margin-bottom: 24px;
}
.mt-32 {
    margin-top: 32px;
}
.mb-32 {
    margin-bottom: 32px;
}
.mt-40 {
    margin-top: 40px;
}
.mb-40 {
    margin-bottom: 40px;
}
.red, .red a, .red a:hover {
    color: #E94951;
}
.main-layout {
    min-height: 100vh;
}
.mt-80 {
    margin-top: 80px;
}
.pl-0 {
    padding-left: 0;
}
@media (max-width: 768px) {
    .mt-m-12 {
        margin-top: 12px !important;
    }
    .mb-m-80 {
        margin-bottom: 80px !important;
    }
    .mb-40 {
        margin-bottom: 24px !important;
    }
    .mb-m-24 {
        margin-bottom: 24px !important;
    }
    .mt-m-24 {
        margin-top: 24px !important;
    }
}

.captcha {
    -webkit-transform: scale(1.08);
    -moz-transform:    scale(1.08);
    -ms-transform:     scale(1.08);
    -o-transform:      scale(1.08);
    transform:         scale(1.08);

    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}

@media (max-width: 365px) {
    .captcha {
        -webkit-transform: scale(1);
        -moz-transform:    scale(1);
        -ms-transform:     scale(1);
        -o-transform:      scale(1);
        transform:         scale(1);
    }
}

.separator {
    width: 100%;
    margin-top: 32px;
    border-top: 1px solid #DEDEDE;
}

.show-only-desktop {
    display: block !important;
}
.show-only-mobile {
    display: none !important;
}

@media (max-width: 768px) {
    .captcha {
			margin-bottom: 32px !important;
    }
    .separator {
        margin-top: 24px !important;
    }
    .show-only-desktop {
        display: none !important;
    }
    .show-only-mobile {
        display: block !important;
    }
}

.container-question .option-row {
    padding-left: 0 !important;
}
.container-question label {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #3D3D3F;
}
.container-question .label-question {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #333D47;
    margin-bottom: 24px;
}
.formKYC .label-question {
    margin-bottom: 16px;
}
.formKYC .label {
    display: none;
}
.formKYC .separator {
    margin-top: 0px;
}
.formKYC .textarea .label {
    display: block !important;
}
@media (max-width: 768px) {
    .formKYC .label-question {
        margin-bottom: 24px;
    }
    .formKYC .separator {
        margin-top: 0px !important;
    }
}
select, select:focus,
textarea, textarea:focus,
input, input:focus {
	font-size: 16px !important;
}
.message-doc-frame {
    padding-top: 45px;
    padding-bottom: 70px;
}
.message-doc-frame p {
    margin-top: 14px;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #333D47;
}
.message-doc-frame.success {
    background-color: #F4F9FC;
}
.message-doc-frame.error {
    background-color: #FCE9E9;
}
.disclaimer {
    font-style: normal;
    font-weight: 300;
    font-size: 10px;
    line-height: 19px;
    text-align: justify;
    letter-spacing: 0.03em;
    color: #333D47;
		margin-bottom: 50px;
}
