* {
  margin: 0px;
  padding: 0px;
}
body {
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-weight: normal;
}
a,
button {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  outline: none;
}
a:hover,
button:hover {
  text-decoration: none;
  opacity: 0.8;
}
a.back-to-top {
  display: none;
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #69C0D0;
  color: #fafafa;
  padding: 14px 15px;
  font-size: 15px;
  opacity: 0.6;
}
a.back-to-top:hover {
  opacity: 1;
}
.button {
  border: 2px solid #69C0D0;
  border-radius: 19px;
  padding: 7px 17px;
  background: transparent;
  color: #69C0D0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 1px;
  outline: none;
}
.button:hover {
  background: #69C0D0;
  color: #fff;
}
.button-white {
  color: #fff;
  border-color: #fff;
}
.button-white:hover {
  background: #fff;
  color: #333;
}
.button-blue {
  background: #69C0D0;
  color: #fff;
}
.button-blue:hover {
  background: transparent;
  color: #69C0D0;
}
.sprite {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  line-height: normal;
}
.max-img img {
	max-width: 100%;
	height: auto;
}
.no-padding {
  padding: 0!important;
}
.full-width {
  width: 100%;
}
.italic {
  font-style: italic;
}
.inner-padding {
  padding: 50px 0;
}
.b-title {
  color: #003F71!important;
}
.sub-section {
  margin-left: 20px;
}
.inner-menu-fixed {
  position: fixed!important;
  top: 93px;
  left: 0;
  width: 100%;
  z-index: 7;
  border-top: 1px solid #fff;
}
.lista_pdf_item {
  width: 50%;
  float: left;
}
.lista_pdf_item img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.lista_pdf_item span {
  display: block;
  text-align: center;
  padding: 10px 0;
  color: #111;
}
.csrl-pre-header {
  background: #2d2d2d;
  color: #fff;
  padding: 5px 0;
}
.csrl-pre-header ul {
  margin-bottom: 0;
}
.csrl-pre-header li {
  display: inline-block;
  list-style: none;
  padding: 10px 15px 10px 0;
  font-size: 14px;
}
.csrl-pre-header a {
  color: #fff;
}
.csrl-pre-header .text-right a {
  display: block;
  margin-top: 10px;
  opacity: 0.7;
  font-size: 14px;
}
.csrl-pre-header .text-right a:hover {
  opacity: 0.9;
}
.csrl-pre-header a.rounded {
  background: #fff;
  color: #333;
  font-size: 10px;
  border-radius: 45px;
  padding: 8px 5px;
}
.csrl-pre-header .language-chooser {
  display: inline-block;
  width: auto;
  position: relative;
  top: 0;
}
.csrl-pre-header .language-chooser li {
  display: inline-block;
  width: 26px;
  height: 25px;
  background: #fff;
  border-radius: 100%;
  margin-right: 7px;
  padding: 8px 0 0 0;
  text-align: center;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.csrl-pre-header .language-chooser li:hover {
  opacity: 0.7;
}
.csrl-pre-header .language-chooser li a {
  display: block;
  width: 100%;
  height: 100%;
  background: none;
}
.csrl-pre-header .language-chooser li span {
  color: transparent;
  font-size: 0;
  background: none;
}
.csrl-pre-header .language-chooser .qtranxs_flag_es:before {
  content: 'ESP';
}
.csrl-pre-header .language-chooser .qtranxs_flag_pt:before {
  content: 'POR';
}
.csrl-pre-header .language-chooser .qtranxs_flag_en:before {
  content: 'ENG';
}
.csrl-pre-header .language-chooser .qtranxs_flag_and_text {
  color: #333;
  font-size: 10px;
}
.csrl-header.navbar-default {
  border: none;
  background: #e7e7e7;
  margin-bottom: 0;
  position: relative;
}
.csrl-header.navbar-default .header-position {
  width: 28%;
  height: 93px;
  position: absolute;
  background: #69C0D0;
  left: 0;
  z-index: 0;
}
.csrl-header.navbar-default .navbar-nav > li {
  padding: 0 10px;
}
.csrl-header.navbar-default .navbar-nav > li:last-child {
  padding-right: 0;
}
.csrl-header.navbar-default .navbar-nav > li > a {
  color: #333333;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 36px 0;
  height: 93px;
  display: block;
  font-family: 'Karla', sans-serif;
}
.csrl-header.navbar-default .navbar-nav > li.active a,
.csrl-header.navbar-default .navbar-nav > li:hover a {
  border-bottom: 7px solid #69C0D0;
  color: #69C0D0;
}
.csrl-header.navbar-default .navbar-nav > li.active a,
.csrl-header.navbar-default .navbar-nav > li:hover a {
  padding-bottom: 25px;
}
.logo-section {
  background: #69C0D0;
  padding: 15px 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.logo-section img {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.header-fixed {
  position: fixed!important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 7;
}
.header-fixed + .container,
.header-fixed + .csrl-home {
  margin-top: 80px;
}
@media screen and (max-width: 991px) {
  .navbar-default .navbar-toggle {
    border-color: transparent;
    float: none;
  }
  .csrl-header.navbar-default {
    background: #69C0D0;
  }
  .navbar-toggle {
    position: relative;
    padding: 0;
    margin-top: 28px;
    margin-right: 15px;
    margin-bottom: 0;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    float: none!important;
    width: 100%;
  }
  .csrl-header.navbar-default .navbar-nav > li > a {
    padding: 10px 0;
    height: auto;
    font-size: 15px;
  }
  .csrl-header.navbar-default .navbar-nav > li.active a,
  .csrl-header.navbar-default .navbar-nav > li:hover a {
    padding-bottom: 0;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #fff!important;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: #69C0D0;
  }
  .navbar-nav {
    margin: 0 -15px;
  }
  .inner-menu-fixed {
    position: inherit!important;
  }
}
.inner-section .contact h1 {
  margin-top: 15px;
  margin-bottom: 20px;
}
.inner-section .contact h2 {
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  margin: 0 0 25px 0;
}
.inner-section .contact input[type="text"],
.inner-section .contact input[type="email"],
.inner-section .contact input[type="tel"],
.inner-section .contact textarea {
  width: 100%;
  margin-bottom: 20px;
  -moz-box-shadow: inset 0 4px 10px #D2D2D2;
  -webkit-box-shadow: inset 0 4px 10px #D2D2D2;
  box-shadow: inset 0 -5px 10px #F3F3F3;
  border: none;
  padding: 9px 15px;
  letter-spacing: 1px;
  border: 1px solid #e4e4e4;
  color: #ABA9A9;
  font-size: 15px;
  outline: none;
}
.inner-section .contact input[type="submit"] {
  background: #69C0D0;
  border-radius: 19px;
  padding: 7px 17px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 1px;
  outline: none;
  border: none;
  float: right;
  margin-bottom: 25px;
}
.inner-section .contact textarea {
  resize: none;
  height: 135px;
  overflow-y: auto;
  background: #fff;
}
.inner-section .contact .button {
  margin: 10px 0 60px 0;
  padding: 7px 60px;
}
.inner-section .contact ul {
  margin-top: 40px;
}
.inner-section .contact li {
  list-style: none;
  margin-bottom: 20px;
}
.inner-section .contact li .icon-rounded {
  background: #69C0D0;
  width: 56px;
  text-align: center;
  padding: 13px 0;
  border-radius: 50px;
  font-size: 27px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
.inner-section .contact li p {
  display: inline-block;
  vertical-align: middle;
  width: 69%;
  margin-left: 15px;
  margin-bottom: 0;
  font-size: 14px;
}
.inner-section .contact li a {
  color: #7d7d7d;
}
.type-file {
  width: 100%;
  margin-bottom: 20px;
  -moz-box-shadow: inset 0 4px 10px #D2D2D2;
  -webkit-box-shadow: inset 0 4px 10px #D2D2D2;
  box-shadow: inset 0 -5px 10px #F3F3F3;
  border: none;
  padding: 6px 0 0;
  letter-spacing: 1px;
  border: 1px solid #e4e4e4;
  color: #ABA9A9;
  font-size: 15px;
  height: 37px;
  position: relative;
  background: #fff;
  outline: none;
}
.type-file::-webkit-file-upload-button {
  visibility: hidden;
}
.type-file::before {
  content: 'Adjuntar CV';
  display: inline-block;
  margin-bottom: 0;
  border: none;
  letter-spacing: 1px;
  border-right: 1px solid #e4e4e4;
  color: #ABA9A9;
  font-size: 15px;
  cursor: pointer;
  width: 130px;
  position: absolute;
  top: 0;
  height: 35px;
  padding: 9px 15px;
}
.map-section {
  position: relative;
}
.map-section .inner-shadow {
  -moz-box-shadow: inset 0 4px 10px #D2D2D2;
  -webkit-box-shadow: inset 0 4px 10px #D2D2D2;
  box-shadow: inset 0 4px 10px #D2D2D2;
  position: relative;
  z-index: 5;
  height: 15px;
}
.map-section iframe {
  width: 100%;
  margin-top: -15px;
}
.modal-dialog {
  background: #F8F8F8;
}
.modal-dialog h3 {
  margin: 0 0 15px 0;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 19px;
  text-transform: uppercase;
}
.modal-dialog .modal-body {
  position: relative;
  padding: 0 30px 30px 30px;
  overflow: hidden;
}
.modal-dialog .modal-body .button {
  margin-bottom: 0!important;
}
.modal-dialog .modal-header {
  min-height: inherit;
  padding: 30px 30px 15px;
  border-bottom: none;
}
.modal-dialog p {
  margin: 0!important;
}
.modal-dialog span {
  margin-top: -10px;
  display: inline;
  color: #BEB9B9;
  font-size: 13px;
}
.modal-dialog .row.text-center {
  border-top: 1px solid #EDEDED;
  padding-top: 15px;
}
.modal-dialog h4 {
  color: #333333;
  text-transform: uppercase;
  font-size: 16px;
}
.modal-content {
  position: relative;
  background-color: transparent;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 615px;
  }
}
@media screen and (max-width: 991px) {
  .map-section iframe {
    width: 100%;
    margin-top: -15px;
    height: 240px;
  }
  .inner-section .contact .button {
    margin: 10px 0 15px 0;
    width: 100%;
    padding: 15px 0;
    border-radius: 50px;
  }
}
.csrl-pre-footer {
  background: #575757;
  color: #fff;
  padding: 20px 0;
}
.csrl-pre-footer p {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.csrl-footer {
  background: #3A3A3A;
  border-top: 7px solid #A0B2BC;
  padding: 30px 0;
  color: #fff;
}
.footer-second li {
  display: inline-block;
  list-style: none;
  margin-right: 20px;
  margin-top: 20px;
}
.footer-second li span {
  color: #A0B2BC;
  font-size: 15px;
}
.footer-second .icon-rounded {
  width: 31px;
  height: 30px;
  border-radius: 15px;
  display: inline-block;
  margin-right: 7px;
  background: #69C0D0;
  text-align: center;
  padding: 7px 0;
}
.csrl-post-footer {
  background: #222222;
  color: #fff;
  padding: 15px 0;
}
.csrl-post-footer ul {
  margin: 0;
}
.csrl-post-footer li {
  display: inline-block;
  margin-right: 5px;
}
.csrl-post-footer li a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  margin-right: 5px;
}
@media screen and (max-width: 991px) {
  .footer-first {
    text-align: center;
    border-bottom: 1px solid #99AAB3;
  }
  .footer-first > div {
    float: none!important;
  }
  .footer-first .pull-left img {
    margin: 0 0 15px;
  }
  .footer-first .pull-right img {
    margin: 10px 0 25px;
  }
}
.csrl-home {
  width: 100%;
  background-size: cover;
}
.csrl-section {
  padding: 60px 0;
}
.csrl-section h2 {
  font-size: 40px;
  margin: 0 0 25px 0;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.csrl-section h2 {
  font-size: 30px;
}
.main-list-style li {
  list-style: none;
}
.main-list-style h3 {
  color: #666666;
  font-size: 20px;
  text-transform: uppercase;
  min-height: 45px;
}
.main-list-style .fa:before {
  width: 55px;
  display: block;
}
.main-list-style .round-icon .fa {
  background: #69C0D0;
  padding: 32px 30px;
  border-radius: 60px;
  color: #fff;
  font-size: 50px;
  text-align: center;
}
.main-list-style .fa-edit:before,
.main-list-style .fa-pencil-square-o:before {
  position: relative;
  left: 5px;
}
.main-list-style p {
  font-size: 13px;
  color: #666;
  min-height: 75px;
  line-height: 18px;
  margin-top: 15px;
}
.csrl-overlay {
  position: relative;
}
.csrl-overlay .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 60px 0;
}
.csrl-overlay * {
  color: #fff;
}
.csrl-overlay p {
  line-height: 27px;
  font-size: 16px;
  width: 74%;
  margin: 0 auto 25px;
  display: block;
}
.csrl-overlay-grey .overlay {
  background: rgba(0, 0, 0, 0.7);
}
.csrl-overlay-blue .overlay {
  background: rgba(105, 192, 208, 0.88);
}
.csrl-noticias .main-list-style h3 {
  font-size: 16px;
}
.csrl-noticias li:hover img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.csrl-noticias li:hover button {
  background: #69C0D0;
  color: #fff;
}
.round-img {
  width: 150px;
  overflow: hidden;
  height: 150px;
  border-radius: 80px;
  margin: 0 auto 15px;
}
.round-img img {
  width: auto;
  height: auto;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(grayscale.svg);
  filter: gray;
  height: 100%;
}
#nosotros {
  background-size: cover;
  height: 370px;
  background-size: 130%;
}
#info {
  background-size: cover;
  height: 420px;
}
#info .list-inline {
  width: 80%;
  margin: 0 auto;
}
#info .list-inline .button {
  display: inline-block;
  margin-bottom: 15px;
  margin: 0 5px 15px;
}
#info button {
  margin: 0 5px 15px 5px;
}
#info button:hover {
  background: #fff;
  color: #97C2C2;
}
@media screen and (max-width: 991px) {
  #servicios button,
  .csrl-noticias button {
    margin-bottom: 30px;
  }
  #nosotros {
    height: 640px;
  }
  #info button {
    margin: 0 0 15px 0;
    width: 100%;
  }
  #info {
    height: 1050px;
  }
  .csrl-pre-footer {
    text-align: center;
  }
  .csrl-pre-footer p {
    margin-right: 0;
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 30px;
    width: 80%;
  }
}
.inner-section .news-block {
  margin: 30px 0;
}
.inner-section .news-block > span {
  color: #807D7D;
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
}
.inner-section .news-block h1 {
  margin-top: 0;
}
.inner-section .news-body img {
  border: 5px solid #fff;
  margin: 10px 15px 10px 0;
  max-width: 100%;
  float: left;
}
.inner-section .news-block:hover img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.inner-section .news-block:hover .button {
  background: #69C0D0;
  color: #fff;
}
.inner-section .news-pic {
  width: 28%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.inner-section .news-pic .round-img {
  margin: auto;
}
.inner-section .news-text {
  width: 65%;
  display: inline-block;
  vertical-align: middle;
}
.inner-section .news-text p {
  margin: 0 0 10px 0;
}
.inner-section .news-text h4 {
  font-size: 16px;
  text-transform: uppercase;
  margin: 6px 0;
  font-weight: bold;
  color: #545454;
  letter-spacing: 2px;
}
.inner-section .news-text span {
  color: #807D7D;
  font-size: 13px;
}
.news-sidebar {
  margin-top: 82px;
}
.news-sidebar h2 {
  font-size: 22px;
}
.news-sidebar .news-block {
  overflow: hidden;
  clear: both;
}
.news-sidebar .divider {
  margin-bottom: 20px;
}
.news-sidebar .divider,
.news-sidebar h2 {
  width: 93%;
  float: right;
  clear: both;
}
.news-sidebar .news-text {
  width: 93%;
  float: right;
}
.wp-pagenavi {
  text-align: center;
  margin: 30px 0 50px;
}
.wp-pagenavi span {
  color: #fff;
  background: #69C0D0;
  padding: 3px 7px;
  border-radius: 40px;
  margin: 0 10px;
}
.wp-pagenavi a {
  margin: 0 10px;
  color: #7D7D7D;
}
.wp-pagenavi a.nextpostslink {
  background: url('../images/sprites/pag-right.png') no-repeat 0 0 transparent;
  color: transparent;
  font-size: 0;
  text-indent: -9999px;
  display: inline-block;
  width: 15px;
  height: 8px;
  vertical-align: middle;
}
.wp-pagenavi a.previouspostslink {
  background: url('../images/sprites/pag-left.png') no-repeat 0 0 transparent;
  color: transparent;
  font-size: 0;
  text-indent: -9999px;
  display: inline-block;
  width: 15px;
  height: 8px;
  vertical-align: middle;
}
.inner-section {
  background: #F8F8F8;
}
.inner-section h1 {
  color: #003F71;
  text-transform: uppercase;
  font-size: 33px;
  margin: 30px 0;
  font-family: 'Raleway', sans-serif;
  line-height: 43px;
}
.inner-section h2 {
  font-size: 25px;
  text-transform: uppercase;
  color: #5a5a5a;
  margin: 30px 0;
  font-family: 'Raleway', sans-serif;
}
.inner-section h4 {
  color: #776F6F;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
}
.inner-section h4 span {
  font-weight: normal;
}
.inner-section h5 {
  font-weight: bold;
  font-size: 15px;
  margin: 30px 0 15px;
  color: #7D7D7D;
}
.inner-section p {
  font-size: 15px;
  line-height: 22px;
  color: #7d7d7d;
  margin: 0 0 25px 0;
}
.inner-section .light-link {
  display: block;
  margin-top: 20px;
  color: #6AB7C5;
}
.inner-section .light-link span + span {
  vertical-align: middle;
  margin-left: 5px;
}
.inner-padding p {
  margin-bottom: 15px;
}
.basic-list.inner-padding > li {
  margin-bottom: 30px;
}
.basic-list.blue-list li a,
.basic-list.blue-list li {
  color: #92D0DC;
}
.basic-list li {
  color: #7D7D7D;
  font-size: 15px;
  margin-left: 0;
  line-height: 15px;
  margin-bottom: 13px;
  padding-left: 20px;
}
.basic-list li span {
  font-size: 15px;
  line-height: 10px;
  color: #7d7d7d;
  margin: 0;
  vertical-align: middle;
}
.basic-list li a {
  color: #7d7d7d;
}
.basic-list li ul li {
  color: #6F6F6F;
  font-size: 15px;
  background: url('../images/sprites/pag-right.png') no-repeat left center transparent;
  padding: 4px 0 4px 20px;
  list-style: none;
  margin: 0 0 0 45px;
}
.inner-section .vertical-list li {
  list-style: none;
  border-top: 1px solid #e8e8e8;
  padding: 20px 0;
}
.inner-section .vertical-list li:first-child {
  padding: 0 0 10px 0;
  border: none;
}
.inner-section .vertical-list p {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 19px;
  width: 69%;
}
.inner-section .vertical-list span {
  font-size: 15px;
}
.inner-section .vertical-list a {
  color: #88bfce;
  width: 30%;
  margin-top: 3px;
  font-size: 16px;
}
ol.breadcrumb {
  padding: 0;
  margin: 30px 0;
  background: transparent;
}
ol.breadcrumb a {
  color: #00416F;
}
ol.breadcrumb > .active {
  color: #69C0D0;
}
ol.breadcrumb > li + li:before {
  color: #69C0D0;
}
.divider {
  height: 1px;
  background: #E9E9E9;
  width: 100%;
}
.csrl-white {
  background: #fff;
  padding: 5px 20px;
}
.csrl-inner-menu {
  background: #69C0D0;
}
.csrl-inner-menu .nav > li > a:hover,
.csrl-inner-menu .nav > li > a:focus,
.csrl-inner-menu .nav > li.active > a {
  text-decoration: none;
  background-color: #7FC9D7;
}
.csrl-inner-menu .nav > li > a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
}
.container:last-child .csrl-white {
  padding-bottom: 80px;
}
.gray-bg {
  background: #f2f2f2;
}
.gray-bg-inner {
  background: #F8F8F8;
}
.nav.nav-pills {
  margin-top: 35px;
}
.nav.nav-pills li.active > a,
.nav.nav-pills li.active > a:hover,
.nav.nav-pills li.active > a:focus {
  color: #6F6F6F;
  background-color: transparent;
}
.nav.nav-pills li > a {
  border-radius: 0;
  color: #6F6F6F;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  background: url('../images/sprites/pag-right.png') no-repeat left center transparent;
  padding: 12px 5px 12px 25px;
}
.nav.nav-pills li {
  border-bottom: 1px solid #F1F1F1;
}
.nav.nav-pills li > a:hover,
.nav.nav-pills li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.nav.nav-pills li.active > a,
.nav.nav-pills li > a:hover {
  padding-left: 35px;
  background-position: 10px center;
}
.layout-2 h2 {
  font-size: 25px;
  color: #003F71;
  margin: 30px 0 20px;
}
.layout-2 h3 {
  font-size: 19px;
  margin: 0 0 25px 0;
  text-transform: uppercase;
  color: #776F6F;
  font-weight: bold;
}
.layout-2 h3 span {
  font-weight: normal;
}
.layout-2 .divider {
  margin-bottom: 25px;
}
.navbar-bright {
  background-color: #111155;
  color: #fff;
}
.affix-top,
.affix {
  position: static;
}
.table-wrapper {
  margin-bottom: 25px;
}
.table-wrapper img {
	max-width: 100%;
	height: auto;
}
.table-wrapper table {
  width: 100%;
  margin-bottom: 15px;
  color: #7d7d7d;
}
.table-wrapper thead {
  border-bottom: 1px solid #EBEBEB;
  border-top: 1px solid #EBEBEB;
  text-transform: uppercase;
}
.table-wrapper td {
  padding: 5px 0;
  font-size: 14px;
}
.table-wrapper th {
  padding: 8px 0;
  font-weight: normal;
  letter-spacing: 2px;
  font-style: 15px;
}
.table-wrapper table:first-child th {
  padding-top: 0;
}
.table-wrapper table:first-child thead {
  border-top: none;
}
.materiales-peligrosos img {
  margin: 20px 0;
}
.materiales-peligrosos .basic-list li {
  margin-bottom: 5px;
}
.inner-table {
  border-top: 1px solid #E9E9E9;
  padding: 20px 0;
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 25px;
  margin-top: -13px;
}
.inner-table img {
  width: 100%;
  height: auto;
}
.inner-table table {
  width: 100%;
}
.inner-table td {
  padding: 5px 20px 5px 0;
  color: #7d7d7d;
  font-size: 14px;
}
.inner-table td a {
  color: #88bfce;
}
.inner-table div > div + div {
  padding-left: 0;
}
.csrl-white.no-padding img {
  max-width: 100%;
  height: auto;
}
.csrl-white li {
  font-size: 15px;
  line-height: 20px;
  color: #7d7d7d;
  margin: 0;
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
  vertical-align: middle;
}
.csrl-white li:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #69C0D0;
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 2px;
}
@media (min-width: 992px) {
  #sidebar.affix-top {
    position: static;
  }
  #sidebar.affix {
    position: fixed;
    top: 110px;
    width: 19%;
  }
}
@media screen and (max-width: 991px) {
  #leftCol {
    display: none;
  }
  .inner-section h1 {
    font-size: 25px;
    margin: 30px 0 10px 0;
    line-height: normal;
  }
  .table-img {
    margin-bottom: 25px;
  }
  .csrl-white {
    background: #fff;
    padding: 5px 15px!important;
    margin: 0 -15px;
  }
  .inner-section .vertical-list p,
  .inner-section .vertical-list a {
    float: none!important;
    width: 100%;
    box-sizing: content-box;
  }
  .inner-section .vertical-list p {
    margin-bottom: 10px;
  }
  .csrl-white.layout-2 {
    padding: 1px 15px!important;
    margin: 0;
  }
  .materiales-peligrosos img {
    margin: 20px 0;
    max-width: 100%;
  }
  .inner-section .news-block {
    margin: 30px 0;
    text-align: center;
  }
  .inner-section .news-pic {
    width: 100%;
    margin-bottom: 25px;
  }
  .inner-section .news-block {
    margin: 25px 0 40px 0;
    text-align: center;
  }
  .news-sidebar {
    margin-top: 30px;
    border-top: 1px solid #ddd;
  }
  .news-sidebar .news-text {
    width: 100%;
    float: none;
  }
  .news-sidebar .divider,
  .news-sidebar h2 {
    width: 100%;
    float: none;
  }
  .inner-section .news-body img {
    display: block;
    margin: 0 auto 20px auto;
  }
  .inner-table td {
    display: block;
    padding: 0 0 10px 0;
  }
  .inner-table td:first-child {
    font-weight: bold;
  }
  .inner-table .text-right {
    text-align: left;
  }
  .inner-table div > div + div {
    padding-left: 15px;
  }
}
.contenedor.medidas input {
	width: 100%;
	margin: 10px 0;
	padding: 9px;
	border: 1px solid #cacaca;
}
.contenedor.medidas .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	 flex-wrap: wrap;
}
.contenedor.medidas .flex + .clearfix {
	text-align: right;
}
.contenedor.medidas .td {
	width: 23%;
	margin: 0 1% 15px;
}
.btn-convertir {
	background: #69C0D0;
	color: #fff;
	font-weight: bold;
}
.btn-convertir,
.btn-unidades {
	border-radius: 35px;
	outline: none;
    padding: 6px 22px;
    margin-left: 1%;
}
#longitud,
#superficie,
#peso,
#capacidad,
#energia,
#velocidad {
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
	.contenedor.medidas .td {
		width: 33%;
	}
}
@media screen and (max-width: 767px) {
	.contenedor.medidas .td {
		width: 100%;
	}
}
.icon-mail {
  background-image: url(../images/sprites/sprite-generic.png);
  background-position: 0px -25px;
  width: 15px;
  height: 11px;
}
.icon-pdf {
  background-image: url(../images/sprites/sprite-generic.png);
  background-position: 0px 0px;
  width: 18px;
  height: 20px;
}
.icon-phone {
  background-image: url(../images/sprites/sprite-generic.png);
  background-position: -23px 0px;
  width: 14px;
  height: 13px;
}

.xe-widget font:first-of-type {
  display: none;
}

.xe-widget td, 
.xe-widget th {
  vertical-align: top;
  text-transform: capitalize;
}

.xe-widget input,
.xe-widget select {
  width: 90%;
  margin: 10px 0;

  padding: 9px;
  border: 1px solid #cacaca;
}

.xe-widget input[type="submit"] {
  background: #69C0D0;
  color: #fff;
  font-weight: bold;
  border-radius: 35px;
  outline: none;
  padding: 6px 22px;
  border: 0;
  width: auto;
  margin: 15px auto;
}