.m-5 { margin: 5px; }
.m-10 { margin: 10px; }
.m-15 { margin: 15px; }
.m-20 { margin: 20px; }
.m-25 { margin: 25px; }
.m-t-5 { margin-top: 5px; }
.m-t-10 { margin-top: 10px; }
.m-t-15 { margin-top: 15px; }
.m-t-20 { margin-top: 20px; }
.m-t-25 { margin-top: 25px; }
.m-r-5 { margin-right: 5px; }
.m-r-10 { margin-right: 10px; }
.m-r-15 { margin-right: 15px; }
.m-r-20 { margin-right: 20px; }
.m-r-25 { margin-right: 25px; }
.m-b-5 { margin-bottom: 5px; }
.m-b-10 { margin-bottom: 10px; }
.m-b-15 { margin-bottom: 15px; }
.m-b-20 { margin-bottom: 20px; }
.m-b-25 { margin-bottom: 25px; }
.m-l-5 { margin-left: 5px; }
.m-l-10 { margin-left: 10px; }
.m-l-15 { margin-left: 15px; }
.m-l-20 { margin-left: 20px; }
.m-l-25 { margin-left: 25px; }

/* BUTTONS */
.btn-circle {
    -webkit-border-radius: 100% !important;
    -moz-border-radius: 100% !important;
    border-radius: 100% !important;
    width: 32px;
    height: 32px;
}

/* MODALS */
.modal {
    background: rgba(0,0,0,0.4) !important;
    z-index: 99999 !important;
}
.modal-dialog {
    margin-top: 70px !important;
}

.select2-dropdown {
    z-index: 99999 !important;
}
.blockUI.blockOverlay {
    z-index: 100000 !important;
}
.blockUI.blockMsg.blockPage {
    z-index: 100011 !important;
}
.blockUI.blockMsg h1{
    font-size: 14px;
    text-transform: uppercase !important;
    margin: 10px 5px !important;
}
.blockUI.blockMsg {
    font-family: roboto, "Open Sans", serif !important;
    width: 150px !important;
    border: 1px solid #ddd !important;
    left: calc(50% - 75px) !important;
    background-color: #eee !important;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1) !important;
    border-radius: 4px !important;
}

.mask{
    display: none;
}

.mask-container{
    background-color: rgba(17,17,17,0.5);
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
}

.dialog{
    background-color: white;
    padding: 2rem;
    display: grid;
    border-radius: 10px;
    place-items: center;
}


.content_wrap{
    margin: 0 auto;
}

.content{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 2%;
    background: #f2f2f2;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 30px 32px 32px ;
}

.content-wrapper{
    flex: 1 1 calc(20% - 50px);
    max-width: calc(20% - 5px);
    display: flex;
    justify-content: center;
}

.content-img{
    width: 100%;
    height: auto;
    padding-left: 10px;
}

.img-plans{
    max-width: 100%; height: auto; object-fit: cover; cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.content-comparativo{
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
}

.content-comparativo h2{
    font-size: 2em !important;
    color:#00263A;
}

.table-comparativo th{
    width: 15%;
}

.content-plans{
    padding: 20px;
    background-color: #f2f2f2;
    box-sizing: border-box;
    margin: 1% auto;
    display: none
}

.content-information{
    display: inline-block;
}

.text-information{
    font-size: 1.7em;
    display: flex;
    font-family:Raleway, sans-serif ;
    font-style: normal;
    font-weight: normal;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 32px;
    text-transform: uppercase;
}

.table-comparativo{
    border-collapse: collapse;
    margin-bottom: 10px;
    border: none;
    background: none ;
    font-style: normal;
    font-size: 0.8em;
    width: 100%;
}


.invisible{
    background: none;
}

.title-plans{
    display:none;
    border: none;
    text-align: left;
    padding: 12px;
}


.text-benefit{
    padding: 1.6em 1em 1.4em;
    text-align: left;
    text-transform: uppercase;
    color: #00263A;
    border: none !important;
    background: none !important;
    font-style: normal;
}



.text-coverage{
    font-family:Raleway, sans-serif;
    display:none;
    border: 1px solid #1D1D1B !important;
    font-weight: 500;
    font-size: 1.1em;
    padding: 1.6em 1em 1.4em;
}





