
  /* before */

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }
    to { 
        -webkit-transform: rotate(360deg);
    }
}

svg.rotate {
    -webkit-animation-name: rotate; 
    -webkit-animation-duration: 0.5s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

.modal-loading {
    text-align: center;
    background: rgba( 255, 255, 255, .7);
}

.watermark1 {
    position: relative;
}

.watermark1:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-image: url("../logo_azul_fondo.svg");
    background-size: 561px 146px;
    background-position: center;
    background-repeat: no-repeat;
}

#BtnTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: var(--c-primary)56;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    font-size: 18px;
}
#BtnTop::after {
    content: '\f077';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 30px;
    color: #fff;
}
#BtnTop:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}
.panel-body {
    padding: 10px 5px 10px 5px !important;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding: 0px 5px 0px 5px !important;
}
.ibox {
    margin-bottom: 5px !important;
}

.ibox-title {
    background-color: var(--c-primary) !important;
    min-height: 12px !important;
    padding: 7px 5px 3px 15px !important;
    margin-bottom: 0px !important;
}

.ibox-title-white {
    background-color: #d8e1e3 !important;
    min-height: 12px !important;
    padding: 7px 5px 3px 15px !important;
    margin-bottom: 0px !important;
}

.h5-13 {
    font-size: 13px;
}

.ibox-subtitle {
    background-color: #dcdfe1 !important;
    min-height: 12px !important;
    padding: 7px 5px 3px 15px !important;
    margin-bottom: 0px !important;
}

.ibox-title h5 {
    color: #fff;
    margin-left: 10px;
}

.ibox-tools {
    top: 6px !important;
}
/*.ibox-content {*/
/*    padding: 5px !important;*/
/*}*/
.col-form-label {
    padding-top: calc(0.375rem) !important;
    padding-bottom: calc(0.375rem) !important;
}
.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.form-group {
    margin-bottom: 2px !important;
}
.m-t .form-group {
    margin-bottom: 1rem !important;
}
.form-control {
    font-size: 12px !important
}

#page-wrapper {
    padding: 0px !important;
}

.page-heading {
    padding: 0px 10px 10px 10px;
}title-primary

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    line-height: 2.05rem !important;
}

.btn-primary, .page-item.active .page-link, .navy-bg, .bg-primary {
    background-color: var(--c-focus) !important;
    border-color: var(--c-focus) !important;
}
.btn-primary:hover, .page-item.active:hover .page-link:hover {
    background-color: linear-gradient(to right, #164c61, #165362);
    border-color: linear-gradient(to right, #164c61, #165362);
}
i.icon-title {
    color: var(--c-primary);
}

.modal-icon {
    color: var(--c-primary) !important;
    opacity: 0.6 !important;
}

/* .icheckbox_square-green,
.iradio_square-green {
    background: url(./plugins/iCheck/primary.png) no-repeat !important;
} */

.tab-title-primary {
    color: var(--c-primary);
    margin-top: 15px;
    margin-left: 15px;
}

.select2-selection__rendered {
    line-height: 31px !important;
}
.select2-container .select2-selection--single {
    height: 32px !important;
}
.select2-selection__arrow {
    height: 0px !important;
}

.input-group-append {
    height: 32px;
}

.link-core {
    color:grey
}

.children_permission{
    margin-left: 20px;
}

.heading {
    width: 100%;
    margin-top:-20px;
    margin-bottom: 20px;
}
.heading-buttons {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

table tbody .tramitacion {
    background-color:#ccd9e0 !important;
}

table tbody .tramitacion .select2-selection__rendered {
    line-height: 22px !important;
}

table tbody .potencial {
    background-color:#c4c2c2 !important;
}

table tbody .potencial .select2-selection__rendered {
    line-height: 22px !important;
}

table tbody .incidencia {
    background-color:#fcceab !important;
}

table tbody .incidencia .select2-selection__rendered {
    line-height: 22px !important;
}

table tbody .validado {
    background-color:#c4c2c2 !important;
}

table tbody .validado .select2-selection__rendered {
    line-height: 22px !important;
}

table tbody .rechazado {
    background-color:#f791da !important;
}

table tbody .rechazado .select2-selection__rendered {
    line-height: 22px !important;
}

table tbody .activo {
    background-color:#a3d16e !important;
}

table tbody .activo .select2-selection__rendered {
    line-height: 22px !important;
}

table tbody .firmado {
    background-color:#a3d16e !important;
}

table tbody .firmado .select2-selection__rendered {
    line-height: 22px !important;
}

table tbody .baja_anticipada {
    background-color:#ea0088 !important;
    color:white !important;
}

table tbody .baja_anticipada .select2-selection__rendered {
    color:white !important;
    line-height: 22px !important;
}

table tbody .baja {
    background-color:#ea0088 !important;
}

table tbody .input_table {
    height: 2vh !important;
}

table tbody .baja .select2-selection__rendered {
    line-height: 22px !important;
}

table tbody .select2-container {
    height: 15px !important;
}

table tbody .select2-selection--single {
    background-color: transparent !important;
    border: none !important;
}

table .tableTH {
    background-color:var(--c-primary) !important;
    color: white !important;
}

table .radio_selected {
    background-color: yellow;
}

table .radio_selected:hover {
    background-color: yellow !important;
}

.btn-circle2 {
    width: 30px !important;
    height: 15px !important;
    padding: 6px 0 !important;
    border-radius: 15px !important;
    text-align: center !important;
    font-size: 12px !important;
    line-height: 0 !important;
}

.btn-circle2.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
  }
  .btn-circle2.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
  }

.btnAccionesTabla {
    height: 2vh;
    line-height: 0 !important;
}

.iconAccionesTabla {
    font-size: 12px;
    top: 0 !important;
}
  
.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: .5;
}
.hr-text:before {
    content: '';
    background: linear-gradient(to right, transparent, black, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}
.hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;

    padding: 0 .5em;
    line-height: 1.5em;
    color: black;
    background-color: #fcfcfa;
}


























/* new */ 


@font-face {
    font-family: 'Montserrat';
    src: url('/static/fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Montserrat';
    background-color: #2F4050;
    font-size: 13px;
    color: #676a6c;
    overflow-x: hidden;
  }



/* login */

.loginBackground{
    background: var(--c-gradient);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.flexCenterHeight{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.flexLeft{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.flexRight{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.flexColumn{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.loginscreen.middle-box{
    width: unset;
}

.fondoOscuro{
    width: 100%;
}

.loginContainer{
    max-width: 400px;
    margin: auto;
}

.middle-box {
    max-width: unset;
    z-index: 100;
    margin: 0 auto;
    padding-top: 0px;
  }

.middle-box h1 {
    padding: 0;
    color: #FFF;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 0;
    margin-top: 0px;
}

.rightSide{
    text-align: right;
    margin-right: 40%;
    margin-bottom: 20px;
}

.middle-box .sublogo-name {
    color: var(--c-focus);
    font-size: 15px;
    font-weight: 800;
    margin-top: -5px;
}


.formLogin{
    margin-top: 40px;
}


.formLabel{
    padding: 5px;
    font-size: 15px;
    text-align: left;
    color: white;
}


input.formInputLogin, input:-internal-autofill-selected.formInputLogin {
    background-color: #ffffff00 !important;
    color: white !important;
    border: 2px solid #e5e6e7;
}


.floatRight{
    float: right;
}

.loginButton{
    font-size: 15px;
    font-weight: 800;
    text-align: right;
    background-color: white;
    margin: 15px 0;
    padding: 5px 25px;
}








/* HEADER */

nav.navbar-default {
    background-color: #f0f0f0;
}

.logoText{
    color: var(--c-focus);
    font-weight: 600;
    padding: 14px 20px 14px 25px;
    display: block;
    font-size: 18px;
}

.linkLogoText{
    padding: 0 !important;
}

.linkLogoText:hover{
    background-color: unset !important;

}

body.mini-navbar .logoText{
    display: none;
}

.headerMenuButton {
    font-size: 25px;
    background-image: transparent !important;
    border-image: transparent !important;
    color: #fff
}

.headerMenuButton:hover {
    color: #fff !important;
}

.navbar-form-custom .form-control {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    font-size: 14px;
    margin: 0;
    z-index: 2000;
}

.newForm{
    display: flex;
    align-items: center;
    margin-left: 100px;
}

.formButton{
    background-color: #fdfdfd;
    border: #fdfdfd;
    border-radius: 40px;
}

.formFilter{
    margin-right: 10px;
}

.formSearch{
    min-width: 300px;
}

.navbar-header{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.navbar-fixed-top, .navbar-static-top{
    background: var(--c-gradient);
}

.newLogo{
    margin-left: 20px;
    height: 25px;
}

.headerIcons{
    color: white;
    font-size: 25px;
    margin-left: 10px;
}















/* DASHBOARD */

.card{
    border-radius: 30px;
}


.card-body{
}

.cardHeader{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}

.cardIcon{
    color: var(--c-focus);
    font-size: 40px
}

.cardTitle{
    margin: 0 0 0 10px;
    font-weight: 800;
}


/* news */

.cardSectionButton{
    margin-left: auto;
}

.cardButton{
    border-radius: 20px;
    display: flex;
    align-items: center;
}

.cardButton, .cardButton:hover, .cardButton:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle{
    background: var(--c-secondary);
    border: var(--c-secondary); 
}

.cardNews{
    display: flex;
    align-items: flex-start;
    border-top: 1px solid black;
    padding: 10px 0;
    transition: all 0.5s ease-out;
}


.cardNews:hover{
    background-color: #bfbbf3;
}

.cardNews:last-child {
    border-bottom: 1px solid black;
}

.newsImage{
    width: 150px;
}

.newsContentSection{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 15px;
}

.newsTitle{
    color: black;
    font-weight: 800;
    margin-bottom: 5px;
}

.newsText{
    color: black;
}

.newsInternalTag{
    width: fit-content;
    margin-left: auto;
    background-color:var(--c-danger);
}

.newsInternalTag, .newsInternalTag:hover, .newsInternalTag:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle{
    background: var(--c-danger);
    border:var(--c-danger);
}


.newsPublicTag{
    width: fit-content;
    margin-left: auto;
}










.cardShortcut {
    margin: 5px;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 5px 15px;
    background-color: #2F4050;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    transition: all 0.3s ease-out;
}

.cardShortcut:hover {
    transform: scale(1.05);
}

.cardClientes{
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.30), var(--c-focus)), url('/static/img/1.png');
}

.cardIncidencias{
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.30), var(--c-focus)), url('/static/img/6.png');
}

.cardVentas{
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.30), var(--c-focus)), url('/static/img/2.png');
}

.cardLiquidaciones{
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.30), var(--c-focus)), url('/static/img/4.png');
}

.cardCanales{
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.30), var(--c-focus)), url('/static/img/3.png');
}

.cardUsuarios{
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.30), var(--c-focus)), url('/static/img/5.png');
}

.shortcutIcon{
    color: white;
    font-size: 40px
}

.shortcutIcon.plus{
    color: var(--c-secondary);
    background: radial-gradient(white 50%, transparent 50%);
}

.shortcutName{
    font-size: 16px;
    display: flex;
    width: 100%;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    min-height: 45px;
}

.shortcutText{
    color: white !important;
}








/* ventas */

.tabTitle{
    color: var(--c-primary) !important;
}

.padding-left0{
    padding-left: 0 !important;
}

.card-tabs{
    border-radius: 0 30px 30px 30px;
    border: none;
}

.cardFilters{
    border: none;
}

.cardFiltersBody{
    padding-left: 0px;
}

.customFilterButton > label > div {
    display: none;
}

.customFilterButton > label {
    cursor: pointer;
    border: 1px solid black;
}

.customFilterButton > label.btn:has(div.checked) {
    background-color: var(--c-primary);
    color: white;
}


/* estilos tabla */
.dataTables_wrapper .dataTables_filter input.form-control{
    background-color: #fff;
}

.button_red{
 background-color: var( --c-danger) !important;
 border-color: var( --c-danger) !important;
}


/*estilos modal*/

.inmodal .modal-header{
    text-align: left;
}

.modal-header{
    border-bottom: unset;
}

.modalCommetsIcon{
    font-size: 50px !important;
    color: #f6b469 !important;
}

.modalCommentsTitle{
    color: #f6b469;
    padding-left: 20px;
}

.modalSelectTitle{
    font-size: 18px;
}

.p20{
    padding: 20px;
}





/* estilos para boton toggle tabla */
.switch {
    --secondary-container: var(--c-focus);
    --primary: white;
    font-size: 12px;
    position: relative;
    display: inline-block;
    width: 3.7em;
    height: 1.8em;
    margin: 0px;
   }
   
   .switch input {
    display: none;
    opacity: 0;
    width: 0;
    height: 0;
   }
   
   .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #a2a2a2;
    -webkit-transition: .2s;
    transition: .2s;
    border-radius: 30px;
   }
   
   .slider:before {
    position: absolute;
    content: "";
    height: 1.4em;
    width: 1.4em;
    border-radius: 20px;
    left: 0.2em;
    bottom: 0.2em;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
   }
   
   input:checked + .slider::before {
    background-color: var(--primary);
   }
   
   input:checked + .slider {
    background-color: var(--secondary-container);
   }
   
   input:focus + .slider {
    -webkit-box-shadow: 0 0 1px var(--secondary-container);
            box-shadow: 0 0 1px var(--secondary-container);
   }
   
   input:checked + .slider:before {
    -webkit-transform: translateX(1.9em);
        -ms-transform: translateX(1.9em);
            transform: translateX(1.9em);
   }

  /* fin estilos para boton toggle tabla */



  
  /*estilos nueva venta*/

  .p0{
    padding: 0 !important
  }

  .pr-10{
    padding-right: 10px !important;
  }

  .white{
    color: white;
  }

  .mb-300{
    margin-bottom: 300px;
  }

  .mt-300{
    margin-top:300px;
  }

  .bannerTitle{
    font-size: 30px;
    font-weight: 800;
    margin-left: 30px
    
  }

  .fondoTarjeta{
    border-radius: 30px;
    padding: 50px 25px;
    background: rgb(0,133,194);
    background: linear-gradient(90deg, rgba(0,133,194,1) 15%, rgba(255,255,255,1) 60%);
  }

  .cardIconLuz{
    color: white;
    font-size: 100px
}

.cardSubtitle{
    display: flex;
    margin-left: 44px;
    font-size: 16px;
    font-weight: 800;
    color:  var(--c-focus);
}

.botonVenta{
    background-color: var(--c-focus);
    border-radius: 10px;
    min-height: 60px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
}

.containerBoton{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
}

.cardIconBoton{
    color: white;
    font-size: 22px
}

.cardTextButton{
    font-size: 12px;
}

.cardTextLink{
    width: -webkit-fill-available;    
}




/* estilos comercializadora */


.fondoTarjetaProveedor{
    border-radius: 30px;
    padding: 50px 25px;
    background: rgb(0,133,194);
    background: linear-gradient(90deg, rgba(255,255,255,1) 30%, rgba(0,133,194,1) 100%);
  }

.logoProveedor{
    width: 200px;
}

.titleProveedor{
    color: var(--c-focus);
    font-size: 18px;
    font-weight: 800;
}

.subtitleProveedor{
    font-size: 16px;
    margin-right: 400px;
    margin-bottom: 0;
}

.buttonEditProveedor{
    background: white;
    border: white;
    color: var(--c-focus);
    font-size: 18px;
    font-weight: 800;
    padding-right: 25px;
}

.buttonEditProveedor:hover{
    color: var(--c-focus);
}


.edit{
    color: var(--c-focus);
    font-size: 30px;
    padding: 5px 15px;
}

.cardButtonProveedor{
    border-radius: 20px;
    display: flex;
    align-items: center;
}

.cardButtonProveedor, .cardButtonProveedor:hover, .cardButtonProveedor:focus, .cardButtonProveedor:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle{
    background: white;
    border: white;
    color: var(--c-focus);
}

.flexStrech{
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
}

.flexEnd{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

.fullWidth{
    width: 100%;
}

.cardState{
    margin-right: -30px;
    background: linear-gradient(90deg, rgb(0 133 194 / 0%) 10%, rgba(163,209,110,1) 40%);
    width: 80%;
    text-align: right;
    padding: 10px;
}

.cardStateCerrada {
    margin-right: -30px;
    background: linear-gradient(90deg, rgb(0 133 194 / 0%) 10%, rgba(255, 102, 102, 0.8) 40%);
    width: 80%;
    text-align: right;
    padding: 10px;
}

.cardStateText{
    margin-right: 40px;
    font-weight: 800;
    font-size: 16px;
}

.cardInput{
    padding-right: 60px !important;
}

.itemList{
    list-style-type: none; 
    padding: 0;
  }

.itemList li{
    background: white;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
}

.itemList.borderFocus li:not(:first-child){
    border-top: 2px solid black;
}

.itemList li:nth-child(odd){
    background: #f1f1f1;
}

.itemList.borderFocus
{
    border-top: 3px solid var(--c-focus);
}

.cardButtonAdd{
    border-radius: 20px;
    display: flex;
    align-items: center;
}

.cardButtonAdd, .cardButtonAdd:hover, .cardButtonAdd:focus, .cardButtonAdd:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle{
    background: var(--c-focus);
    border: var(--c-focus);
    color: white;
}

.add{
    color: white;
    font-size: 20px;
    padding: 3px 10px;
}

.infoContactoSection{
    margin: auto;
}

.infoContacto{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 800;
    flex-wrap: wrap;
}


.editInfo{
    color: var(--c-focus);
    font-size: 25px;
    padding: 5px 15px;
}

.deleteInfo{
    color: var(--c-danger);
    font-size: 20px;
    padding: 5px 19px;
}

.viewInfo{
    color: var(--c-primary);
    font-size: 20px;
}

table tbody .público {
    background-color:#d4efb2 !important;
}

table tbody .privado {
    background-color:#FFA9A8 !important;
}

table tbody .ACTIVO {
    background-color:#F0FDD4 !important;
}

table tbody .BAJA {
    background-color:#F1C7EE !important;
}

table tbody .CAMBIO {
    background-color:#F1F1F1 !important;
}

table tbody .POTENCIAL {
    background-color:#C2DFEF !important;
}

table tbody .DESCARTADO {
    background-color: #c9ceff !important;
}

table tbody .CORTADO {
    background-color:#FCEAD6 !important;
}

table tbody .Activo {
    background-color:#F0FDD4 !important;
}

table tbody .Rechazada {
    background-color:#FFC9C9 !important;
}

table tbody .Descartada {
    background-color:#FCEAD6 !important;
}

table tbody .Aceptada {
    background-color:#C2DFEF !important;
}

table tbody .sin_firmar {
    background-color: #fcfbd6 !important;
}

table tbody .VALIDADO {
    background-color: #c5f7bc !important;
}

table tbody .en_revision {
    background-color:#C2DFEF !important;
}

table tbody .falta_documentacion {
    background-color:#FFC9C9 !important;
}

table tbody .procesado {
    background-color: #c8efc2 !important;
}

table tbody .self {
    background-color:#FCEAD6 !important;
}

table tbody .BLOQUEADO {
    background-color:#FFC9C9 !important;
}