.about {
    position: fixed;
    z-index: 10;
    top: 76%;
    bottom: 10px;
    right: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    transition: all 0.2s ease;
}


.about .bg_links {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    backdrop-filter: blur(5px);
    position: absolute;
    text-decoration: none;

}

.about .logo {
    width: 40px;
    height: 40px;
    z-index: 9;
    background-color: #ffffff8a;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 10px 7px;
    opacity: 0.9;
    transition: all 1s 0.2s ease;
    bottom: 0;
    right: 0;
}

.about .social {
    opacity: 0;
    right: 0;
    bottom: 0;
}

.about .social .icon {
    width: 100%;
    height: 100%;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    display: flex;
    transition: all 0.2s ease, background-color 0.4s ease;
    opacity: 0;
    border-radius: 100%;
}

.about .social.whatsapp {
    transition: all 0.8s ease;
}

.about .social.facebook {
    transition: all 0.3s ease;
}

.about .social.twitter {
    transition: all 0.8s ease;
}

.about:hover {
    width: 105px;
    height: 105px;
    transition: all 0.6s cubic-bezier(0.64, 0.01, 0.07, 1.65);
}

.about:hover .logo {
    opacity: 1;
    transition: all 0.6s ease;
}

.about:hover .social {
    opacity: 1;
}

.about:hover .social .icon {
    opacity: 0.9;
}

.about:hover .social:hover {
    background-size: 28px;
}

.about:hover .social:hover .icon {
    background-size: 65%;
    opacity: 1;
}

.about:hover .social.whatsapp {
    right: 0;
    bottom: calc(100% - 40px);
    transition: all 0.3s 0s cubic-bezier(0.64, 0.01, 0.07, 1.65);
    color: forestgreen;
}

.about:hover .social.whatsapp .icon:hover {
    background-color: #698fb7;
}

.about:hover .social.facebook {
    bottom: 45%;
    right: 45%;
    transition: all 0.3s 0.15s cubic-bezier(0.64, 0.01, 0.07, 1.65);
    color: steelblue;
}

.about:hover .social.facebook .icon:hover {
    background-color: #ea4c89;
}

.about:hover .social.twitter {
    bottom: 0;
    right: calc(100% - 40px);
    transition: all 0.3s 0.25s cubic-bezier(0.64, 0.01, 0.07, 1.65);
    color: turquoise;
}

.about:hover .social.twitter .icon:hover {
    background-color: #0077b5;
}




/*

To change this license header, choose License Headers in Project Properties.

To change this template file, choose Tools | Templates

and open the template in the editor.

*/


/* 

    Created on : 05/12/2019, 16:53:52

    Author     : walace.ferreira

*/

.btn {
    color: #be77e7 !important;
    border: solid 1px #be77e7;
    margin: 5px;
}

.btn:hover {
    background-color: #b637ff !important;
    color: #FFF !important;
}

img {
    text-indent: -10000px
}

.share-link {
    color: #FFF;
}

#shareHide a {
    text-decoration: none;
}

.label-alt-foto {
    position: relative;
    /*top: 50%;

    left: 50%;*/
    bottom: 0;
    top: initial;
    /* width: 70px;

  height: 60px;*/
    position: initial;
    margin-top: 0;
    transition: all 0.4s ease;
    /*box-shadow: inset 0px 0px 0px 1px white;*/
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.label-alt-foto:hover {
    box-shadow: inset 0px 0px 0px 1px white, inset 0px 0px 0px 6px rgba(255, 255, 255, 0.2);
}

.remove-html {
    display: none;
}

.icon-edit-nome-banda {
    padding: 5px 5px 5px;
    width: auto;
    color: #FFF;
}

.icon-edit-nome-alb {
    position: relative;
    top: 0%;
    left: 0%;
    border: 1px solid #ECECEC;
    padding: 5px 5px 5px;
    width: 15%;
    color: #FFF;
}

.site-title {
    background-color: transparent;
    border: none;
}

.input-nome-banda input:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.input-nome-banda input {
    caret-color: #b637ff;
}

.videos .content .video-item .plus-icon {
    position: absolute;
    opacity: 0;
    color: white;
    transition: all 0.4s ease;
    z-index: 3;
    transform: translateY(100px);
    width: 32px;
    height: 32px;
    display: block;
}

.videos .content .video-item:hover .plus-icon {
    opacity: 1;
    transform: translateY(60px);
}

.fa-clock {
    position: absolute;
    top: 24%;
    left: 85%;
}

.btn-custom {
    width: 140px;
    height: 55px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    /*letter-spacing: 2.5px;*/
    font-weight: 500;
    color: #FFF;
    background-color: #b637ff;
    border: none;
    /*border-radius: 45px;*/
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.btn-custom:hover {
    background-color: rgb(242, 0, 255);
    box-shadow: 0px 15px 20px rgba(227, 41, 231, 0.73);
    color: #fff;
    transform: translateY(-7px);
}

.msg-alert {
    position: fixed;
    top: 40%;
    z-index: 9999;
}

.msg-alert button.btn-close-alert:hover {
    background-color: transparent;
    box-shadow: transparent;
}

.div-title {
    color: transparent;
    -webkit-text-stroke: 1px #b637ff;
    margin: 0 10px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
    font-size: 50px;
    line-height: normal;
    letter-spacing: 0.04em;
}

.content-alb {
    grid-column: 3 / 13;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 20px;
}

.msg-envio-form {
    position: fixed;
    top: 50%;
    left: 50%;
}

.loading-spiner {
    margin: auto;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #ff00ee;
    border-bottom: 16px solid #654e05;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}


/*animacao de cores spiner

@-webkit-keyframes spin {

    0% {

        -webkit-transform: rotate(0deg);

    }

    100% {

        -webkit-transform: rotate(360deg);

    }

}



@keyframes spin {

    0% {

        transform: rotate(0deg);

        border-top: 16px solid #0087FF;

        border-bottom: 16px solid #FF6100;

    }

    25% {

        border-top: 16px solid rgb(255, 0, 0);

        border-bottom: 16px solid rgb(0, 255, 76);

    }

    50% {

        border-top: 16px solid rgb(0, 0, 0);

        border-bottom: 16px solid rgb(0, 83, 35);

    }

    75% {

        border-top: 16px solid rgb(255, 0, 221);

        border-bottom: 16px solid rgb(76, 0, 255);

    }

    100% {

        transform: rotate(360deg);

        border-top: 16px solid #0087FF;

        border-bottom: 16px solid #FF6100;

    }

}

*/

.play {
    margin: 4px 4px 4px 0;
    width: 32px !important;
    height: 32px !important;
    background-size: 40px 40px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: -10px -13px;
    opacity: 0.9;
    transition: all 1s 0.2s ease;
    bottom: 0;
    right: 0;
}

.play[data-playback-status="playing"] {
    background-image: url('http://localhost/www.wakam.com.br/assets/lib/audio-player/img/equalizer.gif');
}

.play[data-playback-status="play"] {
    background: no-repeat url('http://localhost/www.wakam.com.br/assets/lib/audio-player/img/sprites.png') -149px -667px;
    background-color: inherit;
    filter: grayscale(27%) sepia(100%) brightness(0%) saturate(1000%) contrast(276%);
    -webkit-filter: grayscale(27%) sepia(100%) brightness(0%) saturate(1000%) contrast(276%);
    -moz-filter: grayscale(27%) sepia(100%) brightness(0%) saturate(1000%) contrast(276%);
}

.play[data-playback-status="paused"] {
    background: no-repeat url('http://localhost/www.wakam.com.br/assets/lib/audio-player/img/sprites.png') -178px -222px;
    background-color: inherit;
}




.btn-atualizar-carrousel,
.btn-atualizar-nome,
.btn-adicionar-carrousel,
.btn-atualizar-album,
.btn-editar-album {
    cursor: pointer;
    z-index: 500;
}

.painel-reize-img {
    position: absolute;
    top: 2%;
    left: 0;
    background-clip: padding-box;
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid #fff;
    border-color: rgba(255, 255, 255, .8);
    border-radius: 2px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .6);
    box-sizing: border-box;
    color: #fff;
    width: 100%;
    display: inline-block;
    padding: 14px 14px;
    transition: opacity .3s cubic-bezier(.175, .885, .32, 1.275), width .3s step-end;
    white-space: nowrap;
    word-wrap: normal;
    z-index: 99999;
}

.btn-reize-save {
    position: relative;
    left: 67%;
    width: 140px;
    height: 55px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    /* letter-spacing: 2.5px; */
    font-weight: 500;
    color: #FFF;
    background-color: #be77e7;
    border: none;
    /* border-radius: 45px; */
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    padding: 10px 15px;
    background-color: #be77e7;
    border: none;
    border-radius: 5px;
    color: #FFF;
    margin: 10px 5px;
    line-height: 30px;
}

.btn-reize-save:hover {
    background-color: rgb(45, 145, 255);
}

.btn-reize-cancel {
    position: relative;
    left: 66%;
    width: 140px;
    height: 55px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    /* letter-spacing: 2.5px; */
    font-weight: 500;
    color: #FFF;
    border: none;
    /* border-radius: 45px; */
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    padding: 10px 15px;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 5px;
    color: #FFF;
    margin: 10px 5px;
    line-height: 30px;
}

.btn-reize-cancel:hover {
    background-color: rgba(255, 255, 255, 0.2);
}


/*

.carousel-inner {

    position: relative;

    width: 1920px;

    height: 1200px;

    overflow: hidden;

}



.img {

    position: absolute;

    top: -9999px;

    left: -9999px;

    right: -9999px;

    bottom: -9999px;

    margin: auto;

}

*/


/*

.carousel-control-next,

.carousel-control-prev {

    z-index: 9999;

}

*/

.editar-carousel-dropdown.main {
    position: absolute;
    left: 69px;
    top: 13%;
    z-index: 99999;
    background-color: #0c101b;
    box-shadow: 0 12px 28px 0 rgba(172, 170, 170, 0.4), 0 2px 4px 0 rgba(180, 179, 179, 0.3), inset 0 0 0 1px rgba(211, 211, 211, 0.2);
    overflow-x: hidden;
    border-radius: 5px;
    min-width: 100px;
}

.editar-carousel-dropdown.content {
    width: 344px;
    padding: 8px 8px 8px;
}

.editar-carousel-dropdown.item {
    padding: 2px 2px 2px;
    cursor: pointer;
    display: block;
    margin-left: 2px;
}

.editar-carousel-dropdown.item:hover {
    background-color: rgba(211, 211, 211, 0.3);
    border-radius: 4px;
}

.fa-cloud-upload-alt,
.fa-camera-retro,
.fa-arrows-alt,
.fa-trash,
.fa-cog {
    margin-left: 12px;
}

.icon-cam,
.fa-pen-square,
.fa-palette {
    color: #fff;
    width: 100%;
    /*margin-top:-10px;*/
    height: auto;
}

.btn-hover {
    background-clip: padding-box;
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid #fff;
    border-color: rgba(255, 255, 255, .8);
    border-radius: 2px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .6);
    box-sizing: border-box;
    color: #fff;
    width: 200.77px;
    display: inline-block;
    padding: 6px 12px;
    transition: opacity .3s cubic-bezier(.175, .885, .32, 1.275), width .3s step-end;
    white-space: nowrap;
    word-wrap: normal;
}

body.dragging,
body.dragging * {
    cursor: move !important;
}

.dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
}

ol.example li.placeholder {
    position: relative;
    /** More li styles **/
}

ol.example li.placeholder:before {
    position: absolute;
    /** Define arrowhead **/
}

/*
.carousel-img img {
    object-fit: cover;
    width: 100%;
   
}*/

.painel-opces-header {
    z-index: 50
}


/**

* Estilos Extras

*

* @section barra de compartilhamento

*/

.share_barra {
    margin-top: 22px
}

.titulo_do_post .share_barra .share_links .total-shares {
    float: lef
}

.share_barra .total-shares {
    font-size: 13px;
    font-size: 1.3rem;
    font-family: roboto, sans-serif;
    font-weight: 300;
    margin-right: 12px
}

.share_barra .total-shares span {
    font-family: roboto, sans-serif;
    font-weight: 500
}

.share_barra .share-link {
    color: #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    margin-right: 5px;
    -webkit-transition: color .1s ease-out, box-shadow .1s ease-out;
    transition: color .1s ease-out, box-shadow .1s ease-out
}

.share_barra .share-link.fa-twitter {
    box-shadow: 0 0 0 30px #5ba9e1 inset;
    margin-bottom: 5px;
}

.share_barra .share-link.fa-twitter:hover {
    box-shadow: 0 0 0 1px #5ba9e1 inset;
    color: #5ba9e1
}

.share_barra .share-link.fa-facebook {
    box-shadow: 0 0 0 30px #3a579d inset;
    margin-bottom: 5px;
}

.share_barra .share-link.fa-facebook:hover {
    box-shadow: 0 0 0 1px #3a579d inset;
    color: #3a579d
}

.share_barra .share-link.fa-whatsapp {
    box-shadow: 0 0 0 30px #34af23 inset;
    margin-bottom: 5px;
}

.share_barra .share-link.fa-whatsapp:hover {
    box-shadow: 0 0 0 1px #34af23 inset;
    color: #34af23
}

.share_barra .share-link.fa-google-plus {
    box-shadow: 0 0 0 30px #e04a32 inset;
    margin-bottom: 5px;
}

.share_barra .share-link.fa-google-plus:hover {
    box-shadow: 0 0 0 1px #e04a32 inset;
    color: #e04a32
}

.share_barra .share-link.fa-pinterest {
    box-shadow: 0 0 0 30px #e03a31 inset;
    margin-bottom: 5px;
}

.share_barra .share-link.fa-pinterest:hover {
    box-shadow: 0 0 0 1px #e03a31 inset;
    color: #e03a31
}

.share_barra .share-link.fa-linkedin {
    box-shadow: 0 0 0 30px #007bb6 inset;
    margin-bottom: 5px;
}

.share_barra .share-link.fa-linkedin:hover {
    box-shadow: 0 0 0 1px #007bb6 inset;
    color: #007bb6
}

.share_barra .share-link.fa-envelope-o {
    box-shadow: 0 0 0 30px #3390e1 inset;
    margin-bottom: 5px;
}

.share_barra .share-link.fa-envelope-o:hover {
    box-shadow: 0 0 0 1px #3390e1 inset;
    color: #3390e1
}

.share_barra .share-link:hover {
    text-decoration: none
}

.fa-envelope {
    margin-bottom: 5px;
    margin-right: 7px;
}

.fa-ellipsis-v {
    position: absolute;
    top: 5%;
    left: 97%;
    cursor: pointer;
}


/*--- inicio label floating----*/

.form-control {
    background: no-repeat center bottom, center calc(100% - 1px);
    background-size: 0 100%, 100% 100%;
    border: 0;
    height: 36px;
    transition: background 0s ease-out;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    font-size: 14px;
}

.form-control:focus,
.is-focused .form-control {
    background-size: 100% 100%, 100% 100%;
    transition-duration: 0.3s;
    box-shadow: none;
}

[class^='custom-label'],
[class*=' custom-label'] {
    color: #999999;
}

.form-control,
.is-focused .form-control {
    background-image: linear-gradient(to top, #b637ff 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}

[class^='custom-label'],
[class*=' custom-label'] {
    position: absolute;
    pointer-events: none;
    transition: 0.3s ease all;
}

[class^='custom-label'].custom-label-floating,
[class*=' custom-label'].custom-label-floating {
    will-change: left, top, contents;
    margin: 0;
    line-height: 1.4;
    font-weight: 400;
}

.form-control,
label,
input::placeholder {
    line-height: 1.1;
}

label {
    color: #AAAAAA;
}

.radio label,
label.radio-inline,
.checkbox label,
label.checkbox-inline,
.switch label {
    line-height: 1.5;
}

.checkbox label,
.radio label,
label {
    font-size: 0.875rem;
}

.custom-label-floating,
.custom-label-placeholder {
    top: 0.6125rem;
}

.is-focused .custom-label-floating,
.is-filled .custom-label-floating {
    top: -1rem;
    left: 0;
    font-size: 0.6875rem;
}

.custom-label-static {
    top: 0.35rem;
    left: 0;
    font-size: 0.875rem;
}


/*--- fim label floating----*/

.navbar {
    border: 0;
    border-radius: 3px;
    padding: 0.625rem 0;
    /*margin-bottom: 20px;*/
    position: relative;
    height: auto !important;
    box-shadow: 0 4px 18px 0px rgba(0, 0, 0, 0.12), 0 7px 10px -5px rgba(0, 0, 0, 0.15);
}

.cover-img {
    box-shadow: 0 4px 18px 0px rgba(0, 0, 0, 0.12), 0 7px 10px -5px rgba(0, 0, 0, 0.15);
}

.teste {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    ;
}

#banner-carousel {
    object-fit: cover;
    width: 100%;
    filter: alpha(opacity=60);
    /* IE */
    -moz-opacity: 0.6;
    /* Mozilla */
    opacity: 0.3;
    /*height: 800px;*/

}

/* ----------------------------------- ----------------------------------- -----------------------------------*/


/* ---------- ----------------------------------->>> @Media <<<----------- -----------------------------------*/


/* ----------------------------------- ----------------------------------- -----------------------------------*/


/* @Media da página > @Media

//////////////////////////////////////*/


/**

* Estilos @Media Large

*

* @section Extra Large ----------------------------------->>> 1920px <<<----------- -----------------------------------

*/


/* Extra Large Desktop Devices */

header .main-heading .slide-container {
    width: 100%;
    /*height: auto;*/
    grid-column: 3 / 13;
    position: relative;
    box-sizing: border-box;
    display: grid;
}

header .main-heading article .site-title {
    font-size: calc(10px + 6 * ((100vw - 31px) / 100));
    font-weight: 800;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 2px white;
    /* text-shadow: 1px 1px #000;*/
}

@media (min-width: 1362px) {

    .btn-atualizar-carrousel,
    .btn-atualizar-nome,
    .btn-adicionar-carrousel {
        padding: 6px 12px;
    }
}

@media (min-width: 768px) {

    .btn-atualizar-carrousel,
    .btn-atualizar-nome,
    .btn-adicionar-carrousel {
        padding: 6px 12px;
    }
}


/**

* Estilos @Media Large

*

* @section Extra Large ----------------------------------->>> 1920px <<<----------- -----------------------------------

*/


/* Extra Large Desktop Devices */

@media (min-width: 1200px) and (max-width: 1361px) {}


/* Small Desktop Devices and iPad Landscape  ------------------------>>> 1023px - 1199 ----------------------------------*/

@media (min-width: 1024px) and (max-width: 1199px) {}


/**

* Estilos @Media Medium

*

* @section Medium  ----------------------------------->>> 768px - 1023px <<<----------- --------------------------------

*/


/* iPad and Tablets Potrait */

@media (min-width: 768px) and (max-width: 1023px) {
    #controls {
        width: 100%;
    }

    #more-info-box {
        left: 411px;
        top: -50px;
        padding-top: 18px;
        text-align: center;
        font-family: sans-serif;
        font-size: 12px;
        color: white;
    }
}


/**

* Estilos @Media Small

*

* @section Small  ----------------------------------->>> 320px - 767 <<<----------- -----------------------------------

*/


/* Large Screen Phones */

@media (min-width: 480px) and (max-width: 767px) {
    header .main-heading .slide-container {
        grid-column: 1 / 20;
    }

    .btn-atualizar-carrousel,
    .btn-atualizar-nome,
    .btn-adicionar-carrousel {
        margin-bottom: 7px;
        padding: 0;
    }

    .btn-atualizar-carrousel font,
    .btn-atualizar-nome font,
    .btn-adicionar-carrousel font {
        display: none;
    }

    .btn-hover {
        background-clip: padding-box;
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #fff;
        border: none;
        box-shadow: none;
        color: #fff;
        width: 32.77px;
        display: inline-block;
        padding: 0;
        transition: opacity .3s cubic-bezier(.175, .885, .32, 1.275), width .3s step-end;
        white-space: nowrap;
        word-wrap: normal;
    }

    #controls {
        width: 100%;
    }
}

.button-add-recourse {
    opacity: 1 !important;
    cursor: pointer;
    border-radius: 10px;
}


/* Small Screen Phones */

@media (min-width: 0px) and (max-width: 479px) {
    header .main-heading .slide-container {
        grid-column: 1 / 20;
    }

    header .main-heading article .site-title {
        font-size: calc(5px + 6 * ((100vw - 31px) / 100));
        font-weight: 800;
        text-transform: uppercase;
        color: transparent;
        -webkit-text-stroke: 2px white;
        /* text-shadow: 1px 1px #000;*/
    }

    .btn-atualizar-carrousel,
    .btn-atualizar-nome,
    .btn-adicionar-carrousel {
        margin-bottom: 7px;
        padding: 0;
    }

    .btn-atualizar-carrousel font,
    .btn-atualizar-nome font,
    .btn-adicionar-carrousel font {
        display: none;
    }

    .btn-hover {
        background-clip: padding-box;
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #fff;
        border: none;
        box-shadow: none;
        color: #fff;
        width: 32.77px;
        display: inline-block;
        padding: 0;
        transition: opacity .3s cubic-bezier(.175, .885, .32, 1.275), width .3s step-end;
        white-space: nowrap;
        word-wrap: normal;
    }

    #controls {
        width: 100%;
    }

    #position_img,
    .reize-info {
        display: none;
    }

    .btn-reize-save {
        left: 0%;
    }

    .btn-reize-cancel {
        left: 0%;
        background-color: #0C101B;
    }

    .editar-carousel-dropdown.main {
        position: absolute;
        left: 69px;
        top: 0%;
        z-index: 99999;
        /* background-color: #fff; */
        box-shadow: 0 12px 28px 0 rgba(255, 255, 255, 0.1), 0 2px 4px 0 rgba(255, 255, 255, 0.527), inset 0 0 0 1px rgba(255, 255, 255, 0.281);
        overflow-x: hidden;
        /* border-radius: 8px; */
        /* min-width: 100px; */
        width: 70vw;
        /* height: 100vh; */
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .container-modal-temas {
        top: -1%;
        left: 0;
        background-color: #fff;
        border: none;
        border-radius: 4px;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
        display: flex;
        flex-direction: column;
        outline: none;
        position: fixed;
        padding: 24px 0 0 0;
        width: 100%;
        z-index: 501;
    }

    .carousel-img img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .carousel-img {
        height: 498px;
    }
}

.msg_add_alert {
    position: fixed;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}