/* Genericos */
.btn-secondary {
    color: #fff;
    background-color: #19c6c4;
    border-color: #19c6c4;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 600;;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #00CCD6;
    border-color: #00CCD6;
}
/* Modal */
.modal.pin {
    z-index: 9999;
    padding-right: 0 !important;
}
.pin .modal-dialog {
    width: 90%;
    max-width: 90%;
    top: 30px;
}
.pin .modal-header {
    background: #138e84;
}
.modal-header .close {
    padding: 0.2rem 2rem;
}
.modal-header .close:hover {
    border: none;
}
.close {
    float: right;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    opacity: 1;
}

/* Textos */
.pin .modal-dialog h5 {
    font-family: 'Roboto Slab', sans-serif;
    color: #fff;
    font-weight: 900;
    padding-left: 20px;
    width: 85%;
}
.pin .modal-dialog p {
    font-family: 'Roboto', sans-serif;
    color: #373737;
    line-height: 1.6;
    font-weight: 400;
    font-size: 0.9rem;
}
.pin .modal-dialog p.ingles {
    color: #848484;
}
.pin .modal-dialog hr {
    border-top: 2px solid #24eae9;
}
.slide.info-lugares {
    /* height: 100vh; */
    height: auto;
    min-height: 200px;
    background-size: cover;
}
.carousel-control-prev,
.carousel-control-next {
    width: 50%;
    height: 50px;
    position: relative;
    background: #19c6c4;
    float: left;
}
/* Select */
.pin .modal-dialog select {
    font-family: 'Roboto Slab', sans-serif;
    color: #fff;
    background-color: #19c6c4;
    padding: 5px 10px;
    border-color: #fff;
    font-size: 14px;
}

@media (max-width: 768px) {
    .modal-body,
    .modal-header {
        padding: 1rem 0;
    }
    .pin .modal-dialog {
        width: 100%;
        max-width: 100%;
        top: 0;
        margin: 0;
        border-radius: 0;
    }
    .slide.info-lugares {
        min-height: 100px;
        height: 100px;
    }
}