/* Tipografia */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Varela+Round&display=swap');

/* estilos banner */
.banner_noticias {
    background: linear-gradient(180deg, #ebebeb 92%, #fff 8%);
    display:flex;
    height: 239px;
    background: whitesmoke !important;
}
p.title_banner_noticias {
    font-family: 'Varela Round';
    text-align: center;
    font-size: 3.7em;
    margin-top: 47px;
    color: #32b1fc;
}

p.copy_banner_noticias {
    text-align: center;
    font-size: 1.4em;
    line-height: 1;
    margin-bottom: 30px;
    font-family: 'Varela Round';
}

.banner-noticias-container {
    background: radial-gradient(circle, rgba(250,245,255,1) 5%, rgb(235 247 255) 55%, #eed6ff 100%);
    background-repeat: no-repeat, no-repeat !important;
    background-position: right top, left 105px !important;
    width: 100%;
    display: flex;
    align-items: stretch;
    height: 222px;
}

.col-xs-12.col-md-4.col-lg-4.container-banner-right {
    position: relative;
}

.container-banner-right img{
    position: absolute;
    width: 257px;
    top: -26px;
}

.col-xs-12.col-md-4.col-lg-4.container-banner-left {
    
    position: relative;
}

.container-banner-left img {
    width: 25%;
    top: 68px;
    right: 71px;
}
@media (min-width :320px) and (max-width:345px){
    .col-xs-12.col-md-4.col-lg-4.container-banner-right {
        position: relative;
        display: none;
    }
    .col-xs-12.col-md-4.col-lg-4.container-banner-left {
    
        position: relative;
        display: none;
    }

    .banner-noticias-container {
        background-repeat: no-repeat !important;
        width: 100%;
        display: flex;
        align-items: stretch;
    }

    .banner_noticias {
        background: linear-gradient(180deg, #ebebeb 95%, #fff 5%);
        display: flex;
        min-height: 179px !important;
        height: 75px;
    }

    p.copy_banner_noticias {
        text-align: center;
        font-size: 1em;
        line-height: 1;
        margin-bottom: 30px;
        width: 74%;
        margin-left: auto;
        margin-right: auto;
    }

    p.title_banner_noticias {
        text-align: center;
        font-size: 2em;
        margin-top: 45px;
        color: #32b1fc;
    }

}

@media (min-width :346px) and (max-width:457px){
    .col-xs-12.col-md-4.col-lg-4.container-banner-right {
        position: relative;
        display: none;
    }
    .col-xs-12.col-md-4.col-lg-4.container-banner-left {
    
        position: relative;
        display: none;
    }

    .banner-noticias-container {
        background-repeat: no-repeat !important;
        background-position: right top !important;      
        width: 100%;
        display: flex;
        align-items: stretch;
    }

    .banner_noticias {
        background: linear-gradient(180deg, #ebebeb 95%, #fff 5%);
        display: flex;
        min-height: 179px !important;
        height: 75px;
    }

    p.copy_banner_noticias {
        text-align: center;
        font-size: 1.1em;
        line-height: 1;
        margin-bottom: 30px;
    }

    p.title_banner_noticias {
        text-align: center;
        font-size: 2.5em;
        margin-top: 29px;
        color: #32b1fc;
    }

}

@media (min-width :458px) and (max-width:767px){

    .col-xs-12.col-md-4.col-lg-4.container-banner-right {
        position: relative;
        display: none;
    }
    .col-xs-12.col-md-4.col-lg-4.container-banner-left {
    
        position: relative;
        display: none;
    }

    .banner-noticias-container {
        background-repeat: no-repeat, no-repeat !important;
        background-position: right top, left 54px !important;
        width: 100%;
        display: flex;
        align-items: stretch;
    }

    .banner_noticias {
        background: linear-gradient(180deg, #ebebeb 95%, #fff 5%);
        display: flex;
        min-height: 179px;
    }

    p.copy_banner_noticias {
        text-align: center;
        font-size: 1.2em;
        line-height: 1;
        margin-bottom: 30px;
    }

    p.title_banner_noticias {
        text-align: center;
        font-size: 2.5em;
        margin-top: 29px;
        color: #32b1fc;
    }
 }

 @media (min-width :768px) and (max-width:900px){ 

    .col-xs-12.col-md-4.col-lg-4.container-banner-right {
        position: relative;
        display: none;
    }
    .col-xs-12.col-md-4.col-lg-4.container-banner-left {
    
        position: relative;
        display: none;
    }

    .banner-noticias-container {
        background-repeat: no-repeat, no-repeat !important;
        background-position: right top, left 54px !important;
        width: 100%;
        display: flex;
        align-items: stretch;
    }

    .banner_noticias {
        background: linear-gradient(180deg, #ebebeb 95%, #fff 5%);
        display: flex;
        min-height: 179px;
        margin-top: 57px;
    }

    p.copy_banner_noticias {
        text-align: center;
        font-size: 1.2em;
        line-height: 1;
        margin-bottom: 30px;
    }

    p.title_banner_noticias {
        text-align: center;
        font-size: 2.5em;
        margin-top: 29px;
        color: #32b1fc;
    }

    span.menu-image-title-after.menu-image-title {
        font-size: 11px;
    }

    .logo-img {
        z-index: 99;
        position: absolute;
        left: 7px;
        height: 73px;
        top: 17px;
    }
    
    .logo-scroll {
        z-index: 99;
        position: absolute;
        left: 33px;
        height: 62px;
        top: 1px;
    }
 }

 @media (min-width :901px) and (max-width:921px){
    .banner-noticias-container {
        background-repeat: no-repeat, no-repeat !important;
        background-position: right top, left 54px !important;
        width: 100%;
        display: flex;
        align-items: stretch;
    }

    .banner_noticias {
        background: linear-gradient(180deg, #ebebeb 95%, #fff 5%);
        display: flex;
        min-height: 179px;
        margin-top: 57px;
    }

    p.copy_banner_noticias {
        text-align: center;
        font-size: 1.2em;
        line-height: 1;
        margin-bottom: 30px;
    }

    p.title_banner_noticias {
        text-align: center;
        font-size: 2.5em;
        margin-top: 29px;
        color: #32b1fc;
    }

    .container-banner-right img {
        position: absolute;
        width: 62%;
        top: -14px;
    }

    span.menu-image-title-after.menu-image-title {
        font-size: 11px;
    }

    .logo-img {
        z-index: 99;
        position: absolute;
        left: 7px;
        height: 73px;
        top: 17px;
    }
    
    .logo-scroll {
        z-index: 99;
        position: absolute;
        left: 33px;
        height: 62px;
        top: 1px;
    }
  }

  @media (min-width:922px) and (max-width:943px){
    .banner-noticias-container {
        background-repeat: no-repeat, no-repeat !important;
        background-position: right top, left 54px !important;
        width: 100%;
        display: flex;
        align-items: stretch;
    }

    .banner_noticias {
        background: linear-gradient(180deg, #ebebeb 95%, #fff 5%);
        display: flex;
        min-height: 179px;
        margin-top: 57px;
    }

    p.copy_banner_noticias {
        text-align: center;
        font-size: 1.2em;
        line-height: 1;
        margin-bottom: 30px;
    }

    p.title_banner_noticias {
        text-align: center;
        font-size: 2.5em;
        margin-top: 29px;
        color: #32b1fc;
    }

    .container-banner-right img {
        position: absolute;
        width: 62%;
        top: -14px;
    }

    span.menu-image-title-after.menu-image-title {
        font-size: 11px;
    }

    .logo-img {
        z-index: 99;
        position: absolute;
        left: 7px;
        height: 73px;
        top: 17px;
    }
    
    .logo-scroll {
        z-index: 99;
        position: absolute;
        left: 33px;
        height: 62px;
        top: 1px;
    }

    .container-banner-right img {
        position: absolute;
        width: 61%;
        top: -15px;
    }


   }

   @media (min-width:944px) and (max-width:975px){
    .banner-noticias-container {
        background-repeat: no-repeat, no-repeat !important;
        background-position: right top, left 54px !important;
        width: 100%;
        display: flex;
        align-items: stretch;
    }

    .banner_noticias {
        background: linear-gradient(180deg, #ebebeb 95%, #fff 5%);
        display: flex;
        min-height: 179px;
        margin-top: 57px;
    }

    p.copy_banner_noticias {
        text-align: center;
        font-size: 1.2em;
        line-height: 1;
        margin-bottom: 30px;
    }

    p.title_banner_noticias {
        text-align: center;
        font-size: 2.5em;
        margin-top: 29px;
        color: #32b1fc;
    }

    .container-banner-right img {
        position: absolute;
        width: 62%;
        top: -14px;
    }

    span.menu-image-title-after.menu-image-title {
        font-size: 11px;
    }

    .logo-img {
        z-index: 99;
        position: absolute;
        left: 7px;
        height: 73px;
        top: 17px;
    }
    
    .logo-scroll {
        z-index: 99;
        position: absolute;
        left: 33px;
        height: 62px;
        top: 1px;
    }

    .container-banner-right img {
        position: absolute;
        width: 69%;
        top: -15px;
    }


   }

   @media (min-width:976px) and (max-width:1000px){
    .banner-noticias-container {
        background-repeat: no-repeat, no-repeat !important;
        background-position: right top, left 54px !important;
        width: 100%;
        display: flex;
        align-items: stretch;
    }

    .banner_noticias {
        background: linear-gradient(180deg, #ebebeb 95%, #fff 5%);
        display: flex;
        min-height: 179px;
        margin-top: 57px;
    }

    p.copy_banner_noticias {
        text-align: center;
        font-size: 1.2em;
        line-height: 1;
        margin-bottom: 30px;
    }

    p.title_banner_noticias {
        text-align: center;
        font-size: 2.5em;
        margin-top: 29px;
        color: #32b1fc;
    }

    .container-banner-right img {
        position: absolute;
        width: 62%;
        top: -14px;
    }

    span.menu-image-title-after.menu-image-title {
        font-size: 11px;
    }

    .logo-img {
        z-index: 99;
        position: absolute;
        left: 7px;
        height: 73px;
        top: 17px;
    }
    
    .logo-scroll {
        z-index: 99;
        position: absolute;
        left: 33px;
        height: 62px;
        top: 1px;
    }

    .container-banner-right img {
        position: absolute;
        width: 57%;
        top: -15px;
    }


   }

   @media (min-width:1001px) and (max-width:1024px){
    .banner-noticias-container {
        background-repeat: no-repeat, no-repeat !important;
        background-position: right top, left 54px !important;
        width: 100%;
        display: flex;
        align-items: stretch;
    }

    .banner_noticias {
        background: linear-gradient(180deg, #ebebeb 95%, #fff 5%);
        display: flex;
        min-height: 179px;
        margin-top: 57px;
    }

    p.copy_banner_noticias {
        text-align: center;
        font-size: 1.2em;
        line-height: 1;
        margin-bottom: 30px;
    }

    p.title_banner_noticias {
        text-align: center;
        font-size: 2.5em;
        margin-top: 29px;
        color: #32b1fc;
    }

    .container-banner-right img {
        position: absolute;
        width: 62%;
        top: -14px;
    }

    span.menu-image-title-after.menu-image-title {
        font-size: 11px;
    }

    .logo-img {
        z-index: 99;
        position: absolute;
        left: 7px;
        height: 73px;
        top: 17px;
    }
    
    .logo-scroll {
        z-index: 99;
        position: absolute;
        left: 33px;
        height: 62px;
        top: 1px;
    }

    .container-banner-right img {
        position: absolute;
        width: 57%;
        top: -15px;
    }


   }

   @media (min-width:1025px) and (max-width:1037px){ 
    .banner_noticias {
        background: linear-gradient(180deg, #ebebeb 95%, #fff 5%);
        display:flex;
    }
    p.title_banner_noticias {
        text-align: center;
        font-size: 3.7em;
        margin-top: 47px;
        color: #32b1fc;
    }
    
    p.copy_banner_noticias {
        text-align: center;
        font-size: 1.4em;
        line-height: 1;
        margin-bottom: 30px;
    }
    
    .banner-noticias-container {
        background-repeat: no-repeat, no-repeat !important;
        background-position: right top, left 111px !important;
        width: 100%;
        display: flex;
        align-items: stretch;
    }

    .container-banner-right img {
        position: absolute;
        width: 68%;
        top: 2px;
    }

    .container-banner-left img {
        width: 25%;
        top: 68px;
        right: 71px;
    }

   }


   @media (min-width:1038px) and (max-width:1067px){ 
    .banner_noticias {
        background: linear-gradient(180deg, #ebebeb 95%, #fff 5%);
        display:flex;
    }
    p.title_banner_noticias {
        text-align: center;
        font-size: 3.7em;
        margin-top: 47px;
        color: #32b1fc;
    }
    
    p.copy_banner_noticias {
        text-align: center;
        font-size: 1.4em;
        line-height: 1;
        margin-bottom: 30px;
    }
    
    .banner-noticias-container {
        background-repeat: no-repeat, no-repeat !important;
        background-position: right top, left 111px !important;
        width: 100%;
        display: flex;
        align-items: stretch;
    }

    .container-banner-right img {
        position: absolute;
        width: 66%;
        top: 2px;
    }

    .container-banner-left img {
        width:25%;
        top: 68px;
        right: 71px;
    }

   }

   @media (min-width:1067px) and (max-width:1100px){ 
    .banner_noticias {
        background: linear-gradient(180deg, #ebebeb 95%, #fff 5%);
        display:flex;
    }
    p.title_banner_noticias {
        text-align: center;
        font-size: 3.7em;
        margin-top: 47px;
        color: #32b1fc;
    }
    
    p.copy_banner_noticias {
        text-align: center;
        font-size: 1.4em;
        line-height: 1;
        margin-bottom: 30px;
    }
    
    .banner-noticias-container {
        background-repeat: no-repeat, no-repeat !important;
        background-position: right top, left 111px !important;
        width: 100%;
        display: flex;
        align-items: stretch;
    }

    .container-banner-right img {
        position: absolute;
        width: 64%;
        top: 2px;
    }

    .container-banner-left img {
        width: 25%;
        top: 68px;
        right: 71px;
    }

   }

   @media (min-width:1101px) and (max-width:1136px){ 
    .banner_noticias {
        background: linear-gradient(180deg, #ebebeb 95%, #fff 5%);
        display:flex;
    }
    p.title_banner_noticias {
        text-align: center;
        font-size: 3.7em;
        margin-top: 47px;
        color: #32b1fc;
    }
    
    p.copy_banner_noticias {
        text-align: center;
        font-size: 1.4em;
        line-height: 1;
        margin-bottom: 30px;
    }
    
    .banner-noticias-container {
        background-repeat: no-repeat, no-repeat !important;
        background-position: right top, left 111px !important;
        width: 100%;
        display: flex;
        align-items: stretch;
    }

    .container-banner-right img {
        position: absolute;
        width: 62%;
        top: 2px;
    }

    .container-banner-left img {
        width: 25%;
        top: 68px;
        right: 71px;
    }

   }

   @media (min-width:1137px) and (max-width:1158px){ 
    .banner_noticias {
        background: linear-gradient(180deg, #ebebeb 95%, #fff 5%);
        display:flex;
    }
    p.title_banner_noticias {
        text-align: center;
        font-size: 3.7em;
        margin-top: 47px;
        color: #32b1fc;
    }
    
    p.copy_banner_noticias {
        text-align: center;
        font-size: 1.4em;
        line-height: 1;
        margin-bottom: 30px;
    }
    
    .banner-noticias-container {
        background-repeat: no-repeat, no-repeat !important;
        background-position: right top, left 111px !important;
        width: 100%;
        display: flex;
        align-items: stretch;
    }

    .container-banner-right img {
        position: absolute;
        width: 61%;
        top: 2px;
    }

    .container-banner-left img {
        width: 25%;
        top: 68px;
        right: 71px;
    }

   }

   @media (min-width:1158px) and (max-width:1174px){ 
    .banner_noticias {
        background: linear-gradient(180deg, #ebebeb 95%, #fff 5%);
        display:flex;
    }
    p.title_banner_noticias {
        text-align: center;
        font-size: 3.7em;
        margin-top: 47px;
        color: #32b1fc;
    }
    
    p.copy_banner_noticias {
        text-align: center;
        font-size: 1.4em;
        line-height: 1;
        margin-bottom: 30px;
    }
    
    .banner-noticias-container {
        background-repeat: no-repeat, no-repeat !important;
        background-position: right top, left 111px !important;
        width: 100%;
        display: flex;
        align-items: stretch;
    }

    .container-banner-right img {
        position: absolute;
        width: 61%;
        top: 2px;
    }

    .container-banner-left img {
        width: 25%;
        top: 68px;
        right: 71px;
    }

   }

   @media (min-width:1175px) and (max-width:1200px){ 
    .banner_noticias {
        background: linear-gradient(180deg, #ebebeb 95%, #fff 5%);
        display:flex;
    }
    p.title_banner_noticias {
        text-align: center;
        font-size: 3.7em;
        margin-top: 47px;
        color: #32b1fc;
    }
    
    p.copy_banner_noticias {
        text-align: center;
        font-size: 1.4em;
        line-height: 1;
        margin-bottom: 30px;
    }
    
    .banner-noticias-container {
        background-repeat: no-repeat, no-repeat !important;
        background-position: right top, left 111px !important;
        width: 100%;
        display: flex;
        align-items: stretch;
    }

    .container-banner-right img {
        position: absolute;
        width: 58%;
        top: 2px;
    }

    .container-banner-left img {
        width: 25%;
        top: 72px;
        right: 71px;
    }

   }

   @media (min-width:1201px) and (max-width:1230px){ 
    .banner_noticias {
        background: linear-gradient(180deg, #ebebeb 92%, #fff 8%);
        display:flex;
    }
    p.title_banner_noticias {
        text-align: center;
        font-size: 3.7em;
        margin-top: 47px;
        color: #32b1fc;
    }
    
    p.copy_banner_noticias {
        text-align: center;
        font-size: 1.4em;
        line-height: 1;
        margin-bottom: 30px;
    }
    
    .banner-noticias-container {
        background-repeat: no-repeat, no-repeat !important;
        background-position: right top, left 104px !important;
        width: 100%;
        display: flex;
        align-items: stretch;
    }

    .container-banner-right img {
        position: absolute;
        width: 59%;
        top: -6px;
    }

    .container-banner-left img {
        width: 25%;
        top: 68px;
        right: 71px;
    }
    

   }

   @media (min-width:1246px) and (max-width:1258px){

    .container-banner-right img {
        position: absolute;
        width: 62%;
        top: -28px;
    }
    }

    @media (min-width:1259px) and (max-width:1280px){

        .container-banner-right img {
            position: absolute;
            width: 61%;
            top: -29px;
        }
        .container-banner-left img {
            width: 25% !important;
            top: 68px;
            right: 71px;
        }
        }

        @media (min-width:1281px) and (max-width:1290px){

            .container-banner-right img {
                position: absolute;
                width: 62%;
                top: -35px;
            }
            .container-banner-left img {
                width: 25% !important;
                top: 68px;
                right: 71px;
            }
            }

    @media(min-width:1291px) and (max-width:1440px){
        .container-banner-left img {
            width: 25% !important;
            top: 68px;
            right: 71px;
        }
    }

    @media(min-width:1441px) {
        .container-banner-left img {
            width: 19% !important;
            top: 55px;
            right: 71px;
        }
    }

.elipse-news-banner{
        position: absolute !important;
        left: 0px !important;
        bottom: 0 !important;
        width: 80px !important;
}
.elipse2-news-banner{
    position: absolute !important;
    right: 0px !important;
    top: 0 !important;
    width: 80px !important;
    left: auto !important;
}

.simplefilter li{
    width: 150px !important;
}

@media (max-width:480px) {
    .elipse-news-banner{
        width: 50px !important;}
    .elipse2-news-banner{
        width: 50px !important;}

    .simplefilter li {
        width: 90px !important;
        font-size: 11px !important;}
}


@media (min-width:768px) and (max-width:1200px) {
    body.archive footer {
        position:  relative !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
.card .card-image {
    position: relative;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    min-width: 330px;
}
}
/*ver noticias home*/
.wrap .filtr-container{
    opacity: 1;
}

/******** styles comments and likes news*************/

.comments_news_Container {
    background-color: #fff;
   
    border-radius: 15px;
    padding: 8px;
    margin: 10px 0px;
    max-width: 100%;
    
    
}
.comments_news_Container .scroll-custome-news {
    min-height: 190px;
    max-height: 190px;
    padding: 10px;
}

.comments_news_Container div.comment_item {
    background-color: whitesmoke;
    padding: 5px;
    border-radius: 12px;
    margin-bottom: 10px;
    
}

#formSendComments input[type="text"] {
    margin-bottom: 10px;
    border: 0px;
    border-radius: 12px;
    padding: 5px 10px 5px;
    width: 100%;
}

#formSendComments textarea {
    border: 0px;
    border-radius: 15px;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    resize: none;
    height: 100px;
    max-height: 100px;
}

#formSendComments input[type="submit"] {
    background-color: #32b1fc;
    border: 0px;
    /* border-bottom-left-radius: 50%; */
    /* border-bottom-right-radius: 48%; */
    /* border-top-left-radius: 25%; */
    /* border-top-right-radius: 25%; */
    border-radius: 15px;
    padding: 5px 10px 8px;
    color: #fff;
    text-transform: uppercase;
}


.scroll-custome-news::-webkit-scrollbar {
    width: 5px !important;
    height: 5px !important;
  }
  .scroll-custome-news::-webkit-scrollbar-button {
    width: 0 !important;
    height: 0 !important;
  }
  .scroll-custome-news::-webkit-scrollbar-thumb {
    background: #ccc !important;
    border: 0 none #fff !important;
    border-radius: 50px !important;
  }
  .scroll-custome-news::-webkit-scrollbar-thumb:hover {
    background: #ccc !important;
  }
  .scroll-custome-news::-webkit-scrollbar-thumb:active {
    background: #ccc !important;
  }
  .scroll-custome-news::-webkit-scrollbar-track {
    background: #e8e8e8 !important;
    border: 0 none #fff !important;
    border-radius: 21px !important;
  }
  .scroll-custome-news::-webkit-scrollbar-track:hover {
    background: #e8e8e8 !important;
  }
  .scroll-custome-news::-webkit-scrollbar-track:active {
    background: #e8e8e8 !important;
  }
  .scroll-custome-news::-webkit-scrollbar-corner {
    background: 0 0 !important;
  }
  .scroll-custome-news {
    overflow-y: scroll !important;
    scrollbar-color: #ccc #e8e8e8 !important;
    scrollbar-width: thin !important;
    
  }

  /*estilos alertas*/
.sw-standar-css .sw-titulo-ok.deleteClassified {
    background-color: #32b1fc !important;
    text-align: center;
  }
  
  .sw-standar-css .sw-titulo.deleteClassified i {
    font-size: 3.5em !important;
    color: white !important;
    font-weight: 600 !important;
    top: -2px;
}
  
  .sw-standar-css .sw-texto {
    font-family: "Varela Round" !important;
    color: #5e5e5e !important;
    padding: 20px 20px 0;
    text-align: center;
  }
  
  .sw-reset-pass-error .sw-texto .deleteClassified {
    font-size: 15px;
  }
  
  .sw-standar-css.deleteClassified .btn-sw {
    background-color: #32b1fc !important;
    border-radius: 20px !important;
    font-family: "Open Sans", sans-serif;
    font-weight: 600 !important;
    text-transform: uppercase;
    color: #fff;
  }
  
  .sw-standar-css.deleteClassified.btn-sw-ok {
    border-left-color: #32b1fc !important;
    border-right-color: #32b1fc !important;
    font-size: 16px !important;
    padding: 8px 30px !important;
    color: #fff !important;
  }
  
  .sw-standar-css.deleteClassified .btn-cancel-ok {
    background-color: #ffffff !important;
    border: 1px solid #32b1fc !important;
    border-left-color: #32b1fc !important;
    border-right-color: #32b1fc !important;
    color: #32b1fc !important;
    font-weight: 600 !important;
  }
  
  .sw-standar-css .deleteClassified {
    border-left-color: #32b1fc !important;
    border-right-color: #32b1fc !important;
    font-size: 16px !important;
    padding: 8px 30px !important;
  }

  .sw-eliminar-activacion.sw-titulo-ok {
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ed555b;
    font-size: 16px !important;
    padding-bottom: 23px;
  }

  .sw-standar-css .bt-sw-ok-eliminar {
    background-color: #ed555b !important;
    border: 1px solid #ed555b !important;
    border-left-color: #ed555b !important;
    border-right-color: #ed555b !important;
    color: #fff !important;
    border-radius: 30px !important;
  }
  .sw-standar-css .btn-cancel-eliminar {
    background-color: #fff !important;
    color: #ed555b !important;
    border: 1px solid #ed555b !important;
    border-left-color: #ed555b !important;
    border-right-color: #ed555b !important;
    border-radius: 30px !important;
  }

  div#fb-root {
    margin-top: 10px;
}