body {
  font-size: .875rem;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  }
}

header{
  background-image: url('../../img/header.png');
  height: 495px;
}
.header-h1{
  font-size: 5em;
  line-height: 66px;
}
.header-h2{
  font-weight: 100;
  font-size: 2.5em;
}
.header-span{
  margin: auto;
    display: table;
    font-size: 2em;
    border-radius: 21px;
}

@media only screen and (min-width: 960px) and (max-width: 1365px){
  header{
    /* background-image: url('/assets/img/header.png'); */
    background-image: url('../../img/header.png');
    height: 264px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .header-h1{
    font-size: 2em;
    line-height: 1em;
  }
  .header-h2{
    font-size: 1em;
  }
  .header-span{
      font-size: 1em;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  header{
    /* background-image: url('/assets/img/header.png'); */
    background-image: url('../../img/header.png');
    height: 353px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .header-h1{
    font-size: 3em;
    line-height: 1em;
  }
  .header-h2{
    font-size: 1.5em;
  }
  .header-span{
    font-size: 1.3em;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
  cursor: default;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}


/******************************************************************************/
.fucsia{color: #cb3265 !important;}
.fucsia-bg{background-color: #cb3265 !important;}
.agua{color:#44AEB8 !important;}
.agua-bg{background-color:#44AEB8 !important;}
.griz{color:#999999 !important;}
.griz-bg{background-color:#999999 !important;}
.griz2{color:#666666 !important;}
.griz2-bg{background-color:#666666 !important;}
.griz3{color:#CCCCCC !important;}
.griz3-bg{background-color:#CCCCCC !important;}

p{}
li{}
input[type="radio"] {
    width: auto;
}
ul.nav li a {
    font-size: 1.6em;
    color: #000;
    padding: 15px 5px 15px .8em;
    cursor: default;
}
ul.nav li {
    margin-bottom: 20px;
    cursor: default;
}
.sidebar-sticky {
    border-right: 2px solid #dedede;
}
.sidebar-sticky .active span.number {
    background-color: #cb3265;
}
.sidebar-sticky span.number {
    background-color: #999999;
    border-radius: 50%;
    padding: 1px 13px 3px;
    font-size: 1.2em;
    font-weight: 800;
    color: #fff;
}
a.nav-link.active {
    background-color: #E6E6E6;

}
    /*
a.nav-link:hover {
 background-color: rgb(10 135 141 / 10%);
}*/
header.container-fluid {
    box-shadow: 0px 34px 91px -49px #000;
}

h1 {
    font-weight: 800;
    font-size: 3.5rem;
}
h1 span {
    color: #CB3265;
}
.form-group {
    background-color: #44AEB8;
    padding: 15px 13px 10px;
    color: #fff;
}
label {
    display: block;
    font-size: 1.8em;
    padding-left: 10px;
}
label span {
    color: #cb3265;
}

input, select {
    padding: 7px;
    font-size: 1.5em;
    border: none;
    width: 100%;
}
button.send, button.back, a.send {

    color: #fff;
    font-size: 2em;
    font-weight: 800;
    border: none;


}
button.send, a.send {
    /*padding: 10px 60px 10px 35px;*/
    padding: 10px 35px 10px 35px;
    position: relative;
}
 button.back {
     /*padding: 10px 35px 10px 60px;*/
     padding: 10px 35px 10px 35px;
     margin-right:25px;
     position: relative;
}

a.back {
    /*padding: 10px 35px 10px 60px;*/
    padding: 10px 35px 10px 35px;
    margin-right:25px;
    position: relative;
}

.col-narrow {
    max-width: 700px;
    margin: auto;
}
footer {
    background-color: #333333;
    color: #fff;
    padding: 3em 5em;
    font-size: 1.1em;
    box-shadow: inset 0px 32px 30px -16px #000;
    width: 100%;
}
.customer:not:first-child b {
    font-weight: 800;
    padding-left: 13px;
}
.customer {
    font-size: 1.5em;
}

.service label {
    display: inline-block;
        width: 25%;
}
.service input, .service select {
    max-width: 74%;
    width: 74%;
}

.plan-select span {
    font-size: 1.5em;
    margin-left: 15px;
    padding: 3px 19px 6px 10px;
}
.plan-select span input[type="radio"] {
    width: auto;
    transform: scale(1.7);
    margin: 0px 9px 0 6px;
}
.plan .header {
    border-bottom: 1px solid;
}
.plan .header p{font-size: 1.2em; }
.plan .footer {
    border-top: 1px solid;
    padding: 15px;
    text-align: center;
    margin-top: auto;
}
.plan .footer a.btn {
    font-size: 1.6em;
}
.plan .items ul {
    list-style: none;
    padding: 20px 7%;
}
.plan .items ul li{
    margin-bottom: 15px;
    font-size: 1.5em;
}
.plan .items ul li b{
    font-weight: 800;
}
.plan .option{
  display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.customize p {
    font-size: 1.5em;
    margin-left: 10px;
}
.customize .form-group {
    margin-bottom: 0;
    background-color: #999999;
}
.customize .form-group:nth-child(2n) {
    background-color: #666666;
}
.change {
    font-weight: 700;
    font-size: 1.6em;
}
.change span.period {
    font-weight: 500;
}
.review .head {
    border-bottom: 1px solid;
}

.review ul{position: relative;}
.review li.on:before {

    background-color: #cb3265;

}
.review li:before {
    content: "";
    width: 21px;
    height: 21px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 8px;
    margin-top: 6px;
}
.review li{font-size: 1.5em;margin-bottom: 10px; }




button.send.fucsia-bg:after,a.send.fucsia-bg:after {
    content: "";
    top: 9px;
    height: 44px;
    width: 44px;
    position: absolute;
    right: 19px;
    background: #cb3265;
    -webkit-transform: rotate(

45deg

 );
    -ms-transform: rotate(45deg);
    transform: rotate(

45deg

 );
    right: -22px;
}
button.back.griz-bg:before {
    content: "";
    top: 9px;
    height: 44px;
    width: 44px;
    position: absolute;
    right: 19px;
    background: #999;
    -webkit-transform: rotate(

45deg

 );
    -ms-transform: rotate(45deg);
    transform: rotate(

45deg

 );
    left: -22px;
}

/*.checkout input {
    width: 59%;
}
.checkout label {
    display: inline-block;
    width: 40%;
}*/

a.back.griz-bg:before {
    content: "";
    top: 9px;
    height: 44px;
    width: 44px;
    position: absolute;
    right: 19px;
    background: #999;
    -webkit-transform: rotate(

45deg

 );
    -ms-transform: rotate(45deg);
    transform: rotate(

45deg

 );
    left: -22px;
}
.addondescription ul{
  list-style-type: none;
}
.addondescription ul li{
  font-size: 1em;
  margin-bottom: 10px;
}
.addondescription ul li:before {
  background-color: #cb3265;
}
