@import url('https://fonts.googleapis.com/css2?family=Bad+Script&display=swap');

.container-logo {
    margin-top: -10%;
}

.section {
    position: relative;
    width   : 100%;
    display : block;
}

footer {
    margin-top: 0px !important;
}

#custom-container {
    margin-top: 5% !important;
    padding   : 0 2%;
}

#txt-visita-01 {
    font-weight     : 200;
    color           : rgb(255, 255, 255);
    font-family     : Poppins, sans-serif;
    line-height     : 1.2em;
    letter-spacing  : 0.1em;
    text-transform  : uppercase;
    font-size       : 40px;
    background-color: rgba(126, 32, 49, 0.64);
    padding         : 1% 0%;
    margin          : 7% 18% 3%;
}

#txt-visita-02 {
    color      : rgb(162, 123, 135);
    font-size  : 28px;
    font-weight: bold;
    line-height: 40px;
    margin     : 5% 12% 4%;
    font-family: "Bad Script", cursive !important;
}

#txt-visita-03,
#txt-visita-04 {
    font-size  : 16px;
    color      : rgb(113, 113, 113);
    font-family: 'Comfortaa', sans-serif;
}

.custom-container-info {
    padding: 0 3%;
}

.column-tour-a,
.column-tour-b {
    text-align: center;
    padding   : 0 1% 0 1%;
}

.column-tour-a-container,
.column-tour-b-container {
    border       : 2px solid #966c2e;
    border-radius: 12px;
}

.txt-titulo-container {
    font-size    : 19px;
    font-weight  : bold;
    color        : rgb(162, 123, 135);
    margin-top   : 20px;
    margin-bottom: 10px;
    font-family  : "Bad Script", cursive !important;
}

.ul-listado-recorrido {
    text-align : justify !important;
    padding    : 0 13%;
    font-size  : 15px;
    color      : rgb(113, 113, 113);
    font-family: 'Comfortaa', sans-serif;
}

ul.ul-listado-recorrido {
    list-style-image: url('../../img/icons/iconVineta_V1.png');
    position        : relative;
}

.txt-titulo-container-info {
    font-size: 16px;
    color: #A27B87;
    text-transform: uppercase;
    margin-top: 4%;
    margin-bottom: 5%;
    text-align: center;
    font-weight: 700;
}

#btnVisita_reserva {
    border        : 0;
    background    : #A27B87;
    color         : #fff;
    border-radius : 100px;
    width         : 25%;
    height        : 49px;
    font-size     : 17px;
    transition    : 0.65s;
    cursor        : pointer;
    font-family   : 'Poppins', sans-serif;
    font-weight   : 400;
    text-transform: uppercase;
    margin-top    : 2%;
}

#btnVisita_reserva:hover {
    background: #7c344a;
}

#headerPopup_VisitaAgenda {
    background-color: #a27b87;
    padding         : 3% 10%;
    text-align      : center;
    color           : #FFF;
    text-transform  : uppercase;
    font-size       : 20px;
    margin-bottom   : -5px;
    font-family     : 'Poppins', sans-serif;
    font-weight     : 300;
}

.modal-body {
    padding: 1rem 0rem 0rem 0rem !important;
}

.modal-open {
    overflow     : hidden;
    overflow-y   : scroll;
    padding-right: 0 !important;
}

.modal-footer {
    display: block !important;
}

.modal-footer .btn {
    width: 100% !important;
}

.container-formAgendaVisita label {
    color        : #A27B87;
    margin-bottom: 2px;
    font-size    : 15px;
    font-family  : 'Poppins', sans-serif;
}

.container-formAgendaVisita input,
.container-formAgendaVisita select {
    font-size    : 13px;
    color        : rgb(85, 85, 85) !important;
    font-family  : 'Comfortaa', sans-serif;
    transition   : 0.7s;
    width        : 80%;
    font-weight  : 600;
    border-radius: 12px;
    padding-left : 12px;
}

.container-formAgendaVisita input:focus,
.container-formAgendaVisita select:focus {
    box-shadow: 0 0 0 0.2rem rgb(162 123 135 / 50%) !important;
    border    : 1px solid #975d6e !important;
    color     : #a27b87 !important;
}

#btnAgenda_visita {
    width           : 75% !important;
    color           : #FFF;
    font-family     : 'Poppins', sans-serif;
    background-color: #a27b87;
    border          : 1px solid #a27b87;
    padding         : 7px 25px;
    transition      : 0.5s;
    border-radius   : 18px;
}

#btnAgenda_visita:active {
    background-color: #995268;
}

#btnAgenda_visita:focus {
    box-shadow: 0 0 0 0.2rem rgb(162 123 135 / 50%);
}

.btn-secondary {
    width        : 75% !important;
    font-family  : 'Poppins', sans-serif !important;
    border-radius: 18px;
}

#span_legend_formVisita {
    font-size: 12px;
    color    : #8b8b8b;
}

.column-label {
    text-align: right;
}

.container-formAgendaVisita {
    padding: 2% 3% 0 0;
}

.custom-spinner-visita {
    width: 80%;
}

.btnTrigger-datepicker {
    padding: .110rem .75rem !important;
}

.input-group-datepicker {
    width: 80%;
}

.datepicker-dropdown {
    z-index: 1051 !important;
}

#footer-modal-btn button {
    width: 100%;
}

#footer-modal-btn {
    margin: 0 0 4% 4%;
}

input#inputFecha_Visita {
    width: 80%;
}

#inputNombre_Visita-error,
#inputApellidos_Visita-error,
#inputEmail_Visita-error,
#inputMovil_Visita-error,
#inputPersonas_Visita-error,
#inputFecha_Visita-error,
#inputHora_Visita-error {
    font-size: 12px;
    color    : #c20d00;
}

#inputFecha_Visita-error {
    margin-top: 4px;
}

@media screen and (min-width: 576px) {
    .modal-custom {
        max-width: 500px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {}

@media only screen and (min-width: 481px) and (max-width: 767px) {}

@media only screen and (min-width: 993px) and (max-width: 1024px) {}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {}

@media only screen and (min-width: 1201px) and (max-width: 1439px) {}

@media only screen and (min-width: 1440px) and (max-width: 1599px) {}

@media only screen and (min-width: 1600px) {}