.modalBtn
{
    padding: 0;
    margin: 0;
    border: none;
    text-decoration: none;
}

.scb_modal-content
{
    border: none;
    border-radius: 10px;
    background-color: #D4D4D4;
}

.scb_modal-header
{
    padding: 0;
    border: none;
}

.captcha
{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2%;
}

.checkLabel
{
    color: #001A41;
    font-size: 10px;
    font-family: Montserrat-Regular;
    text-align: justify;
    text-align-last: left;
}

.checkBold
{
    text-decoration: none;
    font-family: Montserrat-Bold;
}

.modalTitle
{
    padding: 0;
    color: #004187;
    text-align: center;
    margin: -20px 0 0 0;
    font-family: Montserrat-Bold;
}

.modalSubtitle
{
    margin: 0;
    padding: 0;
    color: #004187;
    text-align: center;
    font-family: Montserrat-Light;
}

.modalInfo
{
    padding: 0;
    color: #004187;
    margin: 10px 0 0 0;
    text-align: center;
    font-family: Montserrat-Light;
}

#subsTitle
{
    height: 73px;
    font-size: 66px;
}

#subsSubtitle
{
    font-size: 40px;
}

#subsInfo
{
    font-size: 19px;
}

.modalFormCont
{
    margin: 25px 3.5vw 0 3.5vw;
}

#subsEmail
{
    height: 55px;
    font-size: 16px;
    padding-left: 25px;
    font-family: Montserrat-Regular;
}

#subsEmail::placeholder 
{
    color: #98979C;
}

.btnPrincipal
{
    padding: 0;
    width: 180px;
    height: 31px;
    color: #004187;
    display: block;
    font-size: 20px;
    border-radius: 10px;
    margin: 15px auto 0 auto;
    background-color: #FFFFFF;
    font-family: Montserrat-SemiBold;
}

.btnPrincipal:hover
{
    color: #FFFFFF;
    background-color: #FFBA00;
}

.btnSecondary
{
    width: 180px;
    height: 31px;
    padding: 0;
    color: #004187;
    display: block;
    font-size: 20px;
    border-radius: 10px;
    margin: 15px auto 0 auto;
    background-color: #FFFFFF;
    font-family: Montserrat-SemiBold;
}

.btnSecondary:hover
{
    color: #FFFFFF;
    background-color: #FFBA00;
}

.close.subsModal>span, .close.lostModal>span, .close.pqrsfModal>span, .close.messageModal>span
{
    color: #9C9C9C;
}

.inputForms
{
    height: 55px;
    padding-left: 25px;
}

#twoBtnR
{
    margin-left: 0;
}

#twoBtnL
{
    margin-right: 0;
}

/* #lostTitle
{
    font-size: 3vw;
    height: 44px;
} */

#lostSubtitle
{
    font-size: 42px;
}

.formCont
{
    margin-top: 25px;
}

.formText
{
    height: 98.5%;
}

textarea.form-control {
    height: 100%;
}

#describe, #Message
{
    height: 100%;
}



.modal-body>form>.row>.col>.form-group, .form-PQRSF
{
    margin-bottom: 0.3rem;
}

.modal-body>form>.row
{
    margin: 0;
}

.inputFormsModal
{
    height: 50px;
    resize: none;
    padding-left: 25px;
    border-radius: 10px;
    font-family: Montserrat-Regular;
}

.inputFormsModal::placeholder
{
    color: #444242;
}

.formTextPQRSF
{
    height: 300px;
    margin-bottom: 0.3rem;
}

#pqrsfTitle
{
    font-size: 35px;
}

#pqrsfSubtitle
{
    font-size: 21px;
}

#uploadPQRSF
{
    color: #444242;
    font-size: 14px;
    background-color: #FFFFFF;
    font-family: Montserrat-ExtraLightItalic;
}

.formuploadPQRSF
{
    margin: 0 50px 0.3rem 50px;
}

#anonCheckL
{
    color: #444242;
    font-family: Montserrat-Regular;
}

#infoUpload
{
    color: #444242;
    font-family: Montserrat-Regular;
}

#messageTitle
{
    font-size: 41px;
}

#messageSubtitle
{
    font-size: 22px;
}

#payPSETitle{
    font-size: 18px;
    font-weight: bold;
}

#payPSESubtitle{
    font-size: 15px;
}

#payPSEInfo{
    font-size: 15px;
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
}

#payPSEpd{
    font-size: 10px;
    text-align: left;
    margin-left: 130px;
    transform: translate(0,-10px);
}

#payPSEConcept{
    font-size: 13px;
    color:#004187bd;
    text-align: left;
    margin-left: 30px;
}


#pollTitle
{
    font-size: 41px;
}

.containerBtnPollForm{
    padding-right:auto;
}

#pollSubtitle
{
    font-size: 22px;
}

.pollQuestion{
    display: flex;
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: 23px;
    color:#5B5B5F;
    font-family: Montserrat-Regular;
}
/* Manejo del input select de la encuesta y su personalización */

.input-poll-question{
    display: none;
}

.label-poll-question{
    padding:5px 0 5px 60px;
    position: relative;
}

.label-poll-question input + i{
    background: #f0f0f0;
    border:2px solid rgba(0,0,0,0.2);
    position: absolute; 
    left: 0;
    top: 0;
}

.label-poll-question input[type=radio] + i{
    height: 30px;
    width: 30px;
    border-radius: 100%;
    left: 15px;
}

.label-poll-question input[type=radio] + i:before{
    content: '';
	display: block;
	height: 18px;
	width: 18px;
	background: red;
	border-radius: 100%;
	position: absolute;
	z-index: 1;
	top: 4px;
	left: 4px;
	background:#FFBA00;
	transition: all 0.25s ease; /* Todas las propiedades | tiempo | tipo movimiento */
	transform: scale(0) /* Lo reducimos a 0*/ ;
	opacity: 0; /* Lo ocultamos*/
}

.label-poll-question input[type=radio]:checked + i:before{
	transform: scale(1);
	opacity: 1;
}

.label-poll-question:hover input[type=radio]:not(:checked) + i{
	background: #FFBA00;
}

.pollSelectByQuestion{
    padding-left: 0px;
    height: 40px;
}

.pollQuestionDiv{
    width: 100vw;
    background-color: white;
    padding-left: 15px;
    border-radius: 20px;
    font-family: Montserrat-Regular;
    padding-bottom: 20px;
}

/* ------------------------------------------ */


#btnRes
{
    display: none;
}

.noWidth
{
    max-width: none;
}

@media screen and (max-width: 900px) 
{
    .formText
    {
        height: 7rem;
    }

}

@media screen and (max-width: 330px) 
{
    #subsTitle
    {
        height: 50px;
        font-size: 40px;
    }

    #subsSubtitle
    {
        font-size: 25px;
    }

    .modalInfo
    {
        margin: 35px 0 0 0;
    }

    #subsInfo
    {
        font-size: 11px;
    }

    .modalFormCont
    {
        margin: 5px 3.5vw 0 3.5vw;
    }

    .checkLabel
    {
        font-size: 8px;
    }

    #lostTitle
    {
        height: 25px;
        font-size: 19px;
    }

    #lostSubtitle
    {
        font-size: 19px;
    }

    .inputFormsModal
    {
        height: 33px;
        font-size: 10px;
        padding-left: 15px;
        border-radius: 5px;
    }

    .formRow
    {
        display: block;
    }

    .btnSecondary, .btnPrincipal
    {
        width: 100%;
        height: 25px;
        font-size: 15px;
        border-radius: 20px;
    }

    #twoBtnR
    {
        margin-left: 0;
    }

    #twoBtnL
    {
        margin-right: 0;
    }

    #pqrsfTitle
    {
        font-size: 24px;
    }

    #pqrsfSubtitle
    {
        font-size: 13px;
    }

    #anonCheckL {
        font-size: 14px;
    }

    #uploadPQRSF {
        font-size: 9px;
    }

    #infoUpload {
        font-size: 8px;
    }

    .formuploadPQRSF {
        margin: 0;
    }

    .formTextPQRSF {
        height: 200px;
    }

    #messageTitle {
        font-size: 21px;
    }

    #messageSubtitle {
        font-size: 15px;
    }

    .colHeight {
        height: 134px;
    }

    .checkData{
        transform: scale(1.5);
    }
}

@media screen and (min-width: 331px) and (max-width: 380px) {
    #subsTitle {
        font-size: 45px;
        height: 55px;
    }

    #subsSubtitle {
        font-size: 28px;
    }

    .modalInfo {
        margin: 35px 0 0 0;
    }

    #subsInfo {
        font-size: 13px;
    }

    .modalFormCont {
        margin: 5px 3.5vw 0 3.5vw;
    }

    .checkLabel {
        font-size: 8px;
    }

    #lostTitle {
        font-size: 21px;
        height: 25px;
    }

    #lostSubtitle {
        font-size: 21px;
    }

    .inputFormsModal {
        border-radius: 5px;
        height: 36px;
        padding-left: 15px;
        font-size: 12px;
    }

    .formRow {
        display: block;
    }

    .btnSecondary, .btnPrincipal {
        width: 100%;
        height: 25px;
        font-size: 15px;
        border-radius: 20px;
    }

    #twoBtnR {
        margin-left: 0;
    }

    #twoBtnL {
        margin-right: 0;
    }

    #pqrsfTitle {
        font-size: 29px;
    }

    #pqrsfSubtitle {
        font-size: 16px;
    }

    #anonCheckL {
        font-size: 15px;
    }

    #uploadPQRSF {
        font-size: 10px;
    }

    #infoUpload {
        font-size: 9px;
    }

    .formuploadPQRSF {
        margin: 0;
    }

    .formTextPQRSF {
        height: 200px;
    }

    #messageTitle {
        font-size: 24px;
    }

    #messageSubtitle {
        font-size: 17px;
    }

    .colHeight {
        height: 134px;
    }

    .checkData{
        transform: scale(1.5);
    }
}



@media screen and (min-width: 381px) and (max-width: 430px) {
    #subsTitle {
        font-size: 53px;
        height: 63px;
    }

    .checkData{
        transform: scale(1.5);
    }

    #subsSubtitle {
        font-size: 33px;
    }

    .modalInfo {
        margin: 35px 0 0 0;
    }

    #subsInfo {
        font-size: 15px;
    }

    .modalFormCont {
        margin: 5px 3.5vw 0 3.5vw;
    }

    #lostTitle {
        font-size: 25px;
        height: 35px;
    }

    #lostSubtitle {
        font-size: 25px;
    }

    .inputFormsModal {
        border-radius: 5px;
        height: 40px;
        padding-left: 15px;
        font-size: 14px;
    }

    .formRow {
        display: block;
    }

    .btnSecondary, .btnPrincipal {
        width: 100%;
        height: 25px;
        font-size: 15px;
        border-radius: 20px;
    }

    #twoBtnR {
        margin-left: 0;
    }

    #twoBtnL {
        margin-right: 0;
    }

    #pqrsfTitle {
        font-size: 32px;
    }

    #pqrsfSubtitle {
        font-size: 18px;
    }

    #anonCheckL {
        font-size: 15px;
    }

    #uploadPQRSF {
        font-size: 12px;
    }

    #infoUpload {
        font-size: 11px;
    }

    .formuploadPQRSF {
        margin: 0;
    }

    .formTextPQRSF {
        height: 200px;
    }

    #messageTitle {
        font-size: 28px;
    }

    #messageSubtitle {
        font-size: 19px;
    }

    .colHeight {
        height: 134px;
    }
}

@media screen and (min-width: 431px) and (max-width: 603px) {

    .modalFormCont {
        margin: 5px 3.5vw 0 3.5vw;
    }

    
    .checkData{
        transform: scale(1.5);
    }

    #lostTitle {
        font-size: 5vw;
        height: 35px;
    }

    #lostSubtitle {
        font-size: 25px;
    }

    .inputFormsModal {
        border-radius: 5px;
        height: 40px;
        padding-left: 15px;
        font-size: 14px;
    }

   textarea.form-control{
       height: 7rem;
   }

    .formRow {
        display: block;
    }

    .btnSecondary, .btnPrincipal {
        width: 100%;
        height: 25px;
        font-size: 15px;
        border-radius: 20px;
    }

    #twoBtnR {
        margin-left: 0;
    }

    #twoBtnL {
        margin-right: 0;
    }

    #pqrsfTitle {
        font-size: 27px;
    }

    #pqrsfSubtitle {
        font-size: 15px;
    }

    #anonCheckL {
        font-size: 15px;
    }

    #uploadPQRSF {
        font-size: 10px;
    }

    #infoUpload {
        font-size: 9px;
    }

    .formuploadPQRSF {
        margin: 0;
    }

    .formTextPQRSF {
        height: 200px;
    }

    #messageSubtitle {
        font-size: 27px;
    }

    .colHeight {
        height: 134px;
    }
}

@media (min-width: 576px)
{
    .scb_modal-dialog
    {
        max-width: 550px;
    }

    .modalLost, .modalpqrsf, .modalMessage {
        max-width: 900px;
    }
    .modalLost, .modalpqrsf, .modalPoll {
        max-width: 880px;
    }

    .checkData{
        transform: scale(1.5);
    }

    #lostTitle {
        font-size: 3vw;
    }
}

@media screen and (max-width: 700px) {

    textarea.form-control{
        height: 7rem;
    }

    .modal
    {
        background-color: rgba(255, 255, 255, 0.5);
    }

    #pm_modalPSE{
        background-color: rgb(255, 255, 255);
    }

    .scb_modal-dialog
    {
        height: 90%;
    }

    .scb_modal-content
    {
        height: 100%;
        background-color: transparent;
    }

    .close.subsModal>span, .close.lostModal>span, .close.pqrsfModal>span, .close.messageModal>span {
        font-size: 42px;
    }

    #lostTitle {
        font-size: 5.5vw;
    }

    #lostSubtitle {
        font-size: 6vw;
    }

    .modal-header .close {
        padding: 1rem 1rem;
        margin: -1.7rem -1rem -1rem auto;
    }

    #btnRes {
        display: block;
        margin: 35px auto 25px auto;
    }

    #btnNoRes {
        display: none;
    }
}