#modalFir {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    bottom: 0;
    overflow: hidden;
    padding-bottom: 5%;
    text-align: center;
}

#modalFir .modalDes {
    position: relative;
    width: 100%;
    left: 20%;
    top: 12.5%;
    right: 20%;
}
   
#modalFir .modalDes .modalContent {
    position: absolute;
    background-color: #fefefe;
    margin: auto;
    padding: 30px;
    border: 1px solid #888;
    width: 60%;
}

/* ############################################## */
/* ##### [BEGIN] FORMULARIO PARA NEWSLETTER ##### */
#modalNewsletter {
    background: #fff;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    bottom: 0;
    color: #222;
    display: none;
    font-family: 'Work Sans', sans-serif !important;
    font-size: 1.2em;
    font-weight: 300;
    height: 100%;
    left: 0;
    line-height: 1.3em;
    margin: 0;
    overflow: hidden;
    padding: 0;
    padding-bottom: 5%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
#modalNewsletterExternal {
    background: #fff;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    bottom: 0;
    color: #222;
    display: none;
    font-family: 'Work Sans', sans-serif !important;
    font-size: 1.2em;
    font-weight: 300;
    height: 100%;
    left: 0;
    line-height: 1.3em;
    margin: 0;
    overflow: hidden;
    padding: 0;
    padding-bottom: 5%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
#formNewsletterSub p {
    color: #dc2900;
    font-size: 20px;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0;
    padding-top: 0;
    padding-bottom: .3em;
    margin-top: 15px;

}

#formNewsletterSub input{
    width: 100%;
    background-color: #e5e5e5;
    border-radius: 0px;
    border: 0px;
    outline: none;
    color: black;
    box-shadow: none;
    height: 40px;
    margin-bottom: 10px;
    padding: 0 15px 0 15px;
}

#formNewsletterSub input {
    background-color: #e5e5e5;
    border-radius: 0px;
    border: 0px;
    outline: none;
    color: black;
    box-shadow: none;
    height: 40px;
    margin-bottom: 10px;
    padding: 0 15px 0 15px;
    
    /* ##### box-sizing: content-box; ##### */
}
#formNewsletterSub .bSub {
    background-color: #dc2900;
    color: white;
    padding: 10px 30px;
    text-transform: uppercase;
    border: 0px;
    outline: 0px;
    margin-bottom: 40px;
}

#modalNewsletterExternal .modalDes {
    position: relative;
    width: 100%;
    left: 25%;
    top: 27.5%;
    right: 25%;
}

#modalNewsletterExternal .modalDes .modalContent {
    position: absolute;
    background-color: #fefefe;
    margin: auto;
    padding: 30px;
    border: 1px solid #888;
    width: 50%;
}

.control-label{
    font-size: 13px;
    color: black;
    padding-left: 40px;
    font-weight: 500;
    
}

#modalNewsletter .modalDes {
    position: relative;
    width: 100%;
    left: 25%;
    top: 27.5%;
    right: 25%;
}

#modalNewsletter .modalDes .modalContent {
    position: absolute;
    background-color: #fefefe;
    margin: auto;
    padding: 30px;
    border: 1px solid #888;
    width: 50%;
}

#formNewsletter h1 {
    color: #dc2900;
    font-size: 24px;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0;
    padding-top: 0;
    padding-bottom: .3em;
}

#formNewsletter input {
    width: 100%;
    background-color: #e5e5e5;
    border-radius: 0px;
    border: 0px;
    outline: none;
    color: black;
    box-shadow: none;
    height: 40px;
    margin-bottom: 10px;
    padding: 0 15px 0 15px;
    
    /* ##### box-sizing: content-box; ##### */
}
.txt{
    display: inline-block;
     vertical-align: middle;
}

#formPdf{
    color: #dc2900;
   
    font-size: 30px; 
    display: inline-block;    
}

#formNewsletter #paddingForm {
    padding-left: 44px;
    padding-bottom: 15px;
}

#formNewsletter .error {
    color: red;
    font-size: 13px;
}

#formNewsletter .form-actions {
    margin-top: 20px;
}

#formNewsletter .b {
    background-color: #dc2900;
    color: white;
    padding: 10px 30px;
    text-transform: uppercase;
    border: 0px;
    outline: 0px;
    margin-bottom: 40px;
}

@media (max-width: 1200px) {
    #modalFir .modalDes {
        left: 15%;
        top: 10%;
        right: 15%;
    }
   
    #modalFir .modalDes .modalContent {
        width: 70%;
    }

    #modalNewsletter .modalDes {
        left: 20%;
        top: 22.5%;
        right: 20%;
    }

    #modalNewsletter .modalDes .modalContent {
        width: 60%;
    }
}

@media (max-width: 992px) {
    #modalFir .modalDes {
        left: 10%;
        top: 7.5%;
        right: 10%;
    }
   
    #modalFir .modalDes .modalContent {
        width: 80%;
    }

    #modalNewsletter .modalDes {
        left: 15%;
        top: 17.5%;
        right: 15%;
    }

    #modalNewsletter .modalDes .modalContent {
        width: 70%;
    }
}

@media (max-width: 768px) {
    #modalFir .modalDes {
        left: 5%;
        top: 5%;
        right: 5%;
    }
   
    #modalFir .modalDes .modalContent {
        width: 90%;
    }

    #modalNewsletter .modalDes {
        left: 10%;
        top: 12.5%;
        right: 10%;
    }

    #modalNewsletter .modalDes .modalContent {
        width: 80%;
    }

    #formNewsletter h1 {
        margin-top: 40px;
    }
    #modalNewsletterExternal .modalDes {
        left: 10%;
        top: 12.5%;
        right: 10%;
    }
#modalNewsletterExternal .modalDes .modalContent {
    width: 80%;
}
}

@media (max-width: 480px){
    #linkFormulario{
        font-size:11px;
    }
#formNewsletterSub p {
    font-size: 19px; 
    }
}
/* ###### [END] FORMULARIO PARA NEWSLETTER ###### */
/* ############################################## */