.default-content {
    display: none !important;
}

.rounded-125 {
    border-radius: 1.25rem !important;
}

.rounded-075 {
    border-radius: 0.75rem !important;
}

.bg-blue{
    background-color: #1B365D;
}

.bg-red{
    background-color: #AF272F;
}

.color-blue{
    color: #1B365D;
}

.land-titles {
    font-size: 18px;
}

.title-benefits{
    font-size: 18px;
    font-weight: 900;
    margin-top: 40px;
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
}

.title-benefits::before,.title-benefits::after {
    content: "";
    border: 2px solid #00396f;
    position: absolute;
    width: 40px;
    top: calc(50% - 1px);
}

.title-benefits::before {
    right: 0px;
}

.title-benefits::after {
    left: 0px;
}

.text-benefit p{
    color: #636363;
    font-size: 11px;
    margin: 0px;
}

.container-terms p{
    color: #444444;
}
.btn-participar{
    font-size: 18px;
    font-weight: 700;
    width: 200px;
    color: #ffffff;
    border: none;
    border-radius: 1.25rem;
}

.btn-participar:hover{
    background-color: #1B365D;
    color: #ffffff;
    border: 1px solid #1B365D;
}

.btn-participar:after {
    content: "\E911";
    margin-left: 10px;
    margin-top: 4px;
    font-family: jetsmart-home, sans-serif;
    font-style: normal;
    font-size: 1.2rem;
}

.arrows {
    font-size: 2rem;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.arrows-left {
    position: absolute;
    left: 40%;
}

.arrows-right {
    position: absolute;
    right: 40%;
}

.carousel-control-prev,
.carousel-control-next{
    max-width:100px;
}
.carousel-control-next:hover,
.carousel-control-prev:hover {
    color: #AC272F;
}

.border-element{
    min-height: 120px;
}

.row .row .border-element:nth-child(1) {
    border-right: 1px dashed #636363;
    border-bottom: 1px dashed #636363;
}

.row .row .border-element:nth-child(2) {
    border-bottom: 1px dashed #636363;
}

.row .row .border-element:nth-child(3) {
    border-right: 1px dashed #636363;
}

.p-0-container p {
    margin: 0px;
}

@media (max-width: 576px) {

    .container-banner{
        max-width: 95%;  
    }

}

@media (min-width: 576px) {

    .title-benefits{
        padding-left: 80px;
        padding-right: 80px;
    }

    .title-benefits::before,.title-benefits::after {
        width: 80px;
    }

    .text-benefit p{
        font-size: 18px;
    }

    .land-titles {
        font-size: 30px;
    }
}

@media (min-width: 786px) {

    .title-benefits{
        font-size: 30px;
    }
}

@media (min-width: 992px) {

    .title-benefits{
        font-size: 40px;
        padding-left: 100px;
        padding-right: 100px;
    }

    .title-benefits::before,.title-benefits::after {
        width: 100px;
    }

    .land-titles {
        font-size: 40px;
    }

    .termsCheckbox {
        margin-left: 12px;
    }
    .row .row .border-element:nth-child(1) {
        border-left: 0px dashed #636363;
        border-bottom: 0px dashed #636363;
    }
    
    .row .row .border-element:nth-child(2) {
        border-bottom: 0px dashed #636363;
    }
    
    .row .row .border-element:nth-child(3) {
        border-left: 1px dashed #636363;
    }
}

@media (min-width: 1140px) {
    .termsCheckbox {
        margin-left: 19px;
    }
}