.bg-cover {
    background-position: center;
    background-size:cover;
}
.bg-blend-mode {
    background-blend-mode: luminosity;
    background-color: rgb(225, 207, 210);
}
.bg-fixed {
    background-attachment: fixed;
}
.bg-overlay {
    /*background-color: rgba(255, 103, 131, 0.75);*/
    background-color: rgba(201,164,99,0.75);
}



.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}
.h1, .h2, .h3, h1, h2, h3, .btn {
    font-weight: 800;
}
.btn {
    text-transform: uppercase;
}
.btn-outline-primary:hover {
    color: #fff !important;
}

.pointer {
    cursor: pointer;
}

.text-white *,
.text-white a {
    color: #fff;
}

.map-responsive{overflow: hidden;height: 320px !important;padding-bottom: auto;position: relative;height: 0;}
.map-responsive iframe{
    left:0;
    top:0;
    width:100%;
    position:absolute;
}
.circle-icon {
    background: rgba(255, 207, 210, 0.25);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
    padding: 1rem;
    /* border: 2px #ff6783 dashed; */
}
#galeria img {
    filter: url(#blue-wash);
}
.tabs{
    bottom:0;
}
.nav-tabs .nav-link {
    background-color: #ff6783;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: white;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent !important;
}
.img-100{
    min-width: 100px;
    min-height: 100px;
    max-width: 100px;
    max-height: 100px;
    width: 100px;
    height: 100px;

}
@media (max-width: 550px)
header#main .top button {
    display: block;
    width: 100%;
    border: none;
    background-color: transparent;
    padding: 5px 0;
    cursor: pointer;
}

/* set panel-heading paddings to a instead of h3 */    
.panel-heading { padding: 0 }
.panel-heading h3 { background: #bbf; }
.panel-heading a { padding: 10px 15px; }

/* change color of collapsed class */
.panel-default > .collapsed { background: #fbb; }

/* reposition the left arrows */
.panel-heading .accordion-toggle.collapsed:after { top: 10px; }
.panel-heading .accordion-toggle:after { top: 10px; }


div.wpcf7 {
    margin: 0;
    padding: 0;
    max-width: none;
}
div.wpcf7 textarea {
    height: 200px;
}

footer .navbar-nav .nav-link {
    padding: .25rem 0;
}


article.main-post p {
    line-height: 1.75;
    font-size: .95rem;
}
article.main-post img {
    max-width: 100%;
    height: auto;
}



.st-sticky-share-buttons {
    font-family: Poppins,sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
    font-size: 12px;
    text-transform: uppercase;
}
.st-sticky-share-buttons .st-btn[data-network='sharethis'] {
    background-color: #ff6783 !important;
}


.archive-search .form-control {
    background: transparent;
    border-color: #fff;
    color: #fff;
}
.archive-search .form-control::placeholder {
    color: #fff;
}
.archive-search .btn {
    color: #fff;
    border-color: #fff;
}
.archive-search .btn:hover {
    border-color: #6d6e73;
}



.bg-blend-mode.type-1 {
    background-color: rgb(225, 207, 210);
}

.type-1 .bg-overlay {
    background-color: rgba(0, 0, 0, 0.25);
}

.bg-blend-mode.type-2 {
    background-color: rgb(190, 190, 190);
}

.type-2 .bg-overlay {
    background-color: rgba(255, 255, 255, 0.65);
}
.type-2 * {
    color: #333333 !important;
}

.bg-blend-mode.type-3 {
    background-color: rgba(0, 0, 0, 0.39);
}
.type-3 .bg-overlay {
    background-color: rgba(255, 255, 255, 0.49);
}
.type-3 * {
    color: #333333 !important;
}