

:root{
  --color-main-blue: #180C2C !important;
  --color-button: #EEFEF5 !important;
}

/* - - - - - - - - - - - - - - - */
.body-container{
    color: #180C2C;
}

.header-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 60px 0 60px;
}
.modal-header,
.modal-footer{
    background-color: #f3f5f7 !important;
}

button[type="button"][class="back-button"] {
    background-color: #f3f5f7 !important;
}

.radio-button__radio,
.stripe-box__radio{
    accent-color: #180C2C !important;
}
.checkbox-container .checkmark:after{
    width: 5px !important; 
    height: 9px !important;
}
.checkmark{
    height: 18px;
    width: 18px;
}
.info{
    margin-top: 30px;
    max-width: 600px;
}

.info-list{
    margin: 25px 0;
}
.info-list-element{
    display: flex;
    list-style: none;
    padding-bottom: 20px;
}

.info-list-element img{
    margin-right: 10px;
}
.back-icon{
    cursor: pointer;
}

.main{
    display: flex;
    flex-direction: column;
}

.main-container{
    display: flex;
    justify-content: space-around;
    margin: 0 60px;
}

.widget-component{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
.widget{
    width: 580px;
    height: 665px;
    border: 0.912782px solid rgba(28, 55, 90, 0.16);
}
.info h1{
    font-size: 35px;
    margin-bottom: 20px;
    font-weight: 500;
}

.main h2{
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 71px;
    margin-top: 17px;
    align-self: center;
}
.modal__link{
    color: #2c5fd7;
}

.phone-wrapper {
    border: 0.5px solid  #180C2C;
    border-radius: 100px;
    padding: 7.5px 30px 5.5px 30px;
    margin-right: 16px;
  }

.info p{
    font-size: 20px;
    font-weight: 400;
    line-height: 31px;
}

.info-container{
    padding-right: 30px;
}

.logo-cafler-swipoo{
    width: 162px;
    height: 17.92px;   
}

/* CSS que modifica directamente el widget*/

.complete-data__summary svg:first-child > path {
    fill: #180C2C;
}

.complete-data__summary span:last-child svg > path{
    stroke: #180C2C;
    fill: none;
}

.summary-buttons_bottom .do-it-later-button{
    color: #180C2C !important; 
    border-color:  #180C2C !important;
}
.stripe__button-container .checkout-button{
    color:  #180C2C !important;
    font-weight: 300;
}

.complete-da_chevron svg{
    stroke: #180C2C !important;
    fill: none;
}

.button-wd span{
    color:  #180C2C !important;
}
.prefix__feather-chevron-right{
    stroke: #180C2C !important;
}


.checked{
    background-color: #EEFEF5;
}



.radio-button:hover{
    background: #EEFEF5 !important;
}

.complete-data__summary{
    background: #EEFEF5 !important;
}

.icon svg, 
.date-picker__arrow-icon svg{
    stroke: #180C2C;
}

@media screen and (max-width: 990px) {
    .info{
        display: none;
    }
    .main h2{
        margin-bottom: 27px;
    }
    .header-container{
        margin: 10px 10px 0 10px;
    }
    .widget-component{
        width: 100%;
    }

    .widget{
        width: 100%;
    }

    .main-container{
        flex-direction: column;
        margin: 0;
    } 

    .info-container{
        display: flex;
        justify-content: center;
        padding-bottom: 30px;
    } 
}  