/*

 - centrar boton si no hay muro - ok
 - mui pequeña patalla doble pasar abajo compartir OK (!)
 - margin entre buscar y localidad pantallas pequeñas  - OK
 - quito bypass usuario demo
*/

html, body, input, textarea, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, hr, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, active, hover, selected {
    border: 0;
    font-size: 12px;
    outline: none;
    font-weight: 400;
    color: #878787;
    font-family: 'Open Sans', sans-serif;
}

a, span, b, strong, i {
    font-size: inherit
}

button#publicar-btn span {
    font-size: 16px;
    font-weight: bolder;
}

body, html {
    height: 100%;
    -webkit-text-size-adjust: 100%; 
    -webkit-font-smoothing: antialiased
}

body {
    background: #fff;
    overflow-y: scroll;
}

h1, h2, h3, h4, h5, h6, strong, b, label {
    font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
    font-size: initial;
}

/*font-size: 15px;
}*/
br {
    line-height: 150%;
}

.center-block {
    float: none;
}

.label-control {
    margin: 10px 0 5px;
}

.btn {
    height: 40px;
    outline: none;
}

.btn:focus, .btn:focus:active, .btn:active {
    outline: none;
}

.btn, .btn:focus, .btn:hover, .btn:active {
    outline: 0 !important;
    box-shadow: none;
    /*border: 0 none;*/
    padding: 0 15px;

}

.btn:focus, .btn:focus i {
    color: #fff;
}

.button-turquesa {
    background: #fff;
    border: 2px solid #20c6a1;
    color: #fff;
    font-weight: 600;
}

.button-turquesa span,
.button-turquesa i {
    color: #20c6a1;
}

.button-turquesa:hover span,
.button-turquesa:hover i,
.button-turquesa.hover span,
.button-turquesa.hover i {
    color: #fff;
}

.button-turquesa[disabled] {
    background: #878787;
}

.button-turquesa:hover,
.button-turquesa.hover {
    color: #fff;
    background: #20c6a1;
}

.btn-turquesa {
    background: #20c6a1;
    border: 0 none;
    margin: 15px 0;
    color: #fff;
    font-weight: 600;
    height: 40px;
}

.btn-turquesa:hover {
    background: #2ed7b1;
    color: #fff;
}

.btn-turquesa i {
    color: #fff;
}

.btn-grey {
    background: #b3b3b3;
    border: 0 none;
    margin: 20px 0 0;
    color: #fff;
    font-weight: 600;
    height: 30px;
}

.btn-grey > span {
    color: inherit;
    font-weight: inherit;
    outline: none;
}

.btn-grey:hover {
    background: #878787;
    color: #fff;
}

.btn-grey i {
    color: #fff;
    margin-right: 10px;
}

.btn-rojo, .btn-rojo:focus {
    background: transparent;
    color: #ee4e49;
    border: 2px solid #ee4e49;
    font-weight: 600;
    height: 40px;
}

.btn-rojo.hover,
.btn-rojo:hover {
    color: #fff;
    background: #ee4e49;
}

.btn-rojo i, .btn-rojo span,
.btn-rojo:focus i, .btn-rojo:focus span {
    color: #ee4e49;
}

.btn-rojo:hover i, .btn-rojo:hover span,
.btn-rojo.hover i, .btn-rojo.hover span {
    color: #fff;
}

.modal {
    background: rgba(0, 0, 0, 0.8);
    overflow-y: auto;
}

.modal1 {
    background: rgba(0, 0, 0, 0.8);
}

.add-container,
.share-container {
    width: 555px;
    background: #eaeaea;
    display: inline-block;
    border-radius: 4px;
}

.sin-padding {
    padding: 0px;
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.text-nowrap {
    white-space: nowrap;
}

#share-button {
    margin-right: 15px;
}

#share-button + ul {
    margin-right: -100px;
}

#upload-preload {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .8);
    color: #20c6a1;
    z-index: 9999;
    text-align: center;
    line-height: 100vh;
    font-size: 5vh;
    display: none;
}

#upload-preload .loader {
    margin: 0 auto;
    border-radius: 50%;
    display: block;
    border-width: 2px;
    border-style: solid;
    border-color: #20c6a1 #20c6a1 #dbdbdb #dbdbdb;
    -webkit-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
}

#upload-preload .square, .preload-tmb .square {
    margin: 0 auto;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    background: #424242;
    width: 80px;
    height: 80px;
    padding: 10px;
}

#upload-preload .square .percent {
    position: absolute;
    top: 0;
    display: block;
    line-height: 80px;
    text-align: center;
    width: 100%;
    left: 0;
}

.top {
    background: #fff;
    color: #9A9A9A;
    display: inline-block;
    width: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    margin-bottom: 1px;
    border-radius: 4px 4px 0 0;
}

.modal .add-container .top {
    background: #2ed7b1;
    color: #fff;
    padding-top: 15px;
    padding-right: 49px;
    padding-left: 15px;
    padding-bottom: 14px;
    width: 100%;
    line-height: 20px;
}


#publicar .modal .add-container .top,
.addcondolence_mobile .add-container .top,
#musica .modal .add-container .top {
    background: #2ed7b1;
    color: #fff;
    padding-top: 15px;
    padding-right: 49px;
    padding-left: 15px;
    padding-bottom: 14px;
    width: 100%;
    line-height: 40px;
}

.addcondolence_mobile {
    text-align: center;
}

#publicar .modal .add-container .top {
    font-size: 25px;
    font-weight: bolder;
}


.top #trigger-close-publicar {
    position: absolute;
    right: 15px;
    top: 11px;
    cursor: pointer;
    color: white;
}

.top #trigger-close-añadirmusica {
    position: absolute;
    right: 15px;
    top: 11px;
    cursor: pointer;
}

.add-container .overflow-content {
    /*max-height: 375px !important;
    /*overflow:hidden;
	overflow-y: auto;*/
}


#musica .add-container .overflow-content.not-logued {
    max-height: 500px;
    /*overflow:hidden;
	overflow-y: auto;*/
    height: 160px !important;
}

.add-container .overflow-content.not-logued {
     /*max-height: 500px;
   overflow:hidden;
	overflow-y: auto;
    max-height: 488px;*/
}

.add-container .overflow-content.with-image {
    max-height: 720px;
    /*overflow:hidden;
	overflow-y: auto;*/
}


.add-container .img-preview {
    display: none;
}

.add-container .upload-img img {
    width: 520px;
}

.add-container .upload-img img.vertical {
    width: auto;
    height: 520px;
}

@media (max-width: 620px) {
    .add-container .upload-img img {
        width: 100%;
    }
}

.add-container .upload-img img.horizontal {
    margin-top: 0 !important;
}

.add-container .image-preview-container i {
    /*position: absolute;
    left: 35px;*/
    font-size: 20px;
   /* top: 13px;
    color: #fff;
    background: rgba(0, 0, 0, 0.2);*/
    border-radius: 4px;
    padding: 10px;
    cursor: pointer;
}

.add-container .image-preview-container i#preview-rotate-right {
    right: 30px;
    left: auto;
}

.add-container textarea {
    resize: none;
    height: 120px;
}

.add-container input#pesame_image, .add-container input#pesame_video, .add-container input#muro_song {
    display: none;
}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #EEEEEE -moz-use-text-color #FFFFFF;
    border-style: solid none;
    border-width: 1px 0;
    margin: 18px 0;
    color: #cacaca;
}

.preload-container {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #20c6a1;
    z-index: 999;
    text-align: center;
    line-height: 655px;
    font-size: 5vh;
}

.loader {
    margin: 0 auto;
    border-radius: 50%;
    display: inline-block;
    border-width: 2px;
    border-style: solid;
    border-color: #20c6a1 #20c6a1 #dbdbdb #dbdbdb;
    -webkit-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
}

.gallery .preload-container {
    line-height: 250px;
}

.loader.small {
    width: 20px;
    height: 20px;
}

.loader.mid {
    width: 30px;
    height: 30px;
}

.loader.large {
    width: 60px;
    height: 60px;
}

/* FX */
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

h1#esquela-name {
    font-size: 36px;
    margin: 40px 0 20px;
    font-weight: 400;
    font-family: 'Droid Serif', serif;
}

h1#esquela-name span {
    font-size: 36px;
    font-weight: 400;
    font-family: 'Droid Serif', serif;
}

h2#esquela-date {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #878787;
}

#wall-image:hover .change_image_container {
    display: block;
}

.change_image_container {
    height: 136px;
    text-align: center;
    line-height: 27px;
    width: 136px;
    position: absolute;
    overflow: hidden;
    top: 2px;
    font-size: 54px;
    color: #fff;
    background: #878787;
    border-radius: 50%;
    cursor: pointer;
    display: none;
}

.change_image_container i {
    color: #fff;
    margin-top: 30px;
}

.change_image_container span {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.accept-crop {
    width: 100%;
    height: 40px;
    background: #20c6a1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    color: #fff;
    font-weight: 600;
    line-height: 40px;
    cursor: pointer;
}

.has_image h1#esquela-name,
.has_image h1#esquela-name span,
.has_image h2#esquela-date,
.has_image h2#esquela-date span {
    color: #fff;
}

@media (max-width: 991px) {
    .has_image h2#esquela-date,
    .has_image h2#esquela-date span {
        color: white;
    }
}

@media (min-width: 620px) and (max-width: 992px) {
    .has_image h1#esquela-name {
        padding-top: 60px;
        color: white;
    }

    .has_image h1#esquela-name span {
        color: white;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .has_image h1#esquela-name {
        margin-top: 15px;
    }
}

@media (max-width: 720px) {
    .has_image h1#esquela-name,
    .has_image h1#esquela-name span {
        color: white;
    }
}

#change_bio_image {
    color: #cacaca;
    font-size: 18px;
    z-index: 2;
    position: absolute;
    top: 20px;
    left: 20px;
    cursor: pointer;
}

#delete_bio_image:hover,
#add_bio_image:hover,
#change_bio_image:hover {
    color: #9a9a9a;
}

#add_bio_image {
    color: #cacaca;
    font-size: 20px;
    z-index: 2;
    position: absolute;
    top: 20px;
    left: 60px;
    cursor: pointer;
}

#delete_bio_image {
    color: #cacaca;
    font-size: 18px;
    z-index: 2;
    position: absolute;
    top: 20px;
    left: 70px;
    cursor: pointer;
    display: none;
}

#divImageOpacity {
    color: #cacaca;
    font-size: 18px;
    z-index: 2;
    position: absolute;
    margin: 30px 0 0 20px;
    background: #ffffffaa;
    padding: 5px 10px;
    border-radius: 4px;
}
#inputImageOpacity {
    border: none;
    background-color: white;
    text-align: center;
}
#labelImageOpacity {
    color: black;
}

.has_image:hover #delete_bio_image,
.has_image:hover #change_bio_image,
.has_image:hover #add_bio_image {
    opacity: 1;
    color: #fff;
}

#change_bio_image.add_plus {
    display: none;
}

.has_image #change_bio_image.add {
    display: none;
}

.has_image #delete_bio_image {
    display: block;
}

.has_image #change_bio_image.add_plus {
    display: block;
}

.biografia-image {
    padding: 56px 0;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.has_image.biografia-image {
    background-color: transparent;
}

.biografia-image .image-bio {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
}

img#esquela-image {
    width: 140px;
    height: 140px;
    min-height: 140px;
    object-fit: cover;
}

#wall-image {
    width: 140px;
    height: 140px;
    margin: 0 auto;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
    overflow: hidden;
}

#login_container {
    background: #00368C;
    height: 40px;
    line-height: 40px;
}

#login_container a {
    font-weight: 600;
    text-decoration: none;
}

#login_container a,
#login_container i {
    color: #00ace4;
}

#login_container img {
    margin-top: 10px;
}

.header {
    height: 70px;
    background: #fff;
}

.header .container {
    position: relative;
}

.header #logo {
    margin-top: 25px;
}

.header .header-logo-link {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.header .logo {
    width: 300px;
    margin: 0 auto;
    height: 100px;
    background: url(../img/logo_test.png) no-repeat center;
}

.container-fix {
    width: 980px;
    margin: 0 auto;
    padding: 20px 0;
}

#esquela {
    background: #fff;
    padding: 10px 0;
}

#biografia {
    background: #fff;
    padding: 15px 0;
}

#biografia #biografia-text {
    max-width: 980px;
    margin: 0 auto;
    float: none;
    font-family: 'Droid Serif', serif;
    font-size: 14px;
    padding: 0 60px;
    line-height: 24px;
    position: relative;
    overflow: hidden;
}

#biografia #biografia-text.closed {
    height: 0;
}

#biografia #biografia-text.closed:after {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    left: 0;
    content: "";
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
}

#biografia div.show-more {
    text-align: center;
    margin-top: 15px;
    cursor: pointer;
}

#biografia div.show-more span {
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
}

#biografia div.show-more i {
    cursor: pointer;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-7px);
        transform: translateY(-7px);
    }
    60% {
        -moz-transform: translateY(-3px);
        transform: translateY(-3px);
    }
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-7px);
        transform: translateY(-7px);
    }
    60% {
        -moz-transform: translateY(-3px);
        transform: translateY(-3px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px);
    }
    60% {
        -moz-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
}

#ceremonia {
    background: #00368C;
}

#ceremonia .container {
    max-width: 980px;
    margin: 0 auto;
    padding: 60px 0;
}

#ceremonia h3 {
    color: #fff;
    font-weight: 300;
    font-size: 25px;
    margin-bottom: 30px;
}

#ceremonia .fecha, #ceremonia .fecha * {
    color: #fff;
    font-size: 17px;
}

#ceremonia .lugar ul {
    margin-top: 20px;
    padding-left: 0;
}

#ceremonia .lugar ul li {
    margin: 0;
    padding: 0;
    color: #fff;
    list-style: none;
    font-size: 14px;
}

#ceremonia .lugar ul li b {
    color: #fff;
    font-size: 14px;
}

#ceremonia .fecha i.fa {
    margin-right: 5px;
}

#ceremonia .ceremonia-box {
    padding: 0 100px;
}

@media (max-width: 720px) {
    #ceremonia .ceremonia-box {
        padding: 0 20px !important;
    }
}

#ceremonia .ceremonia-box:first-child {
    border-right: 1px solid #1650ac;
    min-height: 170px;
}

input#buscador {
    background: #EAEAEA;
    border: 0 none;
}

#filter-muro {
    padding: 30px 0;
    background-color: black;
}

#filter-muro .content {
    width: 1170px;

}

#publicar,
#musica {
    background: #fff;
    padding: 15px 0 30px;
    text-align: center;

}

#musica {
    display: none;
}

#publicar button.trigger-publicar,
#publicar button.añadir-calificacion,
#musica button.trigger-publicar,
#musica button.añadir-calificacion {
    background: #21c6a1;
    color: #fff;
    padding: 0 30px;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    font-weight: 600;
}

/*#publicar button.trigger-publicar:hover,
#publicar button.añadir-calificacion:hover,
#musica button.trigger-publicar:hover,
#musica button.añadir-calificacion:hover
{
	background: #2ED7B1;
}*/

#publicar button.añadir-calificacion:hover i,
#musica button.añadir-calificacion:hover i {
    color: white;
}


#musica button:first-child {
    margin-left: 0;
}

#musica a {
    color: black !important;
}

#publicar button.buy-items-link,
#musica button.buy-items-link {
    background: #fff;
    color: #21C6A1;
    padding: 0 30px;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    font-weight: 600;
    border: 2px solid #21c6a1;
}

#publicar button.buy-items-link .fa,
#musica button.buy-items-link .fa {
    color: #21C6A1;
}

#publicar button.buy-items-link:hover,
#musica button.buy-items-link:hover {
    border-color: #2ED7B1;
    color: #2ED7B1;
}

.add-container button.btn {
    line-height: 40px;
    font-size: 13px;
    font-weight: 600;
    padding: 0 15px;
    text-transform: uppercase;
}

.add-container #add_pesame {
    background: #21c6a1;
    float: right;
    border: none;
    margin: 15px 0;
}

#publicar button.trigger-publicar i,
#publicar button.añadir-calificacion i,
#musica button.trigger-publicar i,
#musica button.añadir-calificacion i,
#musica button.añadir-calificacion i {
    color: #fff;
    margin-left: 10px;
}

.add-container .video, .add-container .image {
    background: #fff;
    color: #878787;
    border: 2px solid transparent;
    float: left;
    margin: 15px 15px 15px 0;
}

.add-container .video:hover, .add-container .image:hover {
    border: 2px solid #20c6a1;
    background: #fff;
    color: #20c6a1;
}

.add-container .video i, .add-container .image i {
    color: #444;
    margin: 0 10px 0 0;
    font-size: 17px;
}

.add-container .video:hover i, .add-container .image:hover i {
    color: #20c6a1;
}

.add-container .video.empty:before {
    content: "\f01d";
}

.add-container .image.empty:before {
    content: "\f03e";
}

#recuerdos {
    background: #eaeaea;
    padding: 55px 0;
}

@media (min-width: 1025px) {
    .fancybox-inner #recuerdos {
        background: #fff;
    }
}

.tab-list {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    background: #f5f5f5;
}

.tab-list .tab {
    background-color: #F5F5F5;
    color: #BFBFBF;
    height: 40px;
    font-size: 13px;
    border: none;
    outline: none;
}

.tab-list .tab:hover,
.tab-list .tab.current {
    background-color: #fff;
    color: #878787;
}

.tab-list .tab:first-child {
    border-right: 1px solid #eaeaea;
}

#partner {
    background-color: #fff;
    padding: 15px 0;
    /*-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
*/
}

.password + .input-group-addon {
    cursor: pointer;
}

#partner img {
    max-height: 140px;
    max-width: 320px;
}

.partner-top {
    border-top: 1px solid #EAEAEA;
}

#partner-form {
    display: none;
    padding: 30px 0px 15px;
    border-bottom: 1px solid #eaeaea;
    background: #fff;
}

#partner-info {
    border-bottom: 1px solid #eaeaea;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    display: none;
    padding: 30px 0px;
}

.masonry-list {
    margin: 0 auto;
}

.masonry-list .item {
    float: left;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 590px;
}

#partner-info div span {
    line-height: 30px;
    color: #878787;
    white-space: nowrap;
    font-size: 13px;
}

#partner-info .container {
    float: none;
}

#partner-info div span:before {
    font-family: FontAwesome;
    margin-right: 5px;
    font-weight: normal;
    color: #00ACE4;
    font-size: 20px;
    margin: 0 20px 0 0;
}

#partner-info #p-address {
    color: #fff;
}

#partner-info #p-address span:before {
    content: "\f041";
}

#partner-info #p-tel > span:before {
    content: "\f095";
}

#partner-info #p-email > span:before {
    content: "\f0e0";
}

#partner-info #p-email > span a,
#partner-info #p-email > span a:active,
#partner-info #p-email > span a:hover,
#partner-info #p-email > span a:visited {
    color: #fff;
}

#partner-info #p-horario span:before {
    content: "\f017";
}

#partner-info #p-web span:before {
    content: "\f0ac";
}

#partner-info #p-web span a {
    color: #00ace4;
}

#login-container {
    width: auto !important;
    padding: 0px !important;
}

.fancybox-wrap{
    max-width: 800px;
    top: 50%;
    left: 50%;
    position: fixed !important;
}

@media (max-width: 1200px) {
    #partner-info {
        height: auto;
        padding: 20px 0;
    }

    #partner-info .container > div {
        float: none;
        width: 100%;
        text-align: center;
    }

    #partner-info .container > div span {
        line-height: 27px;
    }

    #partner-info div span:before {
        display: none;
    }

    #partner-info .item {
        width: 100% !important;
        text-align: center;
        max-width: initial
    }

    #partner-info .masonry-list {
        width: 100% !important;
    }
}

#muros {
    background: #eaeaea;
}

#muros .no-data {
    border: 2px solid #b3b3b3;
    color: #b3b3b3;
    font-size: 14px;
    line-height: 50px;
    margin: 40px 0;
    font-weight: 600;
}

#memorialwall-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 30px 0;
    gap: 30px;
}

#memorialwall-list .item {
    width: 260px;
    position: relative;
    aspect-ratio: 9 / 13;
    background-size: cover;
    border-radius: 5px;
    overflow: hidden;
}

#memorialwall-list .item.mascota {
    border-radius: 10px;
    overflow: hidden;
    border-bottom: 5px solid #202020;
}

#memorialwall-list .item .stats {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    display: flex;
    flex-direction: row-reverse;
    padding: 10px 15px;
}
#memorialwall-list .item .stats i,
#memorialwall-list .item .stats span {
    color: #fff;
    font-size: 17px;
}

#memorialwall-list .item .stats span {
    font-weight: 600;
}

#memorialwall-list .item:hover:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #00000090;
    backdrop-filter: blur(4px);
}

#memorialwall-list .item.mascota:hover:before {
    height: calc(100% - 85px);
    content: '\f06e';
    align-content: center;
    text-align: center;
    color: #fff;
    font-family: 'Font Awesome 6 Free';
    font-weight: 700;
    font-size: 29px;
    background: #000000aa;
}

#memorialwall-list .item .item-bottom {
    width: 100%;
    position: absolute;
    bottom: 0;
    background: #00000090;
    backdrop-filter: blur(4px);
    color: #fff;
    padding: 15px;
    min-height: 105px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#memorialwall-list .item .button-corporate {
    border: 0 none;
    border-radius: 0;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
}
#memorialwall-list .item .button-corporate i {
    font-size: 13px;
}
#memorialwall-list .item.mascota .item-bottom {
    height: 85px;
    min-height: 85px;
    text-align: center;
    line-height: 22px
}

#memorialwall-list .item .item-buttons {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 15px;
    display: none;
}
#memorialwall-list .item:hover .item-buttons {
    display: block;
}

#memorialwall-list .item:hover .item-buttons button {
    width: 100%;
    height: 40px;
    margin-top: 10px;
}
#memorialwall-list .item:not(.mascota):hover .item-bottom {
    display: none;
}

#memorialwall-list .item .item-bottom .name,
#memorialwall-list .item .item-bottom .date {
    color: #fff;
}

#memorialwall-list .item .item-bottom .name {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

#memorialwall-list .item .item-bottom .date {
    font-size: 13px;
    font-weight: 600;
}

#muros .muro {
    background: #fff;
    height: 360px;
    float: left;
    margin: 15px 0;

}

.modal-type-selector {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    text-align: center;
    background: #eaeaea;
}

.modal-type-selector .fa-close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.modal-type-selector .muro-link {
    display: block;
    position: absolute;
    top: 30%;
    width: 100%;
}

.modal-type-selector .muro-link:last-child {
    top: 60%;
}

.modal-type-selector .muro-link span {
    display: block;
    font-size: 24px;
    font-weight: 600;
}

#header-shop .user-image {
    height: 70px;
    overflow: hidden;
    border-radius: 50%;
    width: 70px;
    margin: 0 auto 15px;
    background: #f0f0f0;
    border: 3px solid #fff;
}

#header-shop .user-image img {
    max-width: 100%;
}

#muros .muro {
    width: 100%;
}

#muros .muro .user-image {
    height: 90px;
    overflow: hidden;
    border-radius: 50%;
    width: 90px;
    margin: 0 auto;
    background: #f0f0f0;
}

#muros .muro button {
    background: #21c6a1;
    color: #fff;
    height: 40px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}

#muros .muro button.send-product {
    float: left;
    background: #fff;
    border: 2px solid #21c6a1;
    color: #21c6a1;
    width: 48%;
}

#muros .muro button.send-product:hover {
    border-color: #2ED7B1;
    color: #2ED7B1;
}

#muros .muro button.send-product,
#muros .muro button {
    float: left;
    background: #fff;
    border: 2px solid #21c6a1;
    color: #21c6a1;
}

#muros .muro button.send-product:hover,
#muros .muro button:hover {
    border-color: #2ED7B1;
    color: #fff;
    background: #2ED7B1;
}

#muros .muro .def-date {
    margin-right: 5px;
    padding: 1px 0;
}

#muros .muro .def-date:before {
    content: "\f073";
    font-family: FontAwesome;
    margin-right: 5px;
    font-weight: normal;
}

#muros .muro .def-locate {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 125px;
    line-height: 10px;
    padding: 1px 0;
}

#muros .muro .def-locate:before {
    content: "\f041";
    font-family: FontAwesome;
    margin: 0 5px;
    font-weight: normal;
}

#muros .muro .muro-img {
    margin-top: 20px;
}

#muros .muro .muro-img img {
    width: 100%;
    position: absolute;
    left: 0;
    top: -20px;
}

#muros .muro:hover .muro-img img {
    filter: brightness(60%);
}

#muros .muro .muro-apodo {
    margin-top: 55%;
    position: absolute;
    text-align: left;
}

#muros .muro .muro-firstname {
    margin-top: 58%;
    position: absolute;
    text-align: left;
}

#muros .muro .muro-lastname {
    margin-top: 66%;
    position: absolute;
    text-align: left;
}


#muros .muro .muro-firstname, #muros .muro .muro-lastname {
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    height: 35px;
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#muros .muro .muro-apodo {
    color: #444444;
    font-family: 'Droid Serif', serif;
    font-size: 15px;
    height: 20px;
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#muros .muro .muro-age {
    margin-top: 76%;
    font-size: 13px;
    height: 18px;
    position: absolute;
    text-align: left;
}

#muros .muro .muro-separator {
    width: 200px;
    height: 1px;
    margin: 0 auto;
    border: 0 none;
    background: #eaeaea;
}

#muros .muro .muro-locate {
    margin-top: 15px;
    white-space: nowrap;
    height: 19px;
    text-overflow: ellipsis;
    overflow: hidden;
}

#muros .muro .muro-locate span {
    color: #b3b3b3;
    font-size: 13px;
}

#muros .muro .muro-actions {
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: -4px;
}

#muro-list .muro button.view-muro {
    float: right;
    width: 95px;
    padding: 0 15px 0 15px;
    width: 48%;
}

#muro-list .muro button.view-muro.no-shop {
    width: 100%;
}

#muro-list .muro button.view-muro:hover {
    background: #2ED7B1;
}

#muro-list .muro .pop-muros button:before {
    content: '\f0ac';
    font-family: FontAwesome;
    margin-right: 5px;
    font-weight: normal;
}

#muro-list .muro .pop-muros button.bloqued:before {
    content: '\f023';
    font-family: FontAwesome;
    margin-right: 5px;
    font-weight: normal;
}

/* Format List */

@media (min-width: 1200px) {
    /* LIST */
    #muros #muro-list.format-list {
        margin: 20px auto;
        width: 100% !important;
    }

    #muro-list.format-list .muro .muro-actions {
        width: 23%;
    }

    #muros #muro-list.format-list {
        margin: 20px auto;
        width: 100% !important;
    }

    #muro-list .muro-actions {
        display: none;
    }

    #muros #muro-list.format-list {
        margin: 20px auto;
        width: 100% !important;
    }

    #muros #muro-list.format-list .combine-name {
        width: 30%;
        float: left;
    }

    #muros #muro-list.format-list .muro {
        height: auto;
        width: 100%;
        padding: 10px 0px 0px;
        height: 70px;
        margin: 5px 0;
    }

    #muros #muro-list.format-list > div {
        width: 100%;
    }

    #muro-list.format-list .muro .muro-locate {
        width: 25%;
        text-align: left;
    }

    #muro-list.format-list .muro .muro-actions {
        width: 26%;
        margin-top: 3px;
        float: right;
    }

    #muro-list.format-list .muro .muro-img {
        width: 5%;
        margin-top: 5px;
    }

    #muro-list.format-list .muro .user-image {
        width: 32px;
        height: 32px;
    }

    #muro-list.format-list .muro .muro-img img {
        width: 32px;
    }

    #muro-list.format-list .muro .muro-firstname {
        width: auto;
        text-align: left;
        padding: 0;
    }

    #muro-list.format-list .muro .muro-lastname {
        width: auto;
        text-align: left;
        margin-top: 15px;
        padding: 0 0 0 5px;
    }

    #muro-list.format-list .muro .muro-age {
        width: 9%;
        text-align: left;
        margin-top: 15px;
    }

    #muro-list.format-list .muro .muro-separator {
        display: none;
    }

    #muro-list.format-list .muro .muro-actions {
        width: 23%;
    }

    /*#muros #muro-list.format-list {
		margin: 20px auto;
		width: 100% !important;
	}
	#muro-list.format-list .muro .muro-actions {
		width: 23%;
	}
	#muros #muro-list.format-list {
		margin: 20px auto;
		width: 100% !important;
	}
	#muro-list.format-list .muro .muro-actions {
		width: 23%;
	}
	#muros #muro-list.format-list {
		margin: 20px auto;
		width: 100% !important;
	}
	#muros #muro-list.format-list .combine-name {
		width: 30%;
		float: left;
	}
	#muros #muro-list.format-list .muro {
		height: auto;
		width: 100%;
		padding: 10px 0px 0px;
		height: 70px;
		margin: 5px 0;
	}
	#muros #muro-list.format-list > div {
		width: 100%;
	}
	#muro-list.format-list .muro .muro-locate {
		width: 25%;
		text-align: left;
	}
	#muro-list.format-list .muro .muro-actions {
		width: 26%;
		margin-top: 3px;
		float: right;
	}
	#muro-list.format-list .muro .muro-img {
		width: 5%;
		margin-top: 5px;
	}
	#muro-list.format-list .muro .user-image {
		width: 32px;
		height: 32px;
	}
	#muro-list.format-list .muro .muro-img img {
		width: 32px;
	}
	#muro-list.format-list .muro .muro-firstname {
		width: auto;
		text-align: left;
		padding: 0;
	}
	#muro-list.format-list .muro .muro-lastname {
		width: auto;
		text-align: left;
		margin-top: 15px;
		padding: 0 0 0 5px;
	}
	#muro-list.format-list .muro .muro-age {
		width: 9%;
		text-align: left;
		margin-top: 15px;
	}
	#muro-list.format-list .muro .muro-separator {
		display: none;
	}
	#muro-list.format-list .muro .muro-actions {
		width: 23%;
	}*/

}

@media (max-width: 1200px) {
    .format-display {
        display: none;
    }

    /*.format-display {
		margin-right: 40px;
	}*/
    /*#filter-muro .col-xs-3 {
		width: 31%;
		margin-left: 40px;
	}
	#muros #muro-list.format-list {
		margin: 20px auto;
		width: 100% !important;
	}
	#muro-list.format-list .muro .muro-actions {
		width: 23%;
	}
	/*#muros #muro-list.format-list {
		margin: 20px auto;
		width: 100% !important;
	}
	#muros #muro-list.format-list .combine-name {
		width: 30%;
		float: left;
	}
	#muros #muro-list.format-list .muro {
		height: auto;
		width: 100%;
		padding: 10px 0px 0px;
		height: 70px;
		margin: 5px 0;
	}
	#muros #muro-list.format-list > div {
		width: 100%;
	}
	#muro-list.format-list .muro .muro-locate {
		width: 25%;
		text-align: left;
	}
	#muro-list.format-list .muro .muro-actions {
		width: 26%;
		margin-top: 3px;
		float: right;
	}
	#muro-list.format-list .muro .muro-img {
		width: 7%;
		margin-top: 5px;
	}
	#muro-list.format-list .muro .user-image {
		width: 32px;
		height: 32px;
	}
	#muro-list.format-list .muro .muro-img img {
		width: 32px;
	}
	#muro-list.format-list .muro .muro-firstname {
		width: auto;
		text-align: left;
		padding: 0;
	}
	#muro-list.format-list .muro .muro-lastname {
		width: auto;
		text-align: left;
		margin-top: 15px;
		padding: 0 0 0 5px;
	}
	#muro-list.format-list .muro .muro-age {
		width: 9%;
		text-align: left;
		margin-top: 15px;
	}
	#muro-list.format-list .muro .muro-separator {
		display: none;
	}
	#muro-list.format-list .muro .muro-actions {
		width: 23%;
	}
	#muro-list.format-list  .muro .muro-actions {
		width: 28%;
	}
	#muro-list.format-list .muro .muro-locate {
		display: none;
	}
	#muro-list.format-list  .muro .muro-age {
		width: 17%;
	}*/
}

@media (min-width: 620px) {
    .modal-type-selector {
        display: none !important;
    }
}

@media (max-width: 990px) {
    #filter-muro .col-xs-3 {
        width: 50%;
        margin: 0;
    }

    .format-display {
        display: none;
    }

    /*#muros #muro-list .combine-name, #muros #muro-list.format-list .combine-name {
		width: 40%;
		float: left;
	}
	#muro-list .muro .muro-age {
		width: 12%;
	}
	#muros #muro-list {
		margin: 20px auto;
		width: 100% !important;
	}
	#muros #muro-list .muro {
		height: auto;
		width: 100%;
		padding: 10px 0px 0px;
		height: 70px;
		margin: 5px 0;
	}
	#muros #muro-list > div {
		width: 100%;
	}
	/*#muro-list .muro .muro-img, #muro-list.format-list .muro .muro-img {
		width: 14%;
		margin-top: 5px;
	}
	#muro-list .muro .user-image {
		width: 32px;
		height: 32px;
	}
	#muro-list .muro .muro-img img {
		width: 32px;
	}
	#muro-list .muro .muro-firstname, #muro-list .muro .muro-lastname {
		width: auto;
		text-align: left;
		padding: 0;
	}
	#muro-list .muro .muro-lastname {
		margin-top: 15px;
		padding-left: 5px;
	}
	#muro-list .muro .muro-age {
		width: 20%;
		text-align: left;
		margin-top: 15px;
	}
	#muro-list .muro .muro-locate {
		display: none;
	}
	#muro-list .muro .muro-separator {
		display: none;
	}
	#muro-list .muro .muro-actions .view-muro {
		display: none;
	}
	#muro-list .muro .muro-actions .send-product {
		width: 100%;
	}*/
    /*#muro-list .muro .muro-actions {
		width: 26%;
		margin-top: 3px;
		float: right;
	}*/
    #muro-type {
        display: none;
    }

}

@media (max-width: 720px) {
    .header button span {
        display: none;
    }
}

@media (max-width: 620px) {
    .header {
        /*background: #fff url(../img/logo.png) no-repeat center;*/
    }

    #filter-muro .col-xs-3 {
        width: 100%;
    }

    /*#muros #muro-list .combine-name, #muros #muro-list.format-list .combine-name {
		width: 60%;
	}
	#muro-list .muro .muro-actions {
		display: none;
	}*/
    #publicar button.trigger-publicar,
    #publicar button.buy-items-link,
    #publicar button.añadir-calificacion {
        width: 80%;
        margin: 10px auto;
        display: block;
        float: none;
    }

    #publicar button.trigger-publicar {
        width: 80%;
    }

    #publicar button.buy-items-link {
        width: 80%;
    }

    #publicar button.añadir-calificacion {
        width: 80%;
    }

    #publicar {
        height: 400px !important;
    }

    .add-container {
        width: 100%;
        position: initial !important;
    }

    .add-container .overflow-content {
        height: 320px;
        /*overflow-x: auto;*/
    }

    .add-container button {
        width: 100% !important;
        float: none !important;
        display: block;
        margin: 10px auto !important;
    }

    #locate-filter {
        margin-top: 10px;
    }

}

@media (max-width: 500px) {
    /*#muro-list .muro .muro-age {
		display: none;
	}
	#muro-list .muro .muro-img, #muro-list.format-list .muro .muro-img {
		width: 25%;
	}
	#muros #muro-list .combine-name, #muros #muro-list.format-list .combine-name {
		width: 75%;
	}*/
    #share-button {
        margin-right: 15px;
    }

    #share-button .fa {
        margin-left: 0;
        margin-right: 0;
    }
}

#share-button .fa-caret-down {
    margin-right: 0;
    margin-left: 5px;
}

/* END FORMAT LIST*/

.format-display {
    float: right;
    padding-top: 10px;
    text-align: right;
}

.format-display i {
    font-size: 20px;
    margin-left: 10px;
    cursor: pointer;
    color: #dbdbdb;
}

.format-display i:hover {
    color: #00ACE4;
}

.format-display i.current {
    color: #b3b3b3;
}

#products {
    background: white;
    /*margin: 0 auto;*/
    padding-bottom: 50px;
}

#products #product-list {
    margin: 0 auto;
}

#products .product {
    background: #fff;
    margin: 15px 0;
    width: 100%;
}

#products .product .product-image {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 500px) {
    #products .product .product-image {
        max-width: 100%;
        max-height: 155px;
        height: 270px;
        object-fit: cover;
    }
}

#products .product .image-container {
    height: 155px;
    line-height: 155px;
    top: 100px;
}

#products .product button {
    background: #21c6a1;
    color: #fff;
    height: 30px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}

#products .product button.send-product {
    float: left;
    border: 2px solid #21c6a1;
    color: #fff;
}

#products .product button.send-product .fa {
    color: #fff;
    margin-right: 5px;
}

#products .product button.view-muro.bloqued:before {
    content: '\f023';
    font-family: FontAwesome;
    margin-right: 5px;
    font-weight: normal;
}

#products .product .product_actions {
    margin: 10px 0;
}

#products .product .product_actions .product-donativo-symbol {
    font-size: 24px;
    line-height: 40px;
    float: left;
    margin-right: 5px;
}

#products .product .product-title {
    white-space: nowrap;
    font-size: 23px;
    line-height: 20px;
    font-weight: 600;
    height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 2%;
    padding-left: 0px !important;
    text-align: left;
}

#products .product .product-price {
    white-space: nowrap;
    font-size: 23px;
    line-height: 20px;
    font-weight: 600;
    height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 2%;
    padding-left: 0px !important;
    text-align: right;
}

#products .product .product-info {
    display: inline-block;
    width: 100%;
    padding: 10px 5px;
}

/*#products .product:hover .product-info {
	box-shadow: inset 0 -2px 0 rgba(0,0,0,0.1);
	background: #21C6A1;
}*/
#products .product:hover .product-title,
#products .product:hover .product-price,
#products .product:hover .product-price .num,
#products .product:hover .play-video-product i {
    color: #fff;
}

#products .product .play-video-product {
    margin-top: -5px;
    cursor: pointer;
}

/*#products .product .image-container:hover .product-description.valid{

	opacity: 1;
}*/

#products .product .product-description.valid {

    position: absolute;
    padding: 15px;
    width: 100% !important;
    /*	background-color: rgba(0,0,0,0.6); */
    color: #fff;
    top: -4px;
    overflow-x: auto;
    height: 165px;
    line-height: 22px;
    opacity: 1;
    transition: all 0.3s linear;
}

#products .product .product-description p {
    color: #fff;
    padding: 10px;
    padding-left: 0px;
    text-align: center;
}

#products .jspVerticalBar, .jspTrack {
    background-color: rgba(0, 0, 0, 0) !important;
}

#products .jspDrag {
    background-color: rgba(0, 0, 0, 0.7);
}

.recuerdos_list {
    list-style: none;
}

.recuerdos_list .recuerdo .text-container {
    position: relative;
}

.recuerdos_list .recuerdo .edit {
    height: 100%;
    width: 100%;
    bottom: 0;
    position: absolute;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.recuerdos_list .recuerdo .edit i {
    font-size: 30px;
    position: absolute;
    top: 36%;
    left: 30%;
    color: #fff;
    cursor: pointer;
}

.recuerdos_list .recuerdo .edit i:last-child {
    left: 60%;
}

.recuerdos_list .recuerdo .edit i:first-child:last-child {
    left: 46%;
}

.recuerdos_list .recuerdo:not(:hover) .edit {
    display: none;
}

.recuerdos_list .recuerdo {
    background: #fff;
    border-bottom: 3px solid #dbdbdb;
    min-height: 40px;
    word-break: break-word;
    margin-bottom: 30px;
    padding: 0;

}

.recuerdos_list .recuerdo.new {
    background: #424242;
}

.recuerdos_list .recuerdo.new div:not(#supervising) * {
    opacity: 0.7;
    z-index: 0;
}

.recuerdos_list .recuerdo.new .pesame-sender {
    opacity: 1;
}

.recuerdos_list .recuerdo.new .pesame-text {
    opacity: 1;
    color: #fff;
}

.recuerdo .media-container {
    overflow: hidden;
}

/*
#recuerdos .image {
	-webkit-transition: transform 1s ease-in-out;
    -moz-transition: transform 1s ease-in-out;
    -o-transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
}*/
/*
#recuerdos .image:hover {
	-ms-transform: rotate(5deg) scale(1.1); /* IE 9 */
/*  -webkit-transform: rotate(5deg scale(1.1)); /* Chrome, Safari, Opera */
/*transform: rotate(5deg) scale(1.1);
}*/
/* Nuevo efecto */

#recuerdos .image.gallery {
    transition: box-shadow 0.5s ease, transform 0.5s ease;
    transform: scale(1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

#recuerdos .image.gallery:hover {
    transform: scale(1.05); /* Un sutil aumento en tamaño para indicar interacción */
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    /* Un suave desenfoque para darle un toque de profundidad
}

.recuerdo .image.empty, .recuerdo .video {
	width: 100%;
	background: #DBDBDB;
	text-align: center;
	line-height: 155px;
	height: 155px;
}
.recuerdo a#a-video, .recuerdo a#a-video:hover, .recuerdo a#a-video:focus, .recuerdo a#a-video:visited {
	text-decoration: none;
}
.recuerdo .video.empty:before, .recuerdo .image.empty:before {
	font-size: 70px;
	color: #fff;
	font-family: FontAwesome;
	font-weight: normal;
	cursor: pointer;
}
.recuerdo .video.empty:before {
	content: "\f01d";
}
.recuerdo .image.empty:before {
	content: "\f03e";
}

.recuerdo .text p {
	font-family: 'Droid Serif', serif;
	padding: 20px;
	text-align: center;
	font-size: 13px;
}
.recuerdo .origin {
	text-align: center;
	color: #b3b3b3;
	font-size: 13px;
	line-height: 60px;
	border-top: 1px solid #eaeaea;
	margin: 0 30px;
	font-style: italic;
}

.recuerdos_list {
	padding: 0;
}

.gallery .masonry { /* Masonry container */
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
}

.gallery .masonry .item { /* Masonry bricks or child elements */
    width: 100%;
    display: inline-block;
    -webkit-backface-visibility: hidden;
}

.gallery .masonry .item {
    margin: 0 0 15px;
}

@media only screen and (max-width: 400px) {
    .gallery .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 400px) {
    .gallery .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 700px) {
    .gallery .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }

}

@media only screen and (min-width: 900px) {
    .gallery .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }

    .gallery .masonry.extends {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 1100px) {
    .gallery .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }

    .gallery .masonry.extends {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

#wrapper {
    padding-bottom: 50px;
    position: relative;
    min-height: 100%;
    background: #eaeaea;
}

#card_resume {
    background-color: #fff;
}

footer {
    background: #f0f0f0;
    height: 50px;
    line-height: 50px;
    color: #b3b3b3;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}

span.bootstrap-maxlength {

    background: transparent;
    color: #9a9a9a;
    margin-top: -23px;
    font-size: 13px;
}

span.bootstrap-maxlength.label-danger {
    color: red;
}

div#reports {
    color: #FFFFFF;
    font-size: 15px;
    min-height: 50px;
    left: 0;
    line-height: 50px;
    position: fixed;
    text-align: center;
    bottom: 0;
    width: 100%;
    z-index: 9002;
    display: none;
}

div#reports.error {
    background: #ef3232;
}

div#reports.correct {
    background: #00ACE4;
    display: none !important;
}

.product .quantity-container {
    margin-right: 10px;
    width: 45%;
    position: relative;
}

.product .quantity-container input {
    width: 70%;
    height: 30px;
    text-align: center;
    border-radius: 4px 0 0 4px;
}

.product .quantity-container .quantity-control {
    position: absolute;
    width: 30%;
    height: 50%;
    background: #fff;
    right: 0;
    border: 2px solid #bfbfbf;
    cursor: pointer;
}

.product .quantity-container .up {
    top: 0;
    border-radius: 0 4px 0 0;
    border-left: 0 none;
    border-bottom: 0 none;
}

.product .quantity-container .down {
    bottom: 0;
    border-radius: 0 0 4px 0;
    border-left: 0 none;
}

#header-shop:before {
    content: "";
    height: 10px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #1650AC;
}

#header-shop {
    background: #00368C;
    padding: 30px 0;
    position: relative;
}

#header-shop .text {
    color: #0099D4;
    font-size: 17px;
}

#header-shop .name {
    font-family: 'Droid Serif', serif;
    color: #fff;
    font-size: 25px;
}

#shop-menu {
    background: white;
    padding: 30px 0;
}

#shop-menu-container {
    height: 60px;
    margin: 0 auto;
    float: none;
}

#shop-menu #cart {
    height: 60px;
    border-radius: 0 4px 4px 0;
    background: #21C6A1;
    float: right;
    margin-left: 0;
    padding-left: 0;
    position: relative;
}

#shop-menu #cart:hover {
    border-radius: 0 4px 0 0;
}

#shop-menu .dropdown-cart {
    position: absolute;
    left: 0;
    top: 60px;
    background: inherit;
    z-index: 1;
    display: none;
    color: #fff;
}

#shop-menu #cart:hover .dropdown-cart {
    display: block;
}

#shop-menu .dropdown-cart span.quantity,
#shop-menu .dropdown-cart i.delete-from-card,
#shop-menu .dropdown-cart .product-name,
#shop-menu .dropdown-cart .product-price {
    color: #fff;
}

#shop-menu .dropdown-cart span.quantity {

}

#shop-menu .dropdown-cart .product-name,
#shop-menu .dropdown-cart .product-price {
    font-weight: 600;
}

#shop-menu .dropdown-cart .delete-from-card {
    cursor: pointer;
}

#shop-menu .quantity-container {
    margin-top: 5px;
    position: relative;
}

#shop-menu .quantity-container input {
    width: 100%;
    height: 30px;
    text-align: center;
    border-radius: 4px 0 0 4px;
}

#shop-menu .quantity-container .quantity-control {
    position: absolute;
    width: 20%;
    height: 50%;
    background: #fff;
    right: 0;
    border: 1px solid #bfbfbf;
    cursor: pointer;
    line-height: 100%;
    text-align: center;
}

#shop-menu .quantity-container .up {
    top: 0;
    border-radius: 0 4px 0 0;
    border-left: 0 none;
    border-bottom: 0 none;
}

#shop-menu .quantity-container .down {
    bottom: 0;
    border-radius: 0 0 4px 0;
    border-left: 0 none;
}

#shop-menu .dropdown-cart ul {
    padding: 10px 0;
    list-style: none;
    margin-bottom: 0;
    background: rgba(0, 0, 0, 0.1);
}

#shop-menu .dropdown-cart ul li {
    height: 40px;
    line-height: 40px;
}

#shop-menu .dropdown-cart ul li .delete-from-card {
    float: right;
    line-height: 40px;
}

#shop-menu #cart .cart-col {
    margin: 0;
    padding: 0 5px;
    line-height: 60px;
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
}

#shop-menu #cart .cart-col span {
    color: #fff;
    font-weight: 600;
}

#shop-menu #cart .cart-col .fa {
    color: #fff;
    margin: 0 5px;
}

#shop-menu #cart .cart-col.total {
    text-align: right;
    padding-right: 10px;
}

#shop-menu #shop-menu-filter {
    background: #1650AC;
    border-radius: 4px 0 0 4px;
    float: left;
    margin-right: 0;
    padding-right: 0;
    height: auto;
}

@media (max-width: 990px) {
    #shop-menu #shop-menu-filter {
        border-radius: 4px 4px 0 0;
    }

    #shop-menu #cart {
        border-radius: 0 0 4px 4px;
    }
}

button#buy {
    text-transform: uppercase;
    color: #fff;
    background: #00ACE4;
    border: 0 none;
    margin: 10px 0;
    font-size: 12px;
    font-weight: 600;
    height: 40px;
}

#table-billing-resume {
    margin: 40px auto;
    float: none;
}

#table-billing-resume table .totals td {
    border: 1px solid #eaeaea;
}

#table-billing-resume table tbody tr:not(.totals) {
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}

#table-billing-resume table tbody tr:first-child {
    border-top: 2px solid #eaeaea;
}

#table-billing-resume table tbody tr.last {
    border-bottom: 1px solid #eaeaea;
}

#table-billing-resume table .totals td:first-child {
    border: 0 none;
}

#table-billing-resume table .totals td:nth-child(2) {
    font-weight: 600;
    text-transform: uppercase;
    color: #b3b3b3;
}

#table-billing-resume table th {
    color: #b3b3b3;
}

#table-billing-resume table th, #table-billing-resume table td {
    text-align: right;
    width: 150px;
    font-size: 14px;
    color: #878787;
}

#table-billing-resume table th:first-child, #table-billing-resume table td:first-child {
    text-align: left;
    width: auto;
}

.footer-text {
    padding: 40px;
    background: #eaeaea;
}

.footer-text p {
    color: #b3b3b3;
    font-size: 13px;
}

/* CODE */
#code-container {
    background: #1650AC;
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
}

#code-container input {
    height: 40px;
    background: #eaeaea;
}

#code-container textarea {
    height: 150px;
    background: #eaeaea;
}

#code-container .code-wrapper {
    margin-top: 50px;
    color: #fff;
    margin-top: 150px;
}

#code-container .code-wrapper button {
    padding: 0 60px;
    margin-top: 5px;
}

#code-container .code-wrapper .inputs {
    margin-bottom: 20px;
}

#code-container .code-wrapper input {
    border: 0 none;
}

#code-container .public-muro {

}

#code-container .code-wrapper h5 {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
}

#code-container .code-wrapper label {
    font-weight: 600;
    color: #fff;
    margin: 35px 0 35px;
    font-size: 13px;
}

#code-container .code-wrapper input.code {
    width: 50px;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
}

@media (max-width: 500px) {
    #code-container .code-wrapper input.code {
        width: 100%;
    }

    #code-container .code-wrapper input.code:not(:first-child) {
        display: none;
    }
}

@media (min-width: 1150px) {
    .row {
        margin-left: -15px;
        margin-right: -15px;
    }
}

/* END CODE */

.bootstrap-tagsinput {
    width: 100%;
}

.bootstrap-tagsinput input {
    float: left;
    margin: 2px 0 0 5px;
}

.bootstrap-tagsinput > span {
    float: left;
    line-height: 17px;
    height: 22px;
    color: #fff;
    font-size: 12px;
    margin: 2px;
    background: #20c6a1;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
    margin: 0;
}

.bootstrap-tagsinput span span:after {
    color: #fff;
    margin: 0 5px 0 0;
}

#share-button > span,
#share-button.dropdown-toggle {
    /*border: 2px solid #b3b3b3;*/
}

#share-button.dropdown-toggle + ul {
    border: 2px solid #eaeaea;
    width: 93%;
    box-shadow: none;
}

.open #share-button.dropdown-toggle i.fa-caret-down:before {
    content: "\f0d8";
}

#share-button.dropdown-toggle + ul > li > a {
    color: #878787;
    font-size: 13px;
    margin: 0;
    padding: 10px 0 10px 15px;
}

#share-button.dropdown-toggle + ul > li i {
    margin-right: 5px;
}

#share-button.dropdown-toggle + ul > li {
    padding: 0;
}

#share-button.dropdown-toggle + ul > li:hover > a,
#share-button.dropdown-toggle + ul > li:hover i {
    color: #00ACE4;
}

#share-button.dropdown-toggle:hover {
    border-color: #00ACE4;
    background: #00ACE4;
    color: #fff;
}

#share-button.dropdown-toggle:hover i {
    border-color: #00ACE4;
    color: #fff;
}

.open #share-button.dropdown-toggle {
    border-color: #00ACE4;
    background: #fff;
    color: #00ACE4;
    box-shadow: none;
}

.open #share-button.dropdown-toggle i {
    color: #00ACE4;
}

#share-button.dropdown-toggle + ul > li:hover > a,
#share-button.dropdown-toggle + ul > li:hover i {
    color: #21C6A1;
}

#share-button.dropdown-toggle:hover {
    border-color: #21C6A1;
    background: #21C6A1;

}

#share-button.dropdown-toggle:hover i {
    border-color: #21C6A1;

}

.open #share-button.dropdown-toggle {
    border: 2px solid #21C6A1;
    background: #fff;
    color: #21C6A1;
}

.open #share-button.dropdown-toggle i {
    color: #21C6A1;
}

#presentacion {
    color: #fff;
    line-height: 70px;
    font-size: 15px;
    text-align: center;
}

#presentacion a {
    color: #fff;
    padding: 0 30px;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 30px;
}

.format-list .muro .close-info-muro,
.format-list .muro .info-container,
.format-list .muro .info-muro {
    display: none !important;
}

.info-muro {
    position: absolute;
    top: 25px;
    left: 30px;
    font-size: 23px;
    color: #b3b3b3;
    z-index: 2;
    cursor: pointer;
    width: 23px;
    text-align: center;
}

.info-muro:hover {
    color: #20c6a1;
}

.close-info-muro {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 20px;
    color: #878787;
    z-index: 2;
    cursor: pointer;
    display: none;
}

.info-container {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 255px;
    height: 300px;
    background: #fff;
    padding: 0px 15px 15px 29px;
    z-index: 1;
    display: none;
    overflow: hidden;
    overflow-y: auto;

}

.info-container h4 {
    color: #1650AC;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 20px;
}

.info-container p {
    color: #878787;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 5px;
}

.info-container i {
    color: #878787;
    margin-right: 5px;
}

.info-container a {
    color: #878787;
    text-decoration: underline;
    font-style: italic;
}

.info-container a:hover {
    color: #20c6a1;
    text-decoration: underline;
    font-style: italic;
}

#presentacion a i {
    margin-right: 20px;
    color: #fff;
}

#breadcrumb {
    background: #f5f5f5;
    border-top: 1px solid #eaeaea;
}

.breadcrumb {
    margin-bottom: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 15px 0 0;
}

.breadcrumb li a {
    color: #B3B3B3;
}

.breadcrumb li:first-child a,
.breadcrumb li:first-child i {
    color: #00ACE4;
}

.breadcrumb li:first-child i {
    margin-right: 5px;
}

.breadcrumb > li + li:before {
    content: '\f105';
    font-family: FontAwesome;
}

.breadcrumb li:last-child {
    font-weight: 600;
}

.breadcrumb > li {
    position: relative;
    z-index: 1;
}

.form-control,
.tmb-select-menu {
    height: 40px;
    box-shadow: none;
    outline: 0;
}

.form-control:focus,
.tmb-select-menu:focus {
    box-shadow: none;
}

.form-control,
.tmb-select-menu {
    border: 2px solid #ccc;
}

.form-control:focus,
.tmb-select-menu:focus {
    border-color: #b3b3b3;
}

.form-control::-webkit-input-placeholder { /* WebKit browsers */
    color: #b3b3b3;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #b3b3b3;
}

select.form-control,
.tmb-select-menu {
    background: #b3b3b3;
    border: 0 none;
    color: #fff;
    font-weight: 600;
    box-shadow: none;
    outline: 0px;
}

.tmb-select-menu span {
    color: #fff;
    font-weight: 600;
}

select.form-control option:hover,
.tmb-select-menu + .dropdown-menu > li:hover > a {
    background: #fff;
}

select.form-control:hover,
.tmb-select-menu:hover {
    background: #21C6A1;
}

select.form-control:focus,
.open .tmb-select-menu {
    background: #fff;
    color: #878787;
    border: 2px solid #2ED7B1;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

.open .tmb-select-menu,
.tmb-select-menu:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

.open .tmb-select-menu span {
    color: #878787;
}

select.form-control option:hover,
.tmb-select-menu + .dropdown-menu > li:hover > a {
    color: #21C6A1;
}

#select_method {
    margin-bottom: 40px;
    text-align: center;
    margin-top: 60px;
}

.methods {
    margin: 0 auto 60px;
    width: 285px;
}

#table-billing-resume table {
    margin: 15px 0;
}

#table-billing-resume table th {
    padding-left: 0;
    color: #b3b3b3;
}

.pop-muros {
    width: 255px;
    position: absolute;
    bottom: -1px;
    background: #fff;
    left: 0;
    padding: 10px 25px 0;
    text-align: center;
    display: none;
    border-radius: 4px;
}

.pop-muros button {
    float: none;
}

.pop-muros .muros-pop-text {
    margin: 0 0 25px;
}

.pop-muros .muros-pop-text {
    position: relative;
}

.pop-muros .muros-pop-text .fa-close {
    position: absolute;
    right: 5px;
    top: 3px;
    color: #b3b3b3;
    cursor: pointer;
}

.muros-pop-text .fa-close:hover {
    color: #878787;
}

#muro-type {
    width: 100%;
    position: absolute;
    line-height: 40px;
    font-weight: 400;
    font-size: 18px;
    color: #b3b3b3;
    top: 15px;
}

#muro-type i {
    color: #b3b3b3;
    margin-right: 5px;
    font-size: 15px;
}

.muro-button {
    margin: 20px 0 15px;
    height: 30px;
}

.muro-button i {
    margin-right: 5px;
}

.muro-button span {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

#recuerdos .recuerdos_list.gallery {
    margin: 0 auto;
}

#recuerdos .recuerdos_list.gallery .recuerdo .video {
    height: 250px;
    line-height: 230px;
}

#recuerdos .recuerdos_list.list .recuerdo .video {
    height: 665px;
    line-height: 635px;
}

@media (min-width: 1025px) {
    #recuerdos .image {
        margin: 24px 0px;
    }

    #recuerdos .image.gallery {
        margin: 0 !important;
    }
}

@media (max-width: 1024px) {
    .recuerdos_list {
        padding: 0 !important;
    }
}

#recuerdos .image {
    background: #fff;
    overflow: hidden;
    width: 100%;
    height: 600px;
    cursor: pointer;
    position: relative;
    background-size: cover;
    background-position: center;
}

#recuerdos .image img {
    -webkit-transition: 3s ease;
    -moz-transition: 3s ease;
    -o-transition: 3s ease;
    transition: 3s ease;
    position: absolute;
    left: -20%;
    min-width: 100%;
    min-height: 100%;
}

#recuerdos .image:hover img {
    transform: scale(1.1) rotateZ(2deg);
}

#recuerdos .button-load-pesames:disabled i {
    color: #fff;
}

#recuerdos .button-load-pesames span {
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    font-size: 13px;
}

#recuerdos .button-load-pesames {
    background-color: #B3B3B3;
    width: 200px;
}

@media (max-width: 991px) {
    #recuerdos .image {
        height: 400px;
    }

    #recuerdos .image img {
        position: initial;
        left: auto;
    }

    #recuerdos .recuerdos_list.list .recuerdo .video {
        height: 400px;
        line-height: 400px;
    }

}

.recuerdo-box-cont {
    background-color: #fff;
}

.recuerdo-box-cont .grisoscuro {
    background-color: rgb(216, 216, 216) !important;
}

.recuerdo-box-cont .top-box.condiciones {
    line-height: 35px;
    text-transform: uppercase;
    text-align: center;
}

.recuerdo-box-cont .top-box.condiciones a {
    font-weight: 600;
}

.recuerdo-box-cont .title-input {
    border: 0 none;
    border-radius: 0px;
    font-size: 20px;
    border-bottom: 1px solid #EAEAEA;
    box-shadow: none;
    height: 60px;
    padding: 0 30px;
}

.recuerdo-box-cont .title-input:not([size]) {
    font-size: 24px;
}

.recuerdo-box-cont .save-btn {
    border: none;
    border-radius: 0px;
    background: #fff;
    padding-right: 30px;
    color: #66C16D;
    font-weight: 600;
    border-bottom: 1px solid #EAEAEA;
}

.recuerdo-box-cont .save-btn i {
    padding-left: 10px;
    color: #66C16D;
}

.recuerdo-box-cont .t-description-box {
    background-color: #fff;
    padding: 30px;

}

.recuerdo-box-cont .description-box .upload-img.uploading {
    background-color: #B3B3B3;
    color: #fff;
    width: 426px;
    height: 310px;
    overflow: hidden;
    padding-top: 110px;
    margin-bottom: 30px;
}

.recuerdo-box-cont .description-box .upload-img {
    display: none;
}

.recuerdo-box-cont .description-box .upload-img span {
    margin-top: 10px;
    font-size: 18px;
}

.recuerdo-box-cont textarea#text {
    font-size: 24px;
    font-weight: 400;
    color: #444444;
    padding: 15px 30px;

}

.recuerdo-box-cont .description-box {
    overflow: hidden;
}

.recuerdo-box-cont .description-box textarea {
    border: none;
    border-radius: 0px;
    resize: none;
    font-style: italic;
    font-size: 14px;
    padding: 0px 30px 30px 30px;
    height: 170px;
}

.recuerdo-box-cont .descripcion-voluntad .text {
    margin-bottom: 30px;
    overflow: hidden;
}

.recuerdo-box-cont .buttons-box {
    background-color: #F5F5F5;
}


.audio .recuerdo-box-cont .buttons-vol {
    padding: 0px;
    float: left;
    width: 100%;
    /*background-color: #F5F5F5;*/
    background-color: rgb(216, 216, 216);
}

.recuerdo-box-cont .buttons-vol {
    padding: 0px 0 30px;
    float: left;
    width: 100%;
    /*background-color: #F5F5F5;*/
    background-color: rgb(216, 216, 216);
}

.recuerdo-box-cont .buttons-box:first-child {
    /*border-right: 1px solid #EAEAEA;*/

}

.recuerdo-box-cont .buttons-box.subirfoto {
    padding-bottom: 10px;
}

.recuerdo-box-cont .buttons-box.subirvideo {
    padding-bottom: 20px;
}

.recuerdo-box-cont .buttons-box button {
    width: 100%;
    margin: 10px 0px;
}

.recuerdo-box-cont .buttons-box button span,
.recuerdo-box-cont .buttons-box button i {
    color: #fff;
    padding-left: 3px;
}

.recuerdo-box-cont .buttons-box input {
    /*background-color:#F5F5F5;*/
    margin-top: 10px;
}

.contact-footer > span {
    display: inline-block;
    color: #bfbfbf;
    padding: 0 38px 0 0;
    position: absolute;
    right: 0;
    cursor: pointer;
    font-weight: 600;

}

.contact-footer .contact-form-container {
    max-width: 700px;
    position: absolute;
    right: 30px;
    bottom: 50px;
    background: #FFF;
    z-index: 2;
    text-align: left;
    border-radius: 4px;
}

#contact-form-partner .title {
    color: #878787;
    height: 30px;
    text-align: left;
    line-height: 30px;
}

#contact-form-partner textarea {
    height: 200px;
    max-height: 200px;
}

.guardar-formulario button {
    color: #69C270;
    border: none;
    background-color: white;
}

.guardar-formulario button:hover {
    color: #2dbc36;
}

.guardar-formulario i {
    margin-left: 10px;
    color: #69C270;
}

.guardar-formulario span {
    font-size: 14px;
    font-weight: bold;
    color: #69C270;
}

.cancelar-formulario button {
    color: #EE4E49;
    border: none;
    background-color: white;
}

.cancelar-formulario button:hover {
    color: #FF0000;
}

.cancelar-formulario i {
    margin-left: 10px;
    color: #EE4E49;
}

.cancelar-formulario span {
    font-size: 14px;
    font-weight: bold;
    color: #EE4E49;
}

.g-recaptcha {
    padding: 20px;
    border: 2px solid #ccc;
    border-radius: 4px;

}

.g-recaptcha > div > div {
    margin: 0 auto;
}

#code_request .g-recaptcha {
    background: #00368c;
    border: 0 none;
}

#partner-form div:nth-child(3) {
    bottom: 0px;
    position: relative;
}

#factura-request-container .form-group {
    margin-bottom: 30px;
}

#cancel-factura {
    margin-left: 15px;
}

#recuerdos .pesame-sender {
    margin-top: 50px;
}
@media(min-width:992px){
    #recuerdos .pesame-sender {
        max-width: 35%;
    }
}

#recuerdos .pesame-sender .name-text {
    color: #22C6A3;
    font-size: 14px;
    font-family: 'Droid Serif';
    font-weight: 600;
    max-width: 87%;
    margin-left: 19px;
}


#recuerdos .pesame-sender .options {
    cursor: pointer;
    margin-top: 5px;
    margin-right: 8px;
    color: #B3B3B3;
}

#recuerdos .pesame-sender .options.active_pesame {
    opacity: 1;
    color: #20c6a1;
}

#recuerdos i.fa-flag {
    cursor: pointer;
}

#recuerdos .pesame-sender .options.fa-trash-o, #recuerdos .pesame-sender .options.fa-spin {
    margin-right: 30px;
}

#recuerdos .pesame-text {
    font-family: 'Droid Serif';
    font-size: 14px;
    font-style: italic;
    color: #505050;
    margin: 15px 0;
    padding-right: 37px;
    padding-left: 0px;
}

@media(min-width:1025px){
    #recuerdos .pesame-text{
        padding-right: 53px;
        margin: 15px 0;
        margin-left: 0 !important;
    }
}

.iconsPesame{
    margin-top: 10px;
}

#recuerdos .num-comentarios {
    font-weight: 600;
    margin-right: 55px;
    color: #B3B3B3;
}

#recuerdos .num-comentarios span.num {
    font-weight: 600;
    color: #B5B5B5;
}

#recuerdos li.comentario {
    list-style: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #EAEAEA;
    margin-right: 30px;
}

#recuerdos li.comentario .sender-name {
    color: #22C6A3;
    font-size: 14px;
    font-family: 'Droid Serif';
    font-weight: 600;
    margin-bottom: 15px;
}

#recuerdos li.comentario .text {
    color: #505050;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}

#recuerdos .comentarios_list ul {
    margin-top: 12px;
    margin-bottom: 12px;
    padding-left: 0px !important;
    height: 220px;
    width: 93% !important;
    margin-right: 20px;
    overflow-y: scroll;

}

@media ((min-width: 992px) and (max-width:1024px)) {
    .col-md-6 {
        width: 50%;
    }
}
#recuerdos .no-media-cont {
    height: 70px;
}

#recuerdos .comentarios_list ul.comentarios-no-media {
    height: 330px;
}

#recuerdos .comentarios_list a {
    color: #22C6A3;
}

#recuerdos .comentarios_list a:hover {
    color: #22C6A3;
    text-decoration: underline;
}

#recuerdos .comentarios_list a:visited {
    color: #22C6A3;
}


#recuerdos #add-comment {
    margin-bottom: 0px;
}

#recuerdos .add-comentario {
    width: 100%;
    margin-bottom: 13px;
}

#recuerdos .add-comentario i {
    font-size: 32px;
    color: #DCDCDC;
}

#recuerdos i.fa-heart {
    cursor: pointer;
}

#recuerdos .add-comentario i.like {
    color: #E7501E;
}

#recuerdos .add-comentario .num {
    margin-top: 10px;
    font-weight: 600;
    color: #b3b3b3;
}

#recuerdos .add-comentario .icon-num {
    padding-left: 0px !important;
    margin-top: 10px;
}

#recuerdos .add-comentario .bloque-comentario input {
    width: 100%;
    font-size: 14px;
    background-color: #F5F5F5;
    color: #878787;
}

#recuerdos .add-comentario .bloque-comentario {
    margin-left: -15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 6px;
    background-color: #F5F5F5;

}

#recuerdos .no-media {
    height: 665px;
    width: 100%;
    background-color: #303030;
    overflow: hidden;
}

#recuerdos .no-media-text {
    font-family: 'Droid Serif';
    font-size: 28px;
    font-style: italic;
    color: #b3b3b3;
    text-align: center;
    margin-top: 195px;
    padding-left: 60px;
    padding-right: 60px;
    line-height: 38px;
}

#recuerdos .without-media {
    padding-left: 75px;
    padding-right: 75px;
}

#recuerdos .without-media .comentarios_list .comentarios-container ul {

    max-height: 220px;
    width: 100% !important;
}

#recuerdos .without-media .add-comentario {
    margin-bottom: 30px;
}

#recuerdos .image.gallery {
    height: 250px;
}

#recuerdos .recuerdo.gallery .icons-top {
    margin-top: 10px;
}

#recuerdos .recuerdo.gallery .icons-bottom {
    margin-bottom: 10px;
}

#recuerdos .recuerdo.gallery .icons-bottom i.like {
    color: #E7501E;
}

#recuerdos .recuerdo.gallery .icons-bottom span.num {
    margin-top: -2px;
    font-weight: 600;
    color: #B1B1B1;
}

#recuerdos .icons-top i {
    margin-top: 5px;
}

#recuerdos .icons-top .num {
    margin-top: 2px;
    font-weight: 600;
    color: #B1B1B1;
}

#recuerdos .pesame-sender .num {
    margin-right: 10px;
    margin-top: -3px;
    font-weight: 600;
    color: #B1B1B1;
}


#recuerdos .recuerdo.gallery i {
    color: #DBDBDB;
}

#recuerdos i.reported {
    color: #E7501E !important;
}

#recuerdos .recuerdo.gallery .pesame-text {
    text-align: center;
    margin-bottom: 20px;
    padding-right: 30px;
    padding-left: 30px;
    cursor: pointer;
}

#recuerdos .recuerdo.new .pesame-text {
    opacity: 1;
    color: #eaeaea;
}

#recuerdos .recuerdos_list .recuerdo.new {
    opacity: 1;
}

#recuerdos .recuerdo.gallery .name-text {
    text-align: center;
    color: #22C6A3;
    font-size: 14px;
    font-family: 'Droid Serif';
    font-weight: 600;
    margin-bottom: 10px;
    padding-left: 19px;
    padding-right: 19px;
}

#recuerdos .icons-top {
    z-index: 2;
}

#recuerdos .icons-top .active_pesame {
    color: #20c6a1 !important;
    cursor: pointer;
    opacity: 1 !important;
}

/*
#recuerdos .dark-background{
position: absolute;
background: #000;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0.7;
z-index: 888;
}

#recuerdos .container.light-pesame{
position: fixed;
z-index: 999;
}
*/

#recuerdos .recuerdos_list .recuerdo {
    border-bottom: 0px;
}

#recuerdos .comentario .icons-comment {
    margin-top: -20px;
}

#recuerdos .comentario .icons-comment i {
    cursor: pointer;
    color: #b3b3b3;
}

#breadcrumb-muro {
    background-color: #fff;
    padding: 20px 0px;
}

#breadcrumb-muro span.text {
    font-size: 12px;
    margin-left: 5px;
}

#breadcrumb-muro div.go-back span.text {
    text-decoration: underline;
}

#breadcrumb-muro div.go-back a:hover {
    text-decoration: none;
}

#breadcrumb-muro div.go-back span, #breadcrumb-muro div.go-back i {
    color: #00ace4;
}

#breadcrumb-muro div.muro-info {
    padding-right: 0;
}

#breadcrumb-muro div.muro-info div i {
    color: #DBDBDB;
    margin-top: 3px;
}

#breadcrumb-muro div.muro-info div i, #breadcrumb-muro div.muro-info div span {
    float: right;
}

#breadcrumb-muro div.muro-info div.seguidores span span,
#breadcrumb-muro div.muro-info div.visitas span span {
    float: none;
}

#esquela div.container div.seguidores {
    margin-top: 15px;
}

#esquela div.container div.visitas {
    margin-top: 15px;
}

#breadcrumb-muro div.muro-info > div > div {
    white-space: nowrap;
}

#breadcrumb-muro div.muro-info > div {
    padding-right: 0px;
}

#breadcrumb-muro div.muro-info .visitas {
    margin-left: -15px;
}

.muro-info .muro-destacado, .muro-info .seguidores, .muro-info .visitas {
    padding-right: 0px !important;
    margin-right: 45px;
}

#breadcrumb-muro div.muro-info div i {
    color: #20c6a1;
}

#muro-tools {
    background-color: #fff;
    padding-bottom: 20px;
    padding-top: 20px;
}

#muro-tools button.button-turquesa-inv {
    height: 30px;
    width: 155px;
    font-size: 13px;

    background-color: #20c6a1;

}

#muro-tools .create {
    margin-right: 0px;
}

#muro-tools .search .input-group {
    width: 210px;
    left: 24%;
}

#muro-tools button.button-turquesa-inv span.text {
    margin-left: 10px;
    font-weight: 600;
}

#muro-tools button.button-turquesa-inv span.text, #muro-tools button.button-turquesa-inv i {
    color: #fff;
}

#muro-tools .search-muro input {
    height: 30px;
    background-color: #F5F5F5;
    border: 1px solid #D4D4D4;
    border-right: 0;
    -webkit-border-top-left-radius: 15px;
    -moz-border-top-left-radius: 15px;
    border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-bottom-left-radius: 15px;
    border-bottom-left-radius: 15px;


}

#muro-tools .search-muro span {
    background-color: #F5F5F5;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    -moz-border-top-right-radius: 15px;
    -moz-border-bottom-right-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    cursor: pointer;
}

#muro-tools .social-icons {
    margin-left: 15px;
    padding-right: 0px;

}

#muro-tools .social-icons button.follow-muro {
    width: 140px;
    display: none;
}

.muro-inactive {
    background: #e7501e;
    color: #fff;
    line-height: 40px;
    font-weight: 400;
}

.muro-inactive .text {
    color: #fff;
    font-weight: 600;
}

.save-muro-button,
.cancel-muro-button {
    width: 100%;
    margin-top: 20px;
}

.cancel-muro-button {
    margin-left: 5px;
    float: right;
}

.save-muro-button i.loading {
    webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.save-muro-button i.loading::before {
    content: "\f110";
}

.icon-edit-section {
    cursor: pointer;
    margin-left: 10px;
    font-size: 18px;
}

#muro-tools .social-icons button {
    height: 30px;
    font-size: 13px;
    background-color: #fff;
    border: 2px solid #D4D4D4;
    /*ivan
	 margin-right: -10px;
    margin-left: 35px;
	ivan*/


}

#muro-tools .social-icons button:hover {
    background-color: #fff;
    border: 2px solid #20c6a1;
}

#muro-tools .social-icons button:hover span,
#muro-tools .social-icons button:hover i {
    color: #20c6a1;
}

#muro-tools .social-icons button span, #muro-tools .social-icons button i {
    color: #b3b3b3;
}

#muro-tools .social-icons button span {
    font-weight: 600;
}

/*#muro-tools .social-icons button.share-muro{
	margin-left: 15px;
}*/

#muro-tools .social-icons button {
    margin-left: 5px;
    margin-right: 5px;
}

#muro-tools .new-muro {
    margin-right: 15px;
}

#muro-tools a:hover {
    text-decoration: none;
}

#muro-tools .go-back {
    margin-left: 15px;
    color: #20c6a1;
    white-space: nowrap;
}

#muro-tools .go-back .text,
#muro-tools .go-back i {
    white-space: nowrap;
    color: #20c6a1;
    margin-top: 10px;
}

#muro-tools .go-back:hover {
    text-decoration: underline;
}

@media (max-width: 992px) {
    #muro-tools .social-icons {
        padding-left: 0px;
    }

    .edit-muro-container {
        left: 0px !important;
    }
}

@media (max-width: 768px) {
    #muro-tools .social-icons {
        padding-left: 15px;
    }

    #muro-tools .go-back {
        margin-left: 0px;
        margin-top: 15px;
        float: left;
    }
}

@media (max-width: 320px) {
    #muro-tools .social-icons button,
    #muro-tools .social-icons button.share-muro,
    #muro-tools .social-icons div.btn-group,
    #muro-tools .social-icons button.follow-muro {
        width: 100%;
        margin: 15px 0 0 !important;
    }

    #muro-tools .social-icons div.btn-group {
        margin-top: 0 !important;
    }

    #musica .add-container .overflow-content.not-logued {
        height: 195px !important
    }


}

.button-rojo {
    background: transparent;
    font-weight: 600;
    border: 2px solid #E7501E;
}

.button-rojo:hover,
.button-rojo.hover {
    color: #fff;
    background: #E7501E;
}

.button-rojo i,
.button-rojo span {
    color: #e7501e;
}

.button-rojo:hover i,
.button-rojo:hover span,
.button-rojo.hover i,
.button-rojo.hover span {
    color: #fff;
}

.button-rojo-text {
    border: 0 none;
    background: transparent;
    font-weight: 600;
    height: 50px;
    outline: none;
    box-shadow: none;
}

.button-turquesa {
    background: transparent;
    border: 2px solid #20c6a1;
    color: #fff;
    font-weight: 600;
}


@media (max-width: 768px) {
    div.muro-functions .gallery-mode, div.muro-functions .list-mode, div.muro-functions .presentacion-mode {
        margin-bottom: 15px;
    }

    .image-bio {
        object-fit: cover;
        height: 100%;
    }

}


@media (max-width: 992px) {
    #muro-tools {
        padding-bottom: 10px;
    }

    #muro-tools .search .input-group {
        left: 0;
        margin-left: -15px;
    }

    #muro-tools .container > div {
        margin-bottom: 10px;
    }

    #muro-tools .social-icons button {
        float: left !important;
    }

    #muro-tools .social-icons {
        margin-left: -15px;
    }

    #muro-tools .social-icons button.qr-muro, #muro-tools .social-icons button.share-muro {
        margin-left: 0px;
    }

    #muro-tools .social-icons button.share-muro {
        margin-left: 15px;
        margin-right: 15px;
    }

    #muro-tools .social-icons div.btn-group {
        float: inherit !important;
    }
}

#header-muros {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

#header-muros .container img {
    max-height: 50px;
    margin-bottom: 0px;
    margin-top: 0px;
    height: auto;
}

#header-muros .login-register {
    padding-right: 0px;
}

#header-muros .login-register span, #header-muros .login-register i, #header-muros .login-register a {
    color: #00ace4;
}

#header-muros .login-register i {
    margin-top: 3px;
}

#header-muros .login-register span {
    margin-left: 10px;
}

.fancybox-inner {
    background: #fff;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    width: 100% !important;
}
.fancybox-inner:has(.fancybox-image) {
    width: auto !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    padding:  0px !important;
}
.fancybox-inner:has(#fancybox-swf) {
    width: auto !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    padding:  0px !important;
}

#fancybox-swf embed {
    height: 99% !important;
}

.fancybox-inner li.recuerdo {
    margin-bottom: 0px;
}

.fancybox-inner .container {
    margin: 0px;
    padding: 0px;
}

.fancybox-wrap.fancybox-desktop.fancybox-type-html.fancybox-opened {
    width: 60% !important;
}

div.muro-functions {
    margin-top: 40px;
    margin-left: auto;
    float: none;
    margin-right: auto;
}

@media (max-width: 768px) {
    div.muro-functions {
        height: 50px;
    }

    #recuerdos .pesame-sender .options {
        margin-right: 21px;
    }

    #recuerdos .pesame-sender .num {
        margin-right: 0px !important;
    }

}

div.muro-functions .current i, div.muro-functions .current span {
    color: #20c6a1;
}

div.muro-functions span, div.muro-functions i {
    font-size: 14px;
    color: #b3b3b3;
}

div.muro-functions a:hover {
    text-decoration: none;
}

div.muro-functions a:hover span, div.muro-functions a:hover i {
    color: #20c6a1;
}

div.muro-functions span {
    font-weight: 600;
    margin-left: 10px;
}

div.muro-functions .gallery-mode:hover i, div.muro-functions .gallery-mode:hover span,
div.muro-functions .list-mode:hover i, div.muro-functions .list-mode:hover span {
    color: #20c6a1;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div.muro-functions .gallery-mode, div.muro-functions .list-mode, div.muro-functions .presentacion-mode {
    white-space: nowrap;
}
.presentacion-mode span {
    cursor: pointer;
}
.presentacion-mode span:hover, .presentacion-mode span:hover i {
    color: #20c6a1;
}


#publicar .container div.col-xs-12.col-lg-3 {
    padding-right: 0;
    padding-left: 15px;

}

#publicar button.trigger-publicar, #publicar button.buy-items-link, #publicar button.añadir-calificacion {
    width: 100%;
}

@media (max-width: 620px) {
    #publicar button.trigger-publicar {
        margin: 0 auto !important;
    }
}

@media (max-width: 640px) {
    .add-container {
        top: 0px !important;
    }
}

@media (max-width: 1200px) {
    #publicar .container div.col-xs-12.col-lg-3 {
        padding-left: 0px;
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    #recuerdos .no-media {
        height: 100%;
    }

    #recuerdos .no-media-text {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    #recuerdos .without-media .comentarios_list .comentarios-container ul {
        width: 93% !important;
    }

    #recuerdos .without-media {
        padding-left: 15px;
        padding-right: 15px;
    }

    #recuerdos .pesame-sender {
        padding-left: 60px;
        padding-right: 60px;
    }


    #recuerdos .recuerdos_list.list .pesame-text {
        padding-left: 60px;
        padding-right: 75px;
    }

    #recuerdos .comentarios_list ul {
        margin-left: 30px;
        height: auto;
        max-height: 220px;
    }

    #recuerdos .add-comentario {
        padding-left: 30px;
        margin-bottom: 30px;
    }

    #recuerdos .pesame-sender .options {
        margin-left: 10px;
    }

    #recuerdos .pesame-sender .options.fa-trash-o, #recuerdos .pesame-sender .options.fa-spin {
        margin-right: 60px;
    }
}

.jspVerticalBar, .jspTrack {
    background: #f0f0f0;
    width: 16px;
    padding: 0 2px;
}

.jspDrag {
    width: 10px;
    margin: 0 auto;
    background: #cacaca;
    border-radius: 5px;
    margin-right: 5px;
}

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
    border-radius: 5px;
    background: #20c6a1;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
    font-size: 12px;
    line-height: 16px;
    padding: 10px 30px;
    overflow: hidden;
    color: #fff;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
    /* border-color: ... !important; */
}


/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
    cursor: help;
    margin-left: 4px;
}


/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
    padding: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999;
    pointer-events: none;
    width: auto;
    overflow: visible;
}

.tooltipster-base .tooltipster-content {
    overflow: hidden;
}


/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.tooltipster-arrow span, .tooltipster-arrow-border {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
}

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-top: 8px solid;
    bottom: -7px;
}

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-top: 9px solid;
    bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-bottom: 8px solid;
    top: -7px;
}

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-bottom: 9px solid;
    top: -7px;
}

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
    left: 6px;
}

.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    left: 5px;
}

.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
    right: 6px;
}

.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
    right: 5px;
}

.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-left: 8px solid;
    top: 50%;
    margin-top: -7px;
    right: -7px;
}

.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-left: 9px solid;
    margin-top: -8px;
}

.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-right: 8px solid;
    top: 50%;
    margin-top: -7px;
    left: -7px;
}

.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-right: 9px solid;
    margin-top: -8px;
}


/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}

.tooltipster-fade-show {
    opacity: 1;
}

.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden;
}

.tooltipster-grow-show {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
}

.tooltipster-swing-show {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    -moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    -ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    -o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
    top: 0;
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-fall-show {
}

.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    top: 0px !important;
    opacity: 0;
}

.tooltipster-slide {
    left: -40px;
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-slide.tooltipster-slide-show {
}

.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    left: 0px !important;
    opacity: 0;
}


/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
    opacity: 0.5;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

#products .tooltipster-default {
    margin-top: -30px;
}

span.bootstrap-maxlength {
    background: transparent;
    color: #9a9a9a;
    margin-top: -23px;
    font-size: 13px;
}

span.bootstrap-maxlength.label-danger {
    color: red;
}

/** SELECT MENU **/
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select .dropdown-toggle:active {
    outline: 0 !important;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.tmb-select-menu {
    border-color: #ccc;
}

.tmb-select-menu:focus {
    border-color: #b3b3b3;
}

.tmb-select-menu {
    background: #b3b3b3;
    color: #fff;
}

.tmb-select-menu span {
    color: #fff;
}

.tmb-select-menu + .dropdown-menu > li:hover > a {
    background: #fff;
}

.tmb-select-menu:hover {
    background: #21C6A1;
}

.open .tmb-select-menu {
    background: #fff;
    border-color: #2ED7B1;
}

.open .tmb-select-menu span {
    color: #2ED7B1;
}

.tmb-select-menu + .dropdown-menu li a:hover span {
    color: #21C6A1;
}



@media (max-width: 425px) {
    .fancybox-next, .fancybox-prev {
        position: absolute;
        top: 50%;
        margin-top: -20px;

    }
}

.fancybox-next {
    right: -60px;
}

.fancybox-prev {
    left: -60px;
}

.fancybox-nav {
    width: 5% !important;
}

#publicidad-content {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
}

#publicidad-content img {
    width: 100%;
}

/*Send Marco*/

.codigo-marco-container {
    position: relative;
    width: 300px;
    margin: 20px 0;
}

#codigo_marco {
    width: 100%;
    padding: 10px 40px 10px 20px;
    border: 2px solid #ddd;
    border-radius: 25px;
    font-size: 16px;
    transition: all 0.3s ease;
    width: 280px;
    margin: 0 auto;
}

#codigo_marco:focus {
    border-color: #007BFF;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    outline: none;
}

.codigo-marco-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
    transition: color 0.3s ease;
}

.imgmarco {
    border-bottom-left-radius: 10px;
    background-image: url("../img/marco_digital.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.botonmarco:hover {
    background-color: #2ed7b1;
}

.botonmarco {
    height: 60px;
    width: 270px;
    background-color: #20c6a1;
    text-align: center;
    margin-top: 8%;
}

.botonmarco span, .botonmarco i {
    color: white;
}

.cuerpoderMarco {
    text-align: center;
    margin-top: 20%;
}

/*QR*/
#qr_modal .nopading {
    padding-left: 0px;
    padding-right: 0px;
}

#qr_modal .modulo {
    background: white;
    max-width: 970px;
    max-height: 520px;
    float: left;
    border-radius: 10px;
}

.edit-muro-form .button-turquesa {
    background-color: #00ace4;
    border-color: #00ace4;
}

.edit-muro-form label {
    font-weight: 600;
    color: #878787;
}

.has_image .edit-muro-form label {
    color: #fff;
}

.edit-muro-container {
    width: 100%;
    float: left;
    left: 21%;
    position: relative;
}

.edit-muro-form {
    margin-top: 15px;
}

.edit-muro-container label {
    font-weight: 600;
    color: #878787;
}

.has_image .edit-muro-container label {
    color: #fff;
}

#menu-admin {
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    background: #F5F5F5;
    z-index: 3;
    display: none;
    padding-top: 40px;
    overflow-x: hidden;
}

#menu-admin .close {
    width: 100%;
    text-align: left;
    font-size: 20px;
    color: #878787;
    font-weight: normal;
    position: absolute;
    top: 15px;
    left: 15px;
    opacity: 1;
    text-shadow: none;
}

#open-menu-admin {
    font-size: 25px;
    display: block;
    margin-left: 23px;
    cursor: pointer;
}

#open-menu-admin i,
#open-menu-admin,
.mismuros-link a i,
.mismuros-link a {
    color: #00ace4;
}

#open-menu-admin i,
.mismuros-link a i {
    margin-right: 5px;
}

.mismuros-link a:hover {
    text-decoration: none;
    color: #00ace4;
}

#open-menu-admin {
    margin-left: 15px !important;
}

#menu-admin label {
    margin: 20px 0 10px;
    width: 100%;
    color: #878787;
    font-weight: 600;
    font-size: 14px;
}

#menu-admin label + label {
    font-size: 12px;
    font-weight: 500;
    font-style: italic;
    margin-top: 0;
    color: #878787;
}

#menu-admin .add-admin-button {
    margin-bottom: 40px;
}

#menu-admin .button-turquesa {
    background-color: #00ace4;
    border-color: #00ace4;
}

.circle {
    border: 2px solid;
    padding: .5em;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #00ace4 !important;
}

#qr_modal .container {
    max-width: 970px;
}

#qr_modal .cabecera {
    width: 100%;
    height: 120px;
    background-color: #01ace4;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/*.cerrar{
    float: right;
    margin-right: 16px;
    margin-top: 16px;
    color: white;
    display: none;
}*/
#qr_modal .txtcabecera {
    color: white;
    font-size: 24px;
    text-align: center;
    padding-top: 44px;
}

#qr_modal .cuerpoizq {
    height: 400px;
    float: right;
}

#qr_modal .imgizq {
    border-bottom-left-radius: 10px;
    background-image: url("../img/modal_qr.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

#qr_modal .imgizq.mascotas {
    background-image: url("../img/modal_qr_mascotas.jpg");
}

#qr_modal .cuerpoder {
    height: 400px;
    background-color: white;
    border-bottom-right-radius: 10px;
    float: right;
}

#qr_modal .cuerpoderup {
    text-align: center;
    margin-top: 7.5%;
}

#qr_modal .imgqr {
    height: 172px;
    width: 172px;
    background-color: black;
    margin: 0 auto;
    -webkit-box-shadow: -2px 5px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -2px 5px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: -2px 5px 5px 0px rgba(0, 0, 0, 0.75);
}


#qr_modal .cuerpoderdown {
    text-align: center;
}

#qr_modal .botonqr {
    height: 60px;
    width: 270px;
    background-color: #20c6a1;
    text-align: center;
    margin-top: 12%;
}

#qr_modal .botonqr span {
    color: white;
}

#qr_modal .botonqr i {
    color: white;
}

#qr_modal .botonqr:hover {
    background-color: #2ed7b1;
}

#qr_modal .fa {
    margin-left: 8px;
}

#qr_modal .oculto {
    display: none;
}

#qr_modal .fancybox-skin {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


/* --- MEDIAS --- */

@media (max-width: 767px) {
    #qr_modal .imgizq {
        height: 100%;
        width: 100%;
    }

    #qr_modal .botonqr {
        margin: center;
    }

    #qr_modal .cuerpoderup {
        text-align: center;

    }

    #qr_modal .cuerpoderdown {
        text-align: center;
    }
}

@media (max-width: 486px) {
    #qr_modal .imgizq {
        height: 100%;
        width: 100%;
    }

    #qr_modal .cabecera {
        height: auto;
        padding-bottom: 15px;
    }

    #qr_modal .botonqr {
        margin: center;
    }

    #qr_modal .cuerpoderup {
        text-align: center;

    }

    #qr_modal .cuerpoderdown {
        text-align: center;
    }
}

@media (max-width: 400px) {

    #qr_modal .modulo {
        width: 100%;
    }

}

.title-volumen {
    height: 50px;
    background-color: #20c6a1;
    display: none;
    border-radius: 5px;
    z-index: 999;
    position: absolute;
    max-width: 145px;
}

.title-volumen::after {
    content: "\f0d7";
    font-family: FontAwesome;
    width: 100%;
    text-align: center;
    display: block;
    position: relative;
    top: -5px;
    font-size: 18px;
    left: 5px;
    color: #20c6a1;
}

.title-volumen span {
    color: white;
    margin-left: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
    padding: 5px 26px 0 0;
}

.title-volumen i {
    color: white;
    font-size: 18px;
    cursor: pointer;
    padding: 0 15px;
    display: none;
}

.title-volumen i.open-form-audio,
.title-volumen.has-song i#music_volume_up,
.title-volumen.has-song i#music_volume_mute,
.title-volumen.has-song i#delete_song {
    display: inline-block;
}

#modal1 .overflow-content {
    height: 290px !important;
}


/*  --  RESPONSIVE DE MURO */

@media (max-width: 768px) {

    #muro-tools .create {
        width: 60%;

    }

    #muro-tools .create a button {
        padding-right: 0px;
        width: 100%;
    }

    #muro-tools .container .search {
        width: 40%;
        padding-right: 0px;
    }

    #muro-tools .container .search #search_muros .input-group {
        width: 100%;
        margin-left: 10px;
    }


    #muro-tools .container .social-icons .follow-muro {
        width: 50%;
    }

    #muro-tools .container .social-icons .btn-group,
    #muro-tools .container .social-icons .qr-muro-link,
    #muro-tools .container .social-icons .audio {
        width: 16.66666667% !important;
        float: right !important;
        margin-left: 5px !important;
    }

    #muro-tools .social-icons button.qr-muro {
        width: 100% !important;
    }

    #muro-tools .container .social-icons .btn-group {
        margin-right: -15px !important;
        width: 100%;
    }

    #muro-tools .container .social-icons .btn-group #share-button {
        margin-left: 0px;
        width: 100%;
    }

    #muro-tools .container .search #search_muros .input-group .form-control {
        padding-right: 1px;
    }

    #breadcrumb-muro .go-back {
        width: 50%;
        float: left;
    }

    #breadcrumb-muro .go-back .oculto {
        display: none;
    }

    #breadcrumb-muro .muro-info {
        width: 50%;
    }

    #breadcrumb-muro .muro-info div .muro-destacado {
        margin-left: 0px;
    }

    #esquela .seguidores,
    #esquela .visitas {
        width: 33%;
        text-align: center;
    }

    #esquela .seguidores .oculto,
    #esquela .visitas .oculto {
        display: none;
    }

    #share-button + ul {
        margin-right: 0px;
    }

    .textoderecha {
        text-align: right !important;
    }

    .textoizquierda {
        text-align: left !important;
    }

    #muro-tools .social-icons button {
        margin-left: 0px;
        margin-right: 0px;
    }

}

@media (min-width: 621px) and (max-width: 992px) {

    /*#publicar .buy-items-link,
	#publicar .trigger-publicar,
	#publicar .añadir-calificacion{
		width:33%!important;
		padding : 0px!important;
		margin:0px!important;
	}*/
    /*#publicar .buy-items-link i,
	#publicar .trigger-publicar i,
	#publicar .añadir-calificacion i{
		display:none;
	}

	#publicar .buy-items-link{
		margin-left:-5px!important;
	}
*/


}

@media (min-width: 1024px) {

    div .search {
        width: 25% !important;
    }

    div .social-icons {
        width: 41.66666667% !important;
    }

}

/*

@media(min-width:769px) and (max-width:992px){
	#muro-tools .create {
		padding-right: 0px;
		margin-right: 30px;
	}
	#muro-tools .search{
		padding-right:0px;
		margin-right:0px;
	}
	#muro-tools .social-icons{
		padding-left:0px;
	}

}



/* VERSION MOVIL DE LOS MUROS */


@media (max-width: 426px) {


    #muro-tools .search,
    #breadcrumb-muro .go-back,
    #esquela .seguidores,
    #esquela .visitas {
        display: none !important;
    }

    #esquela .biografia-image {
        padding-bottom: 0px;
    }


    .muro-functions {
        display: none !important;
    }

    #muro-info-detalle .muro-container .user-image {
        margin-left: -23px !important;
    }

    #muro-info-detalle *:not(.name) {
        font-size: 12px !important;
    }

    .condolenciasData{
        position: absolute;
        top: 257%;
        left: -42%
    }
    
    #header-shop {
        margin-top: 86px !important;
    }


}

@media (max-width: 578px) {

     /*Pagina Floreria*/
     #breadcrumb .breadcrumb {
        margin-bottom: 800px !important;
    }

  
}


@media (max-width: 321px) {
    .media-container .image {
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: top !important;
    }

    .partner-logo img {
        max-width: 80vw !important;
    }

    .access span {
        width: 50vw !important;
    }

    .access i {
        margin-top: -10px !important;
    }

    #login-container {
        width: 100% !important;
    }

    #recuerdos .image.gallery {
        height: 265px;
    }

    #recuerdos .image {
        height: 225px;
    }

    #recuerdos .pesame-sender {
        padding-left: 10vw;
    }

    i.fa-flag {
        margin-right: 0px !important;
        transform: translate(40px, 0px);
    }

    .pesame-sender .fa-trash, .pesame-sender .fa-pen-to-square {
        margin-right: 25px !important;
    }

    #recuerdos .recuerdo.gallery .icons-bottom span.num {
        display: none !important;
    }

    .botonqr {
        width: 170px !important;
        font-size: 11px;
    }

    .download-muro {
        margin-top: 5px !important;
        width: 106% !important;
    }

    div.login-register {
        width: 140%;
    }

    .login-register .mismuros-link:last-child {
        transform: translate(-80px, 10px);
    }

    .img-circle {
        display: none !important;
    }

    /* .fancybox-inner {
        width: 225px !important;
    } */

    #recuerdos .pesame-sender .num {
        margin-right: 0px !important;
    }

    #recuerdos .pesame-sender .options {
        margin-right: 35px !important;
    }
    
    
}

@media (min-width: 321px) and (max-width: 376px) {
    #login-container {
        width: 100% !important;
    }

    .row {
        margin-left: -15px !important;
        margin-right: -14.5px !important;
    }

    .media-container .image {
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: top !important;
    }

    #recuerdos .image.gallery {
        height: 265px;
    }

    #recuerdos .pesame-sender {
        padding-left: 10vw;

        .options {
            margin-right: 0px;
        }
    }

    #recuerdos .pesme-sender img {
        display: none;
    }

    #central_i {
        margin-right: 20px !important;
    }

    #recuerdos .pesame-sender i:nth-child(3) {
        margin-right: 30px;
    }

    #recuerdos .pesame-text {
        text-align: center;
    }

    #recuerdos .add-comentario .bloque-comentario input {
        padding-right: 20px;
    }

    .access i {
        margin-top: -10px !important;
        margin-right: 130px !important;
    }

    #recuerdos .image {
        height: 230px;
    }

    .botonqr {
        width: 222px !important;
    }

    .download-muro {
        margin-top: 5px;
        width: 105%;
    }

    div.login-register {
        width: 130%;
        transform: translate(25px, 0px);
    }

    .img-circle {
        display: none !important;
    }

    #recuerdos .recuerdo.gallery .icons-bottom span.num {
        display: none !important;
    }

    /* .fancybox-inner {
        width: 225px !important;
    } */

    #recuerdos .pesame-sender .num {
        margin-right: 0px !important;
    }

    #breadcrumb .breadcrumb {
        margin-bottom: 200px !important;
    }

}
/*
@media (min-width: 376px) and (max-width: 579px) {
    #login-container {
        width: 100% !important;
    }

    .row {
        margin-left: -15px !important;
        margin-right: -15px !important;

    }

    .media-container .image {
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: top !important;
    }

    #recuerdos .image.gallery {
        height: 265px;
    }

    #recuerdos .pesame-sender {
        padding-left: 10vw;

        .options {
            margin-right: 0px;
        }


    }

    .img-circle {
        display: none !important;
    }

    #central_i {
        margin-right: 20px !important;
    }

    #recuerdos .pesame-sender i:nth-child(3) {
        margin-right: 30px;
    }

    #recuerdos .pesame-text {
        text-align: center;
    }

    #recuerdos .add-comentario .bloque-comentario input {
        padding-right: 20px;
    }

    #recuerdos .image {
        height: 260px;
    }

    .botonqr {
        width: 240px !important;
    }

    .download-muro {
        margin-top: 5px;
        width: 105%;
    }

    div.login-register {
        width: 120%;
    }

    #recuerdos .recuerdo.gallery .icons-bottom span.num {
        display: none !important;
    }

    /* .fancybox-inner {
        width: 255px !important;
    } 

    #recuerdos .pesame-sender .num {
        margin-right: 20px !important;
    }

}
*/

/*Gaby*/
.fancybox-nav .fancybox-prev{
    display: none;
}

.fancybox-nav .fancybox-next{
    display: none;
}
#codigo_marco {
    text-transform: capitalize;
}


@media (max-width: 579px) {
    
    /*Pagina Muro*/
    #recuerdos .add-comentario .bloque-comentario {
        width: 94%;
        margin: 0;
        position: relative;
        right: 2%;
    }

    #recuerdos .add-comentario .icon-num {
        padding-left: 0px !important;
        margin-top: 10px;
        position: relative;
        bottom: 27px !important;
        left: 70%;
    }
    .fancybox-skin{
        width: 280px;
    }

    .fancybox-wrap.fancybox-desktop.fancybox-type-html.fancybox-opened{
        width: 290px !important;
    }

    .fancybox-wrap.fancybox-desktop.fancybox-type-html.fancybox-opened #recuerdos .image {
        min-height: 290px !important;
        min-width: 280px !important;
        -webkit-min-height: 290px !important; 
        -webkit-min-width: 280px !important;
    }

    #codigo_marco {
        width: 90% !important;
    }

    .botonmarco {
        width: 90% !important;
    }
   

    /*Log In*/
    
    #login-container .btn-create-account {
        font-size: 7px !important;
    }

    #login-container .pull-left {
        margin-bottom: 20px;
    }


    /*qr*/
    #qr_modal .botonqr {
        height: 60px;
        width: 187px !important;
        margin-top: 12%;
        padding: 0px;
        font-size: 12px;
    }
    
    #qr_modal .imgizq {
        background-image: none;
    }

    #qr_modal .cuerpoizq {
        height: 0px;
    }



    /*Pagina Floreria*/
    #breadcrumb .breadcrumb {
        margin-bottom: 40px !important;
    }

     /*Iconos*/
     .social {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    #breadcrumb .social {
        left: 27% !important;
        top: -50% !important;
    }

    #breadcrumb .breadcrumb {
        margin-top: 14px !important;
    }

    #header-shop {
        margin-top: 52px;
    }

    #wrapper{
        background-color: white;
    }

}

@media ((min-width:621px) and (max-width: 768px)) {
    #breadcrumb .social {
        top: 36% !important;
    }

    #breadcrumb .breadcrumb {
        padding-top: 26px;
    }

}

@media (max-width: 991px) {

    /*Pagina Muro*/

    #recuerdos .recuerdos_list.list .pesame-text {
        padding-left: 40px;
        padding-right: 40px;
        text-align: center;
        
    }

    .pull-left {
        margin-bottom: 10px;
    }

    .fancybox-skin{
        padding: 5px;
    }

    #recuerdos .pesame-sender {
        padding: 0;
    }

    #recuerdos .pesame-sender {
        margin-top: 22px;
    }
    
    .pesame-sender { 
        text-align: center;
    }
    
    .pesame-sender .name-text {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 8px; 
    display: block;
    }
    
    .pesame-sender img {
    margin-bottom: 10px; 
    }
    
    .pesame-sender i,
    .pesame-sender .num {
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    margin: 0px;
    }
    
    .pesame-sender .num {
    font-weight: bold;
    }
    
    .pesame-sender i {
    cursor: pointer;
    }
    
    .pesame-sender > i,
    .pesame-sender > .num {
    display: inline-flex;
    margin-top: 0px;
    }

    .fancybox-inner {
        width: 100% !important;
        max-height: 80vh;
        overflow-y: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .iconsPesame {
        display: flex;
        align-items: center;  
        justify-content: center;  
        gap: 10px; 
    }
    

    .pesame-text {
        font-size: 14px; 
    }

    .comentarios-container ul {
        width: 100% !important;
    }

    .bloque-comentario input[type="text"] {
        width: 100%;
    }

    
    .jspContainer {
        height: auto;
    }

    .fancybox-wrap {
        width: 90vw !important;  
        max-width: 600px !important;
        height: auto !important;
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important; 
    }

    .fancybox-inner {
        width: 100% !important;
        max-height: 80vh; 
        overflow-y: auto;
    }

    #recuerdos .container {
        max-width: 100% !important;
        padding: 10px;
    }


    /*Log In*/
    #login-container {
        width: 95%;
        min-height: 512px;
    }
    
    #login-container .login-header {
        font-size: 20px;
    }
    
    #login-container h2 {
        font-size: 16px;
    }
    
    #login-container .form-control {
        height: 45px;
        font-size: 14px;
    }
    
    #login-container .btn-create-account {
        font-size: 10px !important;
    }
    
    #login-container .col-xs-12{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    /*qr*/

    #qr-modal{
        padding-top: 14px;
    }

    .cabecera{
        margin-top: 10px;
    }
    
     /*Pagina Floreria*/
     #breadcrumb .breadcrumb {
        margin-bottom: 47px;
    }



    .productos-lines {
        display: block;
        padding: 0px;
    }

    .product_info {
        display: flex;
        flex-direction: column; 
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 10px;
    }

    #product_media {
        width: 100% !important;
        display: flex;
        justify-content: center;
        padding-right: 0px !important;
        margin: 0px !important;
    }

    .product_img {
        max-width: 100%;
        height: auto;
        border-radius: 8px; 
    }

    #prod {
        margin-top: 10px; 
        margin-bottom: 10px !important;
        padding-bottom: 0px !important;
        min-width: 75%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #prod h2 {
        padding: 0px !important;
        margin-right: 0px !important;
    }

     /*Pagina Floreria*/
     #breadcrumb .breadcrumb {
        margin-bottom: 40px !important;
    }

     /*Iconos*/
     .social {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    #breadcrumb .social {
        left: 27% !important;
    }

    #breadcrumb .breadcrumb {
        margin-top: 14px !important;
    }

    #memorialwall-list {
        justify-content: center;
    }
   
}

@media((min-width:992px) and (max-width:1855px)){
    .fancybox-wrap:has(#recuerdos) {
        max-width: none !important;
    }
}

@media((min-width:992px) and (max-width:1133px)){
    .recuerdos_list.fancybox.masonry.list.light-pesame .col-md-6 {
        width: 54.33333333% !important;
    }
}

@media(min-width:992px){

    .fancybox-wrap:has(#login_form) {
        max-width: 800px; 
    }


    #recuerdos .comentarios_list ul{
        height: 26em !important;
    }

    .fancybox-wrap.fancybox-desktop.fancybox-type-html.fancybox-opened {
        width: 80% !important;
    }

    .recuerdos_list.masonry.list .media-container {
        margin: 24px 14px 14px 24px;
    }

    .recuerdos_list.masonry.list .image {
        margin: 0 !important;
    }

    .recuerdos_list.masonry.list .no-media {
        height: 63vh !important;
        max-width: 92vh !important;
        width: auto !important;
        margin: 24px !important;
    }

    #recuerdos .recuerdos_list.list .recuerdo .video {
        margin: 24px;
        height: 516px;
    }

    ul.recuerdos_list.masonry.list li .image {
        margin-left: 0px !important;
    }
    
    
    .recuerdos_list.fancybox.masonry.list.light-pesame .no-media {
        margin-left: 34px !important;
    }
    
    .recuerdos_list.fancybox.masonry.list.light-pesame .video {
        margin-left: 38px !important;
    }
    
    .recuerdos_list.fancybox.masonry.list.light-pesame .col-md-6 {
        padding: 0;
        margin-left: 29px;
    }
    #step-1 .btn-azul {
        margin-bottom: 10px !important;
    }
    #step-3 .buttons-box button{
        margin-top: 0px !important;
    }

}

@media(min-width:1855px){
    .recuerdos_list.fancybox.masonry.list.light-pesame .col-md-6 {
        width: 50.33333333% !important;
        margin-right:48px
    }
}

@media((min-width:1133px) and (max-width:1855px)){
    .recuerdos_list.fancybox.masonry.list.light-pesame .col-md-6 {
        width: 55.33333333% !important;
    }
}

.recuerdos_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; 
    gap: 20px; 
    padding: 0;
}


@media(min-width:1600px){
    .fancybox-wrap.fancybox-desktop.fancybox-type-html.fancybox-opened {
        width: 70% !important;
    }
    .fancybox-wrap.fancybox-desktop.fancybox-type-html.fancybox-opened:has(#recuerdos) {
        max-width: 1200px !important;
    }
    
}

.comentarios_list .comentarios-container .jspContainer {
    width: 100% !important;
}

.comentarios_list .comentarios-container .jspPane {
    width: 100% !important;
}








/*Boton directo*/
@media (min-width: 1200px) {
    #muro-tools .social-icons {
        margin-left: 15px;
        padding-right: 0px;
        width: 45em !important;
    }

    #muro-tools .search {
        width: 15% !important;
    }

    
}

@media (min-width: 1024px) and (max-width: 1199px) {
    #muro-tools .social-icons {
        margin-left: 15px;
        padding-right: 0px;
        width: 45em !important;
    }

    #muro-tools .search {
        width: 6% !important;
    }
}

@media (min-width: 769px) and (max-width: 1023px) {
    #muro-tools .social-icons {
        width: 45em !important;
    }

    #muro-tools .container > div {
        margin-bottom: 7px;
        margin-top: -10px;
    }

    #muro-tools .search {
        width: 3% !important;
    }
}

@media (max-width: 1023px) {
    .directo-btn{
        padding: 3px 5px;
        margin-right: 5px;
        margin-left: 5px;
        margin-top: 5px;
        float: left !important;
    }
    
}

.no-scroll {
    overflow: hidden;
    height: 100vh;
    touch-action: none;
  }
  


.social-icons button {
    margin-top: 5px;
    margin-left: 5px;
}

.directo-btn{
    padding: 3px 5px;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 5px;
}

/*Responsive datos funeral*/
@media(max-width:460px){

    #muro-info .close-button{
        position: relative;
        left: -18px;
    }

    .events-list > .event-info:last-child > *:last-child {
        padding-bottom:280px;
    }

    .no-scroll {
        overflow: hidden;
        height: 100vh;
      }

      
}
/* CIERRE VERSION MOVIL DE LOS MUROS */



/*Form Condolencias Nuevo*/
#pesame_image {
    display: block !important;
    visibility: visible !important;
    width: 100%;
}

.upload-img {
    min-height: 50px;
}
#pesame_image {
    opacity: 1 !important;
    z-index: 9999 !important;
    position: relative !important;
}

.top-box input {
    width: 100%; 
    max-width: 90%;
    margin: 0 auto;
    display: block; 
    text-align: center;
}


.btn-danger {
    min-width: 120px; 
    text-align: center;
}
.nombre-homenajeado {
    text-align: center;
    word-wrap: break-word;
    font-size: 1.2rem; 
}

.top-box{
    margin-top: 11px;
}

.btn-condolencia{
    width: 90% !important;
    font-weight: 100 !important;
}

#form_add_pesame .buttons-box{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#step-1 .btn-azul {
    margin: 15px 0;
}

@keyframes blinkBtn {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}

.btn-azul {
    /* background-color: #00ACE4; */
    border: 0 none;
    margin: 0;
    /* color: #fff; */
    height: 40px;
    transition: background-color 0.3s ease;
   
}

#next-step-4 {
    animation: blinkBtn 2s linear infinite; 
}

@keyframes blink {
    0% {
        border-color: #00ACE4;
    }
    50% {
        border-color: rgba(0, 172, 228, 0.3); 
    }
    100% {
        border-color: #00ACE4;
    }
}



.buttons-box #publicar-btn{
    /* background-color: #00ACE4; */
    border: 0 none;
    margin: 0;
    /* color: #fff; */
    height: 40px;
    transition: background-color 0.3s ease;
    animation: blinkBtn 2s linear infinite;
}

.buttons-box #publicar-btn:hover{
    /* background-color: #026f94; */
    /* color: #fff; */
}

#cancel-condolence{
    background-color: #E31E24 !important;
    transition: background-color 0.3s ease;
}

#cancel-condolence:hover{
    background-color: #a81419 !important;
}


#publicar .modal .add-container .top.text_pequeño {
    /* background-color: #00ACE4 !important; */
    border-radius: 10px 10px 0px 0px;
}

.conditions-text{
    color: #29bded;
    font-size: 9px;
    padding: 5px;
}

.conditions-text a {
    color: #029bce; 
    text-decoration: none;
    font-weight: bolder;
}


.conditions-text a:hover {
    text-decoration: underline  !important; 
    color: #047da5; 
}

.top-box input {
    /* border: 1px solid #00ACE4;  */
    padding: 10px;
    border-radius: 5px;
    outline: none;
}

.top-box input:focus {
    /* border: 2px solid #00ACE4;   */
    /* box-shadow: 0 0 5px rgba(0, 172, 228, 0.6);  */
    animation: blink 1s linear infinite; 
}

.top-box input::placeholder {
    /* color: #1B4E9B;  */
    opacity: 1; 
}

.homenaje-contenedor{
    margin-top: 13px;
    margin-bottom: 13px;
    padding-left: 30px;
    padding-right: 30px;
}

.homenaje-contenedor p{
    color: #323232; 
    font-family: Arial, sans-serif;
    font-weight: lighter;
}

.footer-condolencias{
    margin-top: 16px;
    margin-bottom: 10px;
    text-align: center;
}


#zona1Nombre{
    width: 100%;
    margin-bottom: 11px;
}

.add-container {
    display: flex;
    flex-direction: column;
    width: 32em !important;
    position: relative;
    border-radius: 10px;
    font-family: sans-serif;
}

.overflow-content {
    /*overflow-y: auto; */
    height: 100% !important;
}


.add-container {
   /* max-height: 98vh;
    height: 90vh;*/
}

#logoTellMeByeCondolencias{
    width: 34%;
}

/*Zona 2*/

#zona2Descripcion, #zona3Foto, #zona4Video, #zona5Prev {
    width: 100%;
    margin-bottom: 11px;
}

.description-box {
    display: flex;
    justify-content: center;
    align-items: center; 
    margin-bottom: 20px;
    width: 100%;  
}

.description-box textarea {
    /* border: 1px solid #00ACE4; */
    padding: 10px;
    border-radius: 5px;
    max-width: 500px;
    margin: 0 auto;
    outline: none;
    width: 86%;
    height: 16em;
    font-size: 14px;
    color: #333;
}

.description-box textarea::placeholder {
    /* color: #1B4E9B; */
    opacity: 1;   
}

.description-box textarea:focus {
    border: 2px solid #00ACE4;
    box-shadow: 0 0 5px rgba(0, 172, 228, 0.6);
    animation: blink 1s linear infinite;
}

/*Cambios aqui*/
#step-2 .buttons-box, 
#step-3 .buttons-box,
#step-4 .buttons-box,
#step-5 .buttons-box, 
#step-text .buttons-box,
#step-video .buttons-box, 
#step-image .buttons-box,
#step-final-text .buttons-box,
#step-final-video .buttons-box,
#step-final-image .buttons-box{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#step-2 .buttons-box button, 
#step-3 .buttons-box button,
#step-4 .buttons-box button,
#step-5 .buttons-box button, 
#step-text .buttons-box button,
#step-video .buttons-box button,
#step-image .buttons-box button,
#step-final-text .buttons-box button,
#step-final-video .buttons-box button,
#step-final-image .buttons-box button{
    margin-top: 10px;
}

#step-2 .btn-regresar-continuar, 
#step-3 .btn-regresar-continuar,
#step-4 .btn-regresar-continuar,
#step-5 .btn-regresar-continuar,
#step-text .btn-regresar-continuar,
#step-video .btn-regresar-continuar,
#step-image .btn-regresar-continuar,
#step-final-text .btn-regresar-continuar,
#step-final-video .btn-regresar-continuar,
#step-final-image .btn-regresar-continuar {
    display: flex;
    gap: 10px;  
    width: 90%; 
}

@media(max-width:768px){
   #step-image .btn-regresar-continuar{
    gap: 5px;
   } 
}

#step-2 .cancel-condolence, 
#step-3 .cancel-condolence, 
#step-4 .cancel-condolence,
#step-5 .cancel-condolence,
#step-text .cancel-condolence,
#step-video .cancel-condolence,
#step-image .cancel-condolence,
#step-final-text .cancel-condolence,
#step-final-video .cancel-condolence,
#step-final-image .cancel-condolence {
    width: 90%; 
    margin-top: 10px;  
}

/* Estilos de los botones */
.btn-regresar {
    background-color: #D9DADA !important;
    flex: 1 1 15%;  
}

.btn-continuar {
    flex: 1 1 85%;  
}

/*Nueva zona 2*/ /*Cambios aqui*/
.options-box {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 20px;
}

@keyframes blinkOption {
    0% { 
        opacity: 1; 
    }
    50% { 
        opacity: 0.8; 
    }
    100% { 
        opacity: 1; 
    }
}

.option-card {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: white;
    text-align: center;
    padding: 10px;
    transition: all 0.3s ease;
    animation: blinkOption 1s ease-in-out infinite;
}

.option-card:hover {
    transform: scale(1.05);
    opacity: 0.5;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

@media(max-width: 768px) {
    .option-card {
        width: 80px;
    }
    .option-box{
        gap: 16px;
        padding: 20px 10px;
    }
}

.option-card:nth-child(1) {
    background-color: #4F809E;
}

.option-card:nth-child(2) {
    background-color: #b02c2c;
}

.option-card:nth-child(3) {
    background-color: #D8DAD9;
}

.option-card:nth-child(3) p{
    color: #333;
}


.option-card svg {
    margin-bottom: 10px;
}

.option-card img {
    width: 57px;
    height: auto;
    margin-bottom: 3px;
}

.option-card span {
    font-size: 74px;
    font-weight: bold;
    color: #333;
    line-height: 63px;
    font-family: 'Times New Roman', Georgia, serif;
}

.option-card p {
    margin: 0;
    font-size: 12px;
    color: white;
    font-weight: bold;
}

#prev-step-2{
    flex: none !important;
}

/*Option video*/ /*Cambios aqui*/
#step-video {
    max-width: 400px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
  }
  
  #step-video .homenaje-contenedor {
    text-align: center;
    margin-bottom: 15px;
  }

  #step-video .video-upload-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  
  #step-video .video-link-upload {
    position: relative;
  }
  
  #step-video .url-video-pesame {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    color: #4a6d85;
    text-align: center;
  }
  
  #step-video .video-preview {
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  #step-video #previewImageVideo {
    max-width: 130px;
  }
  
    #aviso-copyright {
    color: #9c3333;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    display: block;
    margin-top: 10px;
  }

  .contenedor-youtube{
    background-color: #B41416;
    width: 105px;
    height: 100px;
    border-radius: 10px;
    display: flex;
    gap: 5px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    padding: 8px;
  }
  .contenedor-youtube p{
    color: white;
    margin: 0;
    font-size: 11px;
  }
  .contenedor-youtube img{
    width: 70px !important;
  }


  #step-video .description-box {
    margin-top: 5px;
  }
  
  #step-video .text_pequeño {
    width: 100%;
    min-height: 120px;
    padding: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    resize: none;
    font-size: 14px;
  }
  
  #step-video .text_pequeño::placeholder {
    color: #888;
  }

  .contenidor-pesame{
    border: 1px solid rgb(27, 143, 252);
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
  }

  .contenidor-pesame .description-box{
    margin: 0 !important;
  }

/*Opcion imagenes*/ /*Cambios aqui*/
.contenidor-pesame-img{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}


.contenidor-pesame-img.active {
    border-color: #3b82f6; 
    box-shadow: 0 0 10px rgba(59, 130, 246, 0.3);
}


#step-image .description-box textarea{
    width: 100%;
}
#step-image .description-box {
    margin-bottom: 10px !important;
}

#step-image{
    padding: 0 11px;
}

#step-image .contenidor-pesame{
    gap: 20px;
}

#pesame-containers-wrapper {
    max-height: 800px;
    overflow-y: auto;
    border: 1px solid #63b6d6;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    gap: 10px;
}


.description-box-image textarea{
    padding: 10px !important;
    width: 100%;
    height: 225px;
}

.upload-container {
    position: relative;
}

.image-counter {
    position: absolute;
    top: 5px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 10px;
}

#add-image-container{
    background-color: #20C6A2 !important;
}
#add-image-container:hover{
   opacity: 0.8;
   transition: opacity 0.3s ease;
}
.btn-azul{
    font-weight: bold !important;
}
#step-image .image-preview-container img {
    width: 168px !important;
}
#step-image .image-preview-container {
    align-items: center;
    height: auto;
    gap: 11px !important;
    justify-content: center;
    align-content: center;
}
#step-image .image-controls button {
    display: flex;
    flex-direction: column;
    font-size: 11px !important;
}
#step-image  .image-preview-container i {
    font-size: 25px;
    padding: 0 !important;
}
.modo-edicion{
    width: 100% !important;
}
.edicion-upload{
    width: 28em !important;
}
@media(max-width: 768px){
    #step-image .image-preview-container img {
        width: 119px !important;
    }
    #step-image  .image-preview-container i {
        font-size: 22px;
    }
    #step-image .image-controls button {
        font-size: 10px;
    }
}
/*Paso 3*/ /*Cambios aqui*/
.upload-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20em;
    position: relative;
    border: 2px solid #eceded !important; 
    /*cambios aqui, debe ser gris y no del color del user*/
    margin-top: 10px;
    border-radius: 15px;
    width: 20em;
}

@media(max-width:768px){
    .upload-container {
        width: 16em;
    }

    .upload-box {
        width: 150px;
        height: 150px;
    }
}

.upload-container p{
    color: white
}

.upload-box {
    width: 170px;
    height: 160px;
    /* background-color: #00ACE4; */
    /* color: white; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: background-color 0.3s ease;
    animation: blinkBtn 2s linear infinite; 
}

.upload-box p {
    margin-top: 10px;
    font-size: 14px;
}

.upload-box:hover {
    /* background-color: #026f94; */
}

.upload-container .modal-content .modal-header {
    /* background-color: #00ACE4; */
}


.upload-container .modal-content .modal-header p {
    /* background-color: #00ACE4; */
}

/* Ocultar el input completamente */
#pesame_image_upload {
    display: none;
}

#pesame_image {
    display: none !important;
}

.upload-container #preview-rotate-right-step3{
    background: none;
    font-size: 14px;
    font-style: normal;
    padding: 0;
    position: inherit;
}


.upload-container #preview-rotate-right-step3 button{
    display: flex;
    flex-direction: column;
}

#preview-publicar{
    margin-top: 0 !important;
    width: 16em !important;
    height: 16em !important;
}

#image-preview-container {
    display: flex ;
    align-items: center;
    gap: 10px;
    width: 90%;
    padding: 10px;
    border-radius: 10px;
    justify-content: space-between;
}

.image-preview-container{
    display: flex;
    gap: 20px;
    align-items: center;
    height: auto;
}

#image-preview {
    width: 16em; 
    height: 16em;
    object-fit: cover;
    box-shadow: 1px 1px 11px #000000b3;
}

.image-controls {
    display: flex;
    flex-direction: column;
    height: 16em;
    justify-content: space-between;
    
}

.image-controls button {
    background: none;
    border: none;
    cursor: pointer;
    color: #00ACE4;
}

.image-controls button img {
    width: 40px; 
    height: 40px;
}

/*Video*/
.video-upload-container {
    padding: 17px;
    border-radius: 10px;
    margin-top: -20px;
    padding-bottom: 5px;
    
}

.video-preview img {
    width: 85px;
    margin: auto;
    display: block;
}

.video-link-upload input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
}

.video-preview{
    /* border: 1px solid #00ACE4; */
    width: 100%;
    height: 16em;
    align-content: center;
    border-radius: 5px;
}

.video-link-upload input {
    width: 100%;
    padding: 10px;
    /* border: 1px solid #00ACE4; */
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

.video-link-upload input:focus {
    /* border: 2px solid #00ACE4; */
    /* box-shadow: 0 0 5px rgba(0, 172, 228, 0.6); */
    outline: none;
    animation: blink 1s linear infinite;
}

.text-condolencia-upload{
    color: #20539f;
    font-family: sans-serif;
    font-weight: bold;
    margin-top: 7px;
}

.rotacio-prev .text-condolencia-upload{
    font-weight: normal;
}

#image-preview-container {
    position: relative; 
}

/*Previsualizacion*/
#user-image-prev{
    width: 16em;
    height: 16em;
    object-fit: cover;
    box-shadow: 1px 1px 11px #000000b3;
}

#user-text-prev, #user-text-prev-video, #user-video-message{
    margin-top: 6px;
    color: black;
    text-align: center;
    font-size: 14px;
    text-align: center; 
    word-wrap: break-word;  
    overflow-wrap: break-word;
    max-width: 100%;
}

#user-image-message{
    color: black;
    text-align: center;
    font-size: 14px;
    overflow-wrap: break-word;
    max-width: 100%;
}

/*Cambio aqui*/
.prev-final-condolencia{
    padding: 5px;
    max-width: 90%;
    margin: 5px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    word-wrap: break-word;
    border: 1px solid #bbbbbb;
    border-radius: 5px;
    min-height: 127px;
}

#rotate-image-prev{
    border: none;
    background: none;
    display: flex;
    flex-direction: column;
    width: auto !important;
}

.rotacio-prev #preview-rotate-right-step5 button{
    display: flex;
    flex-direction: column;
    background: none;
    border: none;
    color: #00ACE4;
    font-style: normal;
    padding: 3px;
    margin-bottom: 3px;
} 

.rotacio-prev {
    display: flex;
    flex-direction: column;   
    justify-content: center; 
    align-items: center; 
    text-align: center;   
}

.rotacio-prev button {
    justify-content: center;
    align-items: center; 
    padding: 10px;  
}

#user-video-prev iframe{
    width: 90%;
    height: 90%;
}

.addcondolence_mobile{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    /*margin-top: 14em;*/
    padding: 3em;
}

.add-container{
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.8);
}

.top.text_pequeño {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


/*Media-responsive del form de añadir condolencias*/

@media(max-width:768px){
    .add-container{
        max-width: 25em !important;
        margin-top: 10px;
        margin-bottom: 25px;
    }
    #step-5 .btn-regresar-continuar{
        gap: 4px;
        margin-left: -25px;
    }

    .top #trigger-close-publicar {
        right: -9em !important;
    }

    #publicar .modal .add-container .top .text_pequeño {
        background: #00ACE4 !important;
        border-radius: 10px 10px 0px 0px;
    }

    #publicar .modal .add-container .top, .addcondolence_mobile .add-container .top {
        /* background: #00ACE4; */
    }

    .add-container .buttons-box .btn {
        max-width: 90% !important; 
    }
    
    #image-preview {
        width: 14em;
        height: 14em;
        object-fit: cover;
    }

    #user-image-prev{
        width: 14em;
        height: 14em;
        object-fit: cover;
    }
    
    .image-preview-container{
        gap: 7px !important;
    }
    
    #preview-publicar{
        width: 10em !important;
        height: 10em !important;
    }
    
    .addcondolence_mobile{
        margin-top: 0;
        padding: 1em;
    }

    .top #trigger-close-publicar {
        position: relative;
        right: 15px;
        top: -11em !important;
        cursor: pointer;
        color: white;
    }

    .homenaje-contenedor p{
        font-weight: normal;
    }
    
}

/**/

#muro-tools {
    border-bottom: 1px solid #f5f5f5;
    border-top: 1px solid #f5f5f5;
}

#muro-tools .message-info {
    position: absolute;
    width: 290px;
    z-index: 999;
    top: -40px;
    left: -17%;
    text-align: center;
}

#muro-tools .message-info .info {
    font-weight: 600;
}

#muro-tools .message-info .message-content {
    color: #fff;
    padding: 15px;
    background-color: #20c6a1;
    border-radius: 4px;
    width: 250px;
    float: left;
    margin-top: -5px;
    height: 130px;
}

#muro-tools .message-info .message-content div {
    color: #fff;
}

#muro-tools .message-info .btn-ok button {
    color: #878787;
    border: 0px;
    margin-top: 10px;
}

#muro-tools .message-info .btn-ok button:hover {
    color: #878787;
    border: 0px;
    background-color: #e2e2e2;

}

#muro-tools .message-info i.fa-hand-o-right {
    animation: bounceLeft 2s infinite;
    float: right;
    margin-top: 50px;
}

#muro-tools .message-info i.fa-hand-o-up {
    animation: bounce 2s infinite;
    float: right;
    margin-top: 50px;
}

#muro-tools .message-info i.fa-hand-o-up {
    display: none;
}

.arrow_box {
    position: relative;
    background: #20c6a1;
    border: 4px solid #20c6a1;
}

.arrow_box:after, .arrow_box:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(32, 198, 161, 0);
    border-left-color: #20c6a1;
    border-width: 10px;
    margin-top: -10px;
}

.arrow_box:before {
    border-color: rgba(32, 198, 161, 0);
    border-left-color: #20c6a1;
    border-width: 16px;
    margin-top: -16px;

}
.homenaje-contenedor p{
    font-size: 15px !important;
}
.top.text_pequeño p{
    font-size: 25px !important;
    line-height: 1.1 !important;
}
@keyframes bounceLeft {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    40% {
        -moz-transform: translateX(-7px);
        -ms-transform: translateX(-7px);
        -webkit-transform: translateX(-7px);
        transform: translateX(-7px);
    }
    60% {
        -moz-transform: translateX(-3px);
        -ms-transform: translateX(-3px);
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
}

@media (max-width: 1200px) {
    #muro-tools .message-info {
        top: 65px;
        left: 5%;
    }

    #muro-tools .message-info i.fa-hand-o-up {
        display: inline;
        float: none;
        position: absolute;
        top: -27px;
        left: 117px;
        margin-top: 0px;
    }

    #muro-tools .message-info i.fa-hand-o-right {
        display: none;
    }

    #muro-tools .message-info .message-content {
        float: none;
        margin-top: 0px;
    }

    .arrow_box {
        position: relative;
        background: #20c6a1;
        border: 4px solid #20c6a1;
    }

    .arrow_box:after, .arrow_box:before {
        left: initial;
        top: initial;

        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrow_box:after {

        border-left-color: initial;
        border-width: initial;
        margin-top: initial;

        border-color: rgba(32, 198, 161, 0);
        border-bottom-color: #20c6a1;
        border-width: 10px;
        margin-left: -10px;
    }

    .arrow_box:before {

        border-left-color: initial;
        border-width: initial;
        margin-top: initial;

        border-color: rgba(32, 198, 161, 0);
        border-bottom-color: #20c6a1;
        border-width: 16px;
        margin-left: -16px;
    }

    button.info-events {
        visibility: visible !important;
    }

}

.fancybox-inner .cropFrame {
    border-radius: 50%;
    margin-top: 45px;
}

.nopadding {
    padding-right: 0px;
    padding-left: 0px;
}

#header-muros .access {
    font-size: 14px;
    color: #21C6A1;
    padding-top: 2.5%;
}

#header-muros .access a,
#header-muros .access span {
    color: #21C6A1;
}

#header-muros .access i {
    margin-right: 10px;
    color: #21C6A1;
    font-size: 14px;
    margin-top: 5px;
}

@media (max-width: 768px) {
    .seguidores,
    .visitas {
        text-align: center !important;
    }
}

@media (max-width: 620px) {
    #filter-muro .input-group {
        margin-bottom: 15px;
    }

    #breadcrumb .social {
        margin-top: 58px;
    }
}

#breadcrumb .breadcrumb {
    margin-left: 0px !important;
    padding-left: 15px;
}

#breadcrumb .social {
    position: absolute;
    top: -50px;
    width: calc(100% - 45px);
    z-index: 10;
}

#breadcrumb .social i {
    float: right;
    margin-left: 10px;
}

#muro-list.format-list .muro .combine-name {
    margin-top: 0px !important;
}

#muro-list .info-events-container button.info-events {
    width: 100%;
    visibility: hidden;
}

#muro-list .info-events-container button.info-events i {
    color: white;
    margin-right: 5px;
}

#muro-list .info-events-container button.info-events:hover i {
    color: #fff;
}

.info-events-container {
    padding-top: 20px;
}

#muro-list .container-muro {
    float: left;
}

#muro-list .muro:hover div {
    color: #fff !important;
}

#muro-list .muro .user-image {
    /* border: 2px solid white; */
}

#muro-list .muro:hover button.info-events {
    visibility: visible;
}

#muro-list .muro:hover .muro-actions {
    display: inline-block;
}

#muro-list .muro .muro-stats {
    width: 100%;
    height: 35px;
    text-align: right !important;
    bottom: -125px;
}

@media (max-width: 1201px) {
    #muro-list .info-events-container button.info-events {
        visibility: hidden !important;
    }

    #muro-list .muro:hover .info-events-container button.info-events {
        visibility: visible !important;
    }

    .muro-actions {
        display: none;
    }
}

#muro-list .muro:hover .muro-stats {
    bottom: -65px;
}

#muro-list .muro:hover .muro-stats label, #muro-list .muro:hover .muro-stats label i {
    color: white;
}

#muro-list .muro .muro-stats i {
    margin-top: 12px;
}

#muro-list .muro .muro-stats label:first-child {
    text-align: center;
}

#muro-list .muro .muro-stats label:nth-child(3) {
    float: right;
}

#partner-info .all-info {
    position: relative;
    width: 100%;
    float: left;
}

#partner-info .all-info .delegation {
    display: inline-block;
    float: left;
}

#partner-info .all-info .prev {
    z-index: 990;
    position: absolute;
    font-size: 24px;
    left: 0;
    margin-left: 15px;
}

#partner-info .all-info .next {
    z-index: 990;
    position: absolute;
    font-size: 24px;
    right: 0;
    margin-right: 15px;
}

#partner-info .all-info label i:hover {
    color: #B5B5B5;
}

#partner-info .all-info label i {
    cursor: pointer;
    color: #fff;
}

#partner-info .all-info #s-name span {
    font-weight: 600;
}

div#sug p {
    font-size: 12px;
    font-weight: 500;
    font-style: italic;
    /*input-group: ;*/
    cursor: pointer;
}

div#sug p:hover {
    font-weight: bolder;
}

.ocultado {
    display: none;
}

div#sug p:hover .ocultado {
    display: inline;
}

.ocultado {
    margin-right: 5px;
}

/*#filter-muro .input-group:hover{
	background-color: red;
}*/

#filter-muro .input_search_group {
    cursor: pointer;
}

#filter-muro .input-group-addon {
    border: 0px;
    background-color: white;
}

form#form_add_pesame .bootstrap-maxlength {
    left: 1090px !important;
}

.text_pequeño {
    font-size: 14px !important;
}

.paypal_completed {
    width: 50%;
    margin: auto;
    background-color: green;
    text-align: center;
    padding: 20px;
}

.paypal_completed p {
    width: 80%;
    margin: 0 auto;
    height: max-content;
    font-size: 20px;
    color: white;
    text-align: center;
    padding: 20px;
}

.paypal_payment_verifying {
    width: 50%;
    margin: auto;
    background-color: white;
    height: 150px;
    text-align: center;
    margin-top: 80px;
}

.paypal_payment_verifying p {
    width: 80%;
    margin: 0 auto;
    height: max-content;
    font-size: 20px;
    color: black;
    text-align: center;
    padding: 20px;
}

#paypal-button-container {
    width: 50%;
    margin: 0 auto;
}

@media (max-width: 500px) {
    #paypal-button-container {
        width: 90%;
    }
}


#card_resume .checkout_step > h3 {
    font-size: 20px;
    border-bottom: solid 1px #878787;
    padding: 5px;
}


.obituario_datos_salida > div {
    color: white;
    font-size: 36px;
}

.obituario_datos_salida > div > span {
    color: white;
}

.obituario_datos_salida {
    text-align: center;
    margin-top: 70vh;
}

.obituario_datos_salida .salida span {
    margin-left: 50px;
}

.obituario_datos_salida .misa span {
    margin-left: 88px;
}

.datos_salida_listado_salas p {
    position: unset !important;
    line-height: 17px !important;
    color: white !important;
    font-size: 2vh !important;
}

#form_add_pesame #esquela-image {
    border-radius: 100px;
    border: solid 2px white;
    transform: scale(0.6);
}

#form_add_pesame .top p {
    margin-top: 20px;
    color: white;
    line-height: 20px;
    font-size: 21px;
    font-weight: 150;
    padding-right: 10px;

}

#form_add_pesame .top p span {
    color: white;
    text-decoration: underline;
}

#form_add_pesame .description-box {
    position: relative;
    bottom: 0px;
}


#form_add_pesame .add-container {
    background-color: white;
}

#form_add_pesame .recuerdo-box-cont input {
    border: solid 2px #eceded;
    border-radius: 15px;
    margin-bottom: 10px;
    text-align: center;
}

#form_add_pesame .recuerdo-box-cont textarea {
    border: solid 2px #eceded;
    border-radius: 15px;
}

#form_add_pesame .buttons-vol {
    background-color: white;
}

#form_add_pesame .subirfoto,
#form_add_pesame .subirvideo {
    background-color: white;
}

#form_add_pesame .condiciones {
    position: relative;
    bottom: 0px;
}

#form_add_pesame .top div:first-child {
    padding-right: 10px !important;
    padding-top: 0px !important;
    padding-bottom: 10px !important;
    height: 100px;
    margin-top: -27px;
}

#form_add_pesame .add-container .top {
    padding-right: 0px !important;
}

#form_add_pesame .buttons-box {
    position: relative;
    bottom: 0px;
    background-color: white;
}

#form_add_pesame .condiciones span {
    margin-right: 5px;
}

#form_add_pesame .image-preview-container img {
    width: 160px;
}



.condolence-info-error {
    color: red;
}

.condolence-info-valid {
    color: green;
}


#publicar div.container.text-center.col-md-9 {
    width: 1170px;
}

#publicar div a {
    margin-top: 10px;
    text-decoration: none;
}

@media (max-width: 1200px) {
    #publicar div.container.text-center.col-md-9 {
        width: 970px;
    }

}

@media (max-width: 992px) {
    #publicar div.container.text-center.col-md-9 {
        width: 755px;
    }

}

@media (max-width: 768px) {
    #publicar div.container.text-center.col-md-9 {
        width: 100% !important;
    }

    #publicar div button.btn {
        /*width: 100% !important;*/
        margin-left: 0px;
    }
}

#muro-info {
    top: 0px !important;
}

#muro-info .muro-container {
    max-width: 1200px !important;
}

#muro-info .info-data {
    height: 65vh !important;
}

#filter-muro #buscador, #filter-muro #input-group span, #filter-muro div.btn-group {
    z-index: 1 !important;
}

.productos-lines {
    width: 100%;
    padding: 20px;
    margin-bottom: 0px;
}

#prod {
    width: 50%;
    float: right;
}

#lines {
    width: 100%;
    text-align: left;
    padding: 2px;
    margin-top: 45px;
}

#product_media {
    width: 50%;
    float: left;
    padding-right: 20px;
}

#prod {
    margin-bottom: 20px;
    padding: 10px;
}

#prod button {
    margin-top: 15px;
    width: 100%;
}

#prod h2 {
    font-size: 22px;
    display: inline-block;
    width: 75%;
    padding: 10px;
    margin-right: 10px;
}

#lines h3 {
    font-weight: bold;
    margin-bottom: 15px;
}

#prod .price {
    font-size: 18px;
}

#product_data .product-video, #product_data .product-video iframe, .product_img {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

#product_data .product-video, #product_data .product-video iframe {
    height: 300px;
}

#product_data textarea {
    border: 1px solid green;
    margin-top: 30px;
}

#date, #time {
    width: 50% !important;
    float: left;
}

#requested_date, #requested_time {
    width: 50% !important;
    display: inline-block;
    text-align: center;
}

#datetime h3 {
    width: 25% !important;
    display: inline-block;
}

#waiting, #pesame_waiting, .active_pesame {
    position: absolute;
    color: white;
    opacity: 1;
}

.gallery #waiting {
    margin-top: 50px;
    margin-left: 13.3%;
    width: 100%;
}

.gallery #pesame_waiting {
    margin-top: 35px;
    font-weight: bolder;
    text-align: center;
    width: 100%;
    font-size: 14px
}

#supervising {
    height: 100%;
    position: absolute;
    width: 100%;
}

#supervising * {
    opacity: 1;
    z-index: 3;
}

.gallery #supervising .active_pesame {
    position: absolute;
    bottom: 12px;
    background-color: #20c6a1;
    border: 0 none;
    width: 73%;
    left: 3%;
    margin: 0;
}

.gallery #supervising .delete_pesame {
    position: absolute;
    bottom: 12px;
    background-color: #20c6a1;
    border: 0 none;
    width: 17%;
    right: 3%;
    margin: 0;
}

#supervising .delete_pesame i {
    font-size: 16px;
}

#supervising .active_pesame span, #supervising .active_pesame i, #supervising .delete_pesame i, #supervising .delete_pesame span {
    color: white !important;
    line-height: 100%;
}

.list #supervising .active_pesame {
    position: absolute;
    bottom: 12px;
    background-color: #20c6a1;
    border: 0 none;
    width: 25%;
    left: 4%;
    margin: 0;
}

.list #supervising .delete_pesame {
    position: absolute;
    bottom: 12px;
    background-color: #20c6a1;
    border: 0 none;
    width: 25%;
    left: 30%;
    margin: 0;
}

.list #waiting {
    margin-top: 50px;
    margin-left: 21.3%;
}

.list #pesame_waiting {
    margin-top: 35px;
    font-weight: bolder;
    text-align: center;
    width: 59%;
    font-size: 14px
}

#recuerdos .container {
    width: 100%;
}

#return-user:hover {
    cursor: unset;
}

#muro-info-detalle .close-info {
    cursor: pointer;
    margin-top: 20px;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    float: right;
    border-radius: 5px;
}

#muro-info-detalle .close-info i {
    color: #fff;
}

#upload-preload-cube {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 9999;
    display: none;
}

.cube-folding {
    width: 50px;
    height: 50px;
    display: inline-block;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 0;
}

.cube-folding span {
    position: relative;
    width: 25px;
    height: 25px;
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    display: inline-block;
}

.cube-folding span::before {
    content: '';
    background-color: white;
    position: absolute;
    left: 0;
    display: block;
    width: 25px;
    height: 25px;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -moz-animation: folding 2.5s infinite linear both;
    -webkit-animation: folding 2.5s infinite linear both;
    animation: folding 2.5s infinite linear both;
}

.cube-folding .leaf2 {
    -moz-transform: rotateZ(90deg) scale(1.1);
    -ms-transform: rotateZ(90deg) scale(1.1);
    -webkit-transform: rotateZ(90deg) scale(1.1);
    transform: rotateZ(90deg) scale(1.1);
}

.cube-folding .leaf2::before {
    -moz-animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    background-color: #c9f2fc;
}

.cube-folding .leaf3 {
    -moz-transform: rotateZ(270deg) scale(1.1);
    -ms-transform: rotateZ(270deg) scale(1.1);
    -webkit-transform: rotateZ(270deg) scale(1.1);
    transform: rotateZ(270deg) scale(1.1);
}

.cube-folding .leaf3::before {
    -moz-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    background-color: #89ddf4;
}

.cube-folding .leaf4 {
    -moz-transform: rotateZ(180deg) scale(1.1);
    -ms-transform: rotateZ(180deg) scale(1.1);
    -webkit-transform: rotateZ(180deg) scale(1.1);
    transform: rotateZ(180deg) scale(1.1);
}

.cube-folding .leaf4::before {
    -moz-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    background-color: #00ace4;
}

@-moz-keyframes folding {
    0%, 10% {
        -moz-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%, 75% {
        -moz-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%, 100% {
        -moz-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@-webkit-keyframes folding {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes folding {
    0%, 10% {
        -moz-transform: perspective(140px) rotateX(-180deg);
        -ms-transform: perspective(140px) rotateX(-180deg);
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%, 75% {
        -moz-transform: perspective(140px) rotateX(0deg);
        -ms-transform: perspective(140px) rotateX(0deg);
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%, 100% {
        -moz-transform: perspective(140px) rotateY(180deg);
        -ms-transform: perspective(140px) rotateY(180deg);
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

.cube-wrapper {
    position: absolute;
    left: 50%;
    margin-top: 20%;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    text-align: center;
}

#upload-preload-cube .loading {
    white-space: nowrap;
    width: 100%;
    height: 90%;
    text-align: center;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.1em;
    display: inline-flex;
    color: #ededed;
    position: relative;
    top: 25px;
    z-index: 2;
    -moz-animation: text 0.5s ease infinite alternate;
    -webkit-animation: text 0.5s ease infinite alternate;
    animation: text 0.5s ease infinite alternate;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}

#ceremonia .text_center {
    text-align: center;
}

.overname {
    display: none;
}

#partner .container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-height: 230px;
    object-fit: cover;
    overflow: hidden;
}

#partner.with-cinta img.img-partner-cinta {
    width: 100%;
    max-height: unset;
    max-width: unset;


}

#partner.with-cinta .partner-logo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

#partner.with-cinta .overground {
    content: '';
    width: calc(100% - 30px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #00000080;
    margin-left: 15px;
}

#partner.with-cinta .partner-logo-link {
    width: 100%;
}

/* Modal cropper.js recortar imagen */
/* ==== Modal estilos ==== */
.modal-cropper {
    background-color: rgba(0, 0, 0, 0.85); /* Oscurecer el fondo para un enfoque serio */
    backdrop-filter: blur(3px);
    position: fixed;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 150ms ease-in-out;
    overflow: auto;
    padding: 20px;
}

.modal-content {
    width: 1200px;
    margin: auto;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2); /* Sombra para efecto flotante */
    background-color: #f3f3f3; /* Un color de fondo más apagado y neutral */
    border: 1px solid #aaa; /* Añadir un borde sutil */
    overflow: hidden;
    transform: scale(0.9);
    opacity: 0;
    font-family: 'Open Sans', sans-serif;
    transition: 400ms 300ms all ease;
    border-radius: 15px; /* Esquinas redondeadas */
}

.modal-content .modal-header {
    width: 100%;
    padding: 20px 10px;
    text-align: center;
    box-shadow: 0px -2px 7px 1px rgba(0, 0, 0, 0.281);
    border-top-left-radius: 15px; /* Esquinas redondeadas */
    border-top-right-radius: 15px;
}

.modal-content .modal-header p {
    margin: 0 auto;
    padding: 0;
    font-size: 20px;
    color: #fff; /* Color de texto oscuro y sobrio */
    font-family: 'Open Sans', sans-serif;
}

.modal-content .modal-body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    padding: 18px 10px;
}

.modal-body .content-imagen-cropper {
    width: 80%;
    height: 400px;
    padding: 5px;
    border-radius: 4px;
}

.content-imagen-cropper .img-cropper {
    width: 100%;
}

.modal-body .content-imagen-sample {
    height: 250px;
    width: 250px;
    overflow: hidden;
    margin: 0 12px;
    border-radius: 4px;
}

.modal-body .content-imagen-sample .img-sample {
    height: 100%;
    width: 100%;
}

.modal-content .modal-footer {
    width: 100%;
    padding: 10px 10px;
    text-align: center;
    background-color: rgb(249, 249, 249);
    box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, 0.281);
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    border-bottom-left-radius: 15px; /* Esquinas redondeadas */
    border-bottom-right-radius: 15px;
}

.modal-footer .btn {
    border: none;
    padding: 12px 70px;
    border-radius: 5px;
    font-size: 12px; /* Un tamaño de fuente ligeramente más grande para mejorar la legibilidad */
    font-weight: 600 !important; /* Fuente en negrita para destacar la acción */
    cursor: pointer;
    transition: background-color 300ms ease, transform 150ms ease; /* Añadir transformación para efecto hover */
    font-family: 'Open Sans', sans-serif;
}

.modal-footer .primary:hover {
    transform: scale(1.05); /* Efecto de escala al pasar el ratón */
}

.modal-footer .secundary:hover {
    transform: scale(1.05); /* Efecto de escala al pasar el ratón */
}

/* ==== Modal estilos active ==== */

.modal-cropper.active {
    opacity: 1;
    backdrop-filter: blur(3px);
    visibility: visible;
}

.modal-content.active {
    transform: scale(1);
    opacity: 1;
}

.modal-cropper.remove {
    opacity: 0;
    backdrop-filter: blur(0px);
    visibility: hidden;
    transition: 150ms 150ms all ease-in-out;
}

.modal-content.remove {
    transform: scale(0.9);
    opacity: 0;
    transition: 150ms all ease;
}

@media screen and (max-width: 1200px) {
    .modal-content {
        width: 100%;
    }

    .container {
        width: 90%;
    }

    .group {
        width: 400px;
        height: 400px;
        margin: auto;
    }

    .group .label-file {
        padding: 10px 10px 30px 10px;
    }
}

@media screen and (max-width: 1200px) {
    .content-imagen-sample {
        display: none;
    }

    .modal-body .content-imagen-cropper {
        width: 100%;
        padding: 0 !important;
    }

    .modal-content .modal-footer {
        flex-direction: column;
        gap: 5px;
    }

    .modal-footer .btn {
        width: 100%;
    }

    .container {
        width: 90%;
    }

    .group {
        width: 200px;
        height: 200px;
        margin: auto;
    }
}

@media screen and (max-width: 768px) {

    /* Cambio el breakpoint a 768px para dispositivos móviles medianos */
    .modal-content {
        width: 95%;
        /* Hago que el modal sea un poco más grande para aprovechar el espacio */
        overflow: auto;
        /* Por si acaso el contenido supera el espacio disponible */
    }

    .content-imagen-sample {
        display: none;
        /* Oculto el área de la imagen de muestra */
    }

    .content-imagen-cropper {
        width: 100%;
        /* La imagen de recorte ocupa todo el espacio disponible */
    }

    .modal-content .modal-footer {
        flex-direction: column;
        /* Los botones uno debajo del otro */
        gap: 10px;
    }

    .modal-footer .btn {
        width: 100%;
        /* Botones en bloque para facilitar la interacción */
        margin-bottom: 5px;
        /* Espaciado entre botones */
    }

    .modal-content .modal-header p,
    .modal-footer {
        font-size: 16px;
        /* Un tamaño de fuente ligeramente más pequeño */
    }
    #section-footer-bottom .row{
        line-height: 21px !important;
    } 

}
@media (max-width: 990px) {
    #partner.with-cinta img.img-partner-cinta {
        object-position: center;
        scale: 3;
        height: 140px;
        object-fit: contain;
    }
}