


html, body {
  font-family: 'Lato', sans-serif;
  position: relative;
  height: 100%;
}

h1 {
  text-align: center;
  color: #ff0000;
}

.swal2-modal h2 {
  font-size: 22px;
  line-height: 32px;
}

#user-menu-button {
  color: #ffff00;
}
.swal2-icon {
  margin: 10px auto 10px;
}

.ico-usuario {
  font-size: 22px;
  margin-top: -20px;
  margin-right: 5px;  
}

#infoSOS .icoawe{
  font-size:22px;
  margin-right: 6px;
}
#infoSOS .ui-icon-check{
  background-color: #5df55d;
  background: url('../../resources/img/check.svg') no-repeat !important; 
  background-position: 1px 1px !important;
  width: 24px;
  height: 24px; 
}

#infoSOS .ui-chkbox .ui-chkbox-box {
  width: 24px;
  height: 24px;   
}
#infoSOS .ui-chkbox .ui-chkbox-box.ui-state-active {
  background-color: #5df55d;
}

.minusculas {
  text-transform: lowercase !important;
}

select[multiple], select[size] {
  height: 38px;
}

.product-info .label-info {
  font-family: ArialMono,monospace;
  font-size:16px;
  border-radius: 0px;
  background-color: #ce6a6a !important;
}

.tituloPopup {
  font-size: 17px;
  background-color: #194988;
  padding: 8px;
  color: #fff;
  font-weight: bold;
}

.bt_cancel_show {
  border: 0 !important;
  border-radius: 3px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  margin: 0 5px;
  padding: 10px 35px;
  display: inline-block;
  background-color: rgb(170, 170, 170) !important;

}
.bt_cancel_show:hover {
  color: #fff !important;
  background-color: rgb(117, 117, 117) !important;
}

#products .btn {
  padding: 2px;
  color: #ffffff;
  width: 28px;
  height: 28px;
  display: inline-block;
  font-size: 27px;
  font-weight: normal;
  line-height: 0;
  text-align: center;    
  vertical-align: top;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-color: #4c92bb;
  border-radius: 50%;
}

.box-body .titulo {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 18px;
}

.cd-container {
  width: 90%;
  max-width: 768px;
  margin: 2em auto;
}

.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  opacity: .5;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: transparent;
  border-color: #337ab7;
}

.menu {
  list-style: none;
  padding: 0px;
}

.languages-menu {
  position: absolute;
  right: 0;
  padding: 10px;
  background-color: rgba(0,0,0,0.6);
  margin-right: 10%;
  border: 1px solid #000;
  border-radius: 5px;
  color: #fff;
  -webkit-box-shadow: 7px 7px 10px -5px rgba(0,0,0,1);
  -moz-box-shadow: 7px 7px 10px -5px rgba(0,0,0,1);
  box-shadow: 7px 7px 10px -5px rgba(0,0,0,1);
}

.menu li {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
  text-align: center;
  border-top: 1px dotted #822730;
}

.menu li a{ 
  font-size: 18px;
  color: #fff;
}

.label-sos {
  font-size: 16px;
  font-weight: 100;
}

.trk_label {
  font-size: 16px;
  font-weight: 300;
  vertical-align: super;
}

.navbar-pulsos {
  background: #ce071d; /* Old browsers */
  background: -moz-linear-gradient(left, #ce071d 0%, #55020a 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ce071d 0%,#55020a 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ce071d 0%,#55020a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce071d', endColorstr='#55020a',GradientType=1 ); /* IE6-9 */
  min-height: 53px !important;
  margin-bottom: 45px !important;
}

.main-wrapper {
  margin-top: -45px;
  margin-bottom: -1px;
  min-height: 600px;
  overflow: hidden;
}

.navbar-pulsos li a {
  color: #fff;
  background-color: transparent;
}

.navbar-pulsos li a:hover {
  color: #ff0;
  background-color: transparent;
}

.nav > li > a:hover, .nav > li > a:focus {
  color: #ff0;
  background-color: transparent !important;
  text-decoration: underline !important;
}

.nav > li > a:hover {
  cursor: pointer;
}

.navbar-nav {
  margin: 7.5px -15px;
  font-size: 15px;
}

.nav > li .button {
  background: #ce071d; /* Old browsers */
  background: -moz-linear-gradient(left, #55020a 0%, #ce071d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #55020a 0%,#ce071d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #55020a 0%,#ce071d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55020a', endColorstr='#ce071d',GradientType=1 ); /* IE6-9 */
  padding: 7px 23px;
  text-transform: uppercase;
  border: 1px solid #55020a;
  margin-top: 7px;
  border-radius: 3px;
  -webkit-box-shadow: 7px 7px 10px -5px rgba(0,0,0,1);
  -moz-box-shadow: 7px 7px 10px -5px rgba(0,0,0,1);
  box-shadow: 7px 7px 10px -5px rgba(0,0,0,1);
}

.nav > li .buttonc {
  background: #0093d6; /* Old browsers */
  background: -moz-linear-gradient(left, #014b6d 0%, #0093d6 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #014b6d 0%,#0093d6 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #014b6d 0%,#0093d6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#014b6d', endColorstr='#0093d6',GradientType=1 ); /* IE6-9 */
  padding: 7px 23px;
  text-transform: uppercase;
  border: 1px solid #014b6d;
  margin-top: 7px;
  border-radius: 3px;
  -webkit-box-shadow: 7px 7px 10px -5px rgba(0,0,0,1);
  -moz-box-shadow: 7px 7px 10px -5px rgba(0,0,0,1);
  box-shadow: 7px 7px 10px -5px rgba(0,0,0,1);
}

.swiper-footer {
  z-index:1;
}

.swiper-slide .normal-message {
  color: #ffffff;
  position: absolute;
  text-align: right;
  width: 100%;
  font-size: 24px;
  padding: 3%;
  opacity: 0.7; 
  font-weight: 500;
}

.swiper-slide .top-message {
  color: #ffffff;
  position: absolute;
  text-align: center;
  width: 100%;
  font-size: 24px;
  padding: 3%;
  font-weight: 500;
  top: -15px;
}

.nav > li .button:hover {
  color:#fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.nav > li .buttonc:hover {
  color:#fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}


.navbar-brand .logo {
  height: 133px;
  margin-top: -15px;
  padding: 15px;
  background-color: #ba0619;
  border-radius: 50%;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  width: 100%;
}

.swiper-pagination-bullet {
  background: #fff !important;
  opacity: 0.4 !important;
}

.swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: #007aff !important;
}

.swiper-text-wrapper-right {
  position: absolute;
  font-size: 24px;
  color: #fff;
  text-align: right;
  right: 10%;
  padding-right: 30px;
}

.swiper-text-wrapper-right h1 {
  color: #fff;
  text-align: right;
}

.explain-img {
  width: 100%;
}

.machanguitos-row {
  width: 90%;
  margin: 0 auto;    
}

.machanguitos-wrapper {
  padding: 15px 35px;
  font-size: 12px;
  min-height: 310px;
  text-align: center;
}

.machanguitos-wrapper img{

  width: 100%;
  margin: 0 auto;
  margin-bottom: 15px;
  max-width: 226px;
  display: block;
}

.login-form-wrapper {
  position: absolute;
  right: 0;
  padding: 10px;
  background-color: rgba(0,0,0,0.6);
  margin-right: 10%;
  border: 1px solid #000;
  border-radius: 5px;
  color: #fff;
  -webkit-box-shadow: 7px 7px 10px -5px rgba(0,0,0,1);
  -moz-box-shadow: 7px 7px 10px -5px rgba(0,0,0,1);
  box-shadow: 7px 7px 10px -5px rgba(0,0,0,1);
  display: none;
}

.login-form-wrapper label {
  text-weight: normal;
}

.login-form-wrapper .form-control {
  opacity: 0.9;
}

.login-form-wrapper .login-button {
  position: absolute;
  height: 33px;
  right: 15px;
  bottom: 15px;
  border-radius: 3px;
  background-color: transparent;
}

.login-form-wrapper .login-button:hover {
  background-color: #fff;
  cursor: pointer;
}

.submitButton {
  float: right;
  color: #666666;
  font-size: 16px !important;
  background-color: #7bbf6a;
  padding: 5px 15px;
  border: 2px solid transparent;
  font-weight: bold;
  border-radius: 3px;
}

.submitButton:hover {
  color: #fff;
  border: 2px solid #fff;
  cursor: pointer;
}

.form-group a {
  color: #fff;
  font-weight: normal;
  font-size: 14px !important;
  font-weight: 600;
  margin-left: -15px;
}
.form-group a:hover {
  text-decoration: underline;
}
.form-group label {
  font-weight: 400;
}

.form-control {
  font-size: 17px;
  min-height: 38px;
}

.close-popup {
  float: right;
  color: #fff;
}

#login-layer-content a {
  margin-left:0px;
  font-size:12px;
}

.user-options-form-wrapper {
  position: absolute;
  right: 0;
  padding: 10px;
  background-color: rgba(0,0,0,0.6);
  margin-right: 10%;
  border: 1px solid #000;
  border-radius: 5px;
  color: #fff;
  -webkit-box-shadow: 7px 7px 10px -5px rgba(0,0,0,1);
  -moz-box-shadow: 7px 7px 10px -5px rgba(0,0,0,1);
  box-shadow: 7px 7px 10px -5px rgba(0,0,0,1);
  display: none;
}

.register-form-wrapper {
  position: absolute;
  right: 0;
  padding: 10px;
  background-color: rgba(0,0,0,0.6);
  margin-right: 10%;
  border: 1px solid #000;
  border-radius: 5px;
  color: #fff;
  -webkit-box-shadow: 7px 7px 10px -5px rgba(0,0,0,1);
  -moz-box-shadow: 7px 7px 10px -5px rgba(0,0,0,1);
  box-shadow: 7px 7px 10px -5px rgba(0,0,0,1);
  display: none;
}

.register-form-wrapper .register-button {
  position: absolute;
  height: 33px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  background-color: transparent;
}

.register-form-wrapper .register-button:hover {
  background-color: #fff;
  cursor: pointer;
}

.register-form-wrapper .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  margin-left: 0px;
  margin-right: 10px;
}

.register-form-wrapper .checkbox label a {
  margin-left: 8px; 
}

.footer-links {
  background: rgba(85,2,10,1);
  background: -moz-linear-gradient(left, rgba(85,2,10,1) 0%, rgba(206,7,30,1) 34%, rgba(206,7,30,1) 69%, rgba(85,2,10,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(85,2,10,1)), color-stop(34%, rgba(206,7,30,1)), color-stop(69%, rgba(206,7,30,1)), color-stop(100%, rgba(85,2,10,1)));
  background: -webkit-linear-gradient(left, rgba(85,2,10,1) 0%, rgba(206,7,30,1) 34%, rgba(206,7,30,1) 69%, rgba(85,2,10,1) 100%);
  background: -o-linear-gradient(left, rgba(85,2,10,1) 0%, rgba(206,7,30,1) 34%, rgba(206,7,30,1) 69%, rgba(85,2,10,1) 100%);
  background: -ms-linear-gradient(left, rgba(85,2,10,1) 0%, rgba(206,7,30,1) 34%, rgba(206,7,30,1) 69%, rgba(85,2,10,1) 100%);
  background: linear-gradient(to right, rgba(85,2,10,1) 0%, rgba(206,7,30,1) 34%, rgba(206,7,30,1) 69%, rgba(85,2,10,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55020a', endColorstr='#55020a', GradientType=1 );
  height: 32px;
  line-height: 32px;
  text-align: center;
}

.footer-links a {
  color: #fff;
  font-size: 13px;
  margin: 0px 10px;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-logos {
  height:120px;
  background-color: #333333;
  text-align: center;
}

.footer-logos img {
  margin: 0px 10px;
  margin-top: 35px; 
  height: 50px;
}


.footer-apps {
  background-color:#fff;
  height: 40px;
  text-align: center;

}

.footer-apps img {
  margin: 0px 10px;
  margin-top: -25px;
}

.slider-footer img {
  width: 100%;
}

.half {
  width: 50%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.register-link {
  margin-left: 15px;
  color: #dedede;
}

.register-link a:hover {
  color: #fff;
}

.change-password-wrapper {
  width: 50%;
  padding: 10px;
  position: relative;
  margin: 0 auto;
  background-color: rgba(0,0,0,0.6);
  border: 1px solid #000;
  border-radius: 5px;
  color: #fff;
  -webkit-box-shadow: 7px 7px 10px -5px rgba(0,0,0,1);
  -moz-box-shadow: 7px 7px 10px -5px rgba(0,0,0,1);
  box-shadow: 7px 7px 10px -5px rgba(0,0,0,1);
  overflow: auto;
}

.change-password-wrapper .change-button {
  position: relative;
  height: 33px;
  right: 15px;
  bottom: 15px;
  left: 0;
  top: 0px;
  float: right;
  background-color: transparent;
  border-radius: 15px;
}

.change-password-wrapper .change-button:hover {
  background-color: #fff;
  cursor: pointer;
}

.change-password-wrapper .row {
  margin-left: 0px;
  margin-right: 0px;
}

.header-wrapper {
  padding-top: 74px;
  font-size: 24px;
  color: #666666;
  width: 50%;
  margin: 0 auto;
}
.content-wrapper {
  font-size: 24px;
  color: #666666;
  padding-bottom: 12px;
  margin: 0 auto;
}

.result-wrapper {
  padding: 15px;
  font-weight: bold;
  color: #666666;
  background-color: #fff;
  margin-bottom: 12px;
  opacity: 0.9;
}

.info-user-wrapper .update-button {
  position: absolute;
  height: 33px;
  right: 15px;
  bottom: 15px;
  border-radius: 3px;
  background-color: transparent;
}

.info-user-wrapper .update-button:hover {
  background-color: #fff;
  cursor: pointer;
}

.ice-form-wrapper {
  width: 75%;
  padding: 10px;
  position: relative;
  margin: 0 auto;
  background-color: rgba(0,0,0,0.6);
  border: 1px solid #000;
  border-radius: 5px;
  color: #fff;
  -webkit-box-shadow: 7px 7px 10px -5px rgba(0,0,0,1);
  -moz-box-shadow: 7px 7px 10px -5px rgba(0,0,0,1);
  box-shadow: 7px 7px 10px -5px rgba(0,0,0,1);
  overflow: auto;
}

.ice-form-wrapper .box {
  box-shadow: none;
  background-color: transparent;
  border-top: 1px solid #8e8e8e;
}

.box-danger {
  background: rgba(255, 0, 0, 0.2) !important;
}

.ice-form-wrapper .update-button {
  position: absolute;
  height: 33px;
  float: right;
  /* right: 15px; */
  /* bottom: 15px; */
  border-radius: 3px;
  background-color: transparent;
  position: relative;
}

.ice-form-wrapper .update-button:hover {
  background-color: #fff;
  cursor: pointer;
}

.more_info_button_zone {
  width: 50%;
  margin: 0 auto;
  margin-top: 15px;
  text-align: center;
}

.more_info_button_zone a {
  color: #a0a0a0;
  margin: 0 10px;
}

.more_info_button_zone a:hover {
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}

.modal-content {
  box-shadow: none;
  padding: 10px;
}

#infoSOS .alert {
  width: 50%;
  margin: 0 auto;
}

.global_options {
  width: 75%;
  margin: 0 auto;
}

.alert a {
  display: block; 
}

#user-menu-button .fa-user {
  margin-right: 0.5em;
  font-size: 14px;
}  

.uc-wrapper {
  padding-bottom: 25px;
}

label a {
  color: #ccc;
}
label a:hover {
  color: #fff;
}

.product-list-in-box > .item {
  min-height: 65px;
}

.product-description {
  display: block;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  float: right;
  position: absolute;
  right: 0;
  margin-top: 15px;
}

.products-list .product-img {
  display: none;
}

.products-list .product-info {
  margin-left: 0px;
}

.titulo-intermedio {
  text-align: center;
  font-size: 24px;
  margin-top: 35px;
}

.help-button {
  float: right;
  border-radius: 3px;
  font-size: 20px;
  float: right;
  color: #666666;
  font-size: 18px;
  background-color: #c3c5c2;
  padding: 5px 15px;
  border: 2px solid transparent;
  font-weight: bold;
  margin-bottom: 10px;
}

.oculto{
  display: none !important;
}

.img-circle {
  border-radius: 50%;
  height: 120px;
  margin-top: 15px;
  border: 2px solid #fff;
  cursor: pointer;
}

#dropbox {    
  width: 100%;
  height: 100%;
  text-align: left;
  padding: 0px;
  /* background-color: #f1f1f1; */
  /* margin: auto; */
  font-size: 24px;
  border: 2px dashed #c3c3c3;
  color: #c3c3c3;
  text-align: center;
  font-family: "Montserrat";
  font-weight: 200;
  padding-top: 60PX;
  padding-bottom: 60px;
}

#dropbox div {
  color: #ffffff;
  font-family: Montserrat;
  font-weight: 200;
  white-space: normal;
  width: 110px;
  float: right;
  letter-spacing: normal;
  text-transform: none;
  margin-top: 6px;
  text-align: center;    
  opacity: 0.5;
}

.avatar {
  width: 65px;
  height: 65px;
  border: 1px solid #3d3d3d;
  padding: 0;
  border-radius: 50%;    
}


#changeAvatar .modal-dialog {
  width: 365px;
  margin: 30px auto;
}
#changeAvatar .modal-content {
  box-shadow: none;
  padding: 0px;
}
#changeAvatar .modal-content {
  font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-size: 13px
}
#changeAvatar .modal-footer {
  margin-top: 30px;
  border-top-color: #f4f4f4;
}
.upload-img .upload-img-wrap,
.upload-img .upload-result,
.upload-img.ready .upload-msg {
  display: none;
}
.upload-img.ready .upload-img-wrap {
  display: block;
}
.upload-img.ready .upload-result {
  display: inline-block;    
}
.upload-img-wrap {
  width: 300px;
  height: 300px;
  margin: 0 auto;
}
.upload-msg {
  color: #c3c3c3;
  text-align: center;
  font-family: "Montserrat";
  font-weight: 200;
  padding: 50px;
  font-size: 22px;
  color: #aaa;
  width: 260px;
  margin: 50px auto;
  border: 1px dashed #c3c3c3;
} 
.upload-img .upload-img-wrap, .upload-img .upload-result, .upload-img.ready .upload-msg {
  display: none;
}
.upload-img-wrap {
  width: 300px;
  height: 300px;
  margin: 0 auto;
}

/* MOVIL */
@media (max-width: 544px) {
  .content {
    min-height: 250px;
    /* padding: 15px; */
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px; 
    padding-right: 0px; 
  }

  .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 9px;
    margin-right: 15px;
    margin-bottom: 0px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  }

  .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  .navbar-brand .logo {
    height: 33px;
    margin-top: -6px;
    padding: 0px;
    background-color: transparent;
    border-radius: 0; 
  }

  .img-circle {
    border-radius: 50%;
    height: 100px;
    border: 2px solid #fff;
    cursor: pointer;
  }

  .machanguitos-row {
    border-bottom: 1px dotted #afafaf;
    margin-bottom: 10px;
  }

  .titulo-intermedio {
    margin-top: 21px;
    margin-bottom: 21px;
  }

  .machanguitos-wrapper {
    padding: 5px 5px 0px 5px;
    font-size: 19px;
    min-height: 0px;
    font-weight: 300;
  }

  .footer-links a {
    font-size: 11px;
  }

  .footer-logos img {
    margin: 0px 10px;
    margin-top: 25px;
    width: 25%;
  }

  .footer-logos {
    height: 74px;
  }

  .footer-apps img {
    margin: 0px 10px;
    margin-top: 5px;
    width: 25%;
  }

  .login-form-wrapper {
    width: 80%;

  }

  .register-form-wrapper {
    width: 100%;
    opacity: 1;
    margin: 0;
    background-color: #4b4b4b;
  }

  .nav > li {
    position: relative;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 18px;
    padding: 4px 0;
    border-bottom: 1px solid #822730;
  }

  .nav > li .button {
    background: transparent;
    filter: none;
    padding: 7px 23px;
    text-transform: none;
    border: 0;
    margin-top: 7px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .nav > li .button:hover {
    color:#fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .ice-form-wrapper {
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
  }

  #infoSOS .alert {
    width: 100%;
    margin: 0 auto;
    border-radius: 0px;
  }

  .global_options {
    width: 95%;
    margin: 0 auto;
  }

  .header-wrapper {
    padding-top: 12px;
    font-size: 21px;
    color: #313131;
    padding-bottom: 12px;
    width: 100%;
    text-align: center;
    font-weight: bold;
  }

  .more_info_button_zone {
    width: 100%;
  }

  .more_info_button_zone a {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .change-password-wrapper {
    width: 90%;
  }
  .half {
    width: 90%;
  }

  .link-as-button span {
    display: none;
  }
}


/* TABLET */
@media (min-width: 545px) and (max-width: 768px) {
  .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 9px;
    margin-right: 15px;
    margin-bottom: 0px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  }

  .nav > li {
    position: relative;
    display: inline-block;
  }

  .nav > li .button {
    background: transparent;
    filter: none;
    padding: 7px 23px;
    text-transform: none;
    border: 0;
    margin-top: 7px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .nav > li .button:hover {
    color:#fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  .navbar-brand .logo {
    height: 33px;
    margin-top: -6px;
    padding: 0px;
    background-color: transparent;
    border-radius: 0; 
  }

  .login-form-wrapper {
    width: 50%;
  }

  .register-form-wrapper {
    width: 80%;
  }

  .machanguitos-wrapper {
    padding: 5px 5px 0px 5px;
    font-size: 19px;
    min-height: 0px;
    font-weight: 300;
    text-align: left;
  }
}

@media (min-width: 768px){
  .link-as-button {
    color: #fff;
    border-radius: 3px;
    font-family: Montserrat;
    border: 0;
    background-color: #000;
    border: 1px solid #000;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 14px !important;
    font-family: Montserrat;
    font-weight: 300;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 0;
    border-radius: 3px;
    outline: 0;
  }
  .link-as-button:hover {
    color: #000;
    background-color: #ccc;
  }
  .file-btn {
    position: relative;
  }
  .file-btn input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}


@media (min-width: 769px) and (max-width: 992px) {
  .login-form-wrapper {
    width: 33%;
  }

  .register-form-wrapper {
    width: 55%;
  }
}


@media (min-width: 993px) and (max-width: 1200px) {
  .login-form-wrapper {
    width: 24%;
  }

  .register-form-wrapper {
    width: 45%;
  }
}


@media (min-width: 1201px) {
  .login-form-wrapper {
    width: 18%;
  }

  .register-form-wrapper {
    width: 30%;
  }

  .dropdown-menu {
    position: absolute;
    right: 0;
    padding: 10px;
    background-color: rgba(0,0,0,0.6);
    margin-right: 10%;
    border: 1px solid #000;
    border-radius: 5px;
    color: #fff;
    -webkit-box-shadow: 7px 7px 10px -5px rgba(0,0,0,1);
    -moz-box-shadow: 7px 7px 10px -5px rgba(0,0,0,1);
    box-shadow: 7px 7px 10px -5px rgba(0,0,0,1); 
  }
}

span.select2-selection.select2-selection--single {
  height: 35px;
  font-size: 17px;
}