/************************************************************************************
    ESTILOS GENERALES
*************************************************************************************/
body {
  font-family: 'Work Sans', sans-serif;
  color: #313337;
}
p {line-height: normal;}

/*////////////////////////////////////*/
/*ESTILOS COMUNES*/
/*////////////////////////////////////*/
.fijar {position: relative;}
.no-margin {margin: 0 !important;}
.padding-bot-lg {padding-bottom: 50px;}
.padding-bot-md, .padding-bot {padding-bottom: 20px;}
.padding-bot-sm {padding-bottom: 15px;}
.padding-bot-xs {padding-bottom: 5px;}
.padding-der-lg {padding-right: 30px;}
.padding-der-md, .padding-der {padding-right: 20px;}
.padding-der-sm {padding-right: 10px;}
.padding-der-xs {padding-right: 5px;}
.padding-izq-lg {padding-left: 30px;}
.padding-izq-md, .padding-izq {padding-left: 20px;}
.padding-izq-sm {padding-left: 10px;}
.padding-izq-xs {padding-left: 5px;}
.padding-lg {padding: 30px;}
.padding-md, .padding {padding: 20px;}
.padding-sm {padding: 15px;}
.padding-top-lg {padding-top: 30px;}
.padding-top-md, .padding-top {padding-top: 20px;}
.padding-top-sm {padding-top: 10px;}
.padding-top-xs {padding-top: 5px;}
.padding-xs {padding: 5px;}
.pointer {cursor: pointer;}
.salto {clear: both;}
.spa-bot-lg {margin-bottom: 50px;}
.spa-bot-lg-xl {margin-bottom: 75px;}
.spa-bot-md, .spa-bot {margin-bottom: 20px;}
.spa-bot-sm {margin-bottom: 15px;}
.spa-bot-xs {margin-bottom: 5px;}
.spa-der-lg {margin-right: 30px;}
.spa-der-md, .spa-der {margin-right: 20px;}
.spa-der-sm {margin-right: 10px;}
.spa-der-xs {margin-right: 5px;}
.spa-izq-lg {margin-left: 30px;}
.spa-izq-md, .spa-izq {margin-left: 20px;}
.spa-izq-sm {margin-left: 10px;}
.spa-izq-xs {margin-left: 5px;}
.spa-top-lg {margin-top: 30px;}
.spa-top-md, .spa-top {margin-top: 20px;}
.spa-top-sm {margin-top: 10px;}
.spa-top-xs {margin-top: 5px;}
.valign-bot {vertical-align: bottom;}
.valign-medio {vertical-align: middle;}
.valign-sub {vertical-align: sub;}
.valign-top {vertical-align: top;}
.valign-text-bottom {vertical-align: text-bottom;}
.relative {position: relative;}
.position {position: absolute;}
.position-top-right {top: 0;right: 0;}
.position-top-left {top: 0;left: 0;}
.position-bottom-right {bottom: 0;right: 0;}
.position-bottom-left {bottom: 0;left: 0;}

/*LINEA*/
.hr-var-1 {border-top-color: #d5d6da;}

/*BORDES*/
.borde-top {border-top: 1px solid;}
.border-bot {border-bottom: 1px solid;}
.border-gris {border-color: #f0f0f0;}
.border-primary {border-color: #1c2c71;}
.border-secondary {border-color: #f58018;}

/* TAMAÑOS ICONOS */
span.icon-exlg {font-size: 130px;}
span.icon-lg {font-size: 80px;}
span.icon-md {font-size: 60px;}
span.icon-sm {font-size: 40px;}
span.icon-xs {font-size: 20px;}
span.line-height-exlg {line-height: 130px;}
span.line-height-lg {line-height: 80px;}
span.line-height-md {line-height: 60px;}
span.line-height-sm {line-height: 40px;}
span.line-height-xs {line-height: 20px;}

/*////////////////////////////////////*/
/* TITULOS GENERICOS */
/*////////////////////////////////////*/

h1,.h1 {font-size: 50px;}
h2,.h2 {font-size: 35px;}
h3,.h3 {font-size: 26px;}
h4,.h4 {font-size: 18px;} 

/* TITULO ESPECIAL */
h5.double-line {
  position: relative;
}
h5.double-line span {
  position: relative;
  padding: 5px 25px;
  line-height: 23px;
  background: #FFFFFF;
  z-index: 1;
}
h5.double-line:after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  border-top: 1px solid #dfdfdf;
}

/*////////////////////////////////////*/
/* LINKS */
/*////////////////////////////////////*/
a.no-underline:hover, a.no-underline:focus {text-decoration: none;}

/*////////////////////////////////////*/
/* TEXTOS GENERICOS */
/*////////////////////////////////////*/

.text-lg {font-size: 30px;}
.text-md {font-size: 24px;}
.text-sm {font-size: 20px;}
.text-sm-min {font-size: 16px;}
.text-xs-max {font-size: 15px;}
.text-xs {font-size: 12px;}
.text-xs-min {font-size: 7px;}

/*////////////////////////////////////*/
/* ALINEACION TEXTOS */
/*////////////////////////////////////*/
@media (max-width: 480px) {
  .text-center-xs {text-align: center;}
  .pull-right-xs {float: none !important;}
  .pull-left-xs {float: none !important;}
}
@media (max-width: 768px) {
  .text-center-sm {text-align: center;}
  .pull-right-sm {float: none !important;}
  .pull-left-sm {float: none !important;}
}
@media (max-width: 992px) {
  .text-center-md {text-align: center;}
  .pull-right-md {float: none !important;}
  .pull-left-md {float: none !important;}
}
@media (max-width: 1100px) {
  .text-center-lg {text-align: center;}
  .pull-right-lg {float: none !important;}
  .pull-left-lg {float: none !important;}
}

/*////////////////////////////////////////////////////////////////////*/
/* COLOR SECUNDARIO */
/*////////////////////////////////////////////////////////////////////*/
.text-secondary {
  color: #f58018;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #d97116;
}
.bg-secondary {
  color: #fff;
  background-color: #f58018;
}
a.bg-secondary:hover,
a.bg-secondary:focus {
  background-color: #d97116;
}
.btn-secondary {
  color: #fff;
  background-color: #f58018;
  border-color: #f58018;
}
.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #d97116;
  border-color: #d97116;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #d97116;
  border-color: #d97116;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  color: #fff;
  background-color: #d97116;
  border-color: #d97116;
}
.btn-secondary:active:hover,
.btn-secondary.active:hover,
.open > .dropdown-toggle.btn-secondary:hover,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.open > .dropdown-toggle.btn-secondary:focus,
.btn-secondary:active.focus,
.btn-secondary.active.focus,
.open > .dropdown-toggle.btn-secondary.focus {
  color: #fff;
  background-color: #d97116;
  border-color: #d97116;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus {
  background-color: #f58018;
  border-color: #f58018;
}
.btn-secondary .badge {
  color: #f58018;
  background-color: #fff;
}
.label-secondary {
  background-color: #f58018;
}
.label-secondary[href]:hover,
.label-secondary[href]:focus {
  background-color: #d97116;
}
.panel-secondary {
  border-color: #f58018;
}
.panel-secondary > .panel-heading {
  color: #fff;
  background-color: #f58018;
  border-color: #f58018;
}
.panel-secondary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f58018;
}
.panel-secondary > .panel-heading .badge {
  color: #f58018;
  background-color: #fff;
}
.panel-secondary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f58018;
}

/*////////////////////////////////////////////////////////////////////*/
/* TEXTOS ESTILOS */
/*////////////////////////////////////////////////////////////////////*/
/*COLORES DE TEXTOS*/
.text-white {color: #FFFFFF !important;}
.text-black {color: #313337 !important;}
.text-blue  {color: #1c2c71 !important;}

/*VARIANTES DE TEXTO*/
.text-light {font-weight: 300;}
.text-semibold {font-weight: 400;}
.text-normal {font-weight: 500;}
.text-bold {font-weight: 600;}

/* Fondos */
.bg-white {color: #313337;background-color: #FFFFFF;}
.bg-black {color: #FFFFFF;background-color: #313337;}
.bg-gris {color: #313337;background-color: #f0f0f0;}
.bg-celeste {color: #313337;background-color: #e4e8f2;}
.bg-azul {color: #313337;background-color: #1c2c71;}


@media screen and (max-width: 480px) {
  .bg-gris {
    padding: 20px 0 !important;
  }
}


/*////////////////////////////////////////////////////////////////////*/
/* BOTONES */
/*////////////////////////////////////////////////////////////////////*/
.btn {
  padding: 6px 12px;
  font-size: 18px;
}

.btn-lg,
.btn-group-lg > .btn {
  min-width: 500px;
  min-height: 45px;
  line-height: 35px;
}
.btn-md,
.btn-group-md > .btn {
  min-width: 300px;
  min-height: 45px;
  line-height: 35px;
}
.btn-sm,
.btn-group-sm > .btn {
  min-width: 200px;
  min-height: 45px;
  line-height: 35px;
}
.btn-xs,
.btn-group-xs > .btn {
  min-width: 120px;
  padding: 1px 5px;
  font-size: 12px;
}

@media screen and (max-width: 480px) {
  .btn {
    min-width: auto;
    width: auto;
    white-space: normal;
    font-size: 14px;
  }
  .btn.btn-block {
    width: 100%;
  }
}

/*BOTON INVERTIDO*/
.btn-primary-invert {
  min-width: auto;
  padding: 3px 15px !important;
  font-size: 13px;
  border: 1px solid !important;
  border-radius: 4px !important;
  -webkit-transition: all .15s linear;
  -o-transition: all .15s linear;
  transition: all .15s linear;
}
/*BOTON INVERTIVO v2.0*/
.btn-primary-invert:hover {
  color: #FFFFFF !important;
  background-color: #092874 !important;
  border-color: #092874 !important;
}
.btn-invert-primary {
  color: #092874;
  background-color: #FFFFFF;
  border-color: #092874;
  -webkit-transition: all .15s linear;
  -o-transition: all .15s linear;
  transition: all .15s linear;
}
.btn-invert-primary:hover {
  color: #092874;
  background-color: #F3F3F3;
}

/* BOTONES REDES */
.btn-red, .btn-red:hover, .btn-red:focus {
  color: #FFFFFF;
  font-size: 16px;
}
.btn-red:hover {
  color: #FFFFFF;
}
.btn-face {
  background-color: #3b5998;
  border-color: #3b5998;
}
.btn-face:hover {
  background-color: #324a80;
  border-color: #324a80;
}
.btn-twit {
  background-color: #1bb5e7;
  border-color: #1bb5e7;
}
.btn-twit:hover {
  background-color: #19a1cf;
  border-color: #19a1cf;
}
.btn-goog {
  background-color: #df4a32;
  border-color: #df4a32;
}
.btn-goog:hover {
  background-color: #c4402b;
  border-color: #c4402b;
}

/*////////////////////////////////////////////////////////////////////*/
/* ALERTAS */
/*////////////////////////////////////////////////////////////////////*/
.alert {
  position: relative;
  padding: 15px;
  margin-bottom: 15px;
  padding-left: 75px;
  color: #6b6b6b;
  background-color: #f9f9f9;
  border: 2px solid #dddddd;
  border-radius: 10px;
}
.alert.alert-padding-sm {
  padding: 10px;
  padding-left: 65px;
}
.alert::before {
  font-family: "iconos" !important;
  content: '\69';
  display: block;
  position: absolute;
  color: #FFFFFF;
  font-size: 21px;
  text-align: center;
  line-height: 55px;
  width: 50px;
  height: 100%;
  height: calc(100% + 4px);
  top: -2px;
  left: -1px;
  border-radius: 10px 0 0 10px;
}
.alert-success::before {
  content: '\4a';
  background-color: #5cd83d;
}
.alert-info::before {
  background-color: #0088ba;
}
.alert-warning::before {
  background-color: #DCB31C;
}
.alert-danger::before {
  background-color: #e64823;
}
/* MAPA */
.alert-mapa::before {
  content: '\78';
  font-size: 28px;
}

/*////////////////////////////////////////////////////////////////////*/
/* ESTILOS PARTICULARES */
/*////////////////////////////////////////////////////////////////////*/

/*FIX POPOVER*/
.popover {font-family: 'Work Sans', sans-serif;}
.popover-title {text-align: center;}

/*//////////////////////////////*/
/* MENU - CABEZAL */
/*//////////////////////////////*/
.with-navbar {
  padding-top: 100px;
}

/*//////////////////////////////*/
/* MENU - CABEZAL - MARGENES */
/*//////////////////////////////*/


@media (max-width: 480px) {
  .with-navbar-home {padding-top: 30%;}
}
@media (min-width: 481px) and (max-width: 768px) {
  .with-navbar-home {padding-top: 20%;}
}
@media (min-width: 769px) and (max-width: 992px) {
  .with-navbar-home {padding-top: 17%;}
}
@media (min-width: 993px) and (max-width: 1600px) {
  .with-navbar-home {padding-top: 13%;}
}



#menu .vinieta {
  position: relative;
  top: -3px;
  font-size: 6px;
}
#menu .user {
    position: relative;
    margin-right: 5px;
    top: -5px;
    font-size: 20px;
    float: left;
}
#menu {
  padding-top: 20px;
  padding-bottom: 50px;
  color: #FFFFFF;
  background: rgba(0,0,0,0.7);
  background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.7)), color-stop(100%, rgba(255,255,255,0)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=0 );
  border: none;
  -webkit-transition: all .15s linear;
  -o-transition: all .15s linear;
  transition: all .15s linear;
}
#menu .nav-pills > li > a {
  padding: 5px 10px;
  color: #FFFFFF;
  border-bottom: 1px solid transparent;
}
#menu .nav-pills > li > a:hover, #menu .nav-pills > li > a:focus, #menu .nav-pills > li.active > a, #menu .nav-pills > li.active > a:hover, #menu .nav-pills > li.active > a:focus{
  background-color: transparent;
  border-radius: 0;
  border-bottom: 1px solid;
}
#menu .nav-pills > li + li {
  margin-left: 20px;
  padding-bottom: 10px;
}
#menu .nav-pills {
  margin-top: 15px;
}

/*LOGO*/
#menu img#logo_2 {display: none;}
#logo_cont img {width: 195px;}

/* RESPONSIVE */
@media (max-width: 768px) {
  #menu .navbar-toggle {
    top: 3px; 
    border-color: #FFFFFF;
    display: block;
  }
  #menu .navbar-toggle .icon-bar {
    background-color: #FFFFFF;
  }

  #menu .navbar-collapse {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.65);
  }
  #menu .nav-pills > li, #menu .nav-pills > li + li {
    margin-left: 0;
    float: none;
  }
  #menu .nav-pills > li.active > a {
    border-color: transparent;
  }
  #menu .nav .open > a {
    background-color: transparent;
  }
  #menu .dropdown ul.dropdown-menu {
    display: none;
    width: 100%;
    position: static;
    float: none;
    border-radius: 0;
    transform:scale(1,1);
    -webkit-transform:scale(1,1);
    -moz-transform:scale(1,1);
    -ms-transform:scale(1,1);
  }
  #menu .dropdown.open ul.dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  #menu .dropdown ul.dropdown-menu:before {
    display: none;
  }
}

/* SEGUNDO MENU FIJO */
#menu.solid {
  padding-top: 10px;
  padding-bottom: 20px;
  color: #000000;
  background: #FFFFFF;
  box-shadow: 0 0 5px 3px rgba(0,0,0,0.22);
}
#menu.solid .nav-pills > li > a {
  color: #000000;
}
#menu.solid img#logo {display: none;}
#menu.solid img#logo_2 {display: block;}

/* RESPONSIVE */
@media (max-width: 768px) {
  #menu.solid .navbar-toggle {
    border-color: #E74A23;  
  }
  #menu.solid .navbar-toggle .icon-bar {
    background-color: #E74A23;  
  }

  #menu.solid .navbar-collapse {
    background-color: #FFFFFF;
  }
}


/*//////////////////////////////*/
/* SUBMENU */
/*//////////////////////////////*/
.sidebar-nav {
  padding: 9px 0;
}
.dropdown-menu {
  display: block;
  opacity: 0;
  margin-top: -10px;
  min-width: 290px;
  top: 0px;
  left: auto;
  right: 0;
  visibility: hidden;
  border: none;
  box-shadow: none;
  transform:scale(0.8,0.8);
  -webkit-transform:scale(0.8,0.8);
  -moz-transform:scale(0.8,0.8);
  -ms-transform:scale(0.8,0.8);
  -webkit-transition: all .3s cubic-bezier(0.68, -0.55, 0.27, 1.55) .1s;
  -o-transition: all .3s cubic-bezier(0.68, -0.55, 0.27, 1.55) .1s;
  transition: all .3s cubic-bezier(0.68, -0.55, 0.27, 1.55) .1s;
}
.dropdown-menu::before {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #FFFFFF;
}
.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}
.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}
.dropdown-menu > li > a {
  padding: 3px 10px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: transparent;
}

@media (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    top: 100%;
    opacity: 1;
    margin-top: 10px;
    visibility: visible;
    transform:scale(1,1);
    -webkit-transform:scale(1,1);
    -moz-transform:scale(1,1);
    -ms-transform:scale(1,1);
  }
}
.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
  margin-top: 0;
}
.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px;
}
.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  left: 10px;
  top: 11px;
  left: -6px;
}
/*SUBMENU FIJO*/
#menu.solid .dropdown-menu {
  box-shadow: 0 0 2px 1px rgba(0,0,0,0.22);
}
#menu.solid .dropdown-menu::before {
  border-bottom-color: #DBDBDB;
}


/*////////////////////////////////////////////////////////////////////*/
/* SERVICIOS */
/*////////////////////////////////////////////////////////////////////*/
.bg-box {
  width: 300px;
  height: 300px;
  position: relative;
  float: left;
  margin-right: 50px;
  color: #fff;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  overflow: hidden;
  background-color: rgba(0,0,0,0.50);
}
.bg-box:nth-child(3n+3) {
  margin-right: 0;
  float: right;
}

@media (max-width: 1200px) {
  .bg-box {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1100px) {
  .bg-box {
    width: 30%;
    margin-right: 5%;
  }
}
@media (max-width: 992px) {
  .bg-box {
    width: 30%;
    margin-right: 5%;
  }
}
@media (max-width: 768px) {
  .bg-box {
    width: 48%;
    margin-right: 2%;
  }
  .bg-box:nth-child(3n+3) {
    float: left;
    margin-right: 2%;
  }
  .bg-box:nth-child(2n+2) {
    float: right;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .bg-box {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

.bg-box:hover {
  color: #303030;
  background-color: rgba(255,255,255,0.75);
}
.bg-box .cuerpo {
  position: relative;
  z-index: 1;
}
.bg-box a {
  color: #fff;
}
.bg-box p {
  font-size: 18px;
}
.bg-box img {
  position: absolute;
  margin: 0 auto;
  top: 0;
  left: 0; 
  right: 0;
  z-index: -1;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  transform:scale(1.1,1.1);
  -webkit-transform:scale(1.1,1.1);
  -moz-transform:scale(1.1,1.1);
  -ms-transform:scale(1.1,1.1);
}
.bg-box:hover img {
  transform:scale(1,1);
  -webkit-transform:scale(1,1);
  -moz-transform:scale(1,1);
  -ms-transform:scale(1,1);
}
.bg-box span {
  font-size: 120px;
}
.bg-box:hover span {
  color: #007aff;  
}

.bg-box:hover a.btn {
  background-color: #f58018;
  border-color: transparent !important;
}


/*RESUMEN PEDIDO*/
.bg-resumen-content {
  position: relative;
  z-index: 0;
}
.bg-resumen {
  width: auto;
  height: auto;
  float: none;
  margin: 0;
  padding-bottom: 29px;
}

/*////////////////////////////////////////////////////////////////////*/
/* LISTADO DE SERVICIOS */
/*////////////////////////////////////////////////////////////////////*/
div.services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
div.services p {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
a.services {
  color: #2b2b2b;
  text-decoration: none;
}
div.services:hover {
  background-color: #f0f0f0;
}
div.services:hover span {
  color: #e78d23;
  font-size: 86px;
}
div.services span {
  color: #aaaaaa;
  font-size: 86px;
}

/*///////////////////////*/
/* COMPONENTES */
/*///////////////////////*/

/*LISTADOS*/
.dl-horizontal.list-check dt {
  width: 25px;
}
.dl-horizontal.list-check dd {
  margin-left: 45px;
}
.dl-horizontal.list-check span {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .dl-horizontal.list-check dt {
    float: left;
    width: 25px;
  }
}

/* PASOS SERVICIOS */
div.pasos-servicio span {
  color: #e3e3e3;
  font-size: 35px;
  -webkit-transition: color .15s;
  -o-transition: color .15s;
  transition: color .15s;
  cursor: pointer;
}
div.pasos-servicio span:hover, div.pasos-servicio span.active {
  color: #007aff;
}
div.pasos-servicio span:hover + p, div.pasos-servicio span.active + p {
  font-weight: bolder;
  color: #000;
}
div.pasos-servicio p {
  color: #e3e3e3;
}
div.pasos-servicio a {
  text-decoration: none;
}
div.pasos-servicio hr {
  border-width: 2px;
}

/* MODO DE PAGO */
.cod-promocion-container {
  position: relative;
}
.cod-promocion-container span {
  font-family: "iconos" !important;
  content: '\7a';
  width: 28px;
  height: 28px;
  position: absolute;
  right: 10px;
  top: 10px;
  text-align: center;
  line-height: 24px;
  color: #FFFFFF;
  border-radius: 50%;
}
.cod-promocion-container span.valido {
  background-color: #88c057;
}
.cod-promocion-container span.error {
  background-color: #e64823;
}
.cod-promocion-container span.active {
  display: block !important;
}

/*RESUMEN*/
.media-fix .media-left .media-object {
  width: 100px !important;
}

/* BOTON CONTINUAR */
@media screen and (max-width: 480px) {
  div#btn-confirmar {margin: 0;margin-bottom: 10px;height: 50px;}
  div.resp-btn {
    position: fixed;
    padding: 5px;
    height: 85px;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(255,255,255,0.5);
    border: 1px solid #dcdcdc;
    z-index: 5;
  }
  .resp-btn a {
    min-height: auto;
    width: 100%;
  }
  #btn-back-container {
    height: 25px;
  }
}

/* CONTADORES */
@media (max-width: 768px) {
  .col-xs-12 .contador input[type="button"] {
    width: 80px;
  }
}

.contador {
  position: relative;
}
.contador input.form-control {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.contador input[type="button"] {
  position: absolute;
  top: 0;
  width: 30px;
  height: 100%;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.contador input[value="-"] {
  left: 15px;
  border-radius: 4px 0 0 4px;
}
.contador input[value="+"] {
  right: 15px;
  border-radius: 0 4px 4px 0;
}
.contador #mas-contador {
  right: 0px;
  border-radius: 0 4px 4px 0;
}
.contador #label-contador {
  position: absolute;
  right: 30%;
  top: 17px;
  font-size: 13px;
  font-weight: 400;
}

/* EXTRAS */
.servicio_extra input[type="checkbox"],
.servicio_extra input[type="radio"] {
  display: none;
  visibility: hidden;
}
/* SQUARED FOUR */
.servicio_extra {
  position: relative;
  padding-top: 47px;
}

.servicio_extra label {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  color: #afafaf;
  font-weight: normal;
  border-radius: 4px;
  border: 1px solid #afafaf;
  padding-top: 12px;
}
.servicio_extra label span {
  display: block;
  margin-top: 13px;
  font-size: 50px;
}

.servicio_extra label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 14px;
  height: 7px;
  background: transparent;
  top: 15px;
  right: 5px;
  border: 2px solid #d1d1d1;
  border-top: none;
  border-right: none;

  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.servicio_extra label:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.5;
  color: #007aff;
  border: 1px solid #007aff;
}
.servicio_extra input[type=checkbox]:checked + label,
.servicio_extra input[type=radio]:checked + label {
  color: #007aff;
  border-color: #007aff;
  background: rgba(0, 122, 255, 0.02);

}

.servicio_extra label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.5;
  border-color: #007aff;
}

.servicio_extra input[type=checkbox]:checked + label:after,
.servicio_extra input[type=radio]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  border-color: #007aff;
}

/* EXTRAS CON ICONO*/
.servicio_extra_icono input[type="checkbox"] {
  display: none;
  visibility: hidden;
}
/* SQUARED FOUR */
.servicio_extra_icono {
  position: relative;
  min-height: 120px;
}

.servicio_extra_icono label {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  color: #afafaf;
  font-weight: normal;
  border-radius: 4px;
  border: 1px solid #afafaf;
}
.servicio_extra_icono label span {
  display: block;
  margin-top: 13px;
  font-size: 50px;
}

.servicio_extra_icono label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 18px;
  height: 8px;
  background: transparent;
  top: 10px;
  right: 10px;
  border: 2px solid #d1d1d1;
  border-top: none;
  border-right: none;

  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.servicio_extra_icono label:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.5;
  color: #007aff;
}
.servicio_extra_icono input[type=checkbox]:checked + label {
  color: #007aff;
  border-color: #007aff;
  background: rgba(0, 122, 255, 0.02);
}

.servicio_extra_icono label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.5;
  border-color: #007aff;
}

.servicio_extra_icono input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  border-color: #007aff;
}

/* FIX ICON MAPA */
.icono-mapa {
  top: 6px;
  right: 15px;
}

/* BARRA DE NOTIFICACIONES */
.formMessages {
    left: 0;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
}
.formMessages:before,
.formMessages:after {
    content: " ";
    display: table;
}
.formMessages:after {
    clear: both;
}
.formMessages div {
    -webkit-transition: top 0.4s;
    -moz-transition: top 0.4s;
    -ms-transition: top 0.4s;
    -o-transition: top 0.4s;
    transition: top 0.4s;
    left: 0;
    height: 55px;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: -55px;
}
.formMessages div p {
    color: #fff;
    line-height: 55px;
    text-align: center;
}
.formMessages div:before {
    content: "";
    display: block;
    position: absolute;
    height: 55px;
    left: -9999px;
    right: -9999px;
    z-index: -1;
}
.formMessages div.ok {
    background: #1c2c71;
}
.formMessages div.error {
    background: #e44d52;
}
.formMessages div.actived {
    top: 0;
}


/* LOADER */

.loadingContainer {
    z-index: 9999;
    border: none;
    margin: 0px;
    top: 0px;
    left: 0px;
    right:0px;
    bottom:0px;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.80);
}

.loader {
    position: relative;
    height: 100vh;
}

.loader > div {
    width: 100%;
    height: 30px;
    position: relative;
    top: 50%;
    left: 50%;
}

.loadingContainer .loader-inner > div {
  background-color: #1c2c71;
}


/*///////////////////////*/
/* FORMULARIOS */
/*///////////////////////*/

/* REGISTRO */
.iconos-sexo {
  top: 4px;
}

@media screen and (max-width: 768px) {
  .iconos-sexo {
    top: 0;
  }
}

/*////////////////////////////////////////////////////////////////////*/
/* PIE */
/*////////////////////////////////////////////////////////////////////*/

/*CAJA REDES*/
.caja-redes-1 a {
  color: rgba(0,0,0,0.5);
  font-size: 30px;
  -webkit-transition: color .15s;
  -o-transition: color .15s;
  transition: color .15s;
}
.caja-redes-1 a:hover {
  color: rgba(0,0,0,0.7);
  text-decoration: none;
}
.caja-redes-2 a {
  color: rgba(0,0,0,0.5);
  font-size: 25px;
  -webkit-transition: color .15s;
  -o-transition: color .15s;
  transition: color .15s;
}
.image_wid{
  width: 270px
}
.margin_button{
  margin-top: 10px
}
.margin_container{
  margin-top: 50px
}
.button_wid{
  width: 60%
}
.margin_bottom{
  margin-bottom: 60px
}
.margin_bottom_footer_20{
  margin-bottom: 20px
}
.margin_alert{
  margin-top: 30px
}

.color_blue{
  color: #1c2c71
}
.margin_bottom_footer{
  margin-bottom: 10px
}
.color_orange{
  color: #f58018
}
.font_weight{
  font-weight:400;
}
.text-center {
    text-align: center;
}
.margin_top_20{
  margin-top: 20px
}
.imagen_width{
  width: 210px ;
}
.padding_footer {
  padding: 15px;
}

.video-responsive {
    position: relative;
    margin-bottom: 20px;
    padding-top: 56.25%;
}
.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contact-container {
  min-height: 655px;
}

.margin_bottom_sub{
  margin-bottom: 30px;
}

.margin_bottom_sub_terms{
  margin-bottom: 15px;
}

.margin_top_sub{
  margin-top: 20px;
}

.margin_bottom_sub2{
  margin-bottom: 30px;
}

.btn-ord-details {
  width: 49%;
}

.btn-usercontact {
  width: 42%;
}

.btn-checkout {
  width: 50%;
}

.btn-checkout-login {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .padding-checkout-login {
    padding-right: 7%;
  }
}

.btn-companycontact{
  width: 42%;
}

.text-orders{
  overflow:hidden;
  white-space:nowrap;
  text-overflow: ellipsis;
}

.orders-padding-top{
  padding-top: 30px;
}

.orders-padding-bottom{
  padding-bottom: 20px;
}

.home-padding-bottom{
  padding-bottom: 20px;
}

.spa-bot_orders_details {margin-bottom: 10px;}

#pop-terms{font-size:10px;color:#878585;text-align:center;width:100%;}
#pop-terms a{color:#878585;text-decoration:underline;}
#pop-text{position:relative;background:rgba(0,0,0,0.60);border-radius:6px;outline:0;padding:20px;float:right;left:auto;top:auto}

#radioGroup .wrap {
  display: inline-block;
}
#radioGroup label {
  display: block;
  text-align: center;
  margin: 0 0.2em;
}
#radioGroup input[type="radio"] {
  display: block;
  margin: 0.5em auto;
}


.btn-group .button {
    color: #092874;
    background-color: #FFFFFF;
    border-color: #092874;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    float: left;
    border: 1px solid !important;
    border-radius: 4px !important;
    margin-left: 10px;
    margin-top: 15px;
}

.btn-group .button:hover {
  color: #092874;
  background-color: #F3F3F3;
}


.btn-group .button.active {
  color: #092874;
  background-color: #a0c5e4;
}

.margin_bottom_terms{
  margin-bottom: 20px;
}

.color_services{
  border-color:#1c2c71;
}

.text-info_color {
    color: #b0b6bd;
}

/* TITULO ESPECIAL 2 */
h5.double-line_info {
  position: relative;
}
h5.double-line_info span {
  position: relative;
  padding: 5px 9px;
  line-height: 23px;
  background: #FFFFFF;
  z-index: 1;
}
h5.double-line_info:after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  border-top: 1px solid #dfdfdf;
}

.padding-service-box {
  padding-left: 5px;
  padding-right: 5px;
}

.padding-bottom-details{
  padding-bottom:12px;
}

.ajust-details{
  padding-top:10px; 
  padding-bottom:5px;
}

.ajust-details-padding{
  padding-left:20px;
}

.spa-bot-checkout {margin-bottom: 10px;}

h5.checkout-margin{
  margin-top: -20px;
}

#width-select-checkout{
  width: 100%;
}

@media (max-width: 768px) {
  #step1 select[disabled="disabled"] {
    display: none;
  }
}

.color-text-footer{
  color: #1c2c71;
}

.text-checkout-xl {
  color: #6d6d6d !important;
  margin-top: 22px;
  margin-bottom: 35px;
  font-size: 27px !important;
}
.text-checkout-sm {
  color: #6d6d6d !important;
  margin-bottom: 14px;
  font-size: 17px !important;
}

.text-checkout-color {
  color: #6d6d6d !important;
  font-size: 15px !important;
}

#rotative {
  color: #6d6d6d !important;
}

#checkout-text{
  color: #399839;
}

.checkout-rotate{
  display: inline-block;
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg); /* IE 9 */
  -webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
}

.other-service-container {
  min-height: 480px;
}

.other-service-padding-top{
  margin-top: 40px;
}

.banners {
  max-width: 100%;
}

img.imagen-home{
  width: 170px; 
  height: 120px;
}

img.imagen-proveedores{
  width: 280px; 
  height: 280px;
}
#other-line-p{
  color: #239B56;
  font-size: 12px;
}
p.header-companies{
  font-size: 26px;
}
.block-companies{
  display: inline-block;
}
.companies-margin-top{
  margin-top: 80px;
}

/*////////////////////////////////////////////////////////////////////*/
/* EMPRESAS */
/*////////////////////////////////////////////////////////////////////*/

.companies-container{
  position: relative; height: 600px;
}
.iso-alamano{
  width: 6%;
}
.line-companies{
  border-right: 2px solid #1c2c71;
  height: 320px;
  margin-top: 20px;
  margin-bottom: 20px;
}
img.image-companies{
  width: 450px; 
  height: 280px;
  margin-top:20px;
}
.img-empresas-presupuesto{
  width: 100%;
}
.img-apoyo-footer{
  width: 150%;
}
.companies-position{
  position: relative;
}

#cuadro-cotizacion{
  height: 39px;
  padding: 7px;
  margin-top: 0px;
}

img.imagen-panel{
  width: 600px; 
  height: 400px;
}

img.imagen-panel-xs{
  width: 450px; 
  height: 300px;
}

img.imagen-panel-sm{
  width: 600px; 
  height: 400px;
  margin-left: 15%;
}

.padding-top-empresas 
{
  padding-top: 50px;
}

.margin-text-empresas 
{
  margin-left: 23px;
}

#text-empresas 
{
  font-size: 15px;
}
p.text-size-empresas 
{
  font-size: 16px;
}
/*////////////////////////////////////////////////////////////////////*/
/* QUE OFRECE ALAMANO CUADRO */
/*////////////////////////////////////////////////////////////////////*/

.borde-valor-agregado {
  background: none;
  border-radius: 4px;
  border: 1px solid #e5e8f2;
  box-shadow: 0px 0px 17px -1px #e5e8f2;
  margin-bottom: 0;}

.cuadro-valor-agregado{
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 4px;
}

.cuadro-valor-agregado:hover{
  background-color: #f8f9ff;
  /*background-color: #f8f9ff;*/
}

h3.companie-color-hover{
  color:#f58018;
}

/*////////////////////////////////////////////////////////////////////*/
/* PRICE TABLE */
/*////////////////////////////////////////////////////////////////////*/


.borde-presupuesto {
  background: none;
  border-radius: 0;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
  padding: 0.625rem; }
.mbr-plan .list-group-item {
  background: none;
  border-bottom: 0;
  border-top: 1px dotted rgba(255, 255, 255, 0.2);
  font-size: 0.875rem;
  line-height: 3.125rem;
  padding-bottom: 0;
  padding-top: 0; }
.mbr-plan .card-title {
  margin-bottom: 1.5625rem; }

.cuadro-presupuesto{
  background-color: #f4f4f4;
  padding: 2rem;
}

/*////////////////////////////////////////////////////////////////////*/
/* BOTON HOME TERCIARIO */
/*////////////////////////////////////////////////////////////////////*/

.btn-tertiary {
  color: #f58018;
  background-color: #fff;
  border-color: #fff;
}
.btn-tertiary:focus,
.btn-tertiary.focus {
  color: #f58018;
  background-color: #fff;
  border-color: #fff;
}
.btn-tertiary:hover {
  color: #f58018;
  background-color: #F3F3F3;
  border-color: #F3F3F3;
}
.btn-tertiary:active,
.btn-tertiary.active,
.open > .dropdown-toggle.btn-tertiary {
  color: #f58018;
  background-color: #F3F3F3;
  border-color: #F3F3F3;
}
.btn-tertiary:active:hover,
.btn-tertiary.active:hover,
.open > .dropdown-toggle.btn-tertiary:hover,
.btn-tertiary:active:focus,
.btn-tertiary.active:focus,
.open > .dropdown-toggle.btn-tertiary:focus,
.btn-tertiary:active.focus,
.btn-tertiary.active.focus,
.open > .dropdown-toggle.btn-tertiary.focus {
  color: #f58018;
  background-color: #F3F3F3;
  border-color: #F3F3F3;
}
.btn-tertiary:active,
.btn-tertiary.active,
.open > .dropdown-toggle.btn-tertiary {
  background-image: none;
}
.btn-tertiary.disabled:hover,
.btn-tertiary[disabled]:hover,
fieldset[disabled] .btn-tertiary:hover,
.btn-tertiary.disabled:focus,
.btn-tertiary[disabled]:focus,
fieldset[disabled] .btn-tertiary:focus,
.btn-tertiary.disabled.focus,
.btn-tertiary[disabled].focus,
fieldset[disabled] .btn-tertiary.focus {
  background-color: #fff;
  border-color: #fff;
}
.btn-tertiary .badge {
  color: #f58018;
  background-color: #fff;
}

.btn-sm-air-conditioner {
  min-width: 216px;
  min-height: 45px;
  line-height: 35px;
  width
}
.btn-sm-air-conditioner-xs {
  line-height: 35px;
  width: 70%;
  height: 45px;
}


.cd-headline {
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
}

.cd-words-wrapper {
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}

/* -------------------------------- 

xrotate-1 

-------------------------------- */
.cd-headline.rotate-1 .cd-words-wrapper {
  perspective: 300px;
}
.cd-headline.rotate-1 b {
  opacity: 0;
  transform-origin: 50% 100%;
  transform: rotateX(180deg);
}
.cd-headline.rotate-1 b.is-visible {
  opacity: 1;
  transform: rotateX(0deg);
  animation: cd-rotate-1-in 1.2s;
}
.cd-headline.rotate-1 b.is-hidden {
  transform: rotateX(180deg);
  animation: cd-rotate-1-out 1.2s;
}
@keyframes cd-rotate-1-in {
  0% {
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    transform: rotateX(360deg);
    opacity: 1;
  }
}
@keyframes cd-rotate-1-out {
  0% {
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    transform: rotateX(180deg);
    opacity: 0;
  }
}

.btn-home-left{
  margin-right:8px;
}
.btn-home-rigth{
  margin-right:8px;
}

.btn-companies-form{
  min-width: 200px;
  min-height: 30px;
}

/*//////////////////////////////*/
/* PADDING - HOME */
/*//////////////////////////////*/


@media (max-width: 768px) {
  .padding-home{padding-bottom:200px;}
}
@media (min-width: 769px) and (max-width: 1600px) {
  .padding-home{padding-bottom:130px;}
}

@media (max-width: 768px) {
  .padding-companies{padding-bottom:150px;}
}
@media (min-width: 769px) and (max-width: 1600px) {
  .padding-companies{padding-bottom:80px;}
}


.padding-home-vinieta{
  padding-bottom:20px;
}


.arrow {
  opacity: 0;
  position: absolute;
  left: 49%;
  bottom: 10%;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: translate3d(50%, 50%, 0);
          transform: translate3d(50%, 50%, 0);
}

.arrow-1 {
  -webkit-animation: arrow-movement 2s ease-in-out infinite;
          animation: arrow-movement 2s ease-in-out infinite;
}

.arrow-2 {
  -webkit-animation: arrow-movement 2s 1s ease-in-out infinite;
          animation: arrow-movement 2s 1s ease-in-out infinite;
}

.arrow:before,
.arrow:after {
  background: #fff;
  content: '';
  display: block;
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 30px;
}

.arrow-top:before,
.arrow-top:after {
  bottom: 10px;
}

.arrow-top-home:before,
.arrow-top-home:after {
  bottom: 20px;
}

.arrow:before {
  -webkit-transform: rotate(45deg) translateX(-23%);
          transform: rotate(45deg) translateX(-23%);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.arrow:after {
  -webkit-transform: rotate(-45deg) translateX(23%);
          transform: rotate(-45deg) translateX(23%);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

@-webkit-keyframes arrow-movement {
  100% {
    opacity: 0;
    bottom: 0%;
  }
  70% {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }
}

@keyframes arrow-movement {
  100% {
    opacity: 0;
    bottom: 0%;
  }
  70% {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }
}

.block-home{
  display: inline-block;
}
#textheader{
  font-size: 17px;
}
.phone-icon{
  padding-right: 5px;
}
.cuadros-beneficios{
  font-size: 50px;
  color: #737373;
}
#beneficios{
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: auto;
}
.beneficios-padding{
  padding-bottom: 40px;
}


/* EXTRAS CON ICONO*/
.rubros_icono input[type="checkbox"] {
  display: none;
  visibility: hidden;
}
/* SQUARED FOUR */
.rubros_icono {
  position: relative;
  min-height: 120px;
}

.rubros_icono label {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  color: #1c2c71;
  font-weight: normal;
  border-radius: 4px;
  border: 1px solid #1c2c71;
  font-size: 16px;
}
.rubros_icono label span {
  display: block;
  margin-top: 13px;
  font-size: 50px;
}
.rubros_icono label:hover {
  color: #f58018;
  border: 1px solid #f58018;
}
.rubros_icono input[type=checkbox]:checked + label {
  color: #007aff;
  border-color: #007aff;
  background: rgba(0, 122, 255, 0.02);
}
.rubros_icono input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  border-color: #007aff;
}

.padding-rubros{
  padding-bottom: 14px;
}
.margin-rubros{
  margin-bottom: 30px;
}
.margin-bottom-beneficios{
  margin-bottom: 30px;
}
.margin-top-beneficios{
  margin-top: 20px;
}
.border-bot-beneficios{
  border-bottom: 0.1rem solid #dedede;
}
.border-rig-beneficios{
  border-right: 0.1rem solid #dedede;
}
.padding-text-beneficios{
  padding-left: 30px;
  padding-right: 30px;
}
.rubro-check{
  color: #f58018;
  font-size: 30px;
  padding-right: 10px;
}
.rubro-check-text{
  font-size: 23px;
}
