/*YOUR CUSTOM STYLES*/

.cart-close {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    height: 44px;
    line-height: 50px;
    opacity: 0.65;
    padding: 0 0 0px 30px;
    position: relative;
    right: 0;
    text-align: center;
    text-decoration: none;
	  top: -10px;
}
.cart-close:hover, .cart-close:focus {
    filter: none;
    opacity: 1;
	  top: -10px;
}
.cart-close:active {
    top: 1px;
	  top: -10px;
}
.cart-close-btn-in .cart-close {
    color: #333;
  	top: -10px;
}

.cart-line-separator{
    /*border-bottom: 1px solid #d9d9d9;*/
    font-size: 10px;
    letter-spacing: -3px;
    line-height: 1em;
    margin-top: 5px;
    padding-top: 5px;
  	margin-bottom: 5px;
    padding-bottom: 5px;
}

.wish-close {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    opacity: 0.65;
    position: relative;
    right: 0;
    text-align: center;
    text-decoration: none;
	  top:3px

}
.wish-close:hover, .wish-close:focus {
    filter: none;
    opacity: 1;
	  top:3px
	
}
.wish-close:active {
    top: 3px;
	
	
}
.wish-close-btn-in .wish-close {
    color: #333;
	
}

.icon-large
{
  
  font-size: 30px;
  color:#227297;
}
.btn-dynamic {
  opacity: 0.4;
  transition: all 0.5s ease 0s;

}

.btn-dynamic:hover {
  opacity: 1;
  transition: all 0.5s ease 0s;
}

.formdetails
{
  max-width: 800px;
  background-color:#f2f2f2;
  padding-top:50px;
}

.formuser{
  max-width: 600px;
  background-color:#f2f2f2;
  padding-top:50px;
}

.text-default {
  color: #56ad48;
}

.btn-dynamic {
  opacity: 0.4;
  transition: all 0.5s ease 0s;
}

.btn-dynamic:hover {
  opacity: 1;
  transition: all 0.5s ease 0s;
}


.btn-home-1 {
  background:#0095ff;
  padding:60px 50px 0 40px;
  color:#fff;
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
  /** min-height: 213px;*/
  -webkit-transition: background-color 0.4s ease-out;
  -moz-transition: background-color 0.4s ease-out;
  -o-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
}

.btn-home-1:hover {
    background:#4e4e4e;
    /*box-shadow: 5px 5px 5px #2a2a2a;*/
}

.btn-home-2 {
    background:#005fa3;
    padding:60px 50px 0 40px;
    color:#fff;
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
    /*min-height: 213px;*/
    -webkit-transition: background-color 0.4s ease-out;
    -moz-transition: background-color 0.4s ease-out;
    -o-transition: background-color 0.4s ease-out;
    transition: background-color 0.4s ease-out;
}

.btn-home-2:hover {
    background:#5d5d5d;
    /*box-shadow: 5px 5px 5px #2a2a2a;*/
}

.btn-home-3 {
    background:#da6311;
    padding:60px 50px 0 40px;
    color:#fff;
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
    /*min-height: 213px;*/
    -webkit-transition: background-color 0.4s ease-out;
    -moz-transition: background-color 0.4s ease-out;
    -o-transition: background-color 0.4s ease-out;
    transition: background-color 0.4s ease-out;
}

.btn-home-3:hover {
    background:#515151;
    /*box-shadow: 5px 5px 5px #2a2a2a;*/
}

.text-red{
    color: #f6699cc00;
}

.text-bordo{
    color: #9b0000;
}

.text-100{
    font-weight: 100;
}

.text-200{
    font-weight: 200;
}

.text-300{
    font-weight: 300;
}

.text-400{
    font-weight: 400;
}

.text-500{
    font-weight: 500;
}

.text-600{
    font-weight: 600;
}

.text-700{
    font-weight: 700;
}

.text-800{
    font-weight: 800;
}

.text-900{
    font-weight: 900;
}

.box-content {
    background: #f0f0f0 none repeat scroll 0 0;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 30px 30px;
}

.box-content-primary {
    background: #2a8fbd none repeat scroll 0 0;
    border: 1px solid #17739d;
}

.box-content-dark {
    background: #4d4d4d none repeat scroll 0 0;
    border: 1px solid #2f2f2f;
}

.hr-white {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ffffff;
}

.hr-dark {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #4d4d4d;
}

.hr-grey {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #dfdfdf;
}

.hr-primary {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #3baadc;
}

.sidebar-box-trans {
  margin-bottom: 30px;
  padding: 15px 20px;
  background: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  opacity: 0.8;
}

.login-register-beta > li {
  display: inline-block;
  position: relative;
}

.login-register-beta > li > a {
  font-size: 11px;
  padding: 0 13px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  display: block;
  line-height: 50px;
  height: 50px;
}

.login-register-beta > li > a [class^="fa fa-"] {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  margin-right: 7px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  font-size: 15px;
  line-height: 0;
  position: relative;
}

.login-register-beta > li > a:hover [class^="fa fa-"] {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

@media (max-width: 992px) {
  .login-register-beta {
    float: none;
  }
}

.panel-form {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  color: #555555;  
  cursor: pointer;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.btn-denuncia:hover {
    background:#810101;
    /*box-shadow: 5px 5px 5px #2a2a2a;*/
}

.panel-form > a {
  color: inherit;
}

.sec-tel {
  line-height: 48px; 
  float:; 
  margin-bottom: 0;
  padding-right: 10px;
  color:#fff;
  font-size: 12px;
}

.bg-texture {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 6;
    opacity: 0.5;
}

.bg-primary {
    background-color: #6699cc;
    color: #fff;
    padding: 32px;
}

.bg-dark {
    background-color: #1f1f1f;
    color: #fff;
    padding: 32px;
}

.bg-red{
    background-color: #b31212;
    color: #fff;
    padding: 32px;
}

.btn-denuncia {
    background:#b31212;
    padding:50px;
    color:#fff;
    /*min-height: 213px;*/
    
    -webkit-transition: background-color 0.4s ease-out;
    -moz-transition: background-color 0.4s ease-out;
    -o-transition: background-color 0.4s ease-out;
    transition: background-color 0.4s ease-out;
}

.section {
    overflow: hidden;
    padding: 0;
    position: relative;
}

.image-square {
  height: 35vw;
  max-height: 640px;
  overflow: hidden;
  padding: 0;
}

.image-square .image,
.image-square > .content {
  position: absolute;
}

.image-square .image {
  height: 100%;
}

.image-square > .content {
  padding: 0 10%;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
}

.image-square.left .image {
  left: 0;
}

.image-square.left > .content {
  right: 0;
}

.image-square.right .image {
  right: 0;
}

.image-square.right > .content {
  left: 0;
}

@media all and (max-width: 990px) {
  .image-square {
    height: auto;
    max-height: 100000px;
    padding-bottom: 48px;
  }

  .image-square .image,
  .image-square > .content {
    position: relative;
  }

  .image-square .image {
    height: 100vw;
    margin-bottom: 48px;
    max-height: 500px;
  }

  .image-square > .content {
    top: 0;
    transform: none;
    -webkit-transform: none;
    padding: 0 20%;
  }
}

@media all and (max-width: 767px) {
  .image-square > .content {
    padding: 0 15px;
  }
}

.background-image-holder.fadeIn {
  opacity: 1;
}

.background-image-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #292929;
  background-size: cover !important;
  background-position: 50% 50% !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
}

.image-square.left > .content {
  right: 0;
}

.kenburns .slides li:nth-of-type(odd) .background-image-holder {
  animation: kenBurnsEast 25s linear infinite alternate;
  -webkit-animation: kenBurnsEast 25s linear infinite alternate;
}

.kenburns .slides li:nth-of-type(even) .background-image-holder {
  animation: kenBurnsWest 25s linear infinite alternate;
  -webkit-animation: kenBurnsWest 25s linear infinite alternate;
}

@media all and (max-width: 767px) {
  .kenburns .slides li .background-image-holder {
    animation: none !important;
    -webkit-animation: none !important;
  }
}

.vid-bg .background-image-holder {
  display: none;
  z-index: 0;
}

@media all and (max-width: 1024px) {
  .vid-bg .background-image-holder {
    display: block;
  }
  .vid-bg .player {
    display: none;
  }
}

.local-video-container .background-image-holder {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  top: 0;
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.26);
}

.background-image-holder.fadeout {
  opacity: 0 !important;
  z-index: 0;
}

.foundry_modal *:not(.background-image-holder):not(.close-modal) {
  z-index: 4;
  position: relative;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}

section {
  display: block;
}

section {
  padding: 96px 0;
  position: relative;
  overflow: hidden;
}

@media all and (max-width: 990px) {
  .mb-s-0 {
    margin-bottom: 0;
  }

  .mb-s-5 {
    margin-bottom: 5px;
  }

  .mb-s-8 {
    margin-bottom: 8px;
  }

  .mb-s-10 {
    margin-bottom: 10px;
  }

  .mb-s-15 {
    margin-bottom: 15px;
  }
  
  .mb-s-16 {
    margin-bottom: 16px;
  }
  
  .mb-s-20 {
    margin-bottom: 20px;
  }
  
  .mb-s-24 {
    margin-bottom: 24px;
  }
  
  .mb-s-25 {
    margin-bottom: 25px;
  }
  
  .mb-s-30 {
    margin-bottom: 30px;
  }
  
  .mb-s-32 {
    margin-bottom: 32px;
  }
  
  .mb-s-35 {
    margin-bottom: 35px;
  }
  
  .mb-s-40 {
    margin-bottom: 40px;
  }
  
  .mb-s-45 {
    margin-bottom: 45px;
  }
  
  .mb-s-48 {
    margin-bottom: 48px;
  }
  
  .mb-s-50 {
    margin-bottom: 50px;
  }
  
  .mb-s-55 {
    margin-bottom: 55px;
  }
  
  .mb-s-60 {
    margin-bottom: 60px;
  }
  
  .mb-s-64 {
    margin-bottom: 64px;
  }
  
  .mb-s-65 {
    margin-bottom: 65px;
  }
  
  .mb-s-70 {
    margin-bottom: 70px;
  }
  
  .mb-s-72 {
    margin-bottom: 72px;
  }
  
  .mb-s-75 {
    margin-bottom: 75px;
  }
  
  .mb-s-80 {
    margin-bottom: 80px;
  }
  
  .mb-s-85 {
    margin-bottom: 85px;
  }
  
  .mb-s-88 {
    margin-bottom: 88px;
  }
  
  .mb-s-90 {
    margin-bottom: 90px;
  }
  
  .mb-s-95 {
    margin-bottom: 95px;
  }
  
  .mb-s-96 {
    margin-bottom: 96px;
  }
  
  .mb-s-100 {
    margin-bottom: 100px;
  }
  
  .mb-s-104 {
    margin-bottom: 104px;
  }
  
  .mb-s-105 {
    margin-bottom: 105px;
  }
  
  .mb-s-110 {
    margin-bottom: 110px;
  }
  
  .mb-s-112 {
    margin-bottom: 112px;
  }
  
  .mb-s-115 {
    margin-bottom: 115px;
  }
  
  .mb-s-120 {
    margin-bottom: 120px;
  }
}

@media all and (max-width: 990px) {
  .mb-sm-0 {
    margin-bottom: 0;
  }

  .mb-sm-5 {
    margin-bottom: 5px;
  }

  .mb-sm-8 {
    margin-bottom: 8px;
  }

  .mb-sm-10 {
    margin-bottom: 10px;
  }

  .mb-sm-15 {
    margin-bottom: 15px;
  }

  .mb-sm-16 {
    margin-bottom: 16px;
  }

  .mb-sm-20 {
    margin-bottom: 20px;
  }

  .mb-sm-24 {
    margin-bottom: 24px;
  }

  .mb-sm-25 {
    margin-bottom: 25px;
  }

  .mb-sm-30 {
    margin-bottom: 30px;
  }

  .mb-sm-32 {
    margin-bottom: 32px;
  }

  .mb-sm-35 {
    margin-bottom: 35px;
  }

  .mb-sm-40 {
    margin-bottom: 40px;
  }

  .mb-sm-45 {
    margin-bottom: 45px;
  }

  .mb-sm-48 {
    margin-bottom: 48px;
  }

  .mb-sm-50 {
    margin-bottom: 50px;
  }

  .mb-sm-55 {
    margin-bottom: 55px;
  }

  .mb-sm-60 {
    margin-bottom: 60px;
  }

  .mb-sm-64 {
    margin-bottom: 64px;
  }

  .mb-sm-65 {
    margin-bottom: 65px;
  }

  .mb-sm-70 {
    margin-bottom: 70px;
  }

  .mb-sm-72 {
    margin-bottom: 72px;
  }

  .mb-sm-75 {
    margin-bottom: 75px;
  }

  .mb-sm-80 {
    margin-bottom: 80px;
  }

  .mb-sm-85 {
    margin-bottom: 85px;
  }

  .mb-sm-88 {
    margin-bottom: 88px;
  }

  .mb-sm-90 {
    margin-bottom: 90px;
  }

  .mb-sm-95 {
    margin-bottom: 95px;
  }

  .mb-sm-96 {
    margin-bottom: 96px;
  }

  .mb-sm-100 {
    margin-bottom: 100px;
  }

  .mb-sm-104 {
    margin-bottom: 104px;
  }

  .mb-sm-105 {
    margin-bottom: 105px;
  }

  .mb-sm-110 {
    margin-bottom: 110px;
  }

  .mb-sm-112 {
    margin-bottom: 112px;
  }

  .mb-sm-115 {
    margin-bottom: 115px;
  }

  .mb-sm-120 {
    margin-bottom: 120px;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-5 {
    margin-top: 5px;
  }

  .mt-sm-8 {
    margin-top: 8px;
  }

  .mt-sm-10 {
    margin-top: 10px;
  }

  .mt-sm-15 {
    margin-top: 15px;
  }

  .mt-sm-16 {
    margin-top: 16px;
  }

  .mt-sm-20 {
    margin-top: 20px;
  }

  .mt-sm-24 {
    margin-top: 24px;
  }

  .mt-sm-25 {
    margin-top: 25px;
  }

  .mt-sm-30 {
    margin-top: 30px;
  }

  .mt-sm-32 {
    margin-top: 32px;
  }

  .mt-sm-35 {
    margin-top: 35px;
  }

  .mt-sm-40 {
    margin-top: 40px;
  }

  .mt-sm-45 {
    margin-top: 45px;
  }

  .mt-sm-48 {
    margin-top: 48px;
  }

  .mt-sm-50 {
    margin-top: 50px;
  }

  .mt-sm-55 {
    margin-top: 55px;
  }

  .mt-sm-56 {
    margin-top: 56px;
  }

  .mt-sm-60 {
    margin-top: 60px;
  }

  .mt-sm-64 {
    margin-top: 64px;
  }

  .mt-sm-65 {
    margin-top: 65px;
  }

  .mt-sm-70 {
    margin-top: 70px;
  }

  .mt-sm-72 {
    margin-top: 72px;
  }

  .mt-sm-75 {
    margin-top: 75px;
  }

  .mt-sm-80 {
    margin-top: 80px;
  }

  .mt-sm-85 {
    margin-top: 85px;
  }

  .mt-sm-88 {
    margin-top: 88px;
  }

  .mt-sm-90 {
    margin-top: 90px;
  }

  .mt-sm-95 {
    margin-top: 95px;
  }

  .mt-sm-96 {
    margin-top: 96px;
  }

  .mt-sm-100 {
    margin-top: 100px;
  }

  .mt-sm-104 {
    margin-top: 104px;
  }

  .mt-sm-105 {
    margin-top: 105px;
  }

  .mt-sm-110 {
    margin-top: 110px;
  }

  .mt-sm-112 {
    margin-top: 112px;
  }

  .mt-sm-115 {
    margin-top: 115px;
  }

  .mt-sm-120 {
    margin-top: 120px;
  }

  .p0-sm {
    padding: 0;
  }

  .pt-sm-0 {
    padding-top: 0;
  }

  .pt-sm-5 {
    padding-top: 5px;
  }

  .pt-sm-8 {
    padding-top: 8px;
  }

  .pt-sm-10 {
    padding-top: 10px;
  }

  .pt-sm-15 {
    padding-top: 15px;
  }

  .pt-sm-16 {
    padding-top: 16px;
  }

  .pt-sm-20 {
    padding-top: 20px;
  }

  .pt-sm-24 {
    padding-top: 24px;
  }

  .pt-sm-25 {
    padding-top: 25px;
  }

  .pt-sm-30 {
    padding-top: 30px;
  }

  .pt-sm-32 {
    padding-top: 32px;
  }

  .pt-sm-35 {
    padding-top: 35px;
  }

  .pt-sm-40 {
    padding-top: 40px;
  }

  .pt-sm-45 {
    padding-top: 45px;
  }

  .pt-sm-48 {
    padding-top: 48px;
  }

  .pt-sm-50 {
    padding-top: 50px;
  }

  .pt-sm-55 {
    padding-top: 55px;
  }

  .pt-sm-60 {
    padding-top: 60px;
  }

  .pt-sm-64 {
    padding-top: 64px;
  }

  .pt-sm-65 {
    padding-top: 65px;
  }

  .pt-sm-70 {
    padding-top: 70px;
  }

  .pt-sm-72 {
    padding-top: 72px;
  }

  .pt-sm-75 {
    padding-top: 75px;
  }

  .pt-sm-80 {
    padding-top: 80px;
  }

  .pt-sm-85 {
    padding-top: 85px;
  }

  .pt-sm-88 {
    padding-top: 88px;
  }

  .pt-sm-90 {
    padding-top: 90px;
  }

  .pt-sm-95 {
    padding-top: 95px;
  }

  .pt-sm-96 {
    padding-top: 96px;
  }

  .pt-sm-100 {
    padding-top: 100px;
  }

  .pt-sm-104 {
    padding-top: 104px;
  }

  .pt-sm-105 {
    padding-top: 105px;
  }

  .pt-sm-110 {
    padding-top: 110px;
  }

  .pt-sm-112 {
    padding-top: 112px;
  }

  .pt-sm-115 {
    padding-top: 115px;
  }

  .pt-sm-120 {
    padding-top: 120px;
  }

  .pt-sm-160 {
    padding-top: 160px;
  }

  .pb-sm-0 {
    padding-bottom: 0;
  }

  .pb-sm-5 {
    padding-bottom: 5px;
  }

  .pb-sm-8 {
    padding-bottom: 8px;
  }

  .pb-sm-10 {
    padding-bottom: 10px;
  }

  .pb-sm-15 {
    padding-bottom: 15px;
  }

  .pb-sm-16 {
    padding-bottom: 16px;
  }

  .pb-sm-20 {
    padding-bottom: 20px;
  }

  .pb-sm-24 {
    padding-bottom: 24px;
  }

  .pb-sm-25 {
    padding-bottom: 25px;
  }

  .pb-sm-30 {
    padding-bottom: 30px;
  }

  .pb-sm-32 {
    padding-bottom: 32px;
  }

  .pb-sm-35 {
    padding-bottom: 35px;
  }

  .pb-sm-40 {
    padding-bottom: 40px;
  }

  .pb-sm-45 {
    padding-bottom: 45px;
  }

  .pb-sm-48 {
    padding-bottom: 48px;
  }

  .pb-sm-50 {
    padding-bottom: 50px;
  }

  .pb-sm-55 {
    padding-bottom: 55px;
  }

  .pb-sm-60 {
    padding-bottom: 60px;
  }

  .pb-sm-64 {
    padding-bottom: 64px;
  }

  .pb-sm-65 {
    padding-bottom: 65px;
  }

  .pb-sm-70 {
    padding-bottom: 70px;
  }

  .pb-sm-72 {
    padding-bottom: 72px;
  }

  .pb-sm-75 {
    padding-bottom: 75px;
  }

  .pb-sm-80 {
    padding-bottom: 80px;
  }

  .pb-sm-85 {
    padding-bottom: 85px;
  }

  .pb-sm-88 {
    padding-bottom: 88px;
  }

  .pb-sm-90 {
    padding-bottom: 90px;
  }

  .pb-sm-95 {
    padding-bottom: 95px;
  }

  .pb-sm-96 {
    padding-bottom: 96px;
  }

  .pb-sm-100 {
    padding-bottom: 100px;
  }

  .pb-sm-104 {
    padding-bottom: 104px;
  }

  .pb-sm-105 {
    padding-bottom: 105px;
  }

  .pb-sm-110 {
    padding-bottom: 110px;
  }

  .pb-sm-112 {
    padding-bottom: 112px;
  }

  .pb-sm-115 {
    padding-bottom: 115px;
  }

  .pb-sm-120 {
    padding-bottom: 120px;
  }
}

@media all and (max-width: 767px) {
  .mb-xs-0 {
    margin-bottom: 0;
  }

  .mb-xs-5 {
    margin-bottom: 5px;
  }

  .mb-xs-8 {
    margin-bottom: 8px;
  }

  .mb-xs-10 {
    margin-bottom: 10px;
  }

  .mb-xs-15 {
    margin-bottom: 15px;
  }

  .mb-xs-16 {
    margin-bottom: 16px;
  }

  .mb-xs-20 {
    margin-bottom: 20px;
  }

  .mb-xs-24 {
    margin-bottom: 24px;
  }

  .mb-xs-25 {
    margin-bottom: 25px;
  }

  .mb-xs-30 {
    margin-bottom: 30px;
  }

  .mb-xs-32 {
    margin-bottom: 32px;
  }

  .mb-xs-35 {
    margin-bottom: 35px;
  }

  .mb-xs-40 {
    margin-bottom: 40px;
  }

  .mb-xs-45 {
    margin-bottom: 45px;
  }

  .mb-xs-48 {
    margin-bottom: 48px;
  }

  .mb-xs-50 {
    margin-bottom: 50px;
  }

  .mb-xs-55 {
    margin-bottom: 55px;
  }

  .mb-xs-60 {
    margin-bottom: 60px;
  }

  .mb-xs-64 {
    margin-bottom: 64px;
  }

  .mb-xs-65 {
    margin-bottom: 65px;
  }

  .mb-xs-70 {
    margin-bottom: 70px;
  }

  .mb-xs-72 {
    margin-bottom: 72px;
  }

  .mb-xs-75 {
    margin-bottom: 75px;
  }

  .mb-xs-80 {
    margin-bottom: 80px;
  }

  .mb-xs-85 {
    margin-bottom: 85px;
  }

  .mb-xs-88 {
    margin-bottom: 88px;
  }

  .mb-xs-90 {
    margin-bottom: 90px;
  }

  .mb-xs-95 {
    margin-bottom: 95px;
  }

  .mb-xs-96 {
    margin-bottom: 96px;
  }

  .mb-xs-100 {
    margin-bottom: 100px;
  }

  .mb-xs-104 {
    margin-bottom: 104px;
  }

  .mb-xs-105 {
    margin-bottom: 105px;
  }

  .mb-xs-110 {
    margin-bottom: 110px;
  }

  .mb-xs-112 {
    margin-bottom: 112px;
  }

  .mb-xs-115 {
    margin-bottom: 115px;
  }

  .mb-xs-120 {
    margin-bottom: 120px;
  }

  .mt-xs-0 {
    margin-top: 0 !important;
  }

  .mt-xs-5 {
    margin-top: 5px;
  }
 
  .mt-xs-8 {
    margin-top: 8px;
  }
 
  .mt-xs-10 {
    margin-top: 10px;
  }
 
  .mt-xs-15 {
    margin-top: 15px;
  }
 
  .mt-xs-16 {
    margin-top: 16px;
  }
 
  .mt-xs-20 {
    margin-top: 20px;
  }
 
  .mt-xs-24 {
    margin-top: 24px;
  }
 
  .mt-xs-25 {
    margin-top: 25px;
  }
 
  .mt-xs-30 {
    margin-top: 30px;
  }
 
  .mt-xs-32 {
    margin-top: 32px;
  }
 
  .mt-xs-35 {
    margin-top: 35px;
  }
 
  .mt-xs-40 {
    margin-top: 40px;
  }
 
  .mt-xs-45 {
    margin-top: 45px;
  }
 
  .mt-xs-48 {
    margin-top: 48px;
  }
 
  .mt-xs-50 {
    margin-top: 50px;
  }
 
  .mt-xs-55 {
    margin-top: 55px;
  }
 
  .mt-xs-56 {
    margin-top: 56px;
  }
  
  .mt-xs-60 {
    margin-top: 60px;
  }
  
  .mt-xs-64 {
    margin-top: 64px;
  }
  
  .mt-xs-65 {
    margin-top: 65px;
  }
  
  .mt-xs-70 {
    margin-top: 70px;
  }
  
  .mt-xs-72 {
    margin-top: 72px;
  }
  
  .mt-xs-75 {
    margin-top: 75px;
  }
  
  .mt-xs-80 {
    margin-top: 80px;
  }
  
  .mt-xs-85 {
    margin-top: 85px;
  }
  
  .mt-xs-88 {
    margin-top: 88px;
  }
  
  .mt-xs-90 {
    margin-top: 90px;
  }
  
  .mt-xs-95 {
    margin-top: 95px;
  }
  
  .mt-xs-96 {
    margin-top: 96px;
  }
  
  .mt-xs-100 {
    margin-top: 100px;
  }
  
  .mt-xs-104 {
    margin-top: 104px;
  }
  
  .mt-xs-105 {
    margin-top: 105px;
  }
  
  .mt-xs-110 {
    margin-top: 110px;
  }
  
  .mt-xs-112 {
    margin-top: 112px;
  }
  
  .mt-xs-115 {
    margin-top: 115px;
  }
  
  .mt-xs-120 {
    margin-top: 120px;
  }
  
  .mt-xs-130 {
    margin-top: 130px;
  }
  
  .mt-xs-140 {
    margin-top: 140px;
  }
  
  .mt-xs-150 {
    margin-top: 150px;
  }
  
  .p0-xs {
    padding: 0;
  }
  
  .pt-xs-0 {
    padding-top: 0;
  }
  
  .pt-xs-5 {
    padding-top: 5px;
  }
  
  .pt-xs-8 {
    padding-top: 8px;
  }
  
  .pt-xs-10 {
    padding-top: 10px;
  }
  
  .pt-xs-15 {
    padding-top: 15px;
  }
  
  .pt-xs-16 {
    padding-top: 16px;
  }
  
  .pt-xs-20 {
    padding-top: 20px;
  }
  
  .pt-xs-24 {
    padding-top: 24px;
  }
  
  .pt-xs-25 {
    padding-top: 25px;
  }
  
  .pt-xs-30 {
    padding-top: 30px;
  }
  
  .pt-xs-32 {
    padding-top: 32px;
  }
  
  .pt-xs-35 {
    padding-top: 35px;
  }
  
  .pt-xs-40 {
    padding-top: 40px;
  }
  
  .pt-xs-45 {
    padding-top: 45px;
  }
  
  .pt-xs-48 {
    padding-top: 48px;
  }
  
  .pt-xs-50 {
    padding-top: 50px;
  }
  
  .pt-xs-55 {
    padding-top: 55px;
  }
  
  .pt-xs-60 {
    padding-top: 60px;
  }
  
  .pt-xs-64 {
    padding-top: 64px;
  }
  
  .pt-xs-65 {
    padding-top: 65px;
  }
  
  .pt-xs-70 {
    padding-top: 70px;
  }
  
  .pt-xs-72 {
    padding-top: 72px;
  }
  
  .pt-xs-75 {
    padding-top: 75px;
  }
  
  .pt-xs-80 {
    padding-top: 80px;
  }
  
  .pt-xs-85 {
    padding-top: 85px;
  }
  
  .pt-xs-88 {
    padding-top: 88px;
  }
  
  .pt-xs-90 {
    padding-top: 90px;
  }
  
  .pt-xs-95 {
    padding-top: 95px;
  }
  
  .pt-xs-96 {
    padding-top: 96px;
  }
  
  .pt-xs-100 {
    padding-top: 100px;
  }
  
  .pt-xs-104 {
    padding-top: 104px;
  }
  
  .pt-xs-105 {
    padding-top: 105px;
  }
  
  .pt-xs-110 {
    padding-top: 110px;
  }
  
  .pt-xs-112 {
    padding-top: 112px;
  }
  
  .pt-xs-115 {
    padding-top: 115px;
  }
  
  .pt-xs-120 {
    padding-top: 120px;
  }
  
  .pt-xs-160 {
    padding-top: 160px;
  }
  
  .pt-xs-180 {
    padding-top: 180px;
  }
  
  .pt-xs-240 {
    padding-top: 240px !important;
  }
  
  .pb-xs-0 {
    padding-bottom: 0;
  }
  
  .pb-xs-5 {
    padding-bottom: 5px;
  }
  
  .pb-xs-8 {
    padding-bottom: 8px;
  }
  
  .pb-xs-10 {
    padding-bottom: 10px;
  }
  
  .pb-xs-15 {
    padding-bottom: 15px;
  }
  
  .pb-xs-16 {
    padding-bottom: 16px;
  }
  
  .pb-xs-20 {
    padding-bottom: 20px;
  }
  
  .pb-xs-24 {
    padding-bottom: 24px;
  }
  
  .pb-xs-25 {
    padding-bottom: 25px;
  }
  
  .pb-xs-30 {
    padding-bottom: 30px;
  }
  
  .pb-xs-32 {
    padding-bottom: 32px;
  }
  
  .pb-xs-35 {
    padding-bottom: 35px;
  }
  
  .pb-xs-40 {
    padding-bottom: 40px;
  }
  
  .pb-xs-45 {
    padding-bottom: 45px;
  }
  
  .pb-xs-48 {
    padding-bottom: 48px;
  }
  
  .pb-xs-50 {
    padding-bottom: 50px;
  }
  
  .pb-xs-55 {
    padding-bottom: 55px;
  }
  
  .pb-xs-60 {
    padding-bottom: 60px;
  }
  
  .pb-xs-64 {
    padding-bottom: 64px;
  }
  
  .pb-xs-65 {
    padding-bottom: 65px;
  }
  
  .pb-xs-70 {
    padding-bottom: 70px;
  }
  
  .pb-xs-72 {
    padding-bottom: 72px;
  }
  
  .pb-xs-75 {
    padding-bottom: 75px;
  }
  
  .pb-xs-80 {
    padding-bottom: 80px;
  }
  
  .pb-xs-85 {
    padding-bottom: 85px;
  }
  
  .pb-xs-88 {
    padding-bottom: 88px;
  }
  
  .pb-xs-90 {
    padding-bottom: 90px;
  }
  
  .pb-xs-95 {
    padding-bottom: 95px;
  }
  
  .pb-xs-96 {
    padding-bottom: 96px;
  }
  
  .pb-xs-100 {
    padding-bottom: 100px;
  }
  
  .pb-xs-104 {
    padding-bottom: 104px;
  }
  
  .pb-xs-105 {
    padding-bottom: 105px;
  }
  
  .pb-xs-110 {
    padding-bottom: 110px;
  }
  
  .pb-xs-112 {
    padding-bottom: 112px;
  }
  
  .pb-xs-115 {
    padding-bottom: 115px;
  }
  
  .pb-xs-120 {
    padding-bottom: 120px;
  }
  
  .pb-xs-180 {
    padding-bottom: 180px;
  }
  
  .pb-xs-240 {
    padding-bottom: 240px !important;
  }
}

@media all and (max-width: 767px) {
  .text-center-xs {
    text-align: center !important;
  }
}


.uppercase {
  text-transform: uppercase;
}

.italic{
  font-style: italic;
}

.fade-1-4 {
  opacity: 0.75;
}

.display-block {
  display: block;
}

.bg-secondary {
    background: #f8f8f8 none repeat scroll 0 0;
}

.feature {
    margin-bottom: 24px;
}

.feature {
    margin-bottom: 24px;
}
.aaa{
  font-family: "Roboto Condensed","Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
}

table #my-tabla, th, td {
  /*border: 1px solid #ccc;
  border-collapse: collapse;*/
  padding: 5px;
}