
@font-face {
    font-family: "Gotham-Bold";
    src: url("../../fonts/gotham/Gotham_Regular.otf") format("opentype")
  }
@font-face {
    font-family: "Gotham-Medium";
    src: url("../../fonts/gotham/Gotham_Medium.otf") format("opentype")
}
@font-face {
    font-family: "Gotham-Book";
    src: url("../../fonts/gotham/Gotham_Book.otf") format("opentype")
}
[class*="btn-close"] {
    border: #fff solid 0.2em;
    background-color: transparent;
    border-radius: 0.25em;
}
p.x2 {
    font-size: 1.15em;
}

.btn-more-info {
    /* color: #222; */
    color: #8e8e8e;
    text-decoration: underline;
    cursor: pointer;
}
.btn-more-info:hover {
    /* color: #F50; */
    color: #17b668;
}
.btn-more-info:active {
    color: #000;
}
.customConfirmBox .left,
.left,
.align-left,
.align-left p,
.p.left {
    text-align: left;
}

.check-option input,
.check-option label {
    vertical-align: top;
    display: inline-block;
}
.check-option input[type="checkbox"] {
    -webkit-appearance: none; /* reset the default style applied by the browser */
    appearance: none;
    width: 20px;
    height: 20px;
    margin-top: .25em;   
    border: 1px solid #888;
    border-radius: 2px;
    background-color: #000;
    transition: background-color 0.3s, border 0.3s;
    position: relative;
}

.check-option input[type="checkbox"]:checked {
    
    background-color: #17b668; 
    border-color: #17b668;
    width: 20px;
    height: 20px;
    margin-top: .25em;
}

.check-option input[type="checkbox"]:checked:disabled {
    -webkit-appearance: none; /* reset the default style applied by the browser */
    appearance: none;
    background-color: #5a7467; 
    border-color: #5a7467;
    width: 20px;
    height: 20px;
    margin-top: .25em;
}

input[type="checkbox"]:checked::after {
    content: ''; /* Necesario para crear el pseudo-elemento */
    position: absolute;
    top: 2px;
    left: 6px;
    width: 7px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg); /* Gira para hacer el símbolo de check */
}

.check-option label {
    width: calc( 100% - 40px);
    margin-left: 5px;
}

/* customConfirmBox .brunch styles: Centered on page */

.customConfirmBox.brunch .box-header {
    height: auto;
    background: none;
    background: rgb(8 9 11);
    border-radius: .8em .8em .8em .8em;
}
.customConfirmBox.brunch .box-into {    
    background: none;
    background: rgb(8 9 11);
    border-radius: .8em .8em .8em .8em;
    color: #fff;
}
.customConfirmBox.brunch .box-into .box-brunch-choice {       
    color: #fff;
}
.customConfirmBox.brunch .title-box {    
    width: 100%;
    font-size: 1.5em;
}
.customConfirmBox.brunch button {
    font-size: 1.15em;
    display: inline-block;
    /* margin-left: 1em; */
    padding: .2em .5em;
}
.customConfirmBox.brunch {
    width: 400px;
    height: auto;
    border-radius: .8em .8em .8em .8em;
    background: rgb(8 9 11);
    border: 1px solid #66666699;
}

.customConfirmBox.brunch .box-header .title-box {
    padding-top: 16px;
}

.box-brunch-choice {
    margin: 1.5em;
    margin-top: .5em;
}




/* customConfirmBox .classic-bottom styles: fixed at bottom part of the page */

.customConfirmBox.classic-bottom .box-header {
    height: auto;
    background: none;
    background: rgb(255, 255, 255);
    border-radius: 0 0 0 0;
}
.customConfirmBox.classic-bottom .box-into {    
    background: none;
    background: rgb(255, 255, 255);
    border-radius: 0 0 0 0;
    color: #000000;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
.customConfirmBox.classic-bottom .box-into .box-classic-bottom-choice {       
    color: #000000;
}
.customConfirmBox.classic-bottom .title-box {    
    width: 100%;
    font-size: 1.0666666em;
}
.customConfirmBox.classic-bottom button {
    font-size: 0.933333em;
    display: inline-block;
    /* margin-left: 1em; */
    padding: .2em .5em;
}
.customConfirmBox.classic-bottom {
    width: 100%;
    height: auto;
    border-radius: 0 0 0 0;
    background: rgb(255, 255, 255);
    border: none;
    text-align: left;
}

.customConfirmBox.classic-bottom .box-header .title-box {
    padding: 0 0 0 0;
    display: none;
}

.box-classic-bottom-choice {
    margin: 0 0 0 0;
    padding: 1.6em 1.6em 1.6em 1.6em;
}



.customConfirmBox.classic-bottom .box-texts-and-buttons {
    display: flex;
    flex-direction: row;
    gap: 1.6em;
    align-items: end;
    justify-content: space-between;
}


.customConfirmBox.classic-bottom .box-checkboxes {
    display: flex;
    flex-direction: row;
    gap: 1.6em;
    align-items: start;
}

.customConfirmBox.classic-bottom .box-title-and-p {
    display: flex;
    flex-direction: column;
    gap: .8em;
}

.customConfirmBox.classic-bottom .box-title-and-p h4 {
    font-family: "Gotham-Medium";
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-size: 1.0666666em;
}

.customConfirmBox.classic-bottom .box-title-and-p p {
    font-family: "Gotham-Book";
    font-size: 0.933333em;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}



.customConfirmBox.classic-bottom .box-buttons {
    display: flex;
    flex-direction: row;
    gap: .8em;
    min-width: 15em;
}

.customConfirmBox.classic-bottom .form-cookies .box-buttons {
    min-width: 10em;
}

.customConfirmBox.classic-bottom .box-buttons button {
    font-family: "Gotham-Book";
    font-size: 0.933333em;
    padding: 0.7135em .999em;
    background: #17B668;
    color: #fff;
    border: solid 1px #17B668;
    cursor: pointer;
    margin: 0 0 0 0;
}
.customConfirmBox.classic-bottom .box-buttons button:hover {
    background: #159859;
}
.customConfirmBox.classic-bottom .box-buttons button:active {
    background: #000;
}
.customConfirmBox.classic-bottom .box-buttons button.btn-more-info {
    color: #17B668;
    background: #FFF;
    border: solid 1px #17B668;
    text-decoration: none;
}
.customConfirmBox.classic-bottom .box-buttons button.btn-more-info:hover {
    color: #ffffff;
    background: #159859;
}
.customConfirmBox.classic-bottom .box-buttons button.btn-more-info:active {
    color: #ffffff;
    background: #000;
}

.customConfirmBox.classic-bottom .check-option input[type="checkbox"]:not(:checked) {
    background-color: #fff;
}

.customConfirmBox.classic-bottom .check-option input[type="checkbox"]:checked:disabled {
    background-color: #17B66844;
    border-color: #17B668;
}

.customConfirmBox.classic-bottom a {
    border-bottom: solid 1px #13985700;
    transition: all .5s;
}

.customConfirmBox.classic-bottom a:hover {
    border-bottom: solid 1px #139857;
}

@media screen and (max-width: 550px) {
    .customConfirmBox.brunch {
        width: 95%;
    }

   
}


@media screen and (max-width: 750px) {
            
    .customConfirmBox.classic-bottom .box-texts-and-buttons {
        flex-direction: column;
        gap: 1.6em;
        align-items: start;
    }

        
    .customConfirmBox.classic-bottom .box-checkboxes {
        flex-direction: column;
        gap: 1em;
    }
}
