/********** common setting **********/
h2 {
    font-size: 2.8rem !important;
    font-weight: 700;
}

img {
    display: block;
    max-width: 100%;
}

a,
button {
    cursor: pointer;
}

.logos {
    justify-content: center;
}

.text-reku {
    color: #2471a3 !important;
}

.text-neon {
    
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 4rem;
    padding-left: 4rem;
}

.imagen-C {
    display: flex;
    justify-content: center;
}

.marcB {
    background: #021832 !important;
    color: #ffffff !important;
    border: 2px solid #ffffffe3 !important;
}

.barra {
    top: 20px;
    right: 190px;
    left: 190px;
}

.fos {
    color: #ffffff !important;
}

.faqS {
    border-top: solid;
    border-color: #082263;
}

.faq .content h3 {
    font-weight: 400;
    font-size: 34px;
}

.faq .content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
}

.faq .content p {
    font-size: 15px;
    color: #6c757d;
}

.nav-item a:hover {
    font-weight: bold;
}

.btn-comenzar {
    box-shadow: 0px 0px 20px 9px #1d3047;
}

.btn-comenzar:hover {
    box-shadow: 0px 0px 100px 0px #ffffff70;
}

.nro {
    color: #135279;
}

.faq .accordion-item:last-child {
    margin-bottom: 0;
}

.faq .accordion-collapse {
    border: 0;
}

.faq .accordion-button {
    border: 0px;
    padding: 15px 15px 10px 15px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: var(--color-default);
    text-align: left;
    background: #fff;
    box-shadow: none;
    border-radius: 10px;
}

.faq .accordion-button .num {
    padding-right: 10px;
    font-size: 20px;
    line-height: 0;
    color: var(--color-primary);
}

.faq .accordion-button:not(.collapsed) {
    color: var(--color-primary);
    border-bottom: 0;
    box-shadow: none;
}

.faq .accordion-button:after {
    position: absolute;
    right: 20px;
    top: 20px;
}

.faq .accordion-body {
    padding: 0 40px 30px 45px;
    border: 0;
    border-radius: 10px;
    background: #fff;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: transparent;
}

.accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.jumbotron {
    margin-bottom: 0 !important;
}

.atlas-cta {
    padding: 12px 30px !important;
    font-weight: 700;
    transition: .3s ease-in-out !important;
}

.atlas-cta:hover {
    text-decoration: none;
    transform: translateY(-5px);
}

.atlas-cta-wide {
    width: 100%;
}

.cta-lightBlue {
    background: #135279 !important;
    color: #ffffff !important;
}

.cta-lightBlue:hover {
    color: #ffffff;
    background: #20648f;
}

.cta-blue {
    background: #192440;
    color: #ffffff;
}

.cta-blue:hover {
    color: #ffffff;
    background: #121a2e;
}

.cta-ghost {
    border: 2px solid #192440 !important;
    color: #192440;
}

.cta-ghost:hover {
    color: #ffffff;
    background: #121a2e;
}

#banner {
    background-size: cover;
    margin-top: 50px;
}

.subtitulo {
    font-size: x-large;
}

/********** banner **********/
#banner header {
    overflow: hidden;
}

#banner header img {
    max-width: 160px;
}

/********** feature (skew background) **********/
.feature img {
    width: 100%;
    max-width: 480px;
}

#beneficios {
    background: linear-gradient(168deg, #ffffff 55%, #021832 0);
}

.feature-last {
    background: #021832;
}

/********** price table **********/
#planes {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

#planes-table__premium {
    background: #135279;
    color: #ffffff;
}

#planes-table ul li {
    padding: 5px 0;
}

/********** contact **********/
#contact {
    background-size: cover;
}

#contact ul li {
    padding: 3px 0;
}

#contact .form {
    color: #ffffff;
}

#contact .form input,
#contact .form textarea {
    background: transparent;
    border: 1px solid #0071a5;
    color: #ffffff;
}

/********** copyright **********/
#copyright {
    background: #192440;
    padding: 2rem 3rem;
}

#copyright #social-media a {
    width: 40px;
    height: 40px;
    border-radius: 99%;
    background: #ffffff;
    transition: .4s ease;
}

#copyright #social-media a i {
    color: #192440;
    font-size: 1.2rem;
    line-height: 40px;
}

#copyright #social-media a:hover {
    background: #0071a5;
}

#copyright #social-media a:hover i {
    color: #ffffff;
}

.counter {
	font-size: 2em;
}

.font-bold {
    font-weight: 600;
}

.counter:not(.is-visible) {
	visibility: hidden;
}


/********** RWD **********/
@media (max-width: 1000px) {
    #banner h1 {
        font-size: 3.6rem;
    }
}

@media(max-width:991px) {
    .collapse.show ul {
        display: block
    }
}