::-webkit-input-placeholder {
   color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

:-moz-placeholder { /* Firefox 18- */
   color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

:-ms-input-placeholder {  
   color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.sticky-menu {
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    transform: scaleY(0);
    transition: 0.3s all ease-in-out;
    width: 100%;
    background-color: #17213a;
    z-index: 999;
    transform-origin: top;
}

.shown{
    transform: scaleY(1);
    opacity: 0.99;
}

.sticky-logo {
    max-width: 100px !important;
    margin: 8px 0;
}


.sticky-menu h2{
        color: #fff;
    font-size: 35px;
    font-family: 'Open Sans', sans-serif;
   font-weight: bold;
    position: relative;
}

.sticky-menu h2:after {
    content: '';
    background: #fbd500;
    position: absolute;
    width: 100px;
    height: 3px;
    right: 15px;
    top: 50%;
    display: none;
}


.sticky-menu input.search-mipcom {
    width: 100%;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 25px;
    padding: 10px 15px;
    max-width: 300px;
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
}

.aux-input{
    position: relative;
}

/*.aux-input:after{
    position: absolute;
    content: 'X';
    right: 15px;
    top: 50%;
    font-size: 20px;
    margin-top: -15px;  
    color: #fff;
}

*/

.header-mipcom{
    background-image: url(../images/mipcom/mipcom-header.jpg);
    padding: 60px 0 120px 0;
    background-size: cover;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}


.header-mipcom h1 {
    font-weight: 800;
    color: #fff;
    font-size: 42px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}

.header-mipcom h2 {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    width: 70%;    
    font-size:26px;
}

.header-mipcom hr {
    border-top: 5px solid #fbd500;
    margin-top: 10px;
    margin-left: 0;
    width: 25%;
}

.header-mipcom p{
    margin-top: 20px;
    font-size: 14px;
}

.fichas-wrap {
    margin-top: -120px;
}

.ficha-header {
    background: #2e2e2e;
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    padding-left: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px;
}

.ficha-header p {
    margin: 0;
}

.ficha-wrap .img-ficha img  {
    height: 200px !important;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.titulo-ficha {
    background: #2e2e2e;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    padding:10px 15px;
    font-size: 14px;
    text-align: center;
}

.titulo-ficha h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    margin: 0;
    margin-top: 10px;
}

.titulo-ficha p {
    margin: 0;
}

.excerpt-ficha {
    background: #fbd500;
    padding: 15px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px 15px;
    line-height: 1.2;
    white-space: nowrap;
}

.excerpt-ficha p{
    margin: 0;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content-ficha {
    padding: 10px 15px;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    background: #fff;
}


.content-ficha p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 70px;
}

.content-ficha .read-more {
    margin-top: 25px;
    text-transform: lowercase;
    font-size: 14px;
    margin-bottom: 20px;
}

.ficha-wrap{
    margin-bottom: 25px;
}

.ficha-wrap a {
    color: #fff;
}

.ficha-wrap a:hover {
    color: #000;
}

.ficha-header button {
    background-color: transparent;
    border: 0;
    text-transform: uppercase;
    text-align: left;
}

.input-wrapper {
    width: 100%;
    max-width: 600px;
    position: relative;
    margin-top: 20px;
}

.input-wrapper input {
    width: 100%;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 25px;
    padding: 10px 15px;
}

/*.input-wrapper:after {
    position: absolute;
    content: 'X';
    right: 15px;
    top: 50%;
    font-size: 20px;
    margin-top: -15px;
}*/

input.search-mipcom:focus {
    outline: none;
}

.ficha-icon{
    padding-top: 6px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 17px;
    text-align: center;
}

.ficha-icon:after {
    position: absolute;
    width: 2px;
    height: 36px;
    background: #555;
    content: '';
    top: 0;
    left: -5px;
    margin-top: -18px;
    top: 50%;
    display: none;
}

.ficha-icon span {
    margin-left: 0px;
    vertical-align: bottom;
    font-weight: 600;
    margin-top: 5px;
    display: inline-block;
}

  #clear {
    cursor: pointer;
    margin: auto -23px;
    color: #000;
  }

@media (min-width: 800px){
    .titulo-ficha {
        text-align: left;
        height: 100px;
    }
    
    .ficha-icon span {
    margin-left: 5px;
    vertical-align: bottom;
    font-weight: 600;
    margin-top: 0;
}
    
    .titulo-ficha h3{
        margin-top: 0px;
    }
}
.single-content{
    font-size: 14px;
}

.single-content h1 {
    font-weight: bold;
    font-size: 25px;
    font-style: italic;
    margin-top: 0;
    margin-bottom: 35px;
}

.single-content h1 span {
    position: relative;
}

.single-content h1 span:after {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fbd500;
    content: '';
    bottom: -10px;
    left: 0;
}

.producers h3 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    border-top: 2px solid #fbd500;
    border-bottom: 2px solid #f5f5f5;
    padding: 6px 3px;
}

.features-programa {
    margin-top: 30px;
}

.features-programa p {
    margin-bottom: 0;
}

.features-programa p b {
    text-transform: uppercase;
}

.emisiones h3 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    background: #eee;
    padding: 5px 10px;
    margin-bottom: 25px;
}

.emisiones p {
    margin-left: 10px;
}

a.back-btn {
    display: inline-block;
    border: 2px solid #000;
    padding: 10px 20px;
    color: #000;
    margin-top: 15px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    line-height: 1;
    font-size: 14px;
}
a.back-btn:hover{
    text-decoration: none;
    color: #000;
}

.back-btn i {
    margin-right: 15px;
    font-size: 30px;
    color: #666;
    vertical-align: sub;
}

.yellow-hr {
    border-top: 1px solid #fbd500 !important;
}


@media (min-width: 992px){
    .fichas-wrap .masonry {
        column-count: 3;
        column-gap: 3.3em;
    }
}

@media (min-width:667px){
    .ficha-icon:after {
        display: block;
    }
}

@media (min-width: 667px){
    .navbar-brand {
        width: 70%;
    }
}

@media (min-width:1200px){
    
.sticky-menu h2:after {
    display: block;
}
}