.base{
    font-family: 'Noto Serif', Georgia !important;
}
body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'Noto Serif', Georgia !important;
}
.form-container{
    display: flex;
    /* justify-content: center;
    align-items: center; */
}
/* .prediscova:before {
    content: " ";
    position: absolute;
    display: inline-block;
    height: 30px;
    border: solid 1px #f3f3f3;
    margin-left: 1px;
    top: 12px;
    left: -2px;
} */
.text-black{
  color: black;
}
.menos300{
    top: -300px;
    position: relative;
    margin-bottom: -300px;
    z-index: 1;
}
.bg-black{
    background-color: black !important;
}
.fw6{
    font-weight: 600;
}
.x2{
    transform: scale(1.2);
}
#contador, #contador2 {
    display: initial;
    position: absolute;
    /* top: 0; */
    right: 30px;
    /* bottom: 30px; */
    font-size: 12px;
    font-weight: bolder;
}
.cliped {
    /*clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);*/
}
.fz14{
    font-size: 14px !important;
}
.fz12{
    font-size: 12px !important;
}
.fz11{
    font-size: 11px !important;
}
.pb3{
    padding-bottom: 3px !important;
}

#upload-demo {
    width: 250px;
    height: 250px;
    padding-bottom: 25px;
}

.btn-default, .btn-default:hover {
    border-color: #050910;
    background-color: #000000;
}

.swal-button {
    color: #212529;
    border-color: #212529;
    background-color: transparent;
    background-image: none;
}
.swal-button:hover, .swal-button:active {
    color: #fff;
    border-color: #212529;
    background-color: #212529 !important;
}

/* .swal-icon--success {
    border-color: #000000;
}
.swal-icon--success__line {
    background-color: #020202 !important;
}
.swal-icon--success__ring {
   border: 4px solid hsla(0, 0%, 27%, 0.2) !important;
} */
.swal-button:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(255, 255, 255, 0.29);
}

/* #place {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#destination {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 1px solid;
} */

#photo-requitrement{
    font-size: 11px;
}

.place-location, .place-select, .place-description {
    font-weight: bold;
}

.btn-instagra {
    color: #fff;
    border-color: black;
    background-color: black;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

@media (min-width: 576px){
    #imageCode .modal-dialog {
        max-width: 1000px !important;
    }
}
