#footer_white_content
{
    display: block;
}

h1, h2, h3, h4
{
    text-transform: uppercase;
}

#home_header_slider .back
{
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;

}

#home_header_slider .img_back
{
    max-width: 100%;
}

#home_header_slider .text_container
{
    position: absolute;
    width: 100%;
    margin-left: 0;
    bottom: 20px;
    text-align: center;
    color: #FFF;
}

#home_header_slider .text_container a
{
    color: #FFF;
    text-decoration: none;
}
#home_header_slider .text_container a:hover
{
    text-decoration: underline;
}

.section
{
    padding-bottom: 3rem;
}

.section.hero, .section.intro
{
    padding-bottom: 0;
}

.main_row
{
    background-color: #000;
    color: #FFFF;
}

h1
{
    text-transform: uppercase;
}

#home_plan_slider .detail_btn
{
    margin: 0;
    margin-left: calc(50% - 50px);
    padding: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100px;
    font-family: "BigShouldersDisplay-Bold";
    text-align: center;
    text-transform: uppercase;
    color: #000;
    background-color: #FFF;
    border: 1px solid #000;
    cursor: pointer;
}
#home_plan_slider .detail_btn:hover
{
    color: #FFF;
    background-color: #CC0000;
    border: 1px solid #CC0000;
}

#home_plan_slider .detail_btn.active
{
    color: #FFF;
    background-color: #CC0000;
    border: 1px solid #CC0000;
    cursor: default;
}

.section.plans .btn-red
{
    margin-left: calc(50% - 300px);
    width: 600px;
}

.section.plans .btn-red:nth-child(2)
{
    margin-left: calc(50% - 100px);
    width: 200px;
}

.tabla-cuotas-wrapper {
    width: 100%;
    overflow-x: auto;
}

.tabla-cuotas {
    width: 100%;
    min-width: 850px;
    border-collapse: collapse;
    font-size: 18px;
    color: #111;
}

.tabla-cuotas th,
.tabla-cuotas td {
    border: 1px solid #a5a5a5;
    padding: 7px 10px;
    text-align: center;
    vertical-align: middle;
}

.tabla-cuotas th {
    font-weight: 700;
    background-color: #fff;
}

.tabla-cuotas .sin-borde {
    border: none;
    background-color: transparent;
}

.tabla-cuotas .titulo-fila {
    width: 205px;
    background-color: #df0000;
    color: #fff;
    text-align: left;
    white-space: nowrap;
}

.tabla-cuotas .total {
    font-weight: 700;
}

.tabla-cuotas .separador td {
    height: 12px;
    padding: 0;
    border: none;
    background-color: #fff;
}

.tabla-cuotas tr:nth-child(7)
{
    display: none;
}

#accordionCuotas .accordion-item:nth-child(6)
{
    display: none;
}

/* 360 */

.colors-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
    margin-top: 50px;

}

.color_bullet
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 7px;
    margin-right: 7px;
    width: 20px;
    height: 20px;
    border: 1px solid #555;
    cursor: pointer;
}
.color_bullet.active
{
    border-radius: 100%;
}

.viewer-col {
    margin:0; 
    padding:0;
}

.viewer {
    position: absolute;
    float: left;
    margin: 0;
    padding: 0;
    width: 85%;
    overflow: hidden;
    user-select: none;
    margin-left: 7.5%;
    margin-right: 7.5%;
}

.viewer_area {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;   
    z-index: 999;
    overflow: hidden; 
    cursor: url('/assets/img/home/models_360/cursor_arrows.png'), auto;
    /*background-color: rgba(51, 170, 51, .1);*/
}


.viewer_area:active {
    cursor: url('/assets/img/home/models_360/cursor_arrows_active.png'), auto;
}

.accessory_img {
    position: absolute;
    margin: 0;
    padding: 0;
    top:0;
    right:0;
    width: 100%;
    /*z-index: 999;*/
    overflow: hidden; 
}

.ajax-loader {    
    position: absolute;
    margin: 0;
    padding: 0;
    top:0;
    right:0;
    width: 100%;
    z-index: 99999;
    overflow: hidden;
    background: #fff;
    background: rgba(0, 0, 0, 0.6);
    cursor: wait;
    /*background-image: url(../images/general/logo.png);*/
    background-repeat:no-repeat;
    background-position: center center;
    display: none;
}

.plan_deteail
{
    margin-top: 40px;
}

.big_btn_c
{
    border-bottom: 0 none;
    text-decoration: none;
    float: left;
}


.big_btn
{
    color: #FFF;
    background-color: #CC0000;
    padding: 10px;
    padding-top: 70px;
    min-width: 100%;
    float: left;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 5px;
    position: relative;
    overflow: hidden;

    background-color: #cc0000;
    background-image: linear-gradient(
        45deg,
        #000 0%,
        #000 50%,
        #cc0000 50%,
        #cc0000 100%
    );

    background-size: 250% 250%;
    background-position: 100% 0;

    transition:
        background-position 0.5s cubic-bezier(.65, 0, .35, 1),
        color 0.3s ease;

    color: #fff;
    text-decoration: none;
}

.big_btn:hover {
    background-position: 0 100%;
    color: #fff;
}

/*
.big_btn:hover
{
    color: #FFF;
    background-color: #000;
}
*/

@media (max-width: 768px) {
    .tabla-cuotas {
        font-size: 16px;
    }

    .tabla-cuotas th,
    .tabla-cuotas td {
        padding: 7px 8px;
    }
}

.accordion-cuotas {
    --accordion-red: #CC0000;
    --accordion-border: #cfcfcf;
}

.accordion-cuotas .accordion-item {
    border: 0;
    border-radius: 0;
    margin: 0;
    border-bottom: 2px solid #FFF;
}

.accordion-cuotas .accordion-header {
    margin: 0;
}

.accordion-cuotas .accordion-button {
    min-height: 43px;
    justify-content: center;
    padding: 10px 45px;
    border: 0;
    border-radius: 0 !important;
    background-color: var(--accordion-red);
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    box-shadow: none;
}

.accordion-cuotas .accordion-button:not(.collapsed) {
    background-color: var(--accordion-red);
    color: #fff;
    box-shadow: none;
}

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

.accordion-cuotas .accordion-button::after {
    width: 10px;
    height: 10px;
    margin-left: 15px;
    background-image: none;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    background-size: auto;
}

.accordion-cuotas .accordion-button:not(.collapsed)::after {
    transform: rotate(225deg);
    margin-left: 15px;
}

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

.accordion-cuotas .accordion-body {
    padding: 0;
}

.accordion-cuotas,
.accordion-cuotas .accordion-item,
.accordion-cuotas .accordion-collapse,
.accordion-cuotas .accordion-body,
.accordion-cuotas .tabla-cuotas {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}

.accordion-cuotas .tabla-cuotas-header,
.accordion-cuotas .tabla-cuotas-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    width: 100%;
    max-width: 100%;
}

.accordion-cuotas .tabla-cuotas-header > div,
.accordion-cuotas .tabla-cuotas-row > div {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
    box-sizing: border-box;
}

.tabla-cuotas {
    width: 100%;
}

.tabla-cuotas-header,
.tabla-cuotas-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    min-height: 43px;
}

.tabla-cuotas-header {
    color: var(--accordion-red);
    border-bottom: 1px solid var(--accordion-red);
    font-size: 1rem;
    font-weight: 400;
}

.tabla-cuotas-row {
    border-bottom: 1px solid var(--accordion-border);
    color: #111;
    font-size: 1rem;
}

.tabla-cuotas-header > div,
.tabla-cuotas-row > div {
    padding: 10px 15px;
    text-align: center;
}

.tabla-cuotas-row > div:first-child {
    font-weight: 700;
}

.tabla-cuotas-row > div:last-child {
    font-weight: 400;
}

@media (max-width: 767px) {
    .accordion-cuotas .accordion-button {
        width: 100%;
        padding: 10px 20px;
    }

    .accordion-cuotas .tabla-cuotas-header,
    .accordion-cuotas .tabla-cuotas-row {
        grid-template-columns: 50% 50%;
    }

    .accordion-cuotas .tabla-cuotas-header > div,
    .accordion-cuotas .tabla-cuotas-row > div {
        padding-left: 8px;
        padding-right: 8px;
        font-size: 14px;
    }
}

@media (max-width: 575.98px) {
    .accordion-cuotas .accordion-button {
        min-height: 43px;
        font-size: 1rem;
    }

    .tabla-cuotas-header,
    .tabla-cuotas-row {
        min-height: 43px;
    }

    .tabla-cuotas-header > div,
    .tabla-cuotas-row > div {
        padding: 10px 8px;
    }
}

.section.awards
{
    color: #FFF;
    background-color: #000;
}

.section.awards img
{
    min-width: 100%;
}

.section.awards .button
{
    border-color: 1px solid #FFF;
    background-color: #FFF;
    color: #000;
    text-decoration: none;
    padding: 10px 30px;
    padding-bottom: 12px;
    cursor: pointer;
}
.section.awards .button:hover
{
    color: #FFF;
    border: 1px solid #FFF;
    background-color: #000;
}

.section.awards a
{
    color: #FFF;
    text-decoration: underline;
}
.section.awards a:hover
{
    color: #CCC;
}

.viewer_c
{
    position: absolute;
    width: 700px;
    height: 265px;
}

.btn_after_360
{
    margin-top: 265px;
}

/* ===========================
   Bullets
=========================== */

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    border: 2px solid #000;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #000;
    border: 2px solid #FFF;
}
/* swiper hasta */

@media screen and (orientation: portrait) {
    .section.plans .btn-red
    {
        margin-left: 5%;
        width: 90%;
    }

    .viewer_c
    {
        position: absolute;
        width: 100%;
        height: 135px;
    }

    .viewer_area
    {
        background-image: url(/assets/img/home/models_360/tooltip_360.png);
        background-repeat: no-repeat;
        background-position: center;
    }

    .btn_after_360
    {
        margin-top: 0 !important;
    }
}


#viewer {
    cursor: url('/assets/img/home/models_360/cursor_arrows.png'), auto;
    user-select: none;
    touch-action: none;
}

#viewer img.model_image_360 {
    user-select: none;
    -webkit-user-drag: none;
}


