

body {
  font-family: 'Poppins', sans-serif;
  color: #555555;
  text-align: justify !important;
  padding-top: 0px; 
}
.cta-top {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px 5px;
    background-color: #0091DA;
    box-shadow: 1px 1px 5px #afb0b1;
    -webkit-box-shadow: 1px 1px 5px #afb0b1;
    -moz-box-shadow: 1px 1px 5px #afb0b1;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}

h1{
color:#194586;
font-size:40px;
margin-bottom: 20px;
 font-family: 'Arial', sans-serif;
}

h2{
color:#194586;
font-size:30px;}

h3{
color:#157eb3;
font-size:24px;
}

h4{
color:#fff;
font-size:28px;}

a {
  text-decoration: none;
}

/*------/ Nav Pills  /------*/

.nav-pills-a.nav-pills .nav-link {
  color: #fff;
  position: relative;
  font-weight: 600;
}

.nav-pills-a.nav-pills .nav-link.active {
  background-color: transparent;
}

.nav-pills-a.nav-pills .nav-link.active:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #e04433;
  z-index: 2;
}

.navbar-default {
    background: #1C48A0;
    background: -webkit-linear-gradient(#7A59B0, #603C9B);
    background: -o-linear-gradient(#7A59B0, #603C9B);
    background: -moz-linear-gradient(#7A59B0, #603C9B);
    background: linear-gradient(#1C48A0, #1C48A0);
}

.navbar-default.navbar-reduce {
  box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3);
}

.navbar-default.navbar-trans,
.navbar-default.navbar-reduce {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.navbar-default.navbar-trans .nav-item,
.navbar-default.navbar-reduce .nav-item {
  position: relative;
  padding-right: 10px;
  padding-bottom: 8px;
  margin-left: 0;
}

.navbar-default.navbar-trans .nav-link,
.navbar-default.navbar-reduce .nav-link {
  font-size: 13.5px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.030em;
  transition: all 0.1s ease-in-out;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}

.navbar-default.navbar-trans .nav-link:before,
.navbar-default.navbar-reduce .nav-link:before {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 0;
  background-color: #000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  transition: opacity .2s ease-out 0.3s, -webkit-transform .2s ease-out;
  transition: transform .2s ease-out, opacity .2s ease-out 0.3s;
  transition: transform .2s ease-out, opacity .2s ease-out 0.3s, -webkit-transform .2s ease-out;
}

.navbar-default.navbar-trans .nav-link:hover,
.navbar-default.navbar-reduce .nav-link:hover {
  color: #fff;
}

.navbar-default.navbar-trans .nav-link:hover:before,
.navbar-default.navbar-reduce .nav-link:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}

.navbar-default.navbar-trans .show > .nav-link:before,
.navbar-default.navbar-trans .active > .nav-link:before,
.navbar-default.navbar-trans .nav-link.show:before,
.navbar-default.navbar-trans .nav-link.active:before,
.navbar-default.navbar-reduce .show > .nav-link:before,
.navbar-default.navbar-reduce .active > .nav-link:before,
.navbar-default.navbar-reduce .nav-link.show:before,
.navbar-default.navbar-reduce .nav-link.active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.navbar-default.navbar-trans .nav-link:before {
  background-color: #fff;
}

.navbar-default.navbar-trans .nav-link:hover {
  color: #fff;
}

.navbar-default.navbar-trans .show > .nav-link,
.navbar-default.navbar-trans .active > .nav-link,
.navbar-default.navbar-trans .nav-link.show,
.navbar-default.navbar-trans .nav-link.active {
  color: #fff;
}

.navbar-default.navbar-reduce {
  transition: all .5s ease-in-out;
  padding-top: 8px;
  padding-bottom: 8px;
}

.navbar-default.navbar-reduce .nav-link {
  color: #fff;
}

.navbar-default.navbar-reduce .nav-link:before {
  background-color: #e04433;
}

.navbar-default.navbar-reduce .nav-link:hover {
  color: #000000;
}

.navbar-default.navbar-reduce .show > .nav-link,
.navbar-default.navbar-reduce .active > .nav-link,
.navbar-default.navbar-reduce .nav-link.show,
.navbar-default.navbar-reduce .nav-link.active {
  color: #fff;
}

.navbar-default.navbar-reduce .navbar-brand {
  color: #000000;
}

.navbar-default .dropdown .dropdown-menu {
  border-top: 0;
  border-left: 4px solid #fff;
  border-right: 0;
  border-bottom: 0;
  -webkit-transform: translate3d(0px, -40px, 0px);
  transform: translate3d(0px, -40px, 0px);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.3, 0.65, 0.355, 1) 0s, opacity 0.31s ease 0s, height 0s linear 0.36s;
  margin: 0;
  border-radius: 0;
  padding: 8px 0;
}

.navbar-default .dropdown .dropdown-menu .dropdown-item {
  padding: 12px 18px;
  transition: all 500ms ease;
  font-weight: 600;
  min-width: 220px;
}

.navbar-default .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #ffffff;
  color: #194586;
  transition: all 500ms ease;
}

.navbar-default .dropdown .dropdown-menu .dropdown-item.active {
  background-color: #ffffff;
  color: #fff;
}

.navbar-default .dropdown:hover .dropdown-menu {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=1);
}

/*------/ Hamburger Navbar /------*/

.navbar-toggler {
  position: relative;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

.navbar-toggler span {
  display: block;
  background-color: #fff;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px; 
  opacity: 1;
}
  
  .navbar-default.navbar-trans .nav-item,
  .navbar-default.navbar-reduce .nav-item {
    margin-left: 15px;
  }

  .navbar-default .dropdown .dropdown-menu {
    border-top: 4px solid #000;
    border-left: 0;
    display: block;
    position: absolute;
    box-shadow: 0 2px rgba(17, 16, 15, 0.1), 0 2px 10px rgba(20, 19, 18, 0.1);
  }

.top-nav {
  color: #333;
  line-height: 40px;
  margin-top: 80px;
  padding-bottom: 20px;
  -webkit-box-shadow: 0px 7px 5px -1px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 7px 5px -1px rgba(0,0,0,0.57);
box-shadow: 0px 7px 5px -1px rgba(0,0,0,0.57);

}

@media (max-width: 1200px) {
  .top-nav {
  margin-top: 90px;
}
}

@media (max-width: 990px) {
  .top-nav {
  margin-top: 70px;
}
}

.top-nav .subtitulo{
  color: #002060;
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}

.top-nav .ventaja{
  color: #002060;
  font-size: 18px;
  margin-top: 5px;
  font-weight: bold;
}

@media (max-width: 992px) {
  .top-nav .subtitulo{
  font-size: 23px;
  margin-top: 5px;
}

.top-nav .ventaja{
  font-size: 15px;
  margin-top: 8px;
  line-height: 1.6;
}
}


#cta {

    position: fixed;
    bottom: 0px;
    right: 10px;
    z-index: 99;
    background-color: #fff;
    padding: 0px;
    color: #666;
    font-size: 14px;
    -webkit-box-shadow: -11px 11px 9px -7px rgba(0,0,0,0.61);
    -moz-box-shadow: -11px 11px 9px -7px rgba(0,0,0,0.61);
    box-shadow: -11px 11px 9px -7px rgba(0,0,0,0.61);
  border-radius: 10px 10px 0 0;
  text-align: center;
}

#cta .pleca{
  background-color: #C61609;
  color: #fff;
  font-size: 16px;
  text-align: left;
  padding: 10px 20px;
    border-radius: 10px 10px 0 0;
}

.cuadro-menu2 {
  background-color: #fff;
  border: 6px #2a3d4f solid;
  margin: 10px 3px;
}

.cuadro-azul {
  background-color: #4472c4;
padding: 15px 13px;
color: #fff;
text-align: center;  
border-radius: 10px; 
font-size: 15.5px;
}
 

.modal-header{
 background-color: #194586;
  color: #fff;
}

.modal-title h4 {
   color: #fff !important;
}

.pleca-morado{
height:10px;
background-color:#248fcf;
margin-top:15px;}

.boton-info {
    background: linear-gradient(#0A99F4, #0dffff) !important;
    border-color: #46b8da;
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
}

.boton-info2 {
    background: linear-gradient(#194586, #e53b45) !important;
    color: #fff;
    text-align: center;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    border-radius: 4px;
  margin: 15px 10px;
}

  .ancla {       
  display: block;   
position: relative;
  margin-top: -180px;
 height: 180px;
  visibility: hidden; 
}


.ventajas2{
  background-color: #007bff;
  padding:10px;
  margin-top: 15px;
  margin-bottom: 18px;
  color:#ffffff;  
  font-size: 16px;
  border-radius: 2px;
  font-weight: bold;

} 

.producto {
  color: #194586;
  font-size: 17px;
  font-weight: bold;
  ]
}

.atencion {
  padding-top: 15px;
}

@media (min-width: 990px) {
  .atencion {
  padding-top: 25px;
}
}

.cuadro-menu2 {
  background-color: #fff;
  border: 6px #2a3d4f solid;
  margin: 10px 3px;
}

.contenedor{
    position: relative;
    display: inline-block;
    text-align: center;
} 
.centrado{
    position: absolute;
    top: 57%;
    left: 24%;
    transform: translate(-8%, -50%);
    background-color: rgba(25,69,134,0.8);
    color: #fff;
    padding: 5px 8px;
}

.text {
  background-color: #025597;
  color: white;
  font-size: 15px;
  padding: 5px 8px;
}

.text a{
  color: white;
}

.text a:hover {
  color: #070707;
  text-decoration: none;
}

.cuadromenu {
  background-color: #2a3c4f;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  margin: 15px 0px;
}

.boton-verde {
  background-color: #1c602a;
  border-color: #1c602a;
}

.cuadro-rojo {
  background-color: #de0a17;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  margin: 0px 10px;
}

.cuadro-negro {
  background-color: #fff;
  border: 6px #000 solid;
-webkit-box-shadow: 10px 7px 5px -4px rgba(0,0,0,0.2);
-moz-box-shadow: 10px 7px 5px -4px rgba(0,0,0,0.2);
box-shadow: 10px 7px 5px -4px rgba(0,0,0,0.2);
  margin: 0px 10px 10px 10px;
}

.modelos {
  margin: 10px 10px;
}

.table2 tr td {
    padding: 0.2rem 0.5rem; 
    font-size: 15px;
}

.cuadro-turquesa {
  background-color: #009999;
  color: #fff;
  padding: 40px 15px;
-webkit-box-shadow: -4px 4px 5px 1px rgba(97,97,97,0.33);
-moz-box-shadow: -4px 4px 5px 1px rgba(97,97,97,0.33);
box-shadow: -4px 4px 5px 1px rgba(97,97,97,0.33);
}

.linea {
    background-color: #bfd0d4;
    height: 1px;
    display: block;
    clear: both;
}

.mantenimiento {
  font-size: 13px;
}

    .cuadro-naranja {
      border: 2px #d7712b solid;
    padding: 7px 11px;  
    text-align: center;
    margin-bottom: 15px;
    } 

@font-face{font-family:'Glyphicons Halflings';
 src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}
 .glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';
 font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale}
.glyphicon-refresh:before{content:"\e031"}
.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);
  box-shadow:0 1px 1px rgba(0,0,0,.05)}
  .panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}
  .panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a{color:inherit}
  .panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}
  .panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0;border-radius:0}
  .panel>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}
  .panel>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}
  .panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}
  .panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}
  .panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}
  .panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px;overflow:hidden}
  .panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse .panel-body{border-top:1px solid #ddd}
  .panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}
  .panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse .panel-body{border-top-color:#ddd}
  .panel-default>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#194586}
  .panel-primary>.panel-heading{color:#fff;background-color:#194586;border-color:#194586}
  .panel-primary>.panel-heading+.panel-collapse .panel-body{border-top-color:#194586}.panel-primary>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#194586}
  .panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}
  .panel-success>.panel-heading+.panel-collapse .panel-body{border-top-color:#d6e9c6}.panel-success>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#d6e9c6}
  .panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}
  .panel-info>.panel-heading+.panel-collapse .panel-body{border-top-color:#bce8f1}
  .panel-info>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}
  .panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}
  .panel-warning>.panel-heading+.panel-collapse .panel-body{border-top-color:#faebcc}.panel-warning>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#faebcc}
  .panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}
  .panel-danger>.panel-heading+.panel-collapse .panel-body{border-top-color:#ebccd1}.panel-danger>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ebccd1}
  .show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important;visibility:hidden!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}th.visible-print,td.visible-print{display:table-cell!important}}@media print{.hidden-print{display:none!important}}


.bg-verde{
background-color: #1CA046;
color: #fff;
}

.bg-naranja{
background-color: #F5A104;
color: #fff;
}

.bg-azul{
background-color: #0484F5;
color: #fff;
}

.bg-negro{
background-color: #202121;
color: #fff;
}

.bg-rojo{
background-color: #F30E0E;
color: #fff;
}

.bg-amarillo{
background-color: #FFE421;
color: #fff;
}