 * {
    box-sizing: border-box;
}
.wr-row{
    width: 100%;
    padding: 40px 0;
    background-color: #f4f4f4;

}
#wr-center-text{
    text-align: center;
    margin-top:20px;
    margin-bottom: 5px;
}
.wr-row::after {
    content: "";
    clear: both;
    display: table;
}
[class*="wr-col"] {
    float: left;
    padding: 15px;
}
[class*="wr-col-"] {
    width: 100%;
}
.wr-container{
    padding: 0 5%;
}
.wr-image>img{
    width: 100%;
    height: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.wr-title-perfil{
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    height: 2em;
    margin: .5em 0;
    text-transform: uppercase;
    color: #000000;
}
.wr-subtitle-perfil{
    font-size: 12px;
    margin: .5em;
    font-weight: 700;
    color: #727272;
    height: 1.5em;
}
.wr-pais-perfil{
    min-height: 3em;
    font-size: 15px;
    margin: 0 .5em;
    padding: .5em 0;
    border-top: 1px solid #d2d2d2;
    color: #727272;
    text-transform: uppercase;
}
.wr-panel{
    border: 1px solid #dcdcdc;
    background-color: #ffffff;
}
.wr-panel:hover{
    background-color: #197bbb;
    color: #ffffff;
    border: 1px solid #dcdcdc !important;
	margin-bottom:1px !important;
}
.wr-contenido-perfil{
    text-align: center;
}
.wr-link{
    text-decoration: none !important;
}
.wr-panel:hover .wr-link{
    text-decoration: none;
}
.wr-panel:hover .wr-image>img{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.wr-panel:hover .wr-title-perfil{
    color: #ffffff;
}
.wr-panel:hover .wr-subtitle-perfil{
    color: #ffffff;
}
.wr-comentario-perfil{
    display: none;
    background-color: #ffffff;
    height: 3em;
    padding: 0.5em 0;
    text-transform: uppercase;
    color: #197bbb;
   
    font-size: 15px;
}
.wr-panel:hover .wr-pais-perfil{
    display: none;
}
.wr-panel:hover .wr-comentario-perfil{
    display: block;
}
.screen-reader-text{
    display: none;
}
nav.wr-paginacion{
    padding: 10px;
    position: relative;
    display: block;
}
nav.wr-paginacion>.nav-links{
    position: relative;
    float: left;
    right: 0%;
}
nav.wr-paginacion>.nav-links ul {
    margin: 0;
    padding: 0;
}
nav.wr-paginacion>.nav-links ul li {
    list-style: none;
    margin:0 10px 0 0;
    padding:0;
    float: left;
}
nav.wr-paginacion>.nav-links ul li span.current {
    padding: 10px 12px;
    background: #197bbb;
    border: 1px solid #197bbb;
    display: block;
    line-height: 1;
    border-radius: 4px;
    color: #fff;
}
nav.wr-paginacion>.nav-links ul li a {
    padding: 10px 12px;
    background: #ddd;
    color: #666;
    text-decoration: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    display: block;
    line-height: 1;
}
nav.wr-paginacion>.nav-links ul li a:hover {
    background: #999;
    border-color: #888;
    color: #fff;
}

.wr-panel-perfil{
    text-align: center;
    background: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 16px;

}
.wr-image-perfil>img{
    width: 300px;
    height: auto;
}
.wr-image-perfil{
    text-align: -webkit-center;
}
.wr-perfil-title{
    padding: 5px;
    font-size: 20px;
    font-weight: 400;
    margin: 1%;
}
.wr-perfil-name{
    padding: 5px;
    font-size: 30px;
    font-weight: 800;
    margin: 1%;
    text-align: center;
    line-height: 1.5;
}
.wr-perfil-edad{
    font-size: 14px;
    font-weight: 300;
    margin: 1%;
}
.wr-perfil-descripcion{
    font-size: 14px;
    font-weight: 400;
    margin: 2%;
    line-height: 1.4;
    padding: 15px !important;
}
.wr-layout{
    display: grid;
  /*  height: 100%;*/
    width: 100%;
    overflow: hidden;
    grid-template-rows: 40px 1fr;
    grid-template-columns: 1fr;
    box-shadow: 0px 4px 5px 4px rgb(0 0 0 / 10%), 0 0 0 1px rgb(0 0 0 / 10%);
    background-color: #ffffff;
    border-radius: 16px;
}
.wr-chek-layout{
    display: none;
}
label.wr-label-layout {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-bottom: 2px solid #197bbb;
    background: #ecf0f1;
    user-select: none;
    transition: background 0.4s, padding-left 0.2s;
    padding-left: 0;
    margin: 0;
    white-space: nowrap;
    padding: 0 10px;
}
.wr-chek-layout:checked + .wr-page + label.wr-label-layout{
    background: #3978a1;
    color: #ffffff;
    padding-left: 20px;
}
.wr-label-layout>span{
    font-size: 16px;
    font-weight: 800;
}
.wr-page{
    grid-column-start: 1;
    grid-row-start: 2;
    grid-column-end: span 3;
    padding: 25px !important;
    align-items: center;
}
.wr-page-contents > *{
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.2s, transform 0.2s;
}
.wr-page-contents > *:nth-child(n){
    transition-delay: 0.2s;
}
.wr-chek-layout + .wr-page{
    transition: transform 0.2s;
    transform: translateX(100%);
}

.wr-chek-layout:checked + .wr-page{
    transform: translateX(0%);
}
.wr-page-contents > *{
    opacity: 1;
    transform: translateY(0px);
}
.wr-page-contents {
    max-width: 100%;
    width: 500px;
    margin: 0 auto;
}
.wr-panel-compartir-social{
    padding: 10px;
    text-align: center;
}
.wr-panel-compartir-social>a{
    text-decoration: none;
    color: #b2b2b2;
}
.wr-panel-compartir-social>a>i:before{
    margin: 0;
    padding: 5px;
    font-size: 32px;
}
a.wr-compartir-whatsapp:hover{
    text-decoration: none;
    color: #43d854;
}
a.wr-compartir-facebook:hover{
    text-decoration: none;
    color: #4c71bc;
}
a.wr-compartir-twitter:hover{
    text-decoration: none;
    color: #30b6dd;
}
a.wr-compartir-email:hover{
    text-decoration: none;
    color: #F23134;
}
.wr-titulo-mensaje{
    font-size: 24px;
    font-weight: 400;
    margin: 10px 0;
    line-height: 1.2;
}
.page-contents>p{
    font-size: 16px;
    text-align: left;

}
.wr-form-control{
    background-color: #ffffff;
    color: #000000 !important;;
    padding: 10px !important;;
    border-radius: 5px !important;;
    border: 2px solid #197bbb;
    border-width: 2px !important;
    border-color: #197bbb;
    width: 100% !important;
    margin: 0px !important;
}
.wr-field{
    margin-bottom: 10px;
}
textarea.wr-form-control{
    height: 7rem;
}

.wr-field{
    margin-bottom: 10px !important;
}
.wr-button{
    text-decoration: none;
    padding: 10px !important;
    width: 100% !important;
    background-color: #3978a1 !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    border-radius: 5px !important;
    box-sizing: border-box !important;
}
.wr-button:hover{
    border-radius: 5px !important;
    text-decoration: none !important;
    background-color: #197bbc;
    color: #ffffff !important;
    box-shadow: inset 0 70px 0 0 #08B;
    border: var(--button--border-width) solid transparent !important;
}

#mensaje_confirmacion_cementerio{
    margin-right:auto;
    text-align: center !important;
    background-color: transparent !important;
    border: none;
    color: green;
    width: 100% !important;

}
.wr-row-buscador{
    margin-top: 10px;
}
.wr-fondo-buscador{
    background-color: #197bbb;
}
.wr-input-group{
    display: table;
    width:100%;
}
.wr-input-group > div{
    display: table-cell;
    vertical-align: middle;  
}
.wr-input-group-area{
    width:100%;
}
.wr-input-group-area>.wr-form-control{
    border-radius: 10px 0px 0px 10px !important;
    margin: 0px;
}
.wr-input-group-button>.wr-button{
    border-radius: 0px 10px 10px 0px !important;
    background-color: #ffffff !important;
    color: #197bbb;
    margin: 0px;
    padding: 9px !important;
}
.wr-input-group-button>.wr-button:hover{
    background-color: #ffffff !important;
    color: #197bbb !important;
    box-shadow: inset 0 70px 0 0 #ffffff !important;
}
#Subheader {display: none; }
.wr-texto-default{
    padding: 5px;
    border-bottom: 1px solid #C9C9C9;
}
.wr-copia-texto{
    cursor: pointer;
    text-decoration: none;
    cursor: pointer;
    text-decoration: none;
    margin-left: 6px;
    border: 0px  !important;
    padding: 4px 8px 2px !important;
    border-radius: 14px;
    color: #007cc3 !important;
}
.wr-copia-texto:hover{
    text-decoration: none;
    color: #036197;
}

.wr-table-responsive{
    overflow-x:auto;
    padding: 15px;
    margin: 15px;
    border-radius: 15px;
}

#wr-borde-table{
    font-family: Arial, Helvetica, sans-serif;
    border: #3978a1 3px solid !important;
    height: auto;
    margin: 0 !important;
}
table td, table th{
    padding: 9px !important;
    text-align: left !important;
    font-size: 1em !important;
}

table td {
    background: #e9e1e1 !important;
    background-color: #e6e6e693 !important;
}
table th {
    font-size: 1.1em !important;
    font-weight: bold !important;
    background: #3978a1 !important;
    background-color: #3978a1 !important;
    color: #ffffff !important;
}

table tbody tr:nth-child(odd) {
	background: #FFFFFF;
}
table tbody tr:nth-child(even) {
	background: #cccccc;
}

@media (max-width: 280px) {  

    .wr-image-perfil>img {
        width: 200px;
        height: auto;
    }
}

@media only screen and (min-width: 600px) {
    .wr-col-s-1 {width: 8.33%;}
    .wr-col-s-2 {width: 16.66%;}
    .wr-col-s-3 {width: 24%;}
    .wr-col-s-4 {width: 33%;}
    .wr-col-s-5 {width: 41.66%;}
    .wr-col-s-6 {width: 50%;}
    .wr-col-s-7 {width: 58.33%;}
    .wr-col-s-8 {width: 65%;}
    .wr-col-s-9 {width: 75%;}
    .wr-col-s-10 {width: 83.33%;}
    .wr-col-s-11 {width: 91.66%;}
    .wr-col-s-12 {width: 100%;}
    .wr-image>img, .wr-image{height: 300px;}
    nav.wr-paginacion>.nav-links{float: right;right: 5%;}
}
@media only screen and (min-width: 769px) {
    .wr-col-1 {width: 8.33%;}
    .wr-col-2 {width: 16.66%;}
    .wr-col-3 {width: 24%;}
    .wr-col-4 {width: 33%;}
    .wr-col-5 {width: 41.66%;}
    .wr-col-6 {width: 50%;}
    .wr-col-7 {width: 58.33%;}
    .wr-col-8 {width: 65%;}
    .wr-col-9 {width: 75%;}
    .wr-col-10 {width: 83.33%;}
    .wr-col-11 {width: 91.66%;}
    .wr-col-12 {width: 100%;}
    .wr-image>img, .wr-image{height: 300px;}
    nav.wr-paginacion>.nav-links{float: right;right: 5%;}
}

@media only screen and (min-width: 1500px){
    .wr-image>img, .wr-image {
        height: 500px;
    }
}

#btnModalMensajes{
    color: #007cc3;
}

.section_wrapper, .container {
    height: 10% !important;
}
