.grecaptcha-badge {
    visibility:hidden;
}

.termsAndConditionRecaptcha {
    font-size: 9px;
}

/* Estilos Producción Adicionados */
.cell-collapsed {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}


.content-cover-free {
    margin-top: 1em !important;
}

.IconsCover div i {
    display: block;
    color: #ff6500;
    font-size: 2.8em;
    padding: .5em 1em .5em;
}

.textVersionGratis {
    font-size: 12px;
}

body .container-fluid:nth-child(1) {
    background-image: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 4px 4px;
}

#cover h2 {
    margin-top: 2.3em;
}

.container-form {
    width: 325px;
    height: 460px;
}

.borderRigthRadius {
    border-top-right-radius: 10px !important;
}

.alignTextLeft {
    text-align: left !important;
}

.agenda {
    font-size: 15.5em;
    color: #FF6536;
}

#menu {
    background: white;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 2;
    width: 100%;
}

body {
    padding-top: 64px;
}


.note {
    font-weight: bold;
    color: #ff6600;
    display: flex;
    margin-bottom: .7rem;
}

    .note span {
        font-weight: bold;
        color: #545454;
    }

    .note i {
        font-size: 1.4em;
        margin-right: .7em;
    }

.btn-marginBotton {
    margin-bottom: 10px;
}

#menu .container {
    padding: .4em 0;
}

.tab-pane .row div:nth-child(1) img {
   width:0px !important;
}

.tab-pane .row div:nth-child(1) .imgFuntonalities {
    width: 100%!important;
}

table tbody tr td:nth-child(4), td:nth-child(5), td:nth-child(6) {
    text-align: center;    
    vertical-align: middle;
}

table thead tr th:nth-child(3), th:nth-child(4) {
    background-color: #ff6500;
    color: white;
    border-top-right-radius: 0px;
}
.thead-width{
    width: 11.25% !important;
}
table thead tr th:nth-child(5), th:nth-child(6) {
    background-color: #ff6500;
    color: white;
}

.valor-mensual-con-descuento {
    font-size: 15px; 
    color:#ff6500;
}

#cover-section-sm {
    height:auto;
}

#content #cover-section-sm .row div:nth-child(2) img {
    height: 339px;
}
@media (max-width:990px) {
    body #banner .container-fluid {
        height: 100%;
    }
}

@media (max-width: 768px) {
    #banner .container-fluid .container > div > div:nth-child(2) span {
        width: 150px;
    }

    #cover h2 {
        margin-top: 1.3em;
    }
}

.not-padding{
    padding-top: 0 !important;
}
.border-header-title{
    border-top-right-radius: 8px;
}



