@charset "UTF-8";
/*
 *
 *		PAGES-STYLE.CSS
 *
 *	+ PAGE LOADER
 *	+ PAGE WRAPPER
 *	+ HEADER
 *	 - HEADER CONTAINER
 *	 - HEADER TOP
 *	 - HEADER
 *	 - LOGO
 *	 - MENU
 *	 - MOBILE MENU
 *	 - SEARCH
 *	 - SIGN IN
 *	 - STICKY
 *	+ PAGE CONTENT
 *	 - PAGE HEADER 
 *	+ FOOTER
 *	 - FOOTER
 *	 - FOOTER BOTTOM 
 *  + PAGES
 *	 - HOME
 *	 - ABOUT
 *	 - SERVICES
 *	 - PORTFOLIO
 *	 - BLOG
 *	 - CONTACT 
 *	 - SHORTCODES
 */
/***********************************************************************************
 *	+ PAGE LOADER
 ***********************************************************************************/
/*
 *
 *		CUSTOM.CSS
 *
 *	+ TYPOGRAPHY
 * 	+ HEADLINE
 *	+ ALERTS
 *	+ LISTS
 *	+ BUTTONS
  *	+ DIVIDERS
 *	+ TEXT BOXES
 *	+ IMAGE BOXES
 *	+ CALLOUT
 *	+ ACCORDION
 * 	+ TABS
 *	+ GOOGLE MAPS
 * 	+ SOCIAL MEDIA
 *	+ PROGRESS BARS
 *	+ PIE CHARTS
 * 	+ COUNTERS
 * 	+ STATISTICS
 * 	+ COUNTDOWN
 *	+ PRICE PLAN
 *	+ TIMELINE
 *	+ PROCESS STEPS
 * 	+ TESTIMONIALS
 * 	+ ISOTOPE
 * 	+ FILTER
 * 	+ PAGINATION
 * 	+ BREADCRUMB
 * 	+ FULL SECTIONS
 * 	+ VIDEO PLAYER
 * 	+ SCROLL UP
 *	+ SLIDERS
 *	+ ANIMATIONS
 *	+ WIDGETS
 */
/***********************************************************************************
 *	+ TYPOGRAPHY
 ***********************************************************************************/
@import '../fonts/icomoon-line/style.css';

@font-face {
  font-family: "sf-bold";
  src: url("../fonts/sitio/sf-ui-display-bold-webfont.woff2") format("woff2"), url("../fonts/sitio/sf-ui-display-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "sf-light";
  src: url("../fonts/sitio/sf-ui-display-light-webfont.woff2") format("woff2"), url("../fonts/sitio/sf-ui-display-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "sf-medium";
  src: url("../fonts/sitio/sf-ui-display-medium-webfont.woff2") format("woff2"), url("../fonts/sitio/sf-ui-display-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "sf";
  src: url("../fonts/sitio/sf-ui-display-regular-webfont.woff2") format("woff2"), url("../fonts/sitio/sf-ui-display-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/***********************************************************************************
 *	+ Customs
 ***********************************************************************************/
body {
  font: 15px/26px "sf", sans-serif;
  background-color: #fff;
  color: #868688;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #02224a;
  /*font-weight: 700;*/
}

h1 {
  margin-bottom: 14px;
  font-size: 48px;
  line-height: 62px;
}

h2 {
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 44px;
}

h3 {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
}

h4 {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 32px;
}

h5 {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 28px;
}

h6 {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  /*color: #02224a;*/
  text-decoration: none;
  transition: all 0.3s;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #ffad00;
  text-decoration: none;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: inherit;
  font-size: 85%;
  font-weight: inherit;
}

p {
  margin-bottom: 25px;
}

/* LINKS */
a {
  /*color: #ffad00;*/
}

a:hover,
a:focus {
  outline: 0;
  color: #ffad00;
}

/* IMAGES */
img {
  max-width: 100%;
}

/* ADDRESS */
address {
  line-height: inherit;
}

/* FORMS */
input,
select,
textarea {
  display: block;
  max-width: 100%;
  height: 47px;
  padding: 5px 10px;
  border: 1px solid #ebebeb;
  background-color: #fff;
  color: #838383;
  margin-bottom: 15px;
  margin-left: 63px;
}

label {
  font-weight: normal;
}

textarea {
  height: 325px;
  resize: none;
}

select {
  width: 100%;
  height: 50px;
}

input[class^=col-],
select[class^=col-],
textarea[class^=col-] {
  padding: 10px 20px;
}

textarea:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=week]:focus,
input[type=month]:focus,
input[type=text]:focus,
input[type=color]:focus,
input[type=email]:focus,
input[type=image]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=password]:focus {
  border-color: #ffad00;
  box-shadow: none;
  outline: 0;
}

select:focus {
  outline: none;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  margin-top: -11px;
}

.checkbox input[type=checkbox]:focus,
.checkbox-inline input[type=checkbox]:focus,
.radio input[type=radio]:focus,
.radio-inline input[type=radio]:focus {
  outline: none;
}

button,
input[type=reset],
input[type=submit],
input[type=button] {
  padding: 10px 48px 10px 50px;
  border: none;
  background-color: #0099f1;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 0.3s;
}

button:hover,
input[type=reset]:hover,
input[type=submit]:hover,
input[type=button]:hover {
  background-color: #02224a;
}

button,
input[type=reset]:focus,
input[type=submit]:focus,
input[type=button]:focus {
  box-shadow: none;
  outline: 0;
}

::-moz-placeholder {
  color: #aaa;
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
}

::-webkit-input-placeholder {
  color: #aaa;
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
}

:-ms-input-placeholder {
  color: #aaa;
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
}

/* TRANFORMATION CLASSES */
.text-mute {
  color: #c7c7c7;
}

.text-default-color {
  color: #ffad00;
}

.text-default-highlight {
  display: inline-block;
  padding: 10px 15px;
  margin: 10px 0;
  background-color: #ffad00;
  color: #fff;
}

.text-black-highlight {
  display: inline-block;
  padding: 10px 15px;
  margin: 10px 0;
  background-color: #02224a;
  color: #fff;
}

.text-light {
  font-weight: 300;
}

.text-ultrabold {
  font-weight: 900;
}

.dropcap {
  float: left;
  font-size: 36px;
  line-height: 52px;
  font-weight: 700;
  margin-right: 10px;
}

.last,
.no-margin-bottom {
  margin-bottom: 0 !important;
}

.margin-top-negative {
  margin-top: -100px;
}

@media (max-width: 767px) {
  h1 {
    font-size: 42px;
    line-height: 56px;
  }

  .last {
    margin-bottom: 20px !important;
  }

  .margin-top-negative {
    margin-top: 0;
  }

  .select-margin-left {
    margin-left: 0px !important;
  }
}

/***********************************************************************************
 *	+ HEADLINE
 ***********************************************************************************/
.headline {
  margin-bottom: 80px;
}

.headline:after {
  display: block;
  width: 60px;
  border-bottom: 1px solid #084897;
  margin-top: 15px;
  content: "";
}

.headline.text-center:after {
  margin: 25px auto 0;
}

.headline.text-right:after {
  float: right;
}

.headline p {
  margin-bottom: 26px;
  font-size: 16px;
  letter-spacing: 6px;
  text-transform: uppercase;
  font-family: "sf-light";
}

.headline h1,
.headline h2,
.headline h3,
.headline h4 {
  margin-bottom: 0;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 16px;
}

.headline span {
  color: #ffad00;
  font-weight: 300;
}

.headline h2 {
  color: #084897;
  font-family: "sf-light";
  line-height: 1.4;
}

.headline h2 span {
  color: #084897;
  font-family: "sf-bold";
}

/***********************************************************************************
 *	+ ALERTS
 ***********************************************************************************/
.alert {
  padding: 15px 30px;
  border: none;
  border-radius: 0;
  color: #fff;
  text-align: center;
}

.alert.alert-info {
  background-color: #838383;
}

.alert.alert-danger {
  background-color: #f30d39;
}

.alert.alert-success {
  background-color: #003689;
}

.alert.alert-warning {
  background-color: #ffad01;
}

h1.error {
  color: #ffad00;
  font-size: 100px;
  line-height: 92px;
  font-weight: 400;
  text-align: right;
}

/***********************************************************************************
 *	+ LISTS
 ***********************************************************************************/
/* GENERAL */
ul,
ol {
  padding: 0;
  margin-bottom: 25px;
  list-style-position: inside;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 20px;
}

dl {
  margin-bottom: 25px;
}

/* CHECK LIST */
.check-list {
  color: #02224a;
  font-size: 16px;
  list-style: none;
}

.check-list li {
  margin-bottom: 7px;
}

.check-list li:last-child {
  margin-bottom: 0;
}

.check-list li:before {
  position: relative;
  top: 1px;
  margin-right: 20px;
  color: #ffad00;
  font-family: "materia-icons";
  content: "\ea54";
}

/* LEAF LIST */
.leaf-list {
  color: #02224a;
  font-size: 16px;
  list-style: none;
}

.leaf-list li {
  margin-bottom: 7px;
}

.leaf-list li:last-child {
  margin-bottom: 0;
}

.leaf-list li:before {
  position: relative;
  top: 1px;
  margin-right: 20px;
  color: #ffad00;
  font-family: "FontAwesome";
  content: "\f06c";
}

/* BULLET LIST */
.bullet-list {
  list-style: none;
}

.bullet-list li {
  margin-bottom: 7px;
}

.bullet-list li:last-child {
  margin-bottom: 0;
}

.bullet-list li:before {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 15px;
  background-color: #ffad00;
  content: "";
}

/* LOGOS LIST */
.logos-list {
  margin-bottom: 20px;
  list-style: none;
}

.logos-list li {
  float: left;
  width: 20%;
  height: 45px;
  padding: 0 20px;
  text-align: center;
  background: no-repeat top center;
  transition: all 0.3s;
}

.logos-list li:hover {
  background-position: bottom center;
}

.logos-list:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

@media (max-width: 767px) {
  .logos-list li {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }

  .logos-list li:last-child {
    margin-bottom: 0;
  }

  section.promo.visible-xs-block .headline {
    margin-bottom: 0px;
  }

  section.promo.visible-xs-block .headline:after {
    display: none;
  }

  section.promo.visible-xs-block .headline h2 {
    margin-top: 20px;
  }

  section.promo.visible-xs-block .headline p {
    margin-top: 25px;
    margin-bottom: 0px;
  }

  section.promo.visible-xs-block .headline h2:after {
    display: block;
    width: 60px;
    border-bottom: 1px solid #084897;
    margin-top: 15px;
    content: "";
  }
}

/***********************************************************************************
 *	+ BUTTONS
 ***********************************************************************************/
.btn {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 12px 35px;
  border: none;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  transform: translateZ(0);
  transition: all 0.3s;
}

.btn:last-child {
  margin-right: 0;
}

.btn:after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 5px;
  content: "";
  transform: scale(0);
  transition: all 0.3s;
}

.btn:focus,
.btn:active {
  outline: 0 !important;
  box-shadow: none;
}

.btn:hover:after {
  transform: scale(1);
}

.btn-xs {
  padding: 10px 25px;
  font-size: 12px;
  text-transform: uppercase;
}

.btn-lg {
  padding: 14px 50px;
  font-size: 14px;
  text-transform: uppercase;
}

.btn i {
  display: inline-block;
  font-size: 150%;
  line-height: 1px;
  vertical-align: middle;
  transform: translateX(-100%);
}

.btn-lg i {
  transform: translateX(-150%);
}

.btn-xs i {
  transform: translateX(-80%);
}

/* DEFAULT BUTTON */
.btn-default {
  background-color: #ffad00;
  color: #fff;
}

.btn-default:after {
  background-color: #02224a;
}

.btn-default,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default:active:focus {
  background-color: #ffad00;
  color: #fff;
}

.btn-default:hover {
  background-color: #02224a;
  color: #fff;
}

/* WHITE BUTTON */
.btn-white {
  border: 1px solid #ffad00;
  color: #ffad00;
}

.btn-white:after {
  background-color: #ffad00;
}

.btn-white:hover {
  background-color: #ffad00;
  color: #fff;
}

/***********************************************************************************
 *	+ DIVIDERS
 ***********************************************************************************/
.hr {
  border-top: 1px solid #ebebeb;
  margin: 30px 0;
}

.hr.default-color {
  border-top-color: #ffad00;
}

.hr.black {
  border-top-color: #02224a;
}

/***********************************************************************************
 *	+ TEXT BOXES
 ***********************************************************************************/
/* TEXT BOX 1 */
.text-box {
  position: relative;
  z-index: 1;
  padding: 50px 40px;
  margin-bottom: 50px;
  background: no-repeat center center;
  background-color: #f2f6f8;
  background-size: cover;
  transform: translateZ(0);
}

.text-box-overlay {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #02224a;
  opacity: 0.8;
}

.text-box.rounded {
  border-radius: 5px;
}

.text-box.bordered {
  border: 1px solid #ffad00;
  background-color: transparent;
}

.text-box .text-box-title {
  margin-bottom: 20px;
}

.text-box .text-box-title p {
  margin-bottom: 0;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.text-box .text-box-title h2 {
  margin-bottom: 0;
  letter-spacing: 2px;
}

.text-box.default-color {
  background-color: #ffad00;
  color: #fff;
}

.text-box.black {
  background-color: #003679;
  color: #fff;
}

.text-box.black a,
.text-box.black h1,
.text-box.black h2,
.text-box.black h3,
.text-box.black h4,
.text-box.black h5,
.text-box.black h6,
.text-box.default-color a,
.text-box.default-color h1,
.text-box.default-color h2,
.text-box.default-color h3,
.text-box.default-color h4,
.text-box.default-color h5,
.text-box.default-color h6 {
  color: inherit;
}

.text-box .headline {
  margin-bottom: 15px;
}

.text-box.black .btn-white,
.text-box.default-color .btn-white {
  border-color: #fff;
  color: #fff;
}

.text-box.default-color .btn-white:after {
  background-color: #02224a;
}

.text-box.default-color .btn-white:hover {
  border-color: #02224a;
  background-color: #02224a;
}

.text-box.black .btn-white:after {
  background-color: #ffad00;
}

.text-box.black .btn-white:hover {
  border-color: #ffad00;
  background-color: #ffad00;
}

.text-box>*:last-child {
  margin-bottom: 0;
}

/* TEXT BOX 2 */
.text-box-2 {
  padding: 0 25px 30px;
  margin-bottom: 50px;
  background-color: #f2f7f9;
  color: #838383;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
}

.text-box-2 h4 {
  margin: 0 -25px 40px;
  padding: 10px 0;
  background-color: #02224a;
  color: #fff;
  transition: all 0.3s;
}

.text-box-2 h4 a {
  display: block;
  color: #fff;
}

.text-box-2>a {
  display: inline-block;
  border-bottom: 1px solid #ffad00;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s;
}

.text-box-2>a:hover {
  border-color: #fff;
  color: #fff;
}

.text-box-2:hover {
  background-color: #02224a;
  color: #fff;
}

.text-box-2:hover h4 {
  background-color: #ffad00;
}

.text-box-2:hover h4:hover {
  background-color: #d7d7d7;
}

/* TEXT BOXES LIST */
.text-boxes-list {
  margin: 50px 0 100px;
  list-style: none;
}

.text-boxes-list>li {
  float: left;
  width: 33.33333%;
}

.text-boxes-list.col-3>li {
  width: 33.33333%;
}

.text-boxes-list.col-4>li {
  width: 25%;
}

.text-boxes-list>li .text-box {
  padding: 20% 15%;
  margin-bottom: 0;
}

.text-boxes-list:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

@media (min-width: 768px) and (max-width: 991px) {

  .text-boxes-list>li,
  .text-boxes-list.col-3>li,
  .text-boxes-list.col-4>li {
    float: none;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .text-box {
    padding: 50px 20px;
  }

  .text-boxes-list>li,
  .text-boxes-list.col-3>li,
  .text-boxes-list.col-4>li {
    float: none;
    width: 100%;
  }

  .text-boxes-list>li .text-box {
    padding: 50px 20px;
  }
}

/***********************************************************************************
 *	+ IMAGE BOXES
 ***********************************************************************************/
/* IMAGE BOX STYLE-1 */
.image-box.style-1 {
  margin-bottom: 50px;
}

.image-box.style-1 .image-box-thumbnail {
  position: relative;
  margin-bottom: 35px;
}

.image-box.style-1 .image-box-thumbnail a.zoom {
  position: absolute;
  bottom: -18px;
  right: 40px;
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #ffad00;
  color: #fff;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
}

.image-box.style-1 .image-box-thumbnail a.zoom:hover {
  background-color: #02224a;
}

.image-box.style-1 h5 {
  margin-bottom: 35px;
  text-transform: uppercase;
}

.image-box.style-1 .btn {
  margin-top: 5px;
}

.productos {
  background: url(../../images/index/bg-productos.jpg) no-repeat top center fixed;
}

.productos .owl-container {
  padding: 0;
}

.productos .image-box {
  background: #084897;
}

.productos .image-box a img {
  transition: all 0.3s;
}

.productos .image-box a .box-thumbnail-text {
  /*background: -moz-linear-gradient(top, rgba(0,0,0,0) 10%, rgba(0,0,0,0.6) 100%); 
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 10%,rgba(0,0,0,0.6) 100%); 
  background: linear-gradient(to bottom, rgba(0,0,0,0) 10%,rgba(0,0,0,0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
  text-shadow: 0px 1px 6px rgba(150, 150, 150, 1);*/
  color: rgba(57, 109, 172, 0.8);
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 35px 20px 15px;
  transition: all 0.3s;
  text-align: center;
}

.productos .image-box a .box-thumbnail-text h4 {
  color: #fff;
  font-size: 28px;
  font-family: "sf-bold";
  margin-bottom: 10px;
  font-weight: none;
  line-height: 24px;
}

.productos .image-box a .box-thumbnail-text p {
  font-family: "sf-light";
  line-height: 24px;
  font-size: 20px;
  margin-bottom: 0;
  transition: all 0.3s;
}

.productos .image-box a .box-thumbnail-text span {
  opacity: 0;
  transition: all 0.3s;
  font-size: 36px;
  margin-bottom: 15px;
  display: inline-block;
}

.productos .image-box a:hover .box-thumbnail-text {
  transition: all 0.3s;
}

.productos .image-box a:hover span {
  opacity: 1;
  transition: all 0.3s;
}

.productos .image-box a:hover img {
  opacity: 0.5;
  transition: all 0.3s;
}

.productos .image-box a:hover p {
  margin-bottom: 20px;
  transition: all 0.3s;
}

#empresas-cuentas .productos {
  background: url(../../images/empresa/bg-cuentas-container.jpg) fixed no-repeat;
}

.productos-personas .owl-container {
  padding: 0;
}

.productos-personas .image-box {
  background: #084897;
}

.productos-personas .image-box a img {
  transition: all 0.3s;
}

.productos-personas .image-box a img:hover {
  transition: all 0.3s;
}

.productos-personas .image-box a .box-thumbnail-text {
  /*background: -moz-linear-gradient(top, rgba(0,0,0,0) 10%, rgba(0,0,0,0.6) 100%); 
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 10%,rgba(0,0,0,0.6) 100%); 
  background: linear-gradient(to bottom, rgba(0,0,0,0) 10%,rgba(0,0,0,0.6) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
  text-shadow: 0px 3px 4px rgba(150, 150, 150, 1);*/
  color: rgba(57, 109, 172, 0.8);
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 20px 25px;
  transition: all 0.3s;
  text-align: center;
}

.productos-personas .image-box a .box-thumbnail-text h4 {
  color: #fff;
  font-size: 28px;
  font-family: "sf-bold";
  margin-bottom: 10px;
  font-weight: none;
  line-height: 24px;
}

.productos-personas .image-box a .box-thumbnail-text p {
  font-family: "sf-light";
  line-height: 24px;
  font-size: 20px;
  margin-bottom: 0;
  transition: all 0.3s;
}

.productos-personas .image-box a .box-thumbnail-text span {
  opacity: 0;
  transition: all 0.3s;
  font-size: 36px;
  margin-bottom: 15px;
  display: inline-block;
}

.productos-personas .image-box a:hover .box-thumbnail-text {
  transition: all 0.3s;
}

.productos-personas .image-box a:hover span {
  opacity: 1;
  transition: all 0.3s;
}

.productos-personas .image-box a:hover img {
  opacity: 0.5;
  transition: all 0.3s;
}

.productos-personas .image-box a:hover p {
  margin-bottom: 20px;
  transition: all 0.3s;
}

#empresas-cuentas .productos-personas {
  background: url(../../images/empresa/bg-cuentas-container.jpg) fixed no-repeat;
}

/* IMAGE BOX STYLE 2 */
.image-box.style-2 {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}

#index .image-box.style-2 {
  margin-bottom: 0;
}

.image-box.style-2 a {
  transition: all 0.3s;
}

.image-box.style-2 a:hover {
  transition: all 0.3s;
}

.image-box.style-2 a:hover img {
  transition: all 0.3s;
}

.image-box.style-2 a:hover .div-sombra {
  transition: all 0.3s;
  display: block;
}

.image-box.style-2 a img {
  transition: all 0.3s;
}

.image-box.style-2 a .div-sombra {
  transition: all 0.3s;
}

.image-box.style-2 .image-box-thumbnail {
  transition: all 0.3s;
  position: relative;
}

.image-box.style-2 .image-box-thumbnail .div-sombra {
  position: absolute;
  width: 100%;
  height: 300px;
  bottom: 0;
  transition: all 0.3s;
}

.image-box.style-2 .image-box-thumbnail .div-sombra:hover {
  transition: all 0.3s;
}

.image-box.style-2 .image-box-thumbnail img {
  display: block;
  width: 100%;
  transition: all 0.3s;
}

.image-box.style-2>h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 30px;
  margin-bottom: 0;
  background-color: #f2f7f9;
  cursor: pointer;
  transition: all 0.3s;
  text-shadow: 0px 1px 4px rgb(150, 150, 150);
}

.image-box.style-2 .image-box-content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow-y: scroll;
  padding: 25px;
  background-color: rgba(255, 173, 0, 0.9);
  color: #fff;
  transform: translateY(100%);
  transition: all 0.3s;
}

.image-box.style-2 .image-box-content.slideup {
  transform: translateY(0);
}

.image-box.style-2 .image-box-content>.close-image-box-content {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: auto;
  left: auto;
  color: #fff;
  text-decoration: none;
}

.image-box.style-2 .image-box-content h4 {
  margin-bottom: 10px;
  color: #fff;
  font-weight: 700;
}

.image-box.style-2:hover>h4 {
  background-color: #ffad00;
  color: #fff;
}

.image-box.style-2:hover>h4:hover {
  background-color: #ffad00;
  transition: all 0.3s;
}

@media (min-width: 768px) and (max-width: 991px) {
  .image-box.style-2>h4 {
    padding: 15px 10px;
    font-size: 16px;
    line-height: 24px;
  }
}

/***********************************************************************************
 *	+ CALLOUT
 ***********************************************************************************/
.callout {
  margin-bottom: 50px;
  list-style: none;
}

.callout li {
  position: relative;
  float: left;
  width: 12.5%;
}

.callout.col-8 li {
  width: 12.5%;
}

.callout.col-6 li {
  width: 16.666667%;
}

.callout.col-4 li {
  width: 25%;
}

.callout li:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffad00;
  opacity: 0;
  content: "";
  transform: scale(0.7);
  transition: all 0.3s;
}

.callout li h4 {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

.callout li h4 a {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  color: #02224a;
  transform: translateY(-50%);
  transition: all 0.2s 0.1s;
}

.callout li img+h4 a {
  color: #fff;
  opacity: 0;
  transform: translateY(0);
}

.callout li:hover {
  cursor: pointer;
}

.callout li:hover:after {
  opacity: 0.9;
  transform: scale(1);
}

.callout li:hover h4 a {
  color: #fff;
}

.callout li:hover img+h4 a {
  opacity: 1;
  transform: translateY(-50%);
  transition: all 0.2s 0s;
}

.callout:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

@media (min-width: 768px) and (max-width: 991px) {

  .callout li,
  .callout.col-8 li {
    width: 25%;
  }

  .callout.col-6 li {
    width: 33.333333%;
  }
}

@media (max-width: 767px) {

  .callout li,
  .callout.col-8 li,
  .callout.col-6 li,
  .callout.col-4 li {
    float: none;
    width: 100%;
  }
}

@media (min-width: 480px) and (max-width: 767px) {

  .callout li,
  .callout.col-8 li,
  .callout.col-6 li,
  .callout.col-4 li {
    float: left;
    width: 50%;
  }
}

/***********************************************************************************
 *	+ ACCORDION
 ***********************************************************************************/
.tab-content .tab-pane h3 {
  font-family: "sf-bold";
  color: #084897;
  font-size: 24px;
}

.tab-content .tab-pane h3 .fa {
  margin-right: 10px;
}

.tab-content .tab-pane h4 {
  font-family: "sf-bold";
  font-size: 20px;
  color: #868688;
}

.tab-content .tab-pane h5 {
  color: #868688;
}

.tab-content .tab-pane p {
  font-size: 20px;
  font-family: "sf-light";
  margin-bottom: 10px;
  color: #868688;
}

.tab-content .tab-pane p .resaltado {
  font-family: "sf-bold";
}

.tab-content .tab-pane ul {
  padding-left: 25px;
  list-style-position: outside;
}

.tab-content .tab-pane ul li {
  font-size: 20px;
  font-family: "sf-light";
  margin-bottom: 10px;
  color: #ffc900;
  /*&:before{
  	content: "\2022";
  	color:red;
  }*/
}

.tab-content .tab-pane ul li span {
  color: #868688;
}

.panel {
  background-color: transparent;
  box-shadow: none;
}

.panel-heading {
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

.panel-title a,
.panel-title a:focus {
  position: relative;
  display: block;
  height: 65px;
  padding: 18px 45px 18px 20px;
  margin-bottom: 10px;
  background-color: #f8f8f8;
  color: #222;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s;
}

.panel-title a img {
  position: absolute;
  top: 0;
  left: 0;
}

.panel-title a i {
  position: absolute;
  top: 0;
  left: 0;
  width: 65px;
  height: 65px;
  line-height: 65px;
  background-color: #838383;
  color: #fff;
  font-size: 32px;
  text-align: center;
}

.panel-title a i+span,
.panel-title a img+span {
  padding-left: 65px;
}

.panel-title a:before {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "+";
  transform: translateY(-50%);
  transition: all 0.3s;
}

.panel-title a:hover,
.panel-title a[aria-expanded=true] {
  background-color: #ffad00;
  color: #fff;
}

.panel-title a[aria-expanded=true]:before {
  content: "-";
}

.panel-group .panel+.panel {
  margin-top: 0;
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
  padding: 20px 25px 30px;
  border: none;
}

.panel-body>*:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {

  .panel-title a,
  .panel-title a:focus {
    height: auto;
    padding-left: 20px;
  }

  .panel-title a i,
  .panel-title a img {
    display: none;
  }

  .panel-title a i+span,
  .panel-title a img+span {
    padding-left: 0;
  }
}

/***********************************************************************************
 *	+ TABS
 ***********************************************************************************/
/* HORIZONTAL TABS */
.nav-tabs {
  border-bottom: none;
}

.nav-tabs>li {
  margin-bottom: 0;
  margin-right: 0;
}

.nav-tabs>li:last-child {
  margin-right: 0;
}

.nav-tabs>li>a {
  padding: 12px 25px;
  border: none;
  border-radius: 0;
  background-color: #f8f8f8;
  color: #02224a;
  transition: all 0.3s;
}

.nav-tabs>li>a:focus {
  border-color: transparent;
  background-color: transparent;
}

.nav-tabs>li>a:hover,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  border: none;
  background-color: #ffad00;
  color: #fff;
  background: #f3f7fa;
  color: #084897;
}

.tab-content {
  margin: 30px 0;
}

.tab-content .pie-chart-container {
  margin-bottom: 0;
}

.tab-content .headline {
  margin-bottom: 50px;
}

.tab-content .tab-pane>*:last-child {
  margin-bottom: 0;
}

.tab-content:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* VERTICAL TABS */
.vertical-tabs {
  margin-bottom: 50px;
}

.vertical-tabs .nav-tabs {
  float: left;
}

.vertical-tabs .nav-tabs li {
  float: none;
  margin-left: 0;
}

/* VERTICAL TABS STYLE 1 */
.vertical-tabs.style-1 .nav-tabs {
  width: 370px;
  border-right: 1px solid #ebebeb;
}

.vertical-tabs.style-1 .nav-tabs>li>a {
  padding: 20px 30px;
  border-bottom: 1px solid #d3d3d4;
  margin-right: 0;
  background-color: transparent;
  color: #868688;
  font-family: "sf-bold";
  font-size: 18px;
  /*font-weight: 700;*/
  /*text-transform: uppercase;*/
}

.vertical-tabs.style-1 .nav-tabs>li:last-child>a {
  border-bottom: none;
}

.vertical-tabs.style-1 .nav-tabs>li>a i {
  position: relative;
  top: -4px;
  float: left;
  margin-right: 25px;
  font-size: 28px;
  transition: all 0.3s;
}

.vertical-tabs.style-1 .nav-tabs>li:first-child>a {
  border-top: none;
}

.vertical-tabs.style-1 .nav-tabs>li>a:hover,
.vertical-tabs.style-1 .nav-tabs>li.active>a {
  color: #084897;
}

.vertical-tabs.style-1 .nav-tabs>li.active>a {
  font-size: 18px;
}

.vertical-tabs.style-1 .nav-tabs>li>a:hover i,
.vertical-tabs.style-1 .nav-tabs>li.active>a i {
  color: #ffad00;
}

.vertical-tabs.style-1 .nav-tabs>li.active>a i {
  font-size: 32px;
}

.vertical-tabs.style-1 .tab-content {
  margin-left: 370px;
  padding-left: 100px;
}

/* VERTICAL TABS style-2 */
.vertical-tabs.style-2 .nav-tabs {
  width: 370px;
}

.vertical-tabs.style-2 .nav-tabs>li>a {
  padding: 15px 20px;
  margin-right: 0;
  margin-bottom: 5px;
  background-color: #f8f8f8;
  color: #02224a;
  font-weight: 700;
  text-transform: uppercase;
}

.vertical-tabs.style-2.rounded .nav-tabs>li>a {
  border-radius: 5px;
}

.vertical-tabs.style-2 .nav-tabs>li:last-child>a {
  margin-bottom: 0;
}

.vertical-tabs.style-2 .nav-tabs>li>a i {
  position: relative;
  top: -4px;
  float: left;
  margin-right: 20px;
  font-size: 28px;
}

.vertical-tabs.style-2 .nav-tabs>li:first-child>a {
  border-top: none;
}

.vertical-tabs.style-2 .nav-tabs>li>a:hover,
.vertical-tabs.style-2 .nav-tabs>li.active>a {
  background-color: #ffad00;
  color: #fff;
  background: red;
}

.vertical-tabs.style-2 .tab-content {
  padding-left: 30px;
  margin-top: 0;
  margin-left: 370px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .vertical-tabs.style-1 .nav-tabs {
    width: 270px;
  }

  .vertical-tabs.style-1 .tab-content {
    margin-left: 300px;
    padding-left: 0;
  }

  .vertical-tabs.style-2 .nav-tabs {
    width: 270px;
  }

  .vertical-tabs.style-2 .tab-content {
    margin-left: 290px;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .nav-tabs>li {
    float: none;
    margin-right: 0;
    margin-bottom: 1px;
  }

  .nav-tabs>li:last-child {
    margin-bottom: 0;
  }

  .vertical-tabs.style-1 .nav-tabs {
    width: 100%;
    border: 1px solid #ebebeb;
    margin-bottom: 30px;
  }

  .vertical-tabs.style-1 .tab-content {
    margin-left: 0;
    padding-left: 0;
  }

  .vertical-tabs.style-2 .nav-tabs {
    float: none;
    width: 100%;
  }

  .vertical-tabs.style-2 .tab-content {
    margin-left: 0;
    padding-left: 0;
  }
}

/***********************************************************************************
 *	+ GOOGLE MAPS
 ***********************************************************************************/
.map {
  height: 300px;
  margin: 50px 0;
}

.map img {
  max-width: none;
}

@media (max-width: 767px) {
  .map {
    height: 400px !important;
  }
}

/***********************************************************************************
 *	+ SOCIAL MEDIA
 ***********************************************************************************/
.social-media {
  margin-bottom: 20px;
}

.social-media a {
  display: inline-block;
  font-size: 18px;
  line-height: 32px;
  color: #c7c7c7;
  text-decoration: none;
  transition: all 0.3s;
  float: left;
  transition: all 0.3s;
}

.social-media a img {
  transition: all 0.3s;
  width: 50px;
  height: auto;
}

.social-media a:hover {
  transition: all 0.3s;
}

.social-media a:hover img {
  opacity: 0.5;
  transition: all 0.3s;
}

.social-media.rounded {
  margin-top: -5px;
}

.social-media.rounded a {
  width: 25px;
  height: 25px;
  border: 1px solid #c7c7c7;
  border-radius: 50%;
  margin: 5px 15px 5px 0;
  font-size: 12px;
  line-height: 23px;
  text-align: center;
}

.social-media a:last-child {
  margin-right: 0;
}

.social-media a.facebook:hover {
  color: #0e59a0 !important;
}

.social-media a.twitter:hover {
  color: #0ea4ff !important;
}

.social-media a.dribbble:hover {
  color: #ea73a0 !important;
}

.social-media a.pinterest:hover {
  color: #d73532 !important;
}

.social-media a.google:hover {
  color: #da4835 !important;
}

.social-media a.tumblr:hover {
  color: #2a445f !important;
}

.social-media a.instagram:hover {
  color: #82685a !important;
}

.social-media a.rss:hover {
  color: #f79638 !important;
}

.social-media a.linkedin:hover {
  color: #018faf !important;
}

.social-media a.skype:hover {
  color: #00b0f6 !important;
}

.social-media a.flickr:hover {
  color: #0061db !important;
}

.social-media a.vimeo:hover {
  color: #4cb2d9 !important;
}

.social-media a.github:hover {
  color: #3b3b3b !important;
}

.social-media a.youtube:hover {
  color: #cc181e !important;
}

.social-media a.windows:hover {
  color: #6dc2e9 !important;
}

.social-media a.dropbox:hover {
  color: #007ee5 !important;
}

.social-media a.xing:hover {
  color: #026566 !important;
}

.social-media a.adn:hover {
  color: #1ea076 !important;
}

.social-media a.android:hover {
  color: #98cb02 !important;
}

.social-media a.apple:hover {
  color: #a6b1b7 !important;
}

.social-media a.behance:hover {
  color: #2d9ad2 !important;
}

.social-media a.bitbucket:hover {
  color: #214f81 !important;
}

.social-media a.bitcoin:hover {
  color: #f7931b !important;
}

.social-media a.codepan:hover {
  color: #000 !important;
}

.social-media a.css3:hover {
  color: #3289ce !important;
}

.social-media a.delicious:hover {
  color: #3399fe !important;
}

.social-media a.deviantart:hover {
  color: #c8da30 !important;
}

.social-media a.digg:hover {
  color: #0080c2 !important;
}

.social-media a.drupal:hover {
  color: #0077b9 !important;
}

.social-media a.empire:hover {
  color: #000 !important;
}

.social-media a.foursquare:hover {
  color: #daecb0 !important;
}

.social-media a.git:hover {
  color: #f34f29 !important;
}

.social-media a.gitti:hover {
  color: #634c3e !important;
}

.social-media a.hacker-news:hover {
  color: #f18642 !important;
}

.social-media a.html5:hover {
  color: #e54c1f !important;
}

.social-media a.joomla:hover {
  color: #016fb9 !important;
}

.social-media a.jsfiddle:hover {
  color: #4679a4 !important;
}

.social-media a.linux:hover {
  color: #fece0e !important;
}

.social-media a.maxcdn:hover {
  color: #f36f20 !important;
}

.social-media a.openid:hover {
  color: #fe6101 !important;
}

.social-media a.pagelines:hover {
  color: #3783e3 !important;
}

.social-media a.pied-piper:hover {
  color: #0c7b48 !important;
}

.social-media a.qq:hover {
  color: #23286c !important;
}

.social-media a.rebel:hover {
  color: #000 !important;
}

.social-media a.reddit:hover {
  color: #cee3f8 !important;
}

.social-media a.renren:hover {
  color: #0d81e4 !important;
}

.social-media a.share:hover {
  color: #252525 !important;
}

.social-media a.slack:hover {
  color: #453744 !important;
}

.social-media a.soundcloud:hover {
  color: #fe4e00 !important;
}

.social-media a.spotify:hover {
  color: #80bb41 !important;
}

.social-media a.stack-exchange:hover {
  color: #265a93 !important;
}

.social-media a.stackoverflow:hover {
  color: #fea501 !important;
}

.social-media a.steam:hover {
  color: #191919 !important;
}

.social-media a.stumbleupon:hover {
  color: #f04f23 !important;
}

.social-media a.tencent-weibo:hover {
  color: #0063a7 !important;
}

.social-media a.trello:hover {
  color: #226784 !important;
}

.social-media a.vine:hover {
  color: #00b081 !important;
}

.social-media a.vk:hover {
  color: #50769d !important;
}

.social-media a.wechat:hover {
  color: #a4dc31 !important;
}

.social-media a.weibo:hover {
  color: #d82828 !important;
}

.social-media a.wordpress:hover {
  color: #454442 !important;
}

.social-media a.yahoo:hover {
  color: #4b04a8 !important;
}

.social-media a.ftpx:hover {
  color: #000 !important;
}

.social-media a.amazon:hover {
  color: #ff9900 !important;
}

.social-media a.angellist:hover {
  color: #000 !important;
}

.social-media a.btc:hover {
  color: #f7931b !important;
}

.social-media a.black-tie:hover {
  color: #000 !important;
}

.social-media a.bluetooth:hover {
  color: #0a3d91 !important;
}

.social-media a.buysellads:hover {
  color: #ba0202 !important;
}

.social-media a.cc-amex:hover {
  color: #016dd2 !important;
}

.social-media a.cc-diners-club:hover {
  color: #0069aa !important;
}

.social-media a.cc-discover:hover {
  color: #f88737 !important;
}

.social-media a.cc-jcb:hover {
  color: #29166f !important;
}

.social-media a.cc-mastercard:hover {
  color: #fe9611 !important;
}

.social-media a.paypal:hover {
  color: #012069 !important;
}

.social-media a.cc-stripe:hover {
  color: #49b802 !important;
}

.social-media a.cc-visa:hover {
  color: #1b4da2 !important;
}

.social-media a.chrome:hover {
  color: #edcd16 !important;
}

.social-media a.codepen:hover {
  color: #1b1c1b !important;
}

.social-media a.codiepie:hover {
  color: #000 !important;
}

.social-media a.connectdevelop:hover {
  color: #023cb0 !important;
}

.social-media a.contao:hover {
  color: #e4790f !important;
}

.social-media a.dashcube:hover {
  color: #000 !important;
}

.social-media a.edge:hover {
  color: #2c74be !important;
}

.social-media a.expeditedssl:hover {
  color: #2e2e2e !important;
}

.social-media a.firefox:hover {
  color: #df731b !important;
}

.social-media a.fonticons:hover {
  color: #1d1e2a !important;
}

.social-media a.fort-awesome:hover {
  color: #000 !important;
}

.social-media a.forumbee:hover {
  color: #85ac2f !important;
}

.social-media a.get-pocket:hover {
  color: #e84352 !important;
}

.social-media a.gg:hover {
  color: #fd0002 !important;
}

.social-media a.gratipay:hover {
  color: #653614 !important;
}

.social-media a.houzz:hover {
  color: #9bc545 !important;
}

.social-media a.internet-explorer:hover {
  color: #00bcf2 !important;
}

.social-media a.ioxhost:hover {
  color: #f6a814 !important;
}

.social-media a.lastfm:hover {
  color: #e2152b !important;
}

.social-media a.leanpub:hover {
  color: #231f20 !important;
}

.social-media a.meanpath:hover {
  color: #538dd6 !important;
}

.social-media a.medium:hover {
  color: #00ab6c !important;
}

.social-media a.mixcloud:hover {
  color: #040204 !important;
}

.social-media a.modx:hover {
  color: #8ed547 !important;
}

.social-media a.odnoklassniki:hover {
  color: #f68634 !important;
}

.social-media a.opencart:hover {
  color: #00c1f2 !important;
}

.social-media a.opera:hover {
  color: #e81617 !important;
}

.social-media a.optin-monster:hover {
  color: #8ed31e !important;
}

.social-media a.product-hunt:hover {
  color: #d6573d !important;
}

.social-media a.reddit:hover {
  color: #ff4500 !important;
}

.social-media a.safari:hover {
  color: #2973d9 !important;
}

.social-media a.scribd:hover {
  color: #382d29 !important;
}

.social-media a.sellsy:hover {
  color: #006ca2 !important;
}

.social-media a.shirtsinbulk:hover {
  color: #dd3a26 !important;
}

.social-media a.simplybuilt:hover {
  color: #322f34 !important;
}

.social-media a.skyatlas:hover {
  color: #01aebe !important;
}

.social-media a.slideshare:hover {
  color: #13999a !important;
}

.social-media a.stack-overflow:hover {
  color: #ef532a !important;
}

.social-media a.tripadvisor:hover {
  color: #1e892f !important;
}

.social-media a.twitch:hover {
  color: #6441a5 !important;
}

.social-media a.usb:hover {
  color: #000 !important;
}

.social-media a.viacoin:hover {
  color: #2376a2 !important;
}

.social-media a.whatsapp:hover {
  color: #44c254 !important;
}

.social-media a.wikipedia:hover {
  color: #0c0c0c !important;
}

.social-media a.y-combinator:hover {
  color: #ff6501 !important;
}

.social-media a.yelp:hover {
  color: #bf311b !important;
}

.social-media a.email:hover {
  color: #689c49 !important;
}

.social-media a.envira:hover {
  color: #75bd3b !important;
}

.social-media a.gitlab:hover {
  color: #e24329 !important;
}

.social-media a.glide:hover {
  color: #00a7ff !important;
}

.social-media a.snapchat:hover {
  color: #efe200 !important;
}

.social-media a.viadeo:hover {
  color: #f4982b !important;
}

.social-media a.wpbeginner:hover {
  color: #ff6600 !important;
}

.social-media a.wpforms:hover {
  color: #b6581a !important;
}

.social-media.rounded a.facebook:hover {
  color: #0e59a0 !important;
  border-color: #0e59a0 !important;
}

.social-media.rounded a.twitter:hover {
  color: #0ea4ff !important;
  border-color: #0ea4ff !important;
}

.social-media.rounded a.dribbble:hover {
  color: #ea73a0 !important;
  border-color: #ea73a0 !important;
}

.social-media.rounded a.pinterest:hover {
  color: #d73532 !important;
  border-color: #d73532 !important;
}

.social-media.rounded a.google:hover {
  color: #da4835 !important;
  border-color: #da4835 !important;
}

.social-media.rounded a.tumblr:hover {
  color: #2a445f !important;
  border-color: #2a445f !important;
}

.social-media.rounded a.instagram:hover {
  color: #82685a !important;
  border-color: #82685a !important;
}

.social-media.rounded a.rss:hover {
  color: #f79638 !important;
  border-color: #f79638 !important;
}

.social-media.rounded a.linkedin:hover {
  color: #018faf !important;
  border-color: #018faf !important;
}

.social-media.rounded a.skype:hover {
  color: #00b0f6 !important;
  border-color: #00b0f6 !important;
}

.social-media.rounded a.flickr:hover {
  color: #0061db !important;
  border-color: #0061db !important;
}

.social-media.rounded a.vimeo:hover {
  color: #4cb2d9 !important;
  border-color: #4cb2d9 !important;
}

.social-media.rounded a.github:hover {
  color: #3b3b3b !important;
  border-color: #3b3b3b !important;
}

.social-media.rounded a.youtube:hover {
  color: #cc181e !important;
  border-color: #cc181e !important;
}

.social-media.rounded a.windows:hover {
  color: #6dc2e9 !important;
  border-color: #6dc2e9 !important;
}

.social-media.rounded a.dropbox:hover {
  color: #007ee5 !important;
  border-color: #007ee5 !important;
}

.social-media.rounded a.xing:hover {
  color: #026566 !important;
  border-color: #026566 !important;
}

.social-media.rounded a.adn:hover {
  color: #1ea076 !important;
  border-color: #1ea076 !important;
}

.social-media.rounded a.android:hover {
  color: #98cb02 !important;
  border-color: #98cb02 !important;
}

.social-media.rounded a.apple:hover {
  color: #a6b1b7 !important;
  border-color: #a6b1b7 !important;
}

.social-media.rounded a.behance:hover {
  color: #2d9ad2 !important;
  border-color: #2d9ad2 !important;
}

.social-media.rounded a.bitbucket:hover {
  color: #214f81 !important;
  border-color: #214f81 !important;
}

.social-media.rounded a.bitcoin:hover {
  color: #f7931b !important;
  border-color: #f7931b !important;
}

.social-media.rounded a.codepan:hover {
  color: #000 !important;
  border-color: #000 !important;
}

.social-media.rounded a.css3:hover {
  color: #3289ce !important;
  border-color: #3289ce !important;
}

.social-media.rounded a.delicious:hover {
  color: #3399fe !important;
  border-color: #3399fe !important;
}

.social-media.rounded a.deviantart:hover {
  color: #c8da30 !important;
  border-color: #c8da30 !important;
}

.social-media.rounded a.digg:hover {
  color: #0080c2 !important;
  border-color: #0080c2 !important;
}

.social-media.rounded a.drupal:hover {
  color: #0077b9 !important;
  border-color: #0077b9 !important;
}

.social-media.rounded a.empire:hover {
  color: #000 !important;
  border-color: #000 !important;
}

.social-media.rounded a.foursquare:hover {
  color: #daecb0 !important;
  border-color: #daecb0 !important;
}

.social-media.rounded a.git:hover {
  color: #f34f29 !important;
  border-color: #f34f29 !important;
}

.social-media.rounded a.gitti:hover {
  color: #634c3e !important;
  border-color: #634c3e !important;
}

.social-media.rounded a.hacker-news:hover {
  color: #f18642 !important;
  border-color: #f18642 !important;
}

.social-media.rounded a.html5:hover {
  color: #e54c1f !important;
  border-color: #e54c1f !important;
}

.social-media.rounded a.joomla:hover {
  color: #016fb9 !important;
  border-color: #016fb9 !important;
}

.social-media.rounded a.jsfiddle:hover {
  color: #4679a4 !important;
  border-color: #4679a4 !important;
}

.social-media.rounded a.linux:hover {
  color: #fece0e !important;
  border-color: #fece0e !important;
}

.social-media.rounded a.maxcdn:hover {
  color: #f36f20 !important;
  border-color: #f36f20 !important;
}

.social-media.rounded a.openid:hover {
  color: #fe6101 !important;
  border-color: #fe6101 !important;
}

.social-media.rounded a.pagelines:hover {
  color: #3783e3 !important;
  border-color: #3783e3 !important;
}

.social-media.rounded a.pied-piper:hover {
  color: #0c7b48 !important;
  border-color: #0c7b48 !important;
}

.social-media.rounded a.qq:hover {
  color: #23286c !important;
  border-color: #23286c !important;
}

.social-media.rounded a.rebel:hover {
  color: #000 !important;
  border-color: #000 !important;
}

.social-media.rounded a.reddit:hover {
  color: #cee3f8 !important;
  border-color: #cee3f8 !important;
}

.social-media.rounded a.renren:hover {
  color: #0d81e4 !important;
  border-color: #0d81e4 !important;
}

.social-media.rounded a.share:hover {
  color: #252525 !important;
  border-color: #252525 !important;
}

.social-media.rounded a.slack:hover {
  color: #453744 !important;
  border-color: #453744 !important;
}

.social-media.rounded a.soundcloud:hover {
  color: #fe4e00 !important;
  border-color: #fe4e00 !important;
}

.social-media.rounded a.spotify:hover {
  color: #80bb41 !important;
  border-color: #80bb41 !important;
}

.social-media.rounded a.stack-exchange:hover {
  color: #265a93 !important;
  border-color: #265a93 !important;
}

.social-media.rounded a.stackoverflow:hover {
  color: #fea501 !important;
  border-color: #fea501 !important;
}

.social-media.rounded a.steam:hover {
  color: #191919 !important;
  border-color: #191919 !important;
}

.social-media.rounded a.stumbleupon:hover {
  color: #f04f23 !important;
  border-color: #f04f23 !important;
}

.social-media.rounded a.tencent-weibo:hover {
  color: #0063a7 !important;
  border-color: #0063a7 !important;
}

.social-media.rounded a.trello:hover {
  color: #226784 !important;
  border-color: #226784 !important;
}

.social-media.rounded a.vine:hover {
  color: #00b081 !important;
  border-color: #00b081 !important;
}

.social-media.rounded a.vk:hover {
  color: #50769d !important;
  border-color: #50769d !important;
}

.social-media.rounded a.wechat:hover {
  color: #a4dc31 !important;
  border-color: #a4dc31 !important;
}

.social-media.rounded a.weibo:hover {
  color: #d82828 !important;
  border-color: #d82828 !important;
}

.social-media.rounded a.wordpress:hover {
  color: #454442 !important;
  border-color: #454442 !important;
}

.social-media.rounded a.yahoo:hover {
  color: #4b04a8 !important;
  border-color: #4b04a8 !important;
}

.social-media.rounded a.ftpx:hover {
  color: #000 !important;
  border-color: #000 !important;
}

.social-media.rounded a.amazon:hover {
  color: #ff9900 !important;
  border-color: #ff9900 !important;
}

.social-media.rounded a.angellist:hover {
  color: #000 !important;
  border-color: #000 !important;
}

.social-media.rounded a.btc:hover {
  color: #f7931b !important;
  border-color: #f7931b !important;
}

.social-media.rounded a.black-tie:hover {
  color: #000 !important;
  border-color: #000 !important;
}

.social-media.rounded a.bluetooth:hover {
  color: #0a3d91 !important;
  border-color: #0a3d91 !important;
}

.social-media.rounded a.buysellads:hover {
  color: #ba0202 !important;
  border-color: #ba0202 !important;
}

.social-media.rounded a.cc-amex:hover {
  color: #016dd2 !important;
  border-color: #016dd2 !important;
}

.social-media.rounded a.cc-diners-club:hover {
  color: #0069aa !important;
  border-color: #0069aa !important;
}

.social-media.rounded a.cc-discover:hover {
  color: #f88737 !important;
  border-color: #f88737 !important;
}

.social-media.rounded a.cc-jcb:hover {
  color: #29166f !important;
  border-color: #29166f !important;
}

.social-media.rounded a.cc-mastercard:hover {
  color: #fe9611 !important;
  border-color: #fe9611 !important;
}

.social-media.rounded a.paypal:hover {
  color: #012069 !important;
  border-color: #012069 !important;
}

.social-media.rounded a.cc-stripe:hover {
  color: #49b802 !important;
  border-color: #49b802 !important;
}

.social-media.rounded a.cc-visa:hover {
  color: #1b4da2 !important;
  border-color: #1b4da2 !important;
}

.social-media.rounded a.chrome:hover {
  color: #edcd16 !important;
  border-color: #edcd16 !important;
}

.social-media.rounded a.codepen:hover {
  color: #1b1c1b !important;
  border-color: #1b1c1b !important;
}

.social-media.rounded a.codiepie:hover {
  color: #000 !important;
  border-color: #000 !important;
}

.social-media.rounded a.connectdevelop:hover {
  color: #023cb0 !important;
  border-color: #023cb0 !important;
}

.social-media.rounded a.contao:hover {
  color: #e4790f !important;
  border-color: #e4790f !important;
}

.social-media.rounded a.dashcube:hover {
  color: #000 !important;
  border-color: #000 !important;
}

.social-media.rounded a.edge:hover {
  color: #2c74be !important;
  border-color: #2c74be !important;
}

.social-media.rounded a.expeditedssl:hover {
  color: #2e2e2e !important;
  border-color: #2e2e2e !important;
}

.social-media.rounded a.firefox:hover {
  color: #df731b !important;
  border-color: #df731b !important;
}

.social-media.rounded a.fonticons:hover {
  color: #1d1e2a !important;
  border-color: #1d1e2a !important;
}

.social-media.rounded a.fort-awesome:hover {
  color: #000 !important;
  border-color: #000 !important;
}

.social-media.rounded a.forumbee:hover {
  color: #85ac2f !important;
  border-color: #85ac2f !important;
}

.social-media.rounded a.get-pocket:hover {
  color: #e84352 !important;
  border-color: #e84352 !important;
}

.social-media.rounded a.gg:hover {
  color: #fd0002 !important;
  border-color: #fd0002 !important;
}

.social-media.rounded a.gratipay:hover {
  color: #653614 !important;
  border-color: #653614 !important;
}

.social-media.rounded a.houzz:hover {
  color: #9bc545 !important;
  border-color: #9bc545 !important;
}

.social-media.rounded a.internet-explorer:hover {
  color: #00bcf2 !important;
  border-color: #00bcf2 !important;
}

.social-media.rounded a.ioxhost:hover {
  color: #f6a814 !important;
  border-color: #f6a814 !important;
}

.social-media.rounded a.lastfm:hover {
  color: #e2152b !important;
  border-color: #e2152b !important;
}

.social-media.rounded a.leanpub:hover {
  color: #231f20 !important;
  border-color: #231f20 !important;
}

.social-media.rounded a.meanpath:hover {
  color: #538dd6 !important;
  border-color: #538dd6 !important;
}

.social-media.rounded a.medium:hover {
  color: #00ab6c !important;
  border-color: #00ab6c !important;
}

.social-media.rounded a.mixcloud:hover {
  color: #040204 !important;
  border-color: #040204 !important;
}

.social-media.rounded a.modx:hover {
  color: #8ed547 !important;
  border-color: #8ed547 !important;
}

.social-media.rounded a.odnoklassniki:hover {
  color: #f68634 !important;
  border-color: #f68634 !important;
}

.social-media.rounded a.opencart:hover {
  color: #00c1f2 !important;
  border-color: #00c1f2 !important;
}

.social-media.rounded a.opera:hover {
  color: #e81617 !important;
  border-color: #e81617 !important;
}

.social-media.rounded a.optin-monster:hover {
  color: #8ed31e !important;
  border-color: #8ed31e !important;
}

.social-media.rounded a.product-hunt:hover {
  color: #d6573d !important;
  border-color: #d6573d !important;
}

.social-media.rounded a.reddit:hover {
  color: #ff4500 !important;
  border-color: #ff4500 !important;
}

.social-media.rounded a.safari:hover {
  color: #2973d9 !important;
  border-color: #2973d9 !important;
}

.social-media.rounded a.scribd:hover {
  color: #382d29 !important;
  border-color: #382d29 !important;
}

.social-media.rounded a.sellsy:hover {
  color: #006ca2 !important;
  border-color: #006ca2 !important;
}

.social-media.rounded a.shirtsinbulk:hover {
  color: #dd3a26 !important;
  border-color: #dd3a26 !important;
}

.social-media.rounded a.simplybuilt:hover {
  color: #322f34 !important;
  border-color: #322f34 !important;
}

.social-media.rounded a.skyatlas:hover {
  color: #01aebe !important;
  border-color: #01aebe !important;
}

.social-media.rounded a.slideshare:hover {
  color: #13999a !important;
  border-color: #13999a !important;
}

.social-media.rounded a.stack-overflow:hover {
  color: #ef532a !important;
  border-color: #ef532a !important;
}

.social-media.rounded a.tripadvisor:hover {
  color: #1e892f !important;
  border-color: #1e892f !important;
}

.social-media.rounded a.twitch:hover {
  color: #6441a5 !important;
  border-color: #6441a5 !important;
}

.social-media.rounded a.usb:hover {
  color: #000 !important;
  border-color: #000 !important;
}

.social-media.rounded a.viacoin:hover {
  color: #2376a2 !important;
  border-color: #2376a2 !important;
}

.social-media.rounded a.whatsapp:hover {
  color: #44c254 !important;
  border-color: #44c254 !important;
}

.social-media.rounded a.wikipedia:hover {
  color: #0c0c0c !important;
  border-color: #0c0c0c !important;
}

.social-media.rounded a.y-combinator:hover {
  color: #ff6501 !important;
  border-color: #ff6501 !important;
}

.social-media.rounded a.yelp:hover {
  color: #bf311b !important;
  border-color: #bf311b !important;
}

.social-media.rounded a.email:hover {
  color: #689c49 !important;
  border-color: #689c49 !important;
}

.social-media.rounded a.envira:hover {
  color: #75bd3b !important;
  border-color: #75bd3b !important;
}

.social-media.rounded a.gitlab:hover {
  color: #e24329 !important;
  border-color: #e24329 !important;
}

.social-media.rounded a.glide:hover {
  color: #00a7ff !important;
  border-color: #00a7ff !important;
}

.social-media.rounded a.snapchat:hover {
  color: #efe200 !important;
  border-color: #efe200 !important;
}

.social-media.rounded a.viadeo:hover {
  color: #f4982b !important;
  border-color: #f4982b !important;
}

.social-media.rounded a.wpbeginner:hover {
  color: #ff6600 !important;
  border-color: #ff6600 !important;
}

.social-media.rounded a.wpforms:hover {
  color: #b6581a !important;
  border-color: #b6581a !important;
}

/* DEFAULT COLOR */
.social-media.default-color a:hover {
  color: #ffad00 !important;
}

.social-media.rounded.default-color a:hover {
  border-color: #ffad00 !important;
  color: #ffad00 !important;
}

/***********************************************************************************
 *	+ PIE CHARTS
 ***********************************************************************************/
.pie-chart-container {
  margin-bottom: 50px;
  text-align: center;
}

.pie-chart {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}

.pie-chart canvas {
  max-width: 100%;
}

.pie-chart-percent {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #02224a;
  font-size: 18px;
  font-weight: 700;
  margin-top: -3px;
  transform: translateY(-50%);
}

.pie-chart-details {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/***********************************************************************************
 *	+ PROGRESS BARS
 ***********************************************************************************/
.progress-bar-container {
  margin-bottom: 15px;
}

.progress-bar-title {
  float: left;
  border-radius: 5px;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1px;
}

.progress {
  height: 12px;
  overflow: visible;
  margin: 0 35px;
  background-color: transparent;
  box-shadow: none;
}

.progress-bar {
  position: relative;
  border-radius: 6px;
  background-color: #f8f8f8;
  box-shadow: none;
  transition: all 0.3s;
}

.progress-bar:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 15px;
  border-radius: 0 6px 6px 0;
  background-color: #ffad00;
  content: "";
}

.progress-bar-value {
  position: absolute;
  top: 0;
  right: -60px;
  color: #838383;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1px;
  opacity: 0;
  transition: all 0.3s;
}

.progress-bar:hover {
  background-color: #ffad00;
}

.progress-bar:hover:after {
  top: -3px;
  width: 18px;
  height: 18px;
  border: 2px solid #ffad00;
  border-radius: 50%;
  background-color: #fff;
}

.progress-bar:hover .progress-bar-value {
  right: -40px;
  opacity: 1;
}

/***********************************************************************************
 *	+ COUNTERS
 ***********************************************************************************/
.counter {
  margin-bottom: 50px;
  text-align: center;
}

.counter-value {
  color: #02224a;
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
}

.counter-value:before {
  margin-right: 5px;
  content: attr(data-symbol-before);
}

.counter-value:after {
  margin-left: 5px;
  content: attr(data-symbol-after);
}

.counter-details {
  margin-top: 10px;
}

.counter-details h4 {
  margin-bottom: 0;
  font-weight: 500;
  text-transform: uppercase;
}

.counter-details p {
  margin-bottom: 0;
  color: #ffad00;
  font-size: 11px;
  line-height: 18px;
  font-weight: 300;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/***********************************************************************************
 *	+ STATISTICS
 ***********************************************************************************/
.statistics-container {
  margin-bottom: 50px;
}

#line-chart {
  padding: 10px 30px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 24px 18px 0 rgba(0, 0, 0, 0.34);
}

#doughnut-chart {
  padding: 20px;
  border-radius: 5px;
  background-color: #003679;
}

#bar-chart {
  padding: 30px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 24px 18px 0 rgba(0, 0, 0, 0.34);
}

#area-chart {
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 24px 18px 0 rgba(0, 0, 0, 0.34);
}

@media (max-width: 767px) {

  #line-chart,
  #area-chart {
    padding: 0;
  }

  #bar-chart {
    padding: 10px;
  }
}

/***********************************************************************************
 *	+ COUNTDOWN
 ***********************************************************************************/
.countdown {
  margin: 50px 0;
}

.countdown>div {
  position: relative;
  float: left;
  width: 25%;
  color: #ffad00;
  font-size: 100px;
  line-height: 65px;
  text-align: center;
}

.countdown>div>span {
  display: block;
  color: #838383;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.countdown:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .countdown>div {
    font-size: 48px;
    line-height: 48px;
  }
}

@media (max-width: 767px) {
  .countdown>div {
    font-size: 38px;
    line-height: 34px;
  }
}

/***********************************************************************************
 *	+ PRICE PLAN
 ***********************************************************************************/
.price-plan {
  padding: 80px 45px;
  border: 1px solid #838383;
  margin-bottom: 50px;
  text-align: center;
  transition: border-color 0.3s;
}

.price-plan-header {
  margin-bottom: 60px;
}

.price-plan-header h1 {
  font-size: 60px;
  line-height: 80px;
  font-weight: 500;
}

.price-plan-header h1 small {
  color: #838383;
  font-size: 14px;
  font-weight: 400;
}

.price-plan-header h6 {
  display: inline-block;
  padding: 0 40px;
  margin: 0 auto 20px;
  background-color: #ffad00;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.price-plan ul {
  margin-bottom: 50px;
  color: #02224a;
  font-size: 16px;
  list-style: none;
}

.price-plan ul li {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.price-plan ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.price-plan>*:last-child {
  margin-bottom: 0;
}

.price-plan:hover {
  border-color: #ffad00;
}

@media (min-width: 768px) and (max-width: 991px) {
  .price-plan {
    padding: 60px 20px;
  }

  .price-plan-header h6 {
    padding: 0 20px;
  }
}

/***********************************************************************************
 *	+ TIMELINE
 ***********************************************************************************/
.tp-bannertimer {
  display: none !important;
}

/* HORIZONTAL TIMELINE */
.horizontal-timeline {
  padding: 90px 70px;
  margin: 50px 0 100px;
  background-color: #ffad00;
  color: #fff;
}

.horizontal-timeline a,
.horizontal-timeline h1,
.horizontal-timeline h2,
.horizontal-timeline h3,
.horizontal-timeline h4,
.horizontal-timeline h5,
.horizontal-timeline h6 {
  color: inherit;
}

.owl-carousel.timeline-slider {
  margin-bottom: 30px;
}

.timeline-slider-controls {
  margin-bottom: 0;
  list-style: none;
}

.timeline-slider-controls li {
  position: relative;
  display: inline-block;
  margin-right: 90px;
  font-size: 24px;
  font-weight: 500;
  cursor: pointer;
}

.timeline-slider-controls li:after {
  position: absolute;
  top: 50%;
  right: -70px;
  display: block;
  width: 45px;
  border-top: 2px dashed #fff;
  margin-top: -1px;
  content: "";
}

.timeline-slider-controls li:last-child {
  margin-right: 0;
}

.timeline-slider-controls li:last-child:after {
  display: none;
}

/* HORIZONTAL TIMELINE 2 */
.horizontal-timeline-2 {
  margin-bottom: 50px;
  text-align: center;
}

.timeline-slider-2 .item h3 {
  margin-bottom: 25px;
  text-transform: uppercase;
}

.timeline-slider-2 .item>a {
  display: inline-block;
  border-bottom: 1px solid #ffad00;
  color: #ffad00;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s;
}

.timeline-slider-2 .item>a:hover {
  border-color: #02224a;
  color: #02224a;
}

.timeline-slider-2-controls {
  padding-bottom: 25px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 100px;
  list-style: none;
}

.timeline-slider-2-controls li {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s;
}

.timeline-slider-2-controls li:after {
  position: absolute;
  bottom: -33px;
  left: 50%;
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #d7d7d7;
  border-radius: 50%;
  background-color: #fff;
  content: "";
  transform: translateX(-50%);
  transition: all 0.3s;
}

.timeline-slider-2-controls li:hover {
  color: #ffad00;
}

.timeline-slider-2-controls li.active {
  color: #ffad00;
  font-size: 30px;
  font-weight: 500;
}

.timeline-slider-2-controls li.active:after {
  bottom: -41px;
  width: 23px;
  height: 23px;
  border: 2px solid #ffad00;
}

/* VERTICAL TIMELINE */
.vertical-timeline {
  padding-top: 30px;
  border-left: 1px solid #d7d7d7;
  margin-bottom: 50px;
  list-style: none;
}

.vertical-timeline li {
  position: relative;
  margin-bottom: 40px;
}

.vertical-timeline li:before {
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #d7d7d7;
  border-radius: 50%;
  margin-left: -1px;
  background-color: #fff;
  content: "";
  transform: translateX(-50%);
  transition: all 0.3s;
}

.vertical-timeline li .period {
  float: left;
  width: 150px;
  color: #02224a;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  transition: all 0.3s;
}

.vertical-timeline li .period-details {
  margin-left: 180px;
}

.vertical-timeline li .period-details h5 {
  text-transform: uppercase;
  transition: all 0.3s;
}

.vertical-timeline li:hover:before {
  top: 4px;
  width: 23px;
  height: 23px;
  border: 2px solid #ffad00;
}

.vertical-timeline li:hover .period {
  color: #ffad00;
  font-size: 30px;
  font-weight: 500;
}

.vertical-timeline li:hover .period-details h5 {
  color: #ffad00;
}

@media (min-width: 768px) and (max-width: 991px) {
  .horizontal-timeline {
    padding: 60px 30px;
  }
}

@media (max-width: 767px) {
  .horizontal-timeline {
    padding: 50px 20px;
  }

  .timeline-slider-controls li {
    margin: 5px 20px 5px 0;
  }

  .timeline-slider-controls li:after {
    display: none;
  }

  .timeline-slider-2-controls {
    margin-bottom: 50px;
  }

  .timeline-slider-2-controls li {
    padding: 0 15px;
    margin: 5px 0;
  }

  .timeline-slider-2-controls li:after {
    display: none;
  }

  .vertical-timeline {
    border-left: none;
  }

  .vertical-timeline li .period {
    float: none;
    width: 100%;
    padding-left: 20px;
    margin-bottom: 20px;
    text-align: left;
  }

  .vertical-timeline li:before {
    left: 0;
    margin-left: 0;
  }

  .vertical-timeline li .period-details {
    margin-left: 0;
  }
}

/***********************************************************************************
 *	+ PROCESS STEPS
 ***********************************************************************************/
.process-steps {
  margin-bottom: 50px;
}

.process-steps .step {
  float: left;
  width: 25%;
}

.process-steps.process-3-steps .step {
  width: 33.33333%;
}

.process-steps.process-4-steps .step {
  width: 25%;
}

.process-steps.process-5-steps .step {
  width: 20%;
}

.step-details {
  position: relative;
  width: 120px;
  height: 120px;
  border: 2px dashed #838383;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
}

.step-details:after {
  position: absolute;
  top: 50%;
  right: -97px;
  display: block;
  width: 70px;
  border-top: 2px dashed #838383;
  margin-top: -1px;
  content: "";
}

.process-steps.process-3-steps .step .step-details:after {
  right: -170px;
  width: 140px;
}

.process-steps.process-4-steps .step .step-details:after {
  right: -97px;
  width: 70px;
}

.process-steps.process-5-steps .step .step-details:after {
  right: -57px;
  width: 35px;
}

.process-steps .step:last-child .step-details:after {
  display: none;
}

.step-details h5 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-weight: 400;
  line-height: 18px;
  transform: translateY(-50%);
}

.step-details span {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 50px;
  padding: 11px 0;
  border-radius: 50%;
  background-color: #f30d39;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}

.process-steps:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

@media (min-width: 1200px) {
  .step-details {
    width: 150px;
    height: 150px;
  }

  .step-details:after {
    right: -105px;
    width: 70px;
  }

  .process-steps.process-3-steps .step .step-details:after {
    right: -190px;
    width: 140px;
  }

  .process-steps.process-4-steps .step .step-details:after {
    right: -105px;
    width: 70px;
  }

  .process-steps.process-5-steps .step .step-details:after {
    right: -60px;
    width: 35px;
  }

  .step-details span {
    top: 0;
    right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .step-details:after {
    right: -52px;
    width: 35px;
  }

  .process-steps.process-3-steps .step .step-details:after {
    right: -103px;
    width: 80px;
  }

  .process-steps.process-4-steps .step .step-details:after {
    right: -52px;
    width: 35px;
  }

  .process-steps.process-5-steps .step .step-details:after {
    display: none;
  }
}

@media (max-width: 767px) {

  .process-steps .step,
  .process-steps.process-3-steps .step,
  .process-steps.process-4-steps .step,
  .process-steps.process-5-steps .step {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }

  .process-steps .step:last-child {
    margin-bottom: 0;
  }

  .step-details:after {
    display: none;
  }
}

/***********************************************************************************
 *	+ TESTIMONIALS
 ***********************************************************************************/
/* BLOCKQUOTES */
blockquote {
  padding: 0;
  border-left: none;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 30px;
  font-style: italic;
}

blockquote:before {
  color: #ffad00;
  font-size: 48px;
  font-weight: 500;
  content: "“";
}

blockquote footer {
  color: #02224a;
  font-size: 16px;
  line-height: 36px;
  font-weight: 500;
  font-style: normal;
}

blockquote footer:before,
blockquote footer small:before {
  display: none;
}

blockquote footer span {
  color: #ffad00;
}

blockquote footer small {
  color: inherit;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* TESTIMONIALS */
.testimonial {
  margin-bottom: 50px;
  text-align: center;
}

.testimonial blockquote {
  margin-bottom: 40px;
}

.testimonial blockquote:before {
  margin-bottom: 10px;
}

.testimonial>img {
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 30px;
}

.testimonial>h5 span {
  color: #ffad00;
  font-weight: 500;
}

.testimonial>h5 small {
  display: block;
  margin-top: 5px;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/***********************************************************************************
 *	+ ISOTOPE
 ***********************************************************************************/
.isotope {
  margin-bottom: 75px;
}

.isotope.gutter {
  margin: -15px -15px 60px;
}

.isotope .isotope-item {
  float: left;
  width: 25%;
}

.isotope.gutter .isotope-item {
  padding: 15px;
}

.isotope.col-3 .isotope-item {
  width: 33.333333%;
}

.isotope.col-4 .isotope-item {
  width: 33.33333%;
}

.isotope .portfolio-item {
  margin-bottom: 0;
}

.isotope:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

@media (min-width: 1200px) {
  .isotope.col-4 .isotope-item {
    width: 25%;
  }
}

@media (max-width: 767px) {

  .isotope .isotope-item,
  .isotope.col-3 .isotope-item,
  .isotope.col-4 .isotope-item {
    float: none;
    width: 100%;
  }
}

@media (min-width: 544px) and (max-width: 767px) {

  .isotope .isotope-item,
  .isotope.col-3 .isotope-item,
  .isotope.col-4 .isotope-item {
    float: left;
    width: 50%;
  }
}

/***********************************************************************************
 *	+ FILTER
 ***********************************************************************************/
.filter {
  margin: 5px 0 60px;
  list-style: none;
}

.filter li {
  display: inline-block;
  margin-right: 50px;
  font-size: 16px;
  font-weight: 500;
}

.filter li:last-child {
  margin-right: 0;
}

.filter li a {
  color: #02224a;
  text-decoration: none;
  transition: all 0.3s;
}

.filter li a:hover,
.filter li a.active {
  color: #ffad00;
}

@media (max-width: 767px) {
  .filter li {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .filter li:last-child {
    margin-bottom: 0;
  }
}

/***********************************************************************************
 *	+ PAGINATION
 ***********************************************************************************/
.pagination {
  display: block;
  margin-top: 0;
  margin-bottom: 30px;
}

.pagination li {
  display: inline-block;
  margin-right: 10px;
}

.pagination li:last-child {
  margin-right: 0;
}

.pagination li a {
  display: block;
  padding: 0;
  border: none;
  background-color: transparent;
  color: #02224a;
  font-size: 18px;
  line-height: 50px;
  font-weight: 500;
  transition: all 0.3s;
}

.pagination>li:last-child>a,
.pagination>li:first-child>a,
.pagination>li:last-child>span,
.pagination>li:first-child>span {
  border-radius: 0;
}

.pagination li a:hover,
.pagination li.active a,
.pagination li.active a:hover {
  background-color: transparent;
  color: #ffad00;
}

.pagination li a:focus {
  background-color: transparent;
}

.pagination li.active a {
  position: relative;
  top: -4px;
  font-size: 30px;
}

/***********************************************************************************
 *	+ BREADCRUMB
 ***********************************************************************************/
.breadcrumb {
  background-color: transparent;
  margin: 0;
  padding: 0;
}

.breadcrumb>li+li:before {
  padding: 0;
  margin-right: 4px;
  color: #868688;
  content: "/";
  font-family: "sf-light";
  text-transform: uppercase;
  letter-spacing: 5px;
}

.breadcrumb li {
  color: #868688;
  transition: all 0.3s;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.3em;
}

.breadcrumb li a {
  color: #868688;
  transition: all 0.3s;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.3em;
}

.breadcrumb li a:hover {
  color: #ffad00;
  text-decoration: none;
}

.breadcrumb li.active {
  color: #084897;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.25em;
}

/***********************************************************************************
 *	+ FULL SECTIONS
 ***********************************************************************************/
.full-section {
  position: relative;
  z-index: 1;
  padding: 70px 0;
  /*margin-bottom: 100px;*/
  background: no-repeat center center;
}

.full-section-overlay-color {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #084897;
  opacity: 0.85;
}

.full-section-container {
  position: relative;
  z-index: 3;
}

/* FULL SCREEN */
.full-screen {
  margin-bottom: -50px;
}

.full-screen .full-section-container {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

/* FULL SECTION WITH HALF IMAGE/SOLID COLOR */
.half-image-left,
.half-image-right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  background: no-repeat center center;
  background-size: cover;
}

.half-image-left {
  left: 0;
}

.half-image-right {
  right: 0;
}

.half-image-left img,
.half-image-right img {
  display: none;
}

/* PARALLAX */
.parallax {
  background-attachment: fixed;
  background-size: cover !important;
}

.parallax.parallax-disable {
  background-attachment: scroll;
}

/* ELEMENTS IN DARK SECTION */
.full-section.dark-section {
  background-color: #084897;
  color: #fff;
}

.full-section.dark-section .caja {
  background: #053167;
  padding: 20px;
}

.full-section.dark-section a,
.full-section.dark-section h1,
.full-section.dark-section h2,
.full-section.dark-section h3,
.full-section.dark-section h4,
.full-section.dark-section h5,
.full-section.dark-section h6 {
  color: inherit;
}

.full-section.dark-section a:hover {
  /*color: #ffad00;*/
}

.full-section.dark-section button:hover,
.full-section.dark-section input[type=reset]:hover,
.full-section.dark-section input[type=submit]:hover,
.full-section.dark-section input[type=button]:hover {
  background-color: #fff;
  color: #02224a;
}

.full-section.dark-section .headline:after {
  border-bottom-color: inherit;
}

.full-section.dark-section .leaf-list,
.full-section.dark-section .check-list {
  color: inherit;
}

.full-section.dark-section .btn-default:after {
  background-color: #fff;
}

.full-section.dark-section .btn-default:hover {
  background-color: #fff;
  color: #02224a;
}

.full-section.dark-section .btn-white {
  border-color: inherit;
}

.full-section.dark-section .btn-white:hover {
  border-color: #ffad00;
  color: #fff;
}

.full-section.dark-section .text-box {
  color: #02224a;
}

.full-section.dark-section .text-box.bordered {
  color: inherit;
}

.full-section.dark-section .text-box .btn-default {
  color: #fff;
}

.full-section.dark-section .text-box .btn-default:hover {
  color: #02224a;
}

.full-section.dark-section .text-box.black,
.full-section.dark-section .text-box.default-color {
  color: #fff;
}

.full-section.dark-section .text-box-2 h4 a {
  color: #fff;
}

.full-section.dark-section .text-box-2 a {
  color: #ffad00;
}

.full-section.dark-section .text-box-2 a:hover {
  color: #fff;
}

.full-section.dark-section .image-box.style-2>h4 {
  color: #02224a;
}

.full-section.dark-section .image-box.style-2:hover>h4 {
  color: #fff;
}

.full-section.dark-section .panel-title a,
.full-section.dark-section .panel-title a:focus {
  color: #02224a;
}

.full-section.dark-section .panel-title a:hover,
.full-section.dark-section .panel-title a[aria-expanded=true] {
  color: #fff;
}

.full-section.dark-section .nav-tabs>li>a {
  color: #02224a;
}

.full-section.dark-section .nav-tabs>li>a:hover,
.full-section.dark-section .nav-tabs>li.active>a {
  color: #fff;
}

.full-section.dark-section .vertical-tabs.style-1 .nav-tabs>li>a {
  color: inherit;
}

.full-section.dark-section .vertical-tabs.style-1 .nav-tabs>li>a:hover,
.full-section.dark-section .vertical-tabs.style-1 .nav-tabs>li.active>a {
  color: #ffad00;
}

.full-section.dark-section .vertical-tabs.style-2 .tab-pane {
  padding: 90px;
  background-color: #fff;
  color: #838383;
}

.full-section.dark-section .vertical-tabs.style-2 .tab-pane h1,
.full-section.dark-section .vertical-tabs.style-2 .tab-pane h2,
.full-section.dark-section .vertical-tabs.style-2 .tab-pane h3,
.full-section.dark-section .vertical-tabs.style-2 .tab-pane h4,
.full-section.dark-section .vertical-tabs.style-2 .tab-pane h5,
.full-section.dark-section .vertical-tabs.style-2 .tab-pane h6 {
  color: #02224a;
}

.full-section.dark-section .pie-chart-percent {
  color: inherit;
}

.full-section.dark-section .progress-bar-value {
  color: inherit;
}

.full-section.dark-section .counter-value {
  color: inherit;
}

.full-section.dark-section .countdown>div>span {
  color: #fff;
}

.full-section.dark-section .price-plan ul,
.full-section.dark-section .price-plan-header h1 small {
  color: inherit;
}

.full-section.dark-section .vertical-timeline li .period {
  color: inherit;
}

.full-section.dark-section .vertical-timeline li:hover .period {
  color: #ffad00;
}

.full-section.dark-section .step-details,
.full-section.dark-section .step-details:after {
  border-color: inherit;
}

.full-section.dark-section blockquote footer {
  color: inherit;
}

.full-section.dark-section .service-box .service-box-content>a {
  color: inherit;
}

.full-section.dark-section .service-box .service-box-content>a:hover {
  color: #ffad00;
}

.full-section.dark-section .service-box.style-3:hover>i {
  color: inherit;
}

.full-section.dark-section .service-box.style-5 {
  color: inherit;
}

.full-section.dark-section .blog-article-content>a:hover {
  border-color: #ffad00;
}

.full-section.dark-section .reply a:hover {
  border-color: #ffad00;
}

.full-section.dark-section .widget-recent-posts ul li .post-title,
.full-section.dark-section .widget-recent-posts ul li .post-details a {
  color: inherit;
}

.full-section.dark-section .widget-recent-posts ul li .post-title:hover,
.full-section.dark-section .widget-recent-posts ul li .post-details a:hover {
  color: #ffad00;
}

.full-section.dark-section .widget-tags a:hover {
  color: #fff;
}

.full-section.dark-section .widget-newsletter button[type=submit]:after {
  background-color: #02224a;
}

.full-section.dark-section .widget-newsletter button[type=submit]:hover {
  color: #fff;
}

.full-section .portfolio-item:hover .portfolio-item-thumbnail:after {
  border-width: 0;
}

/* BACKROUNDS AND STYLE FOR FULL SECTIONS */
#section-1 {
  padding: 30px 0 10px;
  background-color: #003679;
}

#section-1 h3 {
  margin-top: 5px;
}

#section-2 {
  padding: 100px 0 50px;
  /*margin-top: 50px;*/
  margin-bottom: 0;
  color: #fff;
  /*background-color: #f2f7f9;*/
  background: url(../../images/index/bg-amarillo.jpg) no-repeat;
}

#section-2 .service-box-content h4 {
  font-family: "sf-bold";
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 15px;
}

#section-2 .service-box-content h4 a {
  color: #fff;
}

#section-2 .service-box-content p {
  font-size: 20px;
  line-height: 1.4;
  font-family: "sf-light";
}

#section-2 .headline h2 {
  color: #fff;
}

#section-2 .headline h2 span {
  color: #fff;
}

#section-2 .headline:after {
  border-bottom: 1px solid #fff;
}

#section-3 {
  /*padding: 80px 0 40px;*/
  margin-bottom: 0;
  /*background-image: url(../../images/backgrounds/bg-1.jpg);*/
  background-image: url(../../images/personas/bg-footer-credito-rapidofacil.jpg);
}

#footer-dpto {
  /*padding: 80px 0 40px;*/
  margin-bottom: 0;
  /*background-image: url(../../images/backgrounds/bg-1.jpg);*/
  background-image: url(../../images/empresa/bg-footer-dpto.jpg);
}

#footer-credito-asociaciones {
  /*padding: 80px 0 40px;*/
  margin-bottom: 0;
  /*background-image: url(../../images/backgrounds/bg-1.jpg);*/
  background-image: url(../../images/personas/bg-footer-credito-asociaciones.jpg);
}

#section-4 {
  padding: 50px 0 40px;
  background-color: #ffad00;
}

#section-4 .btn-default {
  margin-top: 15px;
  background-color: #003679;
}

#section-5 {
  padding: 100px 0;
  margin-bottom: 0;
  background: url(../../images/index/bg-meta.jpg);
}

#section-5 .headline h2 {
  color: #084897;
}

#section-5 .headline p {
  color: #868688;
}

#section-5 .headline:after {
  border-bottom: 1px solid #084897;
}

#section-5 .col-meta {
  padding: 0;
}

#section-5 .col-meta .text-box {
  height: 300px;
  position: relative;
  transition: all 0.3s;
}

#section-5 .col-meta .text span {
  font-size: 36px;
  opacity: 0;
  transition: all 0.3s;
}

#section-5 .col-meta h4 {
  font-size: 28px;
  font-family: "sf-bold";
}

#section-5 .col-meta p {
  font-size: 20px;
  font-family: "sf-light";
  margin-bottom: 0;
  transition: all 0.3s;
}

#section-5 .col-meta:nth-child(1) {
  background: #e2383f;
}

#section-5 .col-meta:nth-child(1) .text-box {
  background: url(../../images/index/img-prestamo-vehiculo.jpg);
  margin-bottom: 0;
}

#section-5 .col-meta:nth-child(2) {
  background: #e2383f;
}

#section-5 .col-meta:nth-child(2) .text-box {
  background: url(../../images/index/img-prestamo-vivienda.jpg);
  margin-bottom: 0;
}

#section-5 .col-meta:nth-child(3) {
  background: #e2383f;
}

#section-5 .col-meta:nth-child(3) .text-box {
  background: url(../../images/index/img-prestamo-pyme.jpg);
  margin-bottom: 0;
}

#section-5 .col-meta:nth-child(4) {
  background: #e2383f;
}

#section-5 .col-meta:nth-child(4) .text-box {
  background: url(../../images/index/img-prestamo-pyme.jpg);
  margin-bottom: 0;
}

#section-5 .col-meta a {
  position: relative;
  float: left;
  width: 100%;
}

#section-5 .col-meta a .text {
  position: absolute;
  bottom: 1px;
  color: #fff;
  width: 100%;
  z-index: 9;
  text-align: center;
  padding: 10px 20px;
}

#section-5 .col-meta a:hover .text-box {
  opacity: 0.5;
  transition: all 0.3s;
}

#section-5 .col-meta a:hover .text {
  opacity: 1;
}

#section-5 .col-meta a:hover .text span {
  opacity: 1;
  transition: all 0.3s;
}

#section-5 .col-meta a:hover .text p {
  margin-bottom: 25px;
}

#section-empresa {
  padding: 100px 0;
  margin-bottom: 0;
  background: url(../../images/empresa/bg-cuentas-productos.jpg) fixed;
}

#section-empresa .headline h2 {
  color: #fff;
}

#section-empresa .headline h2 span {
  color: #fff !important;
}

#section-empresa .headline p {
  color: #fff;
}

#section-empresa .headline:after {
  border-bottom: 1px solid #fff;
}

#section-empresa .col-meta {
  transition: all 0.3s;
  padding: 0;
}

#section-empresa .col-meta .text-box {
  height: 300px;
  position: relative;
  transition: all 0.3s;
}

#section-empresa .col-meta .text span {
  font-size: 36px;
  opacity: 1;
  transition: all 0.3s;
}

#section-empresa .col-meta h4 {
  font-size: 28px;
  font-family: "sf-bold";
  color: #fff;
}

#section-empresa .col-meta p {
  font-size: 20px;
  font-family: "sf-light";
  margin-bottom: 0;
  transition: all 0.3s;
}

#section-empresa .col-meta:nth-child(1) {
  background: #084897;
}

#section-empresa .col-meta:nth-child(1) .text-box {
  background: url(../../images/empresa/produ-prestamos-thumb.jpg) bottom center;
  margin-bottom: 0;
  background-size: cover;
}

#section-empresa .col-meta:nth-child(2) {
  background: #084897;
}

#section-empresa .col-meta:nth-child(2) .text-box {
  background: url(../../images/empresa/produ-cuentas-thumb.jpg) no-repeat;
  margin-bottom: 0;
  background-size: cover;
}

#section-empresa .col-meta:nth-child(3) {
  background: #084897;
}

#section-empresa .col-meta:nth-child(3) .text-box {
  background: url(../../images/empresa/produ-ahorros-thumb.jpg) no-repeat;
  margin-bottom: 0;
  background-size: cover;
}

#section-empresa .col-meta:nth-child(4) {
  background: #084897;
}

#section-empresa .col-meta:nth-child(4) .text-box {
  background: url(../../images/empresa/produ-tarjetas-thumb.jpg) no-repeat;
  background-size: cover;
  margin-bottom: 0;
}

#section-empresa .col-meta a {
  position: relative;
  float: left;
  width: 100%;
}

#section-empresa .col-meta a .text {
  position: absolute;
  bottom: 0px;
  color: #fff;
  width: 100%;
  z-index: 9;
  text-align: center;
  padding: 30px 20px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.6) 100%);
  text-shadow: 0px 1px 6px rgb(150, 150, 150);
}

#section-empresa .col-meta a:hover .text-box {
  opacity: 0.2;
  transition: all 0.3s;
}

#section-empresa .col-meta a:hover .text {
  opacity: 1;
}

#section-empresa .col-meta a:hover .text span {
  opacity: 1;
  transition: all 0.3s;
}

#section-empresa .col-meta a:hover .text p {
  margin-bottom: 25px;
}

#section-empresa .col-meta:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  z-index: 999;
  transition: all 0.3s;
}

#section-6 {
  padding: 170px 0 120px;
  margin-bottom: 0;
  background: url(../../images/backgrounds/bg-3.jpg) no-repeat center bottom;
}

#section-7 {
  padding: 100px 0 80px;
  margin-bottom: 75px;
  background-color: #f2f6f8;
}

#section-8 {
  padding: 80px 0 35px;
  margin-top: 50px;
  margin-bottom: -50px;
  background-image: url(../../images/backgrounds/bg-4.jpg);
}

#section-8 h2 {
  font-weight: 500;
  letter-spacing: 5px;
}

#section-9 {
  padding: 100px 0 80px;
  margin-top: 60px;
  margin-bottom: 0;
  background-color: #f8f8f8;
}

#section-10 {
  padding: 30px 50px;
  border-left: 10px solid #ffad00;
  margin-top: 50px;
  margin-bottom: 100px;
  background-color: #f2f6f8;
  font-size: 18px;
  line-height: 30px;
}

#section-11 {
  padding: 100px 0 60px;
  margin-top: 50px;
  margin-bottom: 0;
  background-image: url(../../images/backgrounds/bg-4.jpg);
}

#section-12 {
  padding: 30px 0 10px;
  background-color: #ffad00;
}

#section-12 h3 {
  margin-top: 5px;
}

#section-12 .btn-default {
  background-color: #003679;
}

#section-13 {
  padding: 100px 0 50px;
  margin-top: 50px;
  margin-bottom: -50px;
  background: #f8fbfc url(../../images/backgrounds/bg-5.jpg) no-repeat center bottom;
}

#section-14 {
  padding: 100px 0 50px;
  margin-top: 80px;
  margin-bottom: 0;
  background-color: #f4f8fa;
}

#section-15 {
  padding: 60px 0;
  background-image: url(../../images/backgrounds/bg-6.jpg);
}

#section-15 .container {
  padding: 30px 50px;
  border-left: 10px solid #ffad00;
  background-color: #f2f6f8;
}

#section-16 {
  padding: 30px 0 10px;
  margin-top: 50px;
  margin-bottom: -50px;
  background-color: #ffad00;
}

#section-16 h3 {
  margin-top: 5px;
}

#section-16 .btn-default {
  background-color: #003679;
}

#section-17 {
  padding: 100px 0 50px;
  margin-bottom: 50px;
  background-image: url(../../images/backgrounds/bg-6.jpg);
}

#section-18 {
  padding: 100px 0 80px;
  margin-top: 80px;
  margin-bottom: -50px;
  background-image: url(../../images/backgrounds/bg-6.jpg);
}

@media (min-width: 768px) and (max-width: 991px) {

  .half-image-left,
  .half-image-right {
    position: relative;
    width: 100%;
    background-image: none !important;
  }

  .half-image-left img,
  .half-image-right img {
    display: block;
    margin-bottom: 50px;
  }

  .full-section.dark-section .vertical-tabs.style-2 .tab-pane {
    padding: 30px;
  }

  #section-9 {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .full-screen .full-section-container {
    position: relative;
    top: 0;
    transform: translateY(0);
  }

  .half-image-left,
  .half-image-right {
    position: relative;
    width: 100%;
    background-image: none !important;
  }

  .half-image-left img,
  .half-image-right img {
    display: block;
    margin-bottom: 50px;
  }

  .full-section.dark-section .vertical-tabs.style-2 .tab-pane {
    margin-top: 20px;
    padding: 40px 20px;
  }

  #section-9 {
    padding-top: 0;
  }

  #section-13 {
    background-image: none;
  }
}

/***********************************************************************************
 *	+ VIDEO PLAYER
 ***********************************************************************************/
#local-video-section,
#youtube-video-section {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  top: 0;
  width: 100%;
  height: 100%;
}

#video-section {
  height: 780px;
  padding: 0;
  margin-top: 100px;
  margin-bottom: 0;
  background-image: url(../../images/backgrounds/bg-1.jpg);
}

.youtube-player {
  display: none;
}

#video-section .full-section-container {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.embed-responsive {
  margin-bottom: 20px;
}

#local-video-section video {
  width: 100%;
}

/***********************************************************************************
 *	+ SCROLL UP
 ***********************************************************************************/
#scroll-up {
  position: fixed;
  z-index: 5;
  bottom: 50px;
  left: 50px;
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #ffc900;
  color: #fff;
  font-size: 24px;
  line-height: 42px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}

#scroll-up:hover {
  background-color: #084897;
}

@media (max-width: 767px) {
  #scroll-up {
    left: 20px;
    bottom: 20px;
  }
}

/***********************************************************************************
 *	+ SLIDERS
 ***********************************************************************************/
/* REVOLUTION SLIDER */
.rev_slider_wrapper {
  margin-bottom: 100px;
  height: 690px;
}

.header-style-3 .rev_slider_wrapper {
  margin-top: -50px;
}

/* BULLETS */
.tp-bullets.custom .tp-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f2f7f9;
  transition: all 0.3s;
}

.tp-bullets.custom .tp-bullet:hover,
.tp-bullets.custom .tp-bullet.selected {
  background-color: #ffc900;
}

/* TYPOGRAPHY */
.tp-caption.title-1 {
  color: #02224a;
  font-size: 48px;
  line-height: 72px;
  font-weight: 900;
  letter-spacing: 9px;
  text-transform: uppercase;
}

.tp-caption.title-2 {
  color: #02224a;
  font-size: 72px;
  line-height: 72px;
  font-weight: 900;
  letter-spacing: 13px;
  text-transform: uppercase;
}

.tp-caption.title-3 {
  color: #fff;
  font-size: 72px;
  line-height: 72px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tp-caption.subtitle {
  color: #ffad00;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.tp-caption.text {
  color: #838383;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.tp-caption.text-small {
  color: #212121;
  font-size: 14px;
  line-height: 24px;
}

.tp-caption.text-default-highlight {
  padding: 10px 15px 10px 20px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.tp-caption .btn {
  font-size: 14px;
}

.tp-caption .btn-white {
  border-color: #fff;
  color: #fff;
}

.tp-caption.rectangle {
  width: 750px;
  height: 250px;
  background-color: rgba(2, 34, 74, 0.82);
}

@media (min-width: 1200px) {
  .tp-caption.rectangle {
    width: 750px;
    height: 275px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-style-3 .rev_slider_wrapper {
    margin-top: 0;
  }

  .tparrows.tp-leftarrow,
  .tparrows.tp-rightarrow {
    display: none;
  }

  .tp-caption .btn {
    padding: 8px 20px;
    border-radius: 3px;
    font-size: 10px;
  }

  .tp-caption.rectangle {
    width: 550px;
    height: 180px;
  }
}

@media (max-width: 767px) {
  .header-style-3 .rev_slider_wrapper {
    margin-top: 0;
  }

  .tparrows.tp-leftarrow,
  .tparrows.tp-rightarrow {
    display: none;
  }

  .tp-bullets.custom {
    top: auto !important;
    bottom: -30px !important;
  }

  .tp-caption.title-3 sup {
    top: -10px;
    font-size: 10px;
  }

  .tp-caption .btn {
    padding: 3px 7px;
    border-radius: 1px;
    font-size: 4px;
  }

  .tp-caption.rectangle {
    width: 230px;
    height: 80px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .tp-caption.rectangle {
    width: 350px;
    height: 120px;
  }

  .tp-caption .btn {
    padding: 5px 12px;
    border-radius: 1px;
    font-size: 6px;
  }
}

/* OWL Carousel */
.owl-carousel {
  margin-bottom: 50px;
}

.owl-carousel .owl-item img {
  display: inline;
  width: auto;
}

.owl-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
}

.owl-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 5px;
  background-color: #ebebeb;
}

.owl-dot:hover,
.owl-dot.active {
  background-color: #ffad00;
}

.owl-dot:last-child {
  margin-right: 0;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  text-align: center;
  transform: translateY(-50%);
}

.owl-prev {
  left: -20px;
}

.owl-next {
  right: -20px;
}

.owl-prev:before,
.owl-next:before {
  font-family: "FontAwesome";
  font-size: 24px;
}

.owl-prev:before {
  content: "\f104";
}

.owl-next:before {
  content: "\f105";
}

.owl-prev:hover,
.owl-next:hover {
  opacity: 0.5;
}

/* TESTIMONIALS SLIDER STYLE 1 */
.testimonials-slider.style-1 {
  padding: 80px 50px 140px;
  border: 1px solid #ebebeb;
}

.testimonials-slider.style-1 .owl-stage-outer {
  padding-top: 5px;
}

.testimonials-slider.style-1 .owl-dots {
  bottom: 50px;
}

.testimonials-slider.style-1 .testimonial {
  margin-bottom: 0;
}

/* TESTIMONIALS SLIDER STYLE 2 */
.testimonials-slider.style-2 .owl-dots {
  bottom: -20px;
}

/* TESTIMONIALS SLIDER STYLE 3 */
.testimonials-slider.style-3 {
  position: relative;
  margin: 50px 0;
  background-color: #f2f6f8;
}

.testimonial-author-image {
  float: left;
  width: 50%;
  margin-bottom: 0;
}

.testimonials {
  position: absolute;
  top: 50%;
  right: 0;
  width: 50%;
  padding: 50px 80px;
  transform: translateY(-50%);
}

.testimonials .owl-stage-outer {
  padding-top: 5px;
}

.testimonials .owl-dots {
  bottom: 20px;
  left: 80px;
  text-align: left;
}

.testimonials-slider.style-3 blockquote {
  color: #02224a;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
}

.testimonials-slider.style-3 blockquote:before {
  display: none;
}

.testimonials-slider.style-3 blockquote footer {
  font-size: 18px;
  color: #02224a;
}

.testimonials-slider.style-3:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* LOGOS SLIDER */
.logos-sider {
  text-align: center;
}

.logos-slider .item {
  height: 45px;
  padding: 0 20px;
  text-align: center;
  background: no-repeat top center;
  transition: all 0.3s;
}

.logos-slider .item:hover {
  background-position: bottom center;
}

/* IMAGES SLIDER HORIZONTAL */
.images-slider-horizontal {
  text-align: center;
}

.images-slider-horizontal .owl-dots {
  bottom: -40px;
  width: auto;
}

/* IMAGES SLIDER VERTICAL */
.images-slider-vertical {
  text-align: center;
}

.images-slider-vertical .owl-dots {
  bottom: 0;
  left: -30px;
  width: auto;
  text-align: center;
}

.images-slider-vertical .owl-dot {
  display: block;
  margin-right: 0;
  margin-bottom: 10px;
}

.images-slider-vertical .owl-dot:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .testimonials-slider.style-1 {
    padding: 40px 20px 80px;
  }

  .testimonials {
    padding: 50px 30px;
  }

  .testimonials-slider.style-3 blockquote {
    font-size: 18px;
    line-height: 30px;
  }

  .testimonials .owl-dots {
    left: 30px;
  }
}

@media (max-width: 767px) {
  .owl-dots {
    bottom: 15px;
  }

  .testimonials-slider.style-1 {
    padding: 40px 20px 80px;
  }

  .testimonial-author-image {
    float: none;
    width: 100%;
  }

  .testimonials {
    position: relative;
    top: 0;
    width: 100%;
    padding: 50px 20px;
    transform: translateY(0);
  }

  .testimonials .owl-dots {
    left: 20px;
  }

  .images-slider-vertical .owl-dots {
    bottom: -30px;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .images-slider-vertical .owl-dot {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
  }

  .images-slider-vertical .owl-dot:last-child {
    margin-right: 0;
  }
}

/***********************************************************************************
 *	+ ANIMATIONS
 ***********************************************************************************/
.wow {
  visibility: hidden;
}

.wow.animated {
  visibility: visible;
}

/***********************************************************************************
 *	+ WIDGETS
 ***********************************************************************************/
.widget {
  margin-bottom: 50px;
}

.widget>*:last-child {
  margin-bottom: 0;
}

.widget-title {
  margin-bottom: 30px;
  font-weight: 500;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}

/* WIDGET TEXT */
.widget-text div>*:last-child {
  margin-bottom: 0;
}

/* WIDGET SERACH */
.widget-search form {
  position: relative;
}

.widget-search #s {
  width: 100%;
  height: 44px;
  padding: 10px 40px 10px 20px;
  border-radius: 20px;
  border-color: #f2f6f8;
  background-color: #f2f6f8;
}

.widget-search #s::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
}

.widget-search #s::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
}

.widget-search #s:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
}

.widget-search input[type=submit] {
  position: absolute;
  top: 13px;
  right: 15px;
  width: 16px;
  height: 16px;
  padding: 0;
  border: none;
  background: url(../images/search.png) no-repeat center center;
}

.widget-search #s:focus {
  border-color: #ffad00;
  background-color: #fff;
}

/* WIDGET CATEGORIES */
.widget-categories ul {
  margin-bottom: 0;
  list-style: none;
}

.widget-categories ul li {
  margin-bottom: 15px;
}

.widget-categories ul li:last-child {
  margin-bottom: 0;
}

.widget-categories ul li a {
  position: relative;
  display: block;
  padding-left: 20px;
  color: #838383;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s;
}

.widget-categories ul li a:before {
  position: absolute;
  top: 10px;
  left: 0;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ffad00;
  opacity: 0;
  content: "";
  transition: all 0.3s;
}

.widget-categories ul li a:hover {
  color: #02224a;
  text-decoration: none;
}

.widget-categories ul li a:hover:before {
  opacity: 1;
}

/* WIDGET CATEGORIES DROPDOWN */
/* WIDGET ARCHIVES */
.widget-archives ul {
  margin-bottom: 0;
  list-style: none;
}

.widget-archives ul li {
  margin-bottom: 15px;
}

.widget-archives ul li:last-child {
  margin-bottom: 0;
}

.widget-archives ul li a {
  color: #838383;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s;
}

.widget-archives ul li a:before {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 15px;
  background-color: #ffad00;
  opacity: 0;
  content: "";
  transition: all 0.3s;
}

.widget-archives ul li a:hover {
  color: #02224a;
  text-decoration: none;
}

.widget-archives ul li a:hover:before {
  opacity: 1;
}

/* WIDGET ARCHIVES DROPDOWN */
/* WIDGET PAGES */
.widget-pages ul {
  margin-bottom: 0;
  list-style: none;
}

.widget-pages ul li {
  margin-bottom: 15px;
}

.widget-pages ul li:last-child {
  margin-bottom: 0;
}

.widget-pages ul li a {
  color: #838383;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s;
}

.widget-pages ul li a:before {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 15px;
  background-color: #ffad00;
  opacity: 0;
  content: "";
  transition: all 0.3s;
}

.widget-pages ul li a:hover {
  color: #02224a;
  text-decoration: none;
}

.widget-pages ul li a:hover:before {
  opacity: 1;
}

/* WIDGET METADATA */
.widget-metadata ul {
  margin-bottom: 0;
  list-style: none;
}

.widget-metadata ul li {
  margin-bottom: 15px;
}

.widget-metadata ul li:last-child {
  margin-bottom: 0;
}

.widget-metadata ul li a {
  color: #838383;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s;
}

.widget-metadata ul li a:before {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 15px;
  background-color: #ffad00;
  opacity: 0;
  content: "";
  transition: all 0.3s;
}

.widget-metadata ul li a:hover {
  color: #02224a;
  text-decoration: none;
}

.widget-metadata ul li a:hover:before {
  opacity: 1;
}

/* WIDGET TAGS */
.widget-tags a {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  padding: 5px 18px;
  border: 1px solid #ebebeb;
  border-radius: 20px;
  margin: 5px 5px 5px 0;
  color: #838383;
  font-size: 14px;
  text-decoration: none;
  transform: translateZ(0);
  transition: all 0.3s;
}

.widget-tags a:after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 20px;
  background-color: #ffad00;
  content: "";
  transform: scale(0);
  transition: all 0.3s;
}

.widget-tags a:hover {
  border-color: #ffad00;
  background-color: #ffad00;
  color: #fff;
}

.widget-tags a:hover:after {
  transform: scale(1);
}

@media (min-width: 768px) and (max-width: 991px) {
  .widget-tags a {
    padding: 3px 12px;
    font-size: 12px;
  }
}

/* WIDGET NEWSLETTER */
.widget-newsletter form {
  position: relative;
}

.widget-newsletter #newsletter-email {
  width: 100%;
  height: 44px;
  padding-right: 160px;
}

.widget-newsletter button[type=submit] {
  position: absolute;
  top: 0;
  right: -1px;
  height: 44px;
  border-radius: 0;
  font-size: 12px;
}

.widget-newsletter button[type=submit]:after {
  border-radius: 0;
}

.newsletter-bordered {
  padding: 10px;
  border: 1px solid #ebebeb;
}

.newsletter-bordered #newsletter-email {
  padding-right: 20px;
}

.newsletter-bordered button[type=submit] {
  position: relative;
  width: 100%;
  margin-bottom: 0;
  border-radius: 5px;
}

.newsletter-bordered button[type=submit]:after {
  border-radius: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .widget-newsletter #newsletter-email {
    padding-right: 20px;
  }

  .newsletter-bordered {
    padding: 0;
    border: none;
  }
}

@media (max-width: 767px) {
  .widget-newsletter #newsletter-email {
    padding-right: 20px;
  }

  .widget-newsletter button[type=submit] {
    position: relative;
    right: 0;
  }
}

/* WIDGET RECENT POSTS */
.widget-recent-posts ul {
  margin-bottom: 0;
  list-style: none;
}

.widget-recent-posts ul li {
  line-height: 24px;
}

.widget-recent-posts ul li img {
  float: left;
  margin-right: 15px;
}

.widget-recent-posts ul li .post-title {
  color: #02224a;
  font-size: 16px;
  transition: all 0.3s;
}

.widget-recent-posts ul li .post-details {
  font-size: 12px;
  transition: all 0.3s;
}

.widget-recent-posts ul li .post-details a {
  padding-right: 7px;
  border-right: 1px solid #838383;
  margin-right: 3px;
  color: #838383;
}

.widget-recent-posts ul li .post-details a:last-child {
  padding-right: 0;
  border-right: 0;
  margin-right: 0;
}

.widget-recent-posts ul li .post-details a:before {
  margin-right: 5px;
  font-family: "materia-icons";
  font-size: 14px;
}

.widget-recent-posts ul li .post-details a.author:before {
  content: "\e9f3";
}

.widget-recent-posts ul li .post-details a:before {
  content: "\e920";
}

.widget-recent-posts ul li .post-title:hover,
.widget-recent-posts ul li .post-details a:hover {
  color: #ffad00;
  text-decoration: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .widget-recent-posts ul li img {
    display: none;
  }
}

/* WIDGET RECENT COMMENTS */
.widget-recent-comments ul {
  margin-bottom: 0;
  list-style: none;
}

.widget-recent-comments ul li {
  margin-bottom: 15px;
}

.widget-recent-comments ul li:last-child {
  margin-bottom: 0;
}

/* WIDGET CALENDAR */
.widget-calendar table {
  width: 100%;
  text-align: center;
}

.widget-calendar table th,
.widget-calendar table td {
  padding: 5px;
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  text-align: center;
}

.widget-calendar table th:last-child,
.widget-calendar table td:last-child {
  border-right: 1px solid #ebebeb;
}

.widget-calendar table tr:last-child td {
  border-bottom: 1px solid #ebebeb;
}

.widget-calendar table tfoot td,
.widget-calendar table tfoot td:last-child,
.widget-calendar table tfoot tr:last-child td {
  border: none;
}

.widget-calendar table td#today {
  background-color: #ffad00;
  color: #fff;
}

/* WIDGET FLICKR */
.flickr-photos {
  margin: -5px;
}

.flickr_badge_image {
  position: relative;
  float: left;
  padding: 5px;
}

.flickr_badge_image img {
  width: 64px;
  height: auto;
}

.flickr-photos:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

@media (min-width: 1200px) {
  .flickr_badge_image img {
    width: 80px;
  }
}

/* WIDGET INSTAGRAM */
#instafeed {
  margin: -5px;
}

#instafeed a {
  float: left;
  display: block;
  width: 72px;
}

#instafeed a img {
  display: block;
  width: 100%;
  height: auto;
  padding: 5px;
}

#instafeed:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: " ";
  clear: both;
}

@media (min-width: 1200px) {
  #instafeed a {
    width: 90px;
  }
}

/* WIDGET TWITTER */
.widget-twitter {
  text-align: center;
}

.tweets-list ul {
  margin-bottom: 0;
  list-style: none;
}

.tweets-list ul li {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 32px;
}

.tweets-list ul li>*:last-child {
  margin-bottom: 0;
}

.tweets-list ul li:last-child {
  margin-bottom: 0;
}

/* WIDGET CONTACT */
.widget-contact ul {
  margin-bottom: 0;
  list-style: none;
}

.widget-contact ul li {
  position: relative;
  padding-left: 55px;
  margin-bottom: 40px;
}

.widget-contact ul li:last-child {
  margin-bottom: 0;
}

.widget-contact ul li i {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 42px;
  line-height: 42px;
  transition: all 0.3s;
}

.widget-contact ul li:hover i {
  color: #ffad00;
}

.widget-contact ul li a {
  color: #838383;
}

.widget-contact ul li small {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .widget-contact ul li small {
    letter-spacing: 2px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .widget-contact ul li {
    padding-left: 0;
  }

  .widget-contact ul li i {
    display: none;
  }
}

/* WIDGET SOCIAL */
.widget-social .social-media {
  margin-bottom: 0;
}

header#header-container div#header-top .container-custom {
  width: 768px !important;
}

form#solicitarCredito input,
form#solicitarCredito select,
form#solicitarCredito textarea,
#page-content input,
#page-content select,
#page-content textarea {
  margin-bottom: 0px !important;
  margin-left: 0px !important;
}

.tabs-contenido li a {
  background: none;
  color: #868688;
  font-family: "sf-bold";
}

.container-tabs .tab-content {
  background: #f3f7fa;
  margin: 0;
  padding: 30px 20px 30px 0;
}

/* li{
		margin-bottom: 1px;
	} */
.margen_icons_footer {
  margin-bottom: 10px !important;
}

#page-loader {
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.loader-img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  text-align: center;
}

.loader-img img {
  border-radius: 50%;
}

.loader-img:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 150px;
  height: 150px;
  border-top: 2px solid #ffad00;
  border-right: 2px solid #ffad00;
  border-radius: 50%;
  content: "";
  margin: -75px 0 0 -75px;
  animation: rotate 1s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

/***********************************************************************************
 *	+ PAGE WRAPPER
 ***********************************************************************************/
#main-container {
  overflow: hidden;
  background-color: #fff;
  /*box-shadow: 0 50px 50px 0 rgba(0, 31, 70, 0.7);*/
}

@media (max-width: 767px) {
  #main-container {
    box-shadow: none;
  }
}

/***********************************************************************************
 *	+ HEADER
 ***********************************************************************************/
/***********************************************************************************
 *	- HEADER CONTAINER
 ***********************************************************************************/
.header-style-1 #header-container {
  position: absolute;
  z-index: 8000;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.header-style-4 #header-container {
  position: absolute;
  z-index: 8000;
  top: 0;
  right: 0;
  left: 0;
  padding: 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.header-style-5 #header-container {
  background-color: #02224a;
  color: #fff;
}

@media (min-width: 1200px) {
  .header-style-4 #header-container {
    padding: 0 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-style-1 #header-container {
    position: relative;
    border-bottom: none;
    background-color: #02224a;
  }

  .header-style-4 #header-container {
    position: relative;
    padding: 0 10px;
    border-bottom: none;
    background-color: #02224a;
  }
}

@media (max-width: 767px) {
  .header-style-1 #header-container {
    position: relative;
    border-bottom: none;
    background-color: #02224a;
  }

  .header-style-4 #header-container {
    position: relative;
    padding: 0;
    border-bottom: none;
    background-color: #02224a;
  }
}

/***********************************************************************************
 *	- HEADER TOP
 ***********************************************************************************/
#header-top {
  padding: 25px 0;
}

#header-top .atencion {
  padding: 0;
  margin-top: -7px;
  margin-left: 10px;
}

#header-top .atencion .float-right {
  float: left;
}

#header-top .atencion i {
  color: #084897;
  float: left;
  margin-right: 10px;
  font-size: 48px;
}

#header-top .atencion h3 {
  color: #084897;
  font-size: 19px;
  font-family: "sf-bold";
  line-height: 1.1;
  margin-top: 2px;
  margin-bottom: 0 !important;
}

#header-top .atencion p {
  font-size: 17px;
  margin-bottom: 0;
  margin-top: 6px;
  color: #606060;
}

#header-top .ingreso {
  float: right;
  padding: 0;
}

#header-top .ingreso .datos {
  padding: 0;
}

#header-top .ingreso img {
  float: left;
  margin-left: 0px;
  height: 46px;
  margin-top: -6px;
}

#header-top .ingreso input[type=text] {
  float: left;
  margin-right: 0px;
  font-style: normal;
  font: 15px/26px "sf", sans-serif;
  font-weight: 800;
}

#header-top .ingreso input[type=button] {
  float: left;
  margin-right: 10px;
  border-radius: 0;
  background: #ffc900;
  padding: 10px 40px 10px 40px;
}

#header-top .ingreso input[type=button]:hover {
  background: #084897;
}

#header-top .ingreso a {
  color: #868688;
  text-decoration: underline;
  transition: all 0.3s;
}

#header-top .ingreso a:hover {
  color: #ffc900;
  transition: all 0.3s;
}

#header-top .widget:last-child {
  margin-bottom: 0;
}

.header-top-style-1.header-style-2 #header-top .widget-contact ul li {
  float: left;
  width: 33.333333%;
  padding-right: 30px;
  margin-bottom: 0;
}

.header-top-style-1.header-style-3 #header-top .widget-contact ul {
  text-align: right;
}

.header-top-style-1.header-style-3 #header-top .widget-contact ul li {
  display: inline-block;
  padding-right: 30px;
  border-right: 1px solid #e1e1e1;
  margin-right: 20px;
  margin-bottom: 0;
  font-weight: 300;
  text-align: left;
}

.header-top-style-1.header-style-3 #header-top .widget-contact ul li:last-child {
  padding-right: 0;
  border-right: 0;
  margin-right: 0;
}

.header-top-style-1.header-style-3 #header-top .widget-contact ul li i {
  color: #02224a;
}

.header-top-style-1.header-style-3 #header-top .widget-contact ul li:hover i {
  color: #ffad00;
}

.header-top-style-2 #header-top {
  padding: 10px 0;
  background-color: #ffad00;
  color: #fff;
}

.header-top-style-2.header-style-5 #header-top {
  padding: 30px 0;
  background-color: transparent;
}

.header-top-style-2 #header-top a,
.header-top-style-2 #header-top h1,
.header-top-style-2 #header-top h2,
.header-top-style-2 #header-top h3,
.header-top-style-2 #header-top h4,
.header-top-style-2 #header-top h5,
.header-top-style-2 #header-top h6,
.header-top-style-2 blockquote:before {
  color: inherit;
}

.header-top-style-2 #header-top a:hover {
  color: #02224a;
}

.header-top-style-2 #header-top .widget-pages ul li a:before,
.header-top-style-2 #header-top .widget-metadata ul li a:before,
.header-top-style-2 #header-top .widget-archives ul li a:before,
.header-top-style-2 #header-top .widget-categories ul li a:before {
  background-color: #ffc900;
}

.header-top-style-2 #header-top .widget-tags a:hover {
  color: #fff;
}

.header-top-style-2 #header-top .widget-contact ul li:hover i {
  color: #02224a;
}

.header-top-style-2.header-style-5 #header-top a:hover {
  color: #ffad00;
}

.header-top-style-2.header-style-5 #header-top .widget-pages ul li a:before,
.header-top-style-2.header-style-5 #header-top .widget-metadata ul li a:before,
.header-top-style-2.header-style-5 #header-top .widget-archives ul li a:before,
.header-top-style-2.header-style-5 #header-top .widget-categories ul li a:before {
  background-color: #ffad00;
}

.header-top-style-2.header-style-5 #header-top .widget-tags a:hover {
  color: #fff;
}

.header-top-style-2.header-style-5 #header-top .widget-contact ul li:hover i {
  color: #ffad00;
}

.header-top-style-2.header-style-6 #header-top .widget-contact ul li {
  display: inline-block;
  padding-left: 25px;
  margin-right: 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
}

.header-top-style-2.header-style-6 #header-top .widget-contact ul li i {
  top: -8px;
  font-size: 20px;
}

.header-top-style-2.header-style-6 #header-top .widget-contact ul li small {
  display: inline-block;
}

.header-top-style-2.header-style-6 #header-top .widget-social .social-media {
  text-align: right;
}

.header-top-style-2.header-style-6 #header-top .widget-social .social-media a {
  font-size: 14px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-top-style-2.header-style-6 #header-top .widget-contact ul li {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .header-top-style-2.header-style-6 #header-top {
    display: none;
  }
}

/***********************************************************************************
 *	- HEADER
 ***********************************************************************************/
#header {
  position: relative;
  z-index: 2;
}

#header [class^=col-] {
  position: static;
}

#header .container {
  position: relative;
}

.header-style-2 #header {
  background-color: #084897;
  border-top: 1px solid #a4cafa;
}

.header-style-3 #header:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1000px;
  margin: 0 auto;
  background-color: #ffad00;
  content: "";
  transform: translateX(-50%) skew(-45deg);
}

.header-style-5 #header {
  border-top: 1px solid #ffad00;
}

@media (min-width: 1200px) {
  .header-style-3 #header:before {
    width: 1275px;
  }

  .header-style-4 #header [class^=col-] {
    position: relative;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-style-2 #header [class^=col-] {
    min-height: 0;
  }

  .header-style-3 #header [class^=col-] {
    min-height: 0;
  }

  .header-style-5 #header {
    border-top: none;
  }
}

@media (max-width: 767px) {
  .header-style-2 #header [class^=col-] {
    min-height: 0;
  }

  .header-style-3 #header [class^=col-] {
    min-height: 0;
  }

  .header-style-5 #header {
    border-top: none;
  }
}

/***********************************************************************************
 *	- LOGO
 ***********************************************************************************/
#logo {
  max-width: 100%;
  margin: 30px 0;
}

#header-top #logo {
  margin: 5px 0;
}

#logo a {
  display: inline-block;
  max-width: 100%;
  text-align: center;
}

.header-style-5 #logo {
  text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-style-5 #logo {
    text-align: left;
  }
}

@media (max-width: 767px) {
  #logo {
    margin-right: 60px;
  }

  .header-style-5 #logo {
    text-align: left;
  }
}

/***********************************************************************************
 *	- MENU
 ***********************************************************************************/
.search.sfHover a {
  background: #084897 !important;
}

#search-form a.close {
  background: none !important;
}

.menu,
.menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu {
  float: right;
  /*margin-top: 27px; */
}

.header-style-2 .menu {
  float: none;
}

.header-style-3 .menu {
  float: none;
}

.header-style-5 .menu {
  float: none;
}

.menu>li {
  float: left;
}

.menu li a {
  display: block;
  padding: 10px 30px;
  border-bottom: 1px solid #939395;
  color: #084897;
  font-size: 14px;
  line-height: 26px;
  transition: all 0.3s;
}

.menu>li>a {
  position: relative;
  padding: 25px 30px 25px 30px;
  border-bottom: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.header-style-6 .menu>li>a {
  color: #02224a;
}

.menu>li:last-child>a {
  margin-right: 0;
}

.menu li.dropdown ul {
  position: absolute;
  z-index: 2000;
  top: 100%;
  left: 0;
  display: none;
  width: 210px;
  border-bottom: none;
  background-color: #0954af;
}

.menu li.dropdown ul ul {
  top: 0;
  left: 100%;
  /*background: red!important;
  	color: red!important;*/
}

.menu li.dropdown:hover>ul {
  display: block;
}

.menu li.megamenu .megamenu-container {
  position: absolute;
  z-index: 2000;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  border: 1px solid #212121;
  border-bottom: none;
  background-color: #151515;
}

.megamenu-container .section {
  float: left;
  width: 25%;
  border-right: 1px solid #212121;
}

.megamenu-container .section:last-child {
  border-right: none;
}

.megamenu-container.col-2 .section {
  width: 50%;
}

.megamenu-container.col-3 .section {
  width: 33.33333333%;
}

.megamenu-container.col-4 .section {
  width: 25%;
}

.megamenu-container.col-5 .section {
  width: 20%;
}

.menu li.megamenu:hover>.megamenu-container {
  display: block;
}

.sf-arrows .sf-with-ul:after {
  position: absolute;
  top: 30px;
  right: 10px;
  display: none;
  font-family: "FontAwesome";
  font-size: 15px;
  opacity: 0.5;
  content: "\f107";
}

.sf-arrows ul .sf-with-ul:after {
  top: 50%;
  right: 15px;
  display: block;
  content: "\f105";
  transform: translateY(-50%);
}

.menu li a:hover,
.menu li.active>a,
.menu li.sfHover>a {
  color: #084897;
  text-decoration: none;
  background: #cfdceb;
}

.menu>.dropdown>ul {
  display: block;
}

.menu>.dropdown>ul li {
  background: #cfdceb;
  color: #084897 !important;
  border: none;
}

.menu>.dropdown>ul li a {
  color: #084897;
}

.menu>.dropdown>ul li a:hover,
.menu>.dropdown>ul li a:active {
  color: #084897;
  background: #bdcfe4;
}

.menu>.dropdown>ul ul li {
  background: #bdcfe4;
}

.header-style-3 .menu li.active>a,
.header-style-3 .menu>li>a:hover,
.header-style-3 .menu>li.sfHover>a {
  color: #084897;
}

.menu li.dropdown ul li a:hover:before,
.menu li.dropdown ul li.sfHover>a:before,
.megamenu-container .section ul li a:hover:before {
  border-color: #ffad00;
}

.menu ul li>a:hover,
.menu ul li.sfHover>a {
  border-color: #ffad00;
  color: #084897;
  background: #bdcfe4;
}

.menu>.dropdown>ul ul li a:hover {
  background: #abc2dc;
  transition: all 0.3s;
}

@media (min-width: 1200px) {
  .sf-arrows .sf-with-ul:after {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu {
    display: none;
  }
}

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

/***********************************************************************************
 *	- MOBILE MENU
 ***********************************************************************************/
#mobile-menu-button {
  float: right;
  display: none;
  width: 50px;
  height: 48px;
  border-radius: 5px;
  background-color: #ffad00;
  color: #fff;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}

#mobile-menu,
#mobile-menu ul {
  list-style: none;
  display: none;
  margin: 0;
  background-color: #ffad00;
}

#mobile-menu {
  border-bottom: 1px solid #fff;
}

#mobile-menu li a {
  display: block;
  padding: 10px 20px;
  border-top: 1px solid #fff;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

#mobile-menu>li>a {
  font-size: 14px;
  font-weight: 500;
}

#mobile-menu ul a {
  padding-left: 40px;
}

#mobile-menu ul ul a {
  padding-left: 60px;
}

#mobile-menu .megamenu-container {
  display: none;
  margin-left: 0;
}

#mobile-menu .megamenu-container .section {
  float: none;
  width: 100%;
  margin-bottom: -1px;
  padding: 0 20px 20px 20px;
}

#mobile-menu .megamenu-container .section ul {
  display: block;
  margin: 0 -25px -20px;
}

#mobile-menu .megamenu-container .section ul a {
  padding-left: 40px;
}

#mobile-menu .megamenu-container .section>ul li a:before {
  display: none;
}

#mobile-menu .megamenu-container .section ul li:last-child a {
  border-bottom: 1px solid #fff;
}

#mobile-menu li.dropdown>a,
#mobile-menu li.megamenu>a {
  position: relative;
}

#mobile-menu li.dropdown>a:after,
#mobile-menu li.megamenu>a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  font-family: "FontAwesome";
  font-size: 15px;
  content: "\f107";
  transform: translateY(-50%);
}

#mobile-menu li.dropdown>a.open:after,
#mobile-menu li.megamenu>a.open:after {
  content: "\f106";
}

#mobile-menu li.search a {
  display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  #mobile-menu-button {
    display: block;
    margin-top: 26px;
  }

  .header-style-2 #mobile-menu-button {
    position: absolute;
    top: -79px;
    right: 15px;
    margin-top: 0;
  }

  .header-style-3 #mobile-menu-button {
    position: absolute;
    top: -79px;
    right: 15px;
    margin-top: 0;
  }

  .header-style-4 #mobile-menu {
    margin: 0 -10px;
  }

  .header-style-5 #mobile-menu-button {
    position: absolute;
    top: -79px;
    right: 0;
    margin-top: 0;
  }

  .header-style-5 #mobile-menu {
    margin: 0 -25px;
  }
}

@media (max-width: 767px) {
  #mobile-menu-button {
    position: absolute;
    top: 26px;
    right: 15px;
    display: block;
  }

  .header-style-2 #mobile-menu-button {
    top: -79px;
  }

  .header-style-3 #mobile-menu-button {
    top: -79px;
  }

  .header-style-5 #mobile-menu-button {
    top: -79px;
    right: 0;
  }

  .header-style-5 #mobile-menu {
    margin: 0 -20px;
  }
}

/***********************************************************************************
 *	- SEARCH
 ***********************************************************************************/
.header-style-2 .menu li.search {
  float: right;
}

.header-style-3 .menu li.search {
  float: right;
}

.header-style-5 .menu li.search {
  float: right;
}

.menu li.search a,
.header-style-3 .menu li.search a,
.header-style-5 .menu li.search a {
  color: #fff;
}

.header-style-6 .menu li.search a {
  color: #02224a;
}

.menu li.search a:hover {
  color: #ffad00;
  background: none;
}

.header-style-3 .menu li.search a:hover,
.header-style-3 .menu li.search a:focus,
.header-style-3 .menu li.search a:active {
  color: #02224a;
}

#search-form {
  position: absolute;
  z-index: 10;
  top: 18px;
  right: 115px;
  display: none;
}

.header-style-2 #search-form {
  right: 16px;
}

.header-style-3 #search-form {
  top: 0;
  right: 35px;
}

.header-style-3 #search-form:before,
.header-style-3 #search-form:after {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  content: "";
}

.header-style-3 #search-form:before {
  left: -101px;
  border-left: 101px solid transparent;
  border-bottom: 101px solid #da9400;
}

.header-style-3 #search-form:after {
  right: -101px;
  border-right: 101px solid transparent;
  border-top: 101px solid #da9400;
}

.header-style-3 #search-form #search {
  height: 101px;
  border-color: #da9400;
  background-color: #da9400;
  color: #fff;
}

.header-style-3 #search-form #search::-moz-placeholder {
  color: #fff;
}

.header-style-3 #search-form #search::-webkit-input-placeholder {
  color: #fff;
}

.header-style-3 #search-form #search:-ms-input-placeholder {
  color: #fff;
}

.header-style-3 #search-form.open #search {
  width: 300px;
}

.header-style-5 #search-form {
  right: 0;
}

.search a:hover {
  background: #084897;
}

#search-form #search {
  width: 0;
  height: 50px;
  padding: 0 40px 0 25px;
  /*border: 1px solid #ffad00;*/
  border: none;
  border-radius: 25px;
  background-color: #073c7f;
  color: #878787;
  transition: all 0.3s;
  float: left;
}

#search-form.open #search {
  width: 250px;
}

#search-form a.close {
  position: absolute;
  top: 1px;
  right: -10px;
  border-bottom: none;
  color: #878787;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  opacity: 1;
}

.header-style-3 #search-form a.close {
  top: 25px;
  right: -30px;
  color: #fff;
}

.productos {
  padding: 95px 0;
}

.productos .owl-dots {
  bottom: 0;
}

.productos .owl-dot:hover,
.productos .owl-dot.active {
  background: #ffc900;
}

@media (min-width: 1200px) {
  #search-form {
    right: 130px;
  }

  .header-style-3 #search-form {
    right: -1px;
  }
}

@media (max-width: 991px) {
  #mobile-menu li.search a {
    display: none;
  }

  #search-form-container {
    padding: 15px 20px;
    border-top: 1px solid #fff;
  }

  .header-style-3 #search-form:before,
  .header-style-3 #search-form:after {
    display: none;
  }

  #search-form {
    position: relative;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
  }

  #search-form #search,
  .header-style-3 #search-form #search {
    width: 100%;
    height: 50px;
    padding-right: 50px;
    margin-bottom: 0;
  }

  .header-style-3 #search-form #search::-moz-placeholder {
    color: #aaa;
  }

  .header-style-3 #search-form #search::-webkit-input-placeholder {
    color: #aaa;
  }

  .header-style-3 #search-form #search:-ms-input-placeholder {
    color: #aaa;
  }

  .header-style-3 #search-form.open #search {
    width: 300px;
  }

  #search-form #search-submit {
    position: absolute;
    top: 4px;
    right: 15px;
    display: block;
    padding: 0;
    border: none;
    width: 30px;
    height: 45px;
    background: url(../images/search.png) no-repeat center center;
  }

  .header-style-3 #search-form {
    right: 0;
  }
}

/***********************************************************************************
 *	- SIGN IN
 ***********************************************************************************/
.menu li.sign-in .btn {
  padding: 5px 20px;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.header-style-6 .menu li.sign-in .btn {
  color: #fff;
}

.menu li.sign-in .btn:hover {
  color: #fff;
}

#sign-in {
  display: none;
}

#sign-in h2 {
  margin-top: 20px;
}

.sign-in-form {
  margin-top: 50px;
}

.sign-in-form #email,
.sign-in-form #password {
  position: relative;
  z-index: 1;
}

.sign-in-form .btn {
  margin-top: 20px;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .menu li.sign-in .btn {
    padding: 5px 23px;
  }
}

@media (max-width: 991px) {
  #mobile-menu li.sign-in {
    border-top: 1px solid #fff;
  }

  #mobile-menu li.sign-in .btn {
    display: inline-block;
    border-top: none;
    margin: 15px 20px;
    background-color: #121212;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
}

/***********************************************************************************
 *	- STICKY
 ***********************************************************************************/
#header-sticky [class^=col-] {
  position: static;
}

#header-sticky .container,
#header-sticky .container-fluid {
  position: relative;
}

#header-sticky {
  position: fixed;
  z-index: 8000;
  top: 0;
  right: 0;
  left: 0;
  display: none;
  width: 100%;
  margin: 0 auto;
  background-color: #084897;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
  transition: opacity 0.3s;
}

.header-style-3 #header-sticky {
  background-color: #ffad00;
}

.header-style-4 #header-sticky {
  padding: 0 20px;
}

.header-style-4 #header-sticky #search-form {
  right: 160px;
}

.header-style-5 #header-sticky nav {
  position: relative;
  width: 940px;
  margin: 0 auto;
}

.header-style-5 #header-sticky #search-form {
  top: 0;
}

.header-style-6 #header-sticky {
  background-color: #fff;
}

@media (min-width: 1200px) {
  .header-style-4 #header-sticky [class^=col-] {
    position: relative;
  }

  .header-style-4 #header-sticky {
    padding: 0 30px;
  }

  .header-style-5 #header-sticky nav {
    width: 1140px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #header-sticky {
    visibility: hidden;
  }
}

@media (max-width: 767px) {
  #header-sticky {
    visibility: hidden;
  }
}

/***********************************************************************************
 *	+ PAGE CONTENT
 ***********************************************************************************/
#page-content {
  position: relative;
  z-index: 1;
  /*padding-bottom: 50px;*/
}

/***********************************************************************************
 *	- PAGE HEADER
 ***********************************************************************************/
#page-header {
  position: relative;
  padding: 70px 0;
  /*margin-bottom: 100px;*/
  background: no-repeat center center;
}

#page-header h2 {
  margin-bottom: 0;
  color: inherit;
  font-size: 36px;
}

.header-style-1 #page-header {
  z-index: 1;
  padding-top: 170px;
  transform: translateZ(0);
}

.header-style-1 #page-header:after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.55;
  content: "";
}

.header-style-1 .breadcrumb {
  font-size: 12px;
  letter-spacing: 2px;
  text-align: right;
  text-transform: uppercase;
}

.header-style-1 #page-header .breadcrumb li a,
.header-style-1 #page-header .breadcrumb>li+li:before {
  color: #fff;
}

.header-style-2 #page-header {
  padding: 40px 0;
  border-bottom: 1px solid #d3d3d4;
}

.header-style-2 #page-header .breadcrumb>li+li:before {
  content: ">";
}

.header-style-3 #page-header {
  padding: 80px 0 30px;
  margin-top: -50px;
  background-color: #e4eef2;
}

.header-style-4 #page-header {
  z-index: 1;
  padding: 185px 0 85px;
  color: #fff;
  text-align: center;
  transform: translateZ(0);
}

.header-style-4 #page-header:after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.55;
  content: "";
}

.header-style-5 #page-header {
  padding: 40px 0;
  background-color: #f7f7f7;
}

.header-style-6 #page-header {
  z-index: 1;
  padding: 50px 0;
  transform: translateZ(0);
}

.header-style-6 #page-header:after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.55;
  content: "";
}

.header-style-6 #page-header .breadcrumb li a,
.header-style-6 #page-header .breadcrumb>li+li:before {
  color: #fff;
}

@media (max-width: 991px) {
  .header-style-1 #page-header {
    padding-top: 70px;
  }

  .header-style-2 #page-header {
    border-top: 1px solid #ebebeb;
  }

  .header-style-3 #page-header {
    padding-top: 30px;
    margin-top: 0;
  }

  .header-style-4 #page-header {
    padding-top: 85px;
  }
}

/***********************************************************************************
 *	+ FOOTER
 ***********************************************************************************/
.contactos-footer {
  margin: 40px 0;
}

.contactos-footer div.row {
  display: flex;
}

.contactos-footer .datos {
  border-right: 2px solid #084897;
  padding: 0 15px;
  display: flex;
  align-items: center;
}

.contactos-footer .datos:last-child {
  border: none;
}

.contactos-footer .datos img {
  float: right;
}

.contactos-footer .datos div {
  float: left;
  text-align: left;
  width: auto;
}

.contactos-footer .datos div a {
  color: #084897;
  text-decoration: none;
}

.contactos-footer .datos div h3 {
  font-family: "sf-bold";
  font-size: 18px;
  color: #084897;
  line-height: 24px;
  margin-bottom: 6px;
}

.contactos-footer .datos div p {
  line-height: 1.5;
  font-size: 14px;
  font-family: "sf-light";
  color: #868688;
  margin-bottom: 0;
}

.contactos-footer .datos .icono {
  margin-right: 10px;
  color: #084897;
}

.contactos-footer .datos .icono span {
  font-size: 32px;
}

.contactos-footer .datos.atodahora {
  color: #084897;
  padding: 10px 15px;
  display: block;
}

.contactos-footer .datos.atodahora h3 {
  font-family: "sf-light";
  font-size: 20px;
}

.contactos-footer .datos.atodahora h3 .resaltado {
  font-family: "sf-bold";
}

.contactos-footer .datos.atodahora p {
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 17px;
  color: #084897;
}

.footer-parallax #footer-container {
  /*position: fixed;*/
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (max-width: 767px) {
  .footer-parallax #footer-container {
    position: relative;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

/***********************************************************************************
 *	- FOOTER
 ***********************************************************************************/
#footer {
  padding: 90px 0;
  background: url(../../images/backgrounds/bg-linea-footer.jpg) repeat-x top center #fff;
  color: #949494;
  font-size: 14px;
  font-weight: 300;
}

#footer .widget-contact li {
  color: #868688;
}

#footer .widget-contact li a {
  color: #868688;
}

#footer .widget-contact li a:hover {
  text-decoration: none;
}

#footer .widget-contact li a:hover i svg path {
  fill: #ffc900;
}

#footer a {
  color: inherit;
}

#footer a:hover {
  color: #ffc900;
}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
  color: #fff;
}

#footer .widget:last-child {
  margin-bottom: 0;
}

#footer .widget-title {
  margin-bottom: 40px;
  letter-spacing: 2px;
  color: #084897;
  font-family: "sf-medium";
  letter-spacing: 4px;
  line-height: 18px;
}

#footer .widget-tags a:hover {
  color: #fff;
}

#footer .widget-pages ul li,
#footer .widget-archives ul li,
#footer .widget-metadata ul li,
#footer .widget-categories ul li {
  margin-bottom: 16px;
  text-indent: -21px;
  padding-left: 20px;
}

#footer .widget-pages ul li:last-child,
#footer .widget-archives ul li:last-child,
#footer .widget-metadata ul li:last-child,
#footer .widget-categories ul li:last-child {
  margin-bottom: 0;
}

#footer .widget-pages ul li a,
#footer .widget-archives ul li a,
#footer .widget-metadata ul li a,
#footer .widget-categories ul li a {
  font-size: 16px;
  /*font-weight: 300;*/
  font-family: "sf-light";
}

#footer .widget-pages ul li a:before {
  opacity: 1;
}

#footer .widget-recent-posts ul li {
  border-bottom: 1px solid #444;
  margin-bottom: 25px;
}

#footer .widget-recent-posts ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

#footer .widget-recent-posts ul li .post-title {
  color: #fff;
}

#footer .widget-recent-posts ul li .post-title:hover {
  color: #ffad00;
}

#footer .widget-contact {
  color: #fff;
}

#footer .widget-contact i,
#footer .widget-contact small {
  color: #868688;
}

#footer .widget-contact li:hover i {
  color: #ffad00;
}

#footer .col-footer:nth-child(1) .widget-title {
  margin-bottom: 25px;
  margin-top: 60px;
  margin-left: 20px;
}

#footer .col-footer:nth-child(2) {
  /*padding-left: 0;*/
}

#footer .col-footer:nth-child(3) {
  padding-left: 0;
}

#whatsappFloatBtn {
  position: fixed;
  width: 80px;
  height: 80px;
  bottom: 40px;
  right: 40px;
  color: #fff;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}

@media (max-width: 767px) {
  #footer [class^=col-]+[class^=col-] {
    margin-top: 50px;
  }

  #whatsappFloatBtn {
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
  }
}

/***********************************************************************************
 *	- FOOTER BOTTOM
 ***********************************************************************************/
#footer-bottom {
  padding: 50px 0;
  background-color: #fff;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

/*#footer + #footer-bottom {
		border-top: 1px solid lighten($gris, 40%);
	}*/
#footer-bottom {
  border-top: 1px solid #ededed;
}

#footer-bottom a {
  color: inherit;
}

#footer-bottom a:hover {
  color: #fff;
}

#footer-bottom h1,
#footer-bottom h2,
#footer-bottom h3,
#footer-bottom h4,
#footer-bottom h5,
#footer-bottom h6 {
  color: #fff;
}

#footer-bottom .widget:last-child {
  margin-bottom: 0;
}

#footer-bottom .widget-tags a:hover {
  color: #fff;
}

#footer-bottom .widget-text .copyright {
  text-align: right;
}

@media (max-width: 767px) {
  #footer-bottom [class^=col-]+[class^=col-] {
    margin-top: 20px;
  }

  #footer-bottom .widget-text .copyright {
    text-align: left;
  }
}

/***********************************************************************************
 *	+ PAGES
 ***********************************************************************************/
/***********************************************************************************
 *	- INDEX
 ***********************************************************************************/
.cotizaciones {
  padding: 100px 0;
  background: #f2f7f9;
}

#index .cotizaciones {
  padding: 30px 0;
  background: #fff;
}

#index .cotizaciones .box-cotizacion hgroup {
  border: none;
  margin-bottom: 0;
}

#index .cotizaciones .box-cotizacion hgroup div {
  margin-bottom: 0;
}

#index .cotizaciones .box-cotizacion hgroup div:nth-child(1) {
  float: left;
  width: auto;
}

#index .cotizaciones .box-cotizacion hgroup div:nth-child(2) {
  float: left;
  width: auto;
  margin-top: 5px;
  margin-left: 13px;
}

#index .cotizaciones .box-cotizacion hgroup div:nth-child(3) {
  float: left;
  width: auto;
  margin-top: 5px;
  margin-left: 13px;
}

#cambios .cotizaciones {
  background: white;
}

.cotizaciones .box-cotizacion div {
  margin-bottom: 10px;
  display: block;
  float: left;
  width: 100%;
}

.cotizaciones .box-cotizacion div p {
  font-size: 16px;
  margin-bottom: 0;
}

.cotizaciones .box-cotizacion div p:nth-child(1) {
  float: left;
}

.cotizaciones .box-cotizacion div p:nth-child(2) {
  float: right;
  font-family: "sf-bold";
  margin-left: 5px;
}

.cotizaciones hgroup,
.cotizaciones td {
  border-bottom: 1px solid #d3d3d4;
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 20px;
}

.cotizaciones hgroup img,
.cotizaciones td img {
  float: left;
  margin-right: 10px;
}

.cotizaciones hgroup h3,
.cotizaciones td h3 {
  float: left;
  font-family: "sf-bold";
  font-size: 20px;
  color: #084897;
  line-height: 34px;
  margin-bottom: 0;
}

.cotizaciones table#cotizaciones {
  margin: 15px 5px 15px;
  width: calc(100% - 10px);
  display: none;
}

.cotizaciones table#cotizaciones tr td {
  width: 18%;
  height: 45px;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1.5;
  padding: 8px 2px;
}

.cotizaciones table#cotizaciones tr td h3 {
  line-height: 1.3;
  font-size: 10px;
  display: inline-block;
  float: none;
}

.cotizaciones table#cotizaciones tr td img {
  margin: 0 auto;
  width: 15px;
  float: none;
  display: block;
}

.cotizaciones table#cotizaciones tr td p {
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 0;
  font-size: 12px;
}

.cotizaciones table#cotizaciones tr td p:last-child {
  font-weight: bold;
}

.cotizaciones table#cotizaciones tr td.flag {
  width: 13%;
  text-align: center;
}

.cotizaciones table#cotizaciones tr:not(:last-child) td {
  border-top: none;
}

.cotizaciones table#cotizaciones tr:last-child td {
  border-top: none;
  border-bottom: none;
}

/***********************************************************************************
 *	- General
 ***********************************************************************************/
#search-submi {
  background: url(../../images/index/ico-buscar.png) no-repeat center center #084897;
  background-color: none !important;
  padding: 10px 30px;
}

.content-gral {
  padding: 80px 0 150px 0;
}

.content-gral .headline {
  margin-bottom: 50px;
}

.content-gral .headline p {
  text-transform: none;
  letter-spacing: 0;
  font-size: 20px;
}

.content-gral .headline h2 {
  font-size: 40px;
  font-family: "sf-bold";
  line-height: 40px;
}

.content-gral .headline:after {
  margin-top: 25px;
}

.content-gral .texto p {
  font-size: 24px;
  line-height: 28px;
  font-family: "sf";
  display: inline-block;
}

.content-gral .texto p.small {
  font-size: 19px;
}

.content-gral .texto p.resaltado {
  margin-top: 10px;
  color: #868688;
  font-family: "sf-bold";
}

.content-gral .texto p.destacado {
  margin-top: 10px;
  color: #084897;
  font-family: "sf-bold";
  display: inline-block;
}

.content-gral .texto .iconos {
  margin-bottom: 20px;
  display: block;
  width: 100%;
  overflow: hidden;
}

.content-gral .texto .iconos div {
  margin-right: 20px;
  height: auto;
  float: left;
}

.content-gral .texto .iconos div span {
  font-family: "sf-bold";
  color: #89b7c9;
  font-size: 16px;
}

.content-gral .texto .iconos .fa {
  color: #89b7c9;
  border: 3px solid #89b7c9;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin: 0 10px 10px;
  border-radius: 30px;
}

.content-gral .texto .iconos .fa:before {
  font-weight: 700;
}

.content-gral .texto2 h2 {
  text-transform: uppercase;
  color: #084897;
  font-family: "sf-bold";
  letter-spacing: 3px;
}

.content-gral .texto2 h4 {
  font-family: "sf-bold";
  color: #084897;
}

.content-gral .texto2 i {
  margin-right: 10px;
}

.content-gral .texto2 ul {
  color: #ffc900;
  padding-left: 25px;
  list-style-position: outside;
}

.content-gral .texto2 ul span {
  color: #868688;
}

.content-gral .imagen-block figure {
  overflow: hidden;
  margin-top: 60px;
  border-radius: 20px;
  box-shadow: 0px 0px 18px -1px rgba(0, 0, 0, 0.75);
  /*-webkit-box-shadow: inset 0px 0px 28px 9px rgba(0,0,0,0.75);
  -moz-box-shadow: inset 0px 0px 28px 9px rgba(0,0,0,0.75);
  box-shadow: inset 0px 0px 28px 9px rgba(0,0,0,0.75);*/
}

.content-institucional {
  height: 350px;
}

.content-institucional .headline {
  padding: 70px 0 50px 0;
  margin-bottom: 0;
}

.content-institucional .headline p {
  text-transform: none;
  letter-spacing: 0;
  font-size: 20px;
  margin-bottom: 10px;
}

.content-institucional .headline h1 {
  font-size: 40px;
  font-family: "sf-bold";
  line-height: 40px;
  color: #084897;
}

.content-institucional .headline:after {
  margin-top: 25px;
  border: none;
}

.content-institucional#historia {
  background-image: url(../../images/institucional/bg-historia-new.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #EFECDD;
}

.content-institucional#mision {
  background-image: url(../../images/institucional/bg-quienes-somos.jpg);
  background-repeat: no-repeat;
}

.content-institucional#seguridad {
  background-image: url(../../images/institucional/interna-seguridad.jpg);
  background-repeat: no-repeat;
}

.content-institucional#fondo {
  background-image: url(../../images/institucional/bg-fondo.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 75%;
  background-color: #f2f7f9;
}

.content-institucional#corporativa {
  background-image: url(../../images/institucional/bg-corporativa.jpg);
  background-repeat: no-repeat;
  background-position: top -220px right;
  background-size: 90%;
  background-color: #d1dbc5;
}

.content-institucional#rse {
  background-image: url(../../images/institucional/bg-rse.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

.content-institucional#emergencia {
  background-image: url(../../images/atencion/bg-emergencia.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

.texto-institucional.blanco p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  font-family: "sf-light";
}

.texto-institucional.blanco p.resaltado {
  font-family: "sf-bold";
}

.texto-institucional.blanco h2 {
  font-size: 24px;
  font-family: "sf-bold";
  color: #868688;
}

.texto-institucional.blanco h3 {
  color: #084897;
  font-size: 30px;
  font-family: "sf-bold";
  margin-bottom: 30px;
}

.texto-institucional.blanco ul {
  list-style-position: inside;
  color: #ffc900;
  font-size: 20px;
}

.texto-institucional.blanco ul li {
  margin-bottom: 20px;
}

.texto-institucional.blanco ul li span {
  color: #868688;
}

.texto-institucional.blanco ul li a {
  color: #868688;
  transition: all 0.3s;
  cursor: pointer;
}

.texto-institucional.blanco ul li a:hover {
  color: #084897;
  transition: all 0.3s;
}

.texto-institucional.blanco article {
  margin-bottom: 30px;
}

.texto-institucional.blanco li.permisos ul.lista-permisos {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}

.texto-institucional.blanco li.permisos ul.lista-permisos li {
  list-style-type: disc;
  margin-bottom: auto;
}

.texto-institucional.blanco li.permisos ul.lista-permisos li:before {
  content: none;
}

.texto-institucional .descargar {
  list-style-type: none;
  list-style-position: outside;
  padding-left: 0 !important;
}

.texto-institucional .descargar li {
  padding-left: 0;
  border-bottom: 2px solid #f2f7f9;
  padding-bottom: 20px;
}

.texto-institucional .descargar li a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
}

.texto-institucional .descargar li a i {
  font-size: 24px;
  color: #ffc900;
  margin-left: 20px;
  font-weight: 700;
  opacity: 1;
  transition: all 0.3s;
}

.texto-institucional .descargar li a:hover i {
  opacity: 0.5;
  transition: all 0.3s;
}

#corporativa .nav-tabs li {
  margin-bottom: 15px;
}

#corporativa .nav-tabs li a {
  font-size: 16px;
  padding: 10px 30px;
}

#tab-3-3 .calificacion-riesgo {
  margin-bottom: 35px;
}

#tab-3-3 .calificacion-riesgo table {
  background: #f2f7f9;
  border-radius: 8px;
  /*th, td{
  	padding: 20px;
  }*/
}

#tab-3-3 .calificacion-riesgo table tr {
  border-bottom: solid thin #d5ebf3;
}

#tab-3-3 .calificacion-riesgo table tr:last-child {
  border: none;
}

#tab-3-3 .calificacion-riesgo table th {
  color: #084897;
  font-size: 16px;
  font-weight: bold;
  font-family: "sf-medium";
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 0 15px 20px;
  line-height: 20px;
}

#tab-3-3 .calificacion-riesgo table td {
  font-size: 18px;
  color: #676767;
  text-align: right;
  padding: 15px 20px 15px 0;
}

#mapaSucursales {
  border: 15px solid #f2f7f9;
}

.full-section.dark-section p {
  font-size: 18px;
  line-height: 1.5;
  font-family: "sf-light";
}

.full-section.dark-section p .resaltado {
  font-family: "sf-bold";
}

.full-section.dark-section h2 {
  font-size: 24px;
  font-family: "sf-medium";
}

.full-section.dark-section#historia {
  background: url(../../images/institucional/sucursal-bg.jpg) no-repeat center right !important;
  background-repeat: repeat;
}

.celeste {
  background-color: #f2f7f9;
}

.botones {
  margin-bottom: 40px;
  margin-top: 0;
}

.boton {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  transition: all 0.3s;
  padding: 15px 20px;
  display: inline-block;
  font-family: "sf-light";
  text-align: center;
  cursor: pointer;
}

.boton.rojo {
  background: #e2383f;
}

.boton.rojo:hover {
  text-decoration: none;
  background: #ffc900;
  color: #fff;
}

.boton.azul {
  background: #084897;
}

.boton.azul:hover {
  text-decoration: none;
  background: #ffc900;
  color: #fff;
}

.boton.amarillo {
  background: #ffc900;
}

.boton.amarillo:hover {
  text-decoration: none;
  background: #084897;
  color: #fff;
}

.boton.inactivo {
  background: #cfe2e9;
  color: #084897;
}

.boton.inactivo:hover {
  text-decoration: none;
  background: #031a36;
  color: #084897;
}

.padding-gral {
  padding: 70px 0;
}

.footer-info-detalle h4 {
  font-family: "sf-bold";
  font-size: 30px;
  margin-bottom: 30px;
}

.footer-info-detalle h4.top {
  margin-top: 40px;
}

.listado-items .item {
  border-bottom: 2px solid #f2f7f9;
  padding-bottom: 20px;
  padding-top: 20px;
}

.listado-items .item i {
  font-size: 78px;
}

.listado-items .item h4 {
  font-family: "sf-bold";
  color: #084897;
}

/***********************************************************************************
 *	- especifico personas
 ***********************************************************************************/
#solicitar {
  background: url(../../images/personas/bg-solicitar.jpg) center center no-repeat #f2f7f9;
}

#p-cred-facilyrapido {
  padding: 0;
  background-color: #ffffff;
}

#p-cred-enelbarrio {
  background: url(../../images/personas/bg-credito-barrio.jpg) center center no-repeat #f2f7f9;
}

#p-cred-asociaciones {
  background: url(../../images/personas/bg-asociaciones.jpg) center center no-repeat #f2f7f9;
}

#p-pres-personas {
  background: url(../../images/personas/bg-ppersonas.jpg) center center no-repeat #f2f7f9;
}

#footer-p-pres-persona {
  margin-bottom: 0;
  background-image: url(../../images/personas/bg-footer-prestamo-personas.jpg);
  background-size: cover;
}

#p-pres-viviendas {
  background: url(../../images/personas/bg-p-viviendas.jpg) center center no-repeat #f2f7f9;
}

#footer-p-pres-viviendas {
  margin-bottom: 0;
  background-image: url(../../images/personas/bg-footer-p-pres-viviendas.jpg);
  background-size: 200%;
}

#p-pres-vehiculos {
  background: url(../../images/personas/bg-p-vehiculos.jpg) center center no-repeat #f2f7f9;
}

#footer-p-pres-vehiculos {
  margin-bottom: 0;
  background-image: url(../../images/personas/bg-footer-prestamo-vehiculos.jpg);
  background-size: 200%;
}

#p-cuenta-corriente {
  background: url(../../images/personas/bg-p-cuentas-corriente.jpg) center center no-repeat #f2f7f9;
}

#p-cuenta-salario {
  background: url(../../images/personas/bg-p-cuenta-salario.jpg) top center no-repeat #f2f7f9;
}

#p-cuenta-digital {
  background: url(../../images/personas/bg-p-cuenta-digital-1.jpg) center center no-repeat #f2f7f9;
  background-size: cover;
  background-position-x: 85%;
  background-position-y: bottom;
}

#p-ahorros-alcancia {
  background: url(../../images/personas/bg-p-ahorros-alcancia-new.png) center center no-repeat #f2f7f9;
}

#p-ahorros-cajaahorro {
  background: url(../../images/personas/bg-p-ahorros-cajaahorro.jpg) center center no-repeat #f2f7f9;
}

#p-inversiones-cda {
  background: url(../../images/personas/bg-p-inversiones-cda.jpg) center center no-repeat #f2f7f9;
}

#p-servicios-caja-seguridad {
  background: url(../../images/personas/bg-caja-seguridad.jpg) center center no-repeat #f2f7f9;
}

#p-servicios-comercioexterior {
  background: url(../../images/personas/bg-comercio-exterior.jpg) center center no-repeat #f2f7f9;
}

#p-servicios-dpto-fiduciario {
  background: url(../../images/personas/bg-depto-fiduciario.jpg) center center no-repeat #f2f7f9;
  background-size: cover;
}

/***********************************************************************************
 *	- tarjetas
 ***********************************************************************************/
#p-tarjetas-visa-clasic {
  background: url(../../images/personas/bg-tarjeta-visa-clasic.jpg) center center no-repeat #f2f7f9;
}

#p-tarjetas-wallet {
  background: url(../../images/personas/bg-familiar-wallet.jpg) center center no-repeat #f2f7f9;
  color: #fff;
}

#p-tarjetas-wallet div.headline:after {
  border-color: #fff;
}

#p-tarjetas-wallet div.texto p {
  max-width: 600px;
}

#p-tarjetas-wallet.small-banner {
  background: #1862C3;
  padding: 30px 0;
}

#p-tarjetas-wallet.small-banner h2 {
  color: #fff;
  text-transform: none;
  display: inline-block;
  margin: 0 30px;
}

div#accordion div.panel .panel-title>a {
  margin-bottom: 0;
  height: auto;
}

div#accordion div.panel .panel-body p {
  margin-bottom: 10px;
  line-height: 1.5;
}

#footer-p-visa-clasic {
  margin-bottom: 0;
  background-image: url(../../images/personas/bg-footer-visa-clasic.jpg);
}

#p-tarjetas-master-clasic {
  background: url(../../images/personas/bg-tarjeta-mastercard-clasic.jpg) center center no-repeat #f2f7f9;
}

#footer-p-visa-clasic {
  margin-bottom: 0;
  background-image: url(../../images/personas/bg-footer-master-clasic.jpg);
}

#p-tarjetas-master-oro {
  background: url(../../images/personas/bg-tarjeta-mastercard-oro.jpg) center center no-repeat #f2f7f9;
}

#p-tarjetas-visa-oro {
  background: url(../../images/personas/bg-tarjeta-visa-oro.jpg) center center no-repeat #f2f7f9;
}

#footer-p-visa-oro {
  margin-bottom: 0;
  background-image: url(../../images/personas/bg-footer-visa-oro.jpg);
}

#p-tarjetas-visa-platinium {
  background: url(../../images/personas/bg-tarjeta-visa-platinium.jpg) center center no-repeat #f2f7f9;
}

#footer-p-visa-platinium {
  margin-bottom: 0;
  background-image: url(../../images/personas/bg-footer-premium.jpg);
}

#p-servicios-cambios {
  background: url(../../images/personas/bg-cambios.jpg) center center no-repeat #f2f7f9;
}

#p-servicios-comercioexterior {
  background: url(../../images/empresa/bg-servicio-comercioexterior-internas.jpg) center center no-repeat #f2f7f9;
}

#p-servicios-giros {
  background: url(../../images/personas/bg-giros.jpg) center center no-repeat #f2f7f9;
}

#p-servicios-seguridad {
  background: url(../../images/institucional/bg-seguridad.jpg) center center no-repeat #f2f7f9;
}

#p-personas-dpto {
  background: url(../../images/personas/bg-footer-dpto.jpg) center center no-repeat #f2f7f9;
}

/*************************
			Empresa
****************************/
#e-p-microempresarios {
  background: url(../../images/empresa/bg-p-microempresa.jpg) top center no-repeat #f2f7f9;
}

#e-p-pymes {
  background: url(../../images/empresa/bg-p-pymes.jpg) center center no-repeat #f2f7f9;
}

#e-p-utilitarios {
  background: url(../../images/empresa/bg-p-utilitarios.jpg) center center no-repeat #f2f7f9;
}

#e-p-adquisicion-equipamiento {
  background: url(../../images/empresa/bg-p-adquisicion-equipamiento.jpg) center center no-repeat #f2f7f9;
}

#e-p-adquisicion-local {
  background: url(../../images/empresa/bg-p-aquisicion-local.jpg) top center no-repeat #f2f7f9;
}

#e-p-familiar-comercios {
  background: url(../../images/empresa/bg-p-familiar-comercios.jpg) top center no-repeat #f2f7f9;
}

#e-p-agricultura {
  background: url(../../images/empresa/bg-p-agricultura.jpg) center center no-repeat #f2f7f9;
}

#e-p-ganaderia {
  background: url(../../images/empresa/bg-p-ganaderia.jpg) center center no-repeat #f2f7f9;
}

#e-p-comerciales {
  background: url(../../images/empresa/bg-p-comerciales-1.jpg) top -35px center no-repeat #f2f7f9;
}

#e-cuenta-corriente {
  background: url(../../images/empresa/bg-cuenta-corriente.jpg) center center no-repeat #f2f7f9;
}

#e-cuenta-salario {
  background: url(../../images/empresa/bg-p-cuentasalario.jpg) center center no-repeat #f2f7f9;
  background-size: cover;
}

#e-ahorros-cajaahorro {
  background: url(../../images/empresa/bg-ahorros-cajadeahorro.jpg) center center no-repeat #f2f7f9;
}

#e-inversiones-cda {
  background: url(../../images/empresa/bg-inversiones-cda.jpg) center center no-repeat #f2f7f9;
}

#e-servicios-recoleccion {
  background: url(../../images/empresa/bg-s-recolecciondepositos.jpg) center center no-repeat #f2f7f9;
}

#e-servicios-giros {
  background: url(../../images/empresa/bg-giros-remesas.jpg) center center no-repeat #f2f7f9;
}

#e-servicios-cambios {
  background: url(../../images/empresa/bg-cambios.jpg) center center no-repeat #f2f7f9;
  background-size: cover;
}

#e-servicios-pagosalario {
  background: url(../../images/empresa/bg-p-cuentasalario.jpg) center center no-repeat #f2f7f9;
  background-size: cover;
}

#e-departamento-fiduciario {
  background: url(../../images/empresa/bg-fiduciario.jpg) center center no-repeat #f2f7f9;
}

#e-pago-proveedores {
  background: url(../../images/empresa/bg-pago-proveedores.jpg) center center no-repeat #f2f7f9;
  background-size: cover;
}

/*****************************
           institucional
*****************************/
#nosotros-trabaja {
  background: url(../../images/institucional/bg-trabaja.jpg) center center no-repeat #f2f7f9;
}

#contacto {
  background: url(../../images/atencion/bg-contactos.jpg) center right no-repeat #f2f7f9;
}

.simulador-container h5 {
  color: #868688;
  margin-top: 10px;
  clear: both;
}

.simulador-container form {
  margin-bottom: 30px;
  /*border: 2px solid red;*/
  float: left;
  overflow: hidden;
  width: 100%;
}

.simulador-container form label {
  text-transform: uppercase;
  font-family: 22px;
  font-family: "sf-bold";
  letter-spacing: 3px;
}

.simulador-container form .select-style {
  border: 1px solid #d3d3d4;
  width: 100%;
  /*border-radius: 3px;*/
  overflow: hidden;
  background: white url("../../images/bg-icon.jpg") no-repeat 93% 50%;
}

.simulador-container form .select-style select {
  padding: 5px 15px;
  width: 130%;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "sf-light";
  margin: 0;
}

.simulador-container form .select-style select:focus {
  outline: none;
}

.simulador-container form input[type=button] {
  -webkit-appearance: none;
  border-radius: 0;
  background: #ffc900;
  transition: all 0.3s;
  margin-top: 33px;
  border: 1px solid #ffc900;
  width: 100%;
}

.simulador-container form input[type=button]:hover {
  background: #e2383f;
  border: 1px solid #e2383f;
}

.simulador-container .resultado {
  background: white;
  overflow: hidden;
  padding: 30px;
}

.simulador-container .resultado h4 {
  text-transform: uppercase;
  color: #084897;
  font-family: "sf-bold";
  font-size: 20px !important;
  letter-spacing: 3px;
  line-height: 16px;
}

.simulador-container .resultado p {
  letter-spacing: 3px;
  font-size: 18px;
  font-family: "sf-light";
  margin-bottom: 0;
}

/***********************************************************************************
 *	- ABOUT
 ***********************************************************************************/
.about-me {
  margin-bottom: 50px;
}

.about-me-thumbnail {
  margin-bottom: 35px;
}

.about-me h4 {
  margin-bottom: 0;
}

.about-me h4+p {
  font-size: 12px;
  letter-spacing: 3.5px;
  text-transform: uppercase;
}

/***********************************************************************************
 *	- SERVICES
 ***********************************************************************************/
.service-box {
  margin-bottom: 50px;
}

.service-box-content>*:last-child {
  margin-bottom: 0;
}

.service-box .service-box-content>a {
  display: inline-block;
  color: #02224a;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s;
}

.service-box .service-box-content>a:hover {
  color: #ffad00;
}

/* SERVICE BOX STYLE 1 */
.service-box.style-1 .service-box-content h5 {
  margin-bottom: 15px;
  text-transform: uppercase;
}

.service-box.style-1 .service-box-content h5:before {
  display: inline-block;
  width: 11px;
  height: 11px;
  border: 2px solid #ffad00;
  border-radius: 50%;
  margin-right: 20px;
  content: "";
  transition: all 0.3s;
}

.service-box.style-1:hover .service-box-content h5:before {
  background-color: #ffad00;
}

/* SERVICE BOX STYLE 2 */
.service-box.style-2:before {
  position: relative;
  top: 8px;
  float: left;
  display: inline-block;
  width: 11px;
  height: 11px;
  border: 2px solid #ffad00;
  border-radius: 50%;
  margin-right: 20px;
  content: "";
  transition: all 0.3s;
}

.service-box.style-2 .service-box-content {
  margin-left: 30px;
}

.service-box.style-2 .service-box-content h5 {
  margin-bottom: 15px;
  text-transform: uppercase;
}

.service-box.style-2:hover:before {
  background-color: #ffad00;
}

/* SERVICE BOX STYLE 3 */
.service-box.style-3>i {
  float: left;
  display: block;
  color: #ffad00;
  font-size: 42px;
  line-height: 42px;
  transition: all 0.2s;
}

.service-box.style-3.big-icon>i {
  margin-top: 7px;
  font-size: 72px;
  line-height: 72px;
}

.service-box.style-3 .service-box-content {
  margin-left: 70px;
}

.service-box.style-3.big-icon .service-box-content {
  margin-left: 105px;
}

.service-box.style-3 .service-box-content h5 {
  padding-top: 19px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.service-box.style-3.big-icon .service-box-content h5 {
  padding-top: 0;
}

.service-box.style-3:hover>i {
  color: #02224a;
  transform: scale(1.05);
}

/* SERVICE BOX STYLE 4 */
.service-box.style-4>i {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 42px;
  line-height: 60px;
  text-align: center;
  transform: translateZ(0);
}

.service-box.style-4>i:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #084897;
  content: "";
  transition: all 0.5s;
}

.service-box.style-4 .service-box-content {
  margin-left: 80px;
}

.service-box.style-4 .service-box-content h4 {
  padding-top: 5px;
  margin-bottom: 30px;
  line-height: 26px;
}

.service-box.style-4:hover>i:after {
  background-color: #fff;
}

.service-box.style-4:hover>i:before {
  color: #084897;
}

/* SERVICE BOX STYLE 5 */
.service-box.style-5 {
  color: #02224a;
}

.service-box.style-5>i {
  display: block;
  margin-bottom: 20px;
  color: #ccc;
  font-size: 54px;
  line-height: 54px;
  transition: all 0.2s;
}

.service-box.style-5.big-icon>i {
  margin-bottom: 25px;
  font-size: 72px;
  line-height: 72px;
}

.service-box.style-5 .service-box-content h5 {
  margin-bottom: 15px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.service-box.style-5 .service-box-content>a {
  position: relative;
  bottom: -20px;
  opacity: 0;
  transition: all 0.3s;
}

.service-box.style-5:hover>i {
  color: #ffad00;
}

.service-box.style-5:hover .service-box-content>a {
  bottom: 0;
  opacity: 1;
}

/* SERVICE BOX STYLE 6 */
.service-box.style-6.icon-right {
  text-align: right;
}

.service-box.style-6>i {
  display: block;
  font-size: 42px;
  line-height: 42px;
  transition: all 0.3s;
}

.service-box.style-6.icon-left>i {
  float: left;
  margin-right: 25px;
}

.service-box.style-6.icon-right>i {
  float: right;
  margin-left: 25px;
}

.service-box.style-6 .service-box-content h4 {
  padding-top: 8px;
  margin-bottom: 30px;
}

.service-box.style-6:hover>i {
  color: #ffad00;
  animation: icon-zoom 0.4s linear;
}

@keyframes icon-zoom {
  50% {
    transform: scale(1.1);
  }
}

/* SERVICE BOX STYLE 7 */
.service-box.style-7 {
  position: relative;
  z-index: 1;
  min-height: 490px;
  padding: 65px 25px;
  background: no-repeat center center;
  background-size: cover;
  color: #fff;
  background: #d3d3d3;
  text-align: center;
  transform: translateZ(0);
}

.service-box.style-7:before,
.service-box.style-7:after {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 10px;
  content: "";
  transition: all 0.3s;
}

.service-box.style-7:before {
  border-right: 1px solid #084897;
  border-left: 1px solid #084897;
  transform: scaleY(0);
  transform-origin: 100% 0;
}

.service-box.style-7:after {
  border-top: 1px solid #084897;
  border-bottom: 1px solid #084897;
  transform: scaleX(0);
  transform-origin: 0 100%;
}

.service-box.style-7 .service-box-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.9;
}

.service-box.style-7>i {
  position: relative;
  z-index: 4;
  display: block;
  margin-bottom: 15px;
  color: #084897;
  font-size: 64px;
  line-height: 64px;
}

.service-box.style-7 .service-box-content {
  position: relative;
  z-index: 4;
}

.service-box.style-7 .service-box-content h5 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #868688;
}

.service-box.style-7 .service-box-content h5 a {
  color: #868688;
}

.service-box.style-7 .service-box-content h5 a:hover {
  color: #084897;
}

.service-box.style-7 .service-box-content p {
  font-size: 18px;
  font-family: "sf-light";
  color: #868688;
}

.service-box.style-7 .service-box-content a {
  color: #ffad00;
  font-family: "sf-bold";
  text-transform: none;
}

.service-box.style-7 .service-box-content a.boton {
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  transition: all 0.3s;
  padding: 15px 20px;
  display: inline-block;
  font-family: "sf-light";
  text-align: center;
  background: #084897;
}

.service-box.style-7 .service-box-content a.boton:hover {
  background: #ffc900;
}

.service-box.style-7 .service-box-content a:hover {
  color: #fff;
}

.service-box.style-7 .service-box-content h5 {
  text-transform: uppercase;
}

.service-box.style-7:hover:before {
  transform: scaleY(1);
}

.service-box.style-7:hover:after {
  transform: scaleX(1);
}

@media (min-width: 768px) and (max-width: 991px) {
  .service-box.style-3>i {
    float: none;
  }

  .service-box.style-3.big-icon>i {
    margin-bottom: 20px;
  }

  .service-box.style-3 .service-box-content {
    margin-left: 0;
  }

  .service-box.style-3.big-icon .service-box-content {
    margin-left: 0;
  }

  .service-box.style-4>i {
    float: none;
    margin-bottom: 20px;
  }

  .service-box.style-4 .service-box-content {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .service-box.style-7 {
    display: grid;
    grid-template-columns: 80px 1fr;
    min-height: 0;
  }

  .service-box.style-7 .service-box-content {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    align-items: center;
  }

  .service-box.style-7 .service-box-content a.boton {
    height: 4em;
    margin-left: 1em;
    line-height: 1.2;
  }

  i>span>img {
    width: 70px !important;
  }

  .service-box.style-7 .service-box-content h5 {
    margin-bottom: 0px;
    text-align: left;
    margin-left: 1em;
  }

  .service-box.style-7 .service-box-content p {
    margin: 0;
    text-align: left;
    margin-left: 1em;
  }

  .service-box.style-7 .service-box-overlay:before {
    border-right: 1px solid #084897;
    border-left: 1px solid #084897;
    transform: scaleY(0);
    transform-origin: 100% 0;
  }

  .service-box.style-7 .service-box-overlay:after {
    border-top: 1px solid #084897;
    border-bottom: 1px solid #084897;
    transform: scaleX(0);
    transform-origin: 0 100%;
  }

  .service-box.style-7 .service-box-overlay:hover:before {
    transform: scaleY(1);
  }

  .service-box.style-7 .service-box-overlay:hover:after {
    transform: scaleX(1);
  }
}

@media (min-width: 1200px) {
  .service-box.style-7 .service-box-content a.boton {
    line-height: 2;
  }
}

/***********************************************************************************
 *	- PORTFOLIO
 ***********************************************************************************/
.portfolio-item {
  margin-bottom: 30px;
}

.portfolio-item-thumbnail {
  position: relative;
}

#item-tarjetas .portfolio-item-thumbnail {
  border-radius: 15px;
  overflow: hidden;
}

.portfolio-item-thumbnail:after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0 solid #fff;
  content: "";
  transition: all 0.1s;
}

.portfolio-item-thumbnail img {
  width: 100%;
  display: block;
}

.portfolio-item-hover {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(8, 72, 151, 0.85);
  /*background: $azul;*/
  opacity: 0;
  transform: scale(0.7);
  transition: all 0.2s;
}

.zoom-action {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-indent: -9999px;
  cursor: url(../images/cursor.png), zoom-in;
}

.portfolio-item-hover a {
  color: #fff;
  transition: all 0.3s;
}

.portfolio-item-hover a:hover {
  color: #02224a;
}

.portfolio-item-details {
  text-align: center;
}

.portfolio-item-details h4 {
  margin-bottom: 8px;
  font-family: "sf-bold";
  font-size: 28px;
  color: #084897 !important;
}

.portfolio-item-details h4 a {
  color: #084897;
}

.portfolio-item-details h6 {
  margin-bottom: 0;
  color: #868688;
  /*font-size: 16px;*/
  font-size: 20px;
  font-weight: 400;
  /*letter-spacing: 3px;
  	text-transform: uppercase;*/
  transition: all 0.3s;
}

.portfolio-item-hover .portfolio-item-details {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 10px;
  opacity: 0;
  transition: all 0.3s 0.1s;
}

.portfolio-item-hover .portfolio-item-details h6 {
  color: #fff;
}

.portfolio-item-thumbnail+.portfolio-item-details {
  padding: 40px 0;
}

.portfolio-item:hover .portfolio-item-hover {
  opacity: 1;
  transform: scale(1);
}

.portfolio-item:hover .portfolio-item-hover .portfolio-item-details {
  opacity: 1;
  transform: translateY(-50%);
}

/* PORTFOLIO CLASSIC */
.portfolio-item.portfolio-classic {
  margin-bottom: 50px;
}

.portfolio-item.portfolio-classic .portfolio-item-thumbnail {
  float: left;
  width: 66.666667%;
}

.portfolio-item.portfolio-classic .portfolio-item-details {
  float: left;
  width: 33.333333%;
  padding: 0;
  padding-left: 30px;
  text-align: left;
}

.portfolio-item.portfolio-classic .portfolio-item-details h6 {
  margin-bottom: 20px;
}

.portfolio-item.portfolio-classic:hover .portfolio-item-thumbnail:after {
  border-width: 0;
}

.portfolio-item.portfolio-classic:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* PROJECT DETAILS */
.project-details {
  margin-bottom: 40px;
  list-style: none;
}

.project-details li {
  margin-bottom: 25px;
  line-height: 26px;
}

.project-details li:last-child {
  margin-bottom: 0;
}

.project-details li i {
  float: left;
  display: block;
  width: 52px;
  height: 52px;
  border: 1px solid #ebebeb;
  margin-right: 15px;
  font-size: 32px;
  line-height: 50px;
  text-align: center;
  transition: all 0.3s;
}

.project-details li h4 {
  margin-bottom: 0;
  line-height: 26px;
  font-weight: 500;
}

.project-details li a {
  color: #878787;
}

.project-details li:hover i {
  border-color: #ffad00;
  background-color: #ffad00;
  color: #fff;
}

.portfolio-item.portfolio-classic .project-details:after,
.portfolio-item.portfolio-classic .project-details li:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

@media (min-width: 1200px) {
  .portfolio-item.portfolio-classic .project-details li {
    float: left;
    width: 50%;
    padding-left: 15px;
  }

  .portfolio-item.portfolio-classic .project-details li:nth-child(odd) {
    padding-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .portfolio-item-hover {
    margin: 20px;
  }

  .portfolio-item.portfolio-classic .portfolio-item-thumbnail,
  .portfolio-item.portfolio-classic .portfolio-item-details {
    float: none;
    width: 100%;
  }

  .portfolio-item.portfolio-classic .portfolio-item-details {
    padding: 0;
    margin-top: 20px;
  }

  .portfolio-item.portfolio-classic .project-details li {
    float: left;
    width: 50%;
    padding-left: 15px;
  }

  .portfolio-item.portfolio-classic .project-details li:nth-child(odd) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .portfolio-item-hover {
    margin: 20px;
  }

  .portfolio-item.portfolio-classic .portfolio-item-thumbnail,
  .portfolio-item.portfolio-classic .portfolio-item-details {
    float: none;
    width: 100%;
  }

  .portfolio-item.portfolio-classic .portfolio-item-details {
    padding: 0;
    margin-top: 20px;
  }
}

/***********************************************************************************
 *	- BLOG
***********************************************************************************/
/* BLOG ARTICLE */
.blog-article {
  margin-bottom: 80px;
}

.blog-article-thumbnail {
  margin-bottom: 40px;
}

.blog-article-title {
  margin-bottom: 15px;
}

.blog-article-details {
  margin-bottom: 20px;
  font-size: 14px;
}

.blog-article-details a {
  display: inline-block;
  padding-right: 10px;
  border-right: 1px solid #838383;
  margin-right: 5px;
  color: #838383;
  line-height: 14px;
  transition: all 0.3s;
}

.blog-article-details a:last-child {
  padding-right: 0;
  border-right: none;
  margin-right: 0;
}

.blog-article-details a:before {
  margin-right: 3px;
  font-family: "materia-icons";
  font-size: 20px;
}

.blog-article-details a.author:before {
  content: "\e9f3";
}

.blog-article-details a.date:before {
  content: "\e920";
}

.blog-article-details a.comments:before {
  position: relative;
  top: 4px;
  content: "\e9d3";
}

.blog-article-details a:hover {
  color: #ffad00;
  text-decoration: none;
}

.blog-article-content {
  font-size: 16px;
}

.blog-article-content>a {
  display: inline-block;
  border-bottom: 1px solid #ffad00;
  color: #ffad00;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s;
}

.blog-article-content>a:hover {
  border-color: #02224a;
  color: #02224a;
}

/* BLOG POST COMMENT */
.commentlist,
.commentlist ul {
  list-style: none;
}

.commentlist {
  margin: 70px 0 100px;
}

.commentlist li>ul.children {
  margin-left: 100px;
}

.comment-body {
  position: relative;
  padding-left: 100px;
  margin-bottom: 65px;
}

.comment-author .avatar {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}

.comment-author .fn {
  color: #02224a;
  font-size: 14px;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s;
}

.comment-author .fn:hover {
  color: #ffad00;
}

.comment-author .says {
  display: none;
}

.comment-metadata {
  margin-bottom: 15px;
  font-size: 11px;
  line-height: 24px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.comment-metadata a {
  color: #878787;
}

.comment-content {
  font-size: 16px;
}

.reply a {
  display: inline-block;
  border-bottom: 1px solid #ffad00;
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s;
}

.reply a:hover {
  border-color: #02224a;
  color: #02224a;
}

/* BLOG POST COMMENT FORM */
#commentform {
  margin: 70px 0 30px;
}

.commentform-email,
.commentform-author {
  float: left;
  width: 50%;
  margin-bottom: 0;
}

.commentform-email {
  padding-left: 15px;
}

.commentform-author {
  padding-right: 15px;
}

#commentform button[type=submit] {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 12px;
}

@media (max-width: 767px) {
  .commentlist li>ul.children {
    margin-left: 20px;
  }

  .comment-body {
    padding-left: 0;
  }

  .comment-author .avatar {
    position: relative;
    display: block;
    margin-bottom: 20px;
  }

  .commentform-email,
  .commentform-author {
    float: none;
    width: 100%;
    padding: 0;
  }
}

/***********************************************************************************
 *	- CONTACT
 ***********************************************************************************/
#contact-form {
  margin-bottom: 50px;
}

#contact-form label {
  display: block;
  text-transform: uppercase;
  font-family: "sf-bold";
}

#contact-form label.error {
  margin-bottom: 10px;
  color: #f30d39;
}

#contact-form button[type=submit] {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 12px;
}

#contact-form.quick-contact-form textarea,
#contact-form.quick-contact-form input[type=text],
#contact-form.quick-contact-form input[type=email] {
  background-color: transparent;
  border-color: #e1e1e1;
}

#contact-form.quick-contact-form textarea {
  height: 175px;
}

#contact-form.quick-contact-form button[type=submit] {
  margin-top: 0;
}

#contact-form.quick-contact-form textarea:focus,
#contact-form.quick-contact-form input[type=text]:focus,
#contact-form.quick-contact-form input[type=email]:focus {
  border-color: #ffad00;
}

/***********************************************************************************
 *	- SHORTCODES
 ***********************************************************************************/
.icons-list {
  list-style: none;
}

.icons-list li {
  text-align: center;
  display: inline-block;
  padding: 10px;
  width: 13.7%;
  min-height: 100px;
  vertical-align: top;
}

.icons-list li i,
.icons-list li .glyphicon {
  font-size: 20px;
}

.icons-list li .icon-name {
  display: block;
}

@media (min-width: 768px) and (max-width: 991px) {
  .icons-list li {
    width: 19%;
  }
}

@media (max-width: 767px) {
  .icons-list li {
    width: 49%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .icons-list li {
    width: 32%;
  }
}

section.tarjetas {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}

section.promo .headline p {
  margin-top: 20px;
  font-size: 14px;
}

.promTarj-container {
  overflow-y: scroll;
  height: 1090px;
  margin-bottom: 1vh;
  /* firefox */
  margin-top: 10px;
  scrollbar-color: #5e82ae #ced6e7;
  scrollbar-width: thin;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.promTarj-container::-webkit-scrollbar {
  width: 5px;
}

.promTarj-container::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.promTarj-container::-webkit-scrollbar-thumb {
  background: #ffad00;
}

.promTarj-container::-webkit-scrollbar-thumb:hover {
  background: #ffc900;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

header div#header-container {
  height: 77px;
}

header div#header-container div#header div#mobile-container {
  z-index: 5;
  position: relative;
  width: calc(100% + 50px);
  margin: 0 -15px;
}

header div#header-container div#header div#mobile-container nav#menu-mobile {
  position: absolute;
  width: 100%;
}

header div#header-container div#header.sticky {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

header div#header-container div#header nav#menu-desktop ul.menu li.dropdown.active>a {
  background: #edf5ff;
}

div#errorPage {
  padding: 10% 0;
}

div#pinResults {
  padding: 10% 0;
  text-align: center;
}

div#pinResults div.headline:after {
  width: 30%;
  content: "";
  margin: 30px auto;
}

form#solicitarPin {
  margin-bottom: 30px;
}

div.service-box figure {
  position: relative;
  z-index: 2;
  opacity: 0.4;
}

section.content-institucional.parallax {
  background-size: contain !important;
}

#section-2 {
  background-position: center;
}

section.productos div.image-box div.box-thumbnail-text {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 6%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

section.productos div.owl-dot {
  background-color: #8c8c8c;
}

section.productos-personas div.image-box div.box-thumbnail-text {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 6%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding-top: 50px;
}

section.full-section.dark-section div.col-meta div.text {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 6%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

div.rev_slider ul li picture {
  display: flex;
  justify-content: center;
}

div.rev_slider ul li picture.video img {
  display: none;
}

div.rev_slider ul li picture video {
  height: 100%;
}

picture.picture-full-width .img-full-width {
  max-width: 100vw !important;
}

.padding-gral ol {
  list-style: none;
}

.padding-gral ol li {
  counter-increment: item;
  text-indent: -10px;
  padding-left: 0px;
  margin-bottom: 15px;
  margin-left: 20px;
}

.padding-gral ol li:before {
  margin-right: 10px;
  content: counters(item, ".") " ";
  font-weight: bold;
  width: 0;
  text-align: left;
  text-indent: -10px;
  display: inline-block;
}

a.boton {
  text-decoration: none;
}

a.boton.toggleMarker.inactivo:hover {
  color: #fff;
}

a.boton.toggleMarker.amarillo:active,
a.boton.toggleMarker.amarillo:focus {
  color: #fff;
}

div.contenedor-descargar-form {
  background-color: rgba(128, 128, 128, 0.1215686275);
  padding: 30px 0 30px 0;
}

a.btn-descargar {
  padding: 8px;
  text-decoration: none;
}

a.btn-descargar.toggleMarker.inactivo:hover {
  color: #fff;
}

a.btn-descargar.toggleMarker.amarillo:active,
a.btn-descargar.toggleMarker.amarillo:focus {
  color: #fff;
}

.simulador-container div.headline {
  margin-bottom: 25px;
}

.simulador-container div.headline h2 {
  text-transform: none;
  font-family: "sf-bold";
  font-size: 42px;
  letter-spacing: 0;
}

.simulador-container div.headline:after {
  display: none;
}

.simulador-container div#calculator {
  position: relative;
  padding: 40px 30px;
  margin: 0;
  background: #f2f7f9;
}

.simulador-container div#calculator div[class^=col] {
  padding: 5px 30px;
  height: 100px;
}

.simulador-container div#calculator div[class^=col]:not(:last-child) {
  border-right: solid thin #bed7e1;
}

.simulador-container div#calculator div[class^=col]:last-child {
  text-align: center;
}

.simulador-container div#calculator div.warning {
  color: #084897;
  font-size: 12px;
  padding: 15px 0 0;
  margin-bottom: -15px;
}

.simulador-container div#calculator div.amountError {
  font-size: 14px;
  padding: 7px;
  text-align: center;
  margin: -20px 0 30px;
  background: #e2383f;
  color: #fff;
}

.simulador-container div#calculator form {
  margin-bottom: 0;
  float: none;
}

.simulador-container div#calculator form label {
  color: #084897;
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-top: -5px;
  margin-bottom: 15px;
  font-family: "sf-medium";
  letter-spacing: 5px;
}

.simulador-container div#calculator form .input-style {
  border: 1px solid #d3d3d4;
  width: 75%;
  /*border-radius: 3px;*/
  overflow: hidden;
  display: inline-block;
  float: none;
  background: white;
}

.simulador-container div#calculator form .input-style input {
  padding: 5px 15px;
  width: 130%;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "sf-light";
  margin: 0;
}

.simulador-container div#calculator form .input-style input:focus {
  outline: none;
}

.simulador-container div#calculator form .input-style input.error {
  border-color: #e2383f;
}

.simulador-container div#calculator form .radio-style {
  margin-bottom: 15px;
  height: auto;
}

.simulador-container div#calculator form .radio-style div[class^=col] {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: flex-start;
}

.simulador-container div#calculator form .radio-style div[class^=col] label {
  margin: 0;
}

.simulador-container div#calculator form .radio-style div[class^=col].option label {
  color: #000;
  font-size: 15px;
  font-weight: normal;
  display: block;
  margin: 0;
  margin-left: 7px;
  font-family: "sf-light";
  letter-spacing: 1px;
  text-transform: none;
}

.simulador-container div#calculator form button#calculate {
  margin-top: 12px;
  padding: 20px;
  font-family: "sf";
  display: inline-block;
}

.simulador-container div#calculator form button#calculate[disabled] {
  opacity: 0.5;
}

.simulador-container div#calculator form span.currency {
  display: inline-block;
  font-size: 40px;
  color: #adadae;
  height: auto;
  position: relative;
  top: -15px;
  margin-left: 10px;
  font-family: "sf-light";
}

.simulador-container div#calculator form#home {
  margin-bottom: -25px;
}

.simulador-container div#results {
  position: relative;
  padding: 40px 30px;
  margin: 0;
  background: #468fe9;
  display: none;
}

.simulador-container div#results div.results-container {
  opacity: 0;
}

.simulador-container div#results div.row>div[class^=col] {
  padding: 15px 5px 15px;
  height: 110px;
}

.simulador-container div#results div.row>div[class^=col]:not(:last-child) {
  border-right: solid thin #5d9dec;
}

.simulador-container div#results div.row>div[class^=col].result-item {
  color: #FFF;
  text-transform: uppercase;
  padding: 20px 0 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.simulador-container div#results div.row>div[class^=col].result-item i[class^=icon-] {
  font-size: 50px;
  opacity: 0.5;
  padding-top: 5px;
  display: inline-block;
}

.simulador-container div#results div.row>div[class^=col].result-item div:last-child {
  padding-left: 25px;
  padding-right: 0;
}

.simulador-container div#results div.row>div[class^=col].result-item div:last-child h6 {
  font-family: "sf-light";
  letter-spacing: 5px;
  opacity: 0.7;
  font-size: 17px;
  line-height: 1.5;
}

.simulador-container div#results div.row>div[class^=col].result-item div:last-child p {
  font-size: 30px;
  font-family: "sf-bold";
  letter-spacing: 3px;
  line-height: 1;
  margin-bottom: 0;
}

.simulador-container div#results div.row>div[class^=col]#cta h6 {
  font-family: "sf-bold";
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
}

.simulador-container div#results div.row>div[class^=col]#cta a.button {
  font-family: "sf";
  font-weight: bold;
  font-size: 16px;
  padding: 15px;
}

.simulador-container div#results:before {
  width: 0;
  height: 0;
  content: "";
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #f2f7f9;
  position: absolute;
  top: 0;
  left: 150px;
}

.simulador-container div#results div#disclaimer {
  margin-top: 35px;
  height: auto;
}

.simulador-container div#results div#disclaimer p {
  text-transform: uppercase;
  color: #FFFFFF;
  opacity: 0.4;
  line-height: 1;
  letter-spacing: 5px;
  font-size: 13px;
  margin-bottom: 0;
}

#search-form #search {
  background-image: url(../../images/index/ico-buscar.png);
  background-repeat: no-repeat;
  background-position: 200px 10px;
}

nav#menu-desktop li.search {
  height: 76px;
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
}

nav#menu-desktop li.search a#toggleSearch {
  display: inline-block;
}

nav#menu-desktop li.search form#search-form {
  display: block;
  position: unset;
}

nav#menu-desktop li.search form#search-form input {
  margin-bottom: 0;
  color: #fff;
  padding-right: 55px;
}

nav#menu-desktop li.search form#search-form input::-moz-placeholder {
  color: #fff;
  opacity: 0.7;
}

nav#menu-desktop li.search form#search-form input::placeholder {
  color: #fff;
  opacity: 0.7;
}

nav#menu-desktop li.search form#search-form input.full {
  background-image: none;
}

nav#menu-desktop li.search form#search-form a.close {
  text-shadow: none;
  position: absolute;
  top: 30%;
  right: 3%;
  border-bottom: none;
  color: #fff;
  font-size: 32px;
  text-decoration: none;
  opacity: 1;
  margin: 0;
  padding: 0;
  z-index: 5;
  display: none;
}

nav#menu-desktop li.search form#search-form ul#results-container {
  width: 350px;
  max-height: 400px;
  overflow: hidden;
  background: #CFDBEA;
  margin: 0 15px;
  position: absolute;
  top: 70px;
  right: 0;
}

nav#menu-desktop li.search form#search-form ul#results-container div.overview {
  width: 100%;
}

nav#menu-desktop li.search form#search-form ul#results-container li a {
  background: #CFDBEA !important;
}

nav#menu-desktop li.search form#search-form ul#results-container li a span.category {
  color: #084897;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  opacity: 0.5;
}

nav#menu-desktop li.search form#search-form ul#results-container li a h2.title {
  font-size: 14px;
  margin: 5px 0 10px;
  line-height: initial;
}

nav#menu-desktop li.search form#search-form ul#results-container li a:hover {
  background: #BECDE3 !important;
}

form:not(#homebanking) label {
  font-weight: bold;
}

form:not(#homebanking) span.required {
  font-family: "FontAwesome";
  color: #c30d0d;
  font-size: 9px;
  margin-left: 5px;
  position: relative;
  top: -5px;
}

form:not(#homebanking) span.required::before {
  content: "\f069";
}

form:not(#homebanking) div.recaptcha {
  margin: 15px 0;
}

form:not(#homebanking) div.recaptcha p {
  font-size: 14px;
}

form:not(#homebanking) ul.checklist {
  margin: 15px 0;
}

form:not(#homebanking) ul.checklist li {
  list-style: none;
  color: #858585;
  font-size: 14px;
  margin: 5px 0px;
  font-family: sf-light;
}

form:not(#homebanking) input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
  width: 100%;
}

form:not(#homebanking) input[type=checkbox],
form:not(#homebanking) input[type=radio] {
  display: inline-block;
  height: initial;
  margin-right: 10px;
}

div.inputError {
  text-align: left;
  background-color: #bb3851 !important;
  padding: 5px 10px 5px 40px;
  margin-top: -15px;
  position: relative;
}

div.inputError::before {
  position: absolute;
  top: 7px;
  left: 15px;
  font-size: 20px;
  font-family: "FontAwesome";
  content: "\f12a";
}

div.inputError p {
  font-weight: bold !important;
  color: #fff !important;
  line-height: 28px !important;
  margin-bottom: 0 !important;
  font-size: 13px !important;
}

div#alert-area div.alert h3 {
  font-size: 18px;
  line-height: initial;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
}

div#alert-area div.alert p {
  color: #fff;
  line-height: initial;
  font-size: 13px !important;
}

#header-top .todo-logo {
  display: flex;
  align-items: center;
}

#header-top .todo-logo .topOfMind {
  margin: 0px 30px 0px -30px;
  width: 150px;
  margin-right: 0px;
}

#header-top .ingreso button {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
  border-radius: 0;
  background: #ffc900;
  padding: 10px 10px 10px 10px;
  margin-left: 10px;
}

header div#header nav#menu-mobile {
  background: #04254e;
  margin: 0 -15px;
  margin-top: -1px;
  border: none;
}

header div#header nav#menu-mobile ul.nav>li>div {
  float: none !important;
  overflow: hidden;
  text-align: center;
  padding: 15px 0;
}

header div#header nav#menu-mobile ul.nav>li>div.atencion>div {
  float: none !important;
  display: inline-block;
}

header div#header nav#menu-mobile ul.nav>li>div.atencion>div.icon i {
  color: #FFFFFF;
  float: left;
  margin-right: 10px;
  font-size: 48px;
}

header div#header nav#menu-mobile ul.nav>li>div.atencion>div.data h3 {
  color: #FFFFFF;
  font-size: 19px;
  font-family: "sf-bold";
  line-height: 1.1;
  margin-top: 2px;
  margin-bottom: 0 !important;
}

header div#header nav#menu-mobile ul.nav>li>div.atencion>div.data p {
  font-size: 17px;
  margin-bottom: 0;
  margin-top: 6px;
  color: #FFFFFF;
}

header div#header nav#menu-mobile ul.nav>li>div.datos {
  max-width: 95%;
  margin: 0 auto;
  text-align: center;
}

header div#header nav#menu-mobile ul.nav>li>div.datos form {
  width: 102%;
}

header div#header nav#menu-mobile ul.nav>li>div.datos input[type=text] {
  float: none !important;
  display: inline;
  margin-right: 10px;
  font-style: normal;
  font: 15px/26px "sf", sans-serif;
  font-weight: 800;
}

header div#header nav#menu-mobile ul.nav>li>div.datos button {
  float: none;
  border-radius: 0;
  background: #ffc900;
  padding: 15px 25px 11px 25px;
}

header div#header nav#menu-mobile ul.nav>li>div.datos button:hover {
  background: #FFFFFF;
  color: #084897;
}

header div#header nav#menu-mobile ul.nav>li>div.datos a {
  display: block;
  color: #ffffff;
  text-decoration: underline;
  transition: all 0.3s;
}

header div#header nav#menu-mobile ul.nav>li>div.datos a:hover {
  color: #ffc900;
  transition: all 0.3s;
}

header div#header nav#menu-mobile ul.nav>li>div.datos a br {
  display: none;
}

.scrollable.familiar-skin {
  padding-right: 10px;
  padding-bottom: 8px;
}

.scrollable.familiar-skin .scroll-bar.vertical {
  width: 8px;
  background: rgba(8, 72, 151, 0.3);
}

.scrollable.familiar-skin .scroll-bar.horizontal {
  height: 6px;
}

.scrollable.familiar-skin .scroll-bar .thumb {
  background-color: #084897;
  opacity: 0.7;
  border-radius: 3px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.scrollable.familiar-skin .scroll-bar:hover .thumb {
  opacity: 0.9;
}

section#contratos.productos-personas.listado-items div.item h4 {
  height: 65px;
  display: flex;
  align-items: center;
}

section#historia p {
  text-align: justify;
}

div.popover-mobile-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: flex !important;
  align-items: center;
  z-index: 10;
  padding: 20px;
  top: 0 !important;
  left: 0 !important;
}

div.popover {
  border: solid thin #084897;
  color: #084897;
  border-radius: 3px;
  font-size: 13px;
  max-width: 600px;
}

div.popover div.popover-content {
  width: 550px;
}

div.popover figure {
  display: none;
  background: #000;
  width: 100%;
  height: 250px;
  padding: 40px 0;
  align-items: center;
  justify-content: center;
}

div.popover figure img {
  width: 90%;
  display: block;
}

div.popover ul {
  margin-bottom: 0;
}

div.popover ul li {
  text-indent: -19px;
  margin-left: 19px;
  line-height: 1.4;
  text-align: justify;
}

div.popover ul li:not(:last-child) {
  margin-bottom: 7px;
}

div.popover ul li ul {
  margin-left: -5px;
  margin-top: 10px;
  list-style: disc;
}

div.popover ul li ul li {
  text-indent: 0;
}

div.popover.mobile {
  position: relative;
  display: block;
  width: 100%;
  max-height: 450px;
  max-width: 100%;
  padding: 20px 0;
  border: solid thin #000;
}

div.popover.mobile a.close {
  position: fixed;
  margin-top: -10px;
  color: #fff;
  right: 30px;
  opacity: 0.5;
  z-index: 1;
}

div.popover.mobile div.popover-content {
  overflow: auto;
  position: relative;
  width: 100%;
  padding: 0;
  margin-top: -20px;
}

div.popover.mobile div.popover-content figure {
  display: flex;
}

div.popover.mobile div.popover-content>ul {
  margin: 20px 0px 20px 20px;
  padding-right: 20px;
  overflow: auto;
  list-style: none;
  max-height: 160px;
}

div.popover.mobile div.popover-content>ul>li {
  margin-left: 0;
  text-indent: 0;
}

section#extracto {
  text-align: center;
  height: auto;
}

section#extracto div.headline {
  padding-bottom: 20px;
}

section#extracto div.container {
  max-width: 800px;
}

section#extracto h1 {
  margin-bottom: 20px;
}

section#info-extracto div.viewport {
  position: relative;
  min-height: 200px;
  max-width: 1000px;
  width: 100%;
  margin: 15px auto 50px;
}

section#info-extracto div.viewport img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

section#info-extracto div.viewport img#main {
  z-index: 0;
  width: 100%;
}

section#info-extracto div.viewport img.overlayed {
  z-index: 1;
  position: absolute;
  opacity: 0;
  box-shadow: 0 0 3px #000;
  transition: 0.3s;
}

section#info-extracto div.viewport img.overlayed.active {
  transform: scale(1.02);
  filter: brightness(1.2);
  opacity: 1;
}

section#info-extracto div.viewport button.anchor {
  z-index: 5;
}

button.anchor {
  background: transparent;
  position: absolute;
  width: 30px;
  padding: 0;
  height: 30px;
}

button.anchor:before {
  content: "";
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 45px;
  background-color: rgba(19, 119, 242, 0.7);
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

button.anchor:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(70, 143, 233, 0.5);
  border-radius: 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

button.anchor:hover:before,
button.anchor:hover:after,
button.anchor:focus:before,
button.anchor:focus:after {
  animation: none;
}

button.anchor:hover:before,
button.anchor:focus:before {
  transform: scale(0.5);
  opacity: 0.7;
  background-color: rgba(19, 119, 242, 0.7);
}

button.anchor:hover:after,
button.anchor:focus:after {
  transform: scale(1);
}

section.puntos-pago {
  background: url(/images/atencion/bg-pago.jpg) center center no-repeat;
  background-size: cover;
  padding: 50px 0 30px 0;
}

section.puntos-pago div.headline {
  margin-bottom: 30px;
  padding: 30px 0 0;
  width: 100%;
}

section.puntos-pago div.headline h1 {
  font-size: 28px;
  color: #084897;
  line-height: 1;
}

section.puntos-pago div.headline p {
  text-transform: uppercase;
  line-height: 1;
  font-size: 14px;
  letter-spacing: 3px;
}

section.puntos-pago div.splash {
  padding: 30px 0 60px;
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}

section.puntos-pago div.splash form {
  background: #084897;
  color: #fff;
  padding: 60px;
}

section.puntos-pago div.splash form div.form-input {
  margin-bottom: 20px;
}

section.puntos-pago div.splash form div.form-input label {
  margin: 10px 0;
  font-size: 18px;
  font-weight: normal !important;
  padding: 0 15px;
}

section.puntos-pago div.splash form div.form-input input,
section.puntos-pago div.splash form div.form-input select {
  border: none;
  border-radius: 8px;
  color: #084897;
}

section.puntos-pago div.splash form div.form-input button {
  background: #E23940;
  width: 60%;
  margin: 20px auto 0;
  font-size: 18px;
}

section.puntos-pago div.splash form div.form-input button:hover {
  background: #ffc900;
}

section.puntos-pago div.splash div.logos {
  display: flex;
  background: #F3F7FA;
}

section.puntos-pago div.splash div.logos figure {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 130px;
}

section.puntos-pago div.splash div.logos figure img {
  width: 80%;
}

section.puntos-pago div.results {
  display: none;
}

section.puntos-pago div.results div.headline {
  margin-bottom: 30px;
  padding: 30px 0 0;
  width: 100%;
  text-align: center;
  position: relative;
}

section.puntos-pago div.results div.headline h1 {
  font-size: 28px;
  color: #084897;
  line-height: 1;
}

section.puntos-pago div.results div.headline h1 span {
  color: #084897;
  font-weight: bold;
}

section.puntos-pago div.results div.headline p {
  text-transform: uppercase;
  line-height: 1;
  font-size: 14px;
  letter-spacing: 3px;
}

section.puntos-pago div.results div.headline a.back {
  font-size: 36px;
  position: absolute;
  top: 45%;
  left: 0;
  margin-left: 15px;
  color: #084897;
}

section.puntos-pago div.results div.headline:after {
  display: none;
}

section.puntos-pago div.results div.resultsTable {
  padding: 20px;
  background: #fff;
}

section.puntos-pago div.results div.resultsTable div.input {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

section.puntos-pago div.results div.resultsTable div.input div {
  display: block;
  width: 100%;
  max-width: 300px;
  position: relative;
}

section.puntos-pago div.results div.resultsTable div.input div input#tableSearch {
  margin: 0 0 0px 15px;
  width: 100%;
  margin-bottom: 15px;
  font-size: 16px;
}

section.puntos-pago div.results div.resultsTable div.input div i.fa {
  position: absolute;
  top: 8px;
  right: 8px;
}

section.puntos-pago div.results div.resultsTable div.dataTables_paginate ul.pagination li {
  margin-right: 0;
  margin-top: 15px;
}

section.puntos-pago div.results div.resultsTable div.dataTables_paginate ul.pagination li a {
  font-size: 20px;
  padding: 5px 12px;
  border: solid thin #bbb;
  border-right: none;
  text-align: center;
  line-height: 1.1;
  color: #084897;
}

section.puntos-pago div.results div.resultsTable div.dataTables_paginate ul.pagination li.active a {
  position: unset;
  background: #eee;
}

section.puntos-pago div.results div.resultsTable div.dataTables_paginate ul.pagination li:first-child a {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

section.puntos-pago div.results div.resultsTable div.dataTables_paginate ul.pagination li:last-child a {
  border-right: solid thin #bbb;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

section.puntos-pago div.results div.resultsTable table {
  width: 100%;
  color: #084897;
  border-top: dashed thin #bbb;
  border-left: dashed thin #bbb;
  table-layout: fixed;
}

section.puntos-pago div.results div.resultsTable table th,
section.puntos-pago div.results div.resultsTable table td {
  border-bottom: dashed thin #bbb;
  border-right: dashed thin #bbb;
}

section.puntos-pago div.results div.resultsTable table thead tr th {
  text-align: center;
  font-size: 24px;
  height: 60px;
  width: auto;
  letter-spacing: 1px;
  text-transform: uppercase;
  vertical-align: middle;
}

section.puntos-pago div.results div.resultsTable table tbody tr td {
  font-size: 16px;
  padding: 20px;
  vertical-align: middle;
}

section.puntos-pago div.results div.resultsTable table tbody tr td img {
  width: 80%;
}

section.puntos-pago div.results div.resultsTable table tbody tr td:first-child,
section.puntos-pago div.results div.resultsTable table tbody tr td:last-child {
  text-align: center;
}

section.puntos-pago div.results div.resultsTable table tbody tr td:nth-child(2) {
  font-weight: bold;
}

.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  overflow: auto;
  color: #084897;
}

.autocomplete-suggestions .autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-suggestions .autocomplete-selected {
  background: #084897;
  color: #fff;
}

.autocomplete-suggestions strong {
  /*font-weight: normal; color: #3399FF;*/
}

.autocomplete-suggestions .autocomplete-group {
  padding: 2px 5px;
}

.autocomplete-suggestions .autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}

div.infobox {
  font-size: 16px;
}

div.infobox h2 {
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 32px;
  font-weight: bold;
}

button.gm-ui-hover-effect {
  top: 5px !important;
  right: 5px !important;
}

div.fancybox-wrap.fullWrapper {
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  top: 0 !important;
  left: 0 !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  height: 100% !important;
}

div.fancybox-wrap.fullWrapper div.fancybox-inner {
  width: auto !important;
  height: auto !important;
}

a#app-popover+div.popover div.popover-content {
  width: auto;
}

div.app-badges {
  display: flex;
  width: 350px;
  align-items: center;
  margin-top: 20px;
}

div.app-badges a:not(:last-child) {
  margin-right: 20px;
}

div.app-badges a img {
  max-width: 200px;
}

div.app-badges.pop {
  margin: 0;
}

div.app-badges.pop a img {
  max-width: 120px;
}

div.debugData {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  font-size: 14px;
}

div.debugData.open {
  top: 0;
  bottom: unset;
}

div.debugData.open div.browserData {
  height: calc(100vh - 100px);
}

div.debugData div.title {
  padding: 10px 15px;
  background: #dd3311;
  color: #ffffff;
  max-height: 100px;
  font-size: 12px;
  overflow: hidden;
}

div.debugData div.title p.userAgent {
  float: left;
  margin: 0;
  width: 80%;
}

div.debugData div.title a.open {
  float: right;
  font-size: 25px;
  color: #ffffff;
}

div.debugData div.browserData {
  height: 0;
  overflow: auto;
}

div.debugData div.browserData pre {
  font-family: "sf-light";
  color: #000;
  background: #fff;
  border: none;
  padding: 15px;
  font-size: 16px;
  line-height: 1.5;
}

section#contacto.content-gral {
  padding: 60px 0;
}

div#contact-menu>p {
  font-weight: bold;
  font-size: 22px;
  font-family: "sf-bold";
}

ul.contact-options {
  display: block;
  padding: 0;
}

ul.contact-options li {
  display: inline-block;
}

ul.contact-options li a {
  width: 200px;
  height: 200px;
  background: #fff;
  margin: 10px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
  align-items: center;
  text-decoration: none;
  flex-wrap: wrap;
  transition: 0.3s all;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.45);
}

ul.contact-options li a figure {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  margin-top: -10px;
  padding: 10px;
}

ul.contact-options li a figure img {
  height: 70px;
  position: relative;
  top: -15px;
}

ul.contact-options li a p {
  transition: 0.3s all;
  position: absolute;
  margin: 0;
  font-family: "sf" !important;
  font-size: 16px !important;
  align-self: flex-end;
  bottom: 20px;
  text-align: center;
  display: block;
  width: 100%;
  color: #444;
  font-weight: bold;
}

ul.contact-options li a:hover,
ul.contact-options li a.checked {
  text-decoration: none;
}

ul.contact-options li a:hover img,
ul.contact-options li a.checked img {
  filter: brightness(0) invert(1);
}

ul.contact-options li a:hover p,
ul.contact-options li a.checked p {
  color: #fff;
  text-decoration: none;
}

ul.contact-options li a:hover#congratulations,
ul.contact-options li a.checked#congratulations {
  background: #E12C30;
}

ul.contact-options li a:hover#suggest,
ul.contact-options li a.checked#suggest {
  background: #FDBB27;
}

ul.contact-options li a:hover#claims,
ul.contact-options li a.checked#claims {
  background: #023E86;
}

article#contactForm {
  display: none;
}

article#contactForm form.contact-form input,
article#contactForm form.contact-form select,
article#contactForm form.contact-form textarea {
  border-color: #c9c9c9;
}

article#contactForm form.contact-form textarea {
  width: 100%;
  height: 100px;
  box-sizing: border-box;
}

article#contactForm div#alert-area div.alert-success {
  background: #fff !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

article#contactForm div#alert-area div.alert-success h3 {
  color: #084897;
  font-family: "sf-light";
  font-size: 40px;
  margin-bottom: 15px;
}

article#contactForm div#alert-area div.alert-success h3 img {
  margin-top: 15px;
}

article#contactForm div#alert-area div.alert-success p {
  color: #555;
  font-family: "sf-light";
  font-size: 18px !important;
}

section#cotizaciones {
  padding: 10px 0 10px;
}

section#cotizaciones div.container div.table-mobile {
  display: none;
}

section#cotizaciones div.container div.table-mobile table.table {
  margin-bottom: 0;
}

section#cotizaciones div.container div.table-mobile table.table thead th {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  line-height: 1;
  text-align: center;
}

section#cotizaciones div.container div.table-mobile table.table tbody tr td:not(:first-child) {
  font-size: 18px;
  font-family: "sf-bold";
  text-align: right;
}

section#cotizaciones div.container div.table-mobile table.table tbody tr td:first-child {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.3;
  margin-bottom: 3px;
  display: flex;
  color: #084897;
  padding: 7px;
  font-weight: 100;
  text-align: left;
  align-items: center;
}

section#cotizaciones div.container div.table-mobile table.table tbody tr td:first-child img {
  width: 35px;
  display: block;
  float: left;
  margin-right: 10px;
}

section#cotizaciones div.container>div.row {
  display: flex;
  flex-basis: 20%;
  justify-content: center;
}

section#cotizaciones div.container>div.row div.exchange {
  display: block;
  width: 100%;
  margin: 15px 0;
  padding: 0 15px;
}

section#cotizaciones div.container>div.row div.exchange div.flag {
  padding: 0;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

section#cotizaciones div.container>div.row div.exchange div.flag img {
  position: relative;
  top: -1px;
  width: 32px;
  margin-right: 10px;
}

section#cotizaciones div.container>div.row div.exchange div.flag label {
  display: block;
  color: #084897;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
}

section#cotizaciones div.container>div.row div.exchange div.flag label small {
  color: #333;
  font-weight: 600;
  display: block;
  font-size: 70%;
  text-transform: uppercase;
}

section#cotizaciones div.container>div.row div.exchange div.data {
  justify-content: center;
  display: flex;
  align-items: center;
  padding-left: 5px;
}

section#cotizaciones div.container>div.row div.exchange div.data>div {
  display: block;
  width: 100%;
}

section#cotizaciones div.container>div.row div.exchange div.data>div small {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  display: block;
  line-height: 1;
}

section#cotizaciones div.container>div.row div.exchange div.data>div span,
section#cotizaciones div.container>div.row div.exchange div.data>div strong {
  font-size: 16px;
  margin-top: 3px;
  font-family: "sf-bold";
}

section#cotizaciones div.container>div.row div.exchange div.data>div span {
  color: #084897;
}

section#cotizaciones div.container>div.row div.exchange>small {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 3px;
  display: block;
  color: #084897;
  padding: 0 7px;
  font-weight: 100;
  text-align: left;
}

/*
*  Fix de Bug de renderizado de Firefox
*/
.tab-content .tab-pane ul li span.firefox-fix {
  display: block;
}

@media screen and (min-width: 768px) {
  section#p-cred-facilyrapido {
    color: #fff;
  }

  section#p-cred-facilyrapido h2,
  section#p-cred-facilyrapido p.destacado {
    color: #ffc900;
  }

  section#p-cred-facilyrapido .headline:after {
    border-color: #ffc900;
  }

  section#p-cuenta-digital {
    background: url(../../images/personas/bg-cuenta-digital-new.jpg) center right no-repeat #ffc900;
    color: #fff;
  }

  section#p-cuenta-digital h2,
  section#p-cuenta-digital p.destacado {
    color: #fff;
  }

  section#p-cuenta-digital .headline:after {
    border-color: #fff;
  }

  .container-custom-2 {
    width: 1200px !important;
  }

  #header .container-custom-2 {
    width: 1300px !important;
  }

  .container-custom-3 {
    width: 1174px !important;
  }

  .altura-a-toda-hora {
    margin-top: 10px !important;
    margin-left: 10px !important;
  }

  .img-top-of-main-1 {
    margin-right: 125px !important;
  }

  .solicita {
    margin-left: -18px;
  }

  .display-flex {
    display: flex !important;
  }

  .altura-a-top-mind {
    height: 68px !important;
  }

  .altura-a-top-mind-campanita {
    height: 84px !important;
  }
}

@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }

  80%,
  100% {
    opacity: 0;
  }
}

@keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.8);
  }
}

.contact-form .special {
  display: none;
}

section#wallet-faq .panel-title {
  font-weight: bold;
}

section#wallet-faq .panel-title a:hover,
section#wallet-faq .panel-title a[aria-expanded=true] {
  background-color: #084897;
  color: #fff;
}

section#wallet-faq div.panel-body p {
  color: #333;
}

/*
 * iphone5    =>   350px
 * iphoneX    =>   375px
 * android    =>   411px
 * ipad       =>   768px
 * small      =>   991px
 * netbook    =>   1100px
 * netbook2   =>   1200px
 * netbook3   =>   1199px
 * macbook    =>   1280px
 * notebook   =>   1366px
*/
@media screen and (min-width: 1281px) {
  div.rev_slider ul li {
    text-align: center;
  }

  div.rev_slider ul li a {
    display: inline-block;
    margin: 0 -100%;
  }
}

@media (max-width: 411px) {
  #cta.spaceTop {
    margin-top: 50px;
  }

  .simulador-container div#calculator form span.currency {
    font-size: 26px !important;
  }

  .simulador-container div#calculator form label {
    letter-spacing: 3px !important;
    font-size: 14px !important;
  }
}

header div#header a#mobile-menu-button {
  display: none;
  margin-top: 0;
}

@media (max-width: 1366px) {
  .content-institucional#corporativa {
    background-position: top -180px right;
    background-size: cover;
  }
}

@media (max-width: 1280px) {
  div.rev_slider_wrapper div.rev_slider ul li img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 1200px) {
  div#header-top div.atencion div:first-child {
    padding-left: 20px;
  }

  div#header-top div.ingreso div.datos img {
    display: table-cell;
  }

  div#header-top div.ingreso div.datos form {
    display: table-cell;
  }

  div#header-top div.ingreso div.datos form input {
    width: 140px;
  }

  div#header-top div.ingreso div.datos form button {
    padding: 12px 20px;
  }

  div#header-top div.ingreso div.datos a {
    float: right;
    margin-top: -15px;
    margin-right: 61px;
    margin-bottom: -15px;
  }

  div#header-top div.ingreso div.datos a br {
    display: none;
  }

  ul.menu li a {
    padding: 25px;
  }

  div.rev_slider ul li picture.video img {
    display: block;
  }

  div.rev_slider ul li picture video {
    display: none;
  }

  section#cotizaciones div.container {
    width: 100%;
  }

  section.contactos-footer div.row {
    display: table-row;
  }

  section.contactos-footer div.row div.datos {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }

  section.contactos-footer div.row div.datos.atodahora div {
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }

  section.contactos-footer div.row div.datos.atodahora img {
    float: none;
    display: block;
    margin: 0 auto;
  }

  section.contactos-footer div.row div.datos div.icono span.icon-Smartphone-4 {
    margin-left: -7px;
    margin-right: -6px;
  }

  section.contactos-footer div.row div.datos div a h3 {
    font-size: 20px;
  }

  section.contactos-footer div.row div.datos div a p {
    font-size: 14px;
  }

  section.contactos-footer div.row:last-child div a {
    width: 145px;
    display: block;
    float: left;
  }
}

@media (max-width: 1199px) {
  form#search-form.open ul#results-container {
    position: absolute;
  }

  div#header-top .todo-logo .topOfMind {
    margin: 0px;
    /*width: auto;*/
  }

  div#header-top div.ingreso div.datos img {
    display: none;
  }
}

@media (max-width: 1100px) {
  section#cotizaciones div.container>div.row {
    flex-wrap: wrap;
  }

  section#cotizaciones div.container>div.row div.exchange {
    width: 21%;
  }
}

@media (max-width: 991px) {
  div#header-top div.ingreso {
    overflow: hidden;
  }

  div#header-top div.ingreso div.atencion {
    transform: scale(0.8);
  }

  div#header-top div.ingreso div.atencion .float-right {
    float: none;
  }

  div#header-top div.ingreso div.atencion div:first-child {
    padding-left: 0;
  }

  div#header-top div.ingreso div.datos img {
    display: none;
  }

  div#header-top div.ingreso div.datos form {
    display: flex;
  }

  div#header-top div.ingreso div.datos form input {
    width: 125px;
  }

  div#header-top div.ingreso div.datos form button {
    margin: 0;
    padding: 12px;
    height: 50px;
  }

  div#header-top div.ingreso div.datos form a {
    margin-bottom: -5px;
    margin-right: 0;
    font-size: 14px;
    margin-left: 10px;
    margin-top: 1px;
  }

  div#header nav#menu-mobile {
    min-height: 0;
    margin-bottom: 0;
  }

  div#header nav#menu-desktop a#mobile-menu-button {
    padding-top: 0;
  }

  div#header nav#menu-desktop ul.menu {
    display: block;
    text-align: center;
  }

  div#header nav#menu-desktop ul.menu>li {
    display: inline-block;
    float: none;
  }

  div#header nav#menu-desktop ul.menu>li ul li a {
    text-align: left;
  }

  div#header nav#menu-desktop ul.menu>li.search {
    display: none;
  }

  section.productos div.image-box a div.box-thumbnail-text h4 {
    font-size: 18px;
    line-height: 15px;
  }

  section.productos div.image-box a div.box-thumbnail-text p {
    font-size: 15px;
    line-height: 19px;
    line-height: 19px;
    font-size: 15px;
  }

  section#section-2 div.service-box-content p {
    display: none;
  }

  section#section-5 div.col-meta h4 {
    font-size: 20px;
    line-height: 22px;
  }

  section#section-5 div.col-meta p {
    font-size: 17px;
    line-height: 21px;
    line-height: 19px;
    font-size: 15px;
  }

  section.contactos-footer div.row div.datos.atodahora div h3 {
    font-size: 19px;
  }

  section.contactos-footer div.row div.datos.atodahora div p {
    font-size: 15px;
  }

  section.cotizaciones div.headline {
    margin-bottom: 50px;
    padding: 0 20px;
  }

  section.cotizaciones div.box-cotizacion {
    margin-bottom: 15px;
  }

  section.brandgRid div.grid div.structure.element-item {
    flex-basis: 33%;
  }

  body#index section.cotizaciones div.box-cotizacion hgroup {
    text-align: center;
  }

  body#index section.cotizaciones div.box-cotizacion hgroup div {
    float: none !important;
    overflow: hidden !important;
    margin-left: 0 !important;
  }

  body#index section.cotizaciones div.box-cotizacion hgroup div h3,
  body#index section.cotizaciones div.box-cotizacion hgroup div img,
  body#index section.cotizaciones div.box-cotizacion hgroup div p {
    display: inline-block;
    float: none;
  }

  body#index section.cotizaciones div.box-cotizacion hgroup div img {
    position: relative;
    top: -8px;
  }

  body#index section.cotizaciones div.box-cotizacion hgroup div:first-child {
    top: 0;
  }

  section.content-gral div.texto2 h2 {
    font-size: 26px;
    margin-top: 20px;
  }

  div#contact-menu p {
    font-size: 18px;
  }

  div#contact-menu ul.contact-options li a {
    width: 160px;
    height: 160px;
  }

  div#contact-menu ul.contact-options li a figure img {
    height: 50px;
  }

  div#contact-menu ul.contact-options li a p {
    font-size: 14px !important;
  }
}

@media (max-width: 991px) and (min-width: 767px) {
  body#index section.full-section div.service-box {
    text-align: center;
  }

  body#index section.full-section div.service-box>i {
    display: inline-block;
  }

  section#cotizaciones div.container>div.row div.exchange {
    width: 26%;
  }
}

@media (max-width: 767px) {
  section#cotizaciones div.container>div.row div.exchange {
    width: 35%;
  }

  body#index section.cotizaciones div.box-cotizacion {
    text-align: center;
  }

  body#index section.cotizaciones div.box-cotizacion hgroup div {
    overflow: hidden;
  }

  body#index section.cotizaciones div.box-cotizacion hgroup div:first-child {
    top: initial;
  }

  body#index section.cotizaciones div.box-cotizacion hgroup div:not(:first-child) {
    margin-top: 0;
  }

  header div#header-container {
    height: 56px;
  }

  header div#header nav#menu-desktop img#atodahora-logo,
  header div#header nav#menu-desktop img#logo-topOfMind {
    position: absolute;
    top: -85px;
    right: 100px;
    display: block;
    max-width: 116px !important;
  }

  header div#header nav#menu-desktop img#logo-topOfMind-2 {
    position: absolute;
    top: -85px;
    right: 100px;
    display: block;
    max-width: 116px !important;
  }

  header div#header nav#menu-desktop a#mobile-menu-button {
    top: -85px;
    display: block;
  }

  header div#header nav#menu-desktop ul.menu li a {
    padding: 15px;
    font-size: 14px;
  }

  div.topOfMind {
    display: none;
  }

  section.full-section div.col-xs-12 {
    width: 32.5%;
  }

  section.full-section div.col-xs-12 div.service-box {
    text-align: center;
  }

  section.full-section div.col-xs-12 div.service-box>i {
    display: inline-block;
    float: none;
  }

  section.full-section div.col-xs-12 div.service-box div.service-box-content {
    margin-left: 0;
  }

  section.contactos-footer div.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  section.contactos-footer div.row div.datos {
    display: block;
    overflow: hidden;
    margin-bottom: 25px;
  }

  section.contactos-footer div.row div.datos.atodahora {
    float: none;
    border: none;
    text-align: center;
  }

  section.contactos-footer div.row div.datos.atodahora div {
    text-align: center;
    display: inline-block;
  }

  section.contactos-footer div.row div.datos.atodahora div h3 {
    font-size: 19px;
  }

  section.contactos-footer div.row div.datos.atodahora div p {
    font-size: 15px;
  }

  section.contactos-footer div.row div.datos.atodahora img {
    display: inline-block;
    margin-left: 10px;
    margin-top: -33px;
  }

  footer#footer-container div#footer div.col-footer {
    padding-left: 0;
    padding-right: 0;
  }

  footer#footer-container div#footer div.col-footer div.widget-text p,
  footer#footer-container div#footer div.col-footer div.widget-text h4.widget-title,
  footer#footer-container div#footer div.col-footer div.widget-text div.social-media {
    text-align: center;
  }

  footer#footer-container div#footer div.col-footer div.widget-text p a,
  footer#footer-container div#footer div.col-footer div.widget-text h4.widget-title a,
  footer#footer-container div#footer div.col-footer div.widget-text div.social-media a {
    float: none;
  }

  footer#footer-container div#footer div.col-footer div.widget-pages,
  footer#footer-container div#footer div.col-footer div.widget-contact {
    margin: 0 auto;
    max-width: 300px;
  }

  footer#footer-container div#footer div.col-footer:first-child h4.widget-title {
    margin-top: 30px;
  }

  div#footer-bottom {
    padding: 15px 0 0px;
  }

  div#footer-bottom p {
    text-align: center;
  }

  section#sucursales {
    padding-top: 35px;
  }

  section#sucursales div#mapaSucursales {
    height: 500px !important;
  }

  section#sucursales div.botones a.toggleMarker.boton {
    font-size: 13px;
    letter-spacing: 0.2em;
    padding: 10px 15px;
  }

  .xs-no-float {
    float: none !important;
  }

  section.celeste.content-gral,
  section.content-institucional {
    background: #FFFFFF !important;
    padding: 20px 0 0;
    height: auto;
  }

  section#p-tarjetas-wallet {
    color: #fff;
    background: #1862C3 !important;
    text-align: center;
    padding: 40px 0;
  }

  section#p-tarjetas-wallet div.headline:after {
    margin: 15px auto;
  }

  section#p-tarjetas-wallet div.texto p {
    margin-bottom: 30px;
  }

  section#p-tarjetas-wallet a img {
    max-width: 200px;
  }

  section#p-tarjetas-wallet.small-banner img {
    max-width: 150px;
    margin-bottom: 10px;
  }

  section#p-tarjetas-wallet.small-banner h2 {
    margin: 0;
    font-size: 25px;
  }

  section.content-institucional div.headline {
    padding: 30px 0 20px 0;
  }

  section.padding-gral {
    padding: 20px 0;
  }

  section.puntos-pago div.headline h1,
  section.puntos-pago div.headline p {
    text-align: center;
    line-height: 1.5;
  }

  section.puntos-pago div.headline:after {
    margin: 0 auto;
  }

  section.puntos-pago div.splash {
    padding: 15px 0;
  }

  section.puntos-pago div.splash form {
    padding: 20px 30px;
  }

  section.puntos-pago div.splash form div.form-input button {
    width: 100%;
  }

  section.brandgRid div.grid div.structure.element-item {
    flex-basis: 50%;
  }
}

@media screen and (max-width: 768px) {
  div.simulador-container div#calculator div[class^=col] {
    padding: 5px;
    margin-bottom: 10px;
  }

  div.simulador-container div#calculator div[class^=col]:not(:last-child) {
    border: none;
  }

  div.simulador-container div#calculator form .input-style {
    width: 75%;
  }

  .responsive-form-pin {
    margin-left: 0px !important;
  }
}

@media screen and (min-width: 768px) {
  img#logo-topOfMind-2 {
    display: none;
  }
}

@media screen and (max-width: 680px) {
  section#info-extracto div.viewport button.anchor {
    transform: scale(0.8) translateX(-20px);
  }
}

@media screen and (max-width: 600px) {
  section#cotizaciones div.container>div.row div.exchange {
    width: 40%;
  }
}

@media screen and (max-width: 500px) {
  section#cotizaciones div.container>div.row {
    display: none;
  }

  section#cotizaciones div.container div.table-mobile {
    display: block;
  }

  section#cotizaciones div.container div.table-mobile table.table tbody tr td:first-child img {
    width: 25px;
  }
}

@media (max-width: 495px) {
  .boton {
    font-size: 15px;
    padding: 10px 15px;
  }

  header div#header-top div#logo img {
    width: 145px;
  }

  header div#header nav#menu-desktop {
    margin: 0 -15px;
  }

  header div#header nav#menu-desktop ul.menu li {
    position: initial;
  }

  header div#header nav#menu-desktop ul.menu li a {
    padding: 15px 7px;
    font-size: 12px;
    position: relative;
  }

  header div#header nav#menu-desktop ul.menu li ul {
    width: 100%;
  }

  header div#header nav#menu-desktop ul.menu li ul li a {
    padding: 10px 0 10px 20px;
  }

  header div#header nav#menu-desktop ul.menu li ul ul {
    position: initial;
    width: 100%;
    left: 0;
  }

  header div#header nav#menu-desktop ul.menu li ul ul li a {
    padding: 5px 0 5px 40px;
  }

  header div#header nav#menu-desktop ul.menu li.search {
    position: fixed;
    display: block;
    width: 100%;
    left: 0;
    top: -100px;
    transition: 0.5s ease;
  }

  header div#header nav#menu-desktop ul.menu li.search.show {
    top: 0;
  }

  header div#header nav#menu-desktop ul.menu li.search div#search-form-container {
    padding: 15px 10px;
    width: 100%;
    border: none;
    display: flex;
    position: relative;
    right: unset;
    justify-content: center;
  }

  header div#header nav#menu-desktop ul.menu li.search div#search-form-container form {
    position: relative;
    right: unset;
  }

  header div#header nav#menu-desktop ul.menu li.search div#search-form-container form a.close {
    top: 23%;
    right: 5%;
    font-size: 24px;
    z-index: 6;
  }

  header div#header nav#menu-desktop ul.menu li.search div#search-form-container form input {
    width: 100%;
    background-position: 94% center;
    background-size: 5%;
    padding-right: 18%;
    position: relative;
    z-index: 5;
  }

  header div#header nav#menu-desktop ul.menu li.search div#search-form-container form ul#results-container {
    z-index: 4;
    left: 0;
    top: 25px;
    margin: 0;
    width: 100%;
    max-height: 80vh;
    padding-top: 35px;
  }

  header div#header nav#menu-desktop ul.menu li.dropdown ul>li a.sf-with-ul:after {
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
  }

  header div#header nav#menu-desktop ul.menu li.dropdown ul>li a.sf-with-ul:active,
  header div#header nav#menu-desktop ul.menu li.dropdown ul>li a.sf-with-ul:hover {
    background: #cfddeb;
  }

  header div#header nav#menu-desktop ul.menu li.dropdown ul>li a.sf-with-ul:active:after,
  header div#header nav#menu-desktop ul.menu li.dropdown ul>li a.sf-with-ul:hover:after {
    transform: translateY(-50%) rotate(90deg);
  }

  header div#header nav#menu-desktop img#atodahora-logo {
    width: 70px !important;
    top: -73px !important;
    right: 75px !important;
  }

  header div#header nav#menu-desktop img#logo-topOfMind {
    width: 66px !important;
    top: -74px !important;
    right: 90px !important;
    left: 180px;
  }

  header div#header nav#menu-desktop img#logo-topOfMind-2 {
    width: 66px !important;
    top: -87px !important;
    right: 90px !important;
    left: 240px;
  }

  header div#header nav#menu-desktop a#mobile-menu-button {
    top: -75px !important;
    margin-right: 5px;
    width: 45px;
    height: 40px;
  }

  header div#header nav#menu-desktop a#mobile-menu-button i {
    margin-top: 8px;
    display: block;
  }

  header div#header nav#menu-mobile ul.nav li div.datos input[name=nroDoc] {
    width: 170px;
  }

  body#index section.cotizaciones {
    padding: 0;
  }

  body#index section.cotizaciones div#cotizacionesDesktop {
    display: none;
  }

  body#index section.cotizaciones table#cotizaciones {
    display: table;
  }

  body#index section.cotizaciones div.box-cotizacion {
    max-width: 310px;
    width: 50%;
    margin: 7px auto 7px;
    float: left;
    overflow: hidden;
  }

  body#index section.cotizaciones div.box-cotizacion hgroup {
    text-align: center;
  }

  body#index section.cotizaciones div.box-cotizacion hgroup div {
    display: inline-block;
    width: 100% !important;
    text-align: center;
  }

  body#index section.cotizaciones div.box-cotizacion hgroup div:not(:first-child) {
    width: 47% !important;
    top: -8px;
    position: relative;
  }

  body#index section.cotizaciones div.box-cotizacion:last-child {
    margin-bottom: 0;
  }

  body#index section.productos {
    padding: 40px 0;
  }

  body#index section.productos div.owl-container {
    float: none;
    width: 90%;
    margin: 0 auto 15px;
    overflow: hidden;
  }

  body#index section.full-section div.headline p {
    font-size: 13px;
    line-height: 19px;
  }

  body#index section.full-section div.col-xs-12 {
    width: 100%;
  }

  body#index section.full-section div.col-xs-12 div.service-box {
    margin-bottom: 20px;
    overflow: hidden;
  }

  body#index section.full-section div.col-xs-12 div.service-box i,
  body#index section.full-section div.col-xs-12 div.service-box div.service-box-content {
    float: left;
  }

  body#index section.full-section div.col-xs-12 div.service-box i h4,
  body#index section.full-section div.col-xs-12 div.service-box div.service-box-content h4 {
    font-size: 23px;
  }

  body#index section.full-section div.col-xs-12 div.service-box i {
    margin-right: 15px;
  }

  body#index section.full-section div.col-meta {
    float: none;
    width: 90%;
    margin: 0 auto 15px;
    overflow: hidden;
  }

  body#index section.contactos-footer div.row div.datos {
    float: none;
    width: 310px;
    margin: 0 auto 30px;
    display: block;
    border: none;
    text-align: center;
  }

  body#index section.contactos-footer div.row div.datos div {
    display: inline-block;
    float: none;
  }

  body#index section.contactos-footer div.row div.datos div.icono {
    position: relative;
    top: -15px;
  }

  body#index section.contactos-footer div.row div.datos div a {
    width: 200px;
  }

  body#index section.contactos-footer div.row div.datos div a br {
    display: none;
  }

  body#index section.contactos-footer div.row div.datos:last-child div.icono {
    top: -3px;
  }

  section.texto-institucional.blanco h2,
  section.full-section.dark-section h2,
  div.tab-content>div.tab-pane h2 {
    font-size: 18px;
    line-height: 1.5;
  }

  section.texto-institucional.blanco p,
  section.full-section.dark-section p,
  div.tab-content>div.tab-pane p {
    font-size: 15px;
  }

  section.texto-institucional.blanco ul li,
  section.full-section.dark-section ul li,
  div.tab-content>div.tab-pane ul li {
    font-size: 15px;
  }

  section.content-institucional,
  section.content-gral {
    padding: 40px 0;
  }

  section.content-institucional div.headline,
  section.content-gral div.headline {
    margin-bottom: 25px;
  }

  section.content-institucional div.headline h2,
  section.content-institucional div.headline h1,
  section.content-gral div.headline h2,
  section.content-gral div.headline h1 {
    font-size: 26px;
  }

  section.content-institucional div.headline p,
  section.content-gral div.headline p {
    font-size: 15px;
    margin-bottom: 10px;
  }

  section.content-institucional div.texto p,
  section.content-gral div.texto p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 5px;
  }

  section.content-institucional {
    padding: 30px 0 0;
  }

  section.content-institucional div.headline {
    padding: 0;
    margin: 0;
  }

  section#info-util div.col-xs-6 {
    width: 100%;
  }

  section#info-util div.col-xs-6 div.service-box {
    min-height: 350px;
  }

  section#section-empresa div.col-meta:hover {
    transform: none;
    -webkit-transform: none;
  }

  section.productos div.row.owl-carousel {
    margin: 0 auto;
  }

  section.footer-info-detalle h4 {
    font-size: 24px;
  }

  div#page-header {
    display: none;
  }

  section.content-institucional#extracto {
    padding: 0;
  }

  section.content-institucional#extracto div.headline {
    padding: 0;
  }

  section.content-institucional#extracto div.headline h1 {
    letter-spacing: 1px;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 10px;
  }

  section.content-institucional#extracto div.headline p {
    font-size: 14px;
  }

  section.content-institucional#extracto div.headline:after {
    margin: 0;
  }

  section#info-extracto div.viewport button.anchor {
    transform: scale(0.8) translateX(-15px) translateY(-10px);
  }

  section#info-extracto div.viewport button.anchor:before {
    width: 200%;
    height: 200%;
    margin-left: -50%;
    margin-top: -50%;
  }

  section.puntos-pago {
    padding: 0 0 40px;
  }

  section.puntos-pago div.splash form div.form-input button {
    font-size: 16px;
    padding: 10px;
  }

  section.puntos-pago div.splash div.logos {
    flex-wrap: wrap;
    padding: 15px 0;
  }

  section.puntos-pago div.splash div.logos figure {
    flex-basis: 33.3%;
    height: 100px;
  }

  section.puntos-pago div.splash div.logos figure img {
    width: 90%;
  }

  section.puntos-pago div.results div.headline h1 {
    font-size: 24px;
    width: 70%;
    margin: 15px auto 0;
  }

  section.puntos-pago div.results div.headline h1 span {
    display: block;
  }

  section.puntos-pago div.results div.headline h1 span#department {
    font-size: 20px;
  }

  section.puntos-pago div.results div.resultsTable div.input {
    justify-content: center;
  }

  section.puntos-pago div.results div.resultsTable div.input div input#tableSearch {
    margin: 0 0 15px 0;
  }

  section.puntos-pago div.results div.resultsTable table thead tr th {
    font-size: 12px;
    letter-spacing: 0;
    padding: 0 5px;
    line-height: 1.5;
  }

  section.puntos-pago div.results div.resultsTable table tbody tr td {
    font-size: 9px;
    padding: 10px 5px;
    line-height: 1.5;
  }

  section.puntos-pago div.results div.resultsTable div.dataTables_paginate ul.pagination li {
    margin-bottom: 0 !important;
  }

  section.puntos-pago div.results div.resultsTable div.dataTables_paginate ul.pagination li a {
    padding: 5px 10px;
    font-size: 18px;
  }

  section.brandgRid div.grid {
    overflow-wrap: break-word;
  }

  section.brandgRid div.grid div.structure.element-item {
    margin-bottom: 20px;
    display: inline-block;
    width: 50%;
    position: initial !important;
  }

  section.brandgRid div.grid div.structure.element-item:first-child {
    padding-left: 10px;
  }

  section.brandgRid div.grid div.structure.element-item:last-child {
    padding-right: 10px;
  }

  section.brandgRid div.grid div.structure.element-item figure.cntEnt {
    height: 150px;
  }

  section.brandgRid div.grid div.structure.element-item figcaption p {
    font-size: 12px;
    margin-top: 20px;
    height: 55px;
  }

  section.brandgRid div.grid div.structure.element-item .boton.changed {
    font-size: 10px;
    padding: 5px 8px;
    font-size: 10px;
  }

  section.brandgRid div.grid div.descount-xt {
    height: unset;
    width: 100%;
    left: 0;
    height: 35px;
    text-align: center;
  }

  section.brandgRid div.grid div.descount-xt:before {
    background: #e23740;
    width: 90%;
    height: 100%;
    display: inline-block;
    position: relative;
    content: "";
  }

  section.brandgRid div.grid div.descount-xt img {
    display: none;
  }

  section.brandgRid div.grid div.descount-xt h2 {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    font-size: 10px;
    z-index: 1;
    padding: 7px 8px !important;
  }

  section.brandgRid div.grid div.descount-xt h2 small {
    display: inline-block !important;
  }

  section.brandgRid div.grid div.descount-xt h2>br {
    display: none;
  }

  section.brandgRid div.grid div.descount-xt h2 span {
    display: inline-block !important;
    font-size: 20px;
    padding: 0 !important;
    margin-top: 0 !important;
    margin-left: 3px;
    top: 3px;
  }

  div#contact-menu p {
    font-size: 18px;
  }

  div#contact-menu ul.contact-options li {
    display: block;
  }

  div#contact-menu ul.contact-options li a {
    width: 100%;
    height: 70px;
    margin: 10px 0;
    flex-wrap: nowrap;
    align-items: center;
  }

  div#contact-menu ul.contact-options li a figure {
    width: 60px;
    height: 60px;
    margin: 0;
    margin-left: 10px;
  }

  div#contact-menu ul.contact-options li a figure img {
    height: 30px;
    top: 0;
  }

  div#contact-menu ul.contact-options li a p {
    position: unset;
    display: block;
    align-self: center;
    width: 100%;
    bottom: unset;
    font-size: 20px !important;
  }
}

@media (max-width: 350px) {
  section.cotizaciones div.box-cotizacion {
    width: 100% !important;
    float: none;
  }

  header div#header-top div#logo a img {
    width: 150px;
  }

  header div#header nav#menu-desktop ul.menu li a {
    font-size: 10px;
  }
}

#promo-tarjetas {
  background-image: url(../../images/personas/banner-tarjetas-2022.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #EFECDD;
  height: 445px;
}

.structure {
  margin: 0 auto;
}

.brandgRid .container {
  padding: 0;
}

.promociones.select select.filterBlocks {
  background-color: #084897;
  border-radius: 8px;
  color: #fff;
}

.promociones.buttons .container {
  padding: 0;
}

.promo .headline {
  margin-bottom: 30px;
}

.peditutarjeta {
  margin-bottom: 40px;
  font-size: 22px !important;
  line-height: 26px !important;
  font-weight: 400;
  letter-spacing: 6.1999998093px !important;
}

.peditutarjeta img {
  margin-right: 10px;
}

.cntEnt.col-md-3 {
  width: 90%;
  margin: 0 auto;
  align-items: center;
}

.cntEnt2.col-md-3 {
  width: 90%;
  padding: 0;
}

.cntEnt {
  display: flex;
  position: relative;
  height: 190px;
  border: 1px dashed #ffc900;
  align-items: center;
  justify-content: center;
}

.cntEnt2 figcaption a {
  width: 100%;
}

.cntEnt2 {
  position: relative;
  justify-content: left;
  padding-top: 20px;
}

figcaption p {
  color: #084897;
  font-size: 16px;
  font-family: "sf-bold";
  margin-top: 20px;
  margin-bottom: 5px;
  line-height: 20px;
  margin-bottom: 10px;
  min-height: 40px;
}

section.brandgRid div.grid {
  min-height: 700px;
  margin-left: -5px;
  margin-right: -5px;
  overflow: hidden;
  padding: 35px 0;
}

.button-group.diff {
  display: flex;
}

.button-group.diff div {
  width: 100%;
}

.button-group.diff div .button.buttOn {
  text-shadow: none;
  color: #fff;
  width: 100%;
  float: none;
  border-radius: 0;
  margin-left: -1px;
  height: 60px;
  display: block;
  /* align-items: flex-start; */
  position: relative;
}

.button-group.diff div .button.buttOn:enabled:hover,
.button-group.diff div .button.buttOn.is-checked {
  transform: scale(1.15);
  z-index: 5;
  border: none;
  height: 60px;
}

.button-group.diff div .button.buttOn:enabled:hover figure img,
.button-group.diff div .button.buttOn.is-checked figure img {
  transform: scale(0.65);
  transform-origin: center top;
}

.button-group.diff div .button.buttOn:enabled:hover figure figcaption,
.button-group.diff div .button.buttOn.is-checked figure figcaption {
  opacity: 1;
}

.button-group.diff div .button.buttOn figure img {
  transition: all 0.3s ease-in-out;
}

.button-group.diff div .button.buttOn figure figcaption {
  transition: all 0.3s ease-in-out;
  position: absolute;
  width: 100%;
  font-size: 10px;
  letter-spacing: 1px;
  left: 0;
  opacity: 0;
  bottom: 5px;
}

div.structure .boton.changed {
  background: #d0d0d0 !important;
  font-size: 12px;
  letter-spacing: 0;
  padding: 8px 32px;
  letter-spacing: 1px;
  font-family: "sf-bold";
}

div.structure .boton.changed:hover {
  background: #ffc900 !important;
}

.element-item figure {
  position: relative;
}

.element-item figure img {
  margin: 0 auto;
}

.structure .descuento {
  margin-bottom: 0;
}

.descount-xt {
  position: absolute;
  bottom: -10%;
  left: 0;
  width: 80px;
  height: 80px;
  z-index: 1;
  font-family: "sf-bold";
}

.descount-xt small {
  display: block;
  text-align: center;
  margin-top: -10px;
  margin-bottom: -5px;
  padding: 0;
  font-size: 100%;
}

.descount-xt h2 {
  position: absolute;
  top: 15%;
  left: 0;
  font-size: 7px;
  line-height: 10px;
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
}

.descount-xt span {
  font-size: 24px;
}

.element-item {
  /*  width: 90%;*/
  padding: 10px;
  background: white;
  color: #262524;
  margin-bottom: 15px;
}

.element-item>* {
  margin: 0;
  padding: 0;
}

.element-item .name {
  position: absolute;
  left: 10px;
  top: 60px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.8em;
  font-weight: normal;
}

.element-item .symbol {
  position: absolute;
  left: 10px;
  top: 0px;
  font-size: 2.8em;
  font-weight: bold;
  color: white;
}

.element-item .number {
  position: absolute;
  right: 8px;
  top: 5px;
}

.element-item .weight {
  position: absolute;
  left: 10px;
  top: 76px;
  font-size: 0.8em;
}

/* button
------------------------- */
.button.buttOn {
  display: inline-block;
  padding: 5px 21px;
  margin-bottom: 10px;
  background-color: #084897;
  background-image: linear-gradient(hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.1));
  /*  border: 1px solid #CCC;*/
  border-left: 1px solid white;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}

.button:enabled {
  cursor: pointer;
}

.button:enabled:hover,
.button.is-checked {
  background-color: #ffc900;
  transform: scale(1);
  height: 80px;
  /*  height: 120%;*/
}

#filters.button-group figcaption {
  margin-top: -11px;
}

.button.buttOn.is-checked.selected,
.button.is-selected {
  background-color: #ffc900;
  color: white;
}

#filters.button-group figure {
  margin-top: -9px;
}

.button:active {
  color: white;
  background-color: #59F;
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

.filters.location p {
  margin-top: 45px;
  margin-bottom: 25px;
  font-family: "sf-bold";
  font-size: 16px;
  color: #074796;
}

.filters.location button {
  padding: 20px 30px;
  border-top: 1px solid #d3d3d4;
  margin-right: 0;
  background-color: rgba(0, 0, 0, 0);
  color: #868688;
  font-family: "sf-bold";
  font-size: 18px;
  line-height: 20px;
  text-transform: initial;
  letter-spacing: 0;
  text-align: left;
  width: 100%;
}

.filters.location button:hover,
.filters.location button.is-checked {
  color: #084897;
}

.filters.location button i {
  position: relative;
  top: -4px;
  float: left;
  margin-right: 25px;
  font-size: 28px;
  transition: all 0.3s;
}

.filters.location button:hover i,
.filters.location button.is-checked i {
  color: #ffad00;
}

@media (max-width: 991px) {
  .filters.location button {
    padding-left: 5px;
    font-size: 16px;
    line-height: 15px;
  }
}

@media (max-width: 767px) {

  .promo .container,
  .promociones.buttons .container,
  .brandgRid .container {
    margin-right: 15px;
    margin-left: 15px;
  }

  .institucional#promo-tarjetas {
    background-position-y: 77px;
  }

  .peditutarjeta {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 20px;
    font-size: 18px !important;
    line-height: 21px !important;
  }

  section.promo.visible-xs-block>div>div>figure {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 576px) {
  section.brandgRid div.grid div.structure {
    flex-basis: auto;
  }

  section.brandgRid div.grid div.structure {
    flex-basis: 100%;
  }
}

/*** Sass covid19 ***/
div.covid19 a.blue {
  color: #084897 !important;
}

div.covid19 section#portada-covid {
  background: url("../../images/covid19/banner-tortu.jpg") top center no-repeat #f2f7f9;
}

div.covid19 section#footer-p-cheques-covid19 {
  background: url("../../images/covid19/bg-cheques.jpg") top center no-repeat #f2f7f9;
}

div.covid19 section#footer-p-cheques-covid19 h2 {
  font-size: 44px;
  line-height: 1.2;
  color: #ffc900;
}

div.covid19 section#footer-p-cheques-covid19 p {
  margin-top: 30px;
  font-weight: normal;
}

div.covid19 ul {
  padding-left: 15px;
}

div.covid19 ul li {
  font-size: 18px;
  font-family: "sf-light";
  font-weight: normal;
  color: #868688;
}

div.covid19 section.info-medidas-covid {
  background-size: cover;
}

div.covid19 div#medidasCovid h2.title-m {
  letter-spacing: 4px;
  font-size: 40px;
  color: #fff;
  font-family: "sf-light";
  text-transform: uppercase;
  margin-bottom: 45px;
}

div.covid19 section#medidas-apoyo .content-medidas {
  display: flex;
  justify-content: center;
}

div.covid19 section#medidas-apoyo .content-medidas div {
  margin: 0 15px;
}

div.covid19 section#medidas-apoyo .content-medidas div figure div.circle {
  margin: 0;
  padding: 50px;
  border-radius: 50%;
  width: 100%;
  box-shadow: -1px 3px 8px 0px rgba(232, 229, 229, 0.768627451);
  height: 158px;
  display: flex;
  justify-content: center;
}

div.covid19 section#medidas-apoyo .content-medidas div figure figcaption {
  color: #084897;
  font-size: 17px;
  font-family: "sf-bold";
  margin-top: 25px;
}

div.covid19 section.info-finan p {
  font-size: 18px;
  font-weight: 600;
  font-family: "sf-light";
}

div.covid19 section.info-finan p span {
  color: #ffc900;
}

div.covid19 section#recursos div.content {
  padding: 40px 0px;
}

div.covid19 section#recursos div.content div.desc h3 {
  margin-bottom: 10px;
  font-size: 26px;
}

div.covid19 section#recursos div.content div.desc p {
  margin-bottom: 5px;
}

div.covid19 section#recursos div.content div.desc ul {
  font-size: 18px;
  font-family: "sf-light";
}

div.covid19 section#recursos div.content div.desc ul li {
  margin-bottom: 5px;
}

div.covid19 section.cierre {
  padding: 125px 0;
  background-image: url("../../images/covid19/2.png") !important;
}

div.covid19 section.cierre h3 {
  font-weight: 500;
  font-family: "sf-medium";
}

div.covid19 section.cierre h2 {
  font-size: 34px;
  text-transform: uppercase;
  font-family: "sf-bold";
  color: #ffc900;
  letter-spacing: 4px;
}

@media only screen and (max-width: 800px) {
  div.covid19 section#medidas-apoyo h2.title-m {
    font-size: 28px !important;
  }

  div.covid19 section#medidas-apoyo .content-medidas {
    display: block !important;
  }

  div.covid19 section#medidas-apoyo .content-medidas div {
    margin: 0 0px !important;
  }

  div.covid19 section#medidas-apoyo .content-medidas div figure div.circle {
    width: auto !important;
    display: inline-block !important;
  }

  div.covid19 section.info-finan div.col-sm-6 {
    padding-bottom: 30px;
  }

  div.covid19 section#recursos div.content {
    padding: 15px 0px !important;
  }

  div.covid19 section#recursos div.content div.ellipse {
    text-align: center !important;
    margin-bottom: 30px !important;
  }

  div.covid19 section.cierre {
    padding: 70px 0 !important;
  }

  div.covid19 section.cierre h2 {
    font-size: 24px !important;
  }
}

.boton {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  transition: all 0.3s;
  padding: 15px 20px;
  display: inline-block;
  font-family: "sf-light";
  text-align: center;
  cursor: pointer;
}

.boton.rojo {
  background: #e2383f;
  background-color: #e2383f !important;
  color: white !important;
}

.boton.rojo:hover {
  text-decoration: none;
  background: #ce6468 !important;
  background-color: #ce6468 !important;
  color: white !important;
}

/* nueva seccion sucursales inicio*/
section#sucursales-part-2 {
  /*  background-image: url('/images/sucursales/sucursales-bg.jpg');
    height: 728px; */
  background-image: url("/images/sucursales/sucursales-bg.jpg");
  background-position: center;
  height: 728px;
  /* contenedor de color griz */
  /* titulo nuestras sucursales */
  /* el contenedor del mapa */
}

section#sucursales-part-2 .tam-container {
  max-width: 1110px;
}

section#sucursales-part-2 p#nuestras-sucursales {
  width: 515px;
  height: 48px;
  font-family: "sf";
  font-weight: 700;
  font-size: 40px;
  line-height: 47.73px;
  color: #FFFFFF;
  margin-top: 60px;
  margin-bottom: 60px;
  letter-spacing: 3px;
}

section#sucursales-part-2 div#cont-map {
  width: auto;
  height: 470px;
  background-color: #F3F7F9;
  margin-bottom: 90px;
  /* col 30 para los selects y demas */
  /* col 70 para el mapa */
}

section#sucursales-part-2 div#cont-map .container {
  display: flex;
  width: 100%;
  padding: 0px;
}

section#sucursales-part-2 div#cont-map .column-30 {
  width: 353px;
  margin: 30px 15px 30px 30px;
  height: 400px;
  position: relative;
  /* boton buscar */
}

section#sucursales-part-2 div#cont-map .column-30 p#buscar-sucursal-titulo {
  width: 353px;
  height: 24px;
  font-family: "sf";
  font-weight: 700;
  font-size: 26px;
  line-height: 24px;
  color: #0A4898;
  margin-top: 10px;
}

section#sucursales-part-2 div#cont-map .column-30 div#buscar-sucursal {
  margin-top: 40px;
  /* atributos de las opciones del select*/
}

section#sucursales-part-2 div#cont-map .column-30 div#buscar-sucursal p {
  width: 353px;
  height: 24px;
  font-family: "sf";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #0A4898;
  margin-bottom: 10px;
  letter-spacing: 4px;
}

section#sucursales-part-2 div#cont-map .column-30 div#buscar-sucursal .tamanho {
  width: 100%;
  height: 51px;
}

section#sucursales-part-2 div#cont-map .column-30 div#buscar-sucursal .custom-select {
  position: relative;
  width: 100%;

  border: 1px solid #737373;
  border-radius: 0px;
  font-family: Arial, sans-serif;
  cursor: pointer;
  position: relative;
}

section#sucursales-part-2 div#cont-map .column-30 div#buscar-sucursal .custom-select img {
  position: absolute;
  width: 23px;
  right: 20px;
  top: 20px;
  display: inline-block;
  z-index: 99;
}

section#sucursales-part-2 div#cont-map .column-30 div#buscar-sucursal .custom-select .selected-option {
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
  width: 100%;
  position: relative;
  font-family: "sf";
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #737373;
  padding-top: 13.5px;
  padding-bottom: 13.5px;
  padding-left: 15px;
  letter-spacing: 1px;
}

section#sucursales-part-2 div#cont-map .column-30 div#buscar-sucursal .custom-select .options {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #BBBBBB;
  border-radius: 0px;
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.2509803922);
  display: none;
  width: 100%;
  margin-top: 7px;
  font-family: "sf";
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #737373;
  z-index: 999;
}

section#sucursales-part-2 div#cont-map .column-30 div#buscar-sucursal .custom-select .options li {
  padding: 10px;
  padding-left: 15px;
  letter-spacing: 1px;
}

section#sucursales-part-2 div#cont-map .column-30 div#buscar-sucursal .custom-select .options li:hover {
  background-color: #f1c337;
}

section#sucursales-part-2 div#cont-map .column-30 div#buscar-sucursal .custom-select .options li:first-child {
  margin-top: 10px;
}

section#sucursales-part-2 div#cont-map .column-30 div#buscar-sucursal .custom-select .options li:last-child {
  margin-bottom: 10px;
}

section#sucursales-part-2 div#cont-map .column-30 div#buscar-sucursal .custom-select.open {
  border-color: #f1c337;
}

section#sucursales-part-2 div#cont-map .column-30 div#buscar-sucursal .custom-select.open .options {
  display: block;
}

section#sucursales-part-2 div#cont-map .column-30 div#buscar-direccion {
  margin-top: 30px;
  /* atributos de las opciones del select*/
  /* div#caja-buscar input#searchInput:focus {
              border-color: #f1c337;
          } */
  /* AQUI ABAJO LOS VALORES PARA LAS LI CUSTOM */
}

section#sucursales-part-2 div#cont-map .column-30 div#buscar-direccion p {
  width: 353px;
  font-family: "sf";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #0A4898;
  margin-bottom: 10px;
  letter-spacing: 4px;
}

section#sucursales-part-2 div#cont-map .column-30 div#buscar-direccion .tamanho {
  width: 100%;
  height: 51px;
}

section#sucursales-part-2 div#cont-map .column-30 div#buscar-direccion div#caja-buscar {
  position: relative;
}

section#sucursales-part-2 div#cont-map .column-30 div#buscar-direccion div#caja-buscar button {
  position: absolute;
  right: 12px;
  bottom: 6px;
  width: 54px;
  background: none;
  border: none;
  padding: 6px 10px 6px 22px;
  cursor: pointer;
  border-left: 1px solid #737373;
  background-color: white;
  z-index: 99;
}

section#sucursales-part-2 div#cont-map .column-30 div#buscar-direccion div#caja-buscar button img {
  width: 100%;
  height: 100%;
}

section#sucursales-part-2 div#cont-map .column-30 div#buscar-direccion div#caja-buscar input#searchInput {
  border-color: #737373;
  width: 100%;
  height: 51px;
  color: #737373;
  font-family: "sf";
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 1px;
  font-style: normal;
  text-transform: uppercase;
}

section#sucursales-part-2 div#cont-map .column-30 div#buscar-direccion div#caja-buscar input#searchInput::-moz-placeholder {
  color: #C2C2C2;
  font-family: "sf";
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 1px;
  width: 162px;
  height: 23px;
  font-style: normal;
}

section#sucursales-part-2 div#cont-map .column-30 div#buscar-direccion div#caja-buscar input#searchInput::placeholder {
  color: #C2C2C2;
  font-family: "sf";
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 1px;
  width: 162px;
  height: 23px;
  font-style: normal;
}

section#sucursales-part-2 div#cont-map .column-30 div#buscar-direccion ul#searchResults {
  list-style-type: none;
  max-height: 160px;
  overflow-y: auto;
  z-index: 10;
  position: absolute;
}

section#sucursales-part-2 div#cont-map .column-30 div#buscar-direccion ul#searchResults li {
  background-color: #f4f4f4;
  padding: 10px;
  border-bottom: 0px transparent white;
  cursor: pointer;
  z-index: 999;
  position: relative;
  height: 80px;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-top: -1px;
  /*  &:first-child {
                  margin-top: 10px !important;
              }

              &:last-child {
                  margin-bottom: 10px !important;
              } */
}

section#sucursales-part-2 div#cont-map .column-30 div#buscar-direccion ul#searchResults li::-webkit-scrollbar-track {
  background-color: white;
}

section#sucursales-part-2 div#cont-map .column-30 div#buscar-direccion ul#searchResults li:hover {
  background-color: #f1c337;
}

section#sucursales-part-2 div#cont-map .column-30 button#buscar-btn {
  background-color: #204596;
  width: 100%;
  height: 56px;
  position: absolute;
  bottom: 0;
}

section#sucursales-part-2 div#cont-map .column-30 button#buscar-btn span {
  font-family: "sf";
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 5px;
  color: white;
}

section#sucursales-part-2 div#cont-map .column-70 {
  width: 667px;
  margin: 30px 30px 30px 15px;
  height: 410px;
}

section#sucursales-part-2 div#cont-map .column-70 div#mapaSucursales {
  width: 100%;
  height: 100%;
  border: none;
}

/* nueva seccion sucursales fin*/
@media (max-width: 475px) {

  /* inicio media de seccion mapas */
  section#sucursales-part-2 {
    background-image: url("/images/sucursales/sucursales-bg_cel_.jpeg");
    background-position: center;
    height: 1263px;
    /* contenedor de color griz */
    /* titulo nuestras sucursales */
    /* el contenedor del mapa */
  }

  section#sucursales-part-2 .tam-container {
    max-width: 1110px;
  }

  section#sucursales-part-2 p#nuestras-sucursales {
    width: 100%;
    height: 31px;
    font-family: "sf";
    font-weight: 700;
    font-size: 26px;
    line-height: 31.03px;
    color: #FFFFFF;
    margin-top: 40px;
    margin-bottom: 30px;
    letter-spacing: 2px;
  }

  section#sucursales-part-2 div#cont-map {
    width: 100%;
    height: 1085px;
    background-color: #F3F7F9;
    margin-bottom: 90px;
    /* col 30 para los selects y demas */
    /* col 70 para el mapa */
  }

  section#sucursales-part-2 div#cont-map .container {
    display: block;
    width: 100%;
    padding: 0px 15px 0px 15px;
    flex-direction: column !important;
  }

  section#sucursales-part-2 div#cont-map .column-30 {
    width: 100%;
    margin: 30px 15px 30px 0px;
    height: 400px;
    position: relative;
    /* boton buscar */
  }

  section#sucursales-part-2 div#cont-map .column-30 p#buscar-sucursal {
    width: 353px;
    height: 24px;
    font-family: "sf";
    font-weight: 700;
    font-size: 26px;
    line-height: 24px;
    color: #0A4898;
    margin-top: 10px;
  }

  section#sucursales-part-2 div#cont-map .column-30 div#buscar-sucursal {
    margin-top: 40px;
    /* atributos de las opciones del select*/
  }

  section#sucursales-part-2 div#cont-map .column-30 div#buscar-sucursal p {
    width: 100%;
    height: 24px;
    font-family: "sf";
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #0A4898;
    margin-bottom: 10px;
    letter-spacing: 4px;
  }

  section#sucursales-part-2 div#cont-map .column-30 div#buscar-sucursal .tamanho {
    width: 100%;
    height: 51px;
  }

  section#sucursales-part-2 div#cont-map .column-30 div#buscar-sucursal .custom-select {
    position: relative;
    width: 100%;

    border: 1px solid #737373;
    border-radius: 0px;
    font-family: Arial, sans-serif;
    cursor: pointer;
    position: relative;
  }

  section#sucursales-part-2 div#cont-map .column-30 div#buscar-sucursal .custom-select img {
    position: absolute;
    width: 23px;
    right: 20px;
    top: 20px;
    display: inline-block;
    z-index: 99;
  }

  section#sucursales-part-2 div#cont-map .column-30 div#buscar-sucursal .custom-select .selected-option {
    background-color: #ffffff;
    border-bottom: 1px solid #ffffff;
    width: 100%;
    position: relative;
    font-family: "sf";
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #737373;
    padding-top: 13.5px;
    padding-bottom: 13.5px;
    padding-left: 15px;
  }

  section#sucursales-part-2 div#cont-map .column-30 div#buscar-sucursal .custom-select .options {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    background-color: #ffffff;
    border: 1px solid #BBBBBB;
    border-radius: 0px;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.2509803922);
    display: none;
    width: 100%;
    margin-top: 7px;
    font-family: "sf";
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #737373;
    z-index: 999;
  }

  section#sucursales-part-2 div#cont-map .column-30 div#buscar-sucursal .custom-select .options li {
    padding: 10px;
  }

  section#sucursales-part-2 div#cont-map .column-30 div#buscar-sucursal .custom-select .options li:hover {
    background-color: #f1c337;
  }

  section#sucursales-part-2 div#cont-map .column-30 div#buscar-sucursal .custom-select .options li:first-child {
    margin-top: 10px;
  }

  section#sucursales-part-2 div#cont-map .column-30 div#buscar-sucursal .custom-select .options li:last-child {
    margin-bottom: 10px;
  }

  section#sucursales-part-2 div#cont-map .column-30 div#buscar-sucursal .custom-select.open {
    border-color: #f1c337;
  }

  section#sucursales-part-2 div#cont-map .column-30 div#buscar-sucursal .custom-select.open .options {
    display: block;
  }

  section#sucursales-part-2 div#cont-map .column-30 div#buscar-direccion {
    margin-top: 30px;
    /* atributos de las opciones del select*/
    /* div#caja-buscar input#searchInput:focus {
                  border-color: #f1c337;
              } */
  }

  section#sucursales-part-2 div#cont-map .column-30 div#buscar-direccion p {
    width: 100%;
    font-family: "sf";
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #0A4898;
    margin-bottom: 10px;
    letter-spacing: 4px;
  }

  section#sucursales-part-2 div#cont-map .column-30 div#buscar-direccion .tamanho {
    width: 100%;
    height: 51px;
  }

  section#sucursales-part-2 div#cont-map .column-30 div#buscar-direccion div#caja-buscar input#searchInput {
    border-color: #737373;
    width: 100%;
    height: 51px;
  }

  section#sucursales-part-2 div#cont-map .column-30 button#buscar-btn {
    background-color: #204596;
    width: 100%;
    height: 56px;
    position: absolute;
    bottom: 0;
  }

  section#sucursales-part-2 div#cont-map .column-30 button#buscar-btn span {
    font-family: "sf";
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 5px;
    color: white;
  }

  section#sucursales-part-2 div#cont-map .column-70 {
    width: 100%;
    height: 600px !important;
    padding: 0px;
    height: 410px;
    margin: 40px 0px 0px 0px;
  }

  section#sucursales-part-2 div#cont-map .column-70 div#mapaSucursales {
    width: 100%;
    height: 100%;
    border: none;
  }

  /* fin media de seccion mapas */
}

/*Clases faltantes de Boostrap*/
.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.d-flex {
  display: flex !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

/*MTX CORRECCION PROVISIONAL*/
div#buscar-direccion #searchInput {
  margin: 0px;
}

/* imagen de reloj */
.imagen-reloj {
  background-image: url("/assets/images/clock-with-white-face_icon-icons.com_72804.png");
  background-size: cover;
  width: 32px;
  height: 32px;
}

/*# sourceMappingURL=developer.css.map */