﻿@import url('https://fonts.googleapis.com/css?family=Muli:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baloo+Tamma+2&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200&display=swap');
@import url(//db.onlinewebfonts.com/c/9da41c570d5a221cb2486d78769a076d?family=Neue+Helvetica);
@import url('https://fonts.googleapis.com/css?family=Assistant');

body {
    font-family: 'Muli', sans-serif;
    background: #eeeded;
}

/* Style the header with a grey background and some padding */
.header {
  height: 70px;
  overflow: hidden;
  background-color: #f3f3f3;
  padding: 1px 50px;
  border-bottom: 1px solid #d6d4d3;
}

/* Style the header links */
.header a {
  float: left;
  color: black;
  text-align: center;
  padding: 1px;
  text-decoration: none;
  /*font-size: 18px;*/
  line-height: 10px;
  border-radius: 4px;
}

/* Style the logo link (notice that we set the same value of line-height and font-size to prevent the header to increase when the font gets bigger */
.header a.logo {
  font-size: 25px;
  font-weight: bold;
}


/* Style the active/current link*/
.header a.active {
  background-color: dodgerblue;
  color: white;
}

/* Float the link section to the right */
.header-right {
  float: right;
}

/* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */
@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
  }
  .header-right {
    float: none;
  }
}

.card-product .img-wrap {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    position: relative;
    height: 100px;
    text-align: center;
}
.card-product .img-wrap img {
    padding: 5px;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
}
.card-product .info-wrap {
    overflow: hidden;
    padding: 3px;
    border-top: 1px solid #eee;
}
.card-product .bottom-wrap {
    padding: 3px;
    border-top: 1px solid #eee;
}

.label-rating { margin-right:10px;
    color: #333;
    display: inline-block;
    vertical-align: middle;
}

.card-product .price-old {
    color: #999;
}

.card-product {
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

.card-product:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}



nav {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
}

.navbar-brand, .nav > li > a {
    padding: 0px 15px;
}

/* Círculos de colores numerados */
span.red {
    background: #FA2F2F;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 15px;
    text-align: center;
    width: 1.6em;
}

span.grey {
    background: #8D8D8D;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 15px;
    text-align: center;
    width: 1.6em;
}

span.green {
    background: #78CB38;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 15px;
    text-align: center;
    width: 1.6em;
}

span.blue {
    background: #5178D0;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 15px;
    text-align: center;
    width: 1.6em;
}

span.pink {
    background: #EF0BD8;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 15px;
    text-align: center;
    width: 1.6em;
}

span.dorado {
    background: #FFCC33;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 15px;
    text-align: center;
    width: 1.6em;
}

span.limon {
    background: #511DE1;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 15px;
    text-align: center;
    width: 1.6em;
}

span.negro {
    background: #000000;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 15px;
    text-align: center;
    width: 1.6em;
}

span.naranja {
    background: #FF9A00;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #000000;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 15px;
    text-align: center;
    width: 1.6em;
}


/* Parte de abajo de cata card*/

.kutu-Menu {
    padding: 0 !important;
    margin: 0 !important;
}

.kutu-Menu li {
    border-right: 1px solid #eee;
}

a.kutuBildirim {
    text-decoration: none !important;
}

.card .body {
    color: #424242;
    font-weight: 500;
    text-align: center;
    padding-top: 9px;
    font-size: 14px;
}

.body2 {
    color: #424242;
    font-weight: 500;
    text-align: center;
    padding-top: 10px;
    font-size: 14px;
}

.body3 {
    color: #424242;
    font-weight: 500;
    text-align: center;
    padding-top: 10px;
    font-size: 12px;
}

.kutu-Menu li i {
    font-size: 25px;
    display: inline-block;
}

.kutu-Menu li h4 {
    margin-top: 0px;
}

.kutu-Menu li:hover {
    background-color: #eee;
    text-decoration: none !important;
}

.kutu-Menu li:last-child {
    border: none
}

@media screen and (max-width: 767px) {
    .kutu-Menu li {
        border-bottom: 1px solid #eee;
    }
}

.highlight {
    background-color: #fff34d;
    -moz-border-radius: 5px; /* FF1+ */
    -webkit-border-radius: 5px; /* Saf3-4 */
    border-radius: 5px; /* Opera 10.5, IE 9, Saf5, Chrome */
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* FF3.5+ */
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Saf3.0+, Chrome */
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Opera 10.5+, IE 9.0 */
}

.highlight {
    padding: 1px 4px;
    margin: 0 -4px;
}


/* AFECTA DIRECTAMENTE EL PROCEDIMIENTO.ASPX*/

.tittle {
    text-align: center;
    padding-bottom: 55px;
    font-size: 25px;
    font-family: 'Open Sans';
    color: #3f4553;
    padding-bottom: 5px;
}

.tittle2 {
    text-align: center;
    padding-bottom: 55px;
    font-size: 20px;
    font-family: 'Open Sans';
    color: #3f4553;
    padding-bottom: 5px;
}

.css-button {
    color: #FFFFFF;
    background-color: white;
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
    border: 1px #e0e0e0 solid;
    box-shadow: 8px 8px 8px 2px rgba(201, 201, 201, 0.35);
    cursor: pointer;
}

.css-button-text {
    text-align: center;
}

.css-button:hover {
    background: linear-gradient(180deg, #90E5F5 73%, #ffffff 100%); /*BFEAF2*/
    text-decoration: none;
    border: none;
    color: black;
    text-align: center;
}

.container-valores {
    background-color: white;
    max-width: 600px;
    height: 100vh;
    box-shadow: 0 0 10px #A0A1A5;
}
.small {
    font-size: 10px;
}

.items-collection {
    margin: 20px 0 0 0;
}

    .items-collection label.btn-default.active {
        background-color: #007ba7;
        color: #FFF;
    }

    .items-collection label.btn-default {
        width: 90%;
        border: 1px solid #305891;
        margin: 5px;
        border-radius: 17px;
        color: #305891;
    }

    .items-collection label .itemcontent {
        width: 100%;
    }

    .items-collection .btn-group {
        width: 90%
    }

input[type=checkbox] {
    display: none;
}

.button-siguiente {
    color: white;
    background-color: #007ba7;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    align-items: center;
    width: 60%;
}

    .button-siguiente:hover {
        background: #1D89B0; /*BFEAF2*/
        text-decoration: none;
        border: none;
        color: white;
    }

.button-cuadrado {
    color: #4F4E4E;
    background-color: white;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    align-items: center;
    border: 1px solid #6E6D6D;
    border-radius: 17px;
}

    .button-cuadrado:hover {
        background: #1D89B0; /*BFEAF2*/
        text-decoration: none;
        border: none;
        color: white;
    }

.button-vertical {
    color: #4F4E4E;
    background-color: white;
    font-size: 18px;
    cursor: pointer;
    border: 1px solid #6E6D6D;
    border-radius: 17px;
    height: 300px;
}

    .button-vertical:hover {
        background: #1D89B0; /*BFEAF2*/
        text-decoration: none;
        border: none;
        color: white;
    }

    /***************** F O R M U L A R I O S **********************/

.cardformulario {
    background-color: #222222;
    border-radius: 10px;
    font-family: sans-serif;
    margin-bottom: 1%;
}

p {
    color: #858585;
    color: #b9b8b8;
    font-size: 15px
}

.btnformulario {
    border-radius: 7px;
    font-size: 20px;
}

    .btnformulario:focus {
        outline: none;
        box-shadow: none
    }

.cardtitulo {
    font-size: 14px;
}

.cardrama {
    font-size: 12px;
}

.cardcontenido {
    font-size: 10px;
}

/*************************************************************/
/********************* TABLA ********** **/

.cell-1 {
    border-collapse: separate;
    border-spacing: 0 4em;
    background: #ffffff;
    border-bottom: 5px solid transparent;
    background-clip: padding-box;
    cursor: pointer
}

.thead {
    background: #dddcdc
}

.table-elipse {
    cursor: pointer
}

.demo {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s 0.1s ease-in-out;
    transition: all 0.3s ease-in-out
}

.row-child {
    background-color: #000000;
    color: #FFFFFF;
}

/*************************************************************/
.table-responsive {
    table-layout: auto;
    width: 100%;
}