/*
Theme Name: OSPe
Author: @ivanmarelli
Author URI: http://ivanmarelli.com.ar
Description: Bootstrap v3.3.7
Version: 1.0
*/
/*Wordpress editor styles start*/
html {
  -ms-overflow-style: scrollbar;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  margin-bottom: 1.5em;
  padding-top: 5px;
  text-align: center;
}
.wp-caption img {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.wp-caption p.wp-caption-text {
  font-size: 10px;
  line-height: 1.5;
  margin: 0;
}
.wp-smiley {
  margin: 0;
  max-height: 1em;
}
/* ==========================================================================
   OSPe THEME
   ========================================================================== */
/*
 * Autor: @ivanmarelli
@import url('https://fonts.googleapis.com/css?family=Signika:300,400,600,700');
 */
html,
body {
  color: #787878;
  font-family: 'Signika';
}
h1,
h2 {
  color: #06708b;
  font-weight: 400;
}
header .ico-top {
  margin-right: 8px;
  max-height: 24px;
}
header .tel {
  font-size: 13px;
  font-weight: 700;
}
footer {
  background-color: #00a6b1;
  color: #fff;
  min-height: 100px;
  padding: 20px 0;
  position: relative;
}
footer .fa-inverse {
  color: #00a6b1;
}
footer .fa-stack-2x {
  color: #ffffff;
}
footer .footer-text a {
  color: #ffffff;
  cursor: pointer;
}
footer .footer-text a:hover {
  text-decoration: underline;
}
footer .footer-logo img {
  padding-top: 12px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(img/flecha-select.png) no-repeat 95% center, url(img/bg-select.jpg) no-repeat left center;
  background-color: #0099a9;
  border: none;
  border-bottom-right-radius: 7px;
  border-top-right-radius: 7px;
  color: #787878;
  font-family: 'Signika';
  height: 30px;
  width: 100%;
}
select > option {
  background: #fff;
}
.ajax-loader {
  background-color: #23282d;
  border: none;
  border-radius: 100%;
  display: inline-block;
  height: 24px;
  margin: 0 24px;
  opacity: 0.75;
  padding: 0;
  position: relative;
  visibility: hidden;
  width: 24px;
}
.ajax-loader::before {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background-color: #fbfbfc;
  border: none;
  border-radius: 100%;
  content: '';
  height: 6px;
  left: 4px;
  position: absolute;
  top: 4px;
  transform-origin: 8px 8px;
  width: 6px;
}
.post article img {
  height: auto;
  max-width: 100%;
}
.post p span,
.page p span {
  color: #009bac;
}
.post a,
.page a {
  color: #009bac;
}
.post .contenido,
.page .contenido {
  margin-top: 30px;
  padding-bottom: 20px;
}
/*  NAVBARS */
.navbar-top .nav > li:first-child {
  border-left: none;
}
.navbar-top .nav > li:last-child {
  background-color: #6a4899;
  border-right: none;
}
.navbar-top .nav > li {
  border-left: 1px solid #034f60;
  border-right: 1px solid #4f8caa;
}
.navbar-top .nav > li > a {
  background-color: transparent;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  padding-bottom: 0;
  padding-top: 0;
}
.navbar-top .nav > li > a:hover {
  background-color: #fff;
  color: #06708a;
}
.navbar-top,
.navbar-main,
.navbar-login {
  margin: 0;
  padding: 0;
}
.navbar-login {
  display: none;
  position: absolute;
  top: 135px;
  white-space: nowrap;
  width: 100%;
  z-index: 9999;
}
.navbar-login .navbar {
  margin-bottom: 0px;
  max-height: 52px;
  min-height: 52px;
  padding: 5px 0;
}
.navbar-login .form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #e8e8e8;
  border: 0;
  border-radius: 0;
  color: #898989;
  height: 26px;
}
.navbar-login select.input-sm {
  line-height: 20px;
}
.navbar-login .navbar-default {
  background-color: rgba(0, 0, 0, 0.7);
  border: 0;
  border-radius: 0;
}
.navbar-login .navbar-right {
  margin-top: 6px;
}
.navbar-login .btn-success {
  background-color: #00a6b1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 0;
  border-color: #00a6b1;
  border-top-left-radius: 0;
  border-top-right-radius: 10px;
  color: #fff;
  font-weight: 300;
  height: 26px;
  padding: 0 25px;
}
.navbar-main .navbar-default {
  background-color: #fff;
  border-bottom: 5px solid #d9d9d9;
  margin: 0;
}
.navbar-main .navbar-left > li > a {
  line-height: 30px;
  /*padding: 10px 12px;*/
  padding: 10px 6px;
}
.navbar-main .navbar-right > li > a {
  padding: 5px 1px;
}
.navbar-main .btn-info {
  background-color: #00a6b1;
  border-radius: 0;
  color: #ffffff;
  margin-top: 6px;
}
.navbar-main .navbar-nav > li > a {
  background-color: transparent;
  color: #787878;
  font-size: 13.5px;
  z-index: 2;
}
.navbar-main .navbar-right .fa-inverse {
  color: #ffffff;
}
.navbar-main .navbar-right .fa-stack-2x {
  color: #6a4899;
}
.navbar-main .navbar-nav > .active > a,
.navbar-main .navbar-nav > .active > a:focus,
.navbar-main .navbar-nav > .active > a:hover,
.navbar-main .navbar-nav > li > a:hover {
  background-color: #fff;
  background-position: center 100%;
  background-repeat: no-repeat;
  color: #6d3e8f;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: #fff;
  color: #6d3e8f;
}
.navbar-main .navbar-nav li.open:after,
.navbar-main .navbar-nav li.open:before {
  border: solid transparent;
  bottom: 0%;
  content: ' ';
  height: 0px;
  margin-bottom: -32px;
  pointer-events: none;
  position: absolute;
  width: 0px;
  z-index: 999999999;
}
.navbar-main .navbar-nav li.open:after {
  border-top-color: #fff;
  border-width: 16px;
  margin-left: 65px;
  z-index: 1;
}
.navbar-main .navbar-nav li.open:before {
  border-width: 16px;
  margin-left: 65px;
  z-index: 1;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  margin-top: -5px;
}
.navbar-main .navbar-brand {
  padding: 0 0 0 10px;
}
.navbar-main .navbar-brand > img {
  max-height: 60px;
}
.navbar-main .navbar-nav > li > .dropdown-menu {
  margin-top: 4px;
}
ul ul .border,
.dropdown-menu-large .border {
  border-left: solid 1px #fff;
}
ul ul .frase,
.dropdown-menu-large .frase {
  color: #fff;
  display: inline-block;
  float: none;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 34px;
  margin-top: 10px;
  padding: 15px 0 15px 15px;
  vertical-align: middle;
}
.dropdown-large {
  position: static;
}
.dropdown-menu-large {
  background-color: rgba(0, 0, 0, 0.7);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-left: 4%;
  margin-right: 4%;
  min-width: 1170px;
  padding: 20px 0px 10px 0;
}
ul ul,
.dropdown-menu-large > li > ul {
  margin: 0;
  padding: 0 35px 20px 35px;
}
ul ul > li .dropdown-menu-large > li > ul > li {
  color: #fff;
  list-style: list-item;
  list-style-type: disc;
}
ul ul > li > a,
.dropdown-menu-large > li > ul > li > a {
  clear: both;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 300;
  padding: 3px 5px;
}
ul ul > li > a:hover,
ul ul > li > li:active,
ul ul > li > li > a:focus,
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li:active,
.dropdown-menu-large > li ul > li > a:focus {
  background-color: transparent;
  color: #02c1d2;
  text-decoration: none;
}
ul ul .disabled > a,
ul ul .disabled > a:hover,
ul ul .disabled > a:focus,
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}
ul ul .disabled > a:hover,
ul ul .disabled > a:focus,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  text-decoration: none;
}
ul ul .dropdown-header,
.dropdown-menu-large .dropdown-header {
  color: #428bca;
  font-size: 18px;
}
.redesHeader a:hover .fa-circle {
  color: #00a6b1;
  transition: 500ms;
}
.redesHeader a:hover,
.footer-social a:hover {
  text-decoration: none;
}
.footer-social a:hover .fa-circle {
  color: #6a4899;
}
/* radio  */
label.btn span {
  font-size: 1.5em;
}
label input[type='radio'] ~ i.fa.fa-circle-o {
  color: #c8c8c8;
  display: inline;
}
label input[type='radio'] ~ i.fa.fa-dot-circle-o {
  display: none;
}
label input[type='radio']:checked ~ i.fa.fa-circle-o {
  display: none;
}
label input[type='radio']:checked ~ i.fa.fa-dot-circle-o {
  color: #7aa3cc;
  display: inline;
}
label:hover input[type='radio'] ~ i.fa {
  color: #7aa3cc;
}
label input[type='checkbox'] ~ i.fa.fa-square-o {
  color: #c8c8c8;
  display: inline;
}
label input[type='checkbox'] ~ i.fa.fa-check-square-o {
  display: none;
}
label input[type='checkbox']:checked ~ i.fa.fa-square-o {
  display: none;
}
label input[type='checkbox']:checked ~ i.fa.fa-check-square-o {
  color: #7aa3cc;
  display: inline;
}
label:hover input[type='checkbox'] ~ i.fa {
  color: #7aa3cc;
}
div[data-toggle='buttons'] label.active {
  color: #7aa3cc;
}
div[data-toggle='buttons'] label {
  background-color: none;
  border: 0px solid #c8c8c8;
  border-radius: 3px;
  color: #c8c8c8;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 2em;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  vertical-align: top;
  white-space: nowrap;
}
div[data-toggle='buttons'] label:hover {
  color: #7aa3cc;
}
div[data-toggle='buttons'] label:active,
div[data-toggle='buttons'] label.active {
  box-shadow: none;
}
input[type='radio']:after {
  background-color: #ebebeb;
  border: 3px solid #ebebeb;
  border-radius: 15px;
  content: '';
  display: inline-block;
  height: 15px;
  left: -1px;
  position: relative;
  top: -2px;
  visibility: visible;
  width: 15px;
}
input[type='radio']:checked:after {
  background-color: #6d3e8f;
  border: 3px solid #ebebeb;
  border-radius: 15px;
  content: '';
  display: inline-block;
  height: 15px;
  left: -1px;
  position: relative;
  top: -2px;
  visibility: visible;
  width: 15px;
}
/*  ------------------------------------------------  */
.div-proveedor,
.div-empresa,
.div-beneficiario,
.div-btn-ingresar,
.div-usuario {
  float: left;
}
/*  ------------------------------------------------  */
/*  carousel  HOME  */
.carousel-caption .gris {
  color: #787878;
}
.carousel-caption {
  color: #fff;
  left: 5%;
  margin-bottom: 70px;
  max-width: 380px;
  padding: 20px;
  right: auto;
  text-align: left;
}
.carousel-caption h4,
.carousel-caption h3 {
  font-size: 46px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  text-shadow: none;
}
.carousel-caption p {
  font-size: 16px;
  padding: 0;
  text-shadow: none;
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
.carousel-indicators li {
  border: solid 2px #00a6b1;
}
.carousel-indicators .active {
  background-color: #00a6b1;
  border-color: #00a6b1;
}
.carousel-indicators + .carousel-inner .item.active > a > img {
  margin: 0 auto;
}
.carousel-caption .btn-default .gris,
.carousel-caption .btn-success .gris {
  border-color: #787878;
  color: #787878;
}
.carousel-caption .btn-default,
.carousel-caption .btn-success {
  background-color: transparent;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 10px;
  border-color: #fff;
  border-left: none;
  border-top: none;
  border-top-right-radius: 0px;
  color: #fff;
  text-align: right;
  width: 100%;
}
.modelo_slide img {
  position: relative;
  z-index: -1;
}
.modelo_caption:before {
  background-color: transparent;
  content: '';
}
.derecha .carousel-caption {
  left: unset;
  right: 5%;
}
/*  ---------------------------------------  */
/* CARTILLAS */
#cartillas-active {
  color: #0099aa;
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0 20px 15px;
}
.form-control.cartillas {
  background-color: #0099aa;
  border-radius: 0;
  color: #fff;
  font-weight: 300;
  letter-spacing: 1px;
}
.cartillas-list .item {
  background-color: #fff;
  border: solid 1px #c8c8c8;
  margin-bottom: 10px;
  padding: 10px;
}
.cartillas-list .border {
  align-items: center;
  border: 0 !important;
  border-left: solid 14px #0099aa !important;
  display: flex;
  height: 100%;
}
.cartillas-list .item p {
  color: #787878;
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 0 15px;
}
.cartillas-list .item .btn-success {
  background-color: #6d3e91;
  border-color: #6d3e91;
  border-radius: 25px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 1px;
  margin-top: 3px;
  padding: 5px 20px;
  text-transform: uppercase;
}
/*  ---------------------------------------  */
.destacados {
  padding: 70px 0;
}
.destacados p {
  color: #144c56;
  letter-spacing: -1px;
  margin: 20px 0;
}
.institucional .btn-video-ospe {
  margin-left: 180px;
  margin-top: 180px;
}
#videoModal .modal-content {
  background-color: #000;
  color: #fff;
}
#videoModal iframe {
  border: 0;
}
#videoModal .close {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  opacity: 0.9;
  text-shadow: none;
}
.institucional .mision h2,
.institucional .vision h2,
.institucional .valores h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 300;
}
.institucional .mision p,
.institucional .vision p,
.institucional .valores p {
  margin-top: 20px;
  width: 90%;
}
.institucional .mision strong {
  font-weight: 600;
}
.institucional .valores h3 {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}
.institucional .mision,
.institucional .vision {
  border-color: #fff;
  margin-bottom: 30px;
  min-height: 200px;
}
.institucional .valores {
  border-color: #fff;
  margin-bottom: 30px;
  min-height: 200px;
}
.institucional .mision {
  background: #009aab url('img/bg-acerca-items.png') no-repeat right top;
  color: #ffffff;
  padding: 20px 30px;
  transform: translate3d(0, 0, 0);
}
.institucional .vision {
  background: #6d3e8f url('img/bg-acerca-items.png') no-repeat right top;
  color: #ffffff;
  padding: 20px 30px;
  transform: translate3d(0, 0, 0);
}
.institucional .valores {
  background: #02c1d2 url('img/bg-acerca-items.png') no-repeat right top;
  color: #ffffff;
  padding: 20px 30px;
}
/* NOVEDADES */
.novedades .btn-success {
  background-color: #00a6b1;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #00a6b1;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
  margin-right: 50px;
  padding-bottom: 15px;
}
/*   AFILIETE HOME */
.afiliate-home {
  border-bottom: 5px solid #d9d9d9;
}
.afiliate-home .txt {
  padding: 42px 42px 42px 75px;
}
.afiliate-home .txt h1 {
  color: #06708b;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 0;
  margin-top: 30px;
  padding: 0;
}
.afiliate-home .txt h2 {
  color: #00a6b1;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
}
.afiliate-home .txt p {
  color: #787878;
  font-size: 12px;
}
.afiliate-home .bg {
  background-image: url('img/bg-afiliate-home.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 220px;
}
.afiliate-home .btn-success {
  background-color: #00a6b1;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #00a6b1;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  bottom: 0;
  color: #fff;
  position: absolute;
}
/*   ------------------------------------------------- */
.contactos-home .data {
  padding-top: 7px;
}
.contactos-home .derecha,
.contactos-home .izquierda {
  padding: 10px 70px;
}
.contactos-home .izquierda {
  background-color: #6a4899;
  color: #fff;
}
.contactos-home .derecha {
  background-color: #ffffff;
  color: #6a4899;
}
.contactos-home img {
  margin-right: 20px;
}
.contactos-home .tel {
  font-size: 20px;
  letter-spacing: 1px;
}
/*   ------------------------------------------------- */
/*    ospe-form     */
.wpcf7-form .form-control,
#ospe-form .form-control,
.arrepentimiento-de-compra .form-control {
  box-shadow: none;
  color: #787878;
}
.wpcf7-form .btn-success,
#ospe-form .btn-success,
.page-solicitud-de-arrepentimiento .btn-success,
.wpcf7-form .btn-success:hover,
#ospe-form .btn-success:hover,
.custom-form .btn-success,
.custom-form .btn-success:hover {
  background-color: #00a6b1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 0;
  border-color: #00a6b1;
  border-right: solid 8px #6d3e8e;
  border-top-left-radius: 10px;
  border-top-right-radius: 0;
  color: #fff;
  margin-top: 15px;
  padding-left: 25px;
  padding-right: 30px;
  text-transform: uppercase;
}
.wpcf7-form .btn-default,
#ospe-form .btn-default {
  background-color: #c8c8c8;
  border-color: #c8c8c8;
  color: #fff;
}
.wpcf7-form .btn-file,
#ospe-form .btn-file {
  overflow: hidden;
  position: relative;
}
.wpcf7-form .btn-file input[type='file'],
#ospe-form .btn-file input[type='file'] {
  background: white;
  cursor: inherit;
  display: block;
  filter: alpha(opacity=0);
  font-size: 100px;
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  outline: none;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
}
.wpcf7-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #787878;
}
.wpcf7-form:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #787878;
}
.wpcf7-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #787878;
}
.wpcf7-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #787878;
}
#ospe-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #787878;
}
#ospe-form:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #787878;
}
#ospe-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #787878;
}
#ospe-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #787878;
}
/*   ------------------------------------------------- */
/*    PORQUE ELEGIRNOS      */
.por-que-elegirnos .media {
  margin-bottom: 25px;
}
.por-que-elegirnos .media-body {
  vertical-align: middle;
}
.por-que-elegirnos .media-body .media-heading {
  font-size: 16px;
  font-weight: 300;
}
.por-que-elegirnos .media-body .media-heading strong {
  color: #0099aa;
  font-size: 1.1em;
  font-weight: 700;
}
/*   ------------------------------------------------- */
/*    NUESTROS AFILIADOS      */
.nuestros-afiliados img {
  border-bottom-right-radius: 20px;
  border-left: solid 9px #6d3e8f;
  border-top-right-radius: 20px;
}
.nuestros-afiliados .contenido h1 {
  background-color: #009aab;
  border-bottom-left-radius: 10px;
  border-right: solid 9px #6d3e8f;
  border-top-left-radius: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 10px 10px 20px;
  text-align: left;
}
.nuestros-afiliados .contenido h2 {
  color: #6d3e90;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  padding-bottom: 8px;
}
/*   ------------------------------------------------- */
/*    REQUISITOS AFILIACION    */
.requisitos-de-afiliacion .contenido h1 {
  background-color: #009aab;
  border-bottom-left-radius: 10px;
  border-right: solid 9px #6d3e8f;
  border-top-left-radius: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 10px 10px 20px;
  text-align: left;
}
.requisitos-de-afiliacion .contenido h2:first_child {
  margin-top: 0;
}
.requisitos-de-afiliacion .contenido h2 {
  color: #6d3e90;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  padding-bottom: 8px;
}
.requisitos-de-afiliacion .contenido h3 {
  color: #009aab;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.requisitos-de-afiliacion .contenido h5 {
  color: #6d3e90;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  padding-bottom: 8px;
}
.requisitos-de-afiliacion .contenido p small {
  color: #00a6b1;
}
.requisitos-de-afiliacion .btn-success,
.requisitos-de-afiliacion .btn-success:focus {
  background-color: #00a6b1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 0;
  border-color: #00a6b1;
  border-right: solid 8px #6d3e8e;
  border-top-left-radius: 10px;
  border-top-right-radius: 0;
  color: #fff;
  padding-left: 25px;
  padding-right: 30px;
  text-transform: uppercase;
}
.requisitos-de-afiliacion .collapsed {
  color: #6d3e8e;
}
/*   ------------------------------------------------- */
.terminales-de-autoservicio h4 {
  color: #0099aa;
  font-size: 20px;
  font-weight: 300;
}
.terminales-de-autoservicio h4 strong {
  font-weight: 700;
}
.terminales {
  border: solid 1px #c8c8c8;
  margin-top: 20px;
  padding: 10px 30px;
}
.terminales h2 {
  color: #787878;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.terminales .listado {
  height: 300px;
  margin-bottom: 15px;
  overflow-y: scroll;
}
.terminales .listado .item {
  border-bottom: solid 1px #c8c8c8;
  color: #787878;
  margin: 0 30px 0 0;
}
.terminales .listado .item:last_child {
  border-bottom: none;
}
.terminales .listado .item h3 {
  color: #6d3e8f;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 0;
  text-transform: uppercase;
}
#scroll-1::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
#scroll-1::-webkit-scrollbar {
  background-color: #e0e0e0;
  width: 5px;
}
#scroll-1::-webkit-scrollbar-thumb {
  background-color: #0099aa;
}
/*   ------------------------------------------------- */
/* FORMAS DE PAGO */
.formas-de-pago .fin {
  height: 30px;
  width: 100%;
}
.formas-de-pago h2 {
  color: #0098a9;
  font-size: 22px;
  font-weight: 400;
}
.pagos-listado li {
  display: inline-block;
  margin-bottom: 10px;
  min-width: 100px;
  text-align: center;
}
.formas-de-pago .img-fdp {
  min-height: 60px;
}
.formas-de-pago .img-fdp-xs {
  max-width: 80px;
}
.formas-de-pago .pagos-listado a {
  color: inherit;
}
.formas-de-pago .pagos-listado p {
  font-size: 13px;
}
.pagos-listado ul li {
  display: inline-block;
}
.formas-de-pago .pagos-listado ul li img {
  display: block;
  max-width: 65px;
}
.row-pago-electronico .tab-content {
  margin-top: 30px;
}
.formas-de-pago .tab-content {
  margin-top: 0;
}
.pagos-listado li {
  padding-right: 0;
}
.formas-de-pago .tab-content > .tab-pane {
  border-bottom: 1px solid #6d3e8c;
  padding-bottom: 30px;
}
#pago-electronico .tab-content > .tab-pane {
  border: none;
}
#pago-electronico .tab-content {
  margin-top: 30px;
  min-height: auto;
}
#pago-electronico .tab-content > .tab-pane {
  background-image: none;
  height: auto;
}
.formas-de-pago .nav-tabs {
  border-bottom: none;
}
.formas-de-pago .nav-tabs li a {
  border: none;
  border: solid 1px #cccccc;
  color: #666666;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 4px;
  padding: 10px;
}
.formas-de-pago .nav-tabs li a:hover {
  background-color: transparent;
  color: #0097a8;
}
.formas-de-pago .nav-tabs li a.active,
.formas-de-pago .nav-tabs li a:active,
.formas-de-pago .nav-tabs li a:focus,
.formas-de-pago .nav-tabs li a:hover {
  background-color: #dddddd;
  border: none;
  border: solid 1px #cccccc;
  color: #0097a8;
}
.formas-de-pago .tab-content img {
  margin-top: 10px;
  max-height: 60px;
}
/*   ------------------------------------------------- */
.panel-default {
  border: 0;
  border-bottom: solid 1px #e1e1e1;
  box-shadow: none;
}
.panel-default > .panel-heading {
  background-color: transparent;
  border-color: transparent;
  color: #e1e1e1;
  font-size: 16px;
  font-weight: 700;
  padding: 15px;
}
.panel-title > .small,
.panel-title > small {
  color: #e1e1e1;
}
.panel-title > .small > a,
.panel-title > a,
.panel-title > small > a {
  color: #787878;
  display: -webkit-box;
  display: inline-block;
  font-weight: 600;
  margin-left: 20px;
  /* also IE magic, set this if it's not inline */
  width: 92%;
  /* All good browsers */
  zoom: 1;
}
.panel-title .glyphicon {
  float: left;
}
/*    PREGUNTAS FRECUENTES    */
.preguntas-frecuentes .contenido h2 {
  color: #00a5b0;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  margin-top: 30px;
}
.preguntas-frecuentes .contenido h5 {
  color: #6d3e90;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  padding-bottom: 8px;
}
.preguntas-frecuentes.contenido p small {
  color: #00a6b1;
}
.preguntas-frecuentes .btn-success {
  background-color: #00a6b1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 0;
  border-color: #00a6b1;
  border-right: solid 8px #6d3e8e;
  border-top-left-radius: 10px;
  border-top-right-radius: 0;
  color: #fff;
  padding-left: 25px;
  padding-right: 30px;
  text-transform: uppercase;
}
/*   ------------------------------------------------- */
/*    NUESTRO PLANES    */
.nuestros-planes .contenido h5 {
  color: #6d3e90;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  padding-bottom: 8px;
}
.nuestros-planes .contenido p small {
  color: #00a6b1;
}
.nuestros-planes .btn-success {
  background-color: #00a6b1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 0;
  border-color: #00a6b1;
  border-right: solid 8px #6d3e8e;
  border-top-left-radius: 10px;
  border-top-right-radius: 0;
  color: #fff;
  padding-left: 25px;
  padding-right: 30px;
  text-transform: uppercase;
}
/*   ------------------------------------------------- */
/*  PLAN    */
.plan .contenido h2 {
  color: #6d3e90;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  padding-bottom: 8px;
}
.plan .contenido h3 {
  color: #009aab;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 0;
}
/*   ------------------------------------------------- */
/*  DELEGACIONES    */
#map {
  height: 600px;
  width: 100%;
  /* margin-bottom: 120px; */
}
.maps .item h3 {
  color: #6d3e8f;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 0;
  text-transform: uppercase;
}
.maps .item p {
  font-size: 11px;
  margin: 0 0 5px;
}
.menu-delegaciones {
  left: 0;
  max-width: 420px;
  position: relative;
  top: 25px;
  z-index: 1;
}
.menu-delegaciones h4 {
  color: #0099aa;
  font-size: 20px;
  font-weight: 300;
}
.menu-delegaciones h4 strong {
  font-weight: 700;
}
.items-delegaciones {
  background-color: #fff;
  border: solid 1px #c8c8c8;
  margin-top: 20px;
  padding: 10px 20px;
}
.items-delegaciones h2 {
  color: #787878;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.items-delegaciones .listado {
  height: 400px;
  margin-bottom: 15px;
  overflow-y: scroll;
}
.items-delegaciones .listado .item button,
.items-delegaciones .listado .item button.btn-link {
  color: inherit;
  cursor: default;
  text-align: left;
  text-decoration: none;
}
.items-delegaciones .listado .item {
  border-bottom: solid 1px #c8c8c8;
  color: #787878;
  margin: 0 0 10px 0;
}
.items-delegaciones .listado .item:last_child {
  border-bottom: none;
}
.items-delegaciones .listado .item p {
  font-size: 13px;
  font-weight: 300;
  margin: 0 0 8px;
}
.items-delegaciones .listado .item td {
  padding-right: 5px;
  vertical-align: top;
}
.items-delegaciones .listado .item img {
  vertical-align: top;
}
.items-delegaciones .listado .item h3 {
  color: #6d3e8f;
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  /* margin-bottom: 0; */
}
#scroll-del::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
#scroll-del::-webkit-scrollbar {
  background-color: #e0e0e0;
  width: 5px;
}
#scroll-del::-webkit-scrollbar-thumb {
  background-color: #0099aa;
}
#page\ post-4045 > div.container.contenido > div.col-md-3 > div > li {
  list-style-type: none;
}
/*   ------------------------------------------------- */
/*  TRAMITES ONLINE    */
.tramites-online .page-content a {
  color: #6d3e91;
  font-weight: 700;
  text-decoration: underline;
}
.tramites-online .listado a {
  color: inherit;
  font-weight: 300;
  padding: 2px 0;
  text-align: left;
}
.tramites-online h2 {
  color: #00a5b0;
  font-size: 19px;
  font-weight: 300;
  margin-bottom: 30px;
  margin-top: 10px;
}
.linkCupon {
  display: inline-block;
  overflow: hidden;
  transition: 500ms;
  vertical-align: middle;
  width: 0;
}
.linkCupon.slideHorizontal {
  transition: 500ms;
  width: 180px;
}
.linkCupon a {
  color: white;
  padding: 0 10px;
  text-decoration: underline;
  transition: 500ms;
}
.linkCupon a:hover {
  color: #00a6b1;
  transition: 500ms;
}
.recuadroTemaSalud {
  border-top-left-radius: 27px;
  border-top-right-radius: 27px;
  overflow: hidden;
}
.recuadroTemaSalud img {
  height: 140px;
  max-width: unset;
  width: auto;
}
.afipCod {
  left: -30px;
  padding-top: 10px;
  position: relative;
}
.afipCod img {
  width: 50px;
}
.cuponMenu {
  display: none;
}
/*   ------------------------------------------------- */
/*  PREVENCION    */
.prevencion .contenido h2 {
  color: #6d3e90;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  padding-bottom: 8px;
}
.prevencion .contenido .btn-success,
.prevencion .contenido .btn-success:focus,
.programas-de-prevencion .contenido .btn-success,
.prevencion .contenido .btn-success:focus {
  background-color: #6d3e91;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 10px;
  border-color: #6d3e91;
  border-top-left-radius: 0;
  border-top-right-radius: 10px;
  color: #fff;
  float: right;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}
/*   ------------------------------------------------- */
/*   ------------------------------------------------- */
/*  RRHH    */
.rrhh .contenido h2 {
  color: #00a5b0;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  margin-top: 30px;
}
.rrhh .contenido h5 {
  color: #6d3e90;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  padding-bottom: 8px;
}
.rrhh .contenido p small {
  color: #00a6b1;
}
.rrhh .btn-success {
  background-color: #00a6b1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 0;
  border-color: #00a6b1;
  border-right: solid 8px #6d3e8e;
  border-top-left-radius: 10px;
  border-top-right-radius: 0;
  color: #fff;
  padding-left: 25px;
  padding-right: 30px;
  text-transform: uppercase;
}
/*   ------------------------------------------------- */
/*  PREVENCION    */
.urgencias-y-emergencias .contenido h2 {
  color: #6d3e90;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  padding-bottom: 8px;
}
.urgencias-y-emergencias .contenido h1 {
  background-color: #009aab;
  border-bottom-left-radius: 10px;
  border-right: solid 9px #6d3e8f;
  border-top-left-radius: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 10px 10px 10px 20px;
  text-align: left;
}
.urgencias-y-emergencias .contenido .derecha p span {
  background-color: #02c1d2;
  border-radius: 50%;
  color: #fff !important;
  display: inline-block;
  margin-right: 12px;
  padding: 3px 10px;
}
.urgencias-y-emergencias .contenido hr {
  margin-bottom: 16px;
  margin-top: 8px;
}
/*   ------------------------------------------------- */
/*  GESTION DE AUTORIZACIONES    */
.gestion-de-autorizaciones .media-body {
  vertical-align: middle;
}
.gestion-de-autorizaciones .media-body .media-heading {
  color: #6d3e90;
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 0;
  padding-bottom: 8px;
}
.gestion-de-autorizaciones h2 {
  color: #6d3e90;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  padding-bottom: 8px;
}
.gestion-de-autorizaciones .contenido h1 {
  background-color: #009aab;
  border-bottom-left-radius: 10px;
  border-right: solid 9px #6d3e8f;
  border-top-left-radius: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 10px 10px 10px 20px;
  text-align: left;
}
.gestion-de-autorizaciones .contenido hr {
  margin-top: 8px;
}
.bg-img-page {
  background-image: url(img/bg-page.png);
  background-position: right center;
  background-repeat: no-repeat;
  min-height: 220px;
}
.bg-page {
  background: url(img/linea-page.png) bottom left no-repeat;
  display: table-cell;
  height: 200px;
  vertical-align: bottom;
  width: 211px;
}
/* CONTACTO */
.canales-de-contacto .media {
  margin-bottom: 25px;
}
.canales-de-contacto .media-body {
  vertical-align: middle;
}
.canales-de-contacto .media-body .media-heading {
  border-bottom: 1px solid #6d3e90;
  color: #6d3e90;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  padding-bottom: 8px;
}
.canales-de-contacto .media-middle {
  vertical-align: top;
}
.canales-de-contacto .item {
  margin-bottom: 60px;
}
.canales-de-contacto .vinculo {
  color: #6d3e90;
  font-size: 18px;
  font-weight: 300;
}
.canales-de-contacto .vinculo::before {
  border-bottom: 1px solid #6d3e90;
  border-bottom-right-radius: 10px;
  border-right: 1px solid #6d3e90;
  bottom: inherit;
  content: ' ';
  height: 30%;
  position: absolute;
  right: -1px;
  top: 13px;
  width: 100%;
}
.canales-de-contacto .btn-ver {
  color: #009aab;
  font-weight: 800;
}
.post h1 {
  color: #009aab;
  font-size: 30px;
}
.post p {
  font-weight: 300;
}
.post h2 {
  font-size: 20px;
  font-weight: 400;
}
.post h2,
.post h3,
.post h4 {
  color: #6d3e91;
}
.post .post-social {
  margin: 15px 0;
}
.post .post-social a:hover {
  text-decoration: none;
}
.post .post-social .fa-inverse {
  color: #ffffff;
}
.post .post-social .fa-stack-2x {
  color: #b9b9b9;
}
.post .relacionadas a {
  display: block;
  overflow: hidden;
}
.post .relacionadas h1 {
  font-size: 20px;
}
.post .relacionadas h2 {
  /* font-size: 16px;*/
  color: #006f90;
}
.post .relacionadas hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  margin-top: 30px;
}
.post .relacionadas img {
  border: 0;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.nopadding {
  padding: 0;
}
.nomargin {
  margin: 0;
}
.vcenter {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
#form-modal .txt-form {
  font-size: 12px;
}
#form-modal .modal-title {
  color: #00a5b9;
  font-size: 50px;
  font-weight: 200;
  letter-spacing: -1px;
  line-height: 45px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.ih-item.square {
  border: none;
  box-shadow: none;
  height: 100%;
  width: 100%;
}
.ih-item.square.effect7 .info h3 {
  background: transparent;
  font-size: 30px;
  margin: 60px 0 0 0;
}
.ih-item.square.effect13 .info.mask1,
.ih-item.square.effect13 .info.mask2 {
  background: #465a73;
  background: rgba(70, 90, 115, 0.6);
}
.ih-item.square.effect13 .info {
  background: #465a73;
  background: rgba(70, 90, 115, 0.6);
}
.ih-item.square.effect13 .info span {
  background: transparent;
  color: #00ffff;
  font-size: 37px;
  font-weight: 600;
  margin: 60px 0 0 0;
  text-align: center;
}
.ih-item.square.effect13 .info h3 {
  background: transparent;
  font-size: 37px;
  font-weight: 300;
  margin: 40px 0 0 0;
}
.ih-item.square.effect13 .info p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  padding: 0;
}
.ih-item img {
  border: solid 2px #000;
  border-radius: 5px;
}
.nivo-lightbox-theme-default .nivo-lightbox-image img {
  border: solid 2px #000;
  border-radius: 5px;
}
.swiper-container {
  height: 300px;
  margin: 20px auto;
  width: 100%;
}
.swiper-slide {
  align-items: center;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  font-size: 18px;
  justify-content: center;
  text-align: center;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background: none;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.swiper-button-next,
.swiper-button-prev {
  height: 30px;
  width: 20px;
}
/* Animation Timers
---------------------------------*/
.delay-02s {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}
.delay-03s {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}
.delay-04s {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}
.delay-05s {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}
.delay-06s {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}
.delay-07s {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}
.delay-08s {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
.delay-09s {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}
.delay-1s {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.delay-12s {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}
.tercermenu {
  padding: 0;
}
.mediano h4,
.mediano h3 {
  font-size: 40px;
}
.chico h4,
.chico h3 {
  font-size: 35px;
}
.carousel-caption:before {
  background-color: #333;
  content: '';
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.cuadroPost {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .content-menu-delegaciones {
    /*top: 420px;*/
    left: 150px;
    position: absolute;
  }
}
@media only screen and (min-width: 426px) and (max-width: 991px) {
  .cuadroPost {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .copete-delegaciones {
    font-size: 14px;
    width: 100%;
  }
  .menu-delegaciones {
    max-width: 100%;
    /* top: 0;
        left: 10px; */
  }
  /* #provincias {
        margin-top: 20px;
    } */
  .panel-title > .small > a,
  .panel-title > a,
  .panel-title > small > a {
    width: 85%;
  }
  .div-proveedor,
  .div-empresa,
  .div-beneficiario,
  .div-btn-ingresar,
  .div-usuario {
    clear: both;
    display: block;
    width: 100%;
  }
  .navbar-login select.input-sm {
    display: block;
    width: 100%;
  }
  .page .copete,
  .page .copete p {
    width: 100%;
  }
  footer p {
    margin: 0 15px;
  }
  ul ul,
  .dropdown-menu-large {
    margin-left: 0;
    margin-right: 0;
    padding: 0 35px 0px 35px;
    width: 100%;
  }
  ul ul > li,
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  ul ul > li:last-child,
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  ul ul .dropdown-header,
  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px;
  }
  ul ul .frase,
  .dropdown-menu-large .frase {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
  }
  ul ul > li > ul > li > a,
  .dropdown-menu-large > li > ul > li > a {
    color: #333;
  }
  .tercermenu {
    padding-left: 15px;
    padding-right: 15px;
  }
  /*  responsive  */
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-top: 5px;
  }
  .navbar-main .navbar-brand > img {
    max-width: 210px;
  }
  .navbar-main .navbar-default {
    border-bottom: 3px solid #d9d9d9;
  }
  .navbar-main {
    min-height: 80px;
    padding: 0 0;
  }
  .navbar-nav .open .dropdown-menu {
    padding: 5px 0px;
  }
  ul ul > li,
  .dropdown-menu-large > li {
    margin-bottom: 0px;
  }
  .navbar-main .navbar-nav > li > .dropdown-menu {
    max-height: 285px;
  }
  ul ul > li > ul,
  .dropdown-menu-large > li > ul {
    padding: 0 40px 0 40px;
  }
  .navbar-main .navbar-default .navbar-nav > li > a {
    color: #fff;
    margin: 0 5px;
    padding: 8px 10px;
  }
  .navbar-main .navbar-default .navbar-nav > .active > a,
  .navbar-main .navbar-default .navbar-nav > .active > a:focus,
  .navbar-main .navbar-default .navbar-nav > .active > a:hover,
  .navbar-main .navbar-default .navbar-nav > li > a:hover {
    background-color: #6d3e8f;
    color: #fff;
  }
  ul ul > li > ul > li,
  .dropdown-menu-large > li > ul > li {
    margin-left: 20px;
  }
  ul ul > li > ul > li > a,
  .dropdown-menu-large > li > ul > li > a {
    color: #fff;
  }
  footer .footer-social {
    margin-top: 15px;
    text-align: left;
  }
  .bg-page {
    display: none;
  }
  .contacto-web .bg-contenido {
    background-image: none;
  }
  .afiliate-home {
    border-bottom: 3px solid #d9d9d9;
  }
  .contactos-home .derecha,
  .contactos-home .izquierda {
    padding: 10px 15px;
  }
  .institucional .btn-video-ospe {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
  .institucional .mkt .col-md-6 {
    width: 100%;
  }
  .li-movil {
    display: inline-block;
  }
  .nav-movil-login {
    margin-bottom: 0;
    padding: 0;
  }
  .navbar-login {
    top: 91px;
  }
  .navbar-main .navbar-default {
    border-bottom: 0;
  }
  .navbar-main .btn-info {
    margin-top: 0;
  }
  .nav-movil-login .btn-info {
    margin: 0;
  }
  .prevencion .contenido .btn-success {
    display: block;
    float: none;
  }
  #map {
    height: 320px;
    margin-bottom: 0;
  }
  .content-menu-delegaciones {
    position: relative;
  }
  .items-delegaciones .listado {
    height: 160px;
  }
  .contacto .media-body .media-heading {
    background-position: left bottom;
  }
  .formas-de-pago .tab-content > .tab-pane {
    background-image: none;
    height: auto;
    min-height: auto;
  }
  .navbar-main .navbar-default .navbar-nav > .active > a,
  .navbar-main .navbar-default .navbar-nav > .active > a:focus,
  .navbar-main .navbar-default .navbar-nav > .active > a:hover,
  .navbar-main .navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #00a6b1;
  }
  .navbar-default .navbar-nav > .open > a {
    background-color: transparent;
    color: #00a6b1;
  }
  .form-inline {
    float: none;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .navbar-main .navbar-brand > img {
    height: 50px;
    max-height: 45px;
  }
  .navbar-main .navbar-left > li > a {
    padding: 10px 5px;
  }
  footer p {
    margin: 0 15px;
  }
  .navbar-top .nav > li > a {
    font-size: 12px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  header .ico-top {
    margin-right: 5px;
    margin-top: 5px;
    max-height: 18px;
  }
  header p {
    font-size: 11px;
    line-height: 30px;
    margin-right: 5px;
  }
  header .tel {
    display: inline;
    font-size: 12px;
  }
  header .navbar-top .nav > li > a {
    padding: 0 6px;
  }
  .contacto .media-body .media-heading {
    background-position: left bottom;
  }
  .navbar-main .navbar-brand > img {
    max-width: 130px;
  }
  .navbar-main .navbar-default .navbar-nav > li > a {
    color: #787878;
    margin: 0 1px;
    padding: 8px 2px;
    /*text-transform: uppercase;*/ /*SE COMENTA LINEA Y SE CORRIGE MAYUSCULAS DESDE MENU DE WP*/
  }
  .navbar-main .navbar-default .navbar-nav > .active > a,
  .navbar-main .navbar-default .navbar-nav > .active > a:focus,
  .navbar-main .navbar-default .navbar-nav > .active > a:hover,
  .navbar-main .navbar-default .navbar-nav > li > a:hover {
    /*color: #6d3e8f;*/
    background-color: #fff;
    color: #009bac;
  }
  ul ul .frase,
  .dropdown-menu-large .frase {
    color: #fff;
    font-size: 26px;
    line-height: 24px;
  }
  .dropdown-menu-large {
    max-width: 767px;
    min-width: 768px;
  }
  ul ul > li > a,
  .dropdown-menu-large > li > ul > li > a {
    font-size: 14px;
    padding: 1px 2px;
  }
  .navbar-main .navbar-left > li > a {
    padding: 10px 10px;
  }
  #map {
    height: 420px;
    margin-bottom: 0;
  }
  .content-menu-delegaciones {
    position: relative;
    top: 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .navbar-login select.input-sm {
    display: inline;
  }
  .navbar-main .navbar-brand > img {
    height: 60px;
    margin-top: 5px;
    max-height: 60px;
  }
  .contactos-home p {
    font-size: 14px;
  }
  .afiliate-home .txt {
    padding: 0px 30px 45px 53px;
  }
  header .ico-top {
    margin-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .carousel-caption {
    margin-bottom: 20px;
  }
  .carousel-caption h4,
  .carousel-caption h3 {
    font-size: 35px;
  }
  .navbar-main .navbar-brand > img {
    height: auto;
    margin-top: 0;
  }
  .footer-logo img {
    margin: 0 auto;
  }
  .footer-text {
    text-align: center;
  }
  footer .footer-social {
    text-align: center;
  }
  .tramitesOnlineMenures {
    background-color: #6a4899;
    border: none;
  }
  .turnoPresencialMenures {
    background-color: #00a6b1;
    border: none;
  }
}
/* Portrait and Landscape */
@media only screen and (min-device-width: 991px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  header p {
    margin-right: 0;
  }
  .dropdown-menu-large {
    max-width: 1024px;
    min-width: 768px;
    width: 100%;
  }
  .contacto .media-body .media-heading {
    background-position: left bottom;
  }
  .navbar-login .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-login .form-inline .form-group {
    display: inline-flex;
  }
  .navbar-login .div-proveedor,
  .navbar-login .div-empresa,
  .navbar-login .div-beneficiario,
  .navbar-login .div-btn-ingresar,
  .navbar-login .div-usuario {
    clear: none;
    display: inline-block;
    width: auto;
  }
  .navbar-login {
    top: auto;
  }
  .navbar-login select.input-sm {
    display: inline;
  }
  header {
    width: 100%;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1680px) {
  .navbar-main .navbar-left > li > a {
    padding: 10px 50px;
  }
  .afiliate-home .bg {
    background-position: center right;
  }
}
@media screen and (min-width: 320) and (max-width: 599px) {
  .contactos-home .data p {
    font-size: 12px;
  }
  #page-post-4332 > div.container.contenido > div > div > div:nth-child(1) > ul > li > a {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .contactos-home .derecha,
  .contactos-home .izquierda {
    padding-left: 10px;
  }
  footer .footer-social,
  footer p {
    text-align: center;
  }
  .breadcrumb > li + li:before {
    padding: 0 2px 0 0;
  }
  .items-delegaciones {
    margin-top: 20px;
    padding: 10px 10px;
  }
  .items-delegaciones .listado {
    overflow-x: hidden;
  }
  .dropdown-menu-large {
    max-width: 100%;
    min-width: 100%;
  }
  ul ul > li,
  .dropdown-menu-large > li {
    list-style: none;
    margin-bottom: 5px;
    /*text-align: center;*/
  }
  ul ul .frase,
  .dropdown-menu-large .frase {
    text-align: center;
  }
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    z-index: 99999999;
  }
  .afiliate-home .txt {
    padding: 0 42px 42px 75px;
  }
  .contactos-home .data p {
    font-size: 12px;
  }
  .afiliate-home .txt h1 {
    margin-top: 0;
  }
  .afiliate-home .txt h1 {
    font-size: 30px;
  }
  .afiliate-home .txt h2 {
    font-size: 22px;
  }
  .carousel-caption {
    margin-bottom: 0;
  }
  .carousel-caption h4,
  .carousel-caption h3 {
    color: #6a4899;
    font-size: 13px;
    margin-right: 10px;
  }
  .carousel-caption p {
    color: #787878;
    font-size: 11px;
    margin-right: 10px;
  }
  .carousel-caption .btn-default,
  .carousel-caption .btn-success {
    border-color: #6a4899;
    color: #6a4899;
    font-size: 10px;
    margin-right: 10px;
  }
  .carousel-indicators {
    display: none;
  }
  .post .contenido,
  .page .contenido {
    margin-top: 10px;
    padding-bottom: 0px;
  }
  .urgencias-y-emergencias .contenido h1 {
    margin-bottom: 40px;
    margin-top: 20px;
  }
  .empresas-que-nos-eligen .contenido p {
    text-align: center;
  }
  .linkCupon.slideHorizontal {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .linkCupon a {
    padding: 0;
  }
  .menu-delegaciones {
    left: 0;
    padding: 0 15px;
  }
  .carousel-caption:before {
    background-color: transparent;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  .cuponMenu {
    display: block;
  }
  .tramites_top {
    display: none;
  }
  .navbar-nav {
    margin-bottom: 0;
  }
  #navbarLoginMobile {
    position: static;
  }
  #navbarLoginMobile .navbar {
    padding-top: 0;
  }
  #navbarLoginMobile .dniInput {
    margin-bottom: 0;
    padding-top: 10px;
  }
  #navbarLoginMobileIndex {
    position: static;
  }
  #navbarLoginMobileIndex .navbar {
    padding-top: 0;
  }
  #navbarLoginMobileIndex .dniInput {
    margin-bottom: 0;
    padding-top: 10px;
  }
  .tramitesOnlineMenures {
    background-color: #6a4899;
    border-color: #6a4899;
  }
  .turnoPresencialMenures {
    background-color: #00a6b1;
    border-color: #00a6b1;
  }
  #btn-open-movil-login-index {
    background-color: #00a6b1;
    border: none;
    border-radius: 0;
    position: relative;
    top: -6px;
  }
  .contactos-home .derecha {
    border-bottom: solid 1px #6a4899;
    margin-bottom: 15px;
  }
  .main-nav-scrolled {
    -webkit-animation: stickyMenu 500ms;
    animation: stickyMenu 500ms;
    position: fixed;
    top: 0;
    transition: 500ms;
    width: 100%;
    z-index: 999;
  }
  .modelo_slide:before {
    background: none;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
  }
  .modelo_slide img {
    transform: translateX(0);
  }
  .item.derecha:before {
    background: none;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transform: rotateY(180deg);
    width: 100%;
  }
}
.chat_neotel {
  bottom: 0;
  position: fixed;
  right: 10px;
  z-index: 999;
}
.chat_neotel button {
  background-color: #005975;
  border: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-radius: 6px;
  font-size: 16px;
  padding: 4px 0px;
  width: 200px;
}
/*max-width: 320px antes estaba 320px en lugar de 1920px*/
.contactos-home .data p {
  font-size: 20px;
}
.afiliate-home .txt h1 {
  font-size: 26px;
}
.afiliate-home .txt h2 {
  font-size: 18px;
}
.cartillas-list .item p {
  font-size: 15px;
}
.page404 {
  padding-bottom: 160px;
  padding-top: 70px;
}
.page404 h1 {
  font-size: 200px;
  text-align: right;
}
.bajada404 {
  color: #6d3e91;
  font-size: 30px;
}
.textRedireccion {
  color: #6d3e91;
  font-size: 27px;
  text-align: left;
}
@-webkit-keyframes stickyMenu {
  from {
    height: 0;
    min-height: 0;
    overflow: hidden;
  }
  to {
    min-height: 120px;
  }
}
@keyframes stickyMenu {
  from {
    height: 0;
    min-height: 0;
    overflow: hidden;
  }
  to {
    min-height: 120px;
  }
}
.simposio input,
.simposio select,
.simposio label {
  width: 100%;
}
.simposio input[type='submit'] {
  box-shadow: none;
  font-weight: 400;
  height: 30px;
  width: 200px;
}
.simposio input[type='submit']:focus {
  outline: none;
}
.simposio .col1 h4 {
  line-height: 23px;
}
.simposio .col2 form {
  text-align: right;
}
div.wpcf7-validation-errors {
  display: inline-block;
}
.numredon {
  border: 2px solid #6a4899;
  border-radius: 30px;
  color: #6a4899;
  font-size: 20px;
  font-weight: 600;
  margin-right: 11px;
  padding-left: 7px;
  padding-right: 7px;
}
.sepa {
  font-size: 20px;
}
.texttramite {
  margin-bottom: 20px;
}
div.wpcf7-mail-sent-ok {
  display: inline-block;
}
.fechaNovedad {
  font-family: 'Signika';
  margin: 20px 0;
  text-transform: capitalize;
}
.btnMasNovedades {
  margin-bottom: 10px;
  overflow: none;
}
/* Formulario individuo*/
.envianos_consulta {
  align-content: flex-start;
  border-bottom: solid 2px #0097a8;
  color: #0097a8;
  display: flex;
  font-size: 23px;
  font-weight: 500;
  margin: 0 20px;
  margin-bottom: 60px;
  padding-bottom: 6px;
  position: relative;
  vertical-align: super;
}
.envianos_consulta:before {
  background-color: #6d3e8c;
  content: '';
  height: 100%;
  left: -12px;
  position: absolute;
  width: 6px;
}
.formulario_individuo .fijo {
  display: none;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
.formulario_individuo .links h4 {
  font-weight: 200;
  margin-bottom: 30px;
}
input[type='text']:disabled {
  text-align: center;
  text-indent: 0;
}
.formulario_individuo .links h4 a {
  border-bottom: solid 2px #00a6b1;
  border-bottom-right-radius: 15px;
  color: #00a6b1;
  display: inline-block;
  font-weight: 600;
  line-height: 30px;
  padding-right: 10px;
}
.formulario_individuo .links h4 a:hover {
  text-decoration: none;
}
.formulario_individuo .mensaje span {
  color: #787878;
  display: inline-block;
  line-height: 16px;
  margin: 20px 0;
  padding: 10px;
}
.formulario_individuo .mensaje {
  width: 100%;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c8c8c8;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #c8c8c8;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #c8c8c8;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #c8c8c8;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/*Pruebas Devs*/
#sidebar > div > h2 {
  background-color: #00a6b1;
  color: #ffffff;
  font-size: 20px;
  padding-bottom: 5px;
  padding-top: 5px;
  -moz-text-align-last: center;
  text-align-last: center;
  text-transform: uppercase;
  width: 85%;
}
.cat-item {
  font-size: 16px;
  list-style-type: none;
  -moz-text-align-last: left;
  text-align-last: left;
  width: 100%;
}
.cat-item > a {
  color: #4f0b7b;
  font-size: 16px;
}
.children {
  padding-left: 0px;
}
.dcw {
  padding-left: 20px;
}
.tSalud {
  font-size: 16px;
  padding-bottom: 5px;
  padding-top: 5px;
  -moz-text-align-last: center;
  text-align-last: center;
}
.btn-planes-asesoramiento {
  background-color: #00a6b1;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 10px;
  border-color: #00a6b1;
  border-left: solid 8px #6d3e8e;
  border-top-left-radius: 0;
  border-top-right-radius: 10px;
  color: #fff;
  padding-left: 25px;
  padding-right: 30px;
  /* text-transform: uppercase; */
}
#page .post-4332 > div.container.contenido > div > div > div:nth-child(1) > ul > li > a {
  width: 50%;
}
@media screen and (max-width: 375px) {
  header .navbar-brand img {
    width: 90%;
  }
}
