/* Sobreescribir esta regla aqui porque la cambio en el scss
y no actualiza en el navegador */
.jigsaw-body .message {
    z-index: auto !important;
}

path {
    stroke: #ffffff;
    stroke-width: 2px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .8);
}

@media (max-width: 768px){
    path{
        stroke-width: 1px;
    }
}

.user_message path {
    stroke: darkred;
}

.jigsaw_piece.jigsaw_piece_selected path{
    stroke: darkblue;
}

.jigsaw_piece,
.jigsaw_piece * {
    transition: all 0.25s ease-out;
}

.jigsaw_piece {
    transform-origin: 50% 50%;
}

.jigsaw_piece.active * {
    fill: #14b1bb;
}

/* Marcador de ficha seleccionada */
.marker {
    background-color: orange;
    border: 1px solid #3c3c3c;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -300px;
    opacity: 0;
}

/* Sobeescribir las reglas de _page_contact_us.scss */
#add_message_modal .form-group label {
    color: initial;
    margin-bottom: .5rem;
}

.cd-btn {
    text-align: center;
    text-decoration: none;
    outline: none;
    font-size: 14px;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 20px !important;
    color: #ffffff;
    height: 32px;
    border: none;
    height: 40px !important;
    padding: 0 22px !important;
    text-transform: uppercase;
    transition: none;
}

.cd-btn-warning {
    background: #f79b1c;
    background: linear-gradient(right, #f79b1c 0px, #fecc00 100%) no-repeat scroll 0 0;
    background: -webkit-linear-gradient(right, #f79b1c 0px, #fecc00 100%) no-repeat scroll 0 0;
    background: -moz-linear-gradient(right, #f79b1c 0px, #fecc00 100%) no-repeat scroll 0 0;
    background: -o-linear-gradient(right, #f79b1c 0px, #fecc00 100%) no-repeat scroll 0 0;
    background: -ms-linear-gradient(right, #f79b1c 0px, #fecc00 100%) no-repeat scroll 0 0;
    -svg-background: linear-gradient(right, #f79b1c 0px, #fecc00 100%) no-repeat scroll 0 0;
    transition: none;
}

.cd-btn-warning:hover {
    text-decoration: none;
    outline: none;
    background: #fecc00;
}

@font-face {
    font-family: 'poppins-extrabold';
    src: url('../../assets/fonts/Poppins/Poppins-ExtraBold.ttf');
}

.poppins-extrabold {
    font-family: poppins-extrabold;
}

.generic_header.jigsaw-header .header-caption {
    top: 183px;
    color: #fff;
    font-family: poppins-extrabold;
    z-index: 50;
    right: unset;
    left: 50px;
    width: 600px;
    text-align: left;
    position: absolute;
    bottom: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (max-width: 768px) {
    .generic_header.jigsaw-header .header-caption {
        width: 100%;
        left: 0;
        bottom: 0;
        text-align: center;
    }

    .generic_header.jigsaw-header .header-caption h1{
       font-size: 40px !important;
    }

}

.generic_header.jigsaw-header .header-caption h1 {
    font-size: 4.4rem;
    font-weight: bold;
}

.jigsaw-body .background-sportsman {
    margin-top: -90px;
    background-size: auto;
    background-size: 100% auto;
    height: 800px;
    width: 100%;
    position: absolute;
    z-index: -1;
}

.jigsaw-body h5 {
    display: block;
    height: 30px;
    font-size: 12px;
}

.jigsaw-body p.message-details {
    font-size: 16px;
}

.jigsaw-body p {
    line-height: 20px;
}

@media (min-width: 1400px) {
    .jigsaw-body .message, .jigsaw-body .background-sportsman {
        margin-top: -110px !important;
    }
}

@media (min-width: 768px) {
    .jigsaw-body .message, .jigsaw-body .background-sportsman {
        margin-top: -90px !important;
    }
}

@media (max-width: 768px) {
    .generic_header img.tennis {
        position: absolute;
        z-index: 1;
        width: 90%;
        height: auto;
        bottom: 100px;
        right: 0;
        left: unset;
        transform: unset;
    }

    .generic_header img {
        position: relative;
        height: 650px;
        min-width: unset;
        top: unset;
        left: 50%;
        max-width: unset;
        width: auto;
        transform: translate(-50%);
    }
}

.gold_button {
    display: inline-block;
    width: 120px;
}

.gold_button_background {
    width: 120px;
    border-radius: 20px;
    background-image: url("../../assets/images/gold_button_squared.png");
    background-size: 120px 36px;
    padding-top: 8px;
}

.orange_button_background {
    background-size: 120px 36px;
    padding-top: 8px;
}

.orange_button_background, .gray_button_background, .gold_button_background {
    height: 36px;
}
