/**
 * This file should get overwritten if Method 1 is used. If Method 2 is chosen,
 * remove this comment and start adding your styles to this file.
 */

a, a:link, a:active {color: #FF7058;}

label {
    display: inline !important;
}

#section-actionlines-videos {
    background: #efefef;
    border-top: 5px solid #294144;
    padding: 0px;
}
a.name {font-size: 0.8em; text-transform: uppercase;}
body{
    font-family: 'Catamaran', sans-serif !important;
    overflow-x: hidden;
}

.page-monitoreo-de-impacto .view-noticias{
    margin-top: 20px;
    clear: both;
}

.page-monitoreo-de-impacto .view-noticias .view-header{
    padding: 0px 15px;
}

header{
    position: relative;
}
.section-actionlines-videos{
        background: #efefef;
    border-top: 5px solid #294144;
    padding: 0px;
}
.navbar-nav>li .dropdown-menu{
    background: rgba(0, 0, 0, 0.9);
}

.navbar-nav>li .dropdown-menu li{
    margin-bottom: 10px;
}

.navbar-nav>li .dropdown-menu li a{
    color: #fff !important;
}

.navbar-nav .dropdown-menu > li > a:hover, .navbar-nav .dropdown-menu > li > a:focus{
    background-color: #444;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: transparent;
}

#edit-field-categor-a-tid-wrapper{width: 100%;}
#edit-field-categor-a-tid-wrapper select{width: 100%;}
#edit-field-compostabilidad-value-wrapper{display: block; width: 100%}

#edit-field-categor-a-tid-select-1, #edit-field-categor-a-tid-select-2 {
    display: inline-block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.navbar {
    position: relative;
    margin-bottom: 0;
    border-bottom: #84DBFF 1px solid;
}

 .navbar-default {
    background: none;
    border: none;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus{
    background-color: transparent;
    color: #fff;
}
.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > li > a:hover {
    color: #FFF;
    background: #ED7D32;
    
}

.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #ED7D32;
}

.navbar-default .navbar-nav > li > a:hover {
        color: #fff;
}

.navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > span.nolink {
    color: #fff;
    text-transform: uppercase;
    background: transparent;
    text-align: left;
    
    font-size: 0.9em;
}

#navbar{
    position: relative;
    top: 0px;
    z-index: 999;
    background: #333;
    width: 100%;
    border-radius: 0px;
    padding: 0px 0px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    background: #333;
}

.flexslider {
    margin: 0;
    background: #fff;
    border: 0px solid #fff;
    position: relative;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0px 0px rgba(0,0,0,.2);
    -o-box-shadow: 0 0px 0px rgba(0,0,0,.2);
    box-shadow: 0 0px 0px rgba(0,0,0,.2);
    zoom: 1;
}

.flex-active-slide{
    background: url(../img/header-xs.jpg);
    background-size: 100%;
}
.flexslider .slides li{
    height: 295px;
    background-size: cover;
    background-position: center;
}

.flexslider .slides li a > .image img{display: none}


.flexslider .slides p img{
    width: 100%;
    max-width: 410px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    margin: auto;
}

#section-actionlines{
    background: #3F6367;
    border-top: 5px solid #294144;
    padding: 0px;
}

#section-actionlines .action-line-item{
    width: 100%;
    float: left;
    position: relative;
    transition: all 1s ease;
    padding: 25px 5px;
    min-height: auto;
}


#section-actionlines .action-line-item.active{
    background: #F7A12A;
    z-index: 9999;

}

#section-actionlines .action-line-item:hover a{
    text-decoration: underline;
}
#section-actionlines .views-row-odd{
    background: #3F6367 ;
}

#section-actionlines .views-row-even{
    background: #29595D;
}

#section-actionlines .views-row img{
    max-width: 120px;
    margin:  auto;
    display: block;
}
#section-actionlines .views-row img.show-more{
transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    cursor: pointer;
}
#section-actionlines .views-row img.show-more:hover{
    transform: translateY(8px);

}
#section-actionlines .views-row.active img.show-more:hover{
    transform: translateY(-8px);

}

#section-actionlines .views-row p{
    text-transform: uppercase;
    
}
.views-exposed-form .views-exposed-widget{
    float: none;
}


#section-actionlines .views-row.active {padding-bottom: 10px;}
#section-actionlines .views-row.active p{width: auto; margin-bottom: 10px; min-height: 30px;}

#section-actionlines .views-row a{ color: #fff; }
#section-actionlines .views-row .descrip{display: block; padding:10px 0px; margin-bottom: 10px;}
#section-actionlines .views-row.active .descrip{display: block}

#section-actionlines #block-views-l-neas-de-acci-n-block .cont{ padding: 7px; text-align: center;}
#section-filter{
    padding: 10px 0px 0px;
    background: url(../img/bck-search.jpg);
    background-position: center;
    background-size: cover;
}
#section-filter h2{
    background: #EE6630;
    display: inline-block;
    color: #fff;
    font-size: 1.3em;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 25px;
}

#section-filter .names-exposed-widget{
    width: 100%;
    margin-right: 10px;
    padding-bottom: 17px !important;   
}

#section-filter #edit-submit-empresas{
    background: #F7A12A;
    margin-top: 31px;
    height: 40px;
    text-transform: uppercase;
    line-height: 30px;
    border-radius: 0px;
    width: 110px;
    font-size: 1.3em;
    margin: auto;
    display: block;
}

#section-filter select{
    border: none;
    border-radius: 0px;
    height: 40px;
    margin-bottom: 10px;
    margin-right: 10px;
}

#section-filter .names-exposed-widget select{
    display: block !important;
    width: 100%;
}


#section-filter .views-exposed-widget label{
    color: #00203F;
    font-size: 1.2em;
}

#section-filter #edit-field-compostabilidad-value-wrapper .form-type-bef-checkbox label{
    font-size: 1em;
}


#section-filter .register_product{
    background-color: rgba(34, 34, 33, 0.75);
    padding: 20px 0px;
    margin-top: 15px;
}

#section-filter .register_product h3{
    color: #fff;
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
    text-transform: uppercase;
}

#section-filter .register_product a{
    color: #fff;
    text-align: center;
    display: block;
    max-width: 330px;
    background: #EE9630;
    padding: 25px 20px 20px 65px;
    font-size: 1.4em;
    margin: 30px auto;
    position: relative;
    width: 100%;
}
#section-filter .register_product a:hover{
    background: #D86929;
}


#section-filter .register_product a:before{
    position: absolute;
    content: "";
    background: url(../img/ico-register.png) no-repeat;
    height: 50px;
    width: 47px;
    top: 10px;
    left: 7px;
}


.not-front #section-filter.bottom{
    background: none;
    padding-top: 0px; 
}

/* page-empresas */
.page-empresas .page-header{display: none}
.page-productos th{ font-size: 1.3em; color: #fff; background-color: #433C3B }
.page-productos td{  background-color: #E8E6E6;  }
.page-productos td a{ font-size: 1.1em; color: #666666;}
.page-productos tr:hover td { color: #fff; text-decoration: underline; background-color: #EE9630 }
.page-productos tr:hover td a{ color: #fff; }
.page-productos .view-header p {
    color: #042E51;
    text-align: center;
    margin-bottom: 5px;
    font-size: 1.3em;
    font-weight: bold;
}


.footer{
    background: #433C3B;
    padding: 20px 0px 0px;
        margin: 0px;
    border: 0px;
}
.footer .up{
    transition: opacity 1s ease-out;
    opacity: 0; 
    width: 45px;
    height: 45px;
    padding: 0px;
    margin: 0px auto;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    z-index: 8;
    background: rgba(0, 0, 0, 0.8);
    right: 20px;
    display: none;
}

.footer .up.show{
    opacity: 1;
    display: block;
}
.footer p, .footer a{display: block; color: #fff;}
.footer .logos a{width: 50%; float: left;}
.footer .logos a:hover{color: #fff; text-decoration: underline;}
.footer .logos{
    padding: 10px 0px;
}

.footer img {
    display: inline-block;
    margin: auto;
    display: block;
    margin-bottom: 25px;
    
}

.footer #block-block-2 p{
    display: block;
    clear: both;
    overflow: hidden;
    width: 100%;
    padding: 0px 19px;
}

.footer .contact-info{
    padding: 10px 10px;
}

.footer .contact-info p, .footer .contact-info a{
    color: #fff;
    margin-top: 15px;
    margin-top: 0px;
    width: 100%;
    float: left;
}

.RCM{
    margin-bottom: 45px;
}
.footer .contact-info .phone:before{
    content: "";
    position: relative;

    background: url(../img/ico-contact-1.png) no-repeat;
    padding-left: 32px;
    padding-top: 2px;
}
.footer .contact-info .mail a:before{
    content: "";
    position: relative;
    background: url(../img/ico-contact-2.png) no-repeat;
    padding-left: 32px;
    padding-top: 2px;
}

.footer .copyright p{
    text-align: center;
    padding: 25px 0px 5px;
}

.not-front .main-container{
    padding-top: 35px;
}


.pagination > li > a, .pagination > li > span{border: none; border-right: 2px solid #254967; color: #666666}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{ border-right: 1px solid #254967; background: #DBD9D9}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { border-right: 1px solid #254967; background: #EE9630; color: #fff}


.page-node h1.page-header{display: none}
.node-type-empresa .page-title, .page-monitoreo-de-impacto .page-title, .node-type-producto .page-title, .node-type-page .page-title, .node-type-webform .page-title{margin-bottom: 10px !important; overflow: hidden; }

.page-node .page-title span, .page-monitoreo-de-impacto .page-title span, .page-compromisos-de-adhesion .page-title span{
    float: right;
    background: #EE6630;
    padding: 15px 35px 10px;
    position: relative;
    color: #fff;
    font-size: 1.3em;
    text-transform: uppercase;
    font-weight: 700;
}
.page-node .page-title span:before, .page-monitoreo-de-impacto .page-title span:before, .page-compromisos-de-adhesion .page-title span:before{
    position: absolute;
    content: "";
    top: 25px;
    left: -1500px;
    width: 1500px;
    height: 3px;
    z-index: 9;
    background: #87AAC5;
    display: block;
}

.region-content {padding-top: 50px;}

.node-type-l-nea-de-acci-n .field_icono{
    background: #29595D;
    width: 105px;
    padding: 15px 0px;
    border-radius: 50%;
    margin: auto;
    margin-top: 55px;
}
.node-type-l-nea-de-acci-n .field_icono img{ width: 100px; margin: auto; }
.page-node h2{
    color: #29595D;
    text-align: center;
    font-weight: 800;
    font-size: 1.7em;
}

span .file-size{display: none;}
.node-type-l-nea-de-acci-n .field_compromiso{     margin-bottom: 40px;
    overflow: hidden;}
.node-type-l-nea-de-acci-n .field_compromiso .compromiso-item{ margin-bottom: 15px; padding-left: 30px; position: relative;}
.node-type-l-nea-de-acci-n .field_compromiso .compromiso-item:before{ 
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    top: 6px;
    left: 11px;
    border-radius: 50%;
    background-color: #EE9630;
}
/*.node-type-l-nea-de-acci-n .field_compromiso .item-compromiso{ background: #87AAC5; padding: 20px 20px; }
.node-type-l-nea-de-acci-n .field_compromiso .item-compromiso p, .node-type-l-nea-de-acci-n .field_compromiso .item-compromiso h3{ color:#FFF; }*/
h3.titulo-compromiso {display:none;}

.page-compromiso h3.titulo-compromiso {
      display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.page-node-26 h3.titulo-compromiso {display:block;}

.field_compromiso-title{ background: #204C4F;}
.field_compromiso-title img{ margin: auto; display: block; margin-top: 20px;}
.field_compromiso-data{ padding: 0px; padding-left: 4px;}
.field_compromiso h3{ color: #fff; font-size: 1.4em; text-align: center; text-transform: uppercase;}
.field_compromiso p{ color: #605757;}


.item-compromiso{
    background-color: #E8E6E6;
    overflow: hidden;
    border-top: #B5B5B5 solid 1px;
    border-bottom: #B5B5B5 solid 2px;
    border-left: 18px solid transparent;
    -webkit-transition: all 2s; /* Safari */
    transition: all 2s;
}

.page-compromiso .item-compromiso {
    background-color: transparent;
    overflow: hidden;
    border-top: none;
    border-bottom: none;
    border-left: 0px solid transparent;
    -webkit-transition: all 2s; /* Safari */
    transition: all 2s;
}
.page-compromiso .item-compromiso .views-row{
    
    border-bottom: 2px solid #fff;
    width: 100%;
    padding:25px;
    background-color: #E8E6E6;
}
.page-compromiso .item-compromiso .views-row-1{
    border-top: 2px solid #cecece;

}

.page-compromiso .view-header{
    height: 80px;
}

#compromiso-node-form, #compromiso-de-adhesion-node-form {/*background: #cecece;*/ padding-top: 20px; padding-bottom: 40px; display: inline-block;}
.page-node-add-compromiso #compromiso-node-form .form-group, .page-node-add-compromiso-de-adhesion #compromiso-de-adhesion-node-form .form-group {width: 100%; float: left; margin-bottom: 10px;}

.page-node-add-compromiso #edit-actions, #compromiso-de-adhesion-node-form #edit-actions {text-align: center;}
.page-node-add-compromiso .btn-success, #compromiso-de-adhesion-node-form .btn-success {
    color: #fff;
    text-align: center;
    display: block;
    background: #EE9630;
    padding: 10px 20px 10px 45px;
    font-size: 1.4em;
    margin: 30px auto;
    position: relative;
    border: none;
    border-radius: 0;
}

.box-r h3{
    margin: 0 0 5px 15px;
}

.box-r h3:before{4
    content: '';
    display: inline-block;
    /* width: 1px; */
    /* height: 5px; */
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 50%;
    background-color: #ED7D32;
    /* position: absolute; */
    /* top: 3px; */
    /* bottom: 0; */
    margin: 8px 0px 0 -15px;
    /* top: -60px; */
    padding: 6px 0 0px 6px;
    position: absolute;
    /* line-height: 15px; */
}
span.label-c{
margin: 0 0 0 30px;
color: #29595D;
}
span.label-c:before{
    content: '';
    display: inline-block;
    /* width: 1px; */
    /* height: 5px; */
    -moz-border-radius: 7.5px;
    /* -webkit-border-radius: 7.5px; */
    /* border-radius: 50%; */
    background-color: #ED7D32;
    /* position: absolute; */
    /* top: 3px; */
    /* bottom: 0; */
    margin: 8px 0px 0 -13px;
    /* top: -60px; */
    padding: 2px 0 0px 7px;
    position: absolute;
    /* line-height: 15px; */
}
.box-r p:nth-child(5){
   margin: 10px 0 0 30px;
}
.box-r p:nth-child(5):before{
    content: '';
    display: inline-block;
    /* width: 1px; */
    /* height: 5px; */
    -moz-border-radius: 7.5px;
    /* -webkit-border-radius: 7.5px; */
    /* border-radius: 50%; */
    background-color: #ED7D32;
    /* position: absolute; */
    /* top: 3px; */
    /* bottom: 0; */
    margin: 8px 0px 0 -13px;
    /* top: -60px; */
    padding: 2px 0 0px 7px;
    position: absolute;
    /* line-height: 15px; */
}

.box-r p {
    margin: 0 0 3px;
}
.item-compromiso:hover{
    
    -webkit-transition: border 1s; /* Safari */
    transition: border 1s;
    border-left: 18px solid #D26B23;
    background-color: #DAD9D7;
}

.node-type-l-nea-de-acci-n .field_compromiso .file-icon{display: none}
.field_compromiso a{ background-color: #F57B26;
    padding-left: 20px;
    position: relative;
    color: #fff;
    padding: 6px 20px 3px 32px;
    text-transform: uppercase;
}
.field_compromiso a:hover{ background-size: #C86F36; }
.field_compromiso a:before{
    content: "";
    width: 21px;
    height: 16px;
    position: absolute;
    top: 6px;
    left: 4px;
    background: url(../img/ico-download-link-small.png);
}



.page-node .page-head{
    color: #368383;
    font-size: 1.8em;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    line-height: 1.3em;
    border: none;
    margin-bottom: 50px;
}

.node-type-producto .page-head, .node-type-empresa .page-head{
    text-align: left;
    margin-top: 50px;
    margin-bottom: 25px;
}

.node-type-producto #block-views-empresas-block-1{ padding: 0px 15px; }

.node-type-l-nea-de-acci-n .meta, .node-type-l-nea-de-acci-n .indicador, .node-type-l-nea-de-acci-n .l_nea_base{ min-height: 210px;  background-color: #E8E6E6; overflow: hidden; margin-bottom: 20px; border-top: #B5B5B5 solid 2px; border-bottom: #B5B5B5 solid 2px;}

.node-type-l-nea-de-acci-n .meta .field-label, 
.node-type-l-nea-de-acci-n .indicador .field-label, 
.node-type-l-nea-de-acci-n .l_nea_base .field-label{     
    color: #433C3B;
    text-transform: uppercase;
    padding: 10px 15px;
    border-bottom: 3px solid #fff;
    margin: 0px;
    font-weight: 700;
    font-size: 1.2em;
}

.node-type-l-nea-de-acci-n .field_meta, .node-type-l-nea-de-acci-n .field_indicador, .node-type-l-nea-de-acci-n .field_l_nea_base { min-height: 200px; padding: 20px 15px 20px 40px; position: relative;}
.node-type-l-nea-de-acci-n .field_meta:before, .node-type-l-nea-de-acci-n .field_indicador:before, .node-type-l-nea-de-acci-n .field_l_nea_base:before { 
        content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    top: 25px;
    left: 20px;
    border-radius: 50%;
    background-color: #EE9630;
}

.sec-action-line-item .col-xs-12{
    background: #29595D;
    padding: 20px;
    min-height: 220px;
    margin-bottom: 20px;
}
.sec-action-line-item .col-xs-12:hover{background: #204C4F}

.sec-action-line-item .col-xs-12 img{
    width: 100%;
    max-width: 130px;
    margin: auto;
    margin-bottom: 12px;
}

.sec-action-line-item .col-xs-12 p{
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2em;
}

.secundary-bottom{
    border-top: #87AAC5 solid 4px;
}
.secundary-bottom h2{
    color: #433C3B;
    text-transform: uppercase;
    font-size: 1.4em;
    margin: 35px 0px;
}


.node-type-producto .product-detail, .node-type-empresa .company-detail, .node-type-webform form{
    min-height: 240px;
    background-color: #E8E6E6;
    overflow: hidden;
    margin-bottom: 20px;
    border-top: #B5B5B5 solid 2px;
    border-bottom: #B5B5B5 solid 2px;
    padding: 15px 20px;
    margin-top: 20px;
}

.node-type-page .video{
    min-height: 240px;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 0px;
}
.node-type-empresa .company-detail.info{
    padding: 0px;
}

.node-type-producto h2, , .node-type-empresa h2{
    margin-bottom: 20px;
}
.node-type-producto .field_categor_a{margin-bottom: 20px;}
.node-type-producto .field_categor_a p, .node-type-empresa .contact-data p{position: relative; padding-left: 20px;}
.node-type-producto .field_categor_a p:before, .node-type-empresa .contact-data p:before{
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    top: 5px;
    left: 9px;
    border-radius: 50%;
    background-color: #EE9630;
}
.node-type-producto .field_categor_a span, .node-type-empresa .contact-data span{color: #605757; font-size: 1em;}
.node-type-producto .field_categor_a span.label, .node-type-empresa .contact-data span.label{
    color: #29595D;
    font-weight: bold;
    font-size: 1em;
    padding: 0px;
}

.node-type-producto #block-views-empresas-block-1 h2, .node-type-empresa .products .field-label{
    text-align: left;
    color: #305E62;
    font-size: 1.4em;
    font-weight: bold;
    text-transform: initial;
    margin: 20px 0px;
}

.node-type-producto #block-views-empresas-block-1 li{ list-style: none; margin-bottom: 7px;}
.node-type-producto #block-views-empresas-block-1 li a, .node-type-empresa .products a{color: #EE8B47; position: relative;}
.node-type-producto #block-views-empresas-block-1 li a:hover, .node-type-empresa .products a:hover{ color: #C86F36}

.node-type-producto #block-views-empresas-block-1 li a:before, .node-type-empresa .products a:before{
    content: "";
    width: 14px;
    height: 13px;
    position: absolute;
    top: 4px;
    left: -21px;
    background: url(../img/ico-link-externo.png);
}

.node-type-producto .secundary-bottom{border: none}


.node-type-empresa .company-detail .field-label{     
    color: #433C3B;
    text-transform: uppercase;
    padding: 10px 15px;
    border-bottom: 3px solid #fff;
    margin: 0px;
    font-weight: 700;
    font-size: 1.2em;
}
.node-type-empresa .contact-data{padding: 10px 15px;}
.node-type-empresa .extra-data:first-child{padding-left: 0px;}
.node-type-empresa .extra-data:last-child{padding-right: 0px;}

.node-type-empresa .products a {
    margin-bottom: 7px;
    display: block;
    padding-left: 40px;
}

.node-type-empresa .products a:before{
    top: 2px;
    left: 20px;
}


.node-type-webform label.control-label{
    width: 100%;
    float: none;
    padding-right: 10px;
    color: #00203F;
    padding-top: 10px;
}
.node-type-webform input, .node-type-webform .form-textarea-wrapper, .node-type-webform  .form-managed-file{
    width: 100%;
    float: none;
}

.node-type-webform .grippie{ width: 65%; border-radius: 0px; float: left; border: none;}
.node-type-webform .form-group{overflow: hidden; margin-bottom: 15px;}

.node-type-webform form > div{width: 100%;}


.node-type-webform #edit-submitted-imagen-del-producto-upload .input-group-btn button, .node-type-webform #edit-submit{
    border-radius: 0px;
    background: #EE9630;
    border-color: #EE9630;
    text-transform: uppercase;
    padding: 8px 10px 4px
}

.node-type-webform #edit-submit{
    margin: auto;
    display: block;
    margin-top: 20px;
    background: #ED7D32;
    width: 200px;
    padding-left: 0px;
    text-align: center;
    padding: 22px 0px 5px;
}

.node-type-webform #edit-submit:before{
    content: "";
    position: relative;
    background: url(../img/ico-envio-formulario.png) no-repeat;
    padding-left: 38px;
    padding-top: 16px;
}

.node-type-webform .input-group-btn{
    width: 100%;
    display: block;
    clear: both;
}

.node-type-page .field-body{overflow: hidden;}
.node-type-page .field-body h2, .node-type-noticias .field-body h2{
    color: #388484;
    font-size: 1.3em;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
    margin-bottom: 15px;
}
.node-type-page .field-body h3, .node-type-noticias .field-body h3{
    color: #433C3B;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left !important;
    margin-top: -6px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.galleryformatter-greenarrows .gallery-thumbs .wrapper{
    width: 100%;
    background: none !important;
    border-top: #B5B5B5 solid 2px;
}
.galleryformatter-greenarrows .gallery-thumbs{padding: 0px; }
.galleryformatter-greenarrows .gallery-thumbs li.active a, .galleryformatter-greenarrows .gallery-thumbs li a:hover{background: none !important}
.galleryformatter .gallery-slides{height: 375px !important;}
.galleryformatter-greenarrows .gallery-slides .panel-overlay{
    position: absolute;
    bottom: initial;
    left: 0 !important;
    background: none !important; 
    width: 100%;
    color: #444;
    text-align: center;
}
.galleryformatter-greenarrows .gallery-slides .panel-overlay h4{font-size: 0.8em; font-style: italic;}
.node-type-page .field-body h4, .node-type-noticias .field-body h4{
    color: #433C3B;
    font-size: 1.1em;
    font-weight: bold;
    text-align: left !important;
    margin-top: -6px;
    margin-bottom: 15px;
}
.node-type-page .field-body p{
    color: #433C3B;
    margin-bottom: 10px;
    overflow: hidden;
}

.node-type-noticias .page-head{
    margin-bottom: 10px;
}


.node-type-noticias .galleryformatter{
    background-color: #E8E6E6;
    border-top: #B5B5B5 solid 2px;
    border-bottom: #B5B5B5 solid 2px;
    padding: 15px 20px;
}

.node-type-noticias .galleryformatter .view-full{display: none}

.node-type-page .field-body li, .node-type-noticias .field-body li{
    list-style: none;
    position: relative;
}

.node-type-page .field-body li:before, .node-type-noticias .field-body li:before{
        content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    top: 6px;
    left: -11px;
    border-radius: 50%;
    background-color: #EE9630;
}

.node-type-page .field-body tr th{font-size: 1.1em; color: #fff; border-right: 3px solid #fff; border-bottom: 3px solid #fff;}
.node-type-page .field-body tr th:nth-child(1){background: #FBB03B}
.node-type-page .field-body tr th:nth-child(2){background: #5CABB4}
.node-type-page .field-body tr th:nth-child(3){background: #736357}
.node-type-page .field-body tr th:nth-child(4){background: #49A2C1}

.node-type-page .field-body tr td{
    background: #E8E6E6;
    color: #777777;
    padding: 10px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
}
.node-type-page .RCM .th{padding-left: 0px; background: #E8E6E6; color: #fff; text-align: center; border-right: 3px solid #fff; border-bottom: 3px solid #fff;}

.node-type-page .RCM .th .letter-title h4{
    color: #fff;
    text-align: center !important;
    font-weight: bolder;
    font-size: 3em;
}

.node-type-page .RCM .th:nth-child(1) .letter-title{background: #FBB03B;}
.node-type-page .RCM .th:nth-child(2) .letter-title{background: #5CABB4;}
.node-type-page .RCM .th:nth-child(3) .letter-title{background: #736357;}
.node-type-page .RCM .th:nth-child(4) .letter-title{background: #49A2C1;}

.node-type-page .RCM .th:nth-child(1) p{color: #FBB03B; }
.node-type-page .RCM .th:nth-child(2) p{color: #5CABB4; }
.node-type-page .RCM .th:nth-child(3) p{color: #736357; }
.node-type-page .RCM .th:nth-child(4) p{color: #49A2C1; }

.node-type-page .head-cell{
    margin: -5px;
    padding: 0px 10px;
    margin-bottom: 0px;
    
    color: #fff;
    text-align: center;
    font-weight: bolder;
    font-size: 2.7em;
}
.node-type-page .head-cell.R{ background: #5CABB4;}
.node-type-page .head-cell.C{ background: #736357;}
.node-type-page .head-cell.M{ background: #49A2C1;}

.node-type-page .RCM .th:nth-child(1) .title{position: absolute; bottom: 0px; text-align: left; padding-right: 10px;}

.node-type-page .video{margin-bottom: 20px;}
.node-type-page .video iframe{display:block; margin: auto; width: 100%; height: 270px; max-width: 550px;}


.node-type-page .nacional-strategy{
    background-color: #E8E6E6;
    overflow: hidden;
    margin-bottom: 20px;
    border: #B5B5B5 solid 1px;
    padding: 15px 20px;
    margin-top: 30px;
}
.node-type-page .nacional-strategy a{
    background: #ED7D32;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.3em;
    text-transform: uppercase;
    padding: 14px 0px 8px;
}

.node-type-page .nacional-strategy a:before{
    content: "";
    position: relative;
    background: url(../img/ico-download.png) no-repeat;
    padding-left: 53px;
    padding-top: 8px;
}
.node-type-page .nacional-strategy p{
    color: #213D73;
    font-weight: 600;
    font-size: 1em;
}
.node-type-page .RCM .td{
    background: #E8E6E6;
    color: #777777;
    min-height: 220px;
    padding: 5px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
}
.node-type-page .RCM .td p{color: #666666;}
.node-type-page .RCM .td p.number{font-size: 1.8em; font-weight: 700;}

.node-type-page .RCM .td.yellow{ background: #FBB03B; color: #fff; min-height: initial; overflow: hidden;}

.node-type-page .RCM .td.yellow p{
    color: #fff;
    font-size: 1.6em;
    font-weight: 700;
    margin-bottom: 0px;
    margin-right: 10px;
    float: left;
    line-height: 1em;
    letter-spacing: 3px;
}

.node-type-page .RCM .th h4{
    position: absolute;
    bottom: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 35px;
    margin: auto;
    font-size: 2.7em;
    font-weight: 700;
}
.node-type-page .RCM .th .title{ font-weight: 600;}
.node-type-page .RCM .row{margin: 10px 0px}


.node-type-page .RCM .th .letter-title{
    float: left;
    width: 80px;
    position: absolute;
    bottom: 0px;
    top: 0px;
    padding-right: 10px;

}
.node-type-page .cont-table{
    width: 100%;
    overflow: scroll;
}

.node-type-page .RCM .th .text{
    text-align: left;
    padding: 20px 15px 10px 100px;
    font-size: 1.2em;
}

.page-node-77 h1{
    color: #EE6630;
    text-transform: uppercase;
    text-align: center;
    font-size: 3em;
    font-weight: 900;
}

.page-node-77 h2{
    color: #433C3B !important;
    text-align: center !important;
    font-size: 2em !important;
}
.page-node-77 p{
    color: #868385;
    text-align: center;
    font-size: 1.6em;
}

.page-node-77 .page-title{display: none;}
.page-node-77 .main-container{
    background-color: #E9E6E8;      
}

.page-node-77 .flexslider .slides p img{
    max-width: 560px;
}

.page-monitoreo-de-impacto .view-noticias .views-row{
    margin-bottom: 10px;
    overflow: hidden;
    padding: 15px 0px;
    border-bottom: #aaa solid 2px;
}
.page-monitoreo-de-impacto .view-noticias .views-row img{width: 100%; margin-bottom: 10px;}
.page-monitoreo-de-impacto .view-noticias .views-row .date{
    color: #49A2C1;
    margin-top: -10px;
}
.page-monitoreo-de-impacto .view-noticias .views-row .read-more a{
    background: #EA992E;
    margin-top: 10px;
    height: 26px;
    text-transform: uppercase;
    line-height: 30px;
    border-radius: 0px;
    width: 88px;
    font-size: 1em;
    color: #fff;
    display: block;
    text-align: center;
}

.page-monitoreo-de-impacto .view-noticias .views-row .read-more a:hover{
    background: #EC7D35;
}



.page-monitoreo-de-impacto .view-noticias .views-row h3{
    font-size: 1.4em;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 15px;
    margin-top: 0px;
}

.page-monitoreo-de-impacto .view-noticias .views-row h3 a{color: #388484;font-weight: bold;}
.th.visible-xs {
    background: #ED9E35 !important;
    padding: 10px;
}
.th.visible-xs .title{color: #fff !important; font-size: 1.3em; position: relative !important;text-align: center !important;}


.bef-select-as-checkboxes{
    max-width: 420px;
    width: 100%;
}
.page-recursos .views-field.views-field-field-video-1 {
    display: none;
}
.page-recursos iframe {
    width: 100%;
    height: 500px;
}
.page-recursos span.flex-caption a{
    color: #fff;
        display: block;
    padding: 5px;
}
.page-recursos span.flex-caption {
    position: absolute;
    /* top: 0; */
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: left;
    background-color: rgba(85, 85, 85, 0.38);
    background-clip: content-box;
    min-height: 35px;
    padding-left: inherit;
    padding-right: inherit;
}
.page-recursos .flex-control-thumbs li{
    position: relative;
        padding: 5px;
    width: 20%;
}
.page-recursos ul.slides .flex-caption{
    display: none;
}

.flex-caption {
    position: absolute;
    /* top: 0; */
    bottom: 5px;
    background: rgba(20, 21, 22, 0.3);
    width: 100%;
    background-clip: content-box;
    /* padding-left: inherit; */
    padding-right: 10px;
    color: #fff;
    min-height: 40px;
    cursor: pointer;
}
.page-recursos .flex-active-slide {
    background: none;
}
.page-recursos .view-header {
    /* margin-bottom: 80px; */
    height: 80px;
}
.field_compromiso-data{
    overflow: hidden;
}

#switch_edit-body-und-0-value, #edit-body-und-0-format, #edit-preview {display: none !important;}


.navbar-default .navbar-nav > li:nth-child(6) > a{
    text-align: center;
}
.btn-more {
    margin-bottom: 20px;
}
.btn-more a{
    background-color: #F57B26;
    padding-left: 20px;
    position: relative;
    color: #fff;
    padding: 6px 20px 3px 20px;
    text-transform: uppercase;
}
.video-home h2{
    background: transparent !important;
    padding: 0 !important;
    text-align:left;
}
.flex-control-thumbs img {

    border: 1px solid #cecece;

}
p.tittle-solucion {
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    color: #EE6630;
        line-height: 105%;
}
a.btn-anote {
    background: #EE6630 url(../img/ico-compromiso2.png) no-repeat 12px center;
    color: #FFF;
    font-size: 1.6em;
    padding: 20px 45px 20px 110px;
    display: block;
    text-transform: uppercase;
}
a.btn-firme {
    background: #EE6630 url(../img/ico-compromiso.png) no-repeat 25px center;
    color: #FFF;
    font-size: 1.6em;
    padding: 20px 15px 20px 108px;
    display: block;
    text-transform: uppercase;
}

.region-compro-home{
    background-image: url(../img/bck-compromiso.jpg);
    background-size: cover;
    background-position-x: -1px;
}
.page-node-add-compromiso-de-adhesion .bck-compro-new, .page-node-133 .bck-compro-new {
    
     background-image: url(../img/bck-compromiso-1.jpg);
    background-size: cover;
    margin: 0 0 0 0;
    width: 100%;
}
.page-node-add-compromiso-de-adhesion .region-content p,.page-node-add-compromiso-de-adhesion .region-content label,.page-node-133 .region-content p{
    color: #fff;
}
.page-node-add-compromiso-de-adhesion #section-filter .register_product,.page-node-133 #section-filter .register_product{
    
     margin-top: 0px;background-color: rgba(34, 34, 33, 0.48);
     /* background-image: url(../img/bck-compromiso-1.jpg);
       background-size: 100%;
    background-position-y: 220px;*/
}
.page-node-133 h1.agregado{
    color: #F3A84E;
    font-size: 2em;
}
.page-node-133 .field-body h2{
    color: #fff;
}
a.tw-t {
    color: transparent;
    background-image: url(../img/social-twitter.svg);
    background-repeat: no-repeat;
    background-position-y: 0px;
    /* background-color: #fff; */
    border-radius: 50%;
    width: 54px;
    height: 48px;
    display: inline-block;
    background-position-x: 4px;
    margin: 0 5px 0 0px;
}
a.fb-t {
    color: transparent;
    background-image: url(../img/social-facebook.svg);
    background-repeat: no-repeat;
    background-position-y: 0px;
    /* background-color: #fff; */
    border-radius: 50%;
    width: 54px;
    height: 48px;
    display: inline-block;
    background-position-x: 4px;
    margin: 0 5px 0 0px;
}
a.tw-t:hover {
    color: transparent;
    background-image: url(../img/social-twitter.svg);
    background-repeat: no-repeat;
    background-position-y: -48px;
    /*background-color: #5FA9DD;*/
    border-radius: 50%;
    width: 54px;
    height: 48px;
    display: inline-block;
    background-position-x: 4px;
    transition: 0.2s;
}
a.fb-t:hover {
    color: transparent;
    background-image: url(../img/social-facebook.svg);
    background-repeat: no-repeat;
    background-position-y: -48px;
    /*background-color: #5FA9DD;*/
    border-radius: 50%;
    width: 54px;
    height: 48px;
    display: inline-block;
    background-position-x: 4px;
    transition: 0.2s;
}

.view-compromisos-de-adhesion .view-header p{
    font-size: 1.2em;
}
.view-compromisos-de-adhesion .view-header h2 {
    margin: 0;
    padding: 13px 16px;
    background-image: url(../img/bck-compromiso-1.jpg);
    background-size: cover;
    color: #fff;
    font-weight: lighter;
    background-position-y: 103px;
    border-right: 1px solid #fff;
}
.view-compromisos-de-adhesion th {
    background-color: #433C3B;
    color: #fff;
    border-right: 1px solid #fff;
}
.view-compromisos-de-adhesion td {
    border-right: 1px solid #fff;
}
img.encabezado-img{
    width: 100%
}

#navbar ul li.expanded:hover{
    color: #FFF;
    background: #ED7D32;
    cursor: pointer;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media (min-width: 768px){
    img.encabezado-img{
    width: 60%
}
    .navbar-default .navbar-nav > li > a {
        min-height: 121px;
    }

    .flexslider .slides li{
        height: auto;
    }
    .flexslider .slides li a > .image img{display: block;}

    .not-front .flexslider .slides li a > .image.front img{display: none}
    .front .flexslider .slides li a > .image.intern img{display: none}   
    .navbar-nav {
        margin: 0 auto;
        display: table;
        table-layout: auto;
        float: none;
        width: 100%;
    }
    .navbar-nav>li {
        display: table-cell;
        float: none;
        text-align: center;
    }
    .footer img{
        padding-right: 15px;
        display: inline-block;
                margin-bottom: 10px;
    }

    #edit-field-categor-a-tid-wrapper{width: auto;}
    #edit-field-categor-a-tid-wrapper select{width: auto;}
    #section-filter .names-exposed-widget{
        width: 33%;
    }
     .views-exposed-form .views-exposed-widget{
        float: left;
    }

    #section-filter #edit-submit-empresas{
        margin-top: 15px;
        display: inline-block;
    }

    /*Compromiso*/
   	#field-intro-compromiso-add-more-wrapper {padding: 0 160px;}
    .page-node-add-compromiso #compromiso-node-form label{width: 240px; padding-right: 10px; text-align: right; float: left;}
    .page-node-add-compromiso-de-adhesion #compromiso-de-adhesion-node-form label {width: 320px; padding-right: 10px; text-align: right; float: left;}
    .page-node-add-compromiso #compromiso-node-form input, .page-node-add-compromiso-de-adhesion #compromiso-de-adhesion-node-form input{width: 450px; float: left; border-radius: 0;}
    .page-node-add-compromiso #compromiso-node-form .form-textarea-wrapper, .page-node-add-compromiso-de-adhesion #compromiso-de-adhesion-node-form .form-textarea-wrapper{width: 450px; float: left;}

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

    #navbar ul li.expanded{
        padding: 0 25px !important;
    }
     #navbar ul li.expanded{
        padding: 0 25px !important;
    }

 #navbar ul li.expanded{
        padding: 0 25px !important;
    }




    #navbar ul li.collapsed, #navbar ul li.expanded, #navbar ul li.leaf,#navbar ul li.expanded {
    list-style: none;
    padding: 0 0px;
}
    .region-compro-home {
    background-color: #cecece;
    min-height: 472px;
    padding: 15% 25px 0 25px;
}
p.txt-solucion {
    color: #444;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 122%;
    margin-top: 25px;
}
    .node-type-webform label.control-label{
        width: 35%;
        text-align: right;
        float: left;
    }

    .node-type-webform input, .node-type-webform .form-textarea-wrapper, .node-type-webform  .form-managed-file{
        width: 65%;
        float: left;
    }

    .footer a {
        width: auto;
        float: none;
    }
    .node-type-empresa .page-title, .page-monitoreo-de-impacto .page-title, .node-type-producto .page-title, .node-type-page .page-title, .node-type-webform .page-title{ overflow: initial;     margin-bottom: 80px !important;}

    .node-type-webform form > div{width: 80%;}

    .node-type-webform .input-group-btn{
        width: auto;
        display: table-cell;
        clear: initial;
    }

    .navbar-default .navbar-nav > li > a {
        border-bottom: 1px solid #fff; 
        min-height: 115px;
    }

    #navbar{
        background: rgba(0, 0, 0, 0.5);
    }

    .footer .logos{
        border-right: 4px solid #fff;
    }

    #section-actionlines #block-views-l-neas-de-acci-n-block .cont{text-align: left;}

    .navbar-default .navbar-nav > li > a:after, .navbar-default .navbar-nav > li > span.nolink:after{
        content: '';
        height: 85%;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        border-right: #fff solid 1px;
        margin: auto;
    }

    .navbar-default .navbar-nav > li:first-child > a:before {
        content: '';
        height: 85%;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        border-left: #fff solid 1px;
        margin: auto;
    }

    .navbar-nav > li > a {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > span.nolink {
        text-align: left;
        padding: 25px 15px;
        min-height: 110px;
        border-bottom: none;
        font-size: 1.2em;
    }

    .navbar-default .navbar-nav > li.active:before{
        content: "";
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid #ED7D32;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 0px;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form{
        background: transparent;
    }

    #section-filter .names-exposed-widget{
        border-right: #21426D solid 3px;
    }

    #section-filter h2{
        width: 340px;
    }

    

    #section-actionlines .action-line-item{
        width: 20%;
        padding: 50px 10px;
        min-height: 370px;
    }

    #section-actionlines .views-row .descrip{display: none; border-bottom: 1px solid #fff;}

    #section-actionlines .views-row p{
        min-height: 75px;
        width: 130px;
        font-size: 1.2em;
        margin: 18px auto;
        text-align: center;
        border-bottom: 1px solid #fff;
    }

    .node-type-page .RCM .td.yellow{ min-height: 120px;}

    .node-type-page .RCM .td{
        min-height: 120px;
    }

    .node-type-page .RCM .td.yellow p{
        margin-right: 0px;
        float: none;
    }

    .node-type-page .RCM .row{margin: 0px}

    .node-type-page .RCM .th h4{
        position: relative;
    }

    .node-type-page .RCM .th:nth-child(1){background: #FBB03B; color: #fff}
    .node-type-page .RCM .th:nth-child(2){background: #5CABB4; color: #fff}
    .node-type-page .RCM .th:nth-child(3){background: #736357; color: #fff}
    .node-type-page .RCM .th:nth-child(4){background: #49A2C1; color: #fff}


    .node-type-page .RCM .th:nth-child(1) .letter-title{background: transparent;}
    .node-type-page .RCM .th:nth-child(2) .letter-title{background: transparent;}
    .node-type-page .RCM .th:nth-child(3) .letter-title{background: transparent;}
    .node-type-page .RCM .th:nth-child(4) .letter-title{background: transparent;}
    
    .node-type-page .RCM .th p{color: #fff !important; }

    .node-type-page .RCM .th .text{
        text-align: center;
        padding: 10px;
        font-size: 1em;
    }

    .node-type-page .RCM .th{min-height: 317px; padding-left: 15px;}
    .node-type-page .RCM .th img{margin: auto; margin-top: 15px;}

    .node-type-page .RCM .th .letter-title{
        float: none;
        width: 100%;
        position: relative;
        padding-top: 10px;
    }

    .node-type-page .video{
        background-color: #E8E6E6;
        border-top: #B5B5B5 solid 2px;
        border-bottom: #B5B5B5 solid 2px;
        padding: 15px 20px;
    }
    .node-type-page .video iframe{height: 340px;}

    .node-type-page .cont-table{overflow: hidden;}

    #navbar{
        position: absolute;
               bottom: 0px;
        top: initial;
 
    }

    .footer .logos a{width: auto; float: left;}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .navbar-default .navbar-nav > li > a {
        padding: 30px 40px;
        min-height: 110px;
    }
    .navbar-default .navbar-nav > li > span.nolink {
        padding: 0px;
        min-height: 110px;
    }

    .footer img{
        padding-right: 20px;

    }

}


