@charset "utf-8";
/* CSS Reset & normalize */
/*
 * True Stylesheet using Bootstrap v3.0.2
 *
 * Copyright 2013 Falcon Creative Studio, Inc 
 **/
/* 1. Common Styles used all over the template. */



@font-face {
  font-family: 'Movistar_headlineregular';
  src: url('MovistarHeadline-Regular.ttf'); /* IE9 Compat Modes */
  src: url('MovistarHeadline-Regular.ttf') format('embedded-opentype'), /* IE6-IE8 */
       url('MovistarHeadline-Regular.ttf') format('woff2'), /* Super Modern Browsers */
       url('MovistarHeadline-Regular.ttf') format('woff'), /* Pretty Modern Browsers */
       url('MovistarHeadline-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('MovistarHeadline-Regular.ttf') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Movistar_text_bold';
  src: url('MovistarText-Bold.ttf'); /* IE9 Compat Modes */
  src: url('MovistarText-Bold.ttf') format('embedded-opentype'), /* IE6-IE8 */
       url('MovistarText-Bold.ttf') format('woff2'), /* Super Modern Browsers */
       url('MovistarText-Bold.ttf') format('woff'), /* Pretty Modern Browsers */
       url('MovistarText-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('MovistarText-Bold.ttf') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'MovistarHeadline-Bold';
    src: url('../fonts/font-movistar/MovistarHeadline-Bold.ttf'); /* IE9 Compat Modes */
    src: url('../fonts/font-movistar/MovistarHeadline-Bold.otf') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/font-movistar/MovistarHeadline-Bold.ttf') format('woff2'), /* Super Modern Browsers */
    url('../fonts/font-movistar/MovistarHeadline-Bold.ttf') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/font-movistar/MovistarHeadline-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/font-movistar/MovistarHeadline-Bold.ttf') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'Movistar_textregular';
    src: url('../fonts/font-movistar/MovistarText-Regular.ttf'); /* IE9 Compat Modes */
    src: url('../fonts/font-movistar/MovistarText-Regular.otf') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/font-movistar/MovistarText-Regular.ttf') format('woff2'), /* Super Modern Browsers */
    url('../fonts/font-movistar/MovistarText-Regular.ttf') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/font-movistar/MovistarText-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/font-movistar/MovistarText-Regular.ttf') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'MovistarIcons';
  src: url('../fonts/font-icons-movistar/font-icons-movistar.eot?v=3.1.0');
  src: url('../fonts/font-icons-movistar/font-icons-movistar.eot?#iefix&v=3.1.0') format('embedded-opentype'), url('../fonts/font-icons-movistar/font-icons-movistar.woff?v=3.1.0') format('woff'), url('../fonts/font-icons-movistar/font-icons-movistar.ttf?v=3.1.0') format('truetype'), url('../fonts/font-icons-movistar/font-icons-movistar.svg?v=3.1.0') format('svg');
  font-weight: normal;
  font-style: normal
}


body {
  text-align: left;
  font-family: "Movistar_textregular", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  background:#EEEFF3;
}
p {
  margin-bottom: 20px;
  color: #282827;
}
/* 1.1 Heading Style */
h1 {
  font-family: "Droid Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
}
h2 {
  font-family: "Droid Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 21px;
  color: #444441;
  margin-bottom: 20px;
}
h3 {
  font-family: "Droid Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #444441;
  font-size: 18px;
  margin-bottom: 20px;
}
h4 {
  font-family: "Droid Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #444441;
  margin-bottom: 20px;
}
h5 {
  font-family: "Droid Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #444441;
  margin-bottom: 20px;
}
h6 {
  font-family: "Droid Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #444441;
  margin-bottom: 20px;
}
h1,h2,h3,h4,h5,h6 {
  margin-top: 0;
}
h1,
h2,
h3 {
  clear: both;
  margin-top: 0;
}

.col-md-2{
    width: 18% !important;
}

/* Title */
.title {
  margin-bottom: 30px;
  font-family: "Droid Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
li {
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.floatRight {
  float: right;
}
.floatLeft {
  float: left;
}
.clearBoth {
  clear: both;
}
br.clearBoth {
  height: 0;
  clear: both;
  font-size: 1px;
  line-height: 0;
}
.hide {
  display: none;
}
.sep {
  background: url(../img/sep.png) repeat-x left top;
  height: 8px;
  clear: both;
  margin: 30px 0;
}
.sep.noMargin {
  margin: 0;
}
ul, ol{
  padding-left: 0;
  margin-bottom: 0;
}
ul,
a {
  list-style: none;
  text-decoration: none;
}
ul:hover,
li:hover,
a:hover {
  text-decoration: none;
}
a {
  color: #0187a5;
}
a:hover {
  color: #282827;
}
img {
  /*max-width: 100%;*/
  display: block;
  height: auto;
}

.catalogo{
    width: 90% !important;
}


#loading-indicator {
    display:    none;
    position:   fixed;
    z-index:    4000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 0, 0, 0, .4 ) 
                url('../images/loading_Cloud.gif') 
                50% 40% 
                no-repeat;
}




/* 1.2 Icon */
.icon30 {
  width: 30px;
  height: 30px;
  border-radius: 500px;
  text-align: center;
  line-height: 30px;
}
.icon40 {
  width: 40px;
  height: 40px;
  border-radius: 500px;
  line-height: 40px;
  text-align: center;
}
.icon22 {
  background: #eaeaea;
  height: 22px;
  border-radius: 500px;
  font-size: 14px;
  margin-right: 15px;
  width: 22px;
  display: block;
  text-align: center;
  line-height: 23px !important;
  color: #282827;
}
.icon100 {
  background-color: rgba(186, 186, 186, 0.1);
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 500px;
  font-size: 55px;
}
.icon60 {
  background-color: rgba(186, 186, 186, 0.1);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 500px;
  font-size: 28px;
}


/* 1.3 Buttons */
.btnMargin {
  margin: 30px 0;
  margin-left: 5px;
}
.btnMargin.outlineButtons .btn-inverse {
  box-shadow: 0 0 0 4px rgba(204, 204, 204, 0.4) !important;
}
.btnMargin.standardButtons a {
  box-shadow: inset 0 0 0 1px #06a2bc;
}
:focus {
  outline: none;
}
.btn {
  margin: 5px;
}                      
.btn:focus {
  outline: none;
}
.btn.btn-theme-pri {
    font-size: 16px;
  color: #fff;
  border: 1px solid #0187a5;
  padding: 11px 8px;
  background: #019abd;
  
}
.btn.btn-theme-pri:hover {
  background: #0187a5;
 
  color: #fff;
}
.btn.btn-small {
  padding: 5px 20px;
  font-size: 16px;
}
.btn.btn-large {
  padding: 15px 40px;
  font-size: 18px;
}
.btn.btn-inverse {
  border: 1px solid #3e3e3e;
  text-shadow: none;
  box-shadow: inset 0 0 0 1px #5b5b5b !important;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#525252), to(#3d3d3d));
  background-image: -webkit-linear-gradient(top, #525252 0%, #3d3d3d 100%);
  background-image: -moz-linear-gradient(top, #525252 0%, #3d3d3d 100%);
  background-image: linear-gradient(to bottom, #525252 0%, #3d3d3d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff525252', endColorstr='#ff3d3d3d', GradientType=0);

}
body .btn.btn-inverse:hover {
  border: 1px solid #3e3e3e;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#3d3d3d), to(#525252));
  background-image: -webkit-linear-gradient(top, #3d3d3d 0%, #525252 100%);
  background-image: -moz-linear-gradient(top, #3d3d3d 0%, #525252 100%);
  background-image: linear-gradient(to bottom, #3d3d3d 0%, #525252 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3d3d3d', endColorstr='#ff525252', GradientType=0);
}


/* 1.4 List Styles */
.listStyles ol li {
  list-style: decimal;
  list-style-position: inside;
  padding-left: 0 !important;
  line-height: 22px;
  border-bottom: 1px solid #eaeaea;
}
.listStyles ul li {
  list-style: disc;
  list-style-position: inside;
  padding-left: 0 !important;
  line-height: 32px;
  padding: 10px 0;
  border-bottom: 0 solid #eaeaea;
  padding-left: 30px;
  color: #004160;
}
.listStyles ul li a{font-size: 20px;text-decoration: underline;padding-left: 10px;}
.listStyles ul {
  margin-bottom: 30px;
  margin-left: 0;
}
.listStyles ul.span4:nth-child(3n+1) {
  margin-left: 0;
}
.listStyles .fa-ul li {
  list-style: none;
  padding-left: 30px !important;
  font-family: 'Movistar_textregular';
}
.listStyles ul li .icons {
  margin-right: 15px;
  font-size: 10px;
}
.listStyles ul li .icons.fa-li {
  left: 0;
  line-height: 20px;
  font-size: 16px;
}



#loginForm{
    background-image: url("../img/loginFondo.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;  width: 80%; margin: 0 auto;
}



.listStyles1 ul li {
  list-style: disc;
  list-style-position: inside;
  padding-left: 0 !important;
  line-height: 22px;
  padding: 10px 0;
  border-bottom: 0 solid #eaeaea;
  padding-left: 30px;
  color: #004160;
}
.listStyles1 ul li a{font-size: 16px;text-decoration: underline;padding-left: 10px;color: #004160;}
.listStyles1 ul {
  margin-bottom: 10px;
  margin-left: 0;
}
.listStyles1 ul.span4:nth-child(3n+1) {
  margin-left: 0;
}
.listStyles1 .fa-ul li {
  list-style: none;
  padding-left: 30px !important;
  font-family: 'MovistarText-Regular';
}
.listStyles1 ul li .icons {
  margin-right: 15px;
  font-size: 10px;
}
.listStyles1 ul li .icons.fa-li {
  left: 0;
  line-height: 10px;
  font-size: 14px;
}

.fa-ul .fa-li{
  top: 1.1em;
}
.listStyles ul li .squareGray {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #e5e5e5;
}
.listStyles ul li .squareBlack {
  background: #3d3d3d;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.listStyles ul li .circleGray {
  background: #e5e5e5;
  border-radius: 500px;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.listStyles ul li .circleBlack {
  background: #3d3d3d;
  color: #fff;
  border-radius: 500px;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.listStyles ul li .circleColor {
  color: #fff;
  border-radius: 500px;
  border: 1px solid #01829e;
  background: #019abd;
  background: -moz-linear-gradient(top, #019abd 0%, #0187a5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #019abd), color-stop(100%, #0187a5));
  background: -webkit-linear-gradient(top, #019abd 0%, #0187a5 100%);
  background: -o-linear-gradient(top, #019abd 0%, #0187a5 100%);
  background: -ms-linear-gradient(top, #019abd 0%, #0187a5 100%);
  background: linear-gradient(to bottom, #019abd 0%, #0187a5 100%);
  box-shadow: inset 0 0 0 1px #06a2bc, 0 0 0 2px rgba(1, 135, 165, 0.2);
}
#wrapper .listStyles li {
  padding-left: 30px;
}


/* 1.5 Flickr */
#mainContent .flickr li {
  background: none;
  padding: 0;
  border: none;
}
#mainContent .flickr li .flickrImg {
  float: left;
  margin-bottom: 8px;
  margin-right: 8px;
}


/* 1.6. Twitter Style */
#mainContent .twitterComment .twitter {
  font-size: 62px;
  color: #0187a5;
  margin: 0 30px;
  line-height: 62px;
}
#mainContent .twitterComment .text {
  font-family: "Alike", Georgia, Times New Roman, Times, serif;
  font-size: 18px;
  color: #7c7c7c;
  line-height: 30px;
  margin-bottom: 0;
}
#mainContent .twitterComment .text a {
  font-family: "Alike", Georgia, Times New Roman, Times, serif;
  font-size: 18px;
}
#mainContent .twitterComment .bx-controls-direction {
  display: none;
}

/* 1.7 Sidebar Tweet */
#mainContent .latestTweet li {
  padding-left: 10px;
  padding-bottom: 20px;
  line-height: 25px;
  margin-bottom: 20px;
}
#mainContent .latestTweet li:last-child {
  padding-bottom: 0;
}
#mainContent .latestTweet li a {
  font-size: 14px;
}
#mainContent .latestTweet .fa.fa-li {
  font-size: 28px;
  top: .4em;
  width: 28px;
  left: -30px;
  color: #dfdfdf;
}
#mainContent .latestTweet li .data {
  color: #7c7c7c;
}

/* 1.8 Message Box */
#mainContent .messageBox .alert {
  padding: 0;
  border-radius: 0;
  overflow: hidden;
}
#mainContent .messageBox .alert strong {
  padding-right: 15px;
  font-size: 16px;
}
#mainContent .messageBox .alert p {
  margin: 0;
  padding: 24px 0 24px 15px;
  width: 86%;
  float: left;
}
#mainContent .messageBox .icon {
  float: left;
  font-size: 25PX;
  padding: 24px 0;
  color: #899341;
  width: 10%;
  text-align: center;
}
#mainContent .messageBox .alert-success {
  background: #f5ffca;
  border: 1px solid #f0ffaf;
  box-shadow: inset 0 0 0 1px #f5ffde;
  color: #899341;
}
#mainContent .messageBox .alert-success p {
  color: #899341;
  border-left: 1px solid #e5ff94;
}
#mainContent .messageBox .alert-error {
  background: #fff0f0;
  border: 1px solid #ffcdca;
  box-shadow: inset 0 0 0 1px #ffe9e6;
  color: #8e3939;
}
#mainContent .messageBox .alert-error .icon {
  border-right: 1px solid #ffcfcf;
  color: #8e3939;
}
#mainContent .messageBox .alert-error p {
  color: #8e3939;
  border-left: 1px solid #ffcdca;
}
#mainContent .messageBox .alert-block {
  background: #fff5cf;
  border: 1px solid #ffeaa6;
  box-shadow: inset 0 0 0 1px #fff8dd;
  color: #8e3939;
}
#mainContent .messageBox .alert-block .icon {
  color: #c5ac64;
}
#mainContent .messageBox .alert-block p {
  color: #c5ac64;
  border-left: 1px solid #ffeaa6;
}
#mainContent .messageBox .alert-info {
  background: #f1faff;
  border: 1px solid #dcebff;
  box-shadow: inset 0 0 0 1px #ecf9ff;
  color: #cddae0;
}
#mainContent .messageBox .alert-info .icon {
  color: #486066;
}
#mainContent .messageBox .alert-info p {
  color: #486066;
  border-left: 1px solid #dcebff;
}

/* 1.9 Pagination */
#mainContent .pagination {
  margin: 0;
  display: block;
}
#mainContent .pagination ul {
  box-shadow: none;
}
#mainContent .pagination ul li {
  display: inline-block;
  margin-bottom: 10px;
}
#mainContent .pagination ul li a {
  font-size: 14px;
  margin: 0 15px 0 0;
  border: 1px solid #3e3e3e;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  box-shadow: inset 0 0 0 1px #5b5b5b, 0 0 0 4px rgba(204, 204, 204, 0.4);
  background: #525252;
  background: -moz-linear-gradient(top, #525252 0%, #3d3d3d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #525252), color-stop(100%, #3d3d3d));
  background: -webkit-linear-gradient(top, #525252 0%, #3d3d3d 100%);
  background: -o-linear-gradient(top, #525252 0%, #3d3d3d 100%);
  background: -ms-linear-gradient(top, #525252 0%, #3d3d3d 100%);
  background: linear-gradient(to bottom, #525252 0%, #3d3d3d 100%);
}
#mainContent .pagination ul li a:hover {
  background: #3d3d3d;
  background: -moz-linear-gradient(top, #3d3d3d 0%, #525252 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3d3d3d), color-stop(100%, #525252));
  background: -webkit-linear-gradient(top, #3d3d3d 0%, #525252 100%);
  background: -o-linear-gradient(top, #3d3d3d 0%, #525252 100%);
  background: -ms-linear-gradient(top, #3d3d3d 0%, #525252 100%);
  background: linear-gradient(to bottom, #3d3d3d 0%, #525252 100%);
}
#mainContent .pagination ul li a.active {
  border: 1px solid #019abd;
  background: #019abd;
  background: -moz-linear-gradient(top, #019abd 0%, #0187a5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #019abd), color-stop(100%, #0187a5));
  background: -webkit-linear-gradient(top, #019abd 0%, #0187a5 100%);
  background: -o-linear-gradient(top, #019abd 0%, #0187a5 100%);
  background: -ms-linear-gradient(top, #019abd 0%, #0187a5 100%);
  background: linear-gradient(to bottom, #019abd 0%, #0187a5 100%);
  box-shadow: inset 0 0 0 1px #06a2bc, 0 0 0 4px rgba(1, 135, 165, 0.2);
  text-shadow: 0 1px 0 rgba(1, 106, 117, 0.75);
  cursor: default;
}
#mainContent .pagination.paginationRight ul {
  float: right;
  padding: 25px 0;
}
#mainContent .headingStyle .title {
  margin-bottom: 30px;
}
/* 1.10 Drop-Caps */
#mainContent .dropcaps {
  font-size: 50px;
  line-height: 50px;
  float: left;
  width: 25px;
  margin-right: 10px;
}
#mainContent .dropcaps.square {
  width: 30px;
  height: 30px;
  background: #3d3d3d;
  color: #fff;
  line-height: 30px;
  font-size: 20px;
  float: left;
  text-align: center;
  margin: 10px 10px 0 0;
}
#mainContent .dropcaps.square.GrayLight {
  background: #e5e5e5;
  color: #000;
}
#mainContent .dropcaps.square.Round {
  border-radius: 500px;
}

/* 1.11 HighlightText */
#mainContent .highlightText {
  background: #ffb300;
  padding: 1px 2px;
}
#mainContent .underline {
  text-decoration: underline;
}

/* 1.12 BlockQuotes */
#mainContent .quotes {
  background: url("../img/quote.png") no-repeat left 5px;
  padding-left: 40px;
  font-family: "Alike", Georgia, Times New Roman, Times, serif;
  color: #7c7c7c;
  font-size: 14px;
  margin-bottom: 20px;
  display: block;
}

/* 1.13. Progress Bar */
.ourSkills .progress_bar {
  padding: 10px 0 0 0;
}
.ourSkills .progress_bar .progress {
  height: 40px;
  background: #3d3d3d;
  border-radius: 4px;
  position: relative;
}
.ourSkills .progress_bar .progress .bar {
  height: 40px;
  background: #0187a5;
  text-align: left;
}
.ourSkills .progress_bar .progress p {
  position: absolute;
  left: 20px;
  top: 5px;
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
}


/* 1.14 Accordion & Toggle */
.panel-group {
  margin-bottom: 40px;
}
.panel-group .panel {
  position: relative;
  outline: none;
}
.panel-group .panel-heading {
  padding: 0;
  border: none;
}
.panel-group .panel-title {
  line-height: 1.8;
}
.panel-group .panel-title .accordion-toggle.collapsed {
  background: #ffffff url(../img/accor-arrow.png) no-repeat right 18px;
}
.panel-group .panel-title .accordion-toggle {
  background: #ffffff url(../img/accor-arrow.png) no-repeat right -123px;
}
.panel-group .panel-title a,
.toggle .panel-title a {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  padding: 13px 0;
  zoom: 1;
  color: #282827;
  padding-left: 20px;
  background: #fff;
  border: 1px solid #f0f0f0;
}
.panel-group h4 a:active,
.panel-group h4 a:focus {
  outline: none;
}
.panel-group .ques {
  margin-right: 10px;
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.panel-group .ui-accordion-content p {
  font-size: 14px;
  color: #3d3d3d;
}
/* 1.15 Tabs */
.nav {
  margin-bottom: 0;
}
#wrapper .nav li {
  font-family: "nexa_500", Tahoma, Geneva, sans-serif;
  font-size: 15px;
  padding: 0;
}
.nav li a,
.nav li.active a,
.nav li a:hover {
/*  background: #fff;
  color: #282827;
  padding-top: 11px;
  padding-left: 25px;
  padding-right: 25px;
  margin-right: 5px;
  border: 1px solid #444441;
  border-bottom: 2px solid #444441;
  border-radius: 2px 2px 0 0;
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;*/
}
.nav li.active a:focus{
  color: #fff;
}
.nav li.active a,
.nav li.active a:hover {
  padding-top: 15px;
  background: #019abd;
  background: -moz-linear-gradient(top, #019abd 0%, #0187a5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #019abd), color-stop(100%, #0187a5));
  background: -webkit-linear-gradient(top, #019abd 0%, #0187a5 100%);
  background: -o-linear-gradient(top, #019abd 0%, #0187a5 100%);
  background: -ms-linear-gradient(top, #019abd 0%, #0187a5 100%);
  background: linear-gradient(to bottom, #019abd 0%, #0187a5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#019abd', endColorstr='#0187a5', GradientType=0);
  border: 1px solid #0183a1;
  border-bottom: 2px solid #015d73;
  color: #fff;
}
.nav li.active a:hover{
    background-color: #0189a7 !important;
} 
/*.nav li a:hover, 
.nav li a:focus{ 
  background: #999999 !important;
}*/
.nav li.active a::before {
  content: "";
  height: 8px;
  display: block;
  margin: -13px -13px 0;
  color: #4d4d4d;
}
.tab-content {
/*  border: 1px solid #e5e5e5;
  border-top: none;*/
  padding: 20px;
/*  background: #ffffff;
  box-shadow: 0 0 2px #e5e5e5;*/
  overflow: hidden;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}


.catalogo-subcategorias{
    
}

/* 1.16 Hover Effects */
.hoverEffect {
  float: left;
  overflow: hidden;
  position: relative;
}
.hoverEffect .mask,.hoverEffect .content {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.hoverEffect img {
  display: block;
  position: relative;
}
.hoverEffect .title {
  padding: 30px 20px 0;
  margin-bottom: 0;
}
.hoverEffect p {
  padding: 10px 20px 20px;
}
.hoverEffect .info {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
}
.icons.fa-search{
  position: absolute;
  right: 8px;
  bottom: -48px;
  color: #fff;
  font-size: 18px;
}
.light-overlay {
  border-bottom: 55px solid #0187a5;
  border-left: 60px solid transparent;
  bottom: 0;
  height: 0;
  opacity: .95;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 0;
}

/* 1.16.1 Hover Effects 1 */
.hoverEffects1 .hoverEffect img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.hoverEffects1 .hoverEffect .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.hoverEffects1 .hoverEffect .title {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hoverEffects1 .hoverEffect p {
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.hoverEffects1 .hoverEffect:hover img {
  -webkit-transform: scale(1.1,1.1);
  -moz-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
}
.hoverEffects1 .hoverEffect .info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hoverEffects1 .hoverEffect:hover .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.hoverEffects1 .hoverEffect:hover .title,
.hoverEffects1 .hoverEffect:hover p,
.hoverEffects1 .hoverEffect:hover .info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.hoverEffects1 .hoverEffect:hover p {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.hoverEffects1 .hoverEffect:hover .info {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/* 1.16.2 Hover Effects 2 */
.hoverEffects2 .hoverEffect img {
  -webkit-transition: all 0.4s ease-in-out 0.5s;
  -moz-transition: all 0.4s ease-in-out 0.5s;
  -o-transition: all 0.4s ease-in-out 0.5s;
  -ms-transition: all 0.4s ease-in-out 0.5s;
  transition: all 0.4s ease-in-out 0.5s;
}
.hoverEffects2 .hoverEffect .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in 0.4s;
  -moz-transition: all 0.3s ease-in 0.4s;
  -o-transition: all 0.3s ease-in 0.4s;
  -ms-transition: all 0.3s ease-in 0.4s;
  transition: all 0.3s ease-in 0.4s;
}
.hoverEffects2 .hoverEffect h2 {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  -o-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
}
.hoverEffects2 .hoverEffect p {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  -o-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  -moz-transition: all 0.3s ease-in-out 0.2s;
  -o-transition: all 0.3s ease-in-out 0.2s;
  -ms-transition: all 0.3s ease-in-out 0.2s;
  transition: all 0.3s ease-in-out 0.2s;
}
.hoverEffects2 .hoverEffect .info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
}
.hoverEffects2 .hoverEffect:hover .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.hoverEffects2 .hoverEffect:hover img {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.hoverEffects2 .hoverEffect:hover h2 {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.hoverEffects2 .hoverEffect:hover p {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.hoverEffects2 .hoverEffect:hover .info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

/* 1.16.3 Hover Effect 3 */
.hoverEffects3 .hoverEffect .mask {
  background: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  top: -500px;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0.5s;
  -moz-transition: all 0.3s ease-out 0.5s;
  -o-transition: all 0.3s ease-out 0.5s;
  -ms-transition: all 0.3s ease-out 0.5s;
  transition: all 0.3s ease-out 0.5s;
}
.hoverEffects3 .hoverEffect h2 {
  -webkit-transform: translateY(-500px);
  -moz-transform: translateY(-500px);
  -o-transform: translateY(-500px);
  -ms-transform: translateY(-500px);
  transform: translateY(-500px);
  -webkit-transition: all 0.2s ease-in-out 0.1s;
  -moz-transition: all 0.2s ease-in-out 0.1s;
  -o-transition: all 0.2s ease-in-out 0.1s;
  -ms-transition: all 0.2s ease-in-out 0.1s;
  transition: all 0.2s ease-in-out 0.1s;
}
.hoverEffects3 .hoverEffect p {
  color: #333;
  -webkit-transform: translateY(-500px);
  -moz-transform: translateY(-500px);
  -o-transform: translateY(-500px);
  -ms-transform: translateY(-500px);
  transform: translateY(-500px);
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  -moz-transition: all 0.2s ease-in-out 0.2s;
  -o-transition: all 0.2s ease-in-out 0.2s;
  -ms-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
}
.hoverEffects3 .hoverEffect .info {
  -webkit-transform: translateY(-500px);
  -moz-transform: translateY(-500px);
  -o-transform: translateY(-500px);
  -ms-transform: translateY(-500px);
  transform: translateY(-500px);
  -webkit-transition: all 0.2s ease-in-out 0.3s;
  -moz-transition: all 0.2s ease-in-out 0.3s;
  -o-transition: all 0.2s ease-in-out 0.3s;
  -ms-transition: all 0.2s ease-in-out 0.3s;
  transition: all 0.2s ease-in-out 0.3s;
}
.hoverEffects3 .hoverEffect:hover .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  top: 0;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-animation: bounceY 0.9s linear;
  -moz-animation: bounceY 0.9s linear;
  -ms-animation: bounceY 0.9s linear;
  animation: bounceY 0.9s linear;
}
.hoverEffects3 .hoverEffect:hover h2 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.hoverEffects3 .hoverEffect:hover p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.hoverEffects3 .hoverEffect:hover .info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
@keyframes bounceY {
  0% { transform: translateY(-205px);}
  40% { transform: translateY(-100px);}
  65% { transform: translateY(-52px);}
  82% { transform: translateY(-25px);}
  92% { transform: translateY(-12px);}
  55%, 75%, 87%, 97%, 100% { transform: translateY(0);}
}
@-moz-keyframes bounceY {
  0% { -moz-transform: translateY(-205px);}
  40% { -moz-transform: translateY(-100px);}
  65% { -moz-transform: translateY(-52px);}
  82% { -moz-transform: translateY(-25px);}
  92% { -moz-transform: translateY(-12px);}
  55%, 75%, 87%, 97%, 100% { -moz-transform: translateY(0);}
}
@-webkit-keyframes bounceY {
  0% { -webkit-transform: translateY(-205px);}
  40% { -webkit-transform: translateY(-100px);}
  65% { -webkit-transform: translateY(-52px);}
  82% { -webkit-transform: translateY(-25px);}
  92% { -webkit-transform: translateY(-12px);}
  55%, 75%, 87%, 97%, 100% { -webkit-transform: translateY(0);}
}

/* 1.16.4 Hover Effects 4 */
.hoverEffects4 .hoverEffect img {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.hoverEffects4 .hoverEffect .mask {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border: 1px solid #E9E9E9;
}
.hoverEffects4 .hoverEffect h2 {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.hoverEffects4 .hoverEffect p {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.hoverEffects4 .hoverEffect .info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.hoverEffects4 .hoverEffect:hover img {
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  -o-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.hoverEffects4 .hoverEffect:hover .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.hoverEffects4 .hoverEffect:hover h2,.hoverEffects4 .hoverEffect:hover p,.hoverEffects4 .hoverEffect:hover .info {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

/* 1.16.5 Hover Effects 5 */ 
.hoverEffects5 .hoverEffect img {
  -webkit-transition: all 0.4s ease-in-out 0.2s;
  -moz-transition: all 0.4s ease-in-out 0.2s;
  -o-transition: all 0.4s ease-in-out 0.2s;
  -ms-transition: all 0.4s ease-in-out 0.2s;
  transition: all 0.4s ease-in-out 0.2s;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.hoverEffects5 .hoverEffect .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0) rotate(-180deg);
  -moz-transform: scale(0) rotate(-180deg);
  -o-transform: scale(0) rotate(-180deg);
  -ms-transform: scale(0) rotate(-180deg);
  transform: scale(0) rotate(-180deg);
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.hoverEffects5 .hoverEffect h2 {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.hoverEffects5 .hoverEffect p {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.hoverEffects5 .hoverEffect .info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.hoverEffects5 .hoverEffect:hover .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.hoverEffects5 .hoverEffect:hover h2,
.hoverEffects5 .hoverEffect:hover p,
.hoverEffects5 .hoverEffect:hover .info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}



/* 2. Back to Top */
#back-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
}
#back-top a {
  width: 50px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #3d3d3d;
  border-radius: 100px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  outline: 0;
  background: #E8E8E8;
  background: rgba(186, 186, 186, 0.2);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06), 0 0 0 4px rgba(0, 0, 0, 0.05);
}
#back-top a:hover,
#back-top a:active {
  outline: 0;
  color: #000;
  border-radius: 100px;
}
#back-top span {
  width: 50px;
  height: 50px;
  display: block;
  margin-bottom: 7px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  outline: 0;
  opacity: .6;
  font-size: 26px;
  color: #10628A;
  line-height: 48px;
}
#back-top a:hover span {
  outline: 0;
  opacity: 1;
}

.container{
  width: 920px;
}
/* Home Page 3 */
.homeStyle3 {
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  box-shadow: 0 0 4px #e2e2e2;
  width: 1240px;
  margin: 0 auto;
}
/* Home Page 4 */
.homeStyle4 {
  border: 1px solid #F2F2F2;
  box-shadow: 0 0 4px #E2E2E2;
  width: 1240px;
  margin: -100px auto -40px;
  padding-top: 30px;
  position: relative;
  z-index: 999;
  background: #FFF;
}

/* 3. Top header */
.pageTop {
  padding: 5px 0 5px;
  background: #fff;
  border-bottom: 0 solid #cce7ed;
}
.pageTop p {
  color: #005391;
  margin: 0;
  font-weight: bold;
}
.pageTop .socialIcons ul a:hover {
  color: #000;
}
.socialIcons{
    width: 100%;
    margin: 0;
}
.socialIcons ul {
  float: right;
/*  width: 100%;*/
}
.socialIcons ul li {
  float: left;
  border-right: 2px solid #005391;
  text-align: center;
} 
.socialIcons ul li:nth-last-child(1) {
    border-right: 0;
}

.sp{list-style: none;color: #005391;font-weight: bold;
 line-height: 18px; width: 10px;
 }
.cart{list-style: none url("../img/cart.png") inside;
 line-height: 18px;
 width: 120px; }
.user{list-style: none url("../img/login-icon-small.png") inside;
 line-height: 18px;
 width: 120px; }
.register{list-style: none url("../img/register-icon-small.png") inside;
  line-height: 18px;
  width: 120px; }
.socialIcons ul li a:hover {
  color: #fff;
  color: #282827;
}
.socialIcons ul li .blue:hover {
  background: #00acec;
}
.socialIcons ul li .darkblue:hover {
  background: #3b5998;
}
.socialIcons ul li .red:hover {
  background: #c43b2b;
}
.socialIcons ul li .lightRed:hover {
  background: #cc4c4b;
}

/* 4. Page Header */
#pageHeader {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 0;
  position: relative;
  z-index: 999;
  background-color: #10628A;
  width: 100%;
  height: 68px;
  
}



#pageHeader.noBorder{
  border-bottom: none;
}

/* 4.1 Logo */
#pageHeader #logo {
  float: left;
  margin: 14px 0;
  width: 100%;
  max-height: 55px;
  max-width: 194px;
  -webkit-transition: margin ease 0.5s;
  -moz-transition: margin ease 0.5s;
  -o-transition: margin ease 0.5s;
  transition: margin ease 0.5s;  
  overflow: hidden;
}
#pageHeader #logo a { 
/*  font-family: "nexa_500", Tahoma, Geneva, sans-serif;
  font-size: 36px;
  color: #333333;
  text-decoration: none;*/
  /*width: 150px;*/
  /*height: 31px;*/
  /*display: inline-block;*/
  margin-top: 6px;
  text-indent: -1000em;  
}

#pageHeader #logo a img{
    width: 100%;
    /*height: 100%*/
}
 
/* 4.2 Main Navigation */
#mainNav {
  
  height: 68px;
  float: left;
}
#mainNav ul.menu {
    float: left;
    list-style: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    min-width: 460px;
}
.mnav {
  display: none;
}
.menulevel2 {
    position: absolute;
    font-family: "Movistar_textregular";
    z-index: 999999999 !important;
    background: white;
    color: #1889ab;
    border-width: 0;
    margin: 0;
    border-top: 5px solid #1889ab;
    border-radius: 0;
    text-align: left;
    /*width: 532px;*/
    width: 799px;
    height: auto !important;
    max-height: 500px;
    left: -250px;
    top: 60px;
    overflow: hidden;
    
}
.menulevel2Ayuda {
    position: absolute;
    font-family: "Movistar_textregular";
    z-index: 9;
    background: white;
    color: #1889ab;
    border-width: 0;
    margin: 0;
    border-top: 5px solid #1889ab;
    border-radius: 0;
    text-align: left;
    width: 266px;
/*    height: auto !important;*/
    max-height: 500px;
    left: -80px;
    top: 60px;
    z-index: 999999999;
    overflow: hidden;
    
}

.menulevel2, .menulevel2Ayuda{
    visibility: hidden;
}

.menulevel2Ayuda.menu-short li{
    padding-bottom: 40px !important;
}

.conector{
    width: 100%;
    height: 5px;
    background-color: #1889ab;
}
.conectorAyuda{
    width: 100%;
    height: 5px;
    background-color: #1889ab;
    margin-bottom: 15px;
}



#mainNav ul.menu ul li {

  width: 266px;
  
  text-align: left;
  margin: 0;
  padding: 0;
  float: left;
  border-bottom: 0 solid #f0f2f2;
  border-right: 1px solid #1889ab;
  overflow: hidden;
      padding-bottom: 30px;
      
    /*margin-bottom: -200px;*/
}

#mainNav ul.menu ul li:hover{
  background-color: rgba(179, 228, 236, 0.4);
  border-right: 1px solid #1889ab;
}

#mainNav ul.menu ul li ul.menulevel3{
    width: 266px;
    text-decoration: none;
    left: 0%;
/*    top: 90%;
    max-height: 350px;*/
    position: relative
}

.menulevel3 li{
    padding: 5px 5px 5px 5px !important;
}
.menulevel3 li:hover,

.menulevel2Ayuda li:hover > a
{
    background-color: #1889ab !important; 
    color: #fff !important;
    
}

.menulevel2Ayuda li a{
    font-family: "Movistar_headlineregular";
    font-size: 12px !important;
    color: #1889ab !important;
}


.menulevel3 li:hover > a{
    color: white !important;
}
.menulevel3 li a

{
  margin: 0;
  display: block;
  font-family: "Movistar_headlineregular";
  font-size: 16px !important;
  font-weight: normal !important;
  color: #1889ab !important;
  padding: 0 0 0 0 !important;
  
  
}

.menulevel4 li:hover > a{
    color: white !important;
}

ul.submenu4{
    position: relative !important;
    left: 0px !important;

    
}

li.item_submenu4{
    
    padding-left: 20px !important;
}

.vineta{
border: #000000 solid 1px;
    border-radius: 10px;
    background-color: white;
    float: left;
    padding: 1.9px;
    margin-top: 11px;
    margin-right: 10px;
    background-color: #000000;
}

.menulevel4 li a

{
  margin: 0;
  display: block;
  font-family: "Movistar_headlineregular";
  font-size: 12px !important;
  font-weight: normal !important;
  color: #1889ab !important;
  padding: 0 0 0 0 !important;
  
  
}

.menulevel2Ayuda li a{
/*  margin: 0;
  display: block;
  font-family: "Movistar_headlineregular";
  font-size: 12px !important;*/
  /*color: #1889ab !important;*/
  /*padding: 10px 10px 10px 10px !important;*/
}



#mainNav ul.menu ul li.arrow {
  position: absolute;
  left: 15px;
  top: -8px;
  min-height: 7px;
  width: 0;
  height: 0;
  padding: 0;
  border-bottom: 7px solid #0187a5;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
#mainNav ul.menu ul li.arrow:after {
  border-bottom: none;
  content: "";
  height: 0;
  display: inline;
  margin: 0;
}
#mainNav ul.menu ul li.border {
  height: 5px;
  min-height: 5px;
  padding: 0;
  margin: 0 0;
  width: 100%;
}
#mainNav ul.menu ul li.border:after {
  content: "";
  height: 3px;
  display: block;
  margin: 0;
  min-height: 3px;
}
#mainNav ul.menu ul li a {
/*  font-family: "PT Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin: 0;
  text-align: left;
  font-size: 14px;
  color: #2AC9E7;
  padding: 10px;
  text-transform: none;
  display: block;
  line-height: 1.3;*/

    color: #10456f;
    text-decoration: none!important;
    font-size: 18px;
    /*margin: 10px 0 5px 10px;*/
    font-weight: bold;
    /*position: absolute;*/
    /*top: 10px;*/
}



#mainNav ul.menu ul li a .plus {
  display: inline-block;
  float: right;
}
#mainNav ul.menu ul li ul {
  position: absolute;
  left: 145px;
  top: 0;
  border-top: 0 solid #e5e5e5;
}
#mainNav ul.menu ul li ul li.arrow {
  width: 0;
  height: 0;
  position: absolute;
  left: -13px;
  top: 11px;
  min-height: 0;
  padding: 0;
  z-index: 99999;
  border-top: 5px solid transparent;
  border-right: 8px solid #EEEEEE;
  border-bottom: 5px solid transparent;
}
#mainNav li {
  position: relative;
  float: left;
  list-style: none;
  padding: 10px 13px 0;
  text-align: center;
  
}
#mainNav .liDivider{
    padding: 0;
}
#mainNav li.mainMenu {
  padding: 0;
  
}
#mainNav li.mainMenu:hover {
  background-color: #1889ab;
}

#mainNav li.mainMenu:hover > .flecha{
    display: block;
}

.flecha{
/*    width: 40px;
    height: 22px;
    background-image: url("../images/ico_arrow_blue3.png");
    background-size: 90% 100%;
    background-repeat:  no-repeat;
    background-position: center;
    display: none;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;*/


    position: absolute;
    top: 97%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #1889ab;
    content: " ";
    left: 50%;
    margin-left: -10px;
    display: none;
    z-index: 9999999999999


}
#mainNav li:hover > .menulevel2,
#mainNav li:hover > .menulevel2Ayuda,
#mainNav li:hover > .menulevel3 {
  visibility: visible;
  
}
#mainNav li.active {
   padding: 2px 0;
  position: relative;
  z-index: 5;
  border-top: 0 solid #0187a5;
  margin-top: 0;
  color: #000;
}
#mainNav li.active .taline {
  cursor: default;
}
#mainNav li.active:before {
  content: "";
  height: 5px;
  display: block;
  margin: 0 -13px 0;
}
#mainNav li.active ul li a:hover,
#mainNav li.active ul li a:active {
  cursor: pointer; 
  
}
#mainNav li.active a {
  cursor: pointer;
  color: #000  !important;
  margin-top: -8px;
  margin-bottom: -2px;
}
#mainNav li a.current,
#mainNav ul.menu ul li li a.current:before a.current {
  /*color: #0187a5;*/
}
#mainNav li ul li a:hover,
#mainNav li ul li a:active {
  cursor: pointer;
  /*color: #0187a5;*/
}
#mainNav li a {
  margin: 0;
  display: block;
  font-family: "Movistar_headlineregular";
  font-weight: 700;
  font-size: 20px;
  font-weight: normal;
/*  -webkit-transition: color ease 0.5s;
  -moz-transition: color ease 0.5s;
  -o-transition: color ease 0.5s;
  transition: color ease 0.5s;*/
  color: white;
  padding: 15px 17px;
  
}

.liDivider{
    /*height: 87px;*/
}

.divider{
    
    height: 1em;
    border-left: 1px solid #fff;
    /*border-right: 1px solid #fff;*/
    float: right;
    margin-top: 27px;
}

#mainNav li a:hover,
#mainNav li a:active {


    /*color: white !important;*/
    text-decoration: underline;
}



.drop-down-arrow {
  font-size: 10px;
  margin-left: 5px;
}
.drop-down-arrow.arrow-right {
  float: right;
  margin-top: 4px;
}


/* 5. Banner */
#banner { 
  position: relative;
  z-index: 9;
  margin-bottom: 20px; 
  max-width: 593px;
}
#banner .bannerBg {
  position: absolute;
  z-index: 999;
  width: 100%;
  padding: 44px 0;
  background: #fff;
  height: 140px;
}
#banner .bannerBg .pull-left {
  margin-left: 40px;
}
#banner .bannerBg .pull-right {
  margin-right: 40px;
}
#banner .banner-shadow {
  position: absolute;
  bottom: -28px;
}
#banner.subBanner {
  background: #fff;
  height: 140px;
  margin-top: 40px;
  margin-bottom: 50px;
  box-shadow: 0 0 2px 0 #ccc;
}
#banner.subBanner .title {
  margin: 0;
}
#banner.subBanner .desc {
  font-size: 16px;
  color: #0187a5;
  margin: 0;
}
#banner.subBanner .sub-banner-shadow {
  position: absolute;
  bottom: -35px;
  width: 100%;
}
#banner.subBanner ul {
  float: right;
  padding-top: 13px;
}
#banner.subBanner ul li {
  float: left;
  font-size: 14px;
  color: #444441;
  padding: 0;
}
#banner.subBanner ul li .font-size {
  font-size: 13px;
  padding: 0 10px;
}

/* 6. MainContent */
#wrapper li {
  padding: 10px 0;
}
#mainContent .newSection {
  margin-bottom: 50px;
}
#mainContent .paddingTop {
  padding-top: 20px;
}
#mainContent .marginTopNone {
  margin-top: 0;
}

/* 6.1 Call Out */
#mainContent .callOut {
  text-align: center;
}
#mainContent .callOut .title {
  font-size: 21px;
  margin-bottom: 10px;
  line-height: 1.8;
}
#mainContent .callOut p {
  font-family: "Alike", Georgia, Times New Roman, Times, serif;
  font-size: 18px;
  color: #7c7c7c;
  padding-bottom: 8px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-bottom: 0;
}
#mainContent .callOut.calloutTwo {
  text-align: left;
}
#mainContent .callOut.calloutTwo .btnMargin {
  margin-top: 10px;
  float: right;
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

/* 6.2 Main Services */
#mainContent .mainServices .title {
  font-size: 21px;
  margin-bottom: 25px;
}
#mainContent .mainServices .singleService {
  text-align: center;
  
}
#mainContent .mainServices .singleService .sepCenter {
  margin-bottom: 20px;
}
#mainContent .mainServices .singleService .sepCenter .icon100 {
  margin: 0 auto;
}
#mainContent .mainServices .singleService .title {
  font-size: 18px;
  margin-bottom: 0;
}
#mainContent .mainServices .singleService .desc {
  font-size: 16px;
  color: #e06907;
}
#mainContent .mainServices .singleService .btnMargin {
  margin: 30px 0 10px;
}
#mainContent .mainServices.servicesStyle2 .singleService {
  text-align: left;
}
#mainContent .mainServices.servicesStyle2 .singleService .sepCenter {
  float: left;
  margin-bottom: 10px;
  margin-right: 15px;
}
#mainContent .mainServices.servicesStyle2 .singleService .title {
  clear: none;
}
#mainContent .mainServices.servicesStyle2 .singleService .content {
  padding-top: 10px;
}
#mainContent .mainServices.servicesStyle3 {
  margin-top: 40px;
}
#mainContent .mainServices.servicesStyle3 .singleService {
  text-align: left;
}
#mainContent .mainServices.servicesStyle3 .singleService .sepCenter {
  float: left;
  margin-bottom: 10px;
  margin-right: 15px;
}
#mainContent .mainServices.servicesStyle3 .singleService .sepCenter .icon40 {
  font-size: 21px;
  background: #f8f8f8;
}
#mainContent .mainServices.servicesStyle3 .singleService .content {
  overflow: hidden;
}
#mainContent .mainServices.servicesStyle3 .singleService .content .title {
  margin-bottom: 20px;
  margin-top: 7px;
}

/* 6.3 Latest Post */
#mainContent .latestPost .title {
  font-size: 21px;
  margin-bottom: 30px;
}
#mainContent .latestPost .blog {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #efefef;
}
#mainContent .latestPost .blog:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#mainContent .latestPost .blog .postImg {
  margin-right: 20px;
  float: left;
}
#mainContent .latestPost .blog .content .title {
  margin-bottom: 2px;
}
#mainContent .latestPost .blog .content .title a {
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #444441;
}
#mainContent .latestPost .blog .content .title a:hover {
  color: #0187a5;
}
#mainContent .latestPost .blog .content .meta {
  margin-bottom: 8px;
}
#mainContent .latestPost .blog .content .meta a {
  font-style: italic;
  font-size: 14px;
}

/* 6.4 Single Services */
#mainContent .singleServices {
  margin-bottom: 30px;
}
#mainContent .singleServices .servicesHeader {
  overflow: hidden;
  margin-bottom: 25px;
  border-bottom: 1px solid #f0f2f2;
  padding-bottom: 25px;
}
#mainContent .singleServices .servicesHeader .icon100 {
  float: left;
  margin-right: 20px;
}
#mainContent .singleServices .servicesHeader .postHeading {
  float: left;
  padding-top: 25px;
}
#mainContent .singleServices .servicesHeader .postHeading .title {
  margin-bottom: 0;
}
#mainContent .singleServices .servicesHeader .postHeading .desc {
  font-size: 16px;
  color: #e06907;
}
#mainContent .singleServices .content {
  padding: 10px 0;
}
#mainContent .singleServices .content h3 {
  margin-bottom: 15px;
}
#mainContent .singleServices .btnMargin {
  margin-bottom: 35px;
}

/* 6.5 Our Process */
#mainContent .ourProcess h2 {
  margin-bottom: 25px;
}
#mainContent .ourProcess .processLevel {
  margin-bottom: 30px;
}
#mainContent .ourProcess .processLevel .icon100 {
  position: relative;
  width: 100px;
  margin-right: 31px;
  border: 1px solid #ccc;
  box-shadow: 0 0 0 3px rgba(204, 204, 204, 0.2);
}
#mainContent .ourProcess .processLevel .icon100:last-child {
  margin-right: 0;
}
#mainContent .ourProcess .processLevel .icon100 p {
  font-size: 14px;
  padding-top: 25px;
  line-height: 25px;
}
#mainContent .ourProcess .processLevel .icon100 p span {
  display: block;
  font-size: 21px;
  font-family: "Droid Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
#mainContent .ourProcess .processLevel .arrowBg {
  background: url(../img/process-arrow.png) no-repeat -2px -2px;
  width: 20px;
  height: 18px;
  position: absolute;
  top: 40px;
  right: -34px;
}

/* 7. Blog Post */
#mainContent .blogPost {
  margin-bottom: 50px;
}
/* Meta Section */
#mainContent .blogPost .metaSection {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px;
}
#mainContent .blogPost .metaSection .metapost {
  float: left;
  position: relative;
  width: 100px;
  height: 80px;
  margin-right: 20px;
}
#mainContent .blogPost .metaSection .metapost .icon40 {
  background: #C2E6EE;
  background: rgba(1, 135, 165, 0.2);
}
#mainContent .blogPost .metaSection .metapost .icon40 p {
  font-weight: bold;
  font-size: 12px;
  color: #0187a5;
  margin: 0;
  line-height: 23px;
}
#mainContent .blogPost .metaSection .metapost .icon40 p span {
  font-weight: normal;
  font-size: 12px;
  display: block;
  line-height: 7px;
}
#mainContent .blogPost .metaSection .metapost .icon60 {
  background: #F6E2D3;
  background: rgba(224, 105, 7, 0.1);
  color: #e06907;
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 20px;
  z-index: -2;
}
#mainContent .blogPost .metaSection .metapost .icon30 {
  background: #C2E6EE;
  background: rgba(1, 135, 165, 0.2);
  position: relative;
  left: 70px;
  top: 10px;
}
#mainContent .blogPost .metaSection .metapost .icon30 p {
  color: #0187a5;
  line-height: 30px;
  margin: 0;
}

/* 7.1 Post Header */
#mainContent .blogPost .metaSection .postHeader {
  overflow: hidden;
}
#mainContent .blogPost .metaSection .postHeader .content {
  float: left;
}
#mainContent .blogPost .metaSection .postHeader .content .title {
  margin-bottom: 15px;
}
#mainContent .blogPost .metaSection .postHeader .content .title a {
  font-size: 21px;
  margin-bottom: 20px;
  color: #282827;
}
#mainContent .blogPost .metaSection .postHeader .content .title a:hover {
  color: #0187a5;
}
#mainContent .blogPost .metaSection .postHeader .content .meta a {
  font-style: italic;
  font-size: 14px;
}
#mainContent .blogPost .blogPostImg {
  padding: 30px 0;
}
#mainContent .blogPost .btnMargin .btn-large {
  font-size: 14px;
  padding: 4px 20px;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px #06a2bc, 0 0 0 3px rgba(1, 135, 165, 0.2);
  font-weight: normal;
}
#mainContent .blogPost blockquote {
  background: url("../img/quote.png") no-repeat left 5px;
  padding-left: 40px;
  margin: 30px 0;
}
#mainContent .blogPost blockquote p {
  font-family: "Alike", Georgia, Times New Roman, Times, serif;
  font-size: 14px;
  color: #7c7c7c;
  line-height: 25px;
}
#mainContent .blogPost .subPost .title {
  margin-bottom: 20px;
}
#mainContent .blogPost .subPost .postImg {
  float: left;
  margin-right: 20px;
}

/* 7.2 About Author */
.aboutAuthor .authorImg {
  margin-right: 20px;
  margin-top: 5px;
  float: left;
  margin-bottom: 10px;
}
.aboutAuthor strong {
  font-size: 16px;
  font-weight: bold;
}

/* 7.3 Related Post */
.relatedPost .postImg {
  margin-bottom: 20px;
}
.relatedPost p {
  margin-bottom: 20px;
}
.relatedPost p a {
  font-weight: bold;
  font-size: 16px;
  color: #3d3d3d;
}
.relatedPost p a:hover {
  color: #0187a5;
}

/* 7.4 Comment Section */
.commentSection ul li .comment-body {
  border-bottom: 1px solid #f0f2f2;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.commentSection ul li .comment-body .commentImg {
  float: left;
  margin-right: 15px;
}
.commentSection ul li .comment-body .comments {
  overflow: hidden;
}
.commentSection ul li .comment-body .comments .comment-user {
  color: #7c7c7c;
}
.commentSection ul li .comment-body .comments .comment-user a {
  float: right;
}
.commentSection ul .children,
.commentSection ul .childrenTwo {
  margin-left: 60px;
}
.leaveComment form div {
  margin-bottom: 20px;
}
.leaveComment form div label {
  margin-bottom: 10px;
  display: block;
  font-weight: normal;
}
.leaveComment form div label span {
  color: #0187a5;
}
.leaveComment form div .textArea {
  width: 99%;
  border: 1px solid #d8d8d8;
  box-shadow: inset 0 0 0 1px #e5e5e5, 0 0 0 4px rgba(204, 204, 204, 0.2);
  border-radius: 2px;
  padding: 5px 7px;
}
.leaveComment form div .textField {
  border: 1px solid #d8d8d8;
  box-shadow: inset 0 0 0 1px #e5e5e5, 0 0 0 4px rgba(204, 204, 204, 0.2);
  border-radius: 2px;
  padding: 5px 7px;
  width: 100%;
}

/* 8. Our Team */
.ourTeam .teamMembers {
  padding: 10px 0 0 0;
}
.ourTeam .teamMembers .ourPostImg {
  margin-bottom: 30px;
}
.ourTeam .teamMembers .ourPostImg .images {
  box-shadow: 0 0 2px #b3b3b3;
}
.ourTeam .teamMembers .title {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 16px;
}
.ourTeam .teamMembers .desc {
  font-style: italic;
  font-size: 14px;
  color: #0187a5;
}
.ourTeam .teamMembers .social {
  border: 1px solid #f0f2f2;
  padding: 12px 0;
  border-left: 0;
  border-right: 0;
}
.ourTeam .teamMembers .social ul {
  height: 25px;
}
.ourTeam .teamMembers .social li {
  display: inline-block;
  padding: 0 !important;
}
.ourTeam .teamMembers .social li a {
  float: left;
  background: #525252;
  color: #ffffff;
  width: 25px;
  height: 25px;
  line-height: 26px;
  text-align: center;
  margin-right: 10px;
  border-radius: 500px;
  font-size: 14px;
}
.ourTeam .teamMembers .social li a.blue {
  background: #00acec;
}
.ourTeam .teamMembers .social li a.darkblue {
  background: #3b5998;
}
.ourTeam .teamMembers .social li a.red {
  background: #c43b2b;
}
.ourTeam .teamMembers .social li a.lightred {
  background: #cc4c4b;
}

/* 9. Contact Form */
#mainContent .getInTouch .sent.success p {
  margin-left: 17px;
  color: #1F8B30;
}
#mainContent .getInTouch form .response .error {
  color: #E22424;
  margin-left: 15px;
}
#mainContent .getInTouch form label {
  margin-bottom: 20px;
  font-weight: normal;
}
#mainContent .getInTouch form .textField {
  width: 95%;
  border: 1px solid #d8d8d8;
  box-shadow: inset 0 0 0 1px #e5e5e5, 0 0 0 4px rgba(204, 204, 204, 0.2);
  border-radius: 2px;
  padding: 5px 7px;
  margin-left: 5px;
  outline: none;
}
#mainContent .getInTouch form .textArea {
  width: 98%;
  border: 1px solid #d8d8d8;
  box-shadow: inset 0 0 0 1px #e5e5e5, 0 0 0 4px rgba(204, 204, 204, 0.2);
  border-radius: 2px;
  padding: 5px 7px;
  margin-left: 5px;
  outline: none;
}
#mainContent .getInTouch form .btnMargin {
  margin-bottom: 0;
}
#mainContent .getInTouch form label.error {
  color: #E22424;
  margin-top: 10px;
  margin-left: 5px;
  margin-bottom: 0;
}
/* 9.1 Map */
#mainContent .map {
  margin: 20px 0;
}

/* 10. Error 404 */
#mainContent .error404 .faq {
  margin-bottom: 0;
}
#mainContent .error404 .categories li:last-child {
  border-bottom: none;
  margin-bottom: 25px;
  padding-bottom: 0;
}

/* 11. Sidebar */

/* 11.1 Categories */
#mainContent ul.categories {
  margin-left: 0;
}
#mainContent ul.categories li {
  padding: 10px 0;
  border-bottom: 1px solid #F0F2F2;
}
#mainContent ul.categories li .list {
  background: #000;
}
#mainContent ul.categories li a {
  font-size: 14px;
}
#mainContent ul.categories li .icons {
  padding-right: 8px;
}

/* 11.2 Widgets */
#mainContent aside .widgets .title {
  margin-bottom: 25px;
}
#mainContent aside .widgets li {
  border-bottom: 1px solid #f0f2f2;
}
#mainContent aside .widgets li:last-child {
  border-bottom: none;
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

/* 11.3 Search Field */
#mainContent aside .widgets form .textField {
  width: 80%;
  float: left;
  height: 36px;
  line-height: 36px;
  padding: 0 5px;
  border: 1px solid #d8d8d8;
  box-shadow: inset 0 0 0 1px #e5e5e5, 0 0 0 4px rgba(204, 204, 204, 0.2);
  border-radius: 2px;
  outline: none;
}
#mainContent aside .widgets form .submitBtn {
  float: left;
  margin: 0 0 0 16px;
  color: #fff;
  border-radius: 2px;
  padding: 5px 10px;
}


/* 11.4 Recent Post */
#mainContent aside .widgets .recentpost li {
  background: none;
  padding: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#mainContent aside .widgets .recentpost li:last-child {
  padding: 0;
}
#mainContent aside .widgets .recentpost li .postImg {
  float: left;
  margin: 5px 15px 0 0;
}
#mainContent aside .widgets .recentpost li .content p {
  margin: 0;
}
#mainContent aside .widgets .recentpost li .content p a {
  font-size: 14px;
  color: #3d3d3d;
}
#mainContent aside .widgets .recentpost li .content p a:hover {
  color: #0187a5;
}
#mainContent aside .widgets .recentpost li .content p .meta {
  font-style: italic;
  font-size: 13px;
  color: #7c7c7c;
  display: block;
}
#mainContent aside .widgets .textWidget li {
  background: none;
  padding: 0;
  line-height: 25px;
  border: none;
}

/* 11.5 Tags */
#mainContent aside .widgets .tag li {
  border-bottom: 0;
  float: left;
  padding: 0;
  background: none;
  position: relative;
  margin: 0 10px 10px 0;
  line-height: 0;
}
#mainContent aside .widgets .tag li a {
  display: block;
  padding: 12px 6px;
  border: 1px solid #06a2bc;
  box-shadow: 0 0 0 1px #01829e;
  border-radius: 0 0 0 0;
  background: #019abd;
  background: -moz-linear-gradient(top, #019abd 0%, #0187a5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #019abd), color-stop(100%, #0187a5));
  background: -webkit-linear-gradient(top, #019abd 0%, #0187a5 100%);
  background: -o-linear-gradient(top, #019abd 0%, #0187a5 100%);
  background: -ms-linear-gradient(top, #019abd 0%, #0187a5 100%);
  background: linear-gradient(to bottom, #019abd 0%, #0187a5 100%);
  color: #fff;
  font-size: 12px;
}
#mainContent aside .widgets .tag li a:hover {
  background: #0187a5;
  background: -moz-linear-gradient(top, #0187a5 0%, #019abd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0187a5), color-stop(100%, #019abd));
  background: -webkit-linear-gradient(top, #0187a5 0%, #019abd 100%);
  background: -o-linear-gradient(top, #0187a5 0%, #019abd 100%);
  background: -ms-linear-gradient(top, #0187a5 0%, #019abd 100%);
  background: linear-gradient(to bottom, #0187a5 0%, #019abd 100%);
}

/* 11.6 Sidebar navigation */
#mainContent aside .widgets .sidebarNav li {
  line-height: 45px;
  height: 45px;
  padding: 0;
  border-bottom: 0;
  margin-bottom: 10px;
}
#mainContent aside .widgets .sidebarNav li a {
  background: #f0f2f2 url(../img/widgets-bg.png) no-repeat 10px 17px;
  display: block;
  color: #323232;
  padding-left: 30px;
}
#mainContent aside .widgets .sidebarNav li a:hover,
#mainContent aside .widgets .sidebarNav li a.active {
  background: #0187a5 url(../img/widget-hover-bg.png) no-repeat 8px 14px;
  color: #fff;
  position: relative;
}
#mainContent aside .widgets .sidebarNav li a:hover .right-arrow,
#mainContent aside .widgets .sidebarNav li a.active .right-arrow {
  position: absolute;
  width: 0;
  height: 0;
  left: -10px;
  top: 50%;
  margin-top: -6px;
  border-right: 10px solid #0187a5;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
#mainContent aside .widgets .sidebarNav li a:hover .left-arrow,
#mainContent aside .widgets .sidebarNav li a.active .left-arrow {
  position: absolute;
  width: 0;
  height: 0;
  right: -10px;
  top: 50%;
  margin-top: -6px;
  border-left: 10px solid #0187a5;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

/* 11.7 Latest News */
#mainContent aside .widgets .latestNews li {
  padding-left: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f2f2;
  padding-top: 5px;
  padding-bottom: 5px;
}
.latestNews .fa.fa-li {
  font-size: 24px;
  width: 20px;
  left: -28px;
  top: .2em;
}
#mainContent aside .widgets .latestNews li .title {
  font-size: 15px;
  margin-bottom: 5px;
  padding-top: 3px;
}
#mainContent aside .widgets .latestNews li .title a {
  color: #282827;
}
#mainContent aside .widgets .latestNews li .title a:hover {
  color: #0187a5;
}
#mainContent aside .widgets .latestNews li:last-child {
  margin-bottom: 0;
  border: none;
  padding-bottom: 0;
}
#mainContent aside .widgets .latestNews li .date {
  padding-top: 3px;
  font-style: italic;
  font-size: 12px;
  color: #7c7c7c;
  margin-bottom: 5px;
}


/* 12. Recent Projects Hover Effects */
.recentProject .hoverEffect{
  margin-bottom: 22px; 
  height: 225px;
}
.recentProject .hoverEffect .mask p {
  top: 50%;
  position: absolute;
  margin-top: -15px;
  text-align: center;
  padding: 0;
  width: 100%;
  font-size: 28px;
  line-height: 28px;
  color: #0187a5;
}
.recentProject .content .title {
  color: #444441;
  font-size: 18px;
  margin-bottom: 10px;
}
.recentProject .content .title a {
  color: #282827;
}
.recentProject .content .title a:hover {
  color: #0187a5;
}
.recentProject .content p:last-child {
  margin-bottom: 0;
}


/* 13. Pricing Tables */
.pricingTableCon .pricetable {
  text-align: center;
  margin-bottom: 15px;
  background: #fff;
  border: 1px solid #e4e4e4;
}
.pricingTableCon .pricetable .title {
  color: #fff;
  padding: 5px 0;
  background: #018baa;
  margin: 0;
}
.pricingTableCon .pricetable .value {
  background: #FAFDFD;
  margin: 0;
  border-bottom: 1px solid #F0F2F2;
  padding: 13px 0;
  font-size: 64px;
}
.pricingTableCon .pricetable .value .usd {
  font-size: 24px;
  vertical-align: 35px;
}
.pricingTableCon .pricetable .value small {
  font-size: 14px;
  margin-left: -25px;
  font-weight: bold;
}
.pricingTableCon .pricetable ul {
  padding: 0 30px;
}
.pricingTableCon .pricetable ul li {
  padding: 20px 0;
  border-bottom: 1px solid #F0F2F2;
}
.pricingTableCon .pricetable ul li span {
  font-weight: bold;
  font-size: 14px;
  color: #3d3d3d;
}
.pricingTableCon .pricetable.pricingTableTwo .title {
  background: #3d3d3d;
}
.pricingTableCon .pricetable.bestPlan {
  -webkit-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  transition: all ease-out 0.3s;
}
.pricingTableCon .pricetable.bestPlan:hover {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
  -webkit-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  box-shadow: 0 0 10px #ccc;
}
.pricingTableCon .pricetable.bestPlan:hover .value {
  border-bottom: 1px solid rgba(1, 139, 170, 0.1);
}

/* 14. Table */
.tableCon table {
  border: 1px solid #e5e5e5;
}
.tableCon table tr {
  background: #fff;
}
.tableCon table tr th {
  background: #3d3d3d;
  text-align: center;
  padding: 13px 20px;
  color: #fff;
  font-family: "Droid Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  border: 1px solid #333;
}
.tableCon table tr .row {
  text-align: left;
}
.tableCon table tr.gray {
  background: #f7f7f7;
}
.tableCon table tr td {
  padding: 10px 20px;
  border-right: 1px solid #e5e5e5;
  text-align: center;
}
.tableCon table tr td .remove {
  font-size: 17px;
  color: #f1a000;
}
.tableCon table tr td .right {
  font-size: 16px;
  color: #aebd2e;
}
.tableCon table tr td p {
  margin: 10px 0;
}
.tableCon table tr td p .usd {
  font-size: 24px;
  vertical-align: 30px;
}
.tableCon table tr td p .price {
  font-size: 65px;
}
.tableCon table tr td p.btnMargin {
  margin: 20px 0;
}
.tableCon table tr td p.btnMargin .btn-theme-pri {
  font-size: 16px;
}

/* 15. Portfolio Style */
#content.portfolios {
  margin-left: 0;
  padding-top: 10px;
}
#content.portfolios .group {
  border-top: 2px solid rgba(1, 135, 165, 0.2);
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 30px;
  padding-bottom: 0;
}
#content.portfolios .group .title {
  margin: 0;
  float: left;
  line-height: 60px;
}
#content.portfolios .group .option-set {
  float: right;
}
#content.portfolios .group .option-set li {
  float: left;
  line-height: 60px;
  margin-bottom: 0;
  padding: 0;
}
#content.portfolios .group .option-set li a {
  font-family: "Droid Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #282827;
  display: inline-block;
  background: none;
  text-shadow: none;
  border: none;
  padding: 0 20px;
}
#content.portfolios .group .option-set li a:active {
  box-shadow: none;
}
#content.portfolios .group .option-set li a.selected {
  background: rgba(186, 186, 186, 0.1);
  padding: 0 20px;
  color: #0187a5;
  margin-top: -2px;
  border-radius: 0;
  border: none;
  border-top: 2px solid #0187a5;
}
#content.portfolios #container {
  border: none;
  padding: 0;
}
#content.portfolios #container.oneColPortfolio .element {
  width: 100%;
  padding: 0;
  height: 373px;
}
#content.portfolios #container.twoColPortfolio .element {
  width: 49.99%;
  padding: 0 15px;
  height: 313px;
}
#content.portfolios #container.threeColPortfolio .element {
  width: 33.33333%;
  padding: 0 15px;
  height: 228px;
}
#content.portfolios #container.fourColPortfolio .element {
  width: 25%;
  padding: 0 15px;
  height: 166px;
}

#content.portfolios #container .element {
  border-radius: 0;
  background: none;
  background: rgba(255, 255, 255, 0.1);
}
#content.portfolios #container .element.item {
  position: relative;
}
#content.portfolios #container .element.item:hover {
  box-shadow: none;
}
#content.portfolios #container .element.item .front {
  width: 100%;
  height: 100%;
}
#content.portfolios #container .element.item .front img {
  height: auto;
  max-width: 100%;
}
#content.portfolios #container .element.item .back {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  height: 100%;
}
#content.portfolios #container .element.item .back:hover {
  opacity: 1;
}
#content.portfolios #container .element.item .bg {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  padding: 30px 20px;
  height: 100%;
  visibility: hidden;
}
#content.portfolios #container .element.item .bg .content .title {
  margin-bottom: 15px;
}
#content.portfolios #container .element.item .bg .content .title a {
  font-size: 21px;
}
#content.portfolios #container .element.item:hover .bg {
  visibility: visible;
}

/* 15.1 Single Portfolio */
#mainContent .singlePortfolio h2 {
  margin: 0;
}
#mainContent .singlePortfolio .desc {
  color: #e06907;
}
#mainContent .singlePortfolio .projectDetails .title {
  margin-bottom: 20px;
}
#mainContent .singlePortfolio .projectDetails .listStyles li {
  padding-top: 12px;
  padding-bottom: 15px;
  margin-bottom: 3px;
}
#mainContent .singlePortfolio .projectDetails p {
  margin-bottom: 10px;
}
#mainContent .singlePortfolio .projectDetails p .name {
  font-family: "Droid Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin-right: 10px;
}
.latestProject .col-md-3.col-sm-3 .title {
  margin-top: 25px;
  margin-bottom: 15px;
}
.latestProject .col-md-3.col-sm-3 .title a {
  color: #444441;
}
.latestProject .col-md-3.col-sm-3 .title a:hover {
  color: #0187a5;
}

/* 16. Faq */
.faq {
  margin-bottom: 30px;
}
.faq .searchTextField {
  width: 60%;
  float: left;
  padding: 0 5px;
  border: 1px solid #d8d8d8;
  box-shadow: inset 0 0 0 1px #e5e5e5, 0 0 0 4px rgba(204, 204, 204, 0.2);
  border-radius: 2px;
  outline: none;
  height:  46px;
  line-height:  46px;
}
.faq .searchBtn {
  margin-left: 30px;
  border-radius: 2px;
  margin-top: 1px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: normal;
}



/* 17. Bx Slider */
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  /*-moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: solid #fff 5px;
  left: -5px;
  background: #fff;*/

}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../img/ajax-loader.gif) center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
  display: none;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  opacity: .8;
}
.bx-wrapper .bx-next {
  right: 10px;
  opacity: .8;
}
.bx-controls-direction {
  position: absolute;
  right: -10px;
  top: -37px;
  width: 72px;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 22px;
  height: 22px;
  background: #ececec;
  border-radius: 100%;
  z-index: 9999;
  padding: 1px 7px;
  font-size: 11px;
  border: 1px solid #e2e2e2;
  color: #c1c1c1;
  box-shadow: 0 1px 0 #eee;
  font-family: fontAwesome;
}

.bx-wrapper .bx-controls-direction a.bx-prev:before {
  content: "\f053";
}
.bx-wrapper .bx-controls-direction a.bx-next:before {
  content: "\f054";
}

.bx-wrapper .bx-prev:hover {
  opacity: 1;
  background: #0187a5;
  color: #fff;
}
.bx-wrapper .bx-next:hover {
  opacity: 1;
  background: #0187a5;
  color: #fff;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("../images/controls.html") -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("../img/controls.html") -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}


/* 18. Footer */
.footer{background-color: #EEEFF3; margin-top: 15px;}
.footer .footerTop {
/*  padding: 20px 0;*/

}
.footer .footerTop.paddingTop {
  padding-top: 80px;
}
.footer .footerTop .widget .title {
  color: #0187a5;
  margin-bottom: 20px;
  line-height: 1.8;
}
.footer .footerTop .widget p {
  color: #000;
}
.footer .footerTop .widget .socialIcons ul {
  float: none;
  border-top: 1px solid rgba(234, 234, 234, 0.15);
  border-bottom: 1px solid rgba(234, 234, 234, 0.15);
  padding: 0 0;
}
#flink {
    text-align: center;
    font-size: 9px;
}
#flink > a:hover,
#flink > a:active{
    color: #0187a5;
    text-decoration: underline;
}
.footer .footerTop .widget .socialIcons ul li {
  float: left;
  padding-right: 10px;
}
.footer .footerTop .widget a:hover {
  color: #fff;
}
.footer .footerTop .widget .popularPost {
  border-bottom: 1px solid rgba(234, 234, 234, 0.15);
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.footer .footerTop .widget .popularPost:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.footer .footerTop .widget .popularPost .postImg {
  float: left;
  margin-right: 20px;
  margin-top: 6px;
}
.footer .footerTop .widget .popularPost .content {
  overflow: hidden;
  color: #fff;
}
.footer .footerTop .widget .popularPost .content .title {
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 14px;
}
.footer .footerTop .widget .popularPost .content a {
  color: #fff;
}
.footer .footerTop .widget .popularPost .content a:hover {
  color: #ccc;
}
.footer .footerTop .widget .popularPost .content .date {
  font-style: italic;
  font-size: 13px;
  display: block;
  margin-bottom: 15px;
}

/* 19. Copyright */
.footer .copyright {
  background: #0187a5 url("../img/copyright-top.png") repeat left top;
  padding: 13px 0;
}
.footer .copyright .bottomNav {
  overflow: hidden;
}
.footer .copyright .bottomNav ul li {
  border-right: 1px solid #ffffff;
  display: inline-block;
  padding: 0 15px;
}
.footer .copyright .bottomNav ul li:first-child {
  padding-left: 0;
}
.footer .copyright .bottomNav ul li:last-child {
  border-right: none;
}
.footer .copyright .bottomNav ul li a {
  font-size: 15px;
  float: left;
  color: #fff;
  display: inline-block;
  line-height: 16px;
}
.footer .copyright .bottomNav ul li a:hover {
  color: #0187a5;
}
.footer .copyright p {
  color: #fff;
  margin: 0;
}
.footer .copyright p a {
  color: #fff;
  font-size: 14px;
}
.footer .copyright p a:hover {
  color: #0187a5;
}



#myCarousel-responsive{
      display: none;
  }

/* 20. Style For Responsive Devices */  

@media (max-width: 1199px) {
  .container{
    width: 100%;
  }
  #content.portfolios #container.oneColPortfolio .element, #content.portfolios #container.twoColPortfolio .element, #content.portfolios #container.threeColPortfolio .element, #content.portfolios #container.fourColPortfolio .element{
    height: auto;
  }
  .homeStyle3{
    width: 100%;
  }
  .da-slide{width: 67%;}
}

@media (min-width: 768px) and (max-width: 1025px) {
  /* Hover Effect 1 */
  #back-top {
    visibility: hidden;
  }
  .homeStyle3 {
    width: 95%;
  }
  .homeStyle4 {
    width: 95%;
  }
  #mainContent .ourProcess .processLevel .icon100 .arrowBg {
    display: none;
  }
  #banner.subBanner .sub-banner-shadow {
    bottom: -30px;
  }
  #mainContent .ourProcess .processLevel .arrowBg {
    display: none;
  }
  #mainContent aside .widgets form .textField{
    width:72%;
  } 
}
@media (max-width: 959px) {
  #content.portfolios #container.threeColPortfolio .element{
    width: 42%;
  }
}

@media (max-width: 960px) {
  #content.portfolios #container.fourColPortfolio .element{
    width: 292px;
  }
}
@media (max-width: 890px) {
  #content.portfolios #container.fourColPortfolio .element{
    width: 33.3333%;
  } 
}

@media (max-width: 767px) {
  /* Hover Effect 1 */
  
  
  #myCarousel{
      display: none;
  }
  #myCarousel-responsive{
      display: block;
  }
  
  
  
  .catalogo-subcategorias{
      display: block !important;
      width: 100% !important;
      margin-bottom: 15px;
  }  
  
  .catalogo{
      width: 100% !important
    }
  
    #wizard a{
      font-size: 8px !important
  }

  
  .col-md-2{
    width: 100% !important;
}
.collapse-item{
    display: none !important;
}
  
  #mainNav{
      width: 100px;
      float: left;
      margin-top: 20px;
  }
  #pageHeader #logo {
      max-width: 140px;
      float: left !important;
      position: absolute;
  }
  #logo a img{
      max-width: 140px;
      height: 30px;
  }
  #back-top {
    visibility: hidden;
  }
  .homeStyle3 {
    width: 95%;
  }
  .homeStyle4 {
    width: 95%;
  }
  .pageTop {
    text-align: center;
  }
  .pageTop .col-md-6.col-sm-6 {
    display: block;
    text-align: center;
    float: none;
    padding: 6px 0;   
  }
  .socialIcons {
    float: none;
    display: inline-block;
  }
  /* Navigation Style*/
  #mainNav ul.menu {
    display: none;
  }
  .mnav {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: #ffffff url(../img/mobile-icon.png) no-repeat right center;
    float: left;
    /*margin-top: 28px;*/
    padding: 8px 10px 8px 0;
    border: 1px solid #555;
  }
  .mnav:focus {
    outline: none;
  }
  /* Banner Style */
  #banner.subBanner .sub-banner-shadow {
    bottom: -18px;
  }
  #banner .bannerBg .pull-right {
    display: none;
  }
  /* Single Services */
  #mainContent .mainServices .singleService {
    margin-bottom: 30px;
  }
  #mainContent .mainServices.servicesStyle2 .singleService {
    border-bottom: 1px solid #efefef;
  }
  #mainContent .mainServices.servicesStyle2 .singleService:last-child {
    border-bottom: 0;
  }
  #mainContent .mainServices.servicesStyle3 .singleService {
    margin-bottom: 0;
  }
  .servicesStyle2 .singleService .pull-right {
    float: none !important;
  }
  /* Team Members */
  .ourTeam .teamMembers .col-md-4 {
    margin-bottom: 30px;
    border-bottom: 1px solid #efefef;
  }
  .ourTeam .teamMembers .col-md-4:last-child {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .ourTeam .teamMembers .ourPostImg {
    margin-bottom: 5px;
    float: left;
    margin-right: 20px;
  }
  .ourTeam .teamMembers .social {
    display: inline-block;
    margin-bottom: 20px;
  }
  .ourTeam .teamMembers .social li {
    float: left;
  }
  #mainContent .ourProcess .processLevel {
    text-align: center;
  }
  #mainContent .ourProcess .processLevel .icon100 {
    display: inline-block;
    margin-bottom: 10px;
  }
  #mainContent .ourProcess .processLevel .icon100:first-child {
    margin-left: 0;
  }
  #mainContent .ourProcess .processLevel .icon100 .arrowBg {
    display: none;
  }
  #mainContent .callOut.calloutTwo .btnMargin {
    float: left !important;
    margin-left: 5px;
  }
  #mainContent .latestProjects {
    margin-bottom: 30px;
  }
  #mainContent .latestProjects .row-fluid [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
    width: 31.4%;
  }
  #mainContent .latestProjects .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  #banner .fullwidthbanner-container .tp-caption.buy_now a{
    padding: 5px 10px;
    font-size: 11px;
  }
  /* Portfolio */
  #content.portfolios #container .element.span12 {
    width: 99.6%;
  }
  #content.portfolios .group .title,
  #content.portfolios .group .option-set,
  #content.portfolios .group .option-set li {
    float: none;
  }
  #content.portfolios .group .option-set li a {
    display: block;
  }
  #content.portfolios #container.twoColPortfolio .col-md-6.col-sm-6,
  #content.portfolios #container.threeColPortfolio .col-md-4.col-sm-4,
  #content.portfolios #container.fourColPortfolio .col-md-3.col-sm-3 {
    height: auto;
  }
  #content.portfolios #container.threeColPortfolio .element{
    width: 50%;
  }
  #content.portfolios #container.twoColPortfolio .element {
    width: 600px;
  }
  /*single portfolio*/
  .singlePortfolio .postImg {
    margin-bottom: 30px;
  }
  .latestProject .col-md-3.col-sm-3 {
    margin-bottom: 20px;
  }
  .latestProject .col-md-3.col-sm-3 .projectImg {
    float: left;
    margin-right: 20px;
  }
  .latestProject .col-md-3.col-sm-3 .title {
    margin-top: 0;
  }
  #mainContent .listStyles ul {
    margin-bottom: 0;
  }
  /* Blog Post */
  .blogPost .btnMargin.pull-right {
    float: left !important;
  }
  .blogPost p {
    margin-top: 0;
  }
  #mainContent .blogPost .metaSection {
    text-align: center;
  }
  #mainContent .blogPost .metaSection .metapost {
    display: inline-block;
    float: none;
    margin-bottom: 20px;
  }
  #mainContent aside .widgets form .textField {
    width: 50%;
  }
  .commentSection ul li .comment-body.noPaddingMargin {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .relatedPost .col-md-4 {
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 35px;
  }
  .leaveComment form div .textField {
    width: 50%;
  }
  .leaveComment form div .textArea {
    width: 90%;
  }
  /* Flickr Feed*/
  #mainContent .flickr li .flickrImg:nth-child(3n+2) {
    margin-left: 0;
  }
  #mainContent .flickr li .flickrImg {
    margin-right: 18px;
  }
  /* Features */
  .pricingTableCon .pricetable.bestPlan:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .tabbable,
  .accordion {
    margin-bottom: 30px;
    padding-bottom: 40px;
    background: url(../img/sep.png) repeat-x left bottom;
  }
  .list .col-md-4,
  .listStyles .col-md-4 {
    margin-bottom: 30px;
  }
  .sep.noMargin {
    margin-bottom: 30px;
  }
  #mainContent aside .widgets .sidebarNav li a:hover .right-arrow,
  #mainContent aside .widgets .sidebarNav li a.active .right-arrow {
    display: none;
  }
  /* Contact */
  #mainContent .getInTouch form input {
    width: 40%;
  }
  #mainContent .getInTouch form textArea {
    width: 80%;
  }
  .slider-nav {
    width: 8%;
  }
  .hoverEffectMargin .hoverEffect{
    margin-bottom: 30px;
  }
  #mainContent .latestPost {
    background: url(../img/sep.png) repeat-x left bottom;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  #wrapper .testimonials {
    margin-bottom: -20px;
  }
  .testimonials .sep,
  .displayNone {
    display: none;
  }
  .footer .footerTop {
    padding-bottom: 0;
  }
  .footer .footerTop .widget {
    border-bottom: 0;
    margin-bottom: 40px;
  }
  .footer .copyright  {
    text-align: center;
  }
  .footer .copyright .pull-left,
  .footer .copyright .pull-right {
    float: none !important;
    padding: 3px 0;
  }
}

@media (max-width: 746px) {
  #content.portfolios #container.fourColPortfolio .element{
    width: 292px;
  }
}
@media (max-width: 600px) {
  #content.portfolios #container.threeColPortfolio .element{
    width: 400px;
  }
  #content.portfolios #container.twoColPortfolio .element {
    width: 100%;
  }
  #content.portfolios #container.fourColPortfolio .element{
    width: 292px;
  }
  #content.portfolios #container.fourColPortfolio .element{
    width: 50%;
  }
}
@media (max-width: 500px) {
  #content.portfolios #container.fourColPortfolio .element{
    width: 380px;
  }
}
@media (max-width: 480px) {
  #back-top {
    visibility: hidden;
  }
  #pageHeader {
    text-align: center;
  }
  #pageHeader #logo {
    float: none;
    display: block;
  }
  #mainNav {
    float: none;
    display: inline-block;
  }
  .slider-nav {
    width: 13%;
  }
  .da-slide .da-img{
    display: block;
  }
  #mainContent .mainServices.servicesStyle3 .singleService .content {
    width: 86%;
  }
  #mainContent .latestProjects .row-fluid [class*="span"] {
    width: 30%;
  }
  #content.portfolios #container.twoColPortfolio {
    margin: 0;
  }
  #content.portfolios #container .element.col-md-6 {
    width: 99.6%;
    margin: 15px 0;
    margin-left: 0;
  }
  #banner .fullwidthbanner-container .tp-caption.buy_now a{
    font-size: 7px;
  }
  .recentProject .hoverEffect{
    height: auto;
  }
}

@media (max-width: 430px) {
  #content.portfolios #container.threeColPortfolio .element{
    width: 100%;
  }
  .faq .searchTextField{
    width: 100%;
  }
  .faq .searchBtn{
    margin-left: 0;
    display: block;
    margin-top: 20px;
    float: left;
  }
}                 

@media (max-width: 320px) {
  #back-top {
    visibility: hidden;
  }
  #mainContent .mainServices.servicesStyle3 .singleService .content {
    width: 79%;
  }
  .slider-nav {
    width: 21%;
  }
  .homeStyle4 {
    margin-top: 0;
    margin-bottom: 0;
  }
  #content.portfolios #container.fourColPortfolio .element{
    width: 100%;
  }
}


/* 21. Retina Display Specific Rules */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 

  #mainContent aside .widgets .sidebarNav li a {
    background-image: url(../img/widgets-bg%402x.png);
    background-size: 15px 12px;
  }
  #mainContent aside .widgets .sidebarNav li a:hover,
  #mainContent aside .widgets .sidebarNav li a.active {
    background-image: url(../img/widget-hover-bg%402x.png);
    background-size: 15px 12px;
    background-position: 10px 17px;
  }
  #mainContent .blogPost blockquote,#mainContent .blockQuotes .Quotes {
    background-image: url(../img/quote%402x.png);
    background-size: 25px 15px;
  }
  .sep,.tabbable, .accordion,#mainContent .latestPost {
    background-image: url(../img/sep%402x.png);
    background-size: 100% 8px;
  }
  .panel-group .panel-title .accordion-toggle.collapsed {
    background-image: url(../img/accor-arrow%402x.png);
    background-size: 30px 156px;
  }
  .panel-group .panel-title .accordion-toggle {
    background-image: url(../img/accor-arrow%402x.png);
    background-size: 30px 156px;
  }  
  #mainContent .ourProcess .processLevel .arrowBg {
    background: url(../img/process-arrow.png) no-repeat -2px -2px;
    background-size: 24px 20px;
  }
  .fullwidthbanner-container .tp-leftarrow.default { 
    background-image:url("../img/banner/revolution/assets/large_left%402x.png");
    background-size: 40px 80px;
  }
  .fullwidthbanner-container .tp-rightarrow.default { 
    background-image:url("../img/banner/revolution/assets/large_right%402x.png");
    background-size: 40px 80px;
  }
}


/* 22. IE Rule */
.lt-ie9 #mainNav ul.menu ul li.arrow{
  top: -16px;
}
.lt-ie9 .da-slider, .ie9 .da-slider{
  overflow: hidden;
}
.sl-slider-wrapper .nav-dots, .sl-slider-wrapper .nav-dots{
  bottom: 10%;
}
.ie9 #mainContent aside .widgets form .textField, .lt-ie9 #mainContent aside .widgets form .textField{
  width: 70%;
}
.lt-ie9 #mainNav ul.menu ul li ul li.arrow{
  top: 13px;
}
.lt-ie9 .leaveComment .btnMargin {
  margin-left: -5px;
}
.lt-ie9 #mainContent aside .widgets form .textField{
  padding-top: 7px;
  padding-bottom: 10px;
}
.lt-ie9 #content.portfolios #container .element.item .bg {
  border: 1px solid #ccc;
}
.lt-ie9 #banner .bannerBg{
  border: 1px solid #ccc;
}


/* Theme Settings Style */

.themes_settings {
  position: fixed;
  right: 0;
  width: 267px;
  top: 150px;
  z-index: 9999;
}
.themes_settings a:link,
.themes_settings a:hover,
.themes_settings a:active {
  outline: none;
}
.themes_settings p {
  margin: 0;
  padding: 0;
}
.themes_settings .wrap {
  position: relative;
}
.trigger {
  position: absolute;
  top: 50px;
  left: 4px;
  height: 50px;
  width: 50px;
  outline: none;
  background:#ebebeb;
  line-height:50px;
  text-align:center;
  font-size:20px;
}
.trigger a:before{
  content:"\f013";
  font-family:"FontAwesome";
}
.trigger a {
  display: block;
  outline: none;
  color:#333;
}
.settings_body {
  background: #f2f2f2;
  width: 230px;
  position: absolute;
  left: 54px;
  min-height: 300px;
}
/*.sec_color,
.top_heading {
  color: #0382be;
  }*/
  .themes_settings .top_heading {
   font-family: "DroidSansBold", Arial, Helvetica, sans-serif;
   font-weight:bold;
   margin:0;
   text-align:center;
   height:50px;
   line-height:50px;
   background:#ebebeb;
   font-size:18px;
   padding:0 20px;
   text-align:left;
 }
 .themes_settings .sec_heading {
  font-family: "PTSans", Arial, Helvetica, sans-serif;
  color: #333;
  font-size:14px;
}

.themes_settings p.selCssName {
  padding: 10px 20px;
  text-align: center;
  border-bottom: 1px solid #DDD;
}
.themes_settings p.subTitle {
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}
.tot-colors {
 padding-top:10px;
}
.tot-colors a,
.tot-colors a:visited, .groupBg a, .groupBg a:visited {
  width: 39px;
  height: 25px;
  display: inline-block !important;
  margin: 0 5px 5px 0;
  outline: none;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  -o-transition: all ease 1s;
  -ms-transition: all ease 1s;
  transition: all ease 1s;
}
.tot-colors a:hover,
.tot-colors a:active, .groupBg a:hover, .groupBg a:active {
  outline: none;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  -o-transition: all ease 1s;
  -ms-transition: all ease 1s;
  transition: all ease 1s;
}
.tot-colors a.active,
.tot-colors a.active:hover,
.tot-colors.active a:active, .groupBg a.active,
.groupBg a.active:hover,
.groupBg a.active a:active {
  position:relative;
  outline: none;
  -webkit-transition: all ease 2s;
  -moz-transition: all ease 2s;
  -o-transition: all ease 2s;
  -ms-transition: all ease 2s;
  transition: all ease 2s;
}
.tot-colors a.active span{
  position: absolute;
  top: 0;
  left: 13px;
  color:#063;
  color:#fff;
}
.tot-colors a.active span:before{
  content:"\f00c";
  font-family:"FontAwesome";
}

.tot-colors a.default {
  background: #0187a5;
}
.tot-colors a.blumine-blue {
  background: #1c4a72;
}
.tot-colors a.orange{
 background: #ed5f30;
}
.tot-colors a.copper-brown {
  background: #b07838;
}
.tot-colors a.jelly-bean-magenta {
  background: #28778e;
}
.tot-colors a.marino-blue {
  background: #426195;
}
.tot-colors a.persian-red {
  background: #cc3333;
}
.tot-colors a.surfie-green {
  background: #118d78;
}
.tot-colors a.well-read-choco {
  background: #b1353c;
}
.tot-colors a.red {
  background: #ef2f2f;
}
.tot-colors a.light-red{
  background:#f15458;
}
.tot-colors a.yellow{
  background:#f2af49;
}
.tot-colors a.lime-green{
  background:#14b89a;
}
.tot-colors a.violet{
  background:#9761a9;
}
.tot-colors a.pink{
  background:#fd6e9f;
}
.tot-colors a.green{
  background:#539f18; 
}
.tot-colors .light-blue{
 background:#87a6d4;
}
.tot-colors .dark-orange{
  background:#ff8201;
}
.tot-colors .dark-blue{
  background:#4284c1;
}
.tot-colors .emerald{
  background:#50c878;
}
.bgTheme .groupBg a.white{
  background: #fff;
  width: 40% !important;
  margin-left: 10px;
  margin-right: 0;
}

.bgTheme .groupBg a.noise{
  background: url("../img/body-bg.html") repeat left top;
  width: 40% !important;  
  margin-left: 8px;
  margin-right: 8px;
}

.color-set{
  padding:20px;
}


/*new*/
.hbox1{background-color:#007B9C;padding: 20px;color: #fff; height: 260px;}
.hbox1 p{color: #fff; text-align: justify;}
.hbox1 .title1{color: #fff; text-align: justify;padding-top: 0 !important;font-weight: bold;font-size: 19px;}
.hbox2{background-color:#890A7F;padding: 20px; height: 260px;}
.hbox3{background-color:#7FC8D1;padding: 20px; height: 260px;}
.hbox2 p{color: #fff; text-align: justify;}
.hbox2 .title1{color: #fff; text-align: justify;padding-top: 0 !important;font-weight: bold;font-size: 19px;}
.hbox3 p{color: #005A7F; text-align: justify;}
.hbox3 .title1{color: #005A7F; text-align: justify;padding-top: 0 !important;font-weight: bold;font-size: 19px;}

.hbox4{background-color:#fff;padding: 20px 20px 1px 20px;-webkit-box-shadow: -1px 7px 7px -1px rgba(0,0,0,0.53);
-moz-box-shadow: -1px 7px 7px -1px rgba(0,0,0,0.53);
box-shadow: -1px 7px 7px -1px rgba(0,0,0,0.53);}
.hbox5{background-color:#fff;padding: 0  !important;-webkit-box-shadow: -1px 7px 7px -1px rgba(0,0,0,0.53);
-moz-box-shadow: -1px 7px 7px -1px rgba(0,0,0,0.53);
box-shadow: -1px 7px 7px -1px rgba(0,0,0,0.53);}
.hbox4 .title1{
    color: #005A7F; 
    padding-top: 0 !important;
    font-size: 19px;
    
}
.hbox4 .title2{color: #2AC9E7; text-align: left !important;padding-top: 0 !important;font-size: 12px;}
.tbox{width: 100%;}

.hbox6{background-color:#004160;padding: 20px;color: #fff; border-radius: 5px;}
.hbox6 p{color: #fff !important;margin: 0 ;}
.hbox6 .bor{border-bottom: 1px #fff solid;font-size: 19px !important;}
.hbox6 .title1{font-size: 18px;}
.cbox{ border-radius: 5px;width: 500px;}
.cimg{border: 10px #fff solid; border-radius: 5px;}

.hbox7{background: url("../img/s-bg.jpg") no-repeat left top;padding: 55px;color: #fff;border: 5px #fff solid;min-height: 270px;}
.hbox7 .title1{color: #fff;font-weight: bold;font-size: 19px;}
.hbox7 p{color: #fff !important;margin: 5px ;}


.hbox8{background: url("../img/s-bg1.jpg") no-repeat left top;padding: 20px;color: #fff;border-radius: 5px;min-height: 291px;}
.hbox8 .title1{color: #004160;font-weight: bold;font-size: 19px;}
.hbox8 p{color: #004160 !important;margin: 5px ;}

.hbox9{background-color:#fff;padding: 30px  !important;-webkit-box-shadow: -1px 7px 7px -1px rgba(0,0,0,0.53);
-moz-box-shadow: -1px 7px 7px -1px rgba(0,0,0,0.53);
box-shadow: -1px 7px 7px -1px rgba(0,0,0,0.53);min-height: 230px;height: 100%;}
.cimg1{border-radius: 5px;}
.hbox9 .title1{color: #004160;font-weight: bold;font-size: 19px;}
.hbox9 .title2{color: #004160;font-size: 16px;}
.hbox9 p{color: #004160 !important;margin: 0 ;}


.hbox10{background: url(../img/s-bg2.jpg) no-repeat left top;padding: 20px;color: #fff;border-radius: 5px;min-height: 291px;}
/*.hbox10{padding: 20px;color: #fff;border-radius: 5px;min-height: 291px;}*/
.hbox10 .title1{color: #004160;font-weight: bold;font-size: 24px;} 
.hbox10 p{color: #004160 !important;margin: 5px ;}

.hbox11{ padding: 35px 20px;}
.hbox11 .title1{font-family: "MovistarHeadline-Bold"; font-weight: bold;font-size: 19px;}
.hbox11 p{font-family: "MovistarText-Regular"; color: #004160;margin: 5px; text-align: left; font-size: 15px;}

.hbox12{padding: 20px;color: black;}
.hbox12 .title1{font-family: "MovistarHeadline-Bold" ;color: black;font-weight: bold;font-size: 19px;}
.hbox12 p{font-family: MovistarText-Regular ;color: #ffffff !important;text-align: left; font-size: 15px;}

.hbox13{padding: 20px}
.hbox13 .title1{font-family: "MovistarHeadline-Bold";font-weight: bold;font-size: 19px;}
.hbox13 p,
.hbox13 ul li{font-family: "MovistarText-Regular" ;color: #004160 !important;text-align: left; font-size: 15px;}


.hbox14{padding: 20px;}
.hbox14 .title1{font-family: "MovistarHeadline-Bold";font-weight: bold;font-size: 19px;}
.hbox14 p,
.hbox14 ul li{font-family: "MovistarText-Regular" ;color: #fff !important;text-align: left; font-size: 15px;}


.hbox15{padding: 20px;}
.hbox15 .title1{font-family: "MovistarHeadline-Bold";font-weight: bold;font-size: 19px;}
.hbox15 p{font-family: "MovistarText-Regular" ;color: #fff !important;text-align: left; font-size: 15px;}

.hbox16{padding: 20px;color: #fff;}
.hbox16 .title1{color: #044462;font-weight: bold;font-size: 19px;}
.hbox16 p{color: #9999AA !important;text-align: justify;}

.sul{
  list-style: none;
 }
  .sul li{float: left;
  margin: 0 13px 0 6px;}
  
  
  #pageHeader1 {
  margin-bottom: 0;
  position: relative;
  z-index: 999;
  background-color: #ffffff;
  width: 100%;
  margin-top: 15px;
}
 #pageHeader2 {
  margin-bottom: 0;
  position: relative;
  z-index: 999;
  background-color: #2e9cbd;
  width: 100%;
}
 #pageHeader3 {
  margin-bottom: 0;
  position: relative;
  z-index: 999;
  background-color: #fff;
  width: 100%;
}    
 #pageHeader4 {
  margin-bottom: 0;
  position: relative;
  z-index: 999;
  background-color: #004160;
  width: 100%;
}  
 #pageHeader5 {
  margin-bottom: 0;
  position: relative;
  z-index: 999;
  background-color: #41bbd0;
  width: 100%;
}  
#pageHeader6 {
  margin-bottom: 0;
  position: relative;
  z-index: 999;
  background-color: #fff;
  width: 100%;
}  


/* line 29, ../sass/partials/home/_home.scss */
.columnOneThirdFramed {
  padding: 10px;
  float: left;
}
/* line 181, ../sass/partials/_mixins.scss */
.columnOneThirdFramed .columnTitle {
  padding: 10px;
  border: 1px solid #d9dde0;
  border-bottom: none;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  width: 284.66667px;
  height: 15px;
  background-color: #f1f3f2;
  font-family: "movistar_headlineregular";
  font-size: 22px;
  line-height: 10px;
  color: #0a5b7e;
}
/* line 194, ../sass/partials/_mixins.scss */
.columnOneThirdFramed .columnTitle a {
  color: #0a5b7e;
}
/* line 200, ../sass/partials/_mixins.scss */
.columnOneThirdFramed .columnTitle a:hover {
  color: #0086c3;
}
/* line 205, ../sass/partials/_mixins.scss */
.columnOneThirdFramed .columnBody {
  padding: 10px;
  padding-top: 20px;
  border: 1px solid #d9dde0;
  border-top: none;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 284.66667px;
  min-height: 63px;
  background-color: white;
  -webkit-box-shadow: 0 2px 2px 0 #d5d5d5;
  -moz-box-shadow: 0 2px 2px 0 #d5d5d5;
  box-shadow: 0 2px 2px 0 #d5d5d5;
  font-family: Arial, Verdana, sans-serif;
  font-size: 1.2em;
  line-height: 1.2em;
  color: #777777;
}
/* line 34, ../sass/partials/home/_home.scss */
.columnOneThirdFramed .bottomLink {
  position: relative;
  bottom: 30px;
  margin-right: 20px;
  text-align: right;
}
/* line 42, ../sass/partials/home/_home.scss */
.columnOneThirdFramed .bottomLink a {
  color: #0086c3;
}
/* line 46, ../sass/partials/home/_home.scss */
.columnOneThirdFramed .bottomLink a:hover {
  color: #999999;
}


/* Front Carousel */
.front-carousel .carousel-control {
  margin: 0;
  border: none;
  height: 35px;
  font-size: 24px;
  font-weight: normal;
  top: 40%;
  width: 35px;
  background: #222;
  opacity: 0.5;
}
.front-carousel .carousel-control:hover {
  opacity: 0.6;
}
.front-carousel .carousel-control i {
  font-size: 27px;
}
.front-carousel .carousel-control.right i {
  position: relative;
  left: 1px;
}
.front-carousel .carousel-caption {
  padding: 10px 15px 0;
  background: rgba(0,0,0,0.3);
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
}
.front-carousel .carousel-control.left {
  left: 0;
}
.front-carousel .carousel-control.right {
  right: 0;
}

.bg-azul-1{
    background-color: #005c84 !important;
}
.bg-azul-2{
    background-color: #0077a0 !important;
}
.bg-azul-3{
    background-color: #129dc0 !important;
}
.bg-azul-3--30{
    background-color: rgba(18, 157, 192, .3);
}
.bg-azul-4{
    background-color: #00c6d7 !important;
}
.bg-azul-4--30{
    background-color: rgba(0, 119, 160, .3);
}
.bg-purpura{
    background-color: #9e33b6 !important;
}
.bg-amarillo{
    background-color: #fdb714 !important;
}
.bg-magenta{
    background-color: #ec008c !important;
}
.bg-verde-1 {
    background-color: #238937 !important;
}
.bg-verde-2 {
    background-color: #7ab800 !important;
}
.bg-verde-3 {
    background-color: #a9cf38 !important;
}
.bg-verde-4 {
    background-color: #64b945 !important;
}
.bg-white{
    background-color: white !important;
}
.bg-azul-plan {
    background-color: #64b945 !important;
    border-radius: 10px;
}
.color-blue-3{
    color: #129dc0 !important;
}

.hbox-services--offer{
    padding: 8px 15px;
    height: 260px;
    color: white;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;    
    transition: all 1s ease;
}
.hbox-services--offer.hbox-ayuda{
    height: auto;
}

.hbox-ayuda{
    /*font-family: Movistar_textregular !important;*/
}

.hbox-services--offer.bg-white{
    color: #005c84;
}

.hbox-services--icon {
    font-size: 30px;
}

.hbox-services--offer > img {
    margin-bottom: 10px;
}

.hbox-services--offer > .services--title {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
}

.hbox-services--offer.hbox-ayuda > .font-big{
    font-size: 21px;
    font-family: "Movistar_headlineregular";
}

.hbox-services--offer > .services--text,
.hbox-services--offer > .services--text > p{
    font-size: 16px;
    color: white;
    margin: 0;
    line-height: normal;
}
.hbox-services--offer.bg-white > .services--title,
.hbox-services--offer.bg-white > .services--title > a,
.hbox-services--offer.bg-white > .services--title > a:hover,
.hbox-services--offer.bg-white > .services--title > a:active,
.hbox-services--offer.bg-white > .services--text,
.hbox-services--offer > .services--text > p{
    color: #005c84;
}
.hbox-services--offer > .services--title > a:hover,
.hbox-services--offer > .services--title > a:active{
    text-decoration: underline;
}

.hbox-ayuda{
    padding: 25px 35px;
    -webkit-box-shadow: -1px 7px 7px -1px rgba(0,0,0,0.53);
    -moz-box-shadow: -1px 7px 7px -1px rgba(0,0,0,0.53);
    box-shadow: -1px 7px 7px -1px rgba(0,0,0,0.53);
    overflow: auto;
}

.hbox-ayuda--title{
    font-size: 19px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 15px;
}
.hbox-ayuda.hbox-ayuda--gestion-soporte{
}
.hbox-ayuda.hbox-ayuda--gestion-soporte > .hbox-ayuda--title{
    color: #129dc0;
}

.hbox-ayuda.bg-azul-3 > .services--title > a,
.hbox-ayuda.bg-azul-3--30 > .services--title > a,
.hbox-ayuda.bg-purpura > .services--title > a{
    color: #ffffff;
}

.hbox-ayuda.bg-white > .hbox-ayuda--title,
.hbox-ayuda.bg-white > .hbox-ayuda--text,
.hbox-ayuda.bg-white > .hbox-ayuda--text > p,
.hbox-ayuda.bg-white > .hbox-ayuda--text > p > a,
.hbox-ayuda.bg-white > .hbox-ayuda--text > p > a:hover,
.hbox-ayuda.bg-white > .hbox-ayuda--text > p > a:active,
.hbox-ayuda.bg-white > .hbox-ayuda--text > ul > li {
    color: #005c84;
}
.hbox-ayuda.bg-white > .hbox-ayuda--text > p > a > strong,
.hbox-ayuda.bg-white > .hbox-ayuda--text > p > a:hover > strong,
.hbox-ayuda.bg-white > .hbox-ayuda--text > p > a:active > strong{
    color: #129dc0;
}
.hbox-ayuda.bg-white > .hbox-ayuda--text > p > a > strong,
.hbox-ayuda.bg-white > .hbox-ayuda--text > p > a:hover > strong,
.hbox-ayuda.bg-white > .hbox-ayuda--text > p > a:active > strong,
.hbox-ayuda.bg-white > .hbox-ayuda--text > p > strong{
    font-size: 19px;
}


.hbox-ayuda.bg-white > .hbox-ayuda--text > p > a:hover,
.hbox-ayuda.bg-white > .hbox-ayuda--text > p > a:active{
    text-decoration: underline;
}

.hbox-ayuda.bg-white > .hbox-ayuda--text > ul{
    list-style: disc inside;
}
.hbox-ayuda.bg-white > .hbox-ayuda--text > ul > li{
    margin-bottom: 10px;
}
.hbox-ayuda.bg-white > .hbox-ayuda--text > ul > li:nth-last-child(1){
    margin-bottom: 0;
}

.hbox-ayuda.hbox-ayuda--gestion-soporte > .hbox-ayuda--text,
.hbox-ayuda.hbox-ayuda--gestion-soporte > .hbox-ayuda--text > p,
.hbox-ayuda.hbox-ayuda--gestion-soporte > .hbox-ayuda--text > p > a,
.hbox-ayuda.hbox-ayuda--gestion-soporte > .hbox-ayuda--text > p > a:hover,
.hbox-ayuda.hbox-ayuda--gestion-soporte > .hbox-ayuda--text > p > a:active,
.hbox-ayuda.hbox-ayuda--gestion-soporte > .hbox-ayuda--text > ul > li,
.hbox-ayuda.hbox-ayuda--gestion-soporte > .hbox-ayuda--text > ul > li > p{
    color: grey;
}
.hbox-ayuda.hbox-ayuda--gestion-soporte > .hbox-ayuda--text > p > a > strong,
.hbox-ayuda.hbox-ayuda--gestion-soporte > .hbox-ayuda--text > p > a:hover > strong,
.hbox-ayuda.hbox-ayuda--gestion-soporte > .hbox-ayuda--text > p > a:active > strong,
.hbox-ayuda.hbox-ayuda--gestion-soporte > .hbox-ayuda--text > p > strong{
    color: #129dc0;
}

.hbox-ayuda.hbox-ayuda--gestion-soporte > .hbox-ayuda--text > p > a:hover,
.hbox-ayuda.hbox-ayuda--gestion-soporte > .hbox-ayuda--text > p > a:active{
    text-decoration: underline;
}

.hbox-ayuda.hbox-ayuda--gestion-soporte > .hbox-ayuda--text > ul{
    list-style: decimal inside;
}
.hbox-ayuda.hbox-ayuda--gestion-soporte > .hbox-ayuda--text > ul > li{
    margin-bottom: 10px;
}
.hbox-ayuda.hbox-ayuda--gestion-soporte > .hbox-ayuda--text > ul > li:nth-last-child(1){
    margin-bottom: 0;
}

.hbox-ayuda--text,
.hbox-ayuda--text > p,
.hbox-ayuda--text > ul > li,
.hbox-ayuda--text > ul > li > p{
    font-size: 18px;
    color: #ffffff;
    line-height: 1;
    font-family: Movistar_textregular;
}
.hbox-ayuda--text > p > strong > a{
    color: inherit;
}
.hbox-ayuda--text > p > strong > a:active,
.hbox-ayuda--text > p > strong > a:hover{
    text-decoration: underline;
}

.hbox-ayuda.hbox-ayuda--gestion-soporte > .hbox-ayuda--text > ul > li > p:nth-of-type(1){
    margin-top: 10px;
}

.hbox-ayuda--list {
    padding: 0 20%;
    margin-bottom: 10px;
}
.hbox-ayuda--list:nth-last-child(1){
    margin-bottom: 0;
}

.hbox-ayuda--list > li {
    font-size: 22px !important;
}
.hbox-ayuda--list.font-16 > li{
    font-size: 14px !important;
}

.services--text > strong{
    font-size: 20px;
}

.hbox-services--servicios{
    padding: 15px 20px;
    height: 260px;
    color: white;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;    
    transition: all 1s ease;
}

.hbox-services--icon {
    font-size: 30px;
}

.hbox-services--servicios > .services--title {
    font-size: 19px;
    font-weight: normal;
    margin-bottom: 15px;
}

.hbox-services--servicios > .services--text{
    font-size: 14px;
    color: white;
    margin: 0;
    margin-bottom: 20px;
    line-height: normal;
}

.list-style--lt li a{
    color: white;
}

.list-style--lt li a:hover{
    text-decoration: underline;
}

.list-style--lt > li:before{
    content: '> '
}
.list-style--lt li {
    font-size: 16px;
}

.color-blue,
.color-blue > *,
.color-blue .list-style--lt li a{
    color: #005c84 !important;
}

.hbox-bottom{
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 5px;
}

a.btn:hover {
    text-decoration: underline !important;
}


#mainNav ul.menu ul li ul.menulevel3.submenu-wide,
#mainNav ul.menu ul li ul.menulevel3.submenu-wide li{
    width: 350px;
}
.menulevel2Ayuda.submenu-wide,
.menulevel2Ayuda.submenu-wide li,
#mainNav ul.menu .menulevel2Ayuda.submenu-wide li{
    width: 350px;
}

#pageHeader .container{
    padding-left: 0;
    padding-right: 0;
}

#pageHeader .container #logo {
    margin-left: 10px;
}

#pageHeader .container .navbar.col-xs-7{
    width: 100%;
    padding: 0;
}


#pageHeader .container .navbar.col-xs-7 .navbar-collapse{
    background: #1889ab;
}

#pageHeader .nav.navbar-nav>li{
    border-top: 1px solid #fff;
}
#pageHeader .nav.navbar-nav>li:first-child{
    border-top: 0;
}

#pageHeader .nav.navbar-nav>li>a:active,
#pageHeader .nav.navbar-nav>li>a:hover,
#pageHeader .nav.navbar-nav>li>a:focus{
    background: inherit !important;
}

#pageHeader .sr-only{
    position: relative;
}

#pageHeader .caret{
    border-top-color: white;
    border-bottom-color: white;
}

#pageHeader .dropdown .dropdown-menu>li{
    border-top: 1px solid #10456f;
}
#pageHeader .dropdown .dropdown-menu>li:first-child{
    border-top: 0;
}

#pageHeader .dropdown .dropdown-menu li a,
#pageHeader .dropdown .dropdown-menu li a:active,
#pageHeader .dropdown .dropdown-menu li a:focus,
#pageHeader .dropdown .dropdown-menu li a:hover{
    color: #10456f !important;
    text-decoration: none !important;
}
#pageHeader .dropdown .dropdown-toggle,
#pageHeader .dropdown .dropdown-toggle:active,
#pageHeader .dropdown .dropdown-toggle:focus,
#pageHeader .dropdown .dropdown-toggle:hover,
#pageHeader .dropdown .dropdown-menu li a{
    background-color: inherit;    
}

#pageHeader .dropdown .dropdown-menu li a:active,
#pageHeader .dropdown .dropdown-menu li a:focus,
#pageHeader .dropdown .dropdown-menu li a:hover,
#pageHeader .menulevel3 li a:hover{
    background-color: #41bbd0 !important;
    text-decoration: none !important;
}

#pageHeader .dropdown .dropdown-menu{
    background-color: #b3e4ec;
}

#pageHeader .menulevel3 li:hover{
    background: inherit !important;
}

#pageHeader .menulevel3 li{
    padding: 0 0 0 0 !important;
}
#pageHeader .menulevel3 li a{
    padding: 5px 15px 5px 25px !important;
}

.movistar-cloud--image{
 background: url(../img/mov_cloud_para_todos.jpg) no-repeat left top;
 width: 425px;
 height: 283px;
}

.header-item{
    color: #0187a5;
    padding: 0 10px 0 0;
    margin-right: 10px;
    width: auto;
    min-width: 125px;
}
.socialIcons .header-item:nth-last-child(1){
    margin-right: 0;
    padding: 0 0 0 0;
}

.header-item span{
    text-decoration: underline;
}

.hbox4.movistar-login{
    padding: 10px 20px 15px;
}
.login-form-field p{
    margin: 0;
}
.login-form-field input{
    margin-bottom: 15px;
}
.login-form-field input:nth-last-of-type(1){
    margin-bottom: 5px;
}

.movistar-login--connected{
    font-size: 16px;
}

.movistar-login--connected .title1{
    font-size: 16px;
}

.movistar-login--connected .movistar-login--font-medium{
    font-size: 14px;
}

.col-xs--login{    
    margin-bottom: 20px;
  }
  
  #pageHeader .container{
    width: 90%;
}

.section-servicios {
    margin-top: 25px;
}

.bg-login{
    background-image: url(../img/bg-login.jpg);
    background-size: cover;
}

button.btn:hover,
button.btn:active{
    text-decoration: underline !important;
}

.modal-footer .btn+.btn{
    margin-bottom: 5px !important;
}

.movistar-login--buttons .btn{
    padding: 15px;
    margin: 0 0 15px 0;
}

#pageHeader .container #mainNav{
    width: calc(100% - 220px);
    position: relative;
}

.footer-timetrac{
    margin-bottom: 0;
    font-size: 9px;
    color: #0187a5;
}

.box-shadow{
    -webkit-box-shadow: -1px 7px 7px -1px rgba(0,0,0,0.53);
    -moz-box-shadow: -1px 7px 7px -1px rgba(0,0,0,0.53);
    box-shadow: -1px 7px 7px -1px rgba(0,0,0,0.53);
}

@media (min-width: 1400px) and (max-width: 1599px){
    .login-form-field input{
        margin-bottom: 10px;
    }
    .movistar-login--buttons .btn{
        padding: 12px;
    }
}

@media (min-width: 1400px) and (max-width: 1479px){
    .login-form-field input{
        margin-bottom: 10px;
    }
    .movistar-login--buttons .btn{
        margin-bottom: 10px;
    }
}

@media (min-width: 1300px) and (max-width: 1399px){
    .login-form-field input{
        margin-bottom: 8px;
    }
    .movistar-login--buttons .btn{
        margin-bottom: 10px;
        padding: 10px;
    }
}

@media (min-width: 1300px) and (max-width: 1359px){
    .login-form-field input{
        margin-bottom: 8px;
    }
    .login-form-field input:nth-last-of-type(1){
        margin-bottom: 3px;
    }
    .movistar-login--buttons .btn{
        margin: 0 0 8px 0;
    }
}

@media (max-width: 1300px) {
    .login-form-field input:nth-last-of-type(1){
        margin-bottom: 10px;
    }
    .login-form-field > .row{
        margin-bottom: 10px;
    }
}

@media(min-width: 768px) and (max-width: 945px){
    .hbox-services--offer{
        height: 320px;
    }
}

@media(min-width: 768px) and (max-width: 1210px){
    .hbox-services--offer{
        padding: 15px;
    }
    .hbox-services--offer > img {
        margin-bottom: 8px;
    }
    .hbox-services--offer > .services--title{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .hbox-services--offer .services--text{
        font-size: 14px;
    }
    .services--text strong{
        font-size: 18px;
    }
}

@media(min-width: 870px) and (max-width: 1000px){
    .movistar-login--connected .title1{
        font-size: 20px;
    }

    .movistar-login--connected .movistar-login--font-medium{
        font-size: 16px;
    }
}

@media(min-width: 768px) and (max-width: 869px){
    .movistar-login--connected .title1{
        font-size: 18px;
    }

    .movistar-login--connected .movistar-login--font-medium{
        font-size: 14px;
    }
}

@media (max-width: 767px){
    .footer-timetrac:nth-last-of-type(1){
        margin-bottom: 20px;
    }
  .socialIcons > ul > li{
    font-size: 13px !important;
  }

  /*.user {
    width: 105px;
  }*/

  .services-main--offer {
    font-size: 10px !important;
    text-align: left !important;
  }

  .services-main--offer .title1 {
    font-size: 15px;
  }

  .services-main--offer .col-xs-6{
    padding: 0;
  }

  .services-main--offer .hbox1,
  .services-main--offer .hbox2,
  .services-main--offer .hbox3{
    padding: 10px 12px;
    text-align: left;
  }

  .services-main--offer .hbox1 > *,
  .services-main--offer .hbox2 > *,
  .services-main--offer .hbox3 > *{
    text-align: left;
  }

  .col-xs--login{
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 20px;
  }

  .mnav,
  .menu-responsive {
    background-color: inherit;
    border: 0;
    color: white;
  }

  .menu-responsive .navbar-brand{
    color: white;
  }

  .menu-responsive .navbar-collapse{
    background-color: rgb(16, 98, 138);
  }

  .navbar{
    margin-bottom: 0;
  }
  
  .navbar-collapse{
    text-align: left;
  }

  .nav.navbar-nav > li > a,
  .nav.navbar-nav .dropdown-menu > li > a,
  .nav.navbar-nav .open .dropdown-menu> li > a,
  .nav.navbar-nav .open .dropdown-menu> li > .menulevel3 li a{
    color: white !important;
  }


  .mnav > option {
    background-color: #10628A;
  }
  
  /*override boostrap*/
  .navbar-default .navbar-toggle .icon-bar{
      background-color: white;
  }
  
  .navbar-default .navbar-toggle.collapsed,
  .navbar-default .navbar-toggle.collapsed:hover{
      background-color: transparent !important;
  }
  
  .navbar-default .navbar-toggle,
  .navbar-default .navbar-toggle:hover{
      background-color: #1889ab !important;
      border: 0;
      color: white;
      font-size: 16px;
      margin: 0;
      border-radius: 0;
      height: 50px;
      padding-left: 20px;
      padding-right: 20px;
  }
  
  .hbox.hbox-about{
/*    height: 700px;*/
  }

  #pageHeader {
      height: auto;
      background-color: transparent;
  }
  
  #pageHeader .container #logo{
    margin: 10px 0 0 0;
  }
  
  .background-header{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        background-color: #10628A;
    }
}

@media(min-width: 414px) and (max-width: 479px){
    .services-main--offer{
        font-size: 14px !important;
    }
}

@media(min-width: 480px) and (max-width: 767px){
    .services-main--offer{
        font-size: 16px !important;
    }
}

@media(min-width: 768px) and (max-width: 980px){
    .services-main--offer{
        font-size: 12px !important;
    }
    .hbox1 .title1,
    .hbox2 .title1,
    .hbox3 .title1{
        font-size: 17px;
    }
}

@media(max-width: 444px){

    .socialIcons ul li{
        margin-bottom: 10px;
    }
}

@media(min-width: 768px){
    .hbox-bottom{
        right: 20px;
    }
    .hbox.hbox-about{
/*        height: 360px;*/
    }
}

@media(max-width: 768px){
    .height-on-mobile{
        height: auto !important;
        margin-bottom: 10px;
    }
}

@media(min-width: 768px) and (max-width: 850px){
    #pageHeader #logo {
        max-width: 144px;
    }
}

@media(max-width: 565px){    
    .hbox-services--offer{
        padding: 15px;
    }
    .hbox-services--offer > img {
        margin-bottom: 8px;
    }
    .hbox-services--offer > .services--title{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .hbox-services--offer .services--text{
        font-size: 14px;
    }
    .services--text strong{
        font-size: 18px;
    }
}

@media(max-width: 349px){
    .hbox-services--offer{
        height: 350px;
    }
}
@media(min-width: 350px) and (max-width: 767px){
    .hbox-services--offer{
        height: 300px;
    }
}

#mainContent.container{
    min-height: calc(100vh - 200px);
}

.navbar-footer{
    margin-bottom: 0;
}

.navbar-footer .socialIcons ul li{
    border-right: 0;
}

.btn.btn-primary:hover,
.btn.btn-primary:active{
    background-color: #428bca;
    border-color: #357ebd;
    text-decoration: none;
}

img.da-img{
    min-height: 1px;
    clip: rect(110px, 160px, 170px, 60px) !important;
}

.btn{
    font-weight: bolder;
}

.movistar-login{
    transition: all 1s ease;
}

.movistar-login > .title1{
    font-size: 16px;
}
.movistar-login--buttons{
    font-size: 14px;
}

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.font-movi-header-regular{
    font-family: "Movistar_textregular";
}
.font-movi-header-bold{
    font-family: "MovistarHeadline-Bold";
}
.font-Movistar_text_bold{
    font-family: "Movistar_text_bold"
}
.font-Movistar_headlineregular{
    font-family: "Movistar_headlineregular"
}
.font-size-title{
    font-size: 19px;
}


@media (max-width: 767px) {
    #popup_signup{
        left: 0%;
    }
}

#popup_signup{
background: -webkit-linear-gradient(top, rgb(3, 93, 131) 0%, rgb(24, 159, 184) 45%, rgb(0, 197, 215) 73%, rgb(135, 187, 194) 98%);
background: -o-linear-gradient(top, rgb(3, 93, 131) 0%, rgb(24, 159, 184) 45%, rgb(0, 197, 215) 73%, rgb(135, 187, 194) 98%);
background: -ms-linear-gradient(top, rgb(3, 93, 131) 0%, rgb(24, 159, 184) 45%, rgb(0, 197, 215) 73%, rgb(135, 187, 194) 98%);
background: -moz-linear-gradient(top, rgb(3, 93, 131) 0%, rgb(24, 159, 184) 45%, rgb(0, 197, 215) 73%, rgb(135, 187, 194) 98%);
background: linear-gradient(to bottom, rgb(3, 93, 131) 0%, rgb(24, 159, 184) 45%, rgb(0, 197, 215) 73%, rgb(135, 187, 194) 98%);
display: none;
/*width: 563px;*/
position: absolute;
top: 25%;
left: 0px;
right: 0px;
max-width: 800px;
max-height: 100%;
width: 90%;
height:auto;
/* margin-top: -20%;  Half the height */
/*margin-left: -30%;  Half the width */
margin:  0 auto;
z-index: 9999;
padding: 15px;
}

.content-popup{
    width: 90%;
    margin-top: 1px;
    margin-left: 20px;
    /*margin-right: 40px;*/
    padding: 15px;
    
}

.imagen-registro{
    padding: 7px
}

.texto-popup{
    color: #fff;
    font-size: 23px
}

.texto-popup p{
    color: #fff;
}

/*.texto-popup a{
    width: 73px;
    height: 33px;
}*/

.texto2{
    width: 95%
}

.boton-aqui{
    margin-right: 80px;
}

.continue-signup{
    color: #ffffff;
    font-size: 14px;
    width: 150px;
}

.continue-signup:hover{
    color: #ffffff
}

.footer-popup{
    padding-left: 30px;
    padding-right: 40px;
}

#lista-ciudades{
    
    height: 220px; /*your fixed height*/
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    
}

#lista-ciudades li {
    
    /*display: inline-block; necessary*/
}

#lista-ciudades li a{
    font-size: 13px !important;
}