html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
    padding-top: 70px;
}

::-moz-selection {
    background: #ffcc33;
    text-shadow: none;
}

::selection {
    background: #ffcc33;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    width: 100%;
    position: absolute;
    top: 75px;
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
    text-align: center;
}

.vertical-align {
    display: flex;
    align-items: center;
}


/* ==========================================================================
   viwomail custom styles
   ========================================================================== */

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('/fonts/glyphicons-halflings-regular.eot');
    src: url('/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTeY5mlVXtdNkpsMpKkrDXP4.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/u-WUoqrET9fUeobQW7jkRbO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSuY5mlVXtdNkpsMpKkrDXP4.woff) format('woff');
}
@font-face {
  font-family: 'Varela Round';
  font-style: normal;
  font-weight: 400;
  src: local('Varela Round'), local('VarelaRound-Regular'), url(https://fonts.gstatic.com/s/varelaround/v7/APH4jr0uSos5wiut5cpjrqRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}


body {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.428571429;
    color: #4d4d4d;
    background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Varela Round', Helvetica, Arial, sans-serif !important;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing:0px; 
    color: inherit;
}

b,
strong {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
    font-weight: 400;
    color: #4d4d4d;
}

a {
    color: #f0c000;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #ffcc33;
    text-decoration: underline;
}

.label {
    font-weight: 300!important;
    font-size: 80%;
    letter-spacing:0.5px;
}
@media (max-width: 420px) {
    .label {
    display: block;    
    margin-top:5px;
}

}


object {
    display: block;
}

.caretright {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid transparent;
    border-left: 4px solid;
    border-bottom: 4px solid transparent;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    opacity: .99;
}

a:active,
a:active * {
    outline: none !important;
    -moz-outline-style: none !important;
}

a:focus,
a:focus * {
    outline: none !important;
    -moz-outline-style: none !important;
}

.form-control:focus {
    border-color: #ffcc33;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 204, 51, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 204, 51, .6);
}

.video-container {
    position: relative;
    padding-top: 56.25%;
    margin: 0 auto;
}

.video-responsive {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}


/* video, canvas {
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
     margin:20px auto;
  }
  video {
    height: 100%;
    position: absolute;
	
  }*/

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn {
    margin-bottom: 10px;
    border-radius: 0px !important;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
}

.alert {
    border-radius: 0px;
}

.list-group {
    border-radius: 0px !important;
}

.list-group-item:last-child {
    border-radius: 0px !important;
}

.list-group-item:first-child {
    border-radius: 0px !important;
}

.btn-default {
    background-image: none;
    background-color: #FDFDFD;
}

.fondogris {
    margin: 0 auto;
    padding: 20px;
    width: 100%;
    background-color: #f8f8f8;
}

.fondogrisvm {
    margin: 20px auto;
    /*  background-image: -webkit-linear-gradient(top, #ffffff 80%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #ffffff 80%, #e8e8e8 100%);
  background-repeat: repeat-x;*/
    border-radius: 0px;
    border: 1px solid #e8e8e8;
    background-color: #4d4d4d;
    color: #FFFFFF;
    /*  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);*/
}

.box-shadow-bottom {
    -webkit-box-shadow: inset 0px -5px 9px -5px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: inset 0px -5px 9px -5px rgba(50, 50, 50, 0.5);
    -ms-box-shadow: inset 0px -5px 9px -5px rgba(50, 50, 50, 0.5);
    -o-box-shadow: inset 0px -5px 9px -5px rgba(50, 50, 50, 0.5);
    box-shadow: inset 0px -5px 9px -5px rgba(50, 50, 50, 0.5);
}

.box-shadow-top {
    -webkit-box-shadow: inset 0px 5px 9px -5px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: inset 0px 5px 9px -5px rgba(50, 50, 50, 0.5);
    -ms-box-shadow: inset 0px 5px 9px -5px rgba(50, 50, 50, 0.5);
    -o-box-shadow: inset 0px 5px 9px -5px rgba(50, 50, 50, 0.5);
    box-shadow: inset 0px 5px 9px -5px rgba(50, 50, 50, 0.5);
}

.fondogriscf {
    margin-bottom: 20px;
    background-image: -webkit-linear-gradient(top, #f8f8f8 0%, #e5e5e5 100%);
    background-image: linear-gradient(to bottom, #f8f8f8 0%, #e5e5e5 100%);
    background-repeat: repeat-x;
    border-radius: 0px;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}

hr.fancy-line {
    border: 0;
    height: 1px;
    position: relative;
    margin: 0.5em 0;
    /* Keep other elements away from pseudo elements*/
}

hr.fancy-line:before {
    top: -0.5em;
    height: 1em;
}

hr.fancy-line:after {
    content: '';
    height: 0.5em;
    /* half the height of :before */
    top: 1px;
    /* height of hr*/
}

hr.fancy-line:before,
hr.fancy-line:after {
    content: '';
    position: absolute;
    width: 100%;
}

hr.fancy-line,
hr.fancy-line:before {
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 75%);
    background: -webkit-gradient(radial, center center, 0px, center center, 75%, color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(75%, rgba(255, 255, 255, 0)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 75%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 75%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 75%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 75%);
}

hr.fancy-line:after {
    background: #4d4d4d;
}

@media (max-width: 1023px) {
    .fondogriscf h2 {
        padding-top: 20px;
    }
}

.linecolors {
    display: block;
    width: 100%;
    height: 10px;
    background-color: #FFCC33;
}

.rojo {
    background-color: #CC3333;
}

.grisoscuro {
    background-color: #363636;
}

.grismedio {
    background-color: #4e4e4e;
}

.grisclaro {
    background-color: #f8f8f8;
}

.amarillo {
    background-color: #FFCC33;
}

.azul {
    background-color: #99ccff;
}

.verde {
    background-color: #99cc66;
}
.naranja {
    background-color: #FF9A26;
    color:#ffffff;
}

.rojotext {
    color: #FFCC33;
}

.grisoscurotext {
    color: #333333;
}

.grismediotext {
    color: #727272;
}

.grisclarotext {
    color: #c4c4c4;
}

.amarillotext {
    color: #FFCC33;
}

.blancotext {
    color: #FFFFFF;
}
a.linkgris {
    color: #747474;

}

a.linkgris:hover {
    color: #5c5c5c;

}


.label-viwomail {
    background-color: #4d4d4d;
    font-size: 100%;
    font-weight: normal;
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 0px;
}

.navbar-brand {
    float: left;
    margin-top: 12px;
    padding: 0;
    font-size: 18px;
    line-height: 20px;
    margin-right: 20px;
}

@media (min-width: 768px) {
    .navbar-nav {
        float: right;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .navbar-nav > li > a > .glyphicon-log-out {
        font-size: 14px;
    }
    .navbar-nav.navbar-right:last-child {
        margin-right: -15px;
    }
}

.nav > li > a {
    padding-right: 8px;
    padding-left: 8px;
}


@media (min-width:768px) and (max-width: 992px) {
    .nav > li > a {
    padding-right: 5px;
    padding-left: 5px;
    font-size:14px;     
}

}

.menu-center {
    float: left;
}

@media (max-width: 767px) {
    .menu-center {
        float: none;
    }
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #4d4d4d;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #FFCC33;
    border-color: #FFCC33;
    color: #fff;
    cursor: default;
    z-index: 2;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #FFCC33;
    border-color: #FFCC33;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.label-menu {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 80%;
    font-weight: 100;
    letter-spacing: 0.5px;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0px;
}
.modal-content {
    border-radius: 0px;
}

.form-control::-webkit-input-placeholder { color:#4d4d4d; }
.form-control:-moz-placeholder { color:#4d4d4d;  }
.form-control::-moz-placeholder { color:#4d4d4d;  }
.form-control:-ms-input-placeholder { color:#4d4d4d;  }

.form-control {
    font-size: 14px;
    border-radius: 0px;
    -webkit-appearance: none;
}
.modal-footer .btn + .btn {
    margin-bottom: 10px;
    margin-left: 5px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
/* ==========================================================================
    Estilos para SEPARADOR INDEX
   ========================================================================== */

.separador {
    width: 100%;
    height: 90px;
    float: left;
    margin: 0;
    padding: 0;
    background-color: #ffcc33;
}

.separador h2 {
    margin: 0;
    padding: 0;
    padding-top: 12px;
    font-size: 24px;
    font-weight: 100;
    letter-spacing: 2px;
    font-family: 'Varela Round', helvetica, arial, sans-serif !important;
}

@media (max-width: 590px) {
    .separador h2 {
        font-size: 15px;
        padding-top: 8px;
    }
    .separador {
        height: 70px;
    }
}

@media (max-width: 490px) {
    .separador h2 {
        font-size: 12px;
        padding-top: 6px;
    }
    .separador {
        height: 60px;
    }
}

#septop.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    margin-top: 60px;
}

.borderless td, .borderless th {
    border: none!important;
}
/* ==========================================================================
    Estilos para INDEX
   ========================================================================== */

#containerindex {
    position: relative;
    width: 100%;
}

#containerindex p {
    font-size: 1.1em;
}

h2.tituloindex {
    font-size: 40px;
}
/*
@media (max-width: 400px) {
    #imgdispoportada {
        display: none;
        visibility: hidden;
    }
    .dipositivosportada {
        width: 100%;
        height: 220px;
        background-image: url("/images/front/viwomail/dispositivos-video-email2.png");
        background-repeat: no-repeat;
        background-size:cover;
    }
}*/

.marcas {
    width: 100%;
    min-height: 60px;
    padding: 10px 0;
    margin-bottom: -10px;
    background-color: #f8f8f8;
    vertical-align: middle;
}

.marcas img {
    margin: 10% auto;
}


/* ==========================================================================
    Estilos para video background index
   ========================================================================== */

#videoemail-background {
    position: relative;
    width: 100%;
    min-height: 650px;
    margin: 0 auto;
    padding: 0;
    color: #ffffff;
    overflow: hidden;
    margin-top:-10px; 
}

#background-vid-1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#background-vid-2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('/images/front/viwomail/bg-inicio-portada.png') repeat;
}

div#content-vid {
    position: absolute;
    min-width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

h1.tituloprincipalh1 {
    margin: 180px 0px 10px 0px;
    font-size: 3em;
    text-shadow: rgba(0, 0, 0, 0.8) 0 0px 10px;
}

h2.tituloprincipalh2 {
    margin: 30px 0px;
    font-size: 2.2em;
    text-shadow: rgba(0, 0, 0, 0.8) 0 0px 10px;
    display: block;
}

#videoemail-background p {
    text-shadow: rgba(0, 0, 0, 0.8) 0 0px 10px;
    margin: 30px 0px;
    font-size: 1.3em;
}

video#bgvid {
    position: relative;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(/video/front/viwomail/video_fondo_index/poster-videoemail-fondo-index.jpg) no-repeat;
    background-size: cover;
}

@media screen and (max-device-width: 1024px) {
    #background-vid-1 {
        background: url(/video/front/viwomail/video_fondo_index/poster-videoemail-fondo-index.jpg) #ffffff no-repeat top center fixed;
    }
    #bgvid {
        display: none;
    }
}

input.input-calltoaction-index {
    background-color: rgba(255, 255, 255, 0.60);
    height: 55px; 
    color:    #4d4d4d;
    font-size: 16px;
}

.input-calltoaction-index::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #4d4d4d;
    font-size: 16px;
}
.input-calltoaction-index:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #909;
   opacity:  1;
}
.input-calltoaction-index::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #909;
   opacity:  1;
}
.input-calltoaction-index:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #909;
}

.btn-calltoaction-index {
    border: 3px solid #ffffff;
    background-color: transparent;
    color: #ffffff;
    font-weight: 100;
    font-size: 22px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif!important;
    z-index: 1000;
}

.btn-calltoaction-index:hover {
    background-color: rgba(255, 204, 51, 0.5);
    color: #ffffff;
}

@media(max-width:992px) {
    #videoemail-background {
        min-height: 650px;
    }
    h1.tituloprincipalh1 {
        margin: 140px 0px 10px 0px;
        font-size: 2.8em;
    }
    h2.tituloprincipalh2 {
        margin: 20px 0px;
        font-size: 2em;
    }   
    h1.titulo-high-h1 {
        margin: 80px 0px 20px 0px;
        font-size: 2em;
    }
    #videoemail-background p {
        margin: 30px 0px;
        font-size: 1.3em;
    }
}

@media(max-width:768px) {
    #videoemail-background {
        min-height: 520px;
    }
    h1.tituloprincipalh1 {
        margin: 50px 0px 5px 0px;
        font-size: 2em;
    }
    h2.tituloprincipalh2 {
        margin: 10px 0px;
        font-size: 1.6em;
    }
    h1.titulo-high-h1 {
        margin: 100px 0px 20px 0px;
        font-size: 2em;
    }
    #videoemail-background p {
        margin: 10px 0px;
        font-size: 1.1em;
    }
}

@media(max-width:380px) {
    #videoemail-background {
        min-height: 650px;
    }
}

/* ==========================================================================
    Estilos para timeline index
   ========================================================================== */

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 5px;
  background-color: #4d4d4d;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border-radius: 0px;
  padding: 20px;
  position: relative;
  /*-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  border: 1px solid #d4d4d4;    
  background-color: #ffffff;   */ 
}
/*.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ffffff;
  border-right: 0 solid #ffffff;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #ffffff;
  border-right: 0 solid #ffffff;
  border-bottom: 14px solid transparent;
  content: " ";
}*/
.timeline > li > .timeline-badge {
  color: #fff;
    width: 80px;
    height: 80px;
    line-height: 50px;
    font-size: 2em;
    text-align: center;
    padding-top:20px; 
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -40px;
  background-color: #4d4d4d;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
/* ==========================================================================
    Estilos para modal home mandar video ejemplo
   ========================================================================== */
/*.modal-envio-video .form-group .controls input[type="checkbox"]{
    font-size: 10px;
    
    
}*/
.modal-envio-video{
    color:black;
    text-align: left;
}

/* ==========================================================================
    Estilos para SALDO VIDEO REPRODUCCIONES
   ========================================================================== */

.contsaldovi {
    position: fixed;
    top: 70px;
    right: 0;
    text-align: right;
    z-index: 9999999;
}

.saldovi {
    float: right;
    width: 170px;
    min-height: 65px;
    display: none;
    padding: 5px;
    background-color: #ffcc33;
    z-index: 1029;
    color: #4d4d4d;
}

.saldovi div {
    float: right;
    width: 160px;
    padding: 5px;
}

.saldovi div a {
    color: #4d4d4d;
}

.btnsaldovi {
    float: right;
    height: 65px;
    width: 75px;
    /*  border-radius: 4px 0 0 4px;*/
    text-align: center;
}

.btnsaldovihover {
    cursor: pointer;
    cursor: hand;
    background-color: #ffcc33;
}

.btnsaldoviover {
    cursor: pointer;
    cursor: hand;
    background-color: #ffcc33;
}

.tapsaldovi {
    width: 15px;
    height: 65px;
    padding-top: 22px;
    float: left;
    color: #4d4d4d;
    background-image: url(/images/front/viwomail/miniflecha.png);
    background-repeat: no-repeat;
    background-position: center right;
}

.logosaldovi {
    width: 60px;
    height: 35px;
    float: left;
    padding-top: 5px;
    background-image: url(/images/front/viwomail/btnsaldovi.png);
    background-repeat: no-repeat;
    background-position: 15px 5px;
}

.vrsaldovi {
    width: 60px;
    height: 30px;
    float: left;
    padding-top: 5px;
    font-size: 14px;
    vertical-align: middle;
}


/* ==========================================================================
    Estilos para MENU VIWOMAIL
   ========================================================================== */

form.usuario {
    padding: 15px;
}

.navbar-viwomail {
    min-height: 60px;
    /*background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image:         linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;*/
    border-radius: 0px;
    background-color: #f8f8f8;
    /*  -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
          box-shadow: inset 0 0px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);*/
}

.navbar-viwomail .navbar-nav > .active > a {
    background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
    background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
    background-repeat: repeat-x;
    /*  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);*/
}

.navbar-viwomail {
    background-color: #f8f8f8;
    /*border-bottom: 10px solid #f3f3f3;*/
}

.navbar-viwomail .navbar-brand {
    color: #777;
}

.navbar-viwomail .navbar-brand:hover,
.navbar-viwomail .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-viwomail .navbar-text {
    color: #777;
}

.navbar-viwomail .navbar-nav > li > a {
    color: #777;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.navbar-viwomail .navbar-nav > li > a:hover,
.navbar-viwomail .navbar-nav > li > a:focus {
    /* color: #333;
  background-color: transparent;*/
    color: #555;
    background-color: #f3f3f3;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
}

.navbar-viwomail .navbar-nav > .active > a,
.navbar-viwomail .navbar-nav > .active > a:hover,
.navbar-viwomail .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
}

.navbar-viwomail .navbar-nav > .disabled > a,
.navbar-viwomail .navbar-nav > .disabled > a:hover,
.navbar-viwomail .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}

.navbar-viwomail .navbar-toggle {
    margin-top: 12px;
    border-radius: 0px;
}

.navbar-viwomail .navbar-toggle:hover,
.navbar-viwomail .navbar-toggle:focus {
    background-color: #ddd;
}

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

.navbar-viwomail .navbar-collapse,
.navbar-viwomail .navbar-form {}

.navbar-viwomail .navbar-nav > .open > a,
.navbar-viwomail .navbar-nav > .open > a:hover,
.navbar-viwomail .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7;
}

@media (max-width: 767px) {
    .navbar-viwomail .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-viwomail .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-viwomail .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }
    .navbar-viwomail .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-viwomail .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-viwomail .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-viwomail .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-viwomail .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-viwomail .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-viwomail .navbar-link {
    color: #777;
}

.navbar-viwomail .navbar-link:hover {
    color: #333;
}


/* ==========================================================================
    Estilos para MENU LATERAL SIDEBAR
   ========================================================================== */

@media (min-width: 768px) {
    .sidebar-nav .navbar .navbar-collapse {
        padding: 0;
        max-height: none;
    }
    .sidebar-nav .navbar ul {
        float: none;
    }
    .sidebar-nav .navbar li {
        float: none;
        display: block;
    }
    .sidebar-nav .navbar li a {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .sidebar-nav .navbar .dropdown ul {}
}

.navbar-wsidebar {
    background-color: transparent;
}

.navbar-wsidebar .navbar-nav > .active > a {
    background-color: #f3f3f3;
    border-radius: 0px;
    margin-bottom: 2px;
}

.navbar-wsidebar .navbar-text {
    color: #777;
}

.navbar-wsidebar .nav > li > a {
    color: #777;
}

.navbar-wsidebar .nav > li > a:hover,
.navbar-wsidebar .nav > li > a:focus {
    background-color: #f3f3f3;
    border-radius: 0px;
    margin-bottom: 2px;
}

.navbar-wsidebar .nav > .active > a,
.navbar-wsidebar .nav > .active > a:hover,
.navbar-wsidebar .nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
}

.navbar-wsidebar .nav > .disabled > a,
.navbar-wsidebar .nav > .disabled > a:hover,
.navbar-wsidebar .nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}

.navbar-wsidebar .navbar-toggle {
    float: left;
}

.navbar-wsidebar .navbar-toggle:hover,
.navbar-wsidebar .navbar-toggle:focus {
    background-color: #EFEFEF;
}

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

.navbar-wsidebar .navbar-collapse,
.navbar-wsidebar .navbar-form {
    border-color: transparent;
}

.navbar-wsidebar .nav > .open > a,
.navbar-wsidebar .nav > .open > a:hover,
.navbar-wsidebar .nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7;
}

@media (max-width: 767px) {
    .navbar-wsidebar .nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-wsidebar .nav .open .dropdown-menu > li > a:hover,
    .navbar-wsidebar .nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }
    .navbar-wsidebar .nav .open .dropdown-menu > .active > a,
    .navbar-wsidebar .nav .open .dropdown-menu > .active > a:hover,
    .navbar-wsidebar .nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-wsidebar .nav .open .dropdown-menu > .disabled > a,
    .navbar-wsidebar .nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-wsidebar .nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-wsidebar .navbar-link {
    color: #777;
}

.navbar-wsidebar .navbar-link:hover {
    color: #333;
}

.dropdown-menu > li > a {
    font-weight: 200;
}

.navbar-nav > li > .dropdown-menu {
    z-index: 1030;
    border-radius: 0px;
}


/* ==========================================================================
    Estilos para PANEL DE CONTROL
   ========================================================================== */

.cpanel {
    border: 0px solid #DFDFDF;
    border-radius: 0px;
    margin: 5px;
    padding: 5px;
    min-height: 275px;
}

@media (max-width: 480px) {
    .cpanel {
        overflow-x: scroll;
    }
}

.cpanel h4 {
    padding: 0;
    margin: 5px;
}


/* ==========================================================================
    Estilos para ESTADISTICAS DE CAMPAÃ‘A
   ========================================================================== */

.datodestacado {
    font-size: 2em;
    line-height: 0.5;
    font-weight: 500
}

@media (max-width: 900px) {
    .panel-estadisticas {
        overflow-x: scroll;
    }
}

.onoffcampana {
    margin-top: 18px;
    width: 80px;
    height: 28px;
}

.td_onoffcampana > .onoffcampana {
    margin-top: 5px;
    width: 64px;
    height: 22px;
}


/*estilos para estadisticas de campaÃ±a*/


/*estilos para estadisticas de campaÃ±a flot.js*/

.boxflot-container {
    box-sizing: border-box;
    padding: 20px 15px 15px 15px;
    margin: 15px auto 30px auto;
    /*	border: 1px solid #ddd;
	border-radius:5px;*/
    background: #fff;
    /*	box-shadow: 0 3px 10px rgba(0,0,0,0.15);
	-o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);*/
}

.boxflot-placeholder {
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 1.2em;
}

.legend table {
    border-spacing: 5px;
}

.box-estadistica {
    width: 768px;
    height: 450px;
}

.box-campana {
    width: 200px;
    height: 200px;
}

.box-campananew {
    width: 768px;
    height: 450px;
}

.box-cpanel {
    width: 420px;
    height: 230px;
}

#placeholder .button {
    position: absolute;
    cursor: pointer;
}

#placeholder div.button {
    font-size: smaller;
    color: #999;
    background-color: #eee;
    padding: 2px;
}

.legendLabel {
    padding: 5px;
}

.message {
    padding-left: 50px;
    font-size: smaller;
}

.button-choices {
    float: left;
    width: 800px;
    margin: 0 auto;
}

.button-choices > .btn {
    margin: 30px 30px 0 0;
}

#choices {
    margin: 30px 0px 0px 0px;
}

#choices input {
    position: relative;
    display: block;
    float: left;
}

#choices label {
    position: relative;
    display: block;
    float: left;
    padding-right: 10px;
    padding-left: 5px;
}


/* ==========================================================================
    Estilos para NAVEGACION DE ESTADISTICAS
   ========================================================================== */

#container-navigation {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 6px;
    right: 12px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    color: #4d4d4d;
    font-size: 20px;
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.0);
    /* For IE 5.5 - 7*/
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

#container-navigation > .zoom-button {
    width: 30px;
    height: 25px;
    float: left;
    margin: 5px;
    text-align: center;
}

#container-navigation > #arrow-left {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 41px;
    left: 12px;
}

#container-navigation > #arrow-right {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 41px;
    left: 45px;
}

#container-navigation > #arrow-up {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 25px;
    left: 30px;
}

#container-navigation > #arrow-down {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 58px;
    left: 29px;
}


/* ==========================================================================
    Estilos para VESTADISTICAS DE CAMPAÃ‘A
   ========================================================================== */

.ventajasvmail img {
    float: left;
    margin: 10px;
}

.ventajasvmail p {
    text-align: justify;
}

.text-justify {
    text-align: justify;
}

.center {
    text-align: center;
}

.parrafodest {
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    text-align: justify;
}

.titulodest {
    font-size: 25px;
}

.footer {
    width: 100%;
    background-color: #4d4d4d;
    color: #f8f8f8;
    padding: 50px 20px;
    margin-top: 10px;
    font-size: 12px;
}

.footer a {
    color: #ffffff;
}

@media (max-width: 1170px) {
    .oculto {
        background-color: #F01C20;
        border: 5px solid;
        overflow: hidden;
        display: none;
    }
}

.jumbotronlight {
    padding: 20px;
    margin-bottom: 0px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
    border-radius: 0px;
    text-align: center;
}

.jumbotronlight h1,
.jumbotronlight .h1 {
    line-height: 1;
    color: inherit;
}

.jumbotronlight p {
    line-height: 1.4;
}

.container .jumbotronlight {
    border-radius: 0px;
}

.jumbotronlight .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotronlight {
        /*    padding-top: 48px;
    padding-bottom: 48px;*/
    }
    .container .jumbotronlight {
        /*    padding-right: 60px;
    padding-left: 60px;*/
    }
    .jumbotronlight h1,
    .jumbotronlight .h1 {
        font-size: 63px;
    }
}

@media(max-width: 1170px) {
    .jumbotronlight {
        margin-top: 20px;
    }
}

.jumbotron {
    border-radius: 0px;
}

.panel {
    border-radius: 0px;
}

.panel-default > .panel-heading {
    background-image: none;
    background-color: #f5f5f5;
}


/* ==========================================================================
    Estilos para VIDEO EMAIL (antigua)
   ========================================================================== */

.titulovmail {
    font-size: 1.4em;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: lighter;
    color: #4e4e4e;
}

.fondovmail {
    background-image: url(/images/front/viwomail/fondovideoemail.jpg);
    background-repeat: no-repeat;
    border-radius: 0px;
    min-height: 330px;
}

.cuadrovmail {
    float: right;
    background-color: #e5e5e5;
    border-radius: 0px;
    margin-top: 0px;
    padding-left: 10px;
    margin-right: 20px;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(250, 250, 250) transparent;
    /* RGBa with 0.6 opacity */
    background: rgba(250, 250, 250, 0.6);
    /* For IE 5.5 - 7*/
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#60ffffff, endColorstr=#60ffffff);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#60ffffff, endColorstr=#60ffffff)";
}

.sombratext {
    text-shadow: 1px 1px 2px #595959;
}

.brillotext {
    text-shadow: 1px 1px 5px #F9F9F9;
}

.btn-vm {
    display: block;
    position: relative;
    height: 170px;
    margin: 0;
    width: 170px;
}

.btn-vm img {
    left: 0;
    position: absolute;
    top: 0;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 170px;
    height: 170px;
}

.btn-vm img.vmimg2 {
    opacity: 0;
    filter: alpha(opacity=0);
}

.btn-vm:hover img.vmimg2 {
    opacity: 1;
    filter: alpha(opacity=100);
}

.btn-vm:hover img.vmimg1 {
    opacity: 0;
    filter: alpha(opacity=0);
}

.btn-vm img.vmimg1:hover {
    opacity: 0;
    filter: alpha(opacity=0);
}


/* ==========================================================================
    Estilos para BOTONES DESTACADOS INDEX
   ========================================================================== */

.btn-dvw {
    display: block;
    position: relative;
    height: 200px;
    margin: 0;
    width: 200px;
}

.btn-dvw img {
    left: 0;
    position: absolute;
    top: 0;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 200px;
    height: 200px;
}

.btn-dvw img.dvwimg2 {
    opacity: 0;
    filter: alpha(opacity=0);
}

.btn-dvw:hover img.dvwimg2 {
    opacity: 1;
    filter: alpha(opacity=100);
}

.btn-dvw:hover img.dvwimg1 {
    opacity: 0;
    filter: alpha(opacity=0);
}

.btn-dvw img.dvwimg1:hover {
    opacity: 0;
    filter: alpha(opacity=0);
}

.btn-videoemail {
    /*  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);*/
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-videoemail.active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-videoemail {
    /*  text-shadow: 0 1px 0 #fff;*/
    background-color: #ffcc33;
    background-position: 0 15px;
    color: #4d4d4d;
}

.btn-videoemail:hover,
.btn-videoemail:focus {
    background-image: -webkit-linear-gradient(top, #ffcc33 0%, #ebc141 100%);
    background-image: linear-gradient(to bottom, #ffcc33 0%, #ebc141 100%);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffebc141', endColorstr='#ffebc141', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    color: #757575;
}

.btn-videoemail:active,
.btn-videoemail.active {
    background-color: #ffcc33;
    border-color: #dbdbdb;
}

.btn-griso {
    /*  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);*/
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-griso.active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-griso {
    /*  text-shadow: 0 1px 0 #fff;*/
    background-color: #4d4d4d;
    background-position: 0 15px;
    color: #fff;
}

.btn-griso:hover,
.btn-griso:focus {
    background-color: #5d5d5d;
    border-color: #6d6d6d;
    border-color: #ccc;
    color: #fff;
}

.btn-griso:active,
.btn-griso.active {
    background-color: #4d4d4d;
    border-color: #6d6d6d;
}

.btn-azul {
    /*  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);*/
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-azul.active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-azul {
    /*  text-shadow: 0 1px 0 #fff;*/
    background-color: #99ccff;
    color: #4d4d4d;
}

.btn-azul:hover,
.btn-azul:focus {
    background-image: -webkit-linear-gradient(top, #99ccff 0%, #6699ff 100%);
    background-image: linear-gradient(to bottom, #99ccff 0%, #6699ff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff99ccff', endColorstr='#ff6699ff', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
}

.btn-azul:active,
.btn-azul.active {
    background-color: #99ccff;
}

.btn-azul.off {
    background-color: #cfe4fa;
    color: #666;
}

.btn-verde {
    /*  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);*/
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-verde.active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-verde {
    /*  text-shadow: 0 1px 0 #fff;*/
    background-color: #99cc66;
    color: #fff;
}

.btn-verde:hover,
.btn-verde:focus {
    background-image: -webkit-linear-gradient(top, #99cc66 0%, #669933 100%);
    background-image: linear-gradient(to bottom, #99cc66 0%, #669933 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff99cc66', endColorstr='#ff669933', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
}

.btn-verde:active,
.btn-verde.active {
    background-color: #99cc66;
}

.btn-verde.off {
    background-color: #ccff99;
    color: #666;
}

.btn-rojo {
    /*  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);*/
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-rojo.active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-rojo {
    /*  text-shadow: 0 1px 0 #fff;*/
    background-color: #CC3333;
    color: #fff;
}

.btn-rojo:hover,
.btn-rojo:focus {
    background-image: -webkit-linear-gradient(top, #CC3333 0%, #AA3333 100%);
    background-image: linear-gradient(to bottom, #CC3333 0%, #AA3333 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffCC3333', endColorstr='#ffAA3333', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
}

.btn-rojo:active,
.btn-rojo.active {
    background-color: #CC3333;
    border-color: #dbdbdb;
}

.btn-rojo.off {
    background-color: #ff6666;
}

.btn-amarillo {
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-amarillo.active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-amarillo {
    background-color: #ffcc33;
    color: #4d4d4d;
}

.btn-amarillo:hover,
.btn-amarillo:focus {
    background-image: -webkit-linear-gradient(top, #ffcc33 0%, #ebc141 100%);
    background-image: linear-gradient(to bottom, #ffcc33 0%, #ebc141 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffebc141', endColorstr='#ffebc141', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    color: #757575;
}

.btn-amarillo:active,
.btn-amarillo.active {
    background-color: #e0e0e0;
}

.btn-amarillo.off {
    background-color: #f5d77e;
}

@media (min-width: 768px) {
    #viwomail-corto .modal-dialog {
        width: 720px;
        margin: 60px auto;
    }
}

@media (min-width: 1024px) {
    #viwomail-corto .modal-dialog {
        width: 1000px;
        margin: 60px auto;
    }
}


/* ==========================================================================
    Estilos para CONTACTO
   ========================================================================== */

.google-maps {
    position: relative;
    padding-bottom: 75%;
    /*This is the aspect ratio*/
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


/*estilos de Precios*/

.icoprecios {
    width: 70px;
    margin: 4%;
    float: right !important;
}

.table-vimpresiones {
    margin: 20px 10px;
}

@media (max-width: 768px) {
    .table-vimpresiones {
        margin: 10px 0px;
    }
}

.table-vimpresiones .table-striped > tbody > tr:nth-child(odd) > td,
.table-vimpresiones .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #CC3333;
}

.precioviwomail {
    color: #4d4d4d;
    background-color: #FFCC33;
    border-radius: 0px;
    display: block;
    max-width: 320px;
    padding: 10px;
    text-align: center;
}

.conteimgejemplos {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.imgejemplos {
    border: 1px solid #C9C9C9;
    border-radius: 0px;
    float: left;
    width: 150px;
    height: 220px;
    padding: 22px;
    margin-right: 10px;
    margin-bottom: 10px;
}


/* ==========================================================================
    Estilos para CONTACTO
   ========================================================================== */

.img-contacto {
    border: 3px solid #4d4d4d;
    border-radius: 0px;
    margin: 0 auto;
}


/* ==========================================================================
    Estilos para MIS VIDEOS
   ========================================================================== */

.titlevideo {
    margin: 0.5em 0;
}

.listvideobtn {
    float: left;
    margin-top: 35px;
}

.badge {
    vertical-align: middle;
}

.subirvideobtn {
    margin-top: 15px;
    float: right;
}

p.estadovideo {
    margin: 0.5em 0;
}

.thumbvideo {
    border: 1px solid #fff;
    margin-top: 5px;
    margin-bottom: 5px;
}


/* ==========================================================================
    Estilos para PRECIOS
   ========================================================================== */

table.tablepacks {
    border: none;
}

table.tablepacks > tbody > tr {
    border: none;
}

table.tablepacks > tbody > tr > td {
    text-align: center;
    vertical-align: middle;
    border: none;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 2px;
    padding-right: 2px;
}

.tablepacks > tbody > tr > th {
    text-align: center;
    vertical-align: middle;
    background-color: #f8f8f8;
    border: none;
}

.tablepacks > tbody > tr > td:nth-child(1) {
    background-color: #f8f8f8;
}

.tablepacks > tbody > tr > td:nth-child(3) {
    background-color: #f8f8f8;
}

.tablepacks > tbody > tr > td:nth-child(5) {
    background-color: #f8f8f8;
}

.tablepacks > tbody > tr > td:nth-child(7) {
    background-color: #f8f8f8;
}

.tablepacks > tbody > tr > td:nth-child(9) {
    background-color: #f8f8f8;
}

@media (max-width: 1200px) {
    .table-responpacks {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
}


/* ==========================================================================
    Estilos para CONFIRMAR PEDIDO
   ========================================================================== */

.tableconfirmacion td:nth-child(2) {
    text-align: right;
    vertical-align: middle;
}

.formmpago {
    width: 200px;
}


/* ==========================================================================
    Estilos para WIZARD
   ========================================================================== */

.wizardvm {
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 40px;
    font-weight: 200;
    /*line-height: 2.1428571435;*/
    color: inherit;
    background-color: #f9f9f9;
    border: 1px solid #f3f3f3;
    border-radius: 0px;
}

.nav-wizard> li > a {
    color: #4d4d4d;
    font-size:14px; 
}

.progress {
    border-radius: 0px;
}
.wizardvm label {
    font-weight: 300;
}

.wizardvm .form-horizontal .control-label{
  text-align:left;
}

/*estilos boton subir vÃ­deo*/

.fileinput-button {
    position: relative;
    overflow: hidden;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    /*right: 0;*/
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    /*font-size: 200px;*/
    direction: ltr;
    cursor: pointer;
}


/* Fixes for IE < 8 */

@media screen\9 {
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }
}

.boxtextwizard {
    padding: 6px;
    margin: 0 5px;
    line-height: 1.428571429;
    color: #888;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.wizardvm pre {
    background-color: #fff;
    border-radius: 0px;
}


.disabled-step {
    color:#b7b7b7!important; 

}


/* Estilos para vista previa*/

@media (min-width: 768px) {
    .vistaprevias > .modal-dialog {
        width: auto;
        margin: 50px;
    }
}

.vistaprevias .modal-body iframe {
    border: none;
    width: 100%;
    min-height: 900px;
}

.vistaprevia-plantilla {
    border: 1px solid #f3f3f3;
    width: 100%;
    min-height: 850px;
    overflow-y: scroll;
}


/* ==========================================================================
    Estilos para info packs en el wizard
   ========================================================================== */

@media (min-width: 768px) {
    .infopack > .modal-dialog {
        position: relative;
        width: auto;
        margin: 50px;
    }
}

@media (min-width: 768px) {
    .infopack .table-responsive {
        overflow-x: scroll;
        overflow-y: hidden;
    }
}


/* ==========================================================================
    Estilos para carousel-marcas
   ========================================================================== */

.paneluser {
    margin-bottom: 10px;
}

.carousel-control {
    position: absolute;
    top: 35%;
    bottom: 0;
    left: 0;
    width: 15%;
    height: 20%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5;
}

.carousel-control.left {
    background: none;
}

.carousel-control.right {
    background: none;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 20%;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 20%;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicons-chevron-left,
    .carousel-control .glyphicons-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 60px;
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}


/* ==========================================================================
    Estilos para POLITICA DE COOKIES
   ========================================================================== */

#barraaceptacion {
    display: none;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 99999;
}


/* ==========================================================================
    Estilos para el simulador de email de la vista previa de emails
   ========================================================================== */

.boxmails {
    width: 100%;
    float: left;
    background-color: #f9f9f9;
    border: 1px solid #f1f1f1;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom: none;
}

.boxmails > .boxmailcampo1 {
    float: left;
    margin: 10px 20px;
}

.boxmails > .boxmailcampo1 > .boxmailcampo2 {
    float: left;
    width: 65px;
    padding: 5px;
}

.boxmails > .boxmailcampo1 > .boxmailcampo3 {
    float: left;
    margin-left: 10px;
    max-width: 520px;
    background-color: #fff;
    padding: 5px 10px;
    border: 1px solid #f1f1f1;
    border-radius: 0px;
    font-size: 14px;
}


/* ==========================================================================
    Estilos para PRECIOS EMPRENDEDOR
   ========================================================================== */

.fondoemprendedor {
    background-image: url(/images/front/viwomail/fondo-emprendedores.jpg);
    background-repeat: no-repeat;
    background-position: top;
}


/* ==========================================================================
    Estilos para PRECIOS EMPRESA
   ========================================================================== */

.fondoempresa {
    background-image: url(/images/front/viwomail/fondo-empresa.jpg);
    background-repeat: no-repeat;
    background-position: top;
}


/* ==========================================================================
    Estilos para PRECIOS
   ========================================================================== */

#tabprecios {
    background-color: #f8f8f8;
    padding-bottom: 40px;
}

#tabprecios ul {
    border: none;
    background-color: #ffffff;
}

#tabprecios ul li {
    width: 50%;
    border: none;
    border-radius: 0px;
}

#tabprecios >.nav-tabs > li.active > a,
#tabprecios > .nav-tabs > li.active > a:hover,
#tabprecios > .nav-tabs > li.active > a:focus {
    background-color: #f8f8f8 !important;
    opacity: 1;
}

#tabprecios ul li a {
    width: 100%;
    border: none;
    border-radius: 0px;
    color: #4d4d4d;
    background-color: #ffffff;
    opacity: 0.6;
}

#tabprecios ul li a:hover {
    width: 100%;
    border: none;
    border-radius: 0px;
    color: #4d4d4d;
    opacity: 1;
}

#tabprecios .tab-content {
    padding-left: 20px;
    padding-right: 20px;
}

#tabprecios .tab-content .active {
    background-color: #f8f8f8;
}

#tabprecios .tab-content .funciones-precios {
    padding-top: 10px;
    padding-bottom: 10px;
}

#tabprecios .tab-content .funciones-precios .verde {
    background-color: #99cc66;
}

#tabprecios .tab-content .funciones-precios p {
    padding-top: 10px;
}

#tabprecios .tab-content h2 {
    padding-top: 40px;
}

#tabprecios .tab-content h3 {
    padding-top: 10px;
    padding-bottom: 20px;
}

#tabprecios .tab-content .tab-content-call {
    margin-top: 20px;
    margin-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
}

#tabprecios .tab-content .tab-content-call .tab-content-boton {
    padding-top: 30px;
}

#tabprecios .tab-content .tabla-precios {
    padding-top: 4Opx;
}

@media (max-width: 480px) {}

@media (min-width: 768px) and (max-width: 992px) {
    #tabprecios .tab-content .funciones-precios h4 {
        font-size: 16px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    #tabprecios .tab-content .funciones-precios h4 {
        font-size: 16px;
    }
}


/* ==========================================================================
    Estilos para MENU PRECIOS
   ========================================================================== */

.precios-menu li {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.precios-menu li:last-child {
    margin-right: 0px;
}

.precios-icon {
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.precios-content {}

.precios-content1 {
    opacity: 0.8;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

@media (max-width: 500px) {
    h2.precios-content1 {
        font-size: 25px;
    }
    h3.precios-content2 {
        font-size: 25px;
    }
}

.precios-content2 {
    text-align: center;
    color: #4d4d4d;
    opacity: 0.8;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.precios-menu li:hover {
    background: #fff;
}

.precios-menu li:hover .precios-icon {
    color: #4d4d4d;
    opacity: 1;
    -webkit-animation: moveFromLeft 1500ms ease;
    -moz-animation: moveFromLeft 1500ms ease;
    -ms-animation: moveFromLeft 1500ms ease;
}

.precios-menu li:hover .precios-content1 {
    color: #4d4d4d;
    -webkit-animation: moveFromRight 1500ms ease;
    -moz-animation: moveFromRight 1500ms ease;
    -ms-animation: moveFromRight 1500ms ease;
}

.precios-menu li:hover .precios-content2 {
    color: #000;
    -webkit-animation: moveFromBottom 1500ms ease;
    -moz-animation: moveFromBottom 1500ms ease;
    -ms-animation: moveFromBottom 1500ms ease;
}

@-webkit-keyframes moveFromLeft {
    from {
        -webkit-transform: translateX(-100%);
    }
    to {
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes moveFromLeft {
    from {
        -moz-transform: translateX(-100%);
    }
    to {
        -moz-transform: translateX(0%);
    }
}

@-ms-keyframes moveFromLeft {
    from {
        -ms-transform: translateX(-100%);
    }
    to {
        -ms-transform: translateX(0%);
    }
}

@-webkit-keyframes moveFromRight {
    from {
        -webkit-transform: translateX(100%);
    }
    to {
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes moveFromRight {
    from {
        -moz-transform: translateX(100%);
    }
    to {
        -moz-transform: translateX(0%);
    }
}

@-ms-keyframes moveFromRight {
    from {
        -ms-transform: translateX(100%);
    }
    to {
        -ms-transform: translateX(0%);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}

@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(100%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}

@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(100%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}



/* ========================================================================
TABLA PRECIOS NEW 4 INTRO
========================================================================= 

.price-intro {
    background: none;
    min-height: 100px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    border: #4d4d4d solid 1px;
}
#boton {
    padding: 10px 0 30px 0;
    text-align: center;
}
.from {
    color: #4d4d4d;
    margin: 0px;
}

.price-table-active {
    margin-top: 0px;
}

.price-intro .price-table-heading {
    color: #ffffff;
    background: #4d4d4d;
    padding: 10px 0;
    margin: 0;
}

.price-intro .price-table-heading .title {
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1px;
}

.price-intro > .price-table-body {
    color: #FFFFFF;
    background: #FFFFFF;
    padding: 20px 0 20px;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.price-intro > .price-table-body .value {
    font-size: 55px;
    font-weight: 400;
    color: #4d4d4d;
    padding: 0;
}

.price-intro > .price-table-body .value small {
    font-size: 18px;
}


.price-intro > .feature {
    line-height: 25px;
    padding: 10px;
}   

#form-calculadora .form-control[readonly] {
    cursor:default;
    
}
@media (max-width: 480px) { }

}

@media (min-width: 768px) and (max-width: 992px) {
  
}
@media (min-width: 992px) and (max-width: 1200px) {
    .price-intro {
    background: none;
    min-height: 440px;        
        } 
    .price-intro > .price-table-body .value {
    font-size: 45px;    
    }
}
/* ========================================================================
TABLA PRECIOS NEW 4 PLANES
========================================================================= */
/*
.price-table {
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    margin-top: 40px;
}

.price-table:hover {
    background: rgba(0, 0, 0, .03);
    border-color: #FFCC33;
}

.price-table-active {
    margin-top: 0px;
}

.price-table .price-table-heading {
    color: #ffffff;
    background: #4d4d4d;
    padding: 10px 0;
    margin: 0;
}

.price-table .price-table-heading .title {
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1px;
}

.price-table > .price-table-body {
    color: #FFFFFF;
    background: #ffcc33;
    padding: 20px 0 20px;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.price-table > .price-table-body .value {
    font-size: 66px;
    font-weight: 400;
    color: #4d4d4d;
    padding: 0;
}

.price-table > .price-table-body .value small {
    font-size: 12px;
}

.price-table > .list-group {
    color: #333;
    font-weight: 400;
    margin-bottom: 0;
 
}

.price-table > .list-group .list-group-item {
    color: #333;
    font-weight: 400;
    font-size: 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border:0px;
}

.price-table-footer {
    background: #4d4d4d;
    padding: 15px 0;
}

.price-table .price-vi-value {
    font-size: 22px;
}

ul.tab-pago-precios {
    max-width: 402px;
    border: 0px;
    margin: 0 auto;
}

.tab-pago-precios li.active a {
    color: #4d4d4d;
    cursor: default;
    background-color: rgba(255, 204, 51, 0.5);
    border: 3px solid #4d4d4d;
}

.tab-pago-precios li.active a:hover,
.tab-pago-precios li.active a:focus {
    color: #4d4d4d;
    cursor: default;
    background-color: rgba(255, 204, 51, 0.8);
    border: 3px solid #4d4d4d;
}

.tab-pago-precios li a {
    width: 200px;
    color: #4d4d4d;
    padding: 10px 25px;
    font-size: 21px;
    border: 3px solid #4d4d4d;
    border-radius: 0px;
    margin: 0px;
    margin-left: -3px;
}

.tab-pago-precios li a:hover,
.tab-pago-precios li a:focus {
    padding: 10px 25px;
    font-size: 22px;
    border: 3px solid #4d4d4d;
    border-radius: 0px;
    margin: 0px;
    margin-left: -3px;
    background-color: rgba(255, 204, 51, 0.8);
}

.price-table > .price-table-body-extra {

    color: #FFFFFF;
    background: #ffcc33;
    padding: 20px 0 10px;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.price-table > .price-table-body-extra .value {
    font-size: 22px;
    font-weight: 400;
    color: #4d4d4d;
    padding: 0;
}

.price-table-active > .price-table-heading {
    min-height: 115px;
    background-image: url(/images/front/viwomail/recomendado.png);
    background-position: top right;
    background-repeat: no-repeat;
}
.price-table-active > .price-table-heading p.title-recomendado {
    width: 100%;
    display: block;
    font-size: 16px;
    color: #4d4d4d;
    background-color: #ffcc33;
    font-weight: bold;
    padding: 5px 0;
    margin: 8px auto;
    border-radius: 0px;

}

.price-table-active > .price-table-heading h3.title {
    padding-top: 0px;
}*/
/* ========================================================================
TABLA PRECIOS NEW 5 PLANES
========================================================================= */

.price-intro {
    background: none;
    min-height: 280px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: #ffcc33 solid 1px;
    font-size:15px; 
}
.price-table-active {
    margin-top: 0px;
}
a.btn-plan5 {
    text-decoration: none!important;
    color: #4d4d4d;
      
} 
a.btn-plan5 > .price-intro:hover, a.btn-plan5 > .price-intro:link, a.btn-plan5 > .price-intro:visited, a.btn-plan5 > .price-intro:focus {
    background-color:#fffae8!important;
    color: #4d4d4d!important;  
}
a.btn-plan5 > .high-volume:link, a.btn-plan5 > .high-volume:visited, a.btn-plan5 > .high-volume:hover, a.btn-plan5 > .high-volume:focus {
    background-color:rgb(218, 235, 255)!important;
    color: #4d4d4d!important;
}

.tag-popular {
    text-align: center;
    padding: 5px 0;
    background-color: #ffcc33;
    color: #ffffff;  

}
.tag-popular h4{
    font-size:18px!important;
    letter-spacing:1.5px;
    margin-top: 5px;
    margin-bottom: 5px;
    color:#4d4d4d;

}
.price-intro .price-table-heading {
    color: #4d4d4d;
    background: none;
    padding: 0;
    margin: 0;
}

.price-intro .price-table-heading .title {
    color: #4d4d4d;
    font-weight: 400;
    letter-spacing: 1px;
    font-size:26px;
    margin: 40px 0 0 0;
}

.price-intro .price-table-heading .subtitle {
    font-size: 12px;
    color: #909090;
    margin: 20px 0 0 0;
    line-height:16px;
    font-weight: 400;
}

.price-intro > .price-table-body {
    color: #4d4d4d;
    padding:0;
}

.price-intro >  btn-arrow {
    margin: 0;
}

.price-intro > .price-table-body .value {
    font-size: 38px;
    font-weight: 400;
    line-height: 24px;
    color: #4d4d4d;
    padding: 0;
    margin:15px 0 20px 0;
}

.price-intro > .price-table-body .value small {
    font-size: 16px;
    color: #909090; 
}
.price-intro > .feature {
    font-size: 20px;
    line-height: 25px;
    padding: 10px;
}  
.price-intro > .btn-videoemail {
    margin: 0;
}
.price-intro > .btn-azul {
    margin: 0;
}

.price-intro.high-volume {

    border: #73b1ff solid 1px;

}

.price-intro.high-volume > .price-table-body .value  {
    font-size: 32px;

}



/* ==========================================================================
    Estilos para AYUDA
   ========================================================================== */

#masthead {
    min-height: 250px;
    background-color: #ffffff;
    background-image: url(/images/front/viwomail/fondo-ayuda.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    color: #4d4d4d;
    margin-top: -10px;
}

#masthead h1 {
    font-size: 55px;
    line-height: 1;
    margin-top: 55px;
    color: #ffffff;
}

#masthead .well {
    margin-top: 12%;
    background-color: #f8f8f8;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}

#masthead .logo-ayuda {
    width: 250px;
    height: 250px;
    float: left;
    text-align: center;
    padding-top: 25px;
}

#masthead .logo-ayuda img {
    width: 150px;
    height: 150px;
}

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

@media screen and (min-width: 768px) {
    #masthead h1 {
        font-size: 100px;
    }
}

#masthead a,
#masthead .lead,
#masthead p {
    color: #ffffff;
}

#sidebar > li > a {
    color: #4d4d4d;
}

#sidebar > li > a:hover {
    color: #ffffff;
    background-color: #4d4d4d;
}

.affix-top,
.affix {
    position: static;
}

@media (min-width: 992px) {
    #sidebar.affix-top {
        position: static;
        margin-top: 20px;
    }
    #sidebar.affix {
        position: fixed;
        top: 70px;
    }
}

#sidebar li.active {
    border: 0 #4d4d4d solid;
    border-right-width: 5px;
}

.ancla-ayuda:before {
    display: block;
    content: " ";
    margin-top: -80px;
    height: 80px;
    visibility: hidden;
}


/* ==========================================================================
    Estilos para Mi PLAN
   ========================================================================== */

.list-group-heading-plan {
    background-color: #f8f8f8;
}

.list-group-footer-plan {
    background-color: #f8f8f8;
}


/* ==========================================================================
   Estilos para CLIENTES
   ========================================================================== */

.header-clientes {
    min-height: 250px;
    background-color: #ffffff;
    background-image: url(/images/front/viwomail/fondo_clientes.jpg)!important;
    background-repeat: no-repeat;
    background-position: center center;
    color: #4d4d4d;
    margin-top: -10px;
}

.header-clientes h4 {
    padding-top: 70px;
    color: #ffffff;
}

@media (max-width: 767px) {
    .header-clientes h4 {
        padding-top: 10px;
    }
}

.clientes-op {
    margin-top: 10px;
    margin-bottom: 30px;
}

.clientes-op blockquote {
    border-left: 5px solid #ffcc33;
}

.clientes-op .img-marcas {
    margin-top: 20px;
}


/* ==========================================================================
    Estilos para Planes viwomail
   ========================================================================== */

.caracteristicas-planes {
    padding-top: 10px;
    padding-bottom: 10px;
}

.caracteristicas-planes p {
    padding-top: 10px;
    padding-bottom: 10px;
}

.titulo-planes-viwomail {
    margin-top: 60px;
}

.btn-planes-viwomail {
    margin-top: 55px;
}

@media (max-width: 767px) {
    .titulo-planes-viwomail {
        text-align: right;
    }
    .btn-planes-viwomail {
        margin-top: 10px;
    }
}


/* ==========================================================================
    Estilos para FORMULARIO METODOS DE PAGO
   ========================================================================== */

input[name~="metodo_pago_tarjeta_credito[fecha_caducidad]"] {
    max-width: 150px;
}

input[name~="metodo_pago_tarjeta_credito[ccv]"] {
    max-width: 120px;
}


/* ==========================================================================
    Estilos para CARRITO
   ========================================================================== */


.tablecarrito tr td:nth-child(3) {
    text-align: center;
    vertical-align: middle;
}
.tablecarrito tr td:nth-child(4) {
    text-align: left;
    vertical-align: middle;
}
.tablecarrito tr td:nth-child(5) {
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.tablecarrito tr td:nth-child(6) {
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.tablecarrito tr td:nth-child(7) {
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.tablecarrito tr td:last-child {
    text-align: right;
    vertical-align: middle;
    white-space: nowrap
}


/* ==========================================================================
    Estilos para CONFIRMAR PAGO
   ========================================================================== */

td.checkpago {
    vertical-align: middle !important;
    text-align: center!important;
    background-color: #f8f8f8;
}

td.checkpago input[type="checkbox"] {
    position: relative;
}


/* ==========================================================================
    Estilos para WIZARD DE COMPRA
   ========================================================================== */

.panel-store {
    min-height: 350px;
    padding-top:10px; 
}



#wizardproducto .tituloproducto {
    padding-top: 28px;
}

#wizardproducto .descripcionproducto {
    margin-top: 20px;
    margin-bottom: 20px;
}

#wizardproducto .tab-content > .tab-pane > .row {
    margin: 1em 0;
}

#wizardproducto ul {
    border: none;
    background-color: #ffffff;
}

#wizardproducto ul li {
    width: 50%;
    border: none;
    border-radius: 0px;
}

#wizardproducto ul li a {
    border: none;
    background-color: #f8f8f8;
    border-radius: 0px;
    text-align: center;
}

#wizardproducto ul li a:hover {
    background-color: #F3F3F3;
}

@media (max-width: 767px) {
    #wizardproducto {
        margin-top: 90px;
    }
    #wizardproducto .tituloproducto {
        padding-top: 5px;
    }
}


/* ==========================================================================
   Estilos para CARRITO
   ========================================================================== */

.carrito-viwomail {
    height: 65px;
    width: 85px;
    position: fixed;
    top: 70px;
    left: 0;
    text-align: center;
    background-color: #ffcc33;
    z-index: 9999999;
}

.carrito-viwomail >.logo-carrito-viwomail {
    width: 75px;
    height: 35px;
    float: left;
    padding: 15px 12px;
    font-size: 18px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 15px 5px;
}

.carrito-viwomail >.item-carrito-viwomail {
    width: 75px;
    height: 30px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    vertical-align: middle;
}

.carrito-viwomail >.item-carrito-viwomail a {
    color: #4d4d4d;
}


/* ==========================================================================
   Estilos para SUBIR VIDEO
   ========================================================================== */

.subirvideo-box {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 40px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
    background-color: #f9f9f9;
    border: 1px solid #f3f3f3;
    border-radius: 0px;
}

.subirvideo-nav {
    border-bottom: 0px solid #f3f3f3;
}

.subirvideo-nav > li.active > a,
.subirvideo-nav > li.active > a:hover,
.subirvideo-nav > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #f9f9f9;
    border: 1px solid #f3f3f3;
    border-bottom-color: transparent;
}

.subirvideo-nav > li {
    float: left;
    margin-bottom: -1px;
}

.subirvideo-nav > li > a {
    height: 65px;
    margin-right: 2px;
    line-height: 1.42857143;
    border-radius: 0px;
    background-color: #fff;
}

.subirvideo-box .subirvideobtn {
    margin-top: 0px;
    float: right;
}


/* ==========================================================================
   Estilos para TAG PROMOCION
   ========================================================================== */

.tag-promocion {
    font-family: 'Varela Round', Helvetica, Arial, sans-serif !important;
    color: #fff;
    width: 100%;
    height: 34px;
    line-height: 15px;
    font-size: 18px;
    text-align: center;
    padding-top: 12px;
    float: right;
    background-color: #ff3333;
    z-index: 100;
  border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0;
    
    
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
     * Don't show links for images, or javascript/internal links
     */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
        /* h5bp.com/t */
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* ==========================================================================
   Hihg Volume
   ========================================================================== */

    @media(max-width:992px) {  
        h1.titulo-high-h1 {
            margin: 100px 0px 20px 0px;
            font-size: 2em;}
    }

    @media(max-width:768px) {
        h1.titulo-high-h1 {
            margin: 100px 0px 20px 0px;
            font-size: 2em;}
        .btn-calltoaction-hv {
            border: 2px solid #ffffff!important;
            background-color: rgba(75, 75, 75, 0.50);
            color: #ffffff!important;
            font-weight: 400;
            font-size: 20px;
            font-family: 'Open Sans', Helvetica, Arial, sans-serif!important;
            z-index: 1000;}

        .btn-calltoaction-hv:hover {
            background-color: rgba(75, 75, 75, 0.1);
            color: #4d4d4d;}        
    }

    .hv-imagen-fondo {
        width: 100%;
        position: relative;
        min-height: 363px;
        background-color: #ffffff;
        background-image: url(https://d3kl85ostynfb4.cloudfront.net/viwomail_estaticas/high_volume/img_high_volume.jpg)!important;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        color: #4d4d4d;
        margin-top: -10px;}

    h1.titulo-high-h1 {
        margin: 40px 0px 20px 0px;
        font-size: 2em;}

    p.texto-high-p {
        text-align: center;
        font-size: 1em;
        margin: 0px 0px 20px 0px;
        color: #4d4d4d;}

    .btn-calltoaction-hv {
        border: 2px solid #4d4d4d;
        /*background-color: rgba(75, 75, 75, 0.75);*/
        color: #4d4d4d;
        font-weight: 400;
        font-size: 20px;
        font-family: 'Open Sans', Helvetica, Arial, sans-serif!important;
        z-index: 1000;}

    .btn-calltoaction-hv:hover {
        background-color: rgba(75, 75, 75, 0.1);
        color: #4d4d4d;}

    @media(max-width:768px) { 

        
            .hv-imagen-fondo {
            width: 100%;
            position: relative;
            min-height: 363px;
            display: block;    
        }
        
            .hv-imagen-fondo::after {
              content: "";
              background: url(https://d3kl85ostynfb4.cloudfront.net/viwomail_estaticas/high_volume/img_high_volume.jpg);
              opacity: 0.5;
              top: 0;
              left: 0;
              bottom: 0;
              right: 0;
              position: absolute;
              z-index: -1;   

    }

}



    h4.titulo-3-columnas {
        text-align: center;}

    p.texto-3-columnas {
        text-align: justify;}

    img.iconos {
        display: block;
        margin: 0 auto;}

    img.destacado1 {
        float: left;}

    img.destacado2 {
        float: right;}

    .marcas-hv {
        width: 100%;
        min-height: 60px;
        padding: 10px 0;
        margin-bottom: -10px;
        background-color: #f8f8f8;
        vertical-align: middle;}

    .marcas-hv img {
        margin: 10% auto;}

    .box-shadow-top-hv {
        -webkit-box-shadow: inset 0px 0px 9px -5px rgba(50, 50, 50, 0.5);
        -moz-box-shadow: inset 0px 0px 9px -5px rgba(50, 50, 50, 0.5);
        -ms-box-shadow: inset 0px 0px 9px -5px rgba(50, 50, 50, 0.5);
        -o-box-shadow: inset 0px 0px 9px -5px rgba(50, 50, 50, 0.5);
        box-shadow: inset 0px 0px 9px -5px rgba(50, 50, 50, 0.5);}

