﻿body {
    color: #7d7d7d;
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #7d7d7d;
}

.line-border {
    border-top: 1px solid #e1e1e1;
    width: 100%;
}

.color-pink {
    color: #f37074;
}

.color-white {
    color: #fff;
}

.blue-btn {
    background-color: #6cceec;
}


    .blue-btn:hover {
        background-color: #30B1D8;
    }


button, .button {
    margin: 0px;
}

.headings {
    margin-bottom: 50px;
}

#why {
    padding: 40px;
}

.sticky-topbar {
    width: 100%;
  }

.why-item {
    width: 100%;
    min-height: 120px;
    padding: 20px;
    text-align: center;
}

    .why-item div {
        font-size: 13px;
    }

    .why-item h4 {
        color: #28304f;
    }

    .why-item .glyph-icon {
        color: #28304f;
    }

.border-right {
    border-right: 1px solid #e1e1e1;
}

.border-bottom {
    border-bottom: 1px solid #e1e1e1;
}

#testimonial {
    width: 100%;
    min-height: 260px;
    background: url(../img/testi.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 40px;
}

    #testimonial h6:before {
        content: '- ';
    }

    #testimonial li div {
        width: 70%;
        margin: auto;
    }

#intro {
    width: 100%;
    min-height: 400px;
    padding: 40px;
    background: url(../img/event.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#features {
    width: 100%;
    padding: 40px;
    background-color: #ecf0f8;
}

.featured-item {
    background-color: #fff;
    width: 100%;
    min-height: 160px;
    padding: 30px;
    margin-bottom: 10px;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

    .featured-item div {
        font-size: 13px;
        text-align: center;
    }

    .featured-item h6 {
        font-weight: bold;
    }

#available {
    padding: 40px;
}



#pricing {
    padding: 40px;
    padding-bottom: 80px;
}

.pricing-item {
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
}

.pricing-title {
    border-radius: 50%;
    margin: auto;
    width: 130px;
    height: 130px;
    background: #6cceec;
    color: #fff;
    text-align: center;
    padding-top: 30px;
}

.pricing-table {
    border: solid 1px #6cceec;
    margin-top: -69px;
    margin-bottom: 3.25rem;
}

#additional-info {
    padding-top: 40px;
    background-color: #f37074;
    color: #fff;
}

    #additional-info h5 {
        font-weight: bold;
    }

#sign-up {
    padding: 17px 30px 30px 30px;
    background-color: rgb(255,255,255);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    #sign-up button {
        width: 100%;
    }



.pricing-table .cta-button {
    background-color: transparent;
    text-align: center;
    padding: 0px;
    top: 21px;
    position: relative;
}

.cta-button .button {
    background: #6cceec;
}

footer {
    padding: 40px;
}


.buttonAdd {
    width: 175px;
  
    height: 55px;
    background-color: #3498DB;
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
    background-image: url(/pedidos/views/img/plus.png); /* 16px x 16px */
    background-size: 18%;
    background-repeat: no-repeat;  /* make the background image appear only once */
    /*background-position: right center;  /* equivalent to 'top left' */
    background-position: 95% 50%;
    border: none;           /* assuming we don't want any borders */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    padding-right: 43px;     /* make text start to the right of the image */
    vertical-align: right; /* align the text vertically centered */
    border-radius: 8px;
    margin:10px;
}

.buttonAdd:hover, .buttonAdd:focus {
    background-color: rgb(8, 31, 46);
}


.buttonEnd
{
    width: 175px;
    height: 55px;
    background-color: #3498DB;
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
    background-image: url(/pedidos/views/img/checked.png); /* 16px x 16px */
    background-size: 18%;
    background-repeat: no-repeat;  /* make the background image appear only once */
    /*background-position: right center;  /* equivalent to 'top left' */
    background-position: 95% 50%;
    border: none;           /* assuming we don't want any borders */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    padding-right: 43px;     /* make text start to the right of the image */
    vertical-align: right; /* align the text vertically centered */
    border-radius: 8px;
    margin:10px;
}

.buttonEnd:hover, .buttonEnd:focus {
    background-color: rgb(8, 31, 46);
}

.button img {
    display: inline-block;
    padding-right: 1px;
    padding-top: 5px;
    border-radius: 0%;
    padding-bottom: 10px;
  }

  .button
  {
    border: 2px solid white;
    border-radius: 15px;
    text-align: center;
    opacity: .7
  }

.button:hover {background-color: black}

.button:active {
  background-color: black;
 box-shadow: 5px 10px #888888;
   transform: translateY(4px);
}

.button:hover {opacity: 1}

.fullWidth {
   width: auto;
   height: 30%;
   margin-left: auto;
   margin-right: auto;
   max-width: initial;
  /*background: url("/pedidos/views/img/logo1.png") no-repeat center;*/
}

.sector
{
 margin-top:20px;
 margin-bottom:20px;
 padding-bottom:50px;
 border-radius: 25px;
 width: 100%;
 background-color:#deeaee;
}

.botones
{
 margin-top:10px;
 margin-bottom:10px;
 padding-bottom:10px;
 padding-top:10px;
 border-radius: 25px;
 width: 100%;
 background-color:#deeaee;
}

.changopote  /* el socalo de pote */
{
    border-radius: 4px;
    border: 2px solid #cccccc;
    height: auto;
    padding: 10px 10px 10px 10px;
}


.changogustos  /* cada bloque de gustos */
{
 
 padding-top: 5px;

}

.changogusto  /* cada bloque de gustos */
{
 border-radius: 5px;

}

.changoitem /* contenedor de el pote + gustos */
{
    border-radius: 4px;
    border: 2px solid #cccccc;
    height: auto;
    margin-bottom: 8px;
    padding: 10px;
    background-color: #3498DB;
    color:white;
    text-shadow: 2px 2px 8px #0a0a0a;
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 1.1rem;
    display:inline-flex;
}

.buttonChango
{
    background: url("/pedidos/views/img/cartw.png") no-repeat right ;
    padding-right: 60px;
    background-color:red;
    border-radius: 5px;
    border-color: navy;
}

.butonChangoClose
{
    background: url("/pedidos/views/img/closeBlack.png") no-repeat center ;
    background-size: auto;
}

.butonChangoClose:hover {
    background: url("/pedidos/views/img/closeWhite.png") no-repeat center ;
    background-size: auto;
}
.dropDownGustos
{
    width:auto;
}