@font-face {
    font-family: klavika;
    src: url('../fonts/klavika-light.eot');
    src: url('../fonts/klavika-light.eot?#iefix')
             format('embedded-opentype'),
         url('../fonts/klavika-light.woff') format('woff'),
         url('../fonts/klavika-light.ttf') format('truetype');
}


@font-face {
    font-family: klavika_bold;
    src: url('../fonts/klavika-bold.eot');
    src: url('../fonts/klavika-bold.eot?#iefix')
             format('embedded-opentype'),
         url('../fonts/klavika-bold.woff') format('woff'),
         url('../fonts/klavika-bold.ttf') format('truetype');
}

@font-face {
    font-family: klavika_medium;
    src: url('../fonts/klavika-medium.eot');
    src: url('../fonts/klavika-medium.eot?#iefix')
             format('embedded-opentype'),
         url('../fonts/klavika-medium.woff') format('woff'),
         url('../fonts/klavika-medium.ttf') format('truetype');
}

@font-face {
    font-family: klavika-light-italic;
    src: url('../fonts/klavika-light-italic.eot');
    src: url('../fonts/klavika-light-italic.eot?#iefix')
             format('embedded-opentype'),
         url('../fonts/klavika-light-italic.woff') format('woff'),
         url('../fonts/klavika-light-italic.ttf') format('truetype');
}

body {
    font-size: 0.96rem;
    font-family: 'klavika';
}

.center_container {
    margin: 0 auto;
}

.row {
    position: relative;
}

.small,
small {
    font-size: 70%;
    font-weight: 400;
}


/*  Navegacion */

nav {
    background-color: white;
    box-shadow: 0px 0px 5px -3px black;
    /* min-height: 46px;
    max-height: 46px; */
    height: 46px;
}

/* nav>div>img {
    height: 40px;
} */

.nav-item>a {
    color: black;
    font-family: 'klavika_medium';
}

.navbar-nav {
    position: relative;
    top: 4px;
}

.nav-items>a:hover {
    color: rgb(61, 61, 61);
}

.tel {
    font-family: 'klavika';
    position: relative;
    top: 4px;
}

.red_social {
    background: #1e1e1e;
    width: 40px;
    height: 40px;
    padding: 10px;
    color: white;
    display: inline;
    border-radius: 22px;
}


/* Title Section */

.section-cotizar {
    min-height: 140px;
    position: relative;
    z-index: 99;
}

h2,
h3 {
    font-family: 'klavika_bold';
}

.line {
    background-color: #F89728;
    height: 6px;
    width: 80px;
}

.navbar {
    padding: 0px 40px 0px 40px;
}

section {
    padding: 0px 30px 0px 30px;
}

.custom-checkbox label {
    text-transform: uppercase;
    font-weight: 700;
}


/*Tiulo de Resumen*/

.title_summary h3 {
    text-transform: uppercase;
}

._summary {
    text-transform: uppercase;
}


/* Separador */

.space_back {
    background-color: #E2E2E2;
    height: 48px;
}


/* content_cotizador */

.content_cotizador {
    background-color: #e0e0e0;
    padding-top: 45px;
    padding-bottom: 45px;
    position: relative;
    font-family: 'klavika';
}

li {
    display: block;
}

/* NAG LIST */

#nagList {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#nagList li {
    border: 1px solid #ddd;
    margin-top: -1px;
    background-color: white;
    padding: 6px;
    text-decoration: none;
    font-size: 14px;
    color: black;
    display: block;
    position: relative;
}

#nagList li:hover {
    background-color: #f6f6f6;
}
  
.deleteNag {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0%;
    padding: 6px 16px;
    transform: translate(0%, -50%);
    border: 1px solid #ddd;
}
  
.deleteNag:hover {background: #bbb;}

.delete {
    cursor: pointer;
}

/* --------- */

.visibity-hidden-mobile {
    display: flex;
}

.img-der {
    position: absolute;
    width: 500px;
    top: calc(50% - 120px);
    right: 0;
}

button {
    background: #0E5C97 0% 0% no-repeat padding-box;
    color: white;
    padding: 6px 0px;
    font-family: 'klavika';
    border: 0;
    border-radius: 6px!important;
    min-width: 124px;
}

.button-custom-style {
    display: block;
    margin: 2px 0 2px auto;
    /* margin-left: auto; */
}

#nagInput {
    text-transform: uppercase;
}

.btn_back {
    background-color: transparent;
    color: #0E5C97;
}

footer {
    background-color: #F89728;
    color: white;
    font-family: 'klavika_medium';
    position: relative;
}

.copyright {
    background-color: #0E5C97;
    color: white;
    position: relative;
}

.msg {
    position: absolute;
    right: 15px;
    height: 60px;
    width: 60px;
    top: -30px;
    background: #f89728;
    box-shadow: 0px 0px 15px -5px black;
    border-radius: 50px;
    display: flex;
}

.circle {
    border-radius: 50px;
    height: 30px;
    width: 30px;
    background-color: #F89728;
    cursor: pointer;
    position: absolute;
    margin: 6px 0px 0px 0px;
    z-index: 100;
}

.circle>span {
    position: absolute;
    width: 110px;
    top: 31px;
    left: -29px;
    font-size: 15px;
    font-family: 'klavika';
    color: #F89728!important;
} 

.circle>a {
    position: absolute;
    width: 110px;
    top: 53px;
    left: -22px;
    font-size: 15px;
    font-family: 'klavika';
}

.circle2 {
    border-radius: 50px;
    height: 30px;
    width: 30px;
    left: calc(50px + 19%);
    background-color: #E2E2E2;
    cursor: pointer;
    position: absolute;
    margin: 6px 0px 0px 0px;
    z-index: 100;
    text-align: center;
}

.circle2>span {
    position: absolute;
    top: 12px;
    width: 150px;
    top: 31px;
    left: -55px;
    font-size: 15px;
    font-family: 'klavika';
    color: #E2E2E2!important;
}

.circle2>a {
    position: absolute;
    top: 12px;
    width: 150px;
    top: 53px;
    left: -22px;
    font-size: 15px;
    font-family: 'klavika';
}

.circle3 {
    border-radius: 50px;
    height: 30px;
    width: 30px;
    left: calc(100px + 40%);
    background-color: #E2E2E2;
    cursor: pointer;
    position: absolute;
    margin: 6px 0px 0px 0px;
    z-index: 100;
}

.circle3>span {
    position: absolute;
    top: 12px;
    width: 110px;
    top: 31px;
    left: -22px;
    font-size: 15px;
    font-family: 'klavika';
    color: #E2E2E2!important;
}

.circle3>a {
    position: absolute;
    top: 12px;
    width: 110px;
    top: 53px;
    left: -21px;
    font-size: 15px;
    font-family: 'klavika';
}

.circle4 {
    height: 30px;
    width: 30px;
    left: calc(100px + 65%);
    background-color: rgb(226, 226, 226);
    cursor: pointer;
    position: absolute;
    border-radius: 50px;
    margin: 6px 0px 0px 0px;
    z-index: 100;
}

.circle4>span {
    position: absolute;
    top: 12px;
    width: 110px;
    top: 31px;
    left: -17px;
    font-size: 15px;
    font-family: 'klavika';
    color: #E2E2E2!important;
}

.circle-line {
    background-color: #E2E2E2;
    height: 3px;
    width: 23%;
    position: absolute;
    top: calc(50% - 5.5px);
    left: 30px;
}

.circle-line2 {
    background-color: #E2E2E2;
    height: 3px;
    width: 24%;
    position: absolute;
    top: calc(50% - 5.5px);
    left: calc(100px + 16%);
}

.circle-line3 {
    background-color: #E2E2E2;
    height: 3px;
    width: 24%;
    position: absolute;
    top: calc(50% - 5.5px);
    left: calc(100px + 42%);
}

.check_encuesta .form-check-label {
    width: 45px;
}

.cont-grafico {
    position: relative;
    height: 50px;
    width: 100%;
    left: calc(40% - (75px + 30%));
}

.wiz_two .circle-line {
    width: 35%;
}

.wiz_two .circle2 {
    left: calc(50px + 31%);
}

.wiz_two .circle-line2 {
    left: calc(100px + 27%);
    width: 35%;
}

.wiz_two .circle3 {
    left: calc(100px + 62%);
}

.wiz_two .circle2>a {
    width: 175px;
}

.cita .form-check-label {
    width: 120px;
}

.c_active {
    background-color: #F89728;
}

.c_active>span {
    color: #F89728!important
}

select,
input {
    width: 100%;
    height: 40px;
    background: white;
    border-radius: 5px;
    border: 1px solid gainsboro
}

.line-left {
    border-left: 5px solid orange;
}

.checkbox {
    width: 30px;
}


/*Radio Btn*/

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0;
    width: 20px;
}

.form-check-inline .form-check-input::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}

.form-check-label {
    margin-bottom: 0;
    width: 114px;
}

.bg-hour {
    background-color: #f4f7fa!important;
    cursor: pointer;
}

.cita select {
    margin-bottom: 5px;
}

.h100 {
    height: 100%;
}

.w100 {
    width: 100%;
}

.p_l {
    padding-left: 10%;
}

.mt_6 {
    margin-top: 6rem;
}

.mt_2 {
    margin-top: 2rem;
}

.mb_1 {
    margin-bottom: 1rem;
}

.d_flex {
    display: flex;
}

.mb_12 {
    margin-bottom: -12px;
}

.mt_12 {
    margin-top: -12px;
}

.small_p {
    font-family: klavika-light-italic;
    font-size: 14px;
    color: #000000;
}

.box_img {
    border-top: 2px orange solid;
    border-right: 2px orange solid;
    border-bottom: 2px orange solid;
    border-left: 2px orange solid;
    border-color: orange;
    margin-bottom: 3%;
    display: inline-block;
}

.btn_fecha_active {
    color: #212529;
    background-color: #F89428!important;
    border-color: #F89428!important;
}

.fix_scroll {
    height: auto;
    overflow: auto;
}

.scroll1::-webkit-scrollbar {
    width: 5px;
}

.scroll1::-webkit-scrollbar-track {
    background: #fa8507;
}

.scroll1::-webkit-scrollbar-thumb {
    background: #f8a144;
}

.btn_back:focus {
    box-shadow: none!important;
}


/*Modal*/

.modal-footer-center {
    justify-content: center!important;
}

.modal-footer {
    padding: 0.2rem;
}

.modal-body p {
    font-size: 17px;
    margin: 10px;
}

/*Circle number*/

span.orange {
    background: orange;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 1.8em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 2.0em;
    margin-right: 15px;
    text-align: center;
    width: 2.0em;
    margin-top: -4px;
}


/*Sticky*/

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

@media screen and (max-width:768px) {
    .cont-grafico {
        width: calc(100% - 30px);
        margin-top: 30px;
    }
    .msg {
        height: 50px;
        width: 50px;
    }
    .visibity-hidden-mobile {
        display: none!important;
    }
}


/*calendar*/

#calendar {
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    float: left;
}

.ui-datepicker {
    margin: 42px 100px 27px 0px;
    font-size: 22px;
}

.ui-datepicker a {
    text-decoration: none;
    color: #6a7883;
}

.ui-datepicker table {
    width: 100%;
}


/*Styling the Header Section*/

.ui-datepicker-header {
    height: 35px;
    border-bottom: 1px solid #c6cdd2;
}

.ui-datepicker-title {
    font-size: 18px;
    color: #005B98;
    text-align: center;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    width: 12px;
    height: 12px;
    text-indent: 9999px;
    border-radius: 100%;
    cursor: pointer;
    overflow: hidden;
    margin-top: -27px;
}

.ui-datepicker-prev {
    float: left;
    margin-left: 12px;
}

.ui-datepicker-prev:after {
    transform: rotate(45deg);
}

.ui-datepicker-next {
    float: right;
    margin-right: 12px;
}

.ui-datepicker-next:after {
    transform: rotate(-135deg);
}

.ui-datepicker-prev:after,
.ui-datepicker-next:after {
    content: '';
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    border-left: 3px solid #6a7883;
    border-bottom: 3px solid #6a7883;
}

.ui-datepicker-calendar thead tr th span {
    display: block;
    width: 40px;
    color: #bdc5cb;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
}


/*Styling the Dates*/

.ui-state-default {
    display: block;
    color: #f26a63;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    width: 40px;
}

.ui-datepicker-other-month .ui-state-default {
    color: #bdc5cb;
}


/*active day*/

.ui-state-default:hover {
    background: #ffa500;
    color: #ffffff;
    border: 1px solid #ffa500;
    border-radius: 99px;
    position: relative;
    margin: -1px;
}

.ui-datepicker-calendar .ui-state-highlight {
    color: #f26a63;
    font-weight: bold;
}

.ui-datepicker-calendar .ui-state-active {
    background: #ffa500;
    color: #ffffff;
    border: 1px solid #ffa500;
    border-radius: 99px;
    position: relative;
    margin: -1px;
}


/*weather*/

#weather {
    width: 320px;
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    float: right;
    padding: 20px;
}

#today {
    margin: 0 auto;
    width: 120px;
}

#temp {
    font-size: 42px;
    font-weight: 400;
    color: #6a7883;
    display: inline-block;
}

#icon {
    font-size: 42px;
    font-weight: 400;
    color: #6a7883;
    display: inline-block;
    margin: 0 5px;
    ;
}

#city {
    font-size: 22px;
    color: #bdc5cb;
    text-align: center;
    margin: 0;
    line-height: 40px;
    padding-bottom: 10px;
}

#week {
    border-top: 1px solid #c6cdd2;
    padding-top: 10px;
}

#weekdays {
    font-size: 22px;
    color: #bdc5cb;
    margin: 0;
    line-height: 40px;
}

.icons {
    text-align: center;
    font-size: 38px;
    color: #6c7a85;
}

#forecast {
    font-size: 22px;
    color: #6c7a85;
    margin: 0;
    margin-top: 15px;
}

.gap {
    display: inline-block;
    width: 80px;
    text-align: center;
}


/*music*/

#music {
    width: 360px;
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    float: right;
    margin-top: 50px;
}

#music img {
    width: 100%;
}

.title {
    text-align: center;
    line-height: 26px;
    font-size: 14px;
}

#pause {
    display: none;
}

progress[value] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 6px;
}

progress[value]::-webkit-progress-bar {
    background-color: #f1faff;
}

progress[value]::-webkit-progress-value {
    background-color: #9ad9fd;
}

.actions {
    padding: 15px 20px;
    overflow: hidden;
}

.actions i {
    font-size: 18px;
    color: #6a7883;
    float: left;
    cursor: pointer;
}

.prev {
    /* margin-left: 97px;*/
    float: left;
}

.play {
    margin: 0 20px 0 20px;
    float: left;
}


/* .next {
  margin-right: 97px;
  float: left;
} */

#mute {
    display: none;
}