body {
    font-size: 14px;
    color: #333333;
    font-family: 'Poppins', sans-serif;
}
.container, .container-fluid {
    max-width: 100%;
    width: 1200px;
    margin: 0 auto;
}
img {
    max-width: 100%;
}
.small, small {
    font-size: 80%;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 32px;
}
a, a:hover, a:focus {
    color: #120F66;
}
.clear {
    clear: both;
}
.height10 {
    clear: both;
    height: 10px;
}
.height20 {
    clear: both;
    height: 20px;
}
.height30 {
    clear: both;
    height: 30px;
}
.bg-yellow {
    background: #00FF00;
}
.bg-red {
    background: #120F66;
}
.yellow {
    color: #fff;
}
.white {
    color: #94DA03;
}
.roboto {
    font-family: 'Roboto Condensed', sans-serif;
}
.pacifico {
font-family: 'Pacifico', cursive;
}
.poppins {
    font-family: 'Poppins', sans-serif;
}
.ubuntu {
    font-family: 'Ubuntu', sans-serif;
}
a, a:hover, a:focus {
    text-decoration: none;
}

/** Menu Home **/
.button_top {
    color: #fff;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;

}
.button_top span {
    padding: 6px 12px;
}
.button_top span.bg-red {
    border-radius: 0px 0px 0px 10px;
    -moz-border-radius: 0px 0px 0px 10px;
    -webkit-border-radius: 0px 0px 0px 10px;
    border: 0px solid #000000;
}
.button_top span.bg-yellow {
    border-radius: 0px 0px 10px 0;
    -moz-border-radius: 0px 0px 10px 0;
    -webkit-border-radius: 0px 0px 10px 0;
    border: 0px solid #000000;
}
.navbar {
    min-height: 30px !important;
    margin-bottom: 0 !important;
    border: none !important;
}
.menuhome .navbar-brand {
    float: left;
    height: auto;
    padding: 0;
    font-size: 18px;
    line-height: 20px;
    margin-top: -50px;
}
.menuhome .navbar-brand img {
    width: 280px;
    margin-bottom: 6px;
    padding-top: 6px;
}
.menuhome .navbar-default {
    background-color: #fff;
    border-color: none;
    border: none !important;
    margin-top: 15px;
}
.menuhome .navbar-default .navbar-nav > li {
    padding-left: 24px;
    padding-right: 24px;
}
.menuhome .navbar-default .navbar-nav > li.separa {
    padding: 0;
}
.menuhome .navbar-default .navbar-nav > li.last {
    padding-right: 0;
}
.menuhome .navbar-default .navbar-nav > li > a {
    border-bottom: 4px solid #fff;
    text-transform: none;
    font-family: 'Roboto Condensed', sans-serif;
    color: #111;
    font-size: 16px;
    padding: 0 0 10px 0;
}
.menuhome .navbar-default .navbar-nav > li > a:focus, .menuhome  .navbar-default .navbar-nav > li > a:hover, .menuhome .navbar-default .navbar-nav > li.active > a {
    color: #120F66;
    border-bottom: 4px solid #120F66;
    background: #fff;
}
.radios label {
    display: inline-block !important;
    width: auto;
    margin-right: 12px;
    padding-top: 8px;
}
.radios input[type="radio"] {
    margin-right: 2px;
}
.newbutton button {
    background: url(images/newacceso.png) no-repeat center center;
    border: none;
    height: 42px;
    width: 130px;
    box-shadow: none !important;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: left;
    padding-left: 15px;
    margin-top: 5px;
    font-size: 16px;
    padding-top: 3px;
}
.newbutton button .fa {
    color: #94DA03;
    margin-left: 3px;
}


/** Carousel **/
#myCarousel {
    overflow: hidden;
}
#myCarousel .item {
    width: 100%;
    height: 500px;
}
#myCarousel .item.active {
    position: relative;
}
#myCarousel .captions {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 99;
    bottom: 250px;
    padding: 0 20px;
}
#myCarousel h1 {
    font-size: 60px;
    margin-bottom: 8px;
}
#myCarousel h3 {
    font-size: 32px;
}
#myCarousel .boton {
    display: inline-block;
    width: 100%;
    text-align: center;
    z-index: 99;
    position: absolute;
    font-size: 20px;
    bottom: 140px;
}
#myCarousel .boton a {
    border: 1px solid #FFFFFF;
	border-radius: 45px;
    color: #FFFFFF;
	text-transform:uppercase;
    background: transparent;
    padding: 7px 12px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
#myCarousel .boton a:hover {
    border: 1px solid #fff;
    color: #fff;
}
#myCarousel .overlay {
    background: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
#myCarousel .carousel-indicators {
    bottom: 0;
    left: 10px;
    right: 10px;
    text-align: center;
    margin-left: 5px;
    width: 100%;
}
#myCarousel .carousel-indicators li {
    border: medium none;
    border-radius: 0;
    height: 90px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 5px !important;
    margin-top: 0;
    width: 140px;
    background: none;
}
#myCarousel .carousel-indicators span.slidethumbnail {
    position: relative;
    display: block;
    border: 2px solid #FFFFFF;
    height: 90px;
    width: 140px;
    -webkit-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.3);
}
#myCarousel .carousel-indicators .active span.slidethumbnail {
    border: 2px solid #94DA03;
}
.carousel-control.left, .carousel-control.right {
    background: rgba(0,0,0,0.5);
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    text-shadow: none;
    top: 40%;
}

@media(max-width: 767px) {
    #myCarousel .item {
        height: 400px;
    }
    #myCarousel h1 {
        font-size: 40px;
    }
    #myCarousel h3 {
        font-size: 24px;
    }
    #myCarousel .captions {
        bottom: 150px;
    }
    #myCarousel .boton {
        bottom: 30px;
    }
}

.footer-home {
    background: #000;
    border-top: 3px solid #120F66;
    padding: 20px 0 50px 0;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
}
.footer-home a {
    color: #fff;
}
.footer-home a:hover {
    color: #120F66;
}
.footer-home .redes {
    text-align: right
}
.footer-home .redes a {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background: #fff;
    color: #000;
    font-size: 20px;
    text-align: center;
    line-height: 22px;
    margin-left: 2px;
    padding-top: 5px;
}
@media(max-width: 498px) {
    .footer-home .redes {
        text-align: center;
        margin-top: 10px;
    }
}

/**************************
/ PAGINAS
/**************************/
.topbar {
    background: #000;
    color: #B3B3B3;
    font-family: 'Ubuntu', sans-serif;
    padding: 6px 0;
}
.topbar span {
    margin-left: 10px;
}
.topbar i {
    margin-right: 4px;
}

.menupage {
    background: url('images/bg-menu.png') repeat-y center center;
    border-bottom: 1px solid #fff;
}
.menupage .navbar-brand {
    float: left;
    height: auto;
    padding: 6px 0;
}
.menupage .navbar-brand img {
    width: 180px;
}
.menupage .navbar-default {
    background: url('images/bg-gris.png') repeat top left;
    border-color: none;
    border: none !important;
    margin-top: 0;
}
.menupage .navbar-default .navbar-nav > li {
    padding-left: 12px;
    padding-right: 12px;
}
.menupage .navbar-default .navbar-nav > li > a {
    border-bottom: none;
    font-family: 'Ubuntu', sans-serif;
    color: #111;
    font-size: 15px;
    text-transform: uppercase;
    padding: 23px 0 23px 0;
}
.menupage .navbar-default .navbar-nav > li > a:focus, .menupage  .navbar-default .navbar-nav > li > a:hover, .menupage .navbar-default .navbar-nav > li.active > a {
    color: #120F66;
    border-bottom: none;
    background: transparent;
}
.menupage .navbar-default .navbar-nav > li.online a {
    color: #fff;
    font-weight: 400;
    padding-left: 45px;
}
.menupage .navbar-default .navbar-nav > li.online, .menupage .navbar-default .navbar-nav > li.online.open {
    background: url('images/btn-online.png') no-repeat left center !important;
}
.menupage li.online .dropdown-menu > li > a, .menupage li.online .dropdown-menu > li > a:focus, .menupage li.online .dropdown-menu > li > a:hover {
    text-align: left !important;
    color: #333 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;

}
li.onlyphone {
    display: none !important;
}
.navbar .fa-angle-right {
    display: none;
}
li.accesomovil {
    display: none;
}
.icon-location {
    display: none;
}
label.error {
    color: #990000;
    font-size: 12px;
    border: 1px solid #f69a9a;
    background: #fcd7d7;
    padding: 4px 10px;
}
li.borde { 
        display: none;
}

@media (max-width: 1100px) {
  .menupage {
        background: #eaeae9;
  }
  .menupage .navbar-header {
      float: none;
  }
  .menupage .navbar-left,.navbar-right {
      float: none !important;
  }
  .menupage .navbar-toggle {
      display: block;
  }
  .menupage .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .menupage .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .menupage .navbar-collapse.collapse {
      display: none!important;
  }
  .menupage .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .menupage .navbar-nav>li {
      float: none;
  }
  .menupage .navbar-default .navbar-nav > li > a {
    border-bottom: 4px solid #eaeae9;
    padding: 7px 0 7px 0;
  }
  .menupage .navbar-default .navbar-nav > li > a:focus, .menupage  .navbar-default .navbar-nav > li > a:hover, .menupage .navbar-default .navbar-nav > li.active > a {
        color: #120F66;
        border-bottom: 4px solid #eaeae9;
        background: #eaeae9;
    }
  .menupage .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .menupage .collapse.in{
      display:block !important;
  }
  .menupage .navbar-default .navbar-nav > li.online {
    display: none;
  }
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
  .newbutton {
    display: none;
  }

  li.onlyphone {
    display: block !important;
  }
  .button_top {
        font-size: 17px;
    }
    .button_top span {
        padding: 4px 8px;
    }
    .menuhome .navbar-brand {
        margin-top: -46px;
    }
   .menuhome .navbar-brand img {
        width: 170px;
   }
   .menuhome .navbar-toggle {
        position: relative;
        float: right;
        padding: 0;
        margin-top: 20px;
        margin-right: 0;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: none;
        border-radius: 0;
        background: none !important;
    }
    .menuhome .navbar-default .navbar-toggle .icon-bar {
        background-color: #120F66;
        display: block;
        width: 26px;
        height: 3px;
        border-radius: 0;
    }
    .menuhome .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #fff !important;
    }
    .menuhome .navbar-default .navbar-nav > li.separa {
        display: none;
    }
    .menuhome .navbar-default .navbar-nav > li {
        padding: 3px 0;
    }
    .menuhome .navbar-default .navbar-nav > li > a, .menupage .navbar-default .navbar-nav > li > a {
        border-bottom: 1px dashed #A09EF1;
        display: block;
        width: 98%;
        color: #fff;
        padding: 4px 0 8px 0;
        position: relative;
        text-transform: none;
    }
    .menuhome .navbar-default .navbar-nav > li > a:focus, .menuhome  .navbar-default .navbar-nav > li > a:hover, 
    .menuhome .navbar-default .navbar-nav > li.active > a,
    .menupage .navbar-default .navbar-nav > li > a:focus, .menupage  .navbar-default .navbar-nav > li > a:hover, 
    .menupage .navbar-default .navbar-nav > li.active > a
     {
        color: #fff;
        background: #120F66;
        border-bottom: 1px dashed #A09EF1;
        text-transform: none;
    }
    .menuhome .navbar-brand img {
        width: 200px;
        margin-top: 8px;
        margin-bottom: 8px;
        padding-top: 0;
    }
    .menuhome .navbar-default {
        margin-top: 0;
    }
    .navbar-collapse {
        background: #120F66;
        margin-right: -15px;
        margin-left: -15px;
    }
    .navbar .fa-angle-right {
        display: inline-block;
        position: absolute;
        right: 20px;
        top: 8px;
        color: #A09EF1;
    }
    li.accesomovil {
        display: block;
        background: #2a2776;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
        margin-top: 12px;
        margin-bottom: 6px;
    }
    li.borde { 
        display: block;
    }
    li.borde a {
        border-left: 6px solid #a0d315;
        padding-left: 10px !important;
    }
    .menuhome .navbar-default .navbar-nav > li.accesomovil span, .menupage .navbar-default .navbar-nav > li.accesomovil span {
        color: #fff;
        font-family: 'Roboto Condensed', sans-serif;
        display: inline-block;
        font-size: 18px;
    }
    .menuhome .navbar-default .navbar-nav > li.accesomovil > a, .menupage .navbar-default .navbar-nav > li.accesomovil > a {
        display: inline-block;
        background: #1B179F;
        width: auto;
        padding: 7px 20px;
        margin-left: 10px;
        border-bottom: none !important;
    }
    .icon-location {
        display: inline-block;
        position: absolute;
        right: 48px;
        top: 17px;
    }
    .icon-location img {
	max-width:20px;
    }
}

@media(max-width: 1100px) {
   .menupage .navbar-toggle {
        position: relative;
        float: right;
        padding: 0;
        margin-top: 20px;
        margin-right: 0;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: none;
        border-radius: 0;
        background: none !important;
    }
    .menupage .navbar-default .navbar-toggle .icon-bar {
        background-color: #120F66;
        display: block;
        width: 26px;
        height: 3px;
        border-radius: 0;
    }
    .menupage .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #eaeae9 !important;
    }
    .menupage .navbar-default .navbar-nav > li {
        padding: 3px 0;
    }
    .menupage .navbar-default .navbar-nav > li.online a {
        color: #111;
        font-weight: 400;
        padding-left: 0;
    }
    .menupage .navbar-default .navbar-nav > li.online a:hover, .menupage .navbar-default .navbar-nav > li.online a:focus {
        color: #120F66;
    }
    .menupage .navbar-default .navbar-nav > li.online {
        background: none;
    }
    li.onlyphone a {
        display: block;
        color: #fff !important;
        background: #120F66 !important;
        padding: 6px 10px !important;
    }
    .nuevoboton {
        display: none;
    }
    .menuhome .navbar-brand {
        margin-top: 0;
    }
}

@media(max-width: 767px) {
    .hidemobile {
        display: none !important;
    }
    .menuhome .navbar-default .navbar-nav > li, .menupage .navbar-default .navbar-nav > li {
        padding-left: 15px;
    }
}

body.page {
    background: #f3f3f3;
}
.cabecera {
    padding: 40px 0 140px 0;
    position: relative;
    color: #fff;
}
.cabecera .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
.cabecera h1, .cabecera h2, .cabecera h3, .cabecera h4 {
    color: #fff;
}
.line {
    display: inline-block;
    background: #fff;
    height: 3px;
    width: 100px;
}
.maincontent {
    margin-top: -100px;
    background: #fff;
    padding: 15px 20px;
}
.breadcrumbs {
    color: #120F66;
    text-align: right;
    margin-bottom: 30px;
}
.breadcrumbs a, .breadcrumbs .fa {
    color: #999;
    margin-right: 5px;
}
.maincontent h4 {
    color: #120F66;
    font-size: 22px;
    margin-bottom: 10px;
}
ul.lista {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.lista li {
    padding: 10px 0;
    border-bottom: 1px dotted #c9c9c9;
}
.cuadro {
    border-radius: 8px;
    background: #f3f3f3;
    padding: 10px 20px;
}
a.btn, .formulario input[type="submit"], button.btn {
    color: #fff;
    background: #120F66;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    border-radius: 0 !important;
    padding: 7px 20px;
    width: auto;
    min-width: 100px;
    border: none;
}
a.btn.mini, button.btn.mini {
    padding: 4px;
    min-width: 10px;
    font-size: 14px;
    width: 24px;
    height:24px;
    line-height: 16px;
}
a.btn:hover, a.btn:focus, .formulario input[type="submit"]:hover, .formulario input[type="submit"]:focus, button.btn:hover, button.btn:focus {
    background: #1B179F;
    color: #fff;
}
.tabs {
    border-bottom: 1px solid #e6e6e6;
}
a.tab {
    display: inline-block;
    color: #111;
    background: #e6e6e6;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    border-radius: 0 !important;
    padding: 7px 20px;
}
a.tab.active, a.tab:hover, a.tab:focus {
    color: #fff;
    background: #120F66;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
}

.formulario input[type="text"], .formulario input[type="tel"], .formulario input[type="password"], .formulario input[type="email"], .formulario textarea, .formulario select {
    border: 1px solid #ddd;
    padding: 10px 5px;
    width: 100%;
    margin-bottom: 5px;
    font-size: 12px;
}
.formulario label {
    font-weight: normal;
    display: block;
}
.formulario input[type="checkbox"] {
    margin-right: 4px;
}

.paddingslateral {
    padding-left: 6%;
    padding-right: 6%;
    color: #999;
}
.paddingslateral p {
    color: #999;
}
.paddingslateral h5 {
    font-size: 18px;
    color: #111;
    margin-bottom: 12px;
}
.paddingslateral a {
    color: #120F66;
}
p.email {
	padding: 5px 0 5px 4px;
	color:#000000;
	font-size:20px;
}
p.email svg {
	margin-right:6px;
}
p.phone {
	padding: 5px 0 5px 4px;
	color:#000000;
}
p.phone svg {
	margin-right:6px;
}

p.horario {
	padding: 5px 0 5px 4px;
	color:#000000;
}
p.horario svg {
	margin-right:6px;
}
p.direccion {
	padding: 5px 0 5px 4px;
	color:#000000;
}
p.direccion svg {
	margin-right:6px;
}
.dotted {
    height: 1px;
    margin: 20px 0;
    border-top: 1px dotted #d9d9d9;
}
.formulario h4 {
    margin-top: 20px;
}
.modal-content {
    border-radius: 0 !important;
}
.modal-content h4 {
    color: #120F66;
}
.modal-content h5 {
    color: #111;
    font-size: 16px;
    margin-bottom: 12px;
}
.modal-dialog {
    width: 840px;
    margin: 30px auto;
    max-width: 100%;
}
.ventanasuccess {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 99999;
}
.ventanasuccess .contenedor {
    width: 640px;
    max-width: 100%;
    margin: 80px auto 40px auto;
    background: #fff;
    padding: 30px 20px 20px 20px;
    text-align: center;
    position: relative;
    font-size: 16px;
}
.ventanasuccess a#cierra {
    position: absolute;
    right: 10px;
    top: 4px;
    font-size: 20px;
}
.slide_movil {
    display:none;
}

@media(max-width: 498px){
    h1 {
        font-size: 30px;
    }
	.slide_desktop {
	display:none;
	}
	.slide_movil {
	display: block;
	}
	#myCarousel2 {
        overflow: hidden;
    }
    #myCarousel2 .item {
        width: 100%;
        height: 500px;
    }
    #myCarousel2 .item.active {
        position: relative;
    }
    #myCarousel2 .captions {
        position: absolute;
        width: 100%;
        text-align: center;
        z-index: 99;
        bottom: 250px;
        padding: 0 20px;
    }
    #myCarousel2 h1 {
        font-size: 40px;
        margin-bottom: 8px;
    }
    #myCarousel2 h3 {
        font-size: 32px;
    }
    #myCarousel2 .boton {
        display: inline-block;
        width: 100%;
        text-align: center;
        z-index: 99;
        position: absolute;
        font-size: 20px;
        bottom: 140px;
    }
    #myCarousel2 .boton a {
        border: 1px solid #FFFFFF;
    	border-radius: 45px;
        color: #FFFFFF;
        background: transparent;
        padding: 7px 12px;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    #myCarousel2 .boton a:hover {
        border: 1px solid #fff;
        color: #fff;
    }
    #myCarousel2 .overlay {
        background: rgba(0,0,0,0.4);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }
    #myCarousel2 .carousel-indicators {
        bottom: 0;
        left: 10px;
        right: 10px;
        text-align: center;
        margin-left: 5px;
        width: 100%;
    }
    #myCarousel2 .carousel-indicators li {
        border: medium none;
        border-radius: 0;
        height: 90px;
        margin-bottom: 5px;
        margin-left: 0;
        margin-right: 5px !important;
        margin-top: 0;
        width: 140px;
        background: none;
    }
    #myCarousel2 .carousel-indicators span.slidethumbnail {
        position: relative;
        display: block;
        border: 2px solid #FFFFFF;
        height: 90px;
        width: 140px;
        -webkit-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.3);
        box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.3);
    }
    #myCarousel2 .carousel-indicators .active span.slidethumbnail {
        border: 2px solid #00FF00;
    }
}

.caret {
    margin-left: 6px;
}
.dropdown-menu > li > a {
    padding: 8px 20px;
    font-family: "Roboto Condensed", sans-serif;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #120F66;
    background-color: #fff;
}

@media(max-width: 1100px) {
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        color: #fff !important;
        background-color: transparent !important;
    }
    .dropdown-menu {
        position: relative !important;
        top: inherit !important;
        left: inherit !important;
        float: none !important;
        font-size: 14.5px !important;
        background-color: transparent !important;
        border: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    .dropdown-menu > li > a {
        padding: 6px 10px !important;
        color: #fff !important;
        background: transparent !important;
    }

}


/********************
/* AREA PRIVADA
/********************/
.pagelogin {
    width: 500px;
    margin: 30px auto;
    min-height: 400px;
}
ul.menuadmin {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 1px solid #e9e9e9;
    background: #f2f2f2;
}
ul.menuadmin li {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
}
ul.menuadmin li a {
    color: #111;
    display: block;
    padding: 8px 12px;
    border-bottom: 1px solid #e9e9e9;
}
ul.menuadmin li a:hover, ul.menuadmin li a:focus, ul.menuadmin li a.active {
    background: #120F66;
    color: #fff;
}


/** LOGIN **/
.container-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
}
.area-login {
    background: #fff;
    width: 500px;
    max-width: 100%;
    margin: 40px auto;
    padding: 20px;
    position: relative;
}
.area-login a#cerrar {
    position: absolute;
    top: 5px;
    font-size: 20px;
    color: #999;
    right: 10px;
}

.onlyphone {
    display: none;
}

@media(max-width: 598px) {
    .paddingslateral {
        padding-left: 0;
        padding-right: 0;
    }
}

@media(max-width: 498px) {
    
    .button_top span {
        padding: 4px 7px;
        font-size: 15px;
    }

    .onlyphone {
        display: block;
    }
    
    .hiddenphone {
        display: none;
    }
}


.ui-widget li, .ui-widget-content li, .ui-autocomplete li, .ui-front li {
    display: block;
    padding: 9px 12px;
    border-bottom: 1px solid #e9e9e9;
}
.ui-widget li:hover, .ui-widget-content li:hover, .ui-autocomplete li:hover, .ui-front li:hover {
    cursor: pointer;
    background: #f4f4f4;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;   
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.ui-helper-hidden-accessible {
    display: none !important;
}
h4.creditosanteriores {
    display: inline-block;
}
.radios {
    margin-bottom: 20px;
}
.radios label {
    display: inline-block;
    padding-left: 8px;
    font-size: 12px;
}
.botones button {
    background: #f4f4f4;
    border: 1px solid #e9e9e9;
    padding: 30px;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 140px;
}
.botones button .fa {
    font-size: 40px;
    display: inline-block;
    margin-bottom: 5px;
}
.botones {
    margin: 40px 0;
    text-align: center;
}
.botones .fa-facebook {
    color: #3b579d;
}
.botones .fa-google-plus-square {
    color: #dc493c;
}
.botones .fa-instagram {
    color: #ab30b7;
}
.botones .fa-newspaper-o {
    color: #555;
}
.botones .fa-podcast {
    color: #f9983a;
}
.botones .fa-file-text-o {
    color: #976505;
}
.botones .fa-user-o {
    color: #057397;
}
.botones .fa-user {
    color: #120F66;
}
.botones .fa-address-card-o {
    color: #4fad29;
}
.botones .fa-bookmark-o {
    color: #05971a;
}
.fineze {
    color: #120F66;
}

/** MENU DESKTOP **/
/**
.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
  margin-bottom: 15px;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #222;
  padding: 3px 5px;
  font-family: 'Roboto Condensed', sans-serif;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}
**/


.menutcp {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    border-bottom: 4px solid #120F66;
    border-top: 1px solid #120F66;
}
.menutcp a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
}
.menutcp .cierra-drowdown {
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}
.menutcp .cierra-drowdown a {
    font-size: 24px;
}
.menutcp ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menutcp ul li {
    margin: 0;
    padding: 0;
}



.menuresponsive {
    display: none;
}
.menudesktop {
    display: block;
}
@media(max-width: 991px) {
   .menuresponsive {
        display: block;
    }
    .menudesktop {
        display: none;
    } 
}

#ventanaaplicar a.boton {
    display: inline-block;
    width: 460px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 9px 12px;
    text-align: center;
    margin-bottom: 8px;
    margin-top: 10px;
    border: 1px solid #120F66;
    background: #fff;
    color: #120F66;
    border-radius: 24px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
#ventanaaplicar a.boton:hover {
    background: #120F66;
    color: #fff;
    border: 1px solid #120F66;
}
.cajabotones {
    background: #fafafa;
    border: 1px solid #f0f0f0;
    width: 500px;
    max-width:100%;
    margin: 0 auto;
    padding: 20px;
}
.cajabotones h4 {
    margin: 20px 0;
    font-size: 18px;
}
.cajabotones input {
    padding: 14px;
    border: 1px solid #e0e0e0;
}
.cajabotones button {
    height: auto;
    max-width: 100%;
    width: 200px !important;
    padding: 12px;
    color: #fff;
    background: #090689;
    font-weight: 600;
    border-radius: 4px;
    opacity: 0.9;
    margin-top: 24px;
}
.cajabotones button:hover {
    opacity: 1;
}
.cajabotones button .fa-angle-right {
    font-size: 18px;
    display: inline-block;
    padding-left: 10px;
}
.cajabotones .formulariotpm {
    padding: 20px 30px;
}
.userbar span.nameuser {
    margin-right: 12px;
}
.userbar {
    color: #120F66;
}
.userbar a {
    color: #120F66;
    margin: 0 8px;
}
.userbar .fa {
    color: #120F66;
}
td.actions, th.actions {
    width: 76px;
}
.myalert.alert-info {
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: 6px solid #120F66;
    background: #f8f8f8;
    color: #120F66;
    border-radius: 0;
    position: relative;
    padding-left: 42px;
}
.myalert.alert-danger {
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: 6px solid #cc0000;
    background: #f8f8f8;
    color: #cc0000;
    border-radius: 0;
    position: relative;
    padding-left: 42px;
}
.myalert.alert-warning {
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: 6px solid #d3b615;
    background: #f8f8f8;
    color: #d3b615;
    border-radius: 0;
    position: relative;
    padding-left: 42px;
}
a.btnwarning {
    color: #fff;
    background: #d3b615;
    display: inline-block;
    padding: 4px 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    margin-left: 6px;
}
.myalert .fa {
    font-size: 20px;
    margin-right: 12px;
    position: absolute;
    left: 15px;
    top: 15px;
}
.blue {
    color: #120F66;
}
h5 {
    font-size: 18px;
}
.formabsolute {
    position: relative;
}
.formabsolute input {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    padding-right: 100px;
}
.formabsolute button {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    background: #120F66;
    color: #fff;
    border: 1px solid #120F66;
    font-size: 22px;
    padding-left: 20px;
    padding-right: 20px;
}
.button-checkbox button.btn, .button-radio button.btn {
    color: #fff;
    background: #888;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    border-radius: 0 !important;
    padding: 7px 20px;
    width: auto;
    min-width: inherit;
    font-size: 14px;
    margin-bottom: 8px;
}
.button-checkbox button.btn.btn-success, .button-radio button.btn.btn-success {
    background: #85c61b !important;
}
.button-checkbox .fa {
    margin-right: 8px;
}
td.descriptionpagos {
    font-family: 'Roboto Condensed', sans-serif;
    width: 220px;
}
td.inputpagos {
    width: 150px;
    padding-right: 12px;
}
.diaspago {
    margin-top: 15px;
}
.btncobros {
    color: #fff;
    background: #85c61b;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    border-radius: 0 !important;
    padding: 7px 20px;
    width: auto;
    min-width: inherit;
    font-size: 14px;
    border: none;
    opacity: 0.9;
}
.btncobros:hover {
    opacity: 1;
}
.btncobros2 {
    color: #fff;
    background: #999;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    border-radius: 0 !important;
    padding: 7px 20px;
    width: auto;
    min-width: inherit;
    font-size: 14px;
    border: none;
    opacity: 0.9;
}
.btncobros .fa {
    font-size: 16px;
    margin-right: 5px;
}
.fileuploader-input .fileuploader-input-caption {
    color: #666 !important;
    font-weight: normal !important;
    white-space: nowrap;
}
.fileuploader-input .fileuploader-input-button, .fileuploader-popup .fileuploader-popup-content .fileuploader-popup-button.button-success {
    background: #85c61b !important;
    border-radius: 0 !important;
}
.fileuploader-input .fileuploader-input-button {
    padding: 15px 18px !important;
    font-weight: normal !important;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}
.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove i::after {
    content: "X" !important;
    font-family: 'Arial', sans-serif !important;
}
input.calendario {
    background-image: url(images/calendar.png);
    background-position: 10px center;
    background-size: 20px;
    background-repeat: no-repeat;
    padding-left: 42px !important;
}
#ui-datepicker-div {
    z-index: 100 !important;
}
.highlight-green {
    border: 1px solid #85c61b !important;
    background: #85c61b !important;
}

.sinpaddings .row {
    margin: 0 -3px;
}
.sinpaddings .col-sm-2, .sinpaddings .col-xs-6, .sinpaddings .col-sm-1, .sinpaddings .col-sm-3 {
    padding: 0 2px;
}
span.rechazado {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin-right: 3px;
    background: #cc0000;
}
span.enproceso {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin-right: 3px;
    background: #0e1a75;
}
span.completado {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin-right: 3px;
    background: #85c61b;
}
.btn-consultar {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    padding: 6px 10px;
    background: #ddd;
    color: #222;
    border:none;
}
.btn-consultar:hover {
    background: #120f66;
    color: #fff;
}
a.file-icon {
    display: inline-block;
    text-align: center;
    width: 160px;
}
a.file-icon .fa {
    font-size: 60px;
    margin-bottom: 8px;
}
.pagination {
    text-align: center;
    display: block;
}
.pagination a, .pagination span {
    display: inline-block;
    padding: 1px 8px;
    background: #fff;
    color: #333;
    border: 1px solid #f0f0f0;
    margin: 0 2px;
}
.pagination span.current {
    background: #120F66;
    color: #fff;
    border: 1px solid #120F66;
}