.titulo-productos {
  margin-top: 0px;
}

.titulo-productos span,
.titulo-productos small {
  color: #fff;
  font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
  font-style: normal;
  font-variant: normal;
}

.marginBottom-0 {
  margin-bottom: 0;
}

.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  width: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu > a:after {
  display: block;
  content: ' ';
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #555;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/*
Theme Name: Worthy - Free Powerful Theme by HtmlCoder
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Version:1.0.0
Created:November 2014
License: Creative Commons Attribution 3.0 License (https://creativecommons.org/licenses/by/3.0/)
File Description: Place here your custom CSS styles
*/
.image-box {
  padding: 0px 70px 0px 70px;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .image-box {
    padding: initial;
    margin: 30px 0;
  }
}

.pull-over {
  height: 60px;
}
.shadow-box {
  background-color: #fff;
  -webkit-box-shadow: 0.5px 0.866px 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0.5px 0.866px 1px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #f1f1f1;
  margin-bottom: 30px;
  padding: 40px 30px 50px;
  position: relative;
}

.shadow-box:before {
  border-top: 7px solid;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.shadow-box {
  border: 1px solid #f1f1f1;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
}

.shadow-box:before {
  border-top-color: #15bdca;
}

@media (min-width: 1200px) {
  .comparison .shadow-box {
    padding: 40px 60px 50px;
  }
}

@media (min-width: 768px) {
  .shadow-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
}

.price {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.2;
  color: inherit;
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 32px;
  margin-top: 0;
}

.price small,
.price .small {
  font-weight: normal;
  line-height: 1;
  color: #919496;
}

.price small,
.price .small {
  font-size: 65%;
}

.price .small-down {
  font-size: 0.6em;
}

@media (min-width: 768px) and (max-width: 991px) {
  .price {
    font-size: 1.625em;
  }
}

.btn-halo {
  color: #15bdca;
  border: 2px solid #15bdca;
  background-color: #fff;
}

.btn-halo:hover,
.btn-halo:focus {
  color: #fff;
  background-color: #15bdca;
}

.btn-halo:active,
.comparison .col-free .btn-halo.active,
.open > .dropdown-toggle.comparison .col-free .btn-halo {
  border-color: #d9552f;
  background-color: #d9552f;
}

.tiny {
  font-size: 10px;
}

.smallText {
  font-size: 12px;
}
