/* RESET */
:root{
    font-size: max(18px, 1.1vmax); 
    --color-default: #D31C1C;
    --color-white: #FFFFFF;
    --color-gray: #BFBFBF;
}

/* RESET STYLES */
.text-danger { color: var(--color-default) !important; }
.bg-danger,
.btn-danger { 
    background-color: var(--color-default) !important; 
}

button:focus {
    outline: 0 !important;
    border: 0 !important;
    box-shadow: 0 0 0 0.25rem rgb(203 203 203 / 25%) !important;
}

.color_default {
    color: var(--color-default);
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 400;
}

strong {
    font-weight: 500;
}

.navbar-nav li a {
    font-size: 13.5px;
}

/* HEADINGS */
h1,h2,h3,h4,h5,h6 {
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}


/* ACCORDEON */
.accordion-button:not(.collapsed),
.accordion-button:hover {
    background-color: var(--color-white) !important;
    color: var(--color-default) !important;
}

/* BUTTONS */
.btn {
    font-size: 15px;
    padding: 10px 30px;
    font-weight: 600;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}


/* BACKGROUND */
.background_cover_center_norepeat {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.background_cover_center_norepeat_fixed {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* FORM CNTACT */
#form_contact .content_form {
    background-color: rgba(0,0,0,0.85);
}

#form_contact .input_box {
    position: relative;
}

#form_contact .input_box input,
#form_contact .input_box select {
    padding-left: 35px;
    font-size: 15px !important;
}

#form_contact .input_box i.fas {
    position: absolute;
    top: 12px;
    left: 12px;
}

::-webkit-input-placeholder {
    font-size: 15px;
 }
:-moz-placeholder { /* Firefox 18- */
       font-size: 15px;
}
::-moz-placeholder {  /* Firefox 19+ */
       font-size: 15px;
}
/* Overriding styles */
::-webkit-input-placeholder {
    font-size: 15px !important;
}
:-moz-placeholder { /* Firefox 18- */
       font-size: 15px !important;
}
::-moz-placeholder {  /* Firefox 19+ */
       font-size: 15px !important;
}

/* SERVICIOS */
.carousel_room {
    border-bottom: 5px solid var(--color-default);;
}

/* FOOTER */
#footer {
    background-color: #1C1E21;
    border-top: 10px solid var(--color-default);
}

.copyright {
    background-color: #0F1012;
}