/*  
    V1 - 10/12/2018
	ORGULLO ORUREÑO - 20178
*/

/* RESET */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* RESET */

@font-face {
  font-family: 'Montserrat-Bold';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Light';
  src: url('../fonts/Montserrat-Light.eot');
  src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Sofia ProLight';
  src: url('../fonts/SofiaProLight.eot');
  src: url('../fonts/SofiaProLight.eot?#iefix') format('embedded-opentype'), url('../fonts/SofiaProLight.woff') format('woff'), url('../fonts/SofiaProLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
/* ---------------------------- SETTINGS ---------------------------- */
/* CONTENEDOR */
/* --------------------- FUENTES TAMAÑOS ---------------------*/
/* --------------------- FUENTES TAMAÑOS ---------------------*/
/* --------------------- COLORES ---------------------*/
/*         BASE               */
/*         BASE 2             */
/*         BASE 2             */
/*         TEXTO              */
/*         TEXTO              */
/* --------------------- COLORES ---------------------*/
/* --------------------- COLORES GAMAS ---------------------*/
/* --------------------- COLORES GAMAS ---------------------*/

/* ---------------------------- SETTINGS ---------------------------- */

body {
  color: #1b3764;
  font-size: 16px;
  font-family: 'Montserrat-Light', Arial, Tahoma, Verdana;
  line-height: 24px;
  background: #f7f7f7;
}
a {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
a:hover {
  text-decoration: none;
  opacity: 0.70;
}
h1,
h2,
h3,
h4 {
  font-family: 'Montserrat-Bold', Arial, Tahoma, Verdana;
  font-weight: 100;
}
h1 {
  color: #ce2635;
  font-size: 40px;
  line-height: 44px;
  text-transform: uppercase;
  margin: 0 2% 20px 2%;
}
h2 {
  font-size: 22px;
  line-height: 22px;
  margin: 20px 0;
}
.content-uc {
  overflow: hidden;
  position: relative;
  line-height: 90vh;
  text-align: center;
  background: url(../img/orgullo_orureno_en_construccion.jpg) no-repeat right top;
  background-size: 110% auto!important;
  width: 100%;
  height: 100vh;
}
.content-uc img {
  display: inline-block;
  vertical-align: middle;
}
.contHd {
  /*overflow: hidden;*/
  background: #ce2635;
  height: 50px;
  margin: 0 !important;
  padding: 0 !important;
}
a.logo:link,
a.logo:visited {
  float: left;
  overflow: hidden;
  display: block;
  color: #f7f7f7;
  font-family: 'Sofia ProLight', Arial, Tahoma, Verdana;
  font-size: 22px;
  letter-spacing: 8px;
  line-height: 47px !important;
  text-transform: uppercase;
  width: auto;
  height: 50px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}
.collapse {
  margin: 0 !important;
}
.contHd nav {
  background: transparent;
  border: 0;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.contHd nav ul {
  float: left;
  font-size: 12px;
  margin: 0;
}
.contHd nav ul li {
  display: inline-block;
  position: relative;
}
.contHd nav ul li a {
  color: #f7f7f7 !important;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  height: 50px;
  padding: 0 20px;
}
.contHd nav a:hover {
  color: #f7f7f7 !important;
  background: transparent !important;
}
.contHd nav .active a {
  font-family: 'Montserrat-Bold', Arial, Tahoma, Verdana;
  background: transparent !important;
}
.contHd nav ul li.nav-rs a {
  padding: 0 10px;
}
.contHd nav ul li.nav-rs img {
  display: inline-block;
  vertical-align: middle;
}
.contHd nav ul li a.fbk {
  outline: none;
  position: relative;
  text-indent: -9000px;
  text-decoration: none;
  background: url(../lib/facebook.svg);
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: none !important;
  background-size: 15px 15px;
  width: 30px;
  height: 30px;
  margin-top: 8px;
  padding: 0;
}
.contHd nav ul li a.twt {
  outline: none;
  position: relative;
  text-indent: -9000px;
  text-decoration: none;
  background-image: url(../lib/twitter.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: transparent !important;
  background-size: 15px 15px;
  width: 30px;
  height: 30px;
  margin-top: 8px;
  padding: 0;
}
/*
.contHd nav ul li a.twt:hover{
    background-image: url(../lib/twitter.svg) !important;
    background-repeat: no-repeat !important;    
    background-position: center !important;
    background-color: transparent !important;
    filter: alpha(opacity=100);
    -moz-opacity: 1.00;
    -khtml-opacity: 1.00;
    opacity: 1.00;    
}
*/

.banner {
  overflow: hidden;
  width: 100%;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
.banner img {
  display: block;
  width: 100%;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
.content {
  padding: 40px 0 !important;
}
.content .row {
  margin: 20px 2%;
}
.content p {
  text-align: left;
  margin: 20px auto;
}
.content a {
  color: #ce2635;
  text-decoration: underline;
}
.content a:hover {
  text-decoration: none;
}
.content ul {
  margin: 20px 0;
}
.content ul li {
  float: left;
  position: relative;
  text-align: left;
  width: 80%;
  margin: 10px 0;
  padding-left: 20px;
}
.content ul li:before {
  top: 5px;
  left: 0;
  content: "";
  position: absolute;
  background-color: #ce2635;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.content ol {
  clear: both;
  display: block;
  list-style-type: decimal !ie;
  /*IE 7- hack*/
  margin-left: 15px;
  counter-reset: li-counter;
  margin: 10px 0;
}
.content ol li {
  overflow: hidden;
  position: relative;
  text-align: left;
  margin: 6px 0;
  padding-left: 36px;
}
.content ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  color: #ce2635;
  font-family: 'Montserrat-Bold', Arial, Tahoma, Verdana;
  font-weight: 100;
  text-align: right;
  width: 26px;
  content: counter(li-counter) ".";
  counter-increment: li-counter;
}
.content .cnt-interior {
  margin: 0 !important;
  padding: 0 !important;
}
.content .cnt-interior .col-md-9 {
  margin: 0 !important;
  padding: 0 2% !important;
}
.content .large {
  background: white;
  margin-bottom: 40px;
}
.content .large img {
  display: block;
  width: 100%;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
.content .large .card-content {
  font-size: 16px;
  line-height: 20px;
  padding: 20px 30px;
}
.content .large .card-content .card-date {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
}
.content .large .card-content .card-title a {
  display: block;
  color: #ce2635;
  font-size: 36px;
  font-family: 'Montserrat-Bold', Arial, Tahoma, Verdana;
  line-height: 40px;
  text-decoration: none;
  width: 100%;
  margin: 10px 0;
}
.content .large .card-action {
  padding: 10px 30px 30px 30px;
}
.content .large .card-action a {
  color: #ce2635;
  font-size: 14px;
  text-decoration: underline;
  text-transform: uppercase;
}
.content .large .card-action a:hover {
  text-decoration: none;
}
.content .small {
  margin: 20px 0 !important;
  padding: 0 20px !important;
}
.content .demo {
  margin: 50px 0 !important;
  padding: 0 !important;
}
.content .col-md-12 {
  margin-left: 0 !important;
}
.content .list-4 {
  margin: 20px 10px 200px 30px !important;
  padding: 0 14px !important;
}
.content .list-4 .card-content {
  padding: 20px !important;
}
.content .list-4 .card-content .card-title {
  display: block;
  color: #ce2635;
  font-size: 18px !important;
  font-family: 'Montserrat-Bold', Arial, Tahoma, Verdana;
  line-height: 22px !important;
}
.content .list-4 .card-content p {
  font-size: 14px;
  line-height: 18px;
}
.content .list-5 {
  margin: 20px 15px 20px 25px !important;
  padding: 0 15px !important;
}
.content .list-5 .card-content {
  padding: 20px !important;
}
.content .list-5 .card-content .card-title a {
  font-size: 18px !important;
  line-height: 22px !important;
}
.content .small .card-image img {
  display: block;
  width: 100%;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
.content .small .card-content {
  font-size: 16px;
  line-height: 20px;
  background: white;
  padding: 20px 40px;
}
.content .small .card-content .card-date {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
}
.content .small .card-content .card-title a {
  display: block;
  color: #ce2635;
  font-size: 22px;
  font-family: 'Montserrat-Bold', Arial, Tahoma, Verdana;
  line-height: 26px;
  text-decoration: none;
  width: 100%;
  margin: 10px 0;
}
.content .small .card-action {
  background: white;
  padding: 10px 30px 30px 30px;
}
.content .small .card-action a {
  color: #ce2635;
  font-size: 14px;
  text-decoration: underline;
  text-transform: uppercase;
}
.content .small .card-action a:hover {
  text-decoration: none;
}
.content .sel-categoria {
  padding: 0 50px;
}
.content .sel-categoria h3 {
  color: #ce2635;
  font-family: 'Montserrat-Bold', Arial, Tahoma, Verdana;
  text-transform: uppercase;
}
.content .sel-categoria ul {
  margin: 20px 0;
}
.content .sel-categoria ul li {
  border-bottom: 1px solid #d8d8d8;
  margin: 0;
  padding-left: 0;
}
.content .sel-categoria  ul li:before {
  display: none;
}
.content .sel-categoria ul li a {
  display: block;
  color: #727272;
  font-size: 14px;
  font-family: 'Montserrat-Bold', Arial, Tahoma, Verdana;
  text-decoration: none;
  padding: 14px 0;
}
.content .sel-categoria ul li a {
  text-decoration: none;
}
.contOp {
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  background: #d8d8d8;
  width: 100%;
  padding: 20px 0 50px 0;
}
.contOp div {
  float: none !important;
  display: inline-block !important;
  text-align: left;
  margin: 0 30px;
}
.contOp div h4 {
  color: #262626;
  font-size: 16px;
  text-transform: uppercase;
  margin: 10px 0;
}
.contFt {
  overflow: hidden;
  color: #f7f7f7;
  font-size: 12px;
  line-height: 18px;
  background: #262626;
  width: 100%;
  padding: 20px 0;
}
.contFt div {
  padding: 10px 5%;
}
/*
div img {
  display: block;
  width: 100%;
}
*/

/*
.indy-fade-box-container .indy-fade-box {
  opacity: 0;
}
.indy-fade-box-container .indy-fade-box.hide {
  opacity: 0;
}
.indy-fade-box-container .indy-fade-box.show {
  opacity: 1;
}
.indy-fade-box-container.fade-in {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}
.indy-fade-box-container.fade-in .indy-fade-box.animate {
  -webkit-transform: translateY(150px);
  -ms-transform: translateY(150px);
      transform: translateY(150px);
  -webkit-animation: fadeIn 0.7s ease forwards;
  animation: fadeIn 0.7s ease forwards;

  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);

    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);

    opacity: 1;
  }
}
*/

#indy-masonry-container::before {
  content: "";
  display: table;
  clear: both;
}
#indy-masonry-container {
  /*overflow: hidden;*/
  width: 98%;
  min-width: 98%;
  max-width: 98%;
  margin-top: 0;
  padding: 0 !important;
}
#indy-masonry-container::after {
  content: "";
  display: table;
  clear: both;
}
/*
.demo{border:1px solid red;
  margin-bottom: 24px !important;
  border-radius: 4px;
  overflow: hidden;
}
*/

#indy-masonry-container .col-md-4 {
  width: 29% !important;
  margin-left: 40px !important;
}
.spL {
  border-bottom: 1px solid #eaeaea;
  margin: 20px 0;
}
.subtitulo2 {
  color: #1b3764 !important;
  font-size: 20px;
  font-family: 'Montserrat-Bold', Arial, Tahoma, Verdana;
  font-weight: 100;
}
.subtitulo3 {
  color: #ce2635 !important;
  font-size: 20px;
  font-family: 'Montserrat-Bold', Arial, Tahoma, Verdana;
  font-weight: 100;
}
b,
.bold,
.bold2,
.bold3 {
  font-family: 'Montserrat-Bold', Arial, Tahoma, Verdana;
  font-weight: 100;
}
.bold2 {
  color: #1b3764 !important;
}
.bold3 {
  color: #ce2635 !important;
}
.color2 {
  color: #1b3764 !important;
}
.color3 {
  color: #ce2635 !important;
}
.small,
.small2,
.small3 {
  font-size: 12px;
  line-height: 12px !important;
}
.small2 {
  color: #1b3764 !important;
}
.small3 {
  color: #ce2635 !important;
}
.color1 {
  color: #1b3764 !important;
}
.color3 {
  color: #ce2635 !important;
}
a.lnkPrv:link,
a.lnkPrv:visited {
  float: left;
  display: block;
  outline: none;
  text-indent: -9000px;
  text-decoration: none;
  background: url(../lib/ar2_l.png) no-repeat center;
  width: 20px;
  height: 34px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.50;
  -khtml-opacity: 0.50;
  opacity: 0.50;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
a.lnkPrv:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1.00;
  -khtml-opacity: 1.00;
  opacity: 1.00;
}
a.btn02:link,
a.btn02:visited {
  float: left;
  display: block;
  color: #58595b;
  font-size: 14px;
  line-height: 28px;
  font-family: 'OpenSansCondensedLight', Arial, Tahoma, Verdana;
  font-weight: 100;
  text-align: left;
  background: white;
  border: 1px solid #c1c1c2;
  height: 30px;
  margin: 10px;
  padding: 0 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn02 ico {
  float: left;
  display: block;
  margin: 1px 6px 0 -10px;
}
a.btnDel:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  -khtml-opacity: 0.80;
  opacity: 0.80;
}
.adjDoc,
.adjPdf,
.adjPpt,
.adjTxt,
.adjXls,
.adjZip {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  color: #1b3764 !important;
  font-size: 14px;
  font-family: 'Montserrat-Bold', Arial, Tahoma, Verdana;
  line-height: 16px;
  text-align: left;
  text-decoration: none !important;
  border: 1px solid #cdd2d5;
  width: 45%;
  min-height: 50px;
  margin: 5px 35px 10px auto !important;
  padding: 8px 10px !important;
}
.adjDoc:hover,
.adjPdf:hover,
.adjPpt:hover,
.adjTxt:hover,
.adjXls:hover,
.adjZip:hover {
  color: #262626 !important;
}
.adjDoc ico,
.adjPdf ico,
.adjPpt ico,
.adjTxt ico,
.adjXls ico,
.adjZip ico {
  float: left;
  background-image: url(../lib/sprite_ico_adj.png);
  background-repeat: no-repeat;
  display: block;
  width: 51px;
  height: 51px;
  margin-right: 14px;
}
.adjDoc ico {
  background-position: 0 0;
}
.adjPdf ico {
  background-position: -51px 0;
}
.adjPpt ico {
  background-position: -102px 0;
}
.adjTxt ico {
  background-position: -153px 0;
}
.adjXls ico {
  background-position: -204px 0;
}
.adjZip ico {
  background-position: -255px 0;
}
a.adjDoc:before,
a.adjPdf:before,
a.adjPpt:before,
a.adjTxt:before,
a.adjXls:before,
a.adjZip:before {
  content: "Descargar";
  position: absolute;
  left: 75px;
  bottom: 10px;
  color: #ce2635;
  font-size: 10px;
  font-family: 'Montserrat-Light', Arial, Tahoma, Verdana;
}
.adjDoc .txt-desc,
.adjPdf .txt-desc,
.adjPpt .txt-desc,
.adjTxt .txt-desc,
.adjXls .txt-desc,
.adjZip .txt-desc {
  float: left;
  display: block;
  line-height: 18px;
  width: 86%;
  padding-top: 4px;
}
ul.li-rs {
  clear: both;
  overflow: hidden;
  display: table;
  width: auto;
  margin: 60px auto 20px auto;
}
ul.li-rs li {
  float: left;
  width: auto;
  margin: 2px 8px;
  padding: 0;
}
ul.li-rs li:first-child {
  font-family: 'Montserrat-Bold', Arial, Tahoma, Verdana;
  font-weight: 100;
  font-size: 14px;
  line-height: 38px;
  margin: 2px 0;
  padding: 0;
}
ul.li-rs li:before {
  display: none;
}
ul.li-rs li a {
  display: block;
  color: #f7f7f7;
  font-size: 14px;
  font-family: 'Montserrat-Bold', Arial, Tahoma, Verdana;
  line-height: 40px;
  text-align: left;
  text-decoration: none;
  border-radius: 4px;
  width: 150px;
  height: 40px;
  padding: 0 !important;
  margin: 0 !important;
}
ul.li-rs li a.fbk {
  text-align: center;
  background-color: #0076bf;
}
ul.li-rs li a.twt {
  text-align: center;
  background-color: #1da1f2;
}
ul.li-rs li a.wta {
  text-align: center;
  background-color: #3ebb50;
}
ul.pagination-lg {
  font-family: 'Montserrat-Regular', Arial, Tahoma, Verdana;
  background: transparent;
  border: 0;
}
ul.pagination-lg li {
  float: left;
  clear: none;
  background: none;
  width: auto;
  margin: 2px 8px;
  padding: 0;
}
ul.pagination-lg li:before {
  display: none;
}
ul.pagination-lg li a {
  color: #1b3764;
  font-size: 16px;
  background: transparent;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
ul.pagination-lg .active {
  color: #ce2635;
}
ul.pagination-lg .active a {
  color: #ce2635;
  font-family: 'Montserrat-Bold', Arial, Tahoma, Verdana;
  background: #f7f7f7;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
ul.pagination-lg .active a:hover {
  color: #ce2635;
  background: #f7f7f7;
}
/* ---------------------------- TABLAS ---------------------------- */

.fxdHd {
  display: block;
  overflow-y: auto;
  width: 100%;
  height: 200px;
  margin-top: -18px;
}
.tabA thead th {
  overflow: hidden;
  color: white;
  font-size: 12px;
  font-weight: 100;
  line-height: 12px !important;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle !important;
  background: #f7f7f7;
  padding: 10px 20px !important;
}
.tabA tbody td {
  color: #1b3764;
  font-size: 14px;
  font-family: 'OpenSansCondensedLight', Arial, Tahoma, Verdana;
  font-weight: 100;
  text-align: center;
  border: 0 !important;
  padding: 10px 20px !important;
}
.tabA tbody td.txt-left {
  text-align: left;
}
.tabA tbody td input,
.tabA tbody td select {
  border-bottom: 1px solid #f7f7f7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.tabA .cnt-table {
  padding: 0 !important;
}
.tabA table .table {
  margin: 0 !important;
}
/* ---------------------------- TABLAS ---------------------------- */

/* ---------------------------- FORMULARIOS ---------------------------- */

form .form-group {
  text-align: left;
  margin: 20px 0;
}
form .form-group div {
  text-align: left;
  margin: 0;
  padding: 0;
}
form .form-group label {
  font-size: 16px;
  font-family: 'Montserrat-Bold', Arial, Tahoma, Verdana;
  text-align: left;
  margin: 5px 0 0 0;
  padding: 0;
}
form .form-group .btn-lg {
  color: white;
  font-family: 'Montserrat-Bold', Arial, Tahoma, Verdana;
  background: #1b3764;
  margin: 5px 0;
  padding: 15px 60px;
}
form .form-group input,
form .form-group textarea,
form .form-group select,
form .form-group button {
  float: left;
  font-size: 16px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form .form-group select {
  cursor: pointer;
  background: white url(../lib/ar_dwn.svg) no-repeat 99% center;
  background-size: 19px 17px;
  padding: 0 2%;
}
form .form-group .cntEr {
  float: left;
  display: block;
  overflow: hidden;
  color: white;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  background: #e5757f;
  width: 70%;
  margin-bottom: 5px;
  padding: 8px 20px 10px 20px;
}
form .form-group .cntSnd {
  float: left;
  display: block;
  overflow: hidden;
  color: white;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  background: #729ad9;
  width: 70%;
  margin-bottom: 5px;
  padding: 8px 20px 10px 20px;
}
/* ---------------------------- FORMULARIOS ---------------------------- */

/* ---------------------------- MEDIA QUERIES ---------------------------- */

@media screen and (min-width: 1441px) and (max-width: 1570px) {
  .content-uc {
    background-size: 160% auto!important;
  }
  .content .list-5 {
    margin: 20px 15px 20px 15px !important;
  }
}
@media screen and (min-width: 1230px) and (max-width: 1440px) {
  .content-uc {
    overflow: hidden;
    position: relative;
    line-height: 90vh;
    text-align: center;
    background: url(../img/orgullo_orureno_en_construccion.jpg) no-repeat right top;
    background-size: 160% auto!important;
    width: 100%;
    height: 100vh;
  }
  .contHd nav ul {
    margin-right: -20px;
  }
  .contHd nav ul li a {
    padding: 0 16px;
  }
  .content .list-5 {
    margin: 20px 15px 20px 17px !important;
  }
  .content .list-4 {
    margin: 20px 10px 20px 20px !important;
    padding: 0 14px !important;
  }
  .content .list-4 .card-content {
    padding: 20px !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1290px) {
  .content-uc {
    overflow: hidden;
    position: relative;
    line-height: 90vh;
    text-align: center;
    background: url(../img/orgullo_orureno_en_construccion.jpg) no-repeat right top;
    background-size: 170% auto!important;
    width: 100%;
    height: 100vh;
  }
  a.logo:link,
  a.logo:visited {
    font-size: 18px;
    letter-spacing: 4px;
    line-height: 50px;
  }
  .contHd nav ul {
    margin-right: -20px;
  }
  .contHd nav ul li a {
    padding: 0 16px;
  }
  .content .list-5 {
    margin: 20px 15px 20px 15px !important;
  }
}
@media (min-width: 971px) and (max-width: 1199px) {
  .contHd {
    height: 50px;
  }
  a.logo:link,
  a.logo:visited {
    font-size: 14px;
    letter-spacing: 4px;
    line-height: 52px !important;
  }
  .contHd nav ul {
    margin-right: -20px;
  }
  .contHd nav ul li a {
    font-size: 10px;
    padding: 0 8px;
  }
  #indy-masonry-container {
    /*overflow: hidden;*/
    width: 96%;
    min-width: 96%;
    max-width: 96%;
    margin-left: -2% !important;
  }
}
@media screen and (min-width: 749px) and (max-width: 970px) {
  #indy-masonry-container {
    /*overflow: hidden;*/
    width: 96%;
    min-width: 96%;
    max-width: 96%;
    margin-left: -3% !important;
  }
  .content-uc {
    background-size: 160% auto!important;
  }
  .navbar-header {
    height: 50px !important;
  }
  .contHd {
    height: 50px;
  }
  a.logo:link,
  a.logo:visited {
    font-size: 18px;
    letter-spacing: 6px;
    line-height: 48px;
  }
  .contHd nav ul li a {
    padding: 0 10px;
  }
  #indy-masonry-container .col-md-4 {
    width: 46% !important;
    margin-left: 40px !important;
  }
}
@media (max-width: 750px) {
  #indy-masonry-container {
    /*overflow: hidden;*/
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    margin-left: 5% !important;
  }
  #indy-masonry-container .col-md-4 {
    width: 98% !important;
    margin-left: 1px !important;
  }
  a.logo:link,
  a.logo:visited {
    font-size: 15px;
    letter-spacing: 1px;
  }
  .content {
    padding: 5px 0 !important;
  }
  .content h1 {
    font-size: 32px;
    line-height: 36px;
    margin: 10px 5% !important;
  }
  .content .cnt-interior {
    padding: 10px 4% 40px 4% !important;
  }
  .content .large .card-content {
    font-size: 16px;
    line-height: 20px;
    padding: 15px 20px 10px 20px;
  }
  .content .large .card-content .card-title a {
    font-size: 26px;
    line-height: 30px;
    margin: 5px 0;
  }
  .content .large .card-action {
    font-size: 12px;
    line-height: 20px;
    padding: 0 20px 20px 20px;
  }
  .content .small {
    margin: 20px 0 !important;
    padding: 0 4px !important;
  }
  .content .small .card-content {
    padding: 20px 20px;
  }
  .contOp div {
    margin: 0 6px;
  }
  .contOp .col-md-3 {
    margin: 10px auto;
  }
  .contOp .col-md-3 h4 {
    margin-bottom: 0;
  }
  .contFt div {
    padding: 0 40px;
  }
  .sel-categoria {
    display: none;
  }
  ul.li-rs li {
    float: left;
    margin: 2px 8px 2px 0;
    padding: 0;
  }
  ul.li-rs li:first-child {
    font-size: 12px;
    width: 100%;
    margin: 2px 0;
    padding: 0;
  }
  ul.li-rs li a {
    font-size: 10px;
    width: 84px;
  }
  .adjDoc,
  .adjPdf,
  .adjPpt,
  .adjTxt,
  .adjXls,
  .adjZip {
    width: 92%;
    min-height: 50px;
    margin: 5px 0 10px auto !important;
    padding: 8px 10px 16px 10px !important;
  }
  .adjDoc .txt-desc,
  .adjPdf .txt-desc,
  .adjPpt .txt-desc,
  .adjTxt .txt-desc,
  .adjXls .txt-desc,
  .adjZip .txt-desc {
    font-size: 12px;
    line-height: 14px;
    width: 68%;
    padding-top: 0;
  }
  form .form-group .cntEr {
    width: 90%;
    padding: 8px 5% 10px 5%;
  }
  form .form-group .cntSnd {
    width: 90%;
    padding: 8px 5% 10px 5%;
  }
}
/*
**main menu mobile styles
*/

@media (max-width: 986px) {
  #header.mobile-active {
    bottom: 0;
    background-color: #ce2635;
    border: 0;
  }
  #mainmenu_wrapper {
    z-index: 10;
    position: relative;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #ce2635;
    border: 0;
    opacity: 0;
    height: 100%;
    max-height: 100%;
    min-height: 100%;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
  }
  .navbar-header {
    position: relative;
    width: 100% !important;
    height: 60px;
    margin: 0 !important;
    padding: 0 !important;
  }
  .mobile-active #mainmenu_wrapper {
    visibility: visible;
    opacity: 1;
    background-color: #ce2635;
    height: 100% !important;
    max-height: 100% !important;
    min-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  #mainmenu_wrapper ul {
    text-align: center;
    width: 100%;
    height: 100%;
    margin: 60px 0 0 0 !important;
    padding: 0;
  }
  #mainmenu_wrapper ul li {
    float: none !important;
    text-align: left;
    width: 80%;
    margin: 0 auto !important;
    padding: 0;
  }
  #mainmenu_wrapper ul li a {
    font-size: 14px;
    text-align: left;
    padding: 16px 0;
  }
  #mainmenu_wrapper ul li:nth-child(8) {
    margin-left: 30px !important;
  }
  #mainmenu_wrapper .nav-rs {
    float: left !important;
    clear: none !important;
    width: 50px;
    margin: 60px 10px !important;
  }
  #mainmenu_wrapper .nav-rs a {
    padding: 0 10px;
  }
  #mainmenu_wrapper .nav-rs img {
    display: inline-block;
    vertical-align: middle;
    width: 100% !important;
    height: auto;
  }
  #toggle_mobile_menu,
  #toggle_mobile_menu:before,
  #toggle_mobile_menu:after {
    display: block;
    position: absolute;
    content: '';
    width: 28px;
    height: 2px;
    background-color: #ce2635;
    z-index: 11;
    margin: 0 !important;
    padding: 0 !important;
  }
  #toggle_mobile_menu {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    right: 0;
    top: 4px;
    cursor: pointer;
    border: 20px solid #f7f7f7;
    border-left-width: 9px;
    border-right-width: 9px;
  }
  #toggle_mobile_menu:before {
    top: -6px;
  }
  #toggle_mobile_menu:after {
    top: 6px;
  }
  .mobile-active #toggle_mobile_menu {
    position: fixed;
    right: 10px;
    top: 5px;
    text-align: left;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .mobile-active #toggle_mobile_menu:before {
    background-color: #0d0d0d;
  }
  .mobile-active #toggle_mobile_menu:after {
    top: -15px;
    left: 0;
    content: "";
    background: url(../lib/ico_cls.png) no-repeat center;
    background-color: #f7f7f7;
    width: 30px;
    height: 30px;
  }
  .sf-menu {
    float: none;
    background-color: ;
    top: 0 !important;
    left: 0 !important;
    text-align: left !important;
    text-transform: uppercase;
    word-wrap: break-word;
    margin: 50px 0 0 0 !important;
    padding: 0 !important;
  }
  .sf-menu a {
    color: white;
    text-align: left !important;
    background-image: none !important;
  }
  .sf-menu a:hover {
    background: transparent !important;
  }
  .sf-menu ul {
    overflow: hidden;
    float: none;
    width: 100%;
    margin: 50px 0 0 0 !important;
    padding: 0 !important;
  }
  .sf-menu ul li {
    width: 100%;
  }
  .sf-menu ul li a {
    display: block;
    text-align: left !important;
    width: 100%;
    padding: 10px;
    background-image: none !important;
  }
  .sf-menu ul li a:before {
    content: '-';
    padding-right: 5px;
  }
  .sf-menu ul ul li a:before {
    content: '--';
    padding-right: 5px;
  }
  .sf-menu .active {
    border: 0 !important;
  }
}
@media (max-width: 400px) {
  .sf-menu {
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    padding: 15px 5px;
  }
}
/* ---------------------------- MEDIA QUERIES ---------------------------- */

