@import "font-awesome.min.css";
/**
 * Variables
 */
body {
  font-family: 'Roboto', sans-serif;
  color: #333333
  /*
	Jquery validate
	 */
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body a {
  font-family: 'Roboto', sans-serif;
}
body a, body a:hover {
  color: #333333;
  text-decoration: none!important;
}
body li {
  list-style: none;
}
body label.error {
  margin-top: 0px;
  color: #FF4081;
  font-size: 10px;
}
body input.error,
body select.error,
body textarea.error {
  border-color: #FF4081;
  background-color: #ffe4e0;
}
body input.valid,
body select.valid,
body textarea.valid {
  border-color: #3c763d;
}
body span.required {
  color: #FF4081;
}
/*body .img-responsive {
  width: 100%;
}*/
body .btn {
  font-family: 'Roboto', sans-serif;
}
body .btn-primary {
  background-color: #e21b22 !important;
  border-color: #e21b22 !important;
}
body .divider {
  height: 7px;
  background-color: #e21b22;
}
body .title {
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  color: #000000;
  padding-bottom: 20px;
}
/**
 * Header
 */
/*header {
  border-top: 10px solid #1f497d;
  border-bottom: 10px solid #1f497d;
  background-color: #ffffff;
}*/
header .logo {
  width: 100%;
}
header .logo2 {
  margin-top: 20px;
  width: 100%;
}
header .container {
  padding-top: 5px;
}
header .name {
  color: #1f497d;
}
header .name h2 {
  font-size: 40px;
  font-weight: 700!important;
}
header .sociales {
  margin-top: 15px;
}
header .sociales a {
  float: right;
}
header .sociales a .icon-circle {
  color: #e21b22 !important;
}
header .sociales a .fa {
  color: #ffffff;
}
header .other-info {
  margin-top: 15px;
  text-align: right;
  color: #e21b22;
}
header .access-content {
  /*margin-top: 70px;**/
}
header .content-pago {
  margin-top: 18px;
  text-align: center;
}
header .content-pago .pago .btn-warning {
  background-color: #fbd800 !important;
}
header .separador-laterales {
  border-left: 1px solid #00c500;
  border-right: 1px solid #00c500;
}
header .buscar {
  margin-top: 10px;
}
header .buscar input {
  border-radius: 0px;
}
header .buscar .btn {
  background: #1f497d;
  color: #ffffff;
  border-color: #1f497d;
}
header .buscar .btn:hover {
  background: #1f497d;
  border-color: #1f497d;
}
@media (max-width: 700px) {
  .logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .title-box .section-title {
    font-size: 30px!important;
  }
}
/**
 * Menu slider
 */
#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  right: 0;
  width: 250px;
  height: 100%;
  transform: translateX(250px);
  overflow-y: auto;
  background: #008603;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px;
}
.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
}
.sidebar-nav li a:hover {
  text-decoration: none;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
}
.sidebar-nav li a:active {
  text-decoration: none;
}
.sidebar-nav li a:focus {
  text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
  height: 55px;
  font-size: 18px;
  line-height: 55px;
}
.sidebar-nav > .sidebar-brand a {
  color: #ffffff;
}
.sidebar-nav > .sidebar-brand:hover {
  color: #fff;
  background: none;
}
.sidebar-nav #menu-close {
  color: #ffffff;
}
#menu-toggle {
  z-index: 1;
  margin-top: 9px;
}
#menu-toggle .fa {
  font-size: 30px!important;
}
#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.toggle {
  margin: 5px 5px 0 0;
}
/**
* Menu header
**/
.container-header {
  margin-top: 15px;
  color: #1F497D;
}
.menu-header {
  margin-top: 15px;
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0px 10px 20px -10px rgba(91,91,91,0.25);
  -moz-box-shadow: inset 0px 10px 20px -10px rgba(91,91,91,0.25);
  box-shadow: inset 0px 10px 20px -10px rgba(91,91,91,0.25);
}
.menu-header .navbar{
  margin-bottom: 0;
  padding: 25px 0;
  min-height: auto;
}
.menu-header .navbar-nav {
  display: inline-block;
  float: none!important;
  vertical-align: top;
}
.menu-header .navbar-nav > li{
  border-right: 1px solid #1F497D;
}
.menu-header .navbar-nav > li:last-child{
  border-right: none;
}
.menu-header .navbar-nav > li > a {
  padding: 0 1.6em!important;
  color: #1F497D;
  font-size: 20px;
}
@media screen and (max-width: 1360px){
  .menu-header .navbar-nav > li > a{
    padding: 0 1.2em!important;
  }
}
@media screen and (max-width: 1175px){
  .menu-header .navbar-nav > li > a{
    padding: 0 6px!important;
  }
}
@media screen and (max-width: 1024px){
  .menu-header .navbar-nav > li > a{
    padding: 0 3px!important;
  }
}


.menu-header .navbar-nav > li > a:hover,.menu-header .navbar-nav > li > a.active{
  background-color: transparent;
  color: #e21b22;
}

.menu-header .navbar-collapse {
  text-align: center!important;
}
.menu-header .navbar-toggle {
  background: #e21b22;
}

.menu-header2{
  float: none
}

.menu-header2 .navbar-toggle {
  background: #1f497d;
  float: none;
  margin-right: 0;
}

.menu-header2 .h5{
  padding-top: 15px
}

.menu-header2 .navbar-toggle .fa{
  color: #fff
}
.menu-header .navbar-toggle .icon-bar, .menu-header2 .navbar-toggle .icon-bar {
  background: #ffffff;
}
.container-header .access {
  text-align: center;
  color: #1f497d;
  font-weight: 800;
}
.container-header .access input {
  height: 28px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 5px;
}
.container-header .access button {
  margin-top: 3px;
  height: 28px;
}
/**
 * Slider
 */
.slider-primary {
  position: relative;
}
.slider-primary .carousel-inner .item {
  width: 100%;
}
.slider-primary .carousel-inner .item img {
  width: 100%;
}
.slider-primary .carousel-inner .carousel-caption {
  top: 65%;
  text-transform: uppercase;
}
.slider-primary .carousel-inner .carousel-caption h3 {
  color: #1F497D;
  background-color: #fff;
  font-size: 42px;
  text-align: center;
  transform: skew(-15deg);
  -webkit-transform: skew(-15deg);
  -moz-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  -o-transform: skew(-15deg);
  margin-bottom: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.slider-primary .carousel-inner .carousel-caption h3 div{
  transform: skew(15deg);
  -webkit-transform: skew(15deg);
  -moz-transform: skew(15deg);
  -ms-transform: skew(15deg);
  -o-transform: skew(15deg);
  position : relative;
}
.slider-primary .carousel-inner .carousel-caption .slider-content{
  color: #fff;
  background-color: #1F497D;
  font-size: 42px;
  margin: 0 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .slider-primary .carousel-inner .carousel-caption h3 {
    font-size: 20px;
  }
  .slider-primary .carousel-inner .carousel-caption .slider-content{
    font-size: 20px;
  }
}

@media screen and (max-width: 640px) {
  .slider-primary .carousel-inner .carousel-caption h3 {
    font-size: 14px;
  }
  .slider-primary .carousel-inner .carousel-caption .slider-content{
    font-size: 14px;
  }
}

@media screen and (max-width: 400px) {
  .slider-primary .carousel-inner .carousel-caption h3 {
    font-size: 12px;
  }
  .slider-primary .carousel-inner .carousel-caption .slider-content{
    font-size: 10px;
  }
}

.slider-primary .carousel-indicators li {
  width: 20px!important;
  height: 20px!important;
  margin: 0px;
  border: 4px solid #ffffff;
}
.slider-primary .carousel-indicators .active {
  width: 20px!important;
  height: 20px!important;
  background-color: #e21b22 !important;
}
.slider-secondary .carousel-inner .item {
  width: 100%;
}
.slider-secondary .carousel-inner .item img {
  width: 100%;
}
.slider-secondary .carousel-inner .carousel-caption {
  top: 10%;
  left: 50%;
  right: 0;
}
.slider-secondary .carousel-inner .carousel-caption h3 {
  font-size: 60px;
  font-weight: 900;
  text-align: center;
  color: #00c500;
}
@media (max-width: 700px) {
  .slider-primary .active > div {
    display: block;
  }
  .slider-primary .carousel-caption {
    background-color: transparent!important;
  }
}
/**
 * Services
 */
.services {
  margin-top: 50px;
}
.services .title {
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  color: #000000;
  padding-bottom: 20px;
}
.services .colum {
  padding-right: 0px!important;
  padding-left: 0px!important;
}
.services .colum .item {
  padding: 10px;
  text-align: justify;
}
.services .colum .item .image {
  position: relative;
}
.services .colum .item .image img {
  width: 100%;
}
.services .colum .item .image .title {
  position: absolute;
  bottom: -20px;
  display: block;
  text-align: center;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
}
.services .colum .item .image .title .content {
  color: #ffffff;
  background-color: #e21b22;
  padding: 10px;
  border-radius: 10px 10px 0px 0px;
}
.services .colum .item p {
  font-size: 20px!important;
}
.services a {
  color: #000000;
}
/**
 * Notices
 */
.notices {
  margin-top: 10px;
}
.notices .item {
  padding: 10px;
  text-align: center;
}
.notices .item .title {
  display: block;
  margin-top: 15px;
  width: 100%;
  padding: 5px;
  border: 2px solid #00c500;
  font-size: 20px;
  color: #000000;
}
.notices .item p {
  padding: 10px;
  text-align: justify;
}
/**
* Info One
**/
.info-one {
  text-align: center;
  padding-top: 20px;
}
.info-one .content {
  padding: 50px;
}
.info-one .content h1 {
  font-size: 40px;
  font-weight: 700;
  color: #000000;
}
.info-one .content h2 {
  text-align: justify;
  font-size: 25px!important;
  color: #7e7e7e;
}
/**
* Slider two
**/
.slider-two {
  width: 100%;
  margin-top: 30px;
  background-color: #1f497d;
  padding-top: 20px;
  padding-bottom: 50px;
}
.slider-two .title {
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  color: #ffffff;
  padding-bottom: 20px;
}
.slider-two .carousel-control i {
  color: #1f497d;
}
.slider-two img {
  width: 100%;
}
.slider-two .row-img {
  position: relative;
  padding-left: 3px;
  padding-right: 3px;
}
.slider-two .row-img h2 {
  bottom: 0;
  right: 0;
  padding: 12px;
  font-size: 25px;
  font-style: italic;
  position: absolute;
  color: #ffffff;
}
.slider-two .carousel-control i {
  background: #ffffff;
  padding-top: 10px;
  padding-bottom: 40px;
}
/**
* Slider two
**/
.blog-home {
  /*margin-top: 70px;*/
  padding-top: 50px;
  padding-bottom: 50px;
}
.blog-home.services-home {
  /*margin-top: 70px;*/
  padding-top: 0px;
  padding-bottom: 0px;
}
.services-home img{
  width: auto!important;
  height: 100px!important;
  text-align: center;
}
.services-home .carousel-content{
  padding: 0 30px;
}
.blog-home .title {
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  color: #000000;
  padding-bottom: 20px;
}
.blog-home .colum-1 img {
  width: 100%;
}
.blog-home .colum-1 h2 {
  font-weight: 700;
}
.blog-home .colum-1 p {
  text-align: justify;
}
.blog-home .carousel {
  margin-top: 20px;
}
.blog-home .carousel a {
  color: #000000;
}
.blog-home .carousel a.btn {
  color: #ffffff;
}
.blog-home .carousel .carousel-control i {
  color: #ffffff;
}
.blog-home .carousel p {
  margin-top: 20px;
}
.blog-home .carousel img {
  width: 100%;
}
.blog-home .carousel .row-img {
  position: relative;
  padding-left: 3px;
  padding-right: 3px;
}
.blog-home .carousel .row-img h2 {
  bottom: 0;
  right: 0;
  padding: 12px;
  font-size: 25px;
  font-style: italic;
  position: absolute;
  color: #ffffff;
}
.blog-home .carousel .carousel-control i {
  background: #e21b22;
  padding-top: 10px;
  padding-bottom: 40px;
}
/**
* Section afiliarse
**/
.afiliarse {
  margin-top: 20px;
  border: 2px solid #008603;
  padding: 10px;
}
.afiliarse .title {
  font-size: 25px;
  font-weight: 800;
  text-align: center;
  color: #00c500;
}
.afiliarse .subtitle {
  display: block;
  margin-top: 15px;
  width: 100%;
  padding: 5px;
  border: 2px solid #00c500;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  color: #000000;
}
.afiliarse a {
  text-decoration: none;
}
.afiliarse img {
  width: 100%;
}

/**
* Slider multi items
**/
.carousel-control {
  width: 4%;
}
.carousel-control.left,
.carousel-control.right {
  margin-left: 7px;
  background-image: none;
}
.carousel-control.right{
  margin-right: 7px;
}
@media (max-width: 767px) {
  .carousel-inner .active.left {
    left: -100%;
  }
  .carousel-inner .next {
    left: 100%;
  }
  .carousel-inner .prev {
    left: -100%;
  }
  .active > div:first-child {
    display: block;
  }
  .slider-primary .carousel-inner .carousel-caption{
    top: 30%;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .carousel-inner .active.left {
    left: -50%;
  }
  .carousel-inner .next {
    left: 50%;
  }
  .carousel-inner .prev {
    left: -50%;
  }
  .active > div:first-child {
    display: block;
  }
  .active > div:first-child + div {
    display: block;
  }
}
@media (min-width: 992px) {
  .carousel-inner .active.left {
    left: -25%;
  }
  .carousel-inner .next {
    left: 25%;
  }
  .carousel-inner .prev {
    left: -25%;
  }
}
/**
 * Section two
 */
/**
 * Section two
 */
.info-2 {
  position: relative;
  margin-top: -25px;
  /* The image used */
  background-image: url('../images/carga-movilizada.jpg');
  /* Set a specific height */
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.info-2 .menu {
  margin: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
.info-2 .menu .item {
  margin-top: 25px;
  height: 150px;
}
.info-2 .menu .item img {
  width: 130px;
}
.info-2 .menu .item p {
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
}
/**
* Articulo
**/
.articulo {
  margin-bottom: 300px;
}
.articulo .body {
  margin-top: 30px;
  /*img{
			float: left;
	    	margin-right: 10px;
	    	margin-bottom: 10px;
		}*/
}
.articulo .body .title {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  font-size: 30px;
  font-weight: 600;
}
.articulo .body .media-heading {
  text-align: justify!important;
}
.articulo .body .subtitle {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 20px!important;
  font-weight: 600;
}
.articulo .body p {
  text-align: justify;
  font-size: 20px!important;
}
.articulo .body .media-object {
  width: 100%;
}
.contacto {
  background-color: #1f497d;
}
.contacto .title-box {
  margin-top: 40px;
}
.contacto .title-box .section-title {
  text-align: center;
  font-size: 50px;
  color: #ffffff;
  font-weight: 600;
}
.contacto input,
.contacto textarea {
  margin-top: 15px;
  border-radius: 0px!important;
}
.contacto .informacion {
  font-size: 18px;
  color: #ffffff;
}
.contacto-home .title-box {
  margin-top: 40px;
}
.contacto-home .title-box .section-title {
  text-align: center;
  font-size: 50px;
  color: #e21b22;
  font-weight: 600;
}
.contacto-home input,
.contacto-home textarea {
  margin-top: 15px;
  border: 1px solid #e21b22;
}
.contacto-home .informacion {
  font-size: 18px;
  color: #e21b22;
}
/**
* Info One
**/
.newsletter {
  margin-top: 30px;
  padding-top: 20px;
  background: #7e7e7e;
}
.newsletter h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  color: #008603;
}
/**
 * Modal
 */
.modal-header {
  background-color: #1f497d !important;
  color: #ffffff !important;
}
/**
 * cotizacion
 */
.cotizacion .mensaje {
  font-size: 15px!important;
}
.cotizacion .text-info {
  font-size: 15px!important;
  color: #1f497d;
}
.cotizacion label {
  margin-top: 10px;
}
.cotizacion input,
.cotizacion textarea,
.cotizacion select {
  border-radius: 0px!important;
}
/**
 * Gallery
 */
.gallery img {
  width: 100%;
}

@media (min-width: 768px){
  .navbar-nav{
    float:none;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
  }
}
#serpocargaContainer{
  color: #1f497d !important;
  padding-bottom: 30px;
}

#serpocargaContainer h1{
  margin-bottom: 30px
}

#serpocargaContainer .image-content, .clientes .image-content{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#serpocargaContainer .image-content div, .clientes .image-content div {
  -ms-flex-item-align: center;
  align-self: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

#serpocargaContainer .image-content img{
  height: 60px;
  width: auto;
  max-width: 100%;
}

#serpocargaContainer .tratamiento-container{
  font-size: 12px;
}

.clientes-home{
  padding: 30px;
  color: #1F497D;
  border-top: 1pt solid #DCDCDC;
}
.clientes-home .image-content{
  padding: 40px 0;
}

.noticias-content{
  color: #1F497D;
  padding: 30px 15px;
  border-bottom: 1pt solid #DCDCDC;
}

.clientes-home .image-content img{
  max-width: 100%
}

.clientes .image-content img{
  max-height: 80px;
  width: auto!important;
}
#portafolioContainer .content .round-corners{
  padding: 20px
}

#portafolioContainer .content .round-corners a p{
  font-size: 16px;
}

#portafolioContainer .content .round-corners div.row{
  border-radius: 20px;
  border: 1px solid #C8C8C8;
  color: #333333 !important;
  margin: 0!important;
  min-height: 250px;
  padding: 40px 0;
}

#portafolioContainer .content .round-corners a h4, #portafolioContainer .content .round-corners h4{
  color: #1F497D;
}

#portafolioContainer .content .round-corners div.row img.img-responsive{
  height: 100px;
}

#portafolio2Container{
  margin: 75px 0;
}

#portafolio2Container .portafolio-border{
  border-radius: 30px;
  border: 2pt solid #1F497D;
  color: #444444;
  font-size: 16pt;
  position: relative;
  padding: 20px 35px;
  line-height: 1.2;
  min-height: 130px;
}

#portafolio2Container .portafolio-border a:hover{
  color: #888888;
}

#portafolio2Container .portafolio-border .icon-top{
  position: absolute;
  top: -10px;
  left: -10px;
  background: #fff;
  color: #1F497D;
  padding: 5px;
  font-size: 35px;
}
#portafolio2Container .portafolio-border .icon-bottom{
  position: absolute;
  bottom: -10px;
  right: -10px;
  background: #fff;
  padding: 10px;
}

#portafolio2Container .portafolio-title{
  color: #1F497D;
  font-weight: bold;
  text-decoration: underline;
  line-height: 1.5;
}

#portafolio2Container .content{
  margin-top: 30px;
}

.testimonios .row-img{
  text-align: center!important;
}

.testimonios .row-img img{
  width: auto!important;
  max-width: 100%;
  height: 150px;
}
.social-menus a,.social-menus .btn{
  padding: 0 10px!important;
}
.social-menus .fa{
    font-size: 20px;
    color: #fff;
}

.mi-cuenta .enlaces-interes{
  padding: 40px 0;
}

.mi-cuenta, .mi-cuenta a{
  color: #1f497d;
}

.oval-speech-border {
  position: relative;
  width: 320px;
  padding: 25px;
  margin: 1em auto 30px;
  border: 10px solid #1f497d;
  text-align: center;
  color: #1f497d;
  background: #fff;
  -webkit-border-top-left-radius: 240px 90px;
  -webkit-border-top-right-radius: 240px 90px;
  -webkit-border-bottom-right-radius: 240px 90px;
  -webkit-border-bottom-left-radius: 240px 90px;
  -moz-border-radius: 240px / 90px;
  border-radius: 240px / 90px;
}

.oval-speech-border:before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -40px;
  right: 50%;
  width: 50px;
  height: 30px;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: #1f497d;
  margin-right: -10px;
  background: transparent;
  -webkit-border-bottom-right-radius: 80px 50px;
  -moz-border-radius-bottomright: 80px 50px;
  border-bottom-right-radius: 80px 50px;
  display: block;
}

.oval-speech-border:after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -40px;
  right: 50%;
  width: 20px;
  height: 31px;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: #1f497d;
  margin-right: 20px;
  background: transparent;
  -webkit-border-bottom-right-radius: 40px 50px;
  -moz-border-radius-bottomright: 40px 50px;
  border-bottom-right-radius: 40px 50px;
  display: block;
}

.oval-speech-border > :first-child:before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -40px;
  right: 140px;
  width: 10px;
  height: 10px;
  margin-right: 45px;
  background: #1f497d;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.oval-speech-border > :first-child:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -10px;
  right: 150px;
  width: 20px;
  height: 15px;
  background: #fff;
}

.globo-list img{
  width: auto!important;
  max-width: 100%;
  height: 120px;
}

#myCarousel-blog .item{
  padding: 0 50px;
}

#myCarousel-clientes .item img{
  height: 60px;
  max-height: 60px;
}

.header-color{
  background: #1F497D;
  color: #fff;
  padding: 5px
}

.header-color a, .header-color a:hover,.header-color a:visited,.header-color a:active,.header-color a:focus {
  color: #fff
}
footer{
  color: #fff
}
.footer-content{
  padding-top: 50px;
  background: #333333;
}
.footer-content .menu-header{
  margin-top: 30px;
}
.footer-content2{
  background: #2D2D2D;
  padding: 15px 0;
  font-size: 12px;
}
.footer-content .location-footer-text{
  border-right: 1pt solid #505050;
}
.footer-content .menu-header{
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-top: 1pt solid #505050;
}
.footer-content .menu-header .navbar-nav > li{
  border-right: 1px solid #DCDCDC;
}
.footer-content .menu-header .navbar-nav > li:last-child{
  border-right: none;
}
.footer-content .menu-header .navbar-nav > li > a, .footer-content .menu-header .navbar-nav > li > a:hover {
  color: #F0F0F0!important;
  font-size: 14px;
}

footer a, footer a:hover, footer a:active, footer a:focus{
  color: #fff
}

.breadcrumb{
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
}

.enlaces-interes{
  padding: 20px;
  background: #F8F8F8;
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
}

.enlaces-interes h3{
  margin: 30px 0;
}

.enlaces-interes img{
  width: auto;
  max-width: 100%;
  height: 80px;
  max-height: 80px;
}

h1{
  color: #1F497D;
  font-size: 28px;
}
footer .img-footer-content{
  border-left: 1pt solid #505050;
}
.micuenta-content{
  color: #1F497D;
  padding: 30px;
}

.micuenta-content a,.micuenta-content a:hover{
  color: #1F497D;
  font-size: 18px;
}

.micuenta-content .micuenta-text .row{
  padding-top: 40px;
}

.micuenta-content .img-content{
  padding-top: 60px;
}

.capsulas{
  padding: 30px;
}

.access .navbar-collapse{
  padding-left: 0;
  padding-right: 0;
}
