@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    -webkit-transition: all 200ms cubic-bezier(1, 0, .5, .5);
    -moz-transition: all 200ms cubic-bezier(1, 0, .5, .5);
    -o-transition: all 200ms cubic-bezier(1, 0, .5, .5);
    transition: all 200ms cubic-bezier(1, 0, .5, .5);
}

body {
    margin: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

/* Menu - Start */
.menu_container {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 0%;
    top: 50%;
    transform: translate(-0%, -50%);
    background: rgba(7, 93, 166, .5);
    z-index: 50;
    border-top: solid 2px rgba(7, 93, 166, .25);
    border-left: solid 2px rgba(7, 93, 166, .25);
    border-bottom: solid 2px rgba(7, 93, 166, .25);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
    background-image: url(../img/rsc/chevron_menu.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.menu_open {
    height: auto;
    width: 100px;
    background-image: none;
}

.menu_container:hover {
    background-size: 30px;
}

.menu_button {
    text-decoration: none;
    display: none;
    cursor: pointer;
    border: none;
    background-color: transparent;
    height: auto;
    width: 90px;
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: white;
    margin: 15px 0 0 0;
}

.menu_button img:hover {
    height: 50px;
}

.menu_button img {
    width: 100%;
    height: 40px;
}

.menu_button_show {
    display: block;
}

.mb07 {
    margin: 15px 0 15px 0;
}

.mb07 img {
    height: 20px;
}

.mb07 img:hover {
    height: 30px;
}

/* Menu - End */

/* Header - Start */

header {
    position: relative;
    z-index: 3;
    height: 100px;
    width: 100%;
    background: rgb(240, 240, 240);
    background: linear-gradient(0deg, rgba(240, 240, 240, 1) 0%, rgba(255, 255, 255, 1) 100%);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
}

.header_cont {
    padding: 0px 200px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.logo_cont {
    height: 70px;
}

.logo_cont img {
    height: 100%;
}

.button_cont {
    height: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header_button {
    cursor: pointer;
    height: 70px;
    padding: 15px;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    background-color: transparent
}

.b01 {
    margin-right: 25px;
}

.b02 {
    margin-right: 25px;
}

.b01 img {
    height: 90%;
}

.b02 img {
    height: 60%
}

.b03 img {
    height: 60%
}

.active_button {
    -webkit-box-shadow: inset 0px 5px 30px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0px 5px 30px 0px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 5px 30px 0px rgba(0, 0, 0, 0.25);
}

#mobile_dropdown {
    display: none;
}

/* Header - End */

/* Slider - Start */

#slider_overlay {
    pointer-events: none;
    position: absolute;
    z-index: 4;
    height: 100%;
    width: 60%;
    margin-left: 20%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#overlay_left {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    flex-grow: 1;
    max-width: 50px
}

#overlay_rigth {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    flex-grow: 1;
    max-width: 50px;
}

#slider_cont {
    background-color: white;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.5);
}

/* Slider - End */

/* Search - Start */

#search_cont {
    height: auto;
    width: 100%;
    max-width: 1000px;
    margin: 40px auto 0px auto;
    padding: 10px;
    border-radius: 10px;
    background: rgb(7, 93, 166);
    background: linear-gradient(0deg, rgba(7, 93, 166, 1) 0%, rgba(39, 145, 199, 1) 100%);
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.5);
}

#search_cont_wrapper {
    display: flex;
    flex-direction: row;
}

#search_wrapper {
    flex-grow: 1;
    margin: 0px 0px 0px 10px;
}

#search_icon {
    margin: 10px 0px 0px 0px;
    height: auto;
    width: 80px;
    background-image: url(../img/rsc/search_bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: .5;
}

p {
    margin: 0px;
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    color: white;
    font-size: 18px;
}

.chevron_title {
    height: 12px;
}

.title_desktop {
    display: block;
}

.title_mobile {
    display: none;
}

.title_line {
    background-color: white;
    height: 1px;
    width: 100%;
    margin: 5px 0px 0px 0px
}

/* Search Tab - Start */

#search_tab {
    margin: 10px 0px 0px 0px;
}

.tab_link {
    background-color: #075da6;
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: white;
    border: none;
    padding: 5px 10px;
    margin: 0px 10px 0px 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
}

.active_tab {
    background-color: white;
    color: #075da6;
}

.tab_cont {
    margin: 0px 0px 0px 0px;
    height: 50px;
}

.input_search {
    background-color: white;
    width: 100%;
    border: none;
    padding: 10px 0px;
    text-indent: 10px;
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 18px;
    color: #075da6;
    text-overflow: ellipsis;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    text-transform: capitalize;
}

::-webkit-input-placeholder {
    color: #075da680;
    text-transform: none;
}

::-moz-placeholder {
    color: #075da680;
    text-transform: none;
}

:-ms-input-placeholder {
    color: #075da680;
    text-transform: none;
}

:-moz-placeholder {
    color: #075da680;
    text-transform: none;
}

.medida_cont {
    flex-direction: row;
    justify-content: space-between;
    overflow: hidden;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
}

select {
    flex-grow: 1;
    border: none;
    padding: 10px 0px;
    text-indent: 10px;
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 18px;
    color: #075da6;
    cursor: pointer;
    background-color: white;
}

.select_radious {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

option {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
}

.info {
    height: auto;
    width: 30px;
    cursor: help;
    background-image: url(../img/rsc/info_off.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    background-color: white;
    border-left: solid 2px #CCC;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-right: 10px;
}

.info03 {
    margin-right: 0px;
}

.info:hover {
    background-image: url(../img/rsc/info_on.svg);
    background-size: 15px;
}

.info_box {
    max-width: 300px;
}

.info_box p {
    font-weight: 400;
    font-size: 13px;
    color: #075da6;
}

.info_box img {
    width: 100%;
}

.tooltip_cont {
    display: none;
}

.select_modelo {
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* Search Tab - End */

/* Search - End */

/* Mid Section - Start */

#mid_sect_cont {
    height: auto;
    width: 100%;
    max-width: 1020px;
    margin: 40px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.mid_cont_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#input_wrapper {
    margin: 10px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
}

.mid_cont {
    flex-grow: 1;
    max-width: 280px;
    background: rgb(7, 93, 166);
    background: linear-gradient(0deg, rgba(7, 93, 166, 1) 0%, rgba(39, 145, 199, 1) 100%);
    height: auto;
    padding: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.5);
}

.mid_txt {
    margin: 10px 0px 10px 0px;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
}

.mid_txt_light {
    margin: 10px 0px 0px 0px;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
}

.mid_txt_small {
    margin: 0px;
    font-size: 12px;
    text-align: center;
    font-weight: 400;
}

.cita_input {
    border: none;
    border-radius: 5px;
    height: 40px;
    width: 100%;
    margin: 10px 0px;
    text-indent: 10px;
    font-style: italic;
    color: #075da6;
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 16px;
}

.location_input {
    flex-grow: 1;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    margin: 0px;
}

.cap {
    text-transform: capitalize;
}

.mid_button {
    cursor: pointer;
    font-family: 'Cabin', sans-serif;
    font-weight: bolder;
    font-size: 24px;
    border-radius: 5px;
    width: 100%;
    border: none;
    background-color: #fce500;
    margin: 20px 0px 5px 0px;
    padding: 5px;
    -webkit-box-shadow: 0px 5px 0px 0px rgba(191, 172, 0, 1);
    -moz-box-shadow: 0px 5px 0px 0px rgba(191, 172, 0, 1);
    box-shadow: 0px 5px 0px 0px rgba(191, 172, 0, 1);
}

.mid_button:hover {
    background-color: yellow;
    color: #666;
    -webkit-box-shadow: 0px 5px 0px 0px rgba(252, 229, 0, 1);
    -moz-box-shadow: 0px 5px 0px 0px rgba(252, 229, 0, 1);
    box-shadow: 0px 5px 0px 0px rgba(252, 229, 0, 1);
}

.mid_button:active {
    position: relative;
    top: 2px;
}

.small_button {
    cursor: pointer;
    height: 100%;
    width: 40px;
    border: none;
    background-color: #fce500;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: solid 2px rgba(191, 172, 0, 1);
    background-image: url(../img/rsc/location_off.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
}

.small_button:hover {
    background-color: yellow;
    background-image: url(../img/rsc/location_on.svg);
    background-size: 22px;
    border-left: solid 2px #fce500;
}

.small_button:active {
    position: relative;
    top: 2px;
}

.mid_bg_01 {
    background-image: url(../img/rsc/mid_bg_01.png), linear-gradient(0deg, rgba(7, 93, 166, 1) 0%, rgba(39, 145, 199, 1) 100%);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-blend-mode: soft-light;
}

.mid_bg_02 {
    background-image: url(../img/rsc/mid_bg_02.png), linear-gradient(0deg, rgba(7, 93, 166, 1) 0%, rgba(39, 145, 199, 1) 100%);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-blend-mode: soft-light;
}

/* Mid Section - End */

/* Mobile Section - Start */

.mobile_sec {
    display: none;
}

/* Mobile Section - End */

/* Footer - Start */

footer {
    width: 100%;
    height: auto;
    background-color: white;
    padding: 20px 0px 20px 0px;
    -webkit-box-shadow: 0px -5px 30px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px -5px 30px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px -5px 30px 0px rgba(0, 0, 0, 0.5);
}

footer img {
    height: 100%;
    width: 100%;
}

#brands_cont {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0px auto 10px auto;
}

.tires_cont {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.dist_button {
    width: 120px;
    margin: 0px 15px 0px 15px;
}

.footer_line {
    height: 1px;
    width: 100%;
    max-width: 1200px;
    background-color: #CCCCCC;
    margin: auto;
}

#text_cont {
    height: auto;
    width: 100%;
    max-width: 1200px;
    margin: 10px auto 10px auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.footer_text {
    color: rgb(7, 93, 166) !important;
}

#text_cont p,
.footer_text {
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    color: #666666;
    font-size: 13px;
    margin: 0px 40px 0px 0px;
    text-decoration: none;
}

#footer_end {
    height: 30px;
    margin: 10px auto 0px auto;
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#text_end {
    margin: 0px;
    text-decoration: none;
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    color: #666666;
    font-size: 13px;
}

#text_end a {
    margin: 0px 30px 0px 0px;
    text-decoration: none;
    color: #666666;
    font-size: 12px;
}

.exa_logo {
    height: 30px;
    width: 40px;
}

/* Footer - End */

/* Background - Start */

.bg_cont {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: -1;
    top: 0px;
    left: 0px;
    background-image: url(../img/rsc/bg01_1080.jpg);
    background-position: center;
    background-size: cover;
}

.bg_cont_int {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: -1;
    top: 0px;
    left: 0px;
    background-image: url(../img/rsc/bg02_1080.jpg);
    background-position: center;
    background-size: cover;
}

/* Background - End */

/* Aviso - Start */

.legals_txt {
    background-color: rgba(0, 0, 0, .75);
    padding: 40px 15%;
    text-align: justify;
}

.legals_txt h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: white;
}

.legals_txt p {
    font-weight: 400;
    font-size: 14px;
    color: white;
}

/* Aviso - End */

/* Buscar - Start */

#buscar_cont {
    background: rgba(7, 93, 166, .5);
    padding: 40px 40px;
    max-width: 1200px;
    margin: 0 auto;
}

#buscar_wrapper {
    flex-grow: 1;
    margin: 0 0 10px 0;
}

.buscar_icon {
    height: 13px;
}

/* Resultados - Start */

#resultados_cont {
    margin: 20px 0 0 0;
    border: solid 2px white;
    border-radius: 20px;
    padding: 10px;
    -webkit-box-shadow: inset 0px -20px 0px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow: inset 0px -20px 0px 0px rgba(255, 255, 255, 1);
    box-shadow: inset 0px -20px 0px 0px rgba(255, 255, 255, 1);
}

.tire_cont {
    background-color: white;
    border-radius: 10px;
    margin: 0 0 20px 0;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

#buscar_options {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 10px 0;
}

.buscar_select {
    max-width: 200px;
    border-radius: 10px;
    height: 45px;
}

.tire_01 {
    flex-grow: 1;
    border-right: solid 2px #ccc;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px 0 0;
}

.tire_brand {
    width: 20vw;
    max-width: 150px;
    min-width: 100px;
    margin: 0 0 20px 0;
}

.tire_image {
    width: 25vw;
    max-width: 175px;
    min-width: 100px;
    margin: 0 0 20px 0;
}

.tire_number {
    color: black;
    font-size: 18px;
}

.tire_02 {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}

.tire_title p {
    color: #075da6;
    font-size: 44px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.tire_descr p {
    color: black;
    font-size: 18px;
    margin: 0 0 20px 0;
}

.tire_buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.buscar_button {
    color: #333;
    text-align: center;
    margin: 10px 0 10px 0;
    cursor: pointer;
    font-family: 'Cabin', sans-serif;
    font-weight: bolder;
    font-size: 24px;
    border-radius: 5px;
    border: none;
    background-color: #fce500;
    padding: 5px;
    width: 300px;
    -webkit-box-shadow: 0px 5px 0px 0px rgba(191, 172, 0, 1);
    -moz-box-shadow: 0px 5px 0px 0px rgba(191, 172, 0, 1);
    box-shadow: 0px 5px 0px 0px rgba(191, 172, 0, 1);
}

.tire_03 {
    flex-grow: 1;
    border-left: solid 2px #ccc;
    padding: 0 0 0 10px;
    text-align: center;
}

.tire_price p {
    color: #075da6;
    font-size: 30px;
    font-weight: 700;
}

.small_text {
    color: black;
    margin: 10px 0 0 0;
    font-size: 14px;
}

/* Resultados - End */
/* Buscar - End */

/* Cotización - Start */

#cot_cont {
    background: rgba(7, 93, 166, .5);
    padding: 40px 40px;
    max-width: 1200px;
    margin: 0 auto;
}

#cot_wrapper {
    border: solid 2px white;
    border-radius: 10px;
    padding: 10px;
    margin: 20px 0 20px 0;
}

.main_cot_table {
    width: 100%;
    text-align: center;
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: white;
    margin: 0 0 20px 0;
}

.main_cot_table th,
td {
    border: solid 1px white;
    padding: 5px;
    border-radius: 5px;
}

.main_cot_table th {
    background-color: rgba(0, 0, 0, 0.25);
}

.remove_img {
    height: 15px;
}

.table_brand {
    width: 150px;
}

#cot_lower {
    display: flex;
    flex-direction: row;
    margin: 20px 0 0 0;
}

#cot_menu {
    flex-grow: 1;
    margin: 0 10px 0 0;
}

#buttons_cont {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

#cot_prices {
    flex-grow: 2;
    margin: 0 0 0 10px;
    display: flex;
    flex-direction: column;
}

.cot_button {
    color: #333;
    text-align: center;
    margin: 10px 0 10px 0;
    cursor: pointer;
    font-family: 'Cabin', sans-serif;
    font-weight: bolder;
    font-size: 24px;
    border-radius: 5px;
    border: none;
    background-color: #fce500;
    padding: 5px;
    width: 45%;
    -webkit-box-shadow: 0px 5px 0px 0px rgba(191, 172, 0, 1);
    -moz-box-shadow: 0px 5px 0px 0px rgba(191, 172, 0, 1);
    box-shadow: 0px 5px 0px 0px rgba(191, 172, 0, 1);
}

#cot_menu {
    border: solid white 1px;
    padding: 10px;
    border-radius: 10px;
    max-width: 930px;
}

.prices_table {
    color: white;
    font-family: 'Cabin', sans-serif;
    font-size: 18px;
}

.prices_table td {
    width: 100px;
}

.small_txt_cot {
    margin: 10px 0 0 0;
    font-size: 12px;
}

/* Cotización - End */

/* Cita - Start */

#cita_main_cont {
    background: rgba(7, 93, 166, .5);
    padding: 40px 40px;
    max-width: 1200px;
    margin: 0 auto;
}

#cita_cont {
    margin: 20px 0 0 0;
}

#cita_cont p {
    margin: 10px 0 10px 0;
}

.cita_select {
    width: 100%;
    border-radius: 10px;
    margin: 0 0 15px 0;
}

.line_cita {
    height: 2px;
    width: 100%;
    background-color: white;
    opacity: .5;
}

.cita_small_txt {
    font-size: 14px;
}

#cita_serv_cont {
    margin: 20px 0 20px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.serv_select {
    flex-grow: 1;
    margin: 0 15px 0 0;
    border-radius: 10px;
    max-height: 44px;
    max-width: 250px;
}

.cita_button {
    flex-grow: 1;
    color: #333;
    text-align: center;
    margin: 0 15px 0 15px;
    cursor: pointer;
    font-family: 'Cabin', sans-serif;
    font-weight: bolder;
    font-size: 24px;
    border-radius: 5px;
    width: 100%;
    border: none;
    background-color: #fce500;
    padding: 5px;
    max-width: 230px;
    max-height: 30px;
    line-height: 30px;
    -webkit-box-shadow: 0px 5px 0px 0px rgba(191, 172, 0, 1);
    -moz-box-shadow: 0px 5px 0px 0px rgba(191, 172, 0, 1);
    box-shadow: 0px 5px 0px 0px rgba(191, 172, 0, 1);
}

.cita_servicios {
    flex-grow: 1;
    margin: 0 0 0 15px;
    background: rgba(7, 93, 166, 1);
    height: 100px;
    border-radius: 10px;
    padding: 10px;
}

.cita_comment {
    width: 100%;
    border-radius: 10px;
    margin: 20px 0 20px 0;
    border: none;
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #075da6;
    padding: 10px;
    box-sizing: border-box;
}

.cita_time {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    margin: 20px 0 20px 0;
}

.month_main_cont {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

.month_cont {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.week_cont {
    margin: 5px;
    text-align: center;
    color: white;
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 18px;
}

.day_name {
    padding: 5px;
    border: solid 1px white;
    background-color: #ffffff80;
    min-width: 40px;
    border-radius: 5px;
}

.day_number {
    padding: 5px;
    min-width: 40px;
    border-radius: 5px;
    margin: 5px 0 0 0;
}

.day_innactive {
    border: solid 1px #607D8B;
}

.day_active {
    border: solid 1px white;
}

.hours_cont {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;

    max-height: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 15px;
}

.hours_cont p {
    font-size: 16px;
}

#last_cita a {
    color: white;
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    font-size: 18px;
}

.last_button {
    max-height: none;
}

/* Cita - End */

/* Sucursal - Start */

.input_sucursal {
    border: none;
    border-radius: 10px;
    padding: 10px 0;
    width: 100%;
    min-height: 24px;
    margin: 10px 0;
    text-indent: 10px;
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #075da6;
}

.sucursal_small_txt {
    font-size: 14px;
    margin: 0 0 10px 0;
}

.sucursal_info {
    height: 12px;
}

.txt_sucursal {
    margin: 0 0 10px 0;
}

.sucursal_blue {
    height: 14px;
}

.sucursal_orange {
    height: 14px;
}

.select_sucursal {
    width: 100%;
    border-radius: 10px;
    margin: 10px 0 10px 0;
}

#sucursal_cont {
    background: rgba(7, 93, 166, .5);
    padding: 40px 40px;
    max-width: 1200px;
    margin: 0 auto;
}

#map_main_cont {
    display: flex;
    flex-direction: row;
    margin: 20px 0 0 0;
    max-height: 600px;
}

#map_cont {
    background-color: dimgray;
    border-radius: 10px;
    border: solid 2px white;
    flex-grow: 2;
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: white;
    text-align: center;
}

#directions_main_cont {
    flex-grow: 1;
    max-width: 500px;
    overflow: scroll;
    overflow-x: hidden;
}

.directions_cont {
    border: 2px solid white;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    margin: 0 10px 10px 10px;
}

.directions_cont p {
    font-size: 14px;
}

.orange_map {
    flex-grow: 1;
    padding: 10px;
    max-width: 30px;
}

.orange_map img {
    width: 100%;
}

.directions_map {
    flex-grow: 1;
    padding: 10px;
}

.horarios_map {
    flex-grow: 1;
    padding: 10px;
}

.print_map {
    max-width: 200px;
    margin: 20px 0 40px 0;
}

.print_button {
    width: 18px;
    height: 100%;
}

/* Sucursal - End */

/* Servicios - Start */

#servicios_cont {
    background: rgba(7, 93, 166, .5);
    padding: 40px 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.serv_int {
    margin: 30px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.serv_img img {
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.serv_desc {
    margin: 0 40px 0 40px;
}

.serv_desc h1 {
    font-family: 'Cabin', sans-serif;
    color: white;
    font-size: 30px;
}

.serv_desc p {
    font-weight: 400;
    font-size: 18px;
}

.serv_buttons {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 40px 0 0 0;
}

.serv_button {
    cursor: pointer;
    font-family: 'Cabin', sans-serif;
    font-weight: bolder;
    font-size: 24px;
    border-radius: 5px;
    width: 250px;
    border: none;
    background-color: #fce500;
    padding: 5px;
    -webkit-box-shadow: 0px 5px 0px 0px rgba(191, 172, 0, 1);
    -moz-box-shadow: 0px 5px 0px 0px rgba(191, 172, 0, 1);
    box-shadow: 0px 5px 0px 0px rgba(191, 172, 0, 1);
}

/* Servicios - End */

/* Contacto - Start */

#contact_cont {
    background: rgba(7, 93, 166, .5);
    padding: 40px 40px;
    max-width: 1200px;
    margin: 0 auto;
}

#contact_int_wrapper {
    display: flex;
    flex-direction: row;
}

.contact_int {
    width: 75%;
    flex-grow: 1;
    margin: 20px 20px 0 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.contact_int a {
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    color: white;
    font-size: 18px;
}

.logo_contact {
    width: 25%;
    flex-grow: 1;
    background-image: url(../img/rsc/contact_bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
    opacity: .5;
}

.input_contact {
    width: 90%;
    max-width: 800px;
    border: none;
    padding: 10px;
    margin: 0 0 20px 0;
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 20px;
    border-radius: 10px;
}

#contact_button_cont {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 40px 0 0 0;
}

#contact_button_cont button {
    margin: 0 20px 0 0;
}

/* Contacto - End */

/* Interiores - Start */

.title_int p {
    font-size: 30px;
    font-weight: 700;
}

.title_int img {
    height: 21px;
}

.line_int {
    height: 2px;
    width: 100%;
    background-color: white;
    margin: 10px 0 10px 0;
}

/* Interiores - End */