
html {
    scroll-behavior: smooth;
}

body {
    background-color: #eee !important;
}

h3 {
    font-size: 25px;
}


@media screen and (max-width: 576px) {
    h1 {
        font-size: 35px !important;
    }
}

#inputgroupCell {
    border-style: solid;
    border-radius: 25px;
    border-width: 2px;
    border-color: #007dd1;
    padding: 4px;
}

#labelsformAfilia {
    color: #007dd1;
    font-size: 22px;
}

#iconcellform,
#linkmail,
.linktel {
    color: #ff881a
}

.inputformcell {
    border: none !important;
    background-color: rgba(255, 255, 255, 0) !important
}

#spancellform {
    border: none;
    background-color: rgba(233, 236, 239, 0);
}

#iconcellform {
    font-size: 36px;
    line-height: 0;
}

a:hover {
    text-decoration: underline;
    color: unset !important;
}

#itemMenu {
    color:#007dd1;
    font-size: 1rem;
}
@media screen and (max-width: 767px) { 
    .navButtons {
        flex-wrap: nowrap !important;
        justify-content: flex-end;
        div {
            flex-grow: initial;
        }
    }
}
#loginBt,#registerBtn {
    border-color: #ff881a;
    font-weight: 700;
}

@media (min-width: 995px) and (max-width: 1200px) {
    .logos {
        display: flex;
        flex-wrap: wrap;
    }
}

.btn-select {
    min-width: 150px;
}
.btn {
    min-width: 150px;
}

.link-to-facebook {
    color: #fff;
    cursor: pointer;
}

#footerEmail {
    color: white !important;
}

.center-container {
    max-width: 1440px;
    margin: 0 auto;
    background-repeat: repeat;
    padding: 0px;
    background-color: #fff;
}


@keyframes ajs-shake {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}



@keyframes ajs-pulseIn {
    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes ajs-pulseOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes ajs-zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.25, 0.25, 0.25);
        transform: scale3d(0.25, 0.25, 0.25);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes ajs-zoomOut {
    0% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.25, 0.25, 0.25);
        transform: scale3d(0.25, 0.25, 0.25);
    }
}

@keyframes ajs-fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes ajs-fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes ajs-flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes ajs-flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes ajs-flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes ajs-flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes ajs-slideIn {
    0% {
        margin-top: -100%;
    }

    100% {
        margin-top: 5%;
    }
}

@keyframes ajs-slideOut {
    0% {
        margin-top: 5%;
    }

    100% {
        margin-top: -100%;
    }
}

.alertify-notifier {
    position: fixed;
    width: 0;
    overflow: visible;
    z-index: 1982;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.alertify-notifier .ajs-message {
    position: relative;
    width: 260px;
    max-height: 0;
    padding: 0;
    opacity: 0;
    margin: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.alertify-notifier .ajs-message.ajs-visible {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 1;
    max-height: 100%;
    padding: 15px;
    margin-top: 10px;
}

.alertify-notifier .ajs-message.ajs-success {
    background: rgba(91, 189, 114, 0.95);
}

.alertify-notifier .ajs-message.ajs-error {
    background: rgba(217, 92, 92, 0.95);
}

.alertify-notifier .ajs-message.ajs-warning {
    background: rgba(252, 248, 215, 0.95);
}

.alertify-notifier .ajs-message .ajs-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABGdBTUEAALGPC/xhBQAAAFBJREFUGBl1j0EKADEIA+ve/P9f9bh1hEihNBfjVCO1v7RKVqJK4h8gM5cAPR42AkQEpSXPwMTyoi13n5N9YqJehm3Fnr7nL1D0ZEbD5OubGyC7a9gx+9eNAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(0, 0, 0, 0.5);
    border-top-right-radius: 2px;
}

#afiliacionesSection,
#blockAfiliac {
    background-size: cover;
    background-repeat: no-repeat;
}

.fees:focus {
    outline: none;
    border: 1px solid transparent; 
}


#footer {
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url('assets/background-kipo-logos.jpg');
    background-size: cover;
}

#loginBtn,
#registerBtn,
#SubscribeBtn,
#sendButton {
    background-color: #ff881a;
    border-color: #ff881a;
}
#formAfiliacion {
    background-color: rgba(122, 117, 117, 0.5490196078);
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('assets/fondoTexturaKipo.png');
}

input {
    border-radius: 8px;
    width: 100%;
    text-align: right;
}

.amount {
    border: 1px solid #ced4da;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 0.25rem;
    height: calc(1.3em + 0.75rem + 2px);
    overflow: visible;
    text-align: right;
    color: #999999;
    font-weight: normal;
    &:focus {
        outline: 0;
        border: 1px solid #5399db;
    }
}

@media only screen and (min-width: 770px) and (max-width: 1440px) {
    .amount {
        width: 200px !important;
    }
}



#finalAmountInput {
    color: #ff881a;
    font-weight: bold;
    width: 100%;
    border-radius: 10px;
    text-align: right;
    font-family: Fira Sans, sans-serif;
}

.fees {
    border-radius: 0px;
    border-width: 0px;
    background-color: rgba(255, 255, 255, 0.5);
    font-family: Fira Sans, sans-serif;
    color: #999999;
    font-weight: normal;
    text-align: right;
    pointer-events: none;
}

.label {
    font-weight: bold;
    color:#007dd1;
    font-family: Fira Sans, sans-serif;
  
}



#tablefooter {
    width: 40%;
}

#tablefooter {
    div {
        justify-content: flex-end;
    }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    #tablefooter {
        width: 55%;
    }
}

.row-line {
    border-top: 1px solid #ff922a !important
}

.table {
    td {
        padding-left: 0px;
        font-size: 1.2rem;
    }
}

.padding {
    padding-right: 0px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    .itemlabel {
        font-size: 11px !important;
    }
}


.alertify-notifier.ajs-top {
    top: 10px;
}

.alertify-notifier.ajs-bottom {
    bottom: 10px;
}

.alertify-notifier.ajs-right {
    right: 10px;
}

.alertify-notifier.ajs-right .ajs-message {
    right: -320px;
}

.alertify-notifier.ajs-right .ajs-message.ajs-visible {
    right: 290px;
}

.alertify-notifier.ajs-left {
    left: 10px;
}

.alertify-notifier.ajs-left .ajs-message {
    left: -300px;
}

.alertify-notifier.ajs-left .ajs-message.ajs-visible {
    left: 0;
}

.alertify-notifier.ajs-center {
    left: 50%;
}

.alertify-notifier.ajs-center .ajs-message {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.alertify-notifier.ajs-center .ajs-message.ajs-visible {
    left: 50%;
    -webkit-transition-timing-function: cubic-bezier(0.57, 0.43, 0.1, 0.65);
    transition-timing-function: cubic-bezier(0.57, 0.43, 0.1, 0.65);
}

.alertify-notifier.ajs-center.ajs-top .ajs-message {
    top: -300px;
}

.alertify-notifier.ajs-center.ajs-top .ajs-message.ajs-visible {
    top: 0;
}

.alertify-notifier.ajs-center.ajs-bottom .ajs-message {
    bottom: -300px;
}

.alertify-notifier.ajs-center.ajs-bottom .ajs-message.ajs-visible {
    bottom: 0;
}

#tablefacebookfooter,
#tablefooter {
    border-top: none;
}

.row-line {
    border-top: 1px solid #ff922a!important;
}

#CellLabelFormAfilia,
#FormRows,
#headerTable,
#numComision,
#numIVA,
#numMontoTotal,
#tableFormAfilia {
    border: none;
}

#cellCalc > span {
    font-size: 16px;
}

#blockAfiliac {
    padding: 50px 20px;
}

#picafiliacion {
    margin-bottom: 15px;
    max-width: 650px;
}

#afiliaHeading1,
#afiliaHeading3 {
    color: #ff881a;
    font-family: Arvo, serif;
    margin: 0;
    padding-right: 3px;
}
#afiliaHeading2 {
    color: #000;
    font-family: Arvo, serif;
    margin: 0;
    padding-right: 3px;
}
@media screen and (max-width: 768px) {
    #afiliaHeading1,
    #afiliaHeading2,
    #afiliaHeading3 {
        font-size: 4rem;
    }
    
}
#head2Beneficios {
    font-family: Arvo, serif !important;
    font-size: 2rem;
    font-weight: 800 !important;
    color: #000;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    padding-right: 3px;
}

#AfiliacBenefHead1 {
    font-size: 1.75em;
    font-weight: 400;
}

#AfiliacBenefHead1,
#txtbenefic {
    font-family: 'Fira Sans', sans-serif !important;
    color: #000;
    padding-right: 4px;
}
#txtbenefic {
    font-size: 15px;
    text-align: justify;
    word-spacing: -2px;
    color: #007dd1;
}
#col1footer,
#colbeneficios {
    margin-top: 15px !important;
}

#cellinputs {
    border: solid #007dd1;
    border-width: 2px;
    border-radius: 29px;
}

#numInput,
#numMontoTotal {
    width: 100%;
    border-radius: 10px;
}

#sendButton {
    font-size: 21px;
    width: 200px;
}

#headtop {
    padding-top: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('assets/fondoTexturaKipo.png');
}

#navBarkipo {
    color: #007dd1 !important;
    font-size: 18px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
}

#menukipo {
    font-size: 17px;
}

#loginBtn {
    font-weight: 700;
}

#colRighthead {
    padding-top: 40px;
    padding-right: 20px;
}

#headingfacil,
#headingseguro {
    color: #ff881a;
    font-family: Arvo, serif;
    font-weight: 700;
    margin-bottom: 0;
}

#headingbarato,
#headingrapido {
    color: #000;
    font-family: Arvo, serif;
    font-weight: 300;
    margin-bottom: 0;
}

#txtbajadaHead {
    color: #000000;
    font-family: Fira Sans, sans-serif;
    padding-left: 30px;
    font-size: 20px;
    margin-left: 40px
}

#txtRestrictionsApply {
    color: #000 !important;
    font-family: Fira Sans, sans-serif;
    font-weight: 400;
    font-size: 12px;
  
}

.txtRestrictionsApplyAffiliation {
    color: #007dd1;
    font-family: Fira Sans, sans-serif;
    font-size: 12px;
}

.bankRestrictionsApply {
    color: #000;
    font-family: Fira Sans, sans-serif;
    font-size: 12px;
}

#BenefTxt1,
#BenefTxt2,
#BenefTxt3,
#BenefTxt4 {
    font-family: Arvo, serif;
    font-size: 25px;
    font-weight: 400;
    color: #000;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    #BenefTxt1,
    #BenefTxt2,
    #BenefTxt3,
    #BenefTxt4 {
        font-size: 20px;
    }
}

#blockBeneficios {
    padding-top: 30px;
    padding-bottom: 10px;
}

#BebefPic2,
#BenefPic3,
#BenefPic4,
#benefPic1 {
    margin-right: auto;
    margin-left: auto;
}

#BenefTxt3 {
    margin-bottom: 0;
}

#BenefSlogan {
    font-size: 46px;
    font-family: Arvo, serif;
    font-weight: 800;
    color: #000;
    padding-top: 20px;
}

#blockvideo {
    margin-top: 50px;
}

#colVideo {
    padding: 40px;
}

#calculator {
    background-color: rgba(122, 117, 117, 0.5490196078);
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('assets/fondoTexturaKipo.png');
}

#divCalculadora {
    padding-top: 50px;
    padding-bottom: 50px;
}

#rowCalculadora {
    width: 80%;
    background-color: #fff;
    margin-right: auto;
    margin-left: auto;
    border-radius: 20px;
    
}



#colLefthead,
#imgiphone {
    max-height: 520px;
}

#head1Calculadora {
    background-image: url('assets/calchead.png');
    padding-top: 15px;
    padding-bottom: 15px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

#hadingAfiliaform {
    font-size: 2rem !important;
}

#hadingAfiliaform,
#headingcalculadora {
    font-family: Fira Sans, sans-serif;
    font-weight: 800;
    color: #fff;
    font-size: 22px;
}

.accordion-header {
    background-color: #fff;  
    cursor: pointer;
    padding: 15px;
    padding-left: 0px;
    padding-bottom: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Arvo, serif;
    font-weight: 800;
    color: #007bff;
}

.accordion-header:hover {
    color: #0056b3;
    text-decoration: underline;
}
.accordion-body {  
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
    padding: 0 15px;  
    padding-left: 0px;
    font-family: Arvo, serif;
    padding-bottom: 1px;
    font-weight: 400;
    color: #999;
    padding-left: 5px;
    padding-right: 5px;
}

.accordion-item {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.accordion-toggle:checked + .accordion-header + .accordion-body {
    max-height: 100vh; 
}

.accordion-icon::after {
    font-family: "Font Awesome 5 Free", "FontAwesome 4", sans-serif;
    content: "\f139";
    float: right;
    color: #454444;
    transform: rotate(180deg);
    font-size: 30px;
    line-height: 22px;
}

@media screen and (max-width: 768px) {
    .accordion-icon::after {
        font-size: 20px;
    }
    
}

.accordion-toggle:checked + .accordion-header .accordion-icon::after {
    color: #000;
    transform: rotate(0deg);

}

@media screen and (max-width: 420px) {
    .accordion-icon::after {
        font-size: 20px;
    }
}

#CalculadImg {
    width: 80%;
}

#ColFormCalcula {
    padding: 5%;
}

#tableFormCalc {
    font-family: Fira Sans, sans-serif;
    font-weight: 700;
}

#txtdetalleafiliaform {
    font-family: Fira Sans, sans-serif;
    color: #0c7dd1 !important;
    font-size: 20px;
}

#numInput {
    background-color: #eaeaea;
}

#tablefooter,
#tablefooterline {
    color: #007dd1;
    padding: 12px 4px;
}

table {
    input {
        text-align: center;
    }
}

#tablefooterline {
    color: #5a5c5e;
}

#numMontoTotal {
    color: #ff9703;
    font-size: 20px;
}

#afiliacionesSection {
    padding: 40px;
    background-size: cover;
}

#bajadaAfiliac {
    margin-top: 20px;
    font-size: 24px;
    color: #007dd1 !important;
    padding-right: 3px;
    font-family: 'Fira Sans', sans-serif;
}

@media screen and (max-width: 576px) {
    #bajadaAfiliac {
        font-size: 15px;
    }
}

#colbodyafiliaform {
    padding: 15px;
    color: #666667;
}

#ColFormAfilia {
    padding: 0 16px 20px 16px;
}

#faq {
    padding: 50px 20px 20px;
    background-image: url('assets/fondoTexturaKipo.png');
}


#headfaq {
    color: #fff;
    font-family: Arvo, serif;
    font-weight: 700;
    padding: 6px 12px;
    background-color: #007dd1;
    border-radius: 15px;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    font-size: 2.5rem;
}

#headfootContactinfo,
#headfootSiguenos {
    color: #fff;
    font-family: Arvo, serif;
    font-weight: 800;
}

#copyrighttxs {
    color: #fff;
    white-space: nowrap;
}

#rrsstxt,
#tel1,
#tel2 {
    font-size: 25px;
    font-family: 'Fira Sans', sans-serif;
    color: #fff;
    font-weight: bold;
}
#tel3 {
    font-size: large;
    font-family: 'Fira Sans', sans-serif;
    color: #fff;
    font-weight: bold;
}

#rrss,
#tabletels {
    height: 30px;
}

#tel2 {
    font-weight: 700;
}

#cellCalc,
#cellCalcborder {
    color: #007dd1;
    font-size: 20px;
    padding-left: 0px !important;
}

#linkterms {
    color: #fff;
    text-decoration: underline;
}

#cellCalc {
    border-top: none;
    padding-left: 0px;
}

#cellCalcborder {
    padding: 0.75rem;
    border-top: 1px solid #ff922a
}

.faqHeader {
    font-size: 27px;
    margin: 16px;
}

.panel-heading [data-toggle='collapse']:after {
    font-family: 'Font Awesome 5 Free', 'FontAwesome 4', sans-serif;
    content: '\f139';
    float: right;
    color: #ff922a;
    font-size: 30px;
    line-height: 22px;
}

.panel-heading [data-toggle='collapse'].collapsed:after {
    font-family: 'Font Awesome 5 Free', 'FontAwesome 4', sans-serif;
    content: '\f13a';
    float: right;
    color: #454444;
    font-size: 30px;
    line-height: 22px;
}

.panel-title {
    font-family: Arvo, serif;
    font-weight: 800;
}

.panel-body {
    font-family: Arvo, serif;
    font-weight: 400;
    color: #999;
    padding-left: 5px;
    padding-right: 5px;
}

.panel_panel-default {
    padding-top: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
}

@media (max-width: 768px) {

    .panel-heading [data-toggle='collapse'].collapsed:after,
    .panel-heading [data-toggle='collapse']:after {
        font-size: 20px;
    }

    h1 {
        font-size: 35px;
    }

    h3 {
        font-size: 25px;
    }

    /* #headfaq {
        font-size: 25px !important;
    } */

    p {
        font-size: 15px;
    }

    #whatiskipo {
        h1 {
            font-size: 50px !important;
        }
    }
    .logos {
        max-width: none !important;
    }
}

@media screen and (max-width: 940px) {
    #copyrighttxs {
        white-space: unset !important;
    }
}



.contact-link {
    color: white;
}

.follow-us {
    align-self: end !important;
}

.disclaimers {
    padding: 0px !important;
}

.content {
    padding-right: 5px;
}

.responsive {
    width: 100%;
    height: auto;
}

.btn-subscribe {
    height: auto !important;
    margin-left: auto !important;
    font-size: 2rem !important;
    font-weight: 700 !important;
    line-height: initial !important;
    padding: 6px 20px!important;
    float: right;
}

.check {
    display: block;
    float: left;
}

.logos {
    max-width: fit-content !important;
}

.whatsapp-icon {
    fill: #fff;
    width: 65px;
    height: 65px;
    padding: 3px;
    background-color: #4dc247;
    border-radius: 50%;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10;
    transition: box-shadow 0.3s ease-in-out;
}

#finalFee,#finalAmountInput {
    cursor: default;
}

  #CellLabelFormAfilia,
#FormRows,
#headerTable,
#numComision,
#numIVA,
#numMontoTotal,
#tableFormAfilia {
    border: none;
}

.custom-checkbox {
    display: flex;
    align-items: center;
}

.custom-checkbox input[type='checkbox'] {
    margin-right: 8px;
}



.custom-checkbox label {
    margin: 0;
}

.captcha {
    border-left: 5px solid #16a8e0;
    padding-left: 0px;
}
.padding {
    padding: 16px;
}
::ng-deep .checkForm {
    label {
        white-space: normal !important;
    }
}

#afiliaHeading1,
#afiliaHeading3 {
    color: #ff881a;
    font-family: Arvo, serif;
    margin: 0;
    padding-right: 3px;
}


#sendButton,
#labelsformAfilia {
    font-family: Arvo, serif;
    font-weight: 700;
}

  .dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 0 0 5px 5px;
  }

  .dropbtn:hover .dropdown-content {
    display: block;
  }

  .dropbtn {
    background-color: #fff;
    color: #000;
    padding: 6px 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    width: 100%;
  }

  .dropbtn:focus {
    outline: none;
    background: rgba(0,0,0,.12);
    border-radius: 5px 5px 0 0;
  }

  .dropbtn:focus::after {
    display: none;
  }

  .dropbtn::after {
    content: "🢓";
    font-family: "Font Awesome 5 Free", "FontAwesome 4", sans-serif;
    float: right;
    width: 10px;
    height: 5px;
    font-size: 27px;
    position: absolute;
    right: 20px;
    color: #0000008a;
  }

  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    margin: 0;
  }

  .dropdown-content a:hover {
    background-color: rgba(0,0,0,.04);
    cursor: pointer;
    text-decoration: none;
  }

  #headfaq  {
    font-size: 25px !important;
}
