/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #231f20;
    font-size: 100%;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    padding-top:99px;
    background: #e9e9e9;
    font-family: 'Arvo', serif;
    font-size:15px;
    color:#231f20;
    padding-bottom: 25px;
    width:100%;
    height:100%;
    position:relative;
}

section {
    margin: 0px;
    padding: 0px;
    display:block;
    clear: both;
   /* float:left; */
    width:100%;
    position:relative;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Abadi MT Condensed';
    font-weight: 300;
    font-style: normal;
}

h1 span,h2 span,h3 span,h4 span,h5 span,h6 span{
    font-family: 'Abadi MT Condensed Extra';
    font-weight: 800;
    font-style: normal;
}

*:not(.slick-track):not(.slick-list) {
  -webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
  -moz-box-sizing: border-box;    /* Firefox 1 - 28 */
  box-sizing: border-box;         /* Safari 5.1+, Chrome 10+, Firefox 29+, Opera 7+, IE 8+, Android 4.0+, iOS any */
  webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.wow {
      visibility: hidden;
    }

.container-fluid  {
    width:95%;
    max-width: 1280px;
    margin:0px auto;
}

a {
    color: #2ba4a1;
}


a:hover {
    text-decoration: underline;
    color:#666666;
}

button {
    color: #2ba4a1;
}


button:hover{
    text-decoration: underline;
    color:#666666;
}

/* -- FULL WIDTH PARA INDEX -- */
.container-fluid.index,
.container-fluid.slider-logos {
    width:100%;
    max-width: 1366px;
    margin:0px auto;
    padding:0px;
}

.container-fluid.index .row,
.container-fluid.index .col-lg-8,
.container-fluid.index .col-lg-6,
.container-fluid.index .col-lg-4 {
    padding: 0px;
    margin:0px;
}

/* ------  AJUSTES NAV ----------*/
.navbar {
    background: #2ba4a1;
    height: auto;
    padding: 0px 0 0 0 !important;
    color:#ffffff;
    border:0px !important;
}

.navbar .container-fluid {
    width:95%;
    max-width: 1225px; 
    position:relative;
}

.navbar-brand {
  float: left;
  height: 57px;
  width:auto;
  padding: 0px 0px 0px 25px;
    margin: 30px 0 10px 0;
}

.navbar-brand > img {
  display: block;
    height:100%;
    width:auto;
}

/* scrill nav */
.navbar.scrolled-nav .navbar-brand {
  float: left;
  height: 45px;
    margin: 15px 0 10px 0; 
}

.nav > li > a {
  color:#ffffff;
    text-transform: uppercase;
   font-family: 'Abadi MT Condensed';
    font-size: 20px;
    padding: 10px 10%;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  color:#000000;
    background: none;
}

.nav > li.dropdown > a,
.nav > li.dropdown > a:hover,
.nav > li.dropdown > a:focus{
  background-color: #228381; 
    padding: 10px 25px;
    margin: 0 5px;
    color:#ffffff;
}

.nav > li.dropdown > a:hover {
    background-color: #231f20; 
}

.navbar-toggle .icon-bar {
    background:#ffffff;
    height: 3px;
}

.tel-fijo {
        background: url(../img/bk_header_tel.png) top center no-repeat #ffffff;
        float:left;
        height:99px;
        display:block;
        color:#000000;
        margin: 0 0px 0 25px;
        text-align:center; 
        width:auto;
        max-width: 230px;
    }
    
    .navbar.scrolled-nav .tel-fijo {  
        height:71px;
    }
    
    .tel-fijo p {
       padding: 10px 0;
        font-size:21px;
        line-height: 28px;
        color: #231f20;      
    }
    
    .navbar.scrolled-nav .tel-fijo p {  
       padding: 0px 0px;
        line-height: 25px;
    }
    
    .tel-fijo p span {
        font-family: 'Abadi MT Condensed Extra';
        font-size: 28px;
        color: #2ba4a1;
        clear:Both;
        display:block;
        padding: 0px 15px 0 15px;
    }

    .tel-fijo p span a {
        color: #2ba4a1;
    }

.tel-fijo p span.nro-smaller {
        font-size: 20px;
        color: #000000;
    line-height: 20px;
    }
.tel-fijo p span.nro-smaller a {
        color: #000000;
    }


.tel-fijo p span a:hover {
    text-decoration: none;
    color:#666666;
}
 
    .navbar-collapse {
        overflow:visible !important;
        height:auto !important;
    }

/* ESTILOS menu RESOLUCIONES ALTAS */
@media (min-width: 1240px) {
    .nav > li > a {
      color:#ffffff;
        text-transform: uppercase;
       font-family: 'Abadi MT Condensed';
        font-size: 20px;
        padding: 10px 10px 10px 5px;
    }
    
    .nav > li.social > a {
      position: relative;
      display: block;
      padding: 10px 0px 10px 10px;
      white-space: nowrap;
    }
    
    .navbar-nav {
        margin-top:43px;
        position:relative;
    }
    
    .navbar.scrolled-nav .navbar-nav {
        margin-top: 17px;
    }
    
    .nav > li.dropdown > a,
    .nav > li.dropdown > a:hover,
    .nav > li.dropdown > a:focus{
        border-radius: calc(100px / 2);  
    }
    
    .nav > li.dropdown > a span.caret {
        display: none !important;
    }
    
    /* dropdown */

    .navbar-nav.nav > li { position: static }

    .navbar-nav.nav .dropdown-menu {
        right: 0 !important;
        box-shadow: none;
        border: none;
        margin: 10px auto;
        background: #228381;
        padding: 0;
        border-radius: 0;
    }
    
    .dropdown .dropdown-menu{
        display: block; 
      opacity:0;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
        opacity: 1;
    }


    .navbar-nav.nav .dropdown-menu > li { float: left }

    .navbar-nav.nav .dropdown-menu > li > a {
        width: auto !important;
        background: transparent;
        font-family: 'Abadi MT Condensed';
        font-size: 18px;
        padding: 5px 15px;
        color:#ffffff;
        text-transform: uppercase;
    }
    
    .navbar-nav.nav .dropdown-menu > li > a:hover {
        color:#000000;
    }
    
}


/* ---- SLIDER INDEX ---- */
.main-slider {
    position:relative;
    margin:0px !important;
    padding:0px !important;
    background: #e9e9e9;
}
 
.main-slider .col-lg-8 {
    float:left;
    display:block; 
    height: 100%; 
}

.main-slider .col-lg-8 img {
    width:100%;
    height:auto;
    margin:0px !important;
    padding:0px !important;
}

.main-slider .col-lg-4 {
    background: #e9e9e9;
    padding: 5% 3% 0 5% !important;
    position:relative;
    float:left;    
}

.main-slider .col-lg-4:before {
	right: 100%;
	top: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(233, 233, 233, 0);
	border-right-color: #e9e9e9;
	border-width: 25px;
	margin-top: 20px;
}

.main-slider .col-lg-4.centered-content {
    text-align:center;
    padding: 5% 0% 0 0% !important;
}

.main-slider h1 {
    font-size:50px;
    color:#2ba4a1;
    text-transform: uppercase;
    line-height: 50px;
    letter-spacing: -1px;    
}

.main-slider p {
    font-size:21px;
    line-height: 23px;
}

.main-slider a {
    font-family: 'Abadi MT Condensed Extra';
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    color:#000000;
    display:block;
    clear:both;
    padding: 20px 25px 20px 30px;
    background: #ffffff;
    width: auto;
    float:left;
    border-radius: 50px;
    -webkit-box-shadow: 0px 4px 19px -1px rgba(140,140,140,1);
    -moz-box-shadow: 0px 4px 19px -1px rgba(140,140,140,1);
    box-shadow: 0px 4px 19px -1px rgba(140,140,140,1);
    margin-top: 15px; 
}

.main-slider a .caret {
    margin-left:20px;
    border:0px;
    width:12px;
    height:20px;
    background: url(../img/bt_caret_01.png) bottom center no-repeat;
    vertical-align: baseline;
}

.main-slider a:hover {
    background:#2ba4a1;
    text-decoration: none;
    color:#ffffff;
}

.main-slider .col-lg-4.centered-content img{
    margin: 18px auto;
}

.main-slider .col-lg-4.centered-content p{
    margin: 5px auto;
    font-size: 30px;
    line-height: 45px;
    letter-spacing: -1px;
}

.main-slider .slick-dots {
    position:absolute;
    z-index: 99;
    left:50px;
    bottom:30px;
    width:auto;
    margin: 0px;
}

.main-slider .slick-dots li{
    margin: 0 3px;
}

.main-slider .slick-dots li button {
    background: #000000;
    border-radius: 100%;
    
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    background:#ffffff;
}

.slick-dots li.slick-active button,
.slick-dots li.slick-active button:hover,
.slick-dots li.slick-active button:focus {
    background:#ffffff;
    border:3px solid #2ba4a1;
}

/* ---- DESTACADOS INDEX ---- */
.index .row {
    position:relative;
    top: -6px;
    height: auto;
}
.index .row .col-lg-4 {
    position:relative;
}

.index .row .col-lg-4 img {
    width:100%;
    height:auto;
}

.index .row .col-lg-4 img.img-responsive.smaller {
    display:none;
}

.index .row .col-lg-4 .col-lg-6 {
    position:absolute;
    right: 0px;
    margin: 14% 0% 0 0;
    padding: 0 5% 0 7%;
    top:0px;
}

.blanco {
    color:#ffffff;
}

.index .row .col-lg-4 .col-lg-6 h2 {
    font-size: 35px;
    line-height: 30px;
}

.index .row .col-lg-4 .col-lg-6 h3 {
    font-size: 25px;
    line-height: 22px;
    text-transform: uppercase;
    color:#2ba4a1;
}

.index .row .col-lg-4 .col-lg-6 p {
    font-size: 17px;
    line-height: 19px;
}

.index .row .col-lg-4.last .col-lg-6 p {
    font-size: 15px;
    line-height: 19px;
}


.btn {
    font-family: 'Abadi MT Condensed Extra';
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;  
    display:block;
    clear:both;
    padding: 15px 20px 15px 20px;
    width: auto;
    float:left;
    border-radius: 50px;
    border-color:transparent;
    /*-webkit-box-shadow: 2px 5px 19px -9px rgba(0,0,0,1);
    -moz-box-shadow: 2px 5px 19px -9px rgba(0,0,0,1);
    box-shadow: 2px 5px 19px -9px rgba(0,0,0,1);*/
    margin-top: 5px; 
}

.btn.btn-default {
    color:#ffffff;
    background: #2ba4a1;
}

.btn.btn-default:hover {
    background:#231f20;
    text-decoration: none;
    border-color:transparent;
}

.btn.btn-info {
    color:#000000;
    background: #ffffff;
}

.btn.btn-info:hover {
    background:#231f20;
    text-decoration: none;
    border-color:transparent;
    color:#ffffff;
}

.btn.btn-default .caret {
    margin-left:10px;
    border:0px;
    width:11px;
    height:13px;
    background: url(../img/bt_caret_02.png) bottom center no-repeat;
    vertical-align: baseline;
}

.btn.btn-info .caret {
    margin-left:10px;
    border:0px;
    width:11px;
    height:13px;
    background: url(../img/bt_caret_03.png) bottom center no-repeat;
    vertical-align: baseline;
}


.btn .caret.no-margin {
    margin-left:0px;
}

/* --- ACCESO A EMPLEADOS */
.acceso-empleados-home {
    padding: 0px 0;
    background:url(../img/bk_acceso-empleados.png) top center no-repeat;
    margin: 0px;
    position:relative;
    float:left;
    width:100%;
    top: -6px;
    min-height: 104px;
}

.acceso-empleados-home .container-fluid a {
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
    color:#231f20;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    text-align:left;
    width:auto;
    display:block;
}

.acceso-empleados-home .container-fluid a:hover {
    color: #2ba4a1;
}

footer {
    background:#231f20;
    width:100%;
    display:block;
    clear:both;
    position:absolute;
    bottom:0px;
    float:left;
    padding: 10px 0;
    text-align:center;
    color:#2ba4a1;
    font-size:12px;
    line-height: 14px;
    margin-top:-6px;
    z-index:9;
}

footer p {
    margin: 0px;
    padding:0px;
}

footer a {
    color:#ffffff;
}

footer a:hover {
    color:#f6beca;
    text-decoration: none;
}

/* ------ //  COMERCIOS // ----------*/
.intro {
    padding:70px 0 20px 0;
    text-align:center;    
}

.intro h1 {
    font-size: 50px;
    color:#2ba4a1;
    text-transform: uppercase;
    line-height: 50px;
    margin: 0px 0 5px 0;
}

.intro p {
    font-size: 20px;
    margin: 0px;
}

.comercios-logo-slider .slick-slide {
    text-align:center;
    cursor: pointer;
}

.comercios-logo-slider .slick-slide .img-marco {
    width:76%;
    height: 76%;
    display:Block;
    background: #ffffff;
    margin: 0 auto;
    border-radius: 100%;
    padding: 10%;
    margin: 12%;
    -webkit-box-shadow: 0px 4px 19px -1px rgba(140,140,140,1);
    -moz-box-shadow: 0px 4px 19px -1px rgba(140,140,140,1);
    box-shadow: 0px 4px 19px -1px rgba(140,140,140,1);
}

.comercios-logo-slider .slick-slide .img-marco img {
    height: auto;
    width: 70%;
    margin: 15%;    
}

.comercios-logo-slider .slick-slide.slick-current .img-marco {
    width:95%;
    height: 95%;
    display:Block;
    margin: 5% 2.5%;
}

.comercios-logo-slider .slick-slide.slick-current .img-marco img {
    height: auto;
    width: 76%;
    margin: 12%;    
}

.slider-descripcion {
    width:100%;
    max-width: 100%;
    background: #ffffff;
    padding: 60px 0;
    margin-top: -30px;
}

.slider-descripcion .col-lg-8 {
    margin: 30px auto;
    float:none;
}

.slider-descripcion h2 {
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    text-align: right;
    color:#2ba4a1;
    margin: 0px;
}

.slider-descripcion h3 {
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    font-family: Arbo;
    margin: 0px;
}

.slider-descripcion p {
    font-size: 14px;
    line-height: 19px;
    margin: 0px 0 20px 0;
}

.slider-descripcion a {
    display:inline-block;
    font-size: 16px;
    line-height: 16px;
    color:#000000;
    margin: 10px 20px 0 0;
    background:#f5f5f5;
    padding: 20px 25px 20px 45px;
    border-radius: 50px;
}

.slider-descripcion a.direccion {
    background:url(../img/icn_comercio_dir.png) 15px center  no-repeat #f5f5f5;
}

.slider-descripcion a.telefono {
    background:url(../img/icn_tel_chico.png) 15px center  no-repeat #f5f5f5;
}

/* ------ //  ACCESOS Y SUGERENCIAS // ----------*/
.container-fluid.accesos {
    width:100%;
    max-width: 1280px;
    margin:0px auto;
    padding:0px;
} 

#registro, #login, #sugerencias {
    padding-top: 70px;
    padding-bottom:50px; 
}

#login {
    background:#dddddd;
}

#registro h1,
#sugerencias h1 {
    font-size: 44px;
    line-height: 44px;
    text-transform: uppercase;
    color:#2ba4a1;
    margin: 0 0 10px 0;
    padding: 0px;
}
#sugerencias h1,
#sugerencias p {
    text-align: center;
}

#registro p,
#login p,
#sugerencias p  {
    font-size: 24px;
    line-height: 24px;
    color:#231f20;
    padding: 0px;
}

#login h2 {
    font-family: 'Abadi MT Condensed Extra';
    font-size: 34px;
    line-height: 44px;
    text-transform: uppercase;
    color:#2ba4a1;
    margin: 0 0 10px 0;
    padding: 0px;
}

#registro h2 {
    font-family: 'Abadi MT Condensed Extra';
    font-size: 34px;
    line-height: 44px;
    text-transform: uppercase;
    color:#2ba4a1;
    margin: 0 0 10px 0;
    padding: 0px;
}

#login h3 {
    font-family: 'Arvo', serif;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color:#231f20;
    margin: 10px 0 5px 0;
    padding: 0px;
}

#registro .col-lg-9,
#login .col-lg-9 {
    margin: 0 auto;
    float:none;
 
}

#registro form,
#login form {
    margin: 20px auto;
    float:none; 
}

#registro form a {
    color:#2ba4a1;
}

form input[type="text"].form-control,
form input[type="mail"].form-control,
form input[type="password"].form-control,
form textarea.form-control {
    /*-webkit-box-shadow: inset 2px 4px 19px -1px rgba(233,233,233,0.46), 0px 4px 19px -1px rgba(140,140,140,0.4);
-moz-box-shadow: inset 2px 4px 19px -1px rgba(233,233,233,0.46), 0px 4px 19px -1px rgba(140,140,140,0.4);
box-shadow: inset 2px 4px 19px -1px rgba(233,233,233,0.46), 0px 4px 19px -1px rgba(140,140,140,0.4);*/ 
    border:none;
    font-size:14px;
    height:60px;
    color:#231f20;
}

#sugerencias form textarea.form-control {
    height: 124px;
    min-height: 124px;
    max-height: 124px;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#231f20;
    opacity:1;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color:#231f20;
    opacity:1;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color:#231f20;
    opacity:1;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color:#231f20;
    opacity:1;
}

form input[type="checkbox"]{
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

#registro .checkbox,
#sugerencias .checkbox {
    position:relative;
    margin-bottom: 22px;
    float:left;
}

#registro .checkbox label,
#sugerencias .checkbox label {
    padding-left: 35px;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color:#fff;
  border-radius: 100%;
     /*-webkit-box-shadow: 0px 4px 19px -1px rgba(140,140,140,0.4);
-moz-box-shadow: 0px 4px 19px -1px rgba(140,140,140,0.4);
box-shadow: 0px 4px 19px -1px rgba(140,140,140,0.4); */
    
}

/* On mouse-over, add a grey background color */
#registro .checkbox:hover input ~ .checkmark,
#sugerencias .checkbox:hover input ~ .checkmark {
  background-color: #8ac6c5;
}

/* When the checkbox is checked, add a blue background */
#registro .checkbox input:checked ~ .checkmark,
#sugerencias .checkbox input:checked ~ .checkmark {
  background-color: #2ba4a1;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
#registro .checkbox input:checked ~ .checkmark:after,
#sugerencias .checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
#registro .checkbox .checkmark:after,
#sugerencias .checkbox .checkmark:after {
  left: 9px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#registro .btn,
#login .btn,
#sugerencias .btn {
    font-size: 21px;
    line-height: 21px;
    padding: 20px 20px 20px 20px;
    width:100%;
    border-radius: 50px;
    margin: 0px 0 0 0; 
}

#registro .btn.btn-default .caret,
#login .btn.btn-default .caret {
    position:absolute;
    border:0px;
    width:11px;
    height:18px;
    background: url(../img/bt_caret_04.png) bottom center no-repeat;
    vertical-align: baseline;
    right: 40px;
    transform: translate(-50%,0%);
}
#sugerencias .btn.btn-default .caret{
    position:absolute;
    border:0px;
    width:11px;
    height:18px;
    background: url(../img/bt_caret_05.png) bottom center no-repeat;
    vertical-align: baseline;
    right: 40px;
    transform: translate(-50%,0%);
}

#sugerencias form {
    margin: 35px auto;
    float:none; 
}
#sugerencias form p  {
    font-size: 14px;
    line-height: 14px;
    text-align: left;
    margin-top: 9px;
}
#sugerencias .form-group {
    position: relative;
}
#sugerencias .obligatorio {
    position: absolute;
    top: 3px;
    right:3px;
}
#sugerencias .form-group.tipo {
    margin-bottom:0px;
}
/* ------ //  NOTICIAS // ----------*/
.noticias {
    padding-top: 70px;
    padding-bottom:90px; 
}
.landing-mailing .noticias {
    padding-top: 0px;
    padding-bottom: 90px;
    background: #ffffff;
}
.landing-mailing .noticias .noticia-intro {
    background: #ededed;
    padding: 90px 0;
    margin: 0;
    max-width: 100%;
    width: 100%;
    text-align: center;
}
.landing-mailing.mailing-rural .noticias .noticia-intro {
    background: none;
    padding: 0px 0;
    margin: 0;
    max-width: 100%;
    width: 100%;
    text-align: center;
}
.landing-mailing .noticias .noticia-intro img {
    width:100%;
    height:auto;
}
.landing-mailing .noticias .noticia-intro .col-lg-12 {
    text-align: center;
}
.landing-mailing .noticias .noticia-intro .col-lg-12 img{
    margin: 0 auto;
    width:auto;
}
.noticia {
    padding-top: 70px;
    padding-bottom:50px; 
}

.noticias h1,
.noticia h1 {
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
    color:#2ba4a1;
    margin: 0 0 10px 0;
    padding: 0px;
}

.noticia h1 {
    text-align:center;
}

.noticias article  {
    padding: 50px 0;
}

.noticias article:nth-of-type(even) {
    background: #f8f8f8;
}

.landing-mailing .noticias article:nth-of-type(even) {
    background:none;
}

.noticias article .col-lg-2 h4 {
    font-family: 'Arvo', serif;
    font-size:30px;
    color:#bababa;
    margin: 0px;
}

.landing-mailing .noticias article .col-lg-2 h4 {
    font-family: 'Arvo', serif;
    font-size:16px;
    line-height: 26px;
    color:#2ba4a1;
    margin: 20px 0 0 0;
}

.noticias article .col-lg-3 img {
    border-radius: 100%;
}

.noticia img {
   margin: 30px auto 20px;
}

.noticias article .col-lg-7 h2,
.noticia h2{
    font-family: 'Abadi MT Condensed Extra';
    font-size: 26px;
    line-height: 29px;
    color:#231f20;
    margin: 0 0 10px 0;
    padding: 0px;
}

.landing-mailing .noticias article .col-lg-10 h2 {
    font-family: 'Abadi MT Condensed Extra';
    font-size: 36px;
    line-height: 36px;
}

.noticias article .col-lg-7 p {
    font-size: 18px;
    line-height: 25px;
    margin: 10px 0;
}

.noticias article .col-lg-10 p {
    font-size: 16px;
    line-height: 30px;
    margin: 10px 0;
}

.noticias article .col-lg-7 p a,
.noticia a,
.noticias article .col-lg-10 p a{
   color:#2ba4a1;
}

.landing-mailing .noticias article blockquote{
    margin: 40px 0;
    border-left: 3px solid #2ba4a1;
    font-family: 'Arvo', serif;
    font-size: 16px;
    line-height: 30px;
}

.landing-mailing .modulo {
    display: block;
    clear: both;
    margin-bottom: 40px;
    float:left;
}

.landing-mailing .modulo span {
    width: 100px;
    display: block;
    float:left;
}

.landing-mailing .modulo div {
    width: calc(100% - 100px);
    display: block;
    float: left;
}

.landing-mailing .modulo div h3 {
    font-family: 'Abadi MT Condensed Extra';
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
}

.landing-mailing .modulo div p {
    font-family: 'Arvo', serif;
    margin: 10px 0 0 0;
    padding: 0px;
    font-size: 16px;
    line-height: 26px;
}

/* ------ //  RURAL // ----------*/
.container-fluid.rural {
    padding: 70px 0 0 0;
    margin: 0px;
    width:100%;
    max-width: 100%;   
}

.container-fluid.rural .row {
    margin: 0px;
}

.rural h1 {
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
    color:#2ba4a1;
    margin: 0 0 10px 0;
    padding: 0px;
    text-align:Center;
}

.rural .jumbotron {
    padding:55px 0px;
    margin:20px 0 0;
    text-align:Center;
    height:auto;
    background:url(../img/img_rural.jpg) center center no-repeat;
    background-size:  auto 100%;
    border-radius: 0;
    float:left;
}

.rural .jumbotron .col-lg-8 {
    padding: 0px;
}

.rural .jumbotron blockquote {
    color:#ffffff;
    text-align: center;
    border:0px;
    font-size: 17px;
    line-height: 24px;
    position:relative;
    margin:0px;
}

.rural .jumbotron blockquote:before {
    width:50px;
    height:45px;
    display:Block;
    content:"";
    background:url(../img/img_comillas.png) top left no-repeat;
    position:absolute;
    left:-60px;
    top:50%;
    margin-top:-22px
}

.rural .jumbotron blockquote:after {
    width:50px;
    height:45px;
    display:Block;
    content:"";
    background:url(../img/img_comillas.png) top right no-repeat;
    position:absolute;
    right:-60px;
    top:50%;
    margin-top:-22px
}

.container-fluid.servicios-rural {
    padding: 60px 0;
}

.container-fluid.servicios-rural h2 {
    font-size:25px;
    text-transform:uppercase;
    text-align:center;
    background: url(../img/bk_heading.png) center left repeat-x;
    max-width: 80%;
    margin: 0 auto 30px;
}

.container-fluid.servicios-rural h2 span {
    background: #e9e9e9;
    padding: 0 10px;
}

.container-fluid.servicios-rural ul {
    list-style-image: url(../img/bullet.png);
    font-size: 17px;
    line-height: 24px;
}

.container-fluid.servicios-rural ul li {
    margin-bottom: 35px;
}

.container-fluid.clientes-rural {
    padding: 40px 0;
    margin: 0px;
    width:100%;
    max-width: 100%;   
    background:#f8f8f8;
}

.container-fluid.clientes-rural .container-fluid {
    margin: 0 auto;
    float:none;
    padding: 0px;
    max-width: 1170px;
}

.container-fluid.clientes-rural h3 {
    font-family: 'Abadi MT Condensed Extra';
    font-size: 32px;
    line-height: 36px;
    text-transform: uppercase;
    color:#a4a4a4;
    float:left;
    margin-right: 2%;
}

.container-fluid.clientes-rural ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.container-fluid.clientes-rural ul li {
    display:inline-block;
    padding: 0 0.7% 0 0;
    max-width: 16%;
    height: 53px; 
    text-align: center; 
}

.container-fluid.clientes-rural ul li img {
    width:auto;
    height: auto;
    margin: 0 auto;
    display:Block;
    float:none;
    height: 53px;
    vertical-align: baseline; 
}

/* ------ //  NOTICIAS // ----------*/
.servicios {
    padding-top: 70px;
    padding-bottom:50px; 
}

.servicios h1 {
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
    color:#2ba4a1;
    margin: 0 0 10px 0;
    padding: 0px;
    text-align:Center;
}

.servicios article  {
    padding: 60px 0 30px;
}

.servicios article:nth-of-type(even) {
    background: #f8f8f8
}

.servicios article h2 {
    font-size:25px;
    text-transform:uppercase;
    text-align:center;
    background: url(../img/bk_heading.png) center left repeat-x;
    max-width: 80%;
    margin: 0 auto 30px;
}

.servicios article h2 span {
    background: #e9e9e9;
    padding: 0 10px;
}

.servicios article:nth-of-type(even) h2 span {
     background: #f8f8f8
}

.servicios article .row {
    margin-bottom: 30px;
}

.servicios img {
    float:left;
    width:20%;
    height:auto;
    max-width: 95px;
}

.servicios .desc-servicio {
    float:left;
    display:inline-block;
    width:80%;
}

.servicios .desc-servicio h3 {
    font-family: Arvo, serif;
    font-size:17px;
    line-height:24px;
    color:#2ba4a1;
    margin: 0  0 10px 0;
    text-transform:uppercase;
}

.servicios .desc-servicio p {
    font-size:17px;
    line-height: 24px;
    color:#000;
}

/* ------ //  ACCESOS USUARIOS REGISTRADOS // ----------*/
.gpsr, .webmail {
    width:50%;
    height:100vh;
    min-height: 500px;
    display:Block;
    float:left;
    position:relative;
}

.gpsr {
    background: #d03353;
}

.webmail {
    background: #ffffff;
}

.gpsr a, .webmail a {
    width:100%;
    height:100%;
    display:Block;
    cursor: point;
    text-decoration: none;
}

.gpsr a span, .webmail a span {
    position:absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
    text-align:center;
    font-size: 30px;
    display: inline-block;
    width: 360px;  
    height:360px;
    border-radius: 100%;
}

.gpsr a span img, .webmail a span img {
    width:auto;
    max-width: 100%;
    height:auto;
    display:Block;
    margin: 25px auto 0;
}

.gpsr a span {
    color:#ffffff;
    background: #d03353;
}

.webmail a span {
    color:#2ba4a1;
    background: #ffffff;
}

.webmail a span {
    color:#2ba4a1;
    background: #ffffff;
}


.gpsr a:hover span {
    background:#231f20;
}


.webmail a:hover span{
    background:#dfdfdf;
}

/* ------ //  CONOCEMOS // ----------*/
.conocenos img.smaller {
    display:none;
}

.desc-conocenos {
    padding:70px 0 10px 0;
   
}

.desc-conocenos-bullets {
    padding:10px 0 70px 0;
   
}

.desc-conocenos h1 {
    font-size: 50px;
    color:#2ba4a1;
    text-transform: uppercase;
    line-height: 50px;
    margin: 0px 0 5px 0;
}

.desc-conocenos h2 {
     font-family: 'Abadi MT Condensed Extra';
    font-size: 29px;
    line-height: 34px;
    text-transform: uppercase;
    color:#2ba4a1;
    margin: 30px 0 25px 0;
}

.desc-conocenos h2 span {
    color:#231f20;
}

.desc-conocenos p {
    font-size: 17px;
    line-height: 24px;
    margin: 0px;
}

.desc-conocenos p  span{
color:#2ba4a1;
}

.desc-conocenos-bullets ul {
    list-style-type: none;
    margin: 20px 0;
    padding: 0px;
}

.desc-conocenos-bullets ul li {
    width:100%;
    display:table;
    clear:Both;
}

.desc-conocenos-bullets ul li span.icn_desc {
    display:table-cell;
    width:12%;
    height: auto;
}

.desc-conocenos-bullets ul li img {
    background:#ffffff;
    border-radius: 100%;
    display:block;
    width:100%;
    height: auto;
    margin:7px 0;
    max-width: 61px;
}



.desc-conocenos-bullets ul li span.text_desc {
    display:table-cell;
    width: 88%;
    font-size: 15px;
    padding-left: 15px;
    vertical-align: middle;
    
}

/* ------ //  CONOCEMOS // ----------*/
.conocenos.contacto .desc-conocenos {
    padding: 70px 0 70px 5%;
}

.conocenos.contacto .desc-conocenos p {
    margin: 20px 0;
}

.conocenos.contacto .img-container {
    padding-bottom:70px;
}

.conocenos.contacto .img-container img {
    float:right;
}

.tipo-contacto {
    display:block;
    width:auto;
    float:left;
    clear: both;
    font-size: 24px;
    line-height: 24px;
    color:#000000;
    margin: 15px 20px 0 0;
    background:#ffffff;
    padding: 10px 30px 10px 10px;
    border-radius: 50px;
    min-width: 270px;
}

.tipo-contacto:hover {
     color:#2ba4a1;
    text-decoration: none;
}

.tipo-contacto img {
    max-width: 30%;
}

.tipo-contacto:last-child {
    font-size:18px;
    line-height: 18px;
}


/* ------ //  BACKEND descargar factura / afiliados / comercios // ----------*/
.backend .container-fluid {
   height: auto;
    min-height: 90vh;
    padding: 0px;
    margin: 0px auto; 
    background:#ffffff;
}

.backend .container-fluid .col-lg-3 {
    background: #ffffff;
    padding: 0px;
    margin: 0px;
}

.backend .container-fluid .col-lg-3 ul{
   padding: 20px 0 0 0;
    list-style-type: none;
}
.backend .container-fluid .col-lg-3 ul li,
.backend .container-fluid .col-lg-3 .col-lg-12 {
    padding: 0px;
    margin: 0px;
}

.backend .container-fluid .col-lg-3 ul li a {
   padding: 20px 10% ;
   display:block;
    width:100%;
    font-family: 'Abadi MT Condensed Extra';
    font-size: 18px;
    text-transform: uppercase;
    color:#231f20;
    position:relative;
    border-bottom: 1px solid #cccccc;
    
}

.backend .container-fluid .col-lg-3 ul li a .caret {
    border:0px;
    width:11px;
    height:17px;
    background: url(../img/bt_caret_04.png) bottom center no-repeat;
    vertical-align: baseline;
    right:10%;
    top: 23px;
    position:absolute;
}

.backend .container-fluid .col-lg-3 ul li a:hover {
    text-decoration: none;
    color:#2ba4a1
}

.backend .container-fluid .col-lg-3 ul li a.active,
.backend .container-fluid .col-lg-3 ul li a:hover.active{
    text-decoration: none;
    color:#2ba4a1;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(233,233,233,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(233,233,233,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(233,233,233,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(233,233,233,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(233,233,233,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(233,233,233,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9', GradientType=0 );
    cursor: default;
}

.backend .container-fluid .col-lg-9 {
    background: url(../img/bk_mifactura.png) left center no-repeat #e9e9e9;
    padding: 0px;
    margin: 0px;
}

.backend .container-fluid .col-lg-9.bk-afiliados  {
    background: url(../img/bk_validar.png) left center no-repeat #e9e9e9;
}

.backend .centered.facturacion {
    margin: 0 auto;    
    float:none;
    text-align: center;
    max-width: 445px;
}

.backend .centered h1 {
    color:#2ba4a1;
    font-size: 44px;
    text-transform: uppercase;
    padding: 60px 0 0;
}

.backend .centered h2 {
    font-family: 'Arvo', serif;
    font-size: 16px;
    padding: 60px 0 20px;
}

.backend .centered h2 a {
    color:#2ba4a1;
}

.facturacion .bootstrap-select {
    float:left;
    display:block; 
    width:100% !important;
}

.facturacion .btn-primary,
.facturacion .btn-primary:hover {
    padding: 20px 5%;
    color:#231f20;
    background: #ffffff;
    margin: 0px 0;
    border-radius: 5px;
    -webkit-box-shadow: 2px 5px 9px -9px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 5px 9px -9px rgba(0,0,0,0.5);
    box-shadow: 2px 5px 9px -9px rgba(0,0,0,0.5);
    width:100% !important;
    border:0px;
    float:left;
    display:block;
    font-size:14px;
    font-family: 'Arvo', serif;
}

.facturacion .btn-primary .bs-caret .caret {
    background: url(../img/bt_dropdown.png) center center no-repeat !important;
   width:17px;
    height:10px;
    border: 0px;
}

.facturacion .btn-primary:focus,
.facturacion .btn-primary.focus,
.facturacion .btn-primary:hover,
.facturacion .btn-primary:active,
.facturacion .btn-primary.active,
.facturacion .open > .dropdown-toggle.btn-primary,
.facturacion .btn-primary:active:hover,
.facturacion .btn-primary.active:hover,
.facturacion .open > .dropdown-toggle.btn-primary:hover,
.facturacion .btn-primary:active:focus,
.facturacion .btn-primary.active:focus,
.facturacion .open > .dropdown-toggle.btn-primary:focus,
.facturacion .btn-primary:active.focus,
.facturacion .btn-primary.active.focus,
.facturacion .open > .dropdown-toggle.btn-primary.focus {
   color:#231f20;
    background: #ffffff;
    -webkit-box-shadow: 2px 5px 9px -9px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 5px 9px -9px rgba(0,0,0,0.5);
    box-shadow: 2px 5px 9px -9px rgba(0,0,0,0.5);
    outline: 0 !important;
} 


.dropdown-menu > li > a {
  font-size:14px;
    font-family: 'Arvo', serif;
  padding: 10px 5%;
  border-bottom: 1px solid #cccccc;
}

.dropdown-menu > li:last-child > a {
    border-bottom: 0px;
}

.facturacion .btn-default,
.facturacion .btn-default:hover,
.facturacion .btn-default:focus,
.facturacion .btn-default:active {
    padding: 5% 20%;
    width: 100%;
    float:left;
    border-radius: 100px;
    border-color:transparent;
    -webkit-box-shadow: 2px 5px 19px -9px rgba(0,0,0,1);
    -moz-box-shadow: 2px 5px 19px -9px rgba(0,0,0,1);
    box-shadow: 2px 5px 19px -9px rgba(0,0,0,1);
    text-align:center;
    margin: 20px 0;
    font-size: 21px;
    line-height: 21px;
}


.facturacion .btn-default .caret {
    background: url(../img/bt_caret_05.png) center center no-repeat;
    border:0px;
    width:12px;
    height:20px;
    display: inline-block;
    position:absolute;
    right: 8%;
    
}

.backend .container-fluid .col-lg-9.inicio-afiliados {
    background: url(../img/bk_backend.jpg) top left no-repeat #e9e9e9;
    background-size: cover;
    padding: 0px;
    margin: 0px;
}

.backend .container-fluid .col-lg-9.inicio-afiliados h1,
.backend .container-fluid .col-lg-9.inicio-comercios h1{
   color:#2ba4a1;
    font-size: 44px;
    text-transform: uppercase;
    padding: 60px 0 0; 
    text-align:right;
    position:absolute;
    right: 5%;
    bottom:5%;
}

.backend .container-fluid .col-lg-9.inicio-afiliados h1 span,
.backend .container-fluid .col-lg-9.inicio-comercios h1 span {
    clear:Both;
    display:block;
}

.backend .container-fluid .col-lg-9.inicio-comercios {
    background: url(../img/bk_backend_comercios.jpg) top left no-repeat #e9e9e9;
    background-size: cover;
    padding: 0px;
    margin: 0px;
}
.bk-afiliados form {
    margin: 70px auto 20px auto;
}

.bk-afiliados input[type="text"] {
    padding: 20px 5%;
    color:#231f20;
    background: #ffffff;
    margin: 0px 0;
    border-radius: 5px;
    -webkit-box-shadow: 2px 5px 9px -9px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 5px 9px -9px rgba(0,0,0,0.5);
    box-shadow: 2px 5px 9px -9px rgba(0,0,0,0.5);
    width:100% !important;
    border:0px;
    float:left;
    display:block;
    font-size:14px;
    font-family: 'Arvo', serif;
    margin: 0px auto 20px auto;
    
}
.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #e5e5e5;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color:#d2d2d2;
}
.table-hover > tbody > tr:hover {
  background-color: #fff;
}

.abm_nav {
    background: #231f20;
    padding: 10px 0 10px;
}

.abm_nav a {
    color:#ffffff;
}

.abm_nav a:hover {
    color:#2ba4a1;
}

.btn.btn-default.button.scrolly {
    float: right; 
    display: inline; 
    width: auto; 
    margin: 10px 0px 25px 0;
}

/* ORGANIGRAMAS */
.organigrama {
    background: #ffffff;
    height: auto;
    padding: 100px 0 150px 0;
    position:relative;
}
.organigrama h1 {
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
    color:#2ba4a1;
    margin: 0px 0 25px 0;
    padding: 0px;
}

.organigrama .nav-tabs {
  border-bottom: 0px solid #ddd;
}

.organigrama .nav-tabs > li > a {
  margin-right: 10px;
  line-height: 40px;
  border: 0px solid transparent;
  border-radius: 40px;
   background: #2ba4a1;
    height:40px;
    padding: 0 40px;
    font-family: Arvo;
    font-size: 12px;
}

.organigrama .nav-tabs > li > a:hover,
.organigrama .nav-tabs > li.active > a,
.organigrama .nav-tabs > li.active > a:hover,
.organigrama .nav-tabs > li.active > a:focus {
  color: #ffffff;
  cursor: default;
  background-color: #444444;
  border: 0px solid #ddd;
  border-bottom-color: transparent;
}

.organigrama .nav-tabs > li > a:hover {
    cursor: pointer;
}

.organigrama h2 {
   font-size: 26px;
    line-height: 26px;
    text-transform: uppercase;
    color:#000000;
    font-weight: bold;
    margin: 50px 0 60px;
    padding: 0px; 
    text-align: center;
}

.organigrama img {
    margin: 0 auto;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media (min-width: 1240px) {
    .backend .container-fluid .col-lg-3 {
        width: 20%;
        height: auto;
        min-height: 90vh;
    }
    
    .backend .container-fluid .col-lg-9 {
        width: 80%;
        height: auto;
    min-height: 90vh;
    }
}

@media (max-width: 1240px) {
    .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: 10px 25px;
    }
    
    .navbar-nav>li>a .caret {
        position:absolute;
        right:25px;
        top: 50%;
    transform: translate(0%,-50%);
    }
    
    .nav > li.social {
      position: relative;
      display:inline-block;
        float:left;
      padding: 10px 0px 15px 25px;
    }
    
    .nav > li.social:last-child {
      position: relative;
      display:inline-block;
      padding: 10px 0px 15px 5px;
    }
    
    .nav > li.social a {
        padding: 0px 0px 0px 0px;
    }
    
    .collapse.in{
        display:block !important;
    }
    
    .navbar-toggle {
        margin-top:33px;
        position:relative;
    }
    
    .navbar.scrolled-nav .navbar-toggle {
        margin-top: 17px;
    }
    
    .navbar-nav .open .dropdown-menu {
       position: relative;
       float: left;
       width: 100%;
       margin-top: 0;
       background-color: transparent;
       border: 0;
       -webkit-box-shadow: none;
       box-shadow: none;
        clear:both;
    }
    
    .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 10px 25px 10px 25px;
      position:relative;
      color:#ffffff;
    text-transform: uppercase;
   font-family: 'Abadi MT Condensed';
    font-size: 20px;
      
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
      color:#000000;
      background:transparent;
  }
    
    .slick-prev {
        left: -5%;
    }

    .slick-next {
        right: -5%;
    }
    
    .backend .container-fluid {
        width:100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .navbar-brand {
      height: 50px;
    }

    .main-slider .col-lg-4 {
        padding: 2% 3% 0 3% !important;    
    }

    .main-slider .col-lg-4:before {
        top: 8%;
    }

    .main-slider .col-lg-4.centered-content {
        padding: 2% 0% 0 0% !important;
    }

     .main-slider h1 {
        font-size:40px;
        line-height: 40px;   
    }
    
    .main-slider p {
        font-size:18px;
        line-height: 20px;
    }
    
    .main-slider a {
        font-size: 21px;
        line-height: 21px;
    }
    
    .main-slider .col-lg-4.centered-content p{
        font-size: 26px;
        line-height: 38px;
    }

    .index .row .col-lg-4 .col-md-6 {
        margin: 3% 0% 0 0;
        padding: 0 0% 0 3%;
    }
    
    .index .row .col-lg-4 .col-lg-6 p,
    .index .row .col-lg-4.last .col-lg-6 p{
        font-size: 14px;
        line-height: 15px;
    }
}

@media (min-width: 1024px) {
    .main-slider .col-lg-4 {
        padding: 4% 3% 0 3% !important;    
    }

    .main-slider .col-lg-4:before {
        top: 12%;
    }
    
    .main-slider .col-lg-4.centered-content {
        padding: 4% 0% 0 0% !important;
    }
  
    .index .row .col-lg-4 .col-md-6 {
        margin: 5% 0% 0 0;
        padding: 0 3% 0 3%;
    }
    
    .index .row .col-lg-4 .col-lg-6 p {
        font-size: 15px;
        line-height: 19px;
    }
       
}
@media (max-width: 1024px) {
    .container-fluid.clientes-rural h3 {
        text-align:center;
        float:none;
        margin-right: 0%;
        clear:Both;
        width:100%;
        display:block;
    }

    .container-fluid.clientes-rural ul {
        width:100%; 
        text-align: center;
    }

    .container-fluid.clientes-rural ul li {
        display:inline-block;
        padding: 0 0.7% 0 0;
        max-width: 30%;
        height: auto; 
        text-align: center; 
        margin-bottom:10px;
    }
    
    .container-fluid.clientes-rural ul li img {
        height: auto;
        max-height: auto;
        width:auto;
        max-width: 100%;
    }
    
    .backend .container-fluid {
       margin: 0px;
        padding: 0px;
    }
    
    .backend .container-fluid .col-lg-3 {
        max-width: 270px;
    }
}

@media (max-width: 992px) {
    .main-slider .col-lg-4 {
        padding: 2% 3% 0 3% !important;    
    }

    .main-slider .col-lg-4:before {
        top: 8%;
    }

    .main-slider .col-lg-4.centered-content {
        padding: 2% 0% 0 0% !important;
    }
    
    .main-slider h1 {
        font-size:32px;
        line-height: 32px;   
    }
    
    .main-slider p {
        font-size:14px;
        line-height: 18px;
    }
    
    .main-slider a {
        font-size: 16px;
        line-height: 16px;
        padding: 15px 25px 15px 30px;
    }
    
    .main-slider .col-lg-4.centered-content p{
        font-size: 20px;
        line-height: 25px;
    }
    
    .main-slider .col-lg-4.centered-content img {
        max-width: 30%;
    }
    
    .main-slider .slick-dots li button {
        width:15px;
        height:15px;

    }
    
    .index .row  {
        background:#f8f8f8;
    }
    
    .index .row .col-lg-4 img.img-responsive.bigger {
        display:none;
    }

    .index .row .col-lg-4 img.img-responsive.smaller {
        display:block;
    }
    
    .index .row .col-lg-4 .col-sm-12 {
        position:relative;
        right: 0px;
        margin: 0% 0% 0 0;
        padding: 7%;
        background:#f8f8f8;
    }
    
    .index .row .col-lg-4 .col-sm-12 h2,
    .index .row .col-lg-4 .col-sm-12 h3 {
        color:#2ba4a1;
        font-size: 25px;
        line-height: 22px;
    }
    
    .index .row .col-lg-4 .col-sm-12 h2 br,
    .index .row .col-lg-4 .col-sm-12 h3 br {
        display:none;
    }
    
    .index .row .col-lg-4 .col-sm-12 p,
    .index .row .col-lg-4.last .col-sm-12 p{
        font-size: 14px;
        line-height: 15px;
        color:#000000;
        margin: 10px 0 20px 0;
    }
    
    .index .row .col-lg-4 .col-sm-12:after {
        width:1px;
        height:150px;
        content: " ";
        display:Block;
        background: #cccccc;
        position:absolute;
        top: 20px;
        right: 0px;
    }
    
    .index .row .col-lg-4:last-child .col-sm-12:after {
        display:none;
    }  
    
    .acceso-empleados-home .container-fluid a {
        font-size: 20px;
        line-height: 20px;
    }
    
    .servicios article .row {
        margin-bottom:0px;
    }
    
    .servicios article .row div {
        margin-bottom:20px;
    }
    
    .container-fluid.clientes-rural ul li {
        max-width: 35%;
    }
    .organigrama {
        padding: 80px 0 80px 0;
    }
    
    .organigrama .nav-tabs > li > a {
        padding: 0 25px;
    }
}

@media (max-width: 768px) {
    body {
        padding-top:71px;
        font-size:13px;
    }
    
    .navbar-brand,
    .navbar.scrolled-nav .navbar-brand{
      height: 50px;
        margin: 10px 0 10px 0; 
        padding: 0px;
    }
    
    .navbar .tel-fijo {  
        height:71px;
        margin: 0 0px 0 15px;
    }
    
    
    .tel-fijo p,
    .navbar.scrolled-nav .tel-fijo p{
       padding: 0px 0;
        font-size:16px;
        color: #231f20; 
        line-height: 22px;
    }
    
    .tel-fijo p span {
        font-size: 22px;
        color: #2ba4a1;
    }
    
    .tel-fijo p span.nro-smaller {
        font-size: 18px;
    }
    
    .navbar-toggle {
        margin-top: 17px;
        padding-right:0px;
    }
    
    .main-slider .col-lg-4,
    .main-slider .col-lg-4.centered-content{
        padding: 5% 2% 5% 3% !important;
        text-align:left;
    }

    .main-slider .col-lg-4:after {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(233, 233, 233, 0);
        border-bottom-color: #e9e9e9;
        border-width: 20px;
        margin-left: -20px;
    }
        
    .main-slider h1 {
        font-size:28px;
        line-height: 28px;  
        padding: 0px;
        margin:0px;
    }
    
    .main-slider h1 br {
        display:none;
    }
    
    .main-slider p {
        font-size:14px;
        line-height: 16px;
        margin:10px 0;
        padding: 0px;
    }
    
    .main-slider a {
        font-size: 14px;
        line-height: 14px;
        padding: 10px 25px 10px 30px;
        margin-top: 5px; 
    }
    
    .main-slider .col-lg-4.centered-content p{
        font-size: 18px;
        line-height: 22px;
    }
    
    .main-slider .col-lg-4.centered-content img {
      position:absolute;
        top:2%;
        right:25px;
        max-width: 10%;
    }
    
    .main-slider .slick-dots {
        left:auto;
        bottom:30px;
        right: 25px;
    }
    
    .index .row .col-xs-12 img {
        width:50%;
        float:left;
    }
    
    .index .row .col-xs-6 {
        padding: 3% 0% 0 3% !important;
        border-top: 1px solid #cccccc;
    }
    
    .index .row .col-lg-4 .col-xs-6:after {
        display:none;
    }
    
    .acceso-empleados-home {
        min-height: 84px;
    }
    
    .index .btn {
        margin-top: 0px; 
    }  
    
    .slider-logos .intro h1 {
        font-size:28px;
        line-height: 28px;  
        padding: 0px;
        margin:0px;
    }
    
    .slider-logos .intro p {
        font-size:16px;
        line-height: 16px;  
        padding: 5px 30px;
        margin:0px;
    }
    
    .slider-descripcion h2 {
        font-size: 24px;
        line-height: 24px;
        letter-spacing: -0px;
        text-align:left;
        margin: 0px 0 5px 0;
    }
    .slick-prev  {
        left: -15%;
    }

    .slick-next {
        right: -15%;
    }
    
    #registro, #login {
        padding-top: 50px;
        padding-bottom:40px; 
    }
    
    #registro h1,
    #login h2 {
        font-size:28px;
        line-height: 28px;  
    }
    
    #registro p,
    #login p {
        font-size: 18px;
        line-height: 18px;
    }
    
    #registro .col-sm-6.col-xs-12:first-child {
        margin-bottom:15px;
    }
    
    form input[type="text"].form-control,
    form input[type="mail"].form-control,
    form input[type="password"].form-control {
        height:50px;
    }
    
    #registro .btn,
    #login .btn {
        font-size: 19px;
        line-height: 19px;
        padding:15px;
    }
    
    .noticias,
    .noticia,
    .servicios{
        padding-top: 50px;
        padding-bottom:40px; 
    }
    .landing-mailing .noticias {
        padding-bottom: 40px;
    }

    .landing-mailing .noticias .noticia-intro,
    .organigrama {
        padding: 50px 0;
    }
    
    .noticias h1,
    .noticia h1,
    .rural h1,
    .servicios h1,
    .desc-conocenos h1,
    .organigrama h1{
        font-size:28px;
        line-height: 28px;  
    }
    
    .noticias article {
        padding: 30px 0;
    }
    
    .noticias article .col-xs-12 h4,
    .landing-mailing .noticias article .col-lg-2 h4 {
        font-size: 22px;
        line-height: 28px;
        text-align:center;
        margin: 0px;
    }
    
    .noticias article .col-xs-8 img,
    .noticia img{
        width:80%;
        margin: 20px auto;
    }
    .noticias article .col-xs-12 {
        text-align: center;
    }
    .noticias article .col-xs-12 h2,
    .noticia h2,
    .desc-conocenos h2,
    .landing-mailing .noticias article .col-lg-10 h2,
    .organigrama h2{
        font-size: 22px;
    }
    .organigrama h2{
        margin: 25px 0 20px;
    }
    .noticias article .col-xs-12 p,
    .noticia p,
    .desc-conocenos p,
    .noticias article .col-lg-10 p{
        font-size: 16px;
        line-height: 22px;
    }
    
    .noticias article .col-xs-12 p a,
    .noticias article .col-lg-10 p a {
        display:block;
        margin-top:10px;
    }
    
    .landing-mailing .modulo span {
        width: 100px;
        display: block;
        float:none;
        clear:both;
        margin: 0 auto;
    }

    .landing-mailing .modulo div {
        width: 100%;
        display: block;
        float: left;
    }
    
    .container-fluid.rural {
        padding-top: 50px;
    }
    
    .rural .jumbotron {
        padding:35px 0px;
    }
    
    .rural .jumbotron blockquote {
        font-size: 15px;
        line-height: 22px;
    }
    
    .rural .jumbotron blockquote:before {
        left:-30px;
        width:30px;
        height:35px;
        background-size:  auto 100%;
    }
    
    .rural .jumbotron blockquote:after {
        right:-30px;
        width:30px;
        height:35px;
        background-size:  auto 100%;
    }
    
    .container-fluid.servicios-rural h2 {
        font-size:22px;
        max-width: 90%;
    }
    
    .container-fluid.servicios-rural ul li {
        font-size: 15px;
        line-height: 22px;
        margin-bottom:25px;
    }
    
        .container-fluid.clientes-rural ul li {
        max-width: 48%;
            padding: 0 2%;
    }
    
    .servicios article {
        padding: 40px 0 0;
    }
    
    .servicios article h2 {
        font-size:22px;
        max-width: 90%;
    }
    
    .gpsr, .webmail {
        width:50%;
        height:auto;
        min-height: auto;
    }


    .gpsr a, .webmail a {
        width:100%;
        height:100%;
        display:Block;

    }

    .gpsr a span, .webmail a span {
        position:relative;
        top: auto;
        left:auto;
        transform: translate(-0%,-0%);
        text-align:center;
        font-size: 28px;
        display: block;
        width: 280px;  
        height:280px;
        border-radius: 100%;
        margin: 70px auto;
        padding: 10px;
    }

    .gpsr a span img, .webmail a span img {
        width:auto;
        max-width: 65%;
        height:auto;
        display:Block;
        margin: 25px auto 0;
    }
    
    .container-fluid.conocenos {
        width:100%;
        padding: 0px;
    }
    .conocenos .img-container {
        padding: 0px;
        width:100%;
        margin: 0px;
    }
    
    .conocenos img.bigger {
        display:none;
    }
    
    .conocenos img.smaller {
        display:block;
        width:100%;
    }
    
    .desc-conocenos {
        padding: 20px 5% 0 5%;
    }
    
    .desc-conocenos-bullets {
        padding: 0px 5% 60px 5%;
    }
    
    .desc-conocenos h2 {
        font-size: 22px;
        margin: 15px 0;
    }
    
    .backend .container-fluid .col-lg-3 {
        max-width: 100%;
        height:auto;
        padding:0px;
    }
    
    .backend .container-fluid .col-lg-3 ul {
         padding:0px;
        margin:0px;
    }
    
    .backend .container-fluid .col-lg-3 ul li a {
       padding: 15px 5%;
       font-size: 18px;    
    }
    
    .backend .container-fluid .col-lg-3 ul li a .caret {
        right:5%;
    }
    
    .backend .container-fluid {
        height: auto;
    }
    
    .backend .container-fluid .col-lg-9 {
       height: auto;
        padding: 50px 0;
    }
    
    .backend .centered h1 {
        font-size: 36px;
        padding: 10px 0 0;
    }
    
    .backend .centered h2 {
        padding: 0px 0 20px;
    }
    
    .backend .centered input{
        margin: 40px 0 20px;
    }
    
    .backend .container-fluid .col-lg-9.inicio-afiliados,
    .backend .container-fluid .col-lg-9.inicio-comercios {
        height: 400px;
        margin: 0px;
    }

    .backend .container-fluid .col-lg-9.inicio-afiliados h1,
    .backend .container-fluid .col-lg-9.inicio-comercios h1 {
        font-size: 36px;
    }

    
}

@media (max-width: 740px) {
    body {
        padding-bottom:40px;
    }
    .organigrama .nav-tabs > li > a {
        padding: 0 15px;
        height:30px;
        line-height: 30px;
        margin-right: 7px;
        margin-bottom: 10px;
    }
}

@media (max-width: 550px) {
    body {
        padding-top:95px;
    }
    
    .tel-fijo,
    .navbar.scrolled-nav .tel-fijo {
        width:110%;
        height: auto;
        max-width: 110% !important;
        margin: 0px !important;
        position:absolute;
        left:-5% !important;
        height: 30px !important;
        padding:0px !important;
        bottom:-25px;
        padding: 3px 0 !important;
        border-bottom: 1px solid #cccccc;   
    }
    
    .tel-fijo p,
    .navbar.scrolled-nav .tel-fijo p {
        margin: 0px; padding: 0px;
    }
    
    .tel-fijo p span {
        clear:none;
        display:inline;
        padding: 0 0 0 0
    }
    
    .index .row .col-xs-12 img {
        width:100%;
    }
    
    .index .row .col-xs-12 .col-xs-6{
        width:100%;
        padding: 25px !important;
    }
    
    .slider-logos .intro {
        padding-top: 40px;
    }
    
    .slider-logos .intro h1 {
        font-size:24px;
        line-height: 24px;  
        padding: 0px;
        margin:0px;
    }
    
    .slider-logos .intro p {
        font-size:14px;
        line-height: 14px;  
    }
    
    .slick-prev,
    .slick-next {
        top: -15%;

    }
    
    .slick-prev {
        left: 0%;
    }
    
    .slick-next {
        right: -0%;
    }
    
    .comercios-desc-slider.col-xs-9 {
        width: 100% !important;
    }
    
    .slider-descripcion a {
        font-size: 14px;
        line-height: 14px;
    }
    
    #registro .btn,
    #login .btn {
        font-size: 16px;
        line-height: 16px;
        padding:15px 20px;
        text-align:left;
    }
    
    #registro .btn.btn-default .caret,
    #login .btn.btn-default .caret{
        right: 30px;
    }
    
    .noticias article .col-xs-8,
    .noticia .col-xs-8{
        width:100%;
        margin:0px;
        padding:0px;
    }
    
    
    .noticias .col-xs-12,
    .servicios-rural .col-xs-12{
        padding: 0px;
    }
    
    
    article .col-xs-8 img,
    .noticia img {
        width:100%;
        margin: 15px auto;
    }
    .noticias article .col-xs-12 {
        text-align: center;
    }
    .noticias article .col-xs-12 h2,
    .noticia h2 {
        font-size: 20px;
        line-height: 24px;
    }
    
    .noticias article .col-xs-12 p,
    .noticia p,
    .servicios .desc-servicio p {
        font-size: 14px;
        line-height: 18px;
    }
    
    .noticias article .col-xs-12 p a {
        display:block;
        margin-top:10px;
    }
    
    .servicios article img {
        clear:both;
        display:block;
        float:none;
        margin: 0 auto;
        max-width: 70%;
        width: auto;
    }
    
    .servicios article .desc-servicio {
        width:100%;
        text-align: center;
    }
    
    .servicios .desc-servicio h3 {
        font-size: 20px;
        line-height: 24px;
        margin: 0px 0 5px 0;
    }
    
    .gpsr, .webmail {
        width:100%;
        height:auto;
        min-height: auto;
    }
    
    .gpsr a span, .webmail a span {
        font-size: 24px;
        width: 250px;  
        height:250px;
        margin: 30px auto;
    }
    
    .desc-conocenos-bullets ul li span.icn_desc {
        width:18%;
    }
    
    .desc-conocenos-bullets ul li span.text_desc {
        width: 72%;

    }


}

@media (max-width: 480px) {
    body {
        padding-bottom:55px;
    }
    
    .rural .jumbotron blockquote {
        font-size: 14px;
        line-height: 20px;
        width:100%;
        padding: 0;
    }
    
    .rural .jumbotron blockquote:before,
    .rural .jumbotron blockquote:after {
        display:none;
    }
    
    .desc-conocenos-bullets ul li span.icn_desc {
        width:100%;
        display: block;
        text-align: center;
    }
    
    .desc-conocenos-bullets ul li span.icn_desc img {
        margin: 20px auto 10px;
        width: 40%;
        max-width: 30%;
    }
    
    .desc-conocenos-bullets ul li span.text_desc {
        width:100%;
        display: block;
        text-align: center;
        margin-bottom:30px;

    }
    
    .tel-fijo,
    .navbar.scrolled-nav .tel-fijo {
        height: 45px !important;
        bottom:-40px;
    }
    
    
    .tel-fijo p span.nro-smaller {
        clear:none;
        display:block;
        padding: 0 0 0 0
    }
    
    .backend .centered h1 {
        font-size: 32px;
        padding: 0px 0 0;
    }

    
    .backend .container-fluid .col-lg-3 ul li:first-child a {
        margin-top: 20px;   
    }
    
    
    
    .backend .container-fluid .col-lg-9.inicio-afiliados,
    .backend .container-fluid .col-lg-9.inicio-comercios {
        height: 300px;
        margin: 0px;
        background-size:  auto 100%;
    }

    .backend .container-fluid .col-lg-9.inicio-afiliados h1,
    .backend .container-fluid .col-lg-9.inicio-comercios h1{
        font-size: 32px;
        line-height: 32px;
    }
    
    .backend .centered input{
        margin: 20px 0 20px;
    }
    
    .facturacion .btn-default .caret {
        right: 12%;
    }
    
    
}
@media (max-width: 400px) {
    .facturacion .btn-default .caret {
        right: 12%;
    }   
    
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


.sugerencias_gracias{padding:200px 0 200px 0;}
.sugerencias_gracias h1{background-color:#2ba4a1; padding:60px 33px 60px 33px; color:#fff; font-family:'Abadi MT Condensed Extra'; box-shadow:2px 5px 19px -9px rgba(0,0,0,1); text-align:center; margin:auto auto 33px auto; width:600px; border-radius:21px;}
.sugerencias_gracias .btn{background-color:rgba(0,0,0,0.5); float:none; margin:45px auto auto auto; width:200px; display:block;}