/*
    Theme Name: HTML5 Blank
    Theme URI: http://html5blank.com
    Description: HTML5 Blank WordPress Theme
    Version: 2.1
    Author: Todd Motto (@toddmotto)
    Author URI: http://toddmotto.com
    Tags: Blank, HTML5, CSS3

    License: MIT
    License URI: http://opensource.org/licenses/mit-license.php
*/

body {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 300;
    background: #f7f7f9;
    line-height: 20px;
}

.no-padding {
    padding-left: 0px!important;
    padding-right: 0px!important;
}

.clear {
    clear: both;
}

h1 {
    font-weight: 700;
    font-size: 60px;
    font-family: 'Amiri', serif;
    font-style: italic;
    color: #3aaa35!important;
    margin-top: -10px;
    margin-bottom: 50px;
}
h2 {
    font-size: 34px;
    font-weight: 300;
}
h3 {
    font-size: 32px;
    font-weight: 200;
}
p {
    font-size: 16px;
    line-height: 27px;
    margin: 20px 0px;
}

.flex{
    display: flex;
    align-items: center;
}

.no-padding{
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.no-padding-left{
    padding-left: 0px!important;
}
.no-padding-right{
    padding-right: 0px!important;
}
/* -------------------------------------
    NAVBAR    
------------------------------------- */
.navbar-default .navbar-nav>li>a {
    color: #333;
}

.page-template-homepage .navbar-default .navbar-nav>li>a{
     color: #fff;
}

.idiomas ul li a {
    color: #333;
    border-right: 1px solid #333;
}

.page-template-homepage .idiomas ul li a {
    color: #fff;
    border-right: 1px solid #fff;
}

.navbar-nav.navbar-right a {
    color: #333;
    border-left: 1px solid #333;
}

.page-template-homepage .navbar-nav.navbar-right a {
    color: #fff;
    border-right: 1px solid #fff;
}

.top-header {
    border-bottom: 1px solid rgba(0, 0, 0, .3);
}

.page-template-homepage .top-header {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.page-template-homepage-v2 .logo-white {
    visibility: visible;
}

.page-template-homepage-v2 .logo-black{
    visibility: hidden;
}

.logo-white {
    visibility: hidden;
    display: none;
}


.page-template-homepage-v3 .logo-white {
    visibility: visible;
}

.logo-black{
    visibility: visible;
}

.logo-black {
    width: 140px;
    margin-top: 18px;
}

/* .logo-black-home {
    width: 140px;
    visibility: hidden;
    margin-top: -55px;
} */


.page-template-homepage .logo-white {
    visibility: visible;
    margin-top: -5px;
}

.page-template-homepage .logo-black {
    width: 110px;
    visibility: hidden;
    margin-top: -45px;
}
.navbar {
    background: none;
    height: 99px!important;
    margin: 0;
    border: none;
    border-radius: 0;
    position: fixed;
    width: 100%;
    z-index: 100;
    color: #fff;
    margin-top: 40px;
    transition: 0.7s ease all;
}

.page-template-homepage .navbar {
    background: none;
}

.navbar-default {
    box-shadow: none!important;
}

.navbar-header {
    padding-left: 15px;
    padding-right: 15px;
}

.nav .open > a {
    border-left: none !important;
    border-bottom: 3px solid #3aaa35 !important;
    background-color: #fff !important;
}

.navbar-brand img {
    max-width: 140px;
}
.navbar-default .navbar-collapse {
    background: none!important;
 
}
.navbar-collapse a {
    padding: 45px 15px !important;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: capitalize;
    line-height: 5px!important;
}
.navbar-collapse .dropdown-menu li a {
   padding: 17px!important;
}
navbar-default .navbar-nav>li>a {
    color: #333;
    font-weight: 300!important;
} 
/* .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
} */
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.open>a {
    box-shadow: none!important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: none!important;
    color: #3aaa35!important;
}

#menu-menu-principal>li>.dropdown-menu:before,#menu-menu-principal-ingles>li>.dropdown-menu:before,#menu-menu-principal-portugues-brasil>li>.dropdown-menu:before {
    content: "\A";
    border-style: solid;
    border-width: 15px 15px 15px 15px;
    border-color: #96bf31 transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 20px;
    margin-left: 0;
}

#menu-menu-principal>li>.dropdown-menu:after,#menu-menu-principal-ingles>li>.dropdown-menu:after ,#menu-menu-principal-portugues-brasil>li>.dropdown-menu:after{
    content: '';
    position: absolute;
    width: 5000vw;
    height: 350px;
    left: -5000px;
    top: 0;
    background: rgba(255, 255, 255, 1);
    z-index: -1;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#menu-menu-principal>li>.dropdown-menu ,#menu-menu-principal-ingles>li>.dropdown-menu,#menu-menu-principal-portugues-brasil>li>.dropdown-menu  {
    z-index: 10;
}

#menu-menu-principal>li>.dropdown-menu>li>.dropdown-menu ,#menu-menu-principal-ingles>li>.dropdown-menu>li>.dropdown-menu,#menu-menu-principal-portugues-brasil>li>.dropdown-menu>li>.dropdown-menu  {
    left: 100%!important;
    top: 0px!important;
    border-radius: none!important;
}

#menu-menu-principal>li>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu ,#menu-menu-principal-ingles>li>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu ,-#menu-menu-principal-portugues-brasil>li>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu {
    left: 100%!important;
    top: 0px!important;
    border-radius: none!important;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background: none!important;
    /* color: #fff; */
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-radius: 0 !important;
    padding: 15px 10px;
}

.navbar-brand,
.navbar-nav>li>a {
    text-shadow: none!important;
}

.dropdown-menu li:hover > a {
    font-weight: 400;
}

.dropdown-menu li:focus,
.dropdown-menu li:link,
.dropdown-menu li:active {
    background: transparent!important;
    border: none!important;
}

.dropdown-menu li a:focus,
.dropdown-menu li a:link,
.dropdown-menu li a:active {
    background: transparent!important;
    border: none!important;
}

.nav>li>.dropdown-menu > li {
    position: initial!important;
    padding: 0 15px!important;
    /* border-left: 1px solid #fff; */
}

.nav>li>.dropdown-menu>li>.dropdown-menu>li {
    position: initial!important;
    border-left: 1px solid #96bf31;
    padding: 0 15px!important;
}

.nav>li>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu>li {
    position: initial!important;
    border-left: 1px solid #96bf31;
    padding: 0 15px!important;
}

.dropdown-menu {
    opacity: 0;
    transition: 200ms ease-in all;
}

.nav li:hover >.dropdown-menu {
    display: block;
    opacity: 1;
}

.dropdown-menu {
    position: absolute;
    height: 350px;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    /* min-width: inherit!important; */
    padding: 50px 0 0 0!important;
    margin: 0px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: transparent!important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-left: none!important;
    border-top: none!important;
    border-right: none!important;
    border-bottom: none!important;
    border-radius: none!important;
    box-shadow: none!important;
}

.dropdown-menu > li > a {
    font-weight: 300;
    color: #333!important;
}


.dropdown-menu > li > a:hover {
    border-bottom: none !important;
    background: none!important;
}

.caret {
    display: none!important;
}

.top-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    /* border-bottom: 1px solid rgba(255, 255, 255, .3); */
}

.menu ul.children {
    margin-left: 20px;
    margin-top: 20px;
}


.navbar-nav.navbar-right li {
    padding: 10px 0px!important;
}

.navbar-nav.navbar-right li:last-child a {
    border-right: none!important;
}

.navbar-nav.navbar-right a {
    /* color: #fff;
    border-right: 1px solid #fff; */
    padding: 0px 15px!important;
    font-size: 12px;
}

.navbar-nav.navbar-right a:hover {
    background: none!important;
    color: #3aaa35;
}

.idiomas {
    float: left;
    margin-top: 10px;
    position: relative;
    z-index: 99;
}

.navbar-nav.navbar-right {
    position: relative;
    z-index: 99;
}

.idiomas ul {
    float: left;
    padding-left: 0px;
}

.idiomas ul li {
    float: left;
    list-style: none;
}

.idiomas ul li a {
    /* color: #fff; */
    padding: 0px 8px;
    /* border-right: 1px solid #fff; */
}

.idiomas ul li:nth-child(3) > a {
    border-right: none;
}

#menu-menu-top .dropdown-menu,#menu-menu-top-ingles .dropdown-menu,#menu-menu-top-portugues-brasil .dropdown-menu{
    height: auto!important;
    left: 0!important;
    padding: 2px 0!important;
    background-color: #fff!important;
}

#menu-menu-top .dropdown-menu > li ,#menu-menu-top-ingles .dropdown-menu > li,#menu-menu-top-portugues-brasil .dropdown-menu > li {
    margin: 3px 0!important;
    /* border-left: 1px solid #fff; */
}


/* -------------------------------------
    
------------------------------------- */

#home {
    background-image: url(img/bg.jpg);
    background-position: center center;
    background-size: cover;
    color: #fff;
    padding: 200px 0px 90px 0px;
    margin-top: -40px;
    position: relative;
}

#home h2{
    font-size: 48px;
    font-weight: 500;
}





#home h1 span {
    font-weight: 900;
    font-size: 60px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-style: normal;
}

#home .wrap {
    height: 60px;
    line-height: 60px;
    border-right: 1px solid #fff;
    position: absolute;
    margin-bottom: 30px;
}

#home a {
    color: #fff;
    font-size: 18px;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 10px 25px 12px 35px;
    margin-top: 100px;
    transition: .1s ease all;
}

#home a:hover {
    text-decoration: none!important;
}

#home a:hover > .svg-inline--fa {
    margin-left: 15px;
}

#home .svg-inline--fa {
    vertical-align: -.245em;
    margin-left: 10px;
    transition: .1s ease all;
}

#home a i {
    font-size: 21px;
    position: absolute;
    margin-top: 4px;
    margin-left: 5px;
}

.our {
    float: left;
}

.our p,
.nossa p,
.nuestra p {
    font-size: 2.5em;
    font-weight: 900;
}

.our span,
.nossa span,
.nuestra span {
    font-family: 'Amiri', sans-serif;
    font-style: italic;
    color: #3aaa35;
}

.nossa,
.nuestra {
    float: left;
    margin-left: 15px;
    margin-top: 4px;
}

.nossa p,
.nuestra p {
    font-size: 1.5em;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/* -------------------------------------
    CALUGAS    
------------------------------------- */

.separador {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    z-index: 1;
}

.separador .img-responsive {
    margin: 0 auto;
}

#calugas {
    position: relative;
    overflow: hidden;
    font-weight: 300;
    font-size: 17px;
    line-height: 27px;
}

#calugas .container {
    background: #fff;
    padding: 100px 15px 0px 15px;
}

#calugas .col-md-3 {
    padding: 0px 25px!important;
}

.caluga {
    position: relative;
    height: 500px;
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
    color: #fff;
    padding: 0px 25px;
}

.continuar-leyendo {
    position: absolute;
    bottom: 8px;
    left: 25px;
    text-decoration: none!important;
    font-size: 14px;
}

.continuar-leyendo:hover > .fa-long-arrow-alt-right {
    margin-left: 15px;
}

.fa-long-arrow-alt-right {
    margin-left: 10px;
    transition: .1s ease all;
}

.caluga-1 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(img/sustentabilidad1.png);
    display: flex;
    align-items: center;
}

.caluga-1 a {
    color: #fff;
}

.caluga-2 {
    background: #f1f1f1;
    color: #333!important;
    display: flex;
    align-items: center;
}

.caluga-2 i {
    margin-bottom: 5px;
    display: block;
    color: #bbb;
}

.caluga-2 a,
.caluga-3 a,
.caluga-4 a {
    color: #3aaa35;
}

.caluga-3 {
    background: #3aaa35;
    color: #fff!important;
}

.caluga-3 .header {
    height: 300px;
}

.caluga-3 .header img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 32px;
}

.caluga-3 .body {
    display: flex;
    align-items: center;
    padding: 15px 25px;
    height: 150px;
}

.caluga-3 i {
    margin-bottom: 5px;
    display: block;
    color: #bbb;
    font-size: 14px;
}

.caluga-4 {
    background: #f1f1f1;
    color: #333!important;
}

.caluga-4 .img {
    height: 170px;
    background-image: url(img/caluga-4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-top-right-radius: 25px;
}

.caluga-4 .body {
    display: flex;
    align-items: center;
    padding: 15px 15px;
}

.caluga-4 i {
    margin-bottom: 5px;
    display: block;
    color: #bbb;
    font-size: 14px;
}

.caluga p {
    line-height: 18px;
}


/* -------------------------------------
    ANIMACIÃƒâ€œN    
------------------------------------- */
#animacion .container {
    overflow: hidden;
    padding: 250px 0px 250px 0px;
    background: #fff;
}

.content {
    width: 80%;
    padding: 2%;
    position: absolute;
    top: 0;
    left: 0;
}

.logo-wrap {
    width: 100%;
    position: relative;
}

.contenedor {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 300px;
}

.flor {
    width: 40%;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.circulo {
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contenedor-linea {
    margin: 0 auto;
    position: relative;
}

#circle path {
    transition: 750ms ease-in all;
}

#circle path.activo {
    stroke: #3aaa35;
    stroke-width: 1!important;
}

.linea-verde {
    position: absolute;
    top: 0px;
    left: 229px;
    z-index: 1;
    width: 900px!important;
}

.linea-verde-medium {
    position: absolute;
    top: 0px;
    left: 229px;
    z-index: 1;
    width: 900px!important;
    display: none;
}


.sustentabilidad {
    margin-left: -60px;
    padding-right: 100px;
}

.sustentabilidad h2 {
    padding-bottom: 10px!important;
}

/* -------------------------------------
    ACTUANDO    
------------------------------------- */

#actuando {
    overflow: hidden;
}

#actuando .container {
    padding: 0px!important;
    background: #fff;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}


#actuando .container .col-lg-4 {
    padding: 30px 45px!important;
}

#actuando .container .col-lg-8 {
    z-index: 2;
}


.blanco {
    width: 100%;
    height: 20px;
    background: #fff;
}

/* -------------------------------------
    NUESTRA GENTE    
------------------------------------- */

#nuestra-gente {
    position: relative;
    z-index: 2;
    background: #f7f7f9;
}

#nuestra-gente h2 {
    font-weight: 300;
    font-size: 34px;
    color: #3aaa35;
    padding-bottom: 20px!important;
    margin-top: 0px;
    padding-top: 30px;
}

#video img {
    width: 100%;
    position: relative;
    z-index: 2;
}

#video iframe {
    position: absolute;
    top: 0;
    z-index: 1;
}

#nuestra-gente .descripcion {
    padding: 15px 35px;
    background: #fff;
    height: 120px;
}

#nuestra-gente .descripcion p {
    font-size: 21px;
    margin-top: 10px;
}

/* -------------------------------------
          CMPC TV    
------------------------------------- */

.tv-carousel .owl-nav.disabled {
    display: block;
}

.tv-carousel .owl-prev,
.tv-carousel .owl-next {
    border: 1px solid #3aaa35!important;
    color: transparent!important;
    background: transparent!important;
    padding: 15px 35px 15px 35px!important;
    border-radius: 50px!important;
    position: relative;
}

.tv-carousel .owl-prev:after {
    content: url(img/flecha-izquierda.png);
    position: absolute;
    top: 16px;
    left: 35px;
    transition: .2s ease all;
}

.tv-carousel .owl-next:after {
    content: url(img/flecha-derecha.png);
    position: absolute;
    top: 16px;
    left: 35px;
    transition: .2s ease all;
}

.tv-carousel .owl-next:hover:after {
    left: 40px;
}

.tv-carousel .owl-prev:hover:after {
    left: 30px;
}

.tv-carousel .owl-nav {
    margin-top: -10px!important;
    margin-bottom: 25px!important;
}

.item-video {
    height: 350px;
}

.owl-video-tn.owl-lazy {
    background-size: cover;
    opacity: 1!important;
}

.owl-item.active.center {
    height: 500px;
}

.item-video iframe {
    height: 350px;
}

.owl-carousel .owl-video-tn {
    background-size: cover!important;
}

.owl-carousel .owl-video-play-icon {
    background: url(./img/play.png) no-repeat!important;
}

/* -------------------------------------
    FOOTER    
------------------------------------- */

footer {
    background: #3aaa35;
    overflow: hidden;
    padding: 50px 0px;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 2;
}

footer a {
    color: #fff;
}

footer a:hover,
footer a:active,
footer a:after,
footer a:link {
    color: #fff;
}

.svg-inline--fa.fa-w-10 {
    width: inherit;
}

.fa-angle-up {
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 5px 12px;
    font-size: 48px;
}

footer ul {
    padding-left: 0px!important;
}

footer ul li {
    display: inline-block;
    list-style: none;
    margin: 10px;
}

footer .menu a {
    text-decoration: underline!important;
}

.rrss {
    font-size: 24px;
}




/* -------------------------------------
    *******NIVEL UNO A********
------------------------------------- */


/* -------------------------------------
    PORTADA    
------------------------------------- */

#portada-sustentabilidad .container,
#portada-nosotros .container,
#portada-negocios .container,
#portada-gobierno .container,
#portada-medioambiente .container,
#portada-biodiversidad .container,
#portada-energia .container,
#portada-proposito .container,
#portada-idi .container,
#portada-proveedores .container,
#portada-fundacion .container,
#portada-prensa .container,
#portada-personas .container,
#portada-news .container,
#portada-historias .container,
#portada-contacto-prensa .container,
#portada-cmpc-personas .container,
#portada-relaciones .container,
#portada-contacto-trabaja .container,
#portada-hechos .container{
    background-position: center center;
    background-size: cover;
    color: #fff;
    height: 350px;
    margin-top: 150px;
    position: relative;
    border-top-left-radius: 50px;
}
#portada-sustentabilidad .container {
    background-image: url(img/sustentabilidad-v2.png);
}

#portada-nosotros .container {
    background-image: url(img/nosotros.png);
}

#portada-negocios .container {
    background-image: url(img/portada-negocios.jpg);
}

#portada-gobierno .container {
    background-image: url(img/encabezado-gobierno-corporativo-2.png);
}
#portada-biodiversidad .container {
    background-image: url(img/sustentabilidad3.png);
}

#portada-energia .container {
    background-image: url(img/sustentabilidad4.png);
}
#portada-proposito .container {
    background-image: url(img/nuestro-proposito.png);
}
#portada-idi .container {
    background-image: url(img/i-d-i.png);
}

#portada-proveedores .container {
    background-image: url(img/proveedores1.png);
}

#portada-fundacion .container {
    background-image: url(img/fundacion.png);
}
#portada-prensa .container {
    background-image: url(img/medios.png);
}
#portada-personas .container {
    background-image: url(img/cmpc-personas-portada.png);
}
#portada-news .container {
    background-image: url(img/medios.png);
}
#portada-historias .container {
    background-image: url(img/medios.png);
}
#portada-contacto-prensa .container {
    background-image: url(img/medios.png);
}
#portada-cmpc-personas .container {
    background-image: url(img/trabaja-con-nosotros-personas.png);
}
#portada-relaciones .container {
    background-image: url(img/trabaja-con-nosotros-personas.png);
}
#portada-contacto-trabaja .container {
    background-image: url(img/trabaja-con-nosotros-contacto.png);
}
#portada-medioambiente .container {
    background-image: url(img/medioambiente.png);
}
#portada-hechos .container {
    background-image: url(img/hechos.png);
}
.indicadores {
    position: absolute;
    right: 0;
    bottom: -30px;
    background: #1a8d39;
    padding: 25px 30px 40px 30px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    z-index: 3;
}

.indicadores ul {
    overflow: hidden;
    width: 100%;
    padding-left: 0px;
    margin-bottom: 0px;
}

.indicadores ul li {
    float: left;
    list-style: none;
    margin: 0 20px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
}

.indicadores ul li span {
    font-weight: 300;
}

.indicadores .hoja {
    width: 60px;
    float: left;
    height: 170px;
}

.indicadores .hoja img {
    width: 35px;
    margin-top: 30px;
}

.indicadores .arbol {
    width: 60px;
    float: left;
    height: 190px;
}

.indicadores .arbol img {
    width: 45px;
    margin-top: 10px;
}

.indicadores .prensa {
    width: 60px;
    float: left;
    height: 170px;
}

.indicadores .prensa img {
    width: 35px;
    margin-top: 22px;
}

.indicadores .trabaja {
    width: 60px;
    float: left;
    height: 90px;
}

.indicadores .trabaja img {
    width: 50px;
    margin-top: 22px;
}

.indicadores .trabaja h2 {
    margin-left: 25px;
}

.indicadores .texto {
    width: 400px;
}

.indicadores .inversionistas {
    width: 60px;
    float: left;
    height: 90px;
}

.indicadores .inversionistas img {
    width: 50px;
    margin-top: 14px;
}


/* -------------------------------------
    MAIN    
------------------------------------- */

#main h2 {
    margin-top: 0px;
}

#main a:hover,
#main a:link,
#main a:active,
#main a:focus {
    text-decoration: none;
}

#main {
    padding: 80px 0px 50px 0px;
}

#main .container {
    padding-left: 0px;
    padding-right: 0px;
}

#main .container .menu ul {
    padding-left: 0px;
}

#main .container .col-md-3 ul li {
    list-style: none;
    margin-bottom: 25px;
    overflow: hidden;
}

#main .container .col-md-3 ul li a {
    font-weight: bold;
    color: #666;
}

#main .container ul li img {
    float: left;
    margin-top: 3px;
    margin-right: 10px;
}

.page-template-sustentabilidad .fa-long-arrow-alt-right {
    margin-left: 0px;
    color: #a2c037!important;
}


#main .container .col-md-6 h2 img {
    float: left;
    margin-top: 4px;
    margin-right: 25px;
}

#main .container .col-md-6 span,
#main .container .col-md-12 span {
        color: #6aa842;
    font-weight: bold;
    display: block;
    /* margin: 50px 0; */
    line-height: 30px;
    letter-spacing: .02em;
}

#main .container .col-md-12 .cifras {
    overflow: hidden;
    padding: 30px;
    background-image: url(./img/patron-7.png);
}

#main .container .col-md-12 .cifras span {
    display: initial;
    margin: inherit;
}

#main .container .col-md-12 .cifras p {
    margin: 0px 0px;
}

#main .container .col-md-12 .cifras .circulo-blanco {
    background-image: url(./img/circulo-blanco%402x.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 75%;
    height: 500px;
    display: flex;
    align-items: center;
}

#main .container .col-md-12 .cifras .circulo-verde {
    background-image: url(./img/circulo-verde%402x.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 75%;
    height: 500px;
    display: flex;
    align-items: center;
}

.cuadrado {
    height: 450px;
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
    padding: 40px;
    display: flex;
    align-items: center;
    background: #fff;
}

.rectangulo {
    height: 200px;
    width: 95%;
    margin: 0 auto;
    margin-top: 30px;
    padding: 40px;
    display: flex;
    align-items: center;
    background: #fff;
}

/* .cuadrado span {
    font-size: 16px!important;
    font-weight: bold!important;
}
 */
#main .container .col-md-12 .cifras span {
    font-size: 32px;
    font-weight: 200;
    line-height: 35px;
    margin: 0px;
}

#main .container .col-md-12 .cifras .circulo-verde span {
    color: #fff!important;
}

.cont {
    width: 60%;
    margin: 0 20%;
}

/* -------------------------------------
    REPORTES    
------------------------------------- */
.reportes {
    padding-left: 8%;
}

.reportes ul {
    padding: 0px!important;
}

.reporte img {
    width: 100%!important;
    height: 100%!important;
    margin-right: 0px!important;
}

#accordion {
    width: 100%;
}

.page-template-sustentabilidad .arrow-green {
    float: left;
    width: 25px!important;
    height: inherit!important;
    margin-right: 15px;
    margin-top: 3px;
}

#accordion p {
    font-size: 16px;
    font-weight: 300;
    color: #333;
}

#accordion .tab {
    margin: 20px 0;
    display: block;
}

#accordion .arrow-green{
    float: left;
    margin-right: 10px;
    margin-top: 3px;
}
.patron {
    height: 200px;
    position: absolute;
    top: 190px;
     opacity: .6;
    width: 100%;
    background-image: url(./img/patron-5.png);
}

.cuerpo-tab {
    position: relative;
}

.cuerpo-tab img {
    width: 100%;
    height: 100%;
    transition: 0.7s ease all;
    position: relative;
    z-index: 1;
}

.lupa {
    position: absolute;
    top: 80%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    opacity: 0;
    transition: 0.7s ease all;
    z-index: 9;
}

.cuerpo-tab:hover img {
    filter: brightness(70%);
}

.cuerpo-tab:hover .lupa {
    opacity: 1;
    top: 50%;
}

.fa-search {
    color: #fff;
    width: 20px;
    margin: 0 auto;
}

/* -------------------------------------
   NAV PLANTILLAS NIVEL UNO A & B    
------------------------------------- */


/* -------------------------------------
   HISTORIA    
------------------------------------- */

#historia {
    position: relative;
    height: 550px;
    background-image: url(./img/1920b.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /* background-attachment: fixed; */
    color: #fff;
    overflow: hidden;
    padding: 0;
    margin: 0;
    transition: all 1s ease;
}

#historia::before{
  content: '';
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

#historia h2{
    margin-top: 50px;
}

#historia .bajada{
    border-left: 5px solid #3AAA35;
    position: absolute;
    width: 60%;
    bottom: 60px;
    margin-left: 16%;
}

#historia .bajada p{
    font-weight: 300;
    margin: 0px;
}

.timeline{
  position: absolute;
    bottom: 200px;
    width: 3000px;
    height: 50px;
    /* background: rgba(0,0,0,0.5); */
    border-top: 1px solid #fff;
    padding-left: 80px;
    
}

.timeline a{
    color: #fff!important;
    margin-left: -3px;
    text-decoration: none;
}

.timeline img{
   height: 60%;
    margin-bottom: 20%;
}

.date{
  color: #fff;
  float: left;
  width: 150px;
  height: 50px;
  /*padding-left: 80px;*/
}
.date::before{
  content: '';
  position: absolute;
  height: 0vh;
  width: 1px;
  background: rgba(255,255,255,0.7);
 /*  background: -webkit-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,1)); Safari 5.1-6
  background: -o-linear-gradient(bottom,rgba(0,0,0,0.5),rgba(0,0,0,1)); Opera 11.1-12
  background: -moz-linear-gradient(bottom,rgba(0,0,0,0.5),rgba(0,0,0,1)); Fx 3.6-15
  background: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(255,255,255,1)); Standard */
  margin-top: -100vh;
} 

p.focus{
     position: absolute;
    top: -20px;
    margin-left: -14px!important;
    padding-top: 10px;
}
p.focus::before{
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: 3.5px;
}

p.focus::after{
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  top: -5px;
  left: 9px;
}

.goal_wrap{
  position: absolute;
    width: 70px;
    height: 70px;
    border: 2px solid #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 70px;
    top: -100px;
    margin-left: -34px;
    font-size: 24px;
    transition: all 0.5s ease; 
}

.goal_wrap:hover{
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-left: -30px;
  font-size: 30px;
  cursor: pointer;
}

.goal_wrap.active{
  top: -160px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin-left: -40px;
  font-size: 40px;
  cursor: pointer;
}

.bounce {
  animation: bounce 1s .5s;
  transform: scale(0.85);
}

@keyframes bounce {
  0% { transform: scale(0.85); opacity: 1; }
  50% { transform: scale(0.95); opacity: .7; }
  60% { transform: scale(0.6); opacity: 1; }
  80% { transform: scale(1.6) }
  100% { transform: scale(1.1) }
}

.uno,.dos,.tres,.cuatro,.cinco,.seis,.siete,.ocho,.nueve,.diez,.once,.doce,.trece,.catorce,.quince,.dieciseis,.diecisiete,.dieciocho{
    display: none;
}

/* -------------------------------------
   MULTINACIONAL    
------------------------------------- */

#multinacional{
    padding: 100px 0;
}

#multinacional h2{
    color: #44AE40;
}

/* -------------------------------------
   DONDE OPERAMOS    
------------------------------------- */


#donde-operamos {
    padding-bottom: 80px;
}

#donde-operamos .container {
    position: relative;
}

#donde-operamos .container a {
    color: #A8D42E;
    cursor: pointer!important;
}

#donde-operamos h2 {
    margin: 10px 0px 50px 0px;
    font-weight: 500;
}

#donde-operamos .chile {
    position: absolute;
    bottom: 10%;
    left: 24%;
}

#donde-operamos .argentina {
    position: absolute;
    bottom: 7%;
    left: 22%;
}

#donde-operamos .brasil {
    position: absolute;
    bottom: 22%;
    left: 30%;
}

#donde-operamos .colombia {
    position: absolute;
    bottom: 31.5%;
    left: 21%;
}


#donde-operamos .ecuador {
    position: absolute;
    bottom: 29%;
    left: 20.5%;
}

#donde-operamos .mexico {
    position: absolute;
    bottom: 41%;
    left: 13.5%;
}

#donde-operamos .peru {
    position: absolute;
    bottom: 22.5%;
    left: 23%;
}

#donde-operamos .uruguay {
    position: absolute;
    bottom: 12.5%;
    left: 26.5%;
}

#donde-operamos .popover {
    color: #fff!important;
    width: 70%;
    max-width: inherit!important;
    background: #3AAA35!important;
    padding: 20px 30px!important;
    border-top-left-radius: 30px!important;
    border-top-right-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
    border-bottom-right-radius: 30px!important;
    border: none!important;
}

.pais-a {
    color: #333!important;
    font-weight: bold!important;
    font-size: 16px!important;
    float: left!important;
    margin: -4px 5px 0 0!important;
}

#donde-operamos .popover .col-md-5 ul {
    padding-left: 0px;
}

#donde-operamos .popover .col-md-7 ul {
    margin-top: 40px;
}

#donde-operamos .popover ul li {
    font-weight: 300!important;
    list-style: none;
    line-height: 25px;
    letter-spacing: 1px;
}

.popover.right>.arrow:after {
    border-right-color: #3AAA35!important;
}

.popover.left>.arrow:after {
    border-left-color: #3AAA35!important;
}


#donde-operamos .nuestro-equipo .popover {
    width: 50%!important;
}

#donde-operamos .nuestro-equipo .popover {
    font-weight: 300;
}

#donde-operamos .nuestro-equipo .popover .generos {
    font-size: 24px;
    letter-spacing: 1px;
}

#donde-operamos .nuestro-equipo .popover .genero {
    border-right: 1px solid #fff;
}

#donde-operamos .nuestro-equipo .popover .pais {
    font-size: 30px;
    letter-spacing: 2px;
}

#donde-operamos .nuestro-equipo .popover .numero {
    font-size: 32px;
}

/* -------------------------------------
   MÃƒ S CIFRAS    
------------------------------------- */

#mas-cifras {
    padding: 50px 0;
}

#mas-cifras h3 {
    margin-top: 0px;
}

#mas-cifras span {
    color: #3AAA35;
    font-weight: 500;
    font-size: 1.3em;
}

#mas-cifras p {
    font-size: 1.2em;
    margin-top: 0px;
    margin-bottom: 25px;
}


/* -------------------------------------
    *******NIVEL DOS********
------------------------------------- */
.caja{
    padding: 70px;
    /*  opacity: .6; */
    background-image: url(./img/patron-5.png);
    overflow: hidden;
}



.caja-2 {
    padding: 180px 70px 0px 70px;
    /* opacity: .6; */
    background-image: url(./img/patron-5.png);
    z-index: 1;
    position: relative;
    overflow: hidden;
}



.caja-3{
    padding: 40px;
     /* opacity: .6; */
    background-image: url(./img/patron-5.png);
    overflow: hidden;
}

.caja-4{
    padding: 70px 70px 0px 70px;
   /*  opacity: .6; */
    background-image: url(./img/patron-5.png);
    overflow: hidden;
}

.contenido{
    padding: 50px;
    background: #fff;
    overflow: hidden;
}

.contenido h2{
    margin-bottom: 20px;
}

.contenido p{
    margin-top: 0px!important;
}

.contenido span{
    color: #3AAA35;
    font-weight: 500;
    font-size: 1.3em;
    margin: 0px!important;
    letter-spacing: .005em;
}
.nav-tabs:not(.home-tabs) {
    width: 70%!important;
    margin: 0 15%!important;
    border-bottom: none!important;
    padding-bottom: 30px!important;
}

.nav-tabs:not(.home-tabs)>li {
    width: 33.33%!important;
    text-align: center!important;
}

.nav-tabs:not(.home-tabs)>li>a {
    font-size: 1.8em!important;
    font-weight: 600!important;
    color: #C9C9C9!important;
}

.nav-tabs:not(.home-tabs)>li>a:focus, .nav-tabs:not(.home-tabs)>li>a:hover {
    color: #44AE40!important;
    cursor: pointer!important;
    background-color: transparent!important;
    border: none!important;
    border-bottom-color: transparent!important;
}


.nav-tabs:not(.home-tabs)>li.active>a, .nav-tabs:not(.home-tabs)>li.active>a:focus, .nav-tabs:not(.home-tabs)>li.active>a:hover {
    color: #44AE40!important;
    cursor: default;
    background-color: transparent!important;
    border: none!important;
    border-bottom-color: transparent!important;
}


#tabs .nav-tabs>.svg-inline--fa{
    color: transparent!important;
    font-size: .7em;
}

.nav-tabs:not(.home-tabs)>li>.svg-inline--fa.fa-w-16 {
    color: transparent;
}

.nav-tabs:not(.home-tabs)>li.active>.svg-inline--fa.fa-w-16{
    color: #44AE40;
}

#tabs h4{
    color: #44AE40;
}

#tabs ul{
    padding-left: 30px;
}

#tabs .tab-pane li{
    list-style: none;
    font-size: 16px;
    line-height: 27px;
    position: relative;
}

#tabs .tab-pane li:before{
    content: url(./img/arrow.png);
    position: absolute;
    left: -30px;
    top: 1px;
}

.pulp{
    margin: 70px 0px;
}

.gerente {
    position: relative;
    margin-top: 170px;
}

.gerente img {
    position: absolute;
    top: -100px;
    margin: 0 35%;
    width: 30%;
    z-index: 2;
}

.form-cmpc-news{
    width: 65%;
    margin: 0 auto;
}

.form-contacto{
    width: 65%;
    margin: 0 auto;
}


.form-solicitud{
    width: 100%;
}

.form-solicitud label{
    width: 46%;
    margin: 0 2%;
    float: left;
    margin-bottom: 20px;
}

.form-solicitud .mensaje {
    width: 96%;
    margin: -20px 2% 20px 2%;
}

form.wpcf7-form {
    width: 100%;
}

input {
    border-top-left-radius: 7px;
    border-bottom-right-radius: 7px;
    -webkit-appearance: none;
    border: 1px solid #ddd;
    padding: 6px 10px;
    font-size: 16px;
    font-weight: 300;
    width: 100%;
}

select{
    -webkit-appearance: none;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border: 1px solid #ddd;
    background: none;
    padding: 6px 10px;
    font-size: 16px;
    font-weight: 300;
    width: 100%;
}

textarea {
    width: 100%;
    border-top-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border: 1px solid #ddd;
}

label {
    font-weight: 300!important;
    width: 100%;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: none;
    cursor: pointer;
    width: 36%;
    margin: 0 33%;
    border-radius: 50px;
    padding: 8px;
    color: #44AE40;
    border: 1px solid #44AE40;
    position: relative;
}



input[type=submit]:after {
    content: url('./img/arrow-right.png');
    position: absolute;
    top: 25px;
    right: 40px;
}

span.wpcf7-not-valid-tip {
    font-size: 16px!important;
    font-weight: 300!important;
    color: #f00!important;
}



.videos-prensa iframe{
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.wp-pagenavi {
    text-align: center!important;
    padding-top: 50px;
}

.wp-pagenavi span{
    display:initial!important;
}

span.pages {
    display: none!important;
}

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 8px 11px!important;
    margin: 4px!important;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
}


.boton a {
    color: #44AE40;
    color: #fff!important;
    font-size: 18px;
    border: 1px solid #44AE40;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 13px 25px 13px 35px;
    margin-top: 100px;
    transition: .1s ease all;
    background: #44AE40!important;
}

.boton a:hover {
    text-decoration: none!important;
}

.boton a:hover > .svg-inline--fa {
    margin-left: 15px;
}

.boton .svg-inline--fa {
    vertical-align: -.245em;
    margin-left: 10px;
    transition: .1s ease all;
}

.boton i {
    font-size: 21px;
    position: absolute;
    margin-top: 4px;
    margin-left: 5px;
}

section#pilares {
    margin-top: 80px;
}

.pilar img{
    width: 60%;
}

.contenido-2{
    padding: 50px;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.relaciones-laborales th{
    background: #3AAA35!important;
    color: #fff!important;
}

.relaciones-laborales .total{
    font-weight: bold!important;
}

.breadcrumbs{
    margin-bottom: 30px;
}
.breadcrumbs span{
    color: #6aa842;
    font-weight: bold;
    display: -webkit-inline-box!important;
    margin: 0px!important;
    font-size: 14px!important;
}


 @media (min-width: 1201px){
.container {
    width: 1050px;
}
} 

 @media (min-width: 1366px){
.container {
    width: 1170px;
}
} 

/* --------------------
-----------------
    RESPONSIVE MAX 768    
------------------------------------- */

@media (max-width: 768px) {
    
  .carousel-videos{
  	padding-left: 0px!important;
    padding-right: 0px!important;
  }
 
    
    .docs ul li a:after{
    opacity: 0;
}
    
    
    .single-format-standard .portada .container{
                    margin-top: 100px!important;
    }
  .tituloNoticia h2 {
    margin-bottom: 0px!important;font-size:25px!important;  }
    
.navbar {
    background: #fff!important;
    height: 80px!important;
    margin-top: -100px!important;
}

.navbar-toggle {
    width: 45px;
    margin-top: 22px;
}
    
.logo-white {
    visibility: hidden!important;
}    
 
.logo-black {
    visibility: visible!important;
    margin-top: -55px!important;
    margin-left: 10px!important;
}
    .logo-black {
    width: 110px;
}
    
    #home .no-padding {
    padding: 0px 15px!important;
}
    .caluga-3 {
    height: 400px;
}
    
    .caluga-3 .header {
    height: 250px;
}
    .caluga-3 .header img {
    height: 250px;
}
    
    
    .sustentabilidad {
    margin-left: 15px!important;
    margin-top: 0px!important;
    margin-right: 15px;
    padding-right: 0px;
}
    
    #home {
    padding: 180px 0px 100px 0px!important;
}
h2 {
    font-size: 30px!important;
    font-weight: 300!important;
}
    h1 {
    font-size: 40px;
    margin-top: 0px;
}
    #home h1 span {
    font-size: 40px;
}
    #home a {
    font-size: 14px;
}
    .separador {
    bottom: -40px;
    width: 20%;
    margin: 0 40%;
}
    #calugas .container {
    background: #fff;
    padding: 60px 15px 0px 15px;
}
    .circulos{
        display: none;
    }
    
    #animacion .container {
    padding: 0px 0px 50px 0px!important;
}
    
    .our p, .nossa p, .nuestra p {
    margin: 0px 0px 20px 0px!important;
}
    
     .indicadores {
    display: none;
}
    .menu{
        display: block;
        margin-bottom:20px;
    }

#main .container .col-md-3 ul li {
    list-style: none;
    margin-bottom: 12px;
    overflow: hidden;
}

a.articulo-medios {
    display: block;
    color: inherit;
    min-height: 200px!important;
}

    
    #portada-sustentabilidad .container, #portada-nosotros .container, #portada-negocios .container, #portada-gobierno .container, #portada-medioambiente .container, #portada-biodiversidad .container, #portada-energia .container, #portada-proposito .container, #portada-idi .container, #portada-proveedores .container, #portada-fundacion .container, #portada-prensa .container, #portada-personas .container, #portada-news .container, #portada-historias .container, #portada-contacto-prensa .container, #portada-cmpc-personas .container, #portada-relaciones .container, #portada-contacto-trabaja .container, #portada-hechos .container {
    height: 200px;
    margin-top: 100px;
    border-bottom-right-radius: 45px;
}
    
    .row {
    margin-right: 0px;
    margin-left: 0px;
}
    .caja {
    padding: 50px 30px;
}
    
    .contenido {
    padding: 50px 30px;
}
    .patron {
    display: none;
}
    #main {
        padding: 30px 0px 0px 0px;
}
    #main h2 {
    margin-bottom: 20px;
}
    .caja, .caja-4 {
    padding: 50px 20px;
    margin-right: -15px;
    margin-left: -15px;
}
    
    .skills .col-md-1{
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    
   .skills img {
    width: 30%;
    margin-bottom: 20px;
}
    .skills .col-md-11{
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    
    #main .container .col-md-12 .cifras {
    margin-left: -15px;
    margin-right: -15px;
}
    
    #main .container .col-md-12 .cifras .circulo-blanco {
    background-size: 100%;
    height: 350px;
}
    #main .container .col-md-12 .cifras .circulo-verde {
    background-size: 100%;
    height: 350px;
}
    #main .container .col-md-12 .cifras .circulo-verde span {
    font-size: 1.8em;
}
    .cuadrado {
    height: 300px;
    width: 95%;
}
    
.cont {
    width: 80%;
    margin: 0 10%;
}
    .rectangulo {
    height: 300px;
    width: 95%;
}
    .rectangulo img{
        margin-bottom: 15px;
    }
    
    #donde-operamos-mobile th{
        background: #3AAA35;
        color: #fff;
    }
    #donde-operamos-mobile a{
        display: block!important;
    }
    
    blockquote {
    padding: 60px 40px!important;
    margin-left: -15px!important;
    margin-right: -15px!important;
}
    blockquote:after {
    top: 30px!important;
    left: 15px!important;
    right: 15px!important;
    bottom: 10px!important;
}
   #multinacional {
    padding: 20px 0px 40px;
}
    
    .entry .document{
   margin-bottom: 10px!important;
}
    
    .entry .document a:after {
    content: none!important;
}
    
    .informaciones {
    padding-right: 0px!important;
    padding-left: 0px!important;
}
    .wp-pagenavi {
    padding-top: 10px;
    padding-bottom: 50px;
}
    .form-contacto {
    width: 100%;
}
    .contenido-3 {
    display: inherit!important;
}
    .caja-3 {
        padding: 20px;
    margin-left: -15px;
    margin-right: -15px;
}
    .flex {
    display: inherit!important;
}
    .titulo-comites {
    margin-left: -30px;
}
    .comites {
    margin-top: 30px;
}
    .comite {
    overflow: hidden;
    margin-bottom: 40px;
}
    .doc {
    margin-bottom: 20px;    
    border-bottom: none!important;
}
    .documentos {
    padding: 50px 0px!important;
}
    
    .nav-tabs {
    width: 100%!important;
    margin: 0%!important;
}
    #tabs ul {
    padding-left: 0px;
}
    .nav-tabs>li>a {
    font-size: 1.5em!important;
}
    .gerente img {
    margin: 0 25%;
    width: 50%;
}
    .caja-2 {
    padding: 90px 30px 0px 30px;
        margin-left: -15px;
        margin-right: -15px;
}
    .youtube{
    height: 300px!important;
}
    .respeto {
    padding: 20px 20px!important;
}
    .politica-ambiental .col-md-9 {
    border-left: 0px solid #fff!important;
    padding-left: 0px!important;
} 
    #bio-cifras {
    padding: 50px 0px;
}
    .bio-text {
    padding-left: 25px!important;
    margin-top: -20px;
}
    #section-left .contenido {
    padding: 50px 25px 50px 25px!important;
}
    #section-right .contenido {
    padding: 50px 25px 50px 25px!important;
}
    
    #section-left, #section-right {
    margin-bottom: 50px!important;
}
    .bio-text p {
    padding-left: 0!important;
}
    #bio-cifras {
    padding: 50px 0px;
}
    .edificio{
        width: 50%!important;
}
    .tabla {
    overflow-x: scroll;
}
    .img-defecto {
    width: 200%!important;
    margin-left: -50%;
}
    .fadeBlack {
    width: 100%!important;
}
    .navbar-collapse a {
    padding: 20px 15px !important;
    background: #fff!important;
}
    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background: #fff!important;
    color: #3aaa35!important;
}
    .navbar-default .navbar-collapse {
    margin-top: 7px;
}
.img-portada {
    width: inherit;
    height: 400px!important;
    border-top-left-radius: 20px!important;
    border-bottom-right-radius: 20px!important;
}

.tituloNoticia h2 {
    float: inherit!important;
    margin-bottom: 40px;
    margin-left: 0px!important;
    border-left: 0px solid #3aaa35!important;
    padding-left: 30px!important;
    text-align: center!important;
}
    .wp-pagenavi a, .wp-pagenavi span {
    padding: 8px 5px!important;
    margin: 2px!important;
}
    .img-full {
    width: 100%!important;
    margin-right: 0px;
    margin-left: 0px;
}
    .blanco {
    height: 30px;
}
    
    #actuando .container .col-lg-4 {
    padding: 40px 25px 40px 25px!important;
    background-image: url(https://www.cmpc.com/wp-content/uploads/2018/04/img-video-campos-1.jpg);
    background-size: cover;
    background-position: center center;
    color: #fff;
}
    
    .ico-actuando {
    display: none;
}
    
    .cristian-campos {
    display: none;
}
    #actuando a {
    color: #fff!important;
    border: 1px solid #fff!important;
}
    #actuando .container {
    padding: 0px 0px 0px 0px!important;
}
    
    #actuando .container .col-lg-4 {
    padding: 80px 25px!important;
    margin-top: -20px!important;
}
  
  .caluga-4 .body {
    display: flex;
    align-items: center;
    padding: 15px 15px 45px 15px!important;
    background: #f1f1f1!important;
    border-bottom-right-radius: 30px!important;
}
  
  .caluga a {
    width: 100%!important;
  }
  
  .caluga img {
    width: 100%!important;
    height: 300px!important;
    object-fit: cover!important;
}
  
    .comunicado {
	   height: 600px;
}
  
  .comunicado strong {
    font-weight: bold!important;
    font-size: 21px!important;
    line-height: 20px!important;
}
  
  .comunicado .col-md-6:last-child{ 
  background: #f1f1f1!important;
    padding-bottom: 30px!important;
    border-bottom-right-radius: 30px!important;

  }
  .comunicado .caluga{ 
    height: 300px!important;

  }
  
    .comunicado img{
    height: 300px!important;
    border-bottom-right-radius: 0px!important;
}
  .continuar-leyendo {
    position: relative!important;
    bottom: -5px!important;
    left: 15px!important;
    text-decoration: none!important;
    margin-top: -45px!important;
    display: block!important;
}
  
  .comunicado a {
    bottom: -35px!important;
    left: 0px!important;
}
  
    .rrss {
    border-right: 0px solid #fff!important;
}

    .wrapper {
    margin-top: -100px;
} 
    .descripcion_comite{
    margin-left: -28px;
}
     .caluga {
    height: 550px!important;
}

}


.doc{
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    }
.doc:last-child{
    border-bottom: 0px solid #ddd!important;
    }
.youtube{
    height: 500px;
}

.edificio{
    width: 18%;
}

.fadeBlack img, .img-defecto {
    width: 100%;
    height: inherit;
}

.img-portada {
    width: 100%;
    height: 400px!important;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    object-fit: cover;
}
.tituloNoticia h2 {
    float: left;
    margin-bottom: 40px;
    margin-left: 40px;
    border-left: 3px solid #3aaa35;
    padding-left: 10px;
    text-align: left;
    padding-right: 30px;
}




/* --------------------
-----------------
    RESPONSIVE MIN 768    
------------------------------------- */

@media (min-width: 768px) {
    
    .menu-item-wpml-ls-8-pt-br, .menu-item-wpml-ls-8-en, .menu-item-wpml-ls-8-es{
        display: none!important;
    }
    .contenedor-linea {
        width: 750px;
    }
}

/* -------------------------------------
    RESPONSIVE MIN 992    
------------------------------------- */

@media (min-width: 992px) {
    .contenedor-linea {
        width: 970px;
    }
}

/* -------------------------------------
    RESPONSIVE MIN 1200    
------------------------------------- */

@media (min-width: 1200px) {
    .contenedor-linea {
        width: 1170px;
    }
}

/* -------------------------------------
    RESPONSIVE MIN 1366    
------------------------------------- */

@media (min-width: 1366px) {
    .contenedor-linea {
        width: 1366px;
    }
}

/* -------------------------------------
    RESPONSIVE MIN 1366
------------------------------------- */
@media screen and (min-width: 1366px) {

}

/* -------------------------------------
    RESPONSIVE MAX 1366
------------------------------------- */

@media screen and (max-width: 1366px) {
    
    .linea-verde {
        display: none;
    }
    .linea-verde-medium {
        left: 182px!important;
        display: block;
    }
    #actuando .container .col-lg-4 {
        padding: 30px 45px!important;
    }
}

/* -------------------------------------
    RESPONSIVE MAX 1200
------------------------------------- */

@media screen and (max-width: 1200px) {
    .linea-verde-medium {
        display: none;
    }
    #calugas .col-md-3 {
        padding: 0px 10px!important;
    }
    #animacion .container {
        padding: 100px 0px 50px 0px;
    }
    .sustentabilidad {
        margin-left: 0px;
    }
    #actuando .container {
        padding: 20px 0px 0px 0px!important;
    }
    #actuando .container .col-lg-4 {
        padding: 10px 25px!important;
    }
    #actuando .container h3 {
        font-size: 21px;
    }
    #actuando p {
        font-size: 14px;
    }
}

/* -------------------------------------
    RESPONSIVE MAX 992
------------------------------------- */
@media screen and (max-width: 992px) {
    #calugas .col-md-3 {
           padding: 30px 20px!important;
    overflow: hidden;
    }
    .circulo {
        top: 40%;
    }
    .content {
        width: 60%;
    }
    .flor {
        width: 30%;
        top: 45%;
    }
    .sustentabilidad {
        margin-left: 100px;
        margin-top: 30px;
    }
    #actuando .container h3 {
        font-size: 24px;
    }
    #actuando p {
        font-size: 16px;
    }
    #actuando .container .col-lg-4 {
    padding: 80px 25px!important;
}

}

/* -------------------------------------
    RESPONSIVE MAX 768
------------------------------------- */
@media screen and (max-width: 768px) {
	  .img-portada {
    width: 100%!important;
    height: 200px!important;
    border-top-left-radius: 20px!important;
    border-bottom-right-radius: 20px!important;
}
  .fadeBlack img {
    width: 100%!important;
    height: 200px!important;
}
}



/* -------------------------------------
 
------------------------------------- */

.bajada-video {
    padding: 30px;
    background: #fff;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    margin-top: -5px;
}


#tabs iframe {
    margin-top: 70px;
}


#respeto {
    background-image: url(img/sustentabilidad.png);
    background-position: center center;
    background-size: cover;
    color: #fff;
    padding: 140px 0px 80px 0px;
    position: relative;
}

#politica-ambiental {
    background-image: url(img/politica-ambiental2.png);
    background-position: center center;
    background-size: cover;
    color: #fff;
    padding: 200px 0px 80px 0px;
    position: relative;
    margin-bottom: 200px;
}

.politica-ambiental{
    margin-bottom: -170px;
    color: #fff;
}

.politica-ambiental .col-md-9{
    border-left: 1px solid #fff;
    padding-left: 30px!important;
    margin-top: 30px!important;
}

.mano-hoja{
    width: 60%!important;
    margin: 100px 20% 0px 20%!important;
}
.respeto{
    display: flex;
    align-items: center;
    padding: 80px 20px;
    background: #3AAA35;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
}

.respeto h2{
    margin: 0px 0px 0px 0px;
    /* padding: 30px;
    border-left: 1px solid #fff; */
    }
.respeto img{
    width: 70%;
    margin: 0 15%;
}


/* .respeto .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 70px!important;
} */


.fundacion{
    position: relative;
    margin-bottom: 130px;
}

.bg-fundacion{
    width: 100%;
    transition: 0.3s ease all;
    position: relative;
    z-index: 2;
}

.contenido-fundacion{
    position: absolute;
    top: 30%;
    width: 60%;
    margin: 0 20%;
    text-align: center;
    color: #fff;
    transition: 0.3s ease all;
    z-index: 3;
}

.contenido-fundacion .logo {
    width: 30%;
    margin-bottom: 10px;
}
.path-fundacion{
    position: absolute;
    width: 100%;
    height: 520px;
    right: -80px;
    bottom: -80px;
    background-image: url(./img/patron-7.png);
    z-index: 1;
}


.fundacion:hover>.bg-fundacion{
    filter: brightness(70%);
}
.fundacion:hover>.contenido-fundacion{
    top: 20%;
}


.ultimo-reporte{
    padding: 35px;
    background-color: #3AAA35;
    color: #fff;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 40px;
}


.ultimo-reporte img{
    margin-right: 10px;
}

.ultimo-reporte a{
    font-size: 2.1em;
    color: #fff;
}

.ultimo-reporte a:hover{
    text-decoration: underline!important;
}


.skills h3{
    margin-top: -5px;
}

.skills .col-md-1{
    padding-left: 0px!important;
}

.nuestra-fundacion{
    margin-top: 100px;
}

.flex{
    display: flex;
    align-items: center;
}

.icono-section{
    width: 35px;
}

#section-left, #section-right{
    margin-bottom: 100px;
}

#section-left .img-section{
    width: 150%;
    float: right;
}

#section-left .contenido{
    padding: 50px 150px 50px 50px;
}
#section-right .img-section{
    width: 150%;
    float: left;
    position: relative;
    z-index: 2;
}
#section-right .caja{
    position: relative;
    z-index: 1;
}
#section-right .contenido{
    padding: 50px 50px 50px 150px;
}

#bio-cifras{
    padding: 100px 0px;
}

.bio-cifra{
    margin-bottom: 70px;
}

.bio-cifra h2{
    margin-top: 0px;
    color: #3AAA35;    
}

.bio-cifra p{
    font-size: 1.8em;
    margin-top: 15px;
    margin-bottom: 0px;
}
.representa {
    font-size: 1.4em!important;
    margin-bottom: 10px!important;
}
.bio-text{
    margin-top: -20px;
}

.bio-text p{
    padding-left: 10%;
}

#energia {
    background-image: url(img/energia-2.jpg);
    background-position: center center;
    background-size: cover;
    color: #fff;
    padding: 170px 0px;
    margin-bottom: 30px;
}

#energia p {
    width: 80%;
    margin: 0 auto;
    font-weight: 500;
    font-size: 1.4em;
    line-height: 33px;
    margin-top: 30px;
}

.tabla{
    margin: 80px 0px 50px 0px;
}

.tabla h2{
    margin-bottom: 30px;
}

.confort{
    margin-top: 160px;
 
}

.maderas{
    margin-bottom: -180px;
}

.proposito .contenido{
        margin-bottom: 60px;
}

.contenido-3 {
    padding: 20px;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    min-height:222px;
}

.contenido-3 p{
    margin: 0px!important;
}

.contenido-3 img{
    width: 100%;
}

.integrante{
    margin: 15px 0px!important;
}

.documento{
    padding: 0px 7%!important;
}

.documentos img{
    width: 100%;
    height: inherit;
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.29);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.29);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.29);
    margin-bottom: 15px;
}

.documentos .boton a{
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 70px;
    position: relative;
    padding-right: 20%!important;
}
.boton-2 a {
    color: #44AE40;
    color: #fff!important;
    font-size: 18px;
    border: 1px solid #44AE40;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 13px 35px 13px 35px;
    transition: .1s ease all;
    background: #44AE40!important;
}

.documentos .boton-2 a{
   display: initial!important;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 70px;
    position: relative;
}

.documentos .boton a:after{
   content: url('https://www.cmpc.com/wp-content/themes/fibra/img/arrow-down.svg');
    position: absolute;
    width: 17px;
    height: 17px;
    top: 12px;
    right: 15%;
}


#museo{
    position: relative;
    margin-bottom: 220px;
}

#museo .owl-dots{
    position: absolute;
    bottom: 20px;
    right: 50px;
}

#museo .owl-theme .owl-dots .owl-dot.active span, #museo .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff!important;
}

#museo .container .politica-ambiental {
    position: absolute!important;
    top: 160px;
    z-index: 3;
}


#museo .boton{
    margin-top: 40px!important;
}

#museo .boton a {
    color: #fff!important;
    border: 1px solid #fff!important;
}

.parque{
    margin-top: 40px!important;
}

.proveedores .caja{
    overflow: hidden;
}

.proveedores .caja img{
    width: 20%;
}


.proveedores .caja h3{
   font-size: 24px;
    
}

.proveedores .caja .boton{
  margin-top: 30px;
    
}

.portal{
    padding: 40px;
    background-color: #3AAA35;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    margin-top: 50px;
}

.portal .boton a{
    color: #fff!important;
    border: 1px solid #fff!important;
}

.historias-de-interes img{
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.cont-pilar{
    height: 330px!important;
}

.cont-pilar .contenido-2{
    height:300px;
}

.entry h2 {
    margin-bottom: 5px!important;
}


.entry .document{
    margin-left: 40px!important;
}

.entry .document a {
    position: relative;
    padding-left: 20px;
    margin: 13px 0px;
    display: block;
    font-size: 15px;
}

.entry .document a:hover{
    text-decoration: underline!important;
}

.entry .document a:after {
    content: url(img/flecha-abajo.png);
    position: absolute;
    left: 0px;
    top: 2px;
}

.entry .fa-calendar-alt {
    color: #3AAA35!important;
    margin-top: 30px!important;
}

.integrantes{
    border-left: 1px solid #3AAA35!important;
}

#actuando a {
    color: #3AAA35;
    font-size: 18px;
    border: 1px solid #3AAA35;
    border-radius: 30px;
    padding: 10px 25px 10px 35px;
    margin-top: 100px;
    transition: .1s ease all;
}

#actuando a:hover {
    text-decoration: none!important;
}

#actuando a:hover > .svg-inline--fa {
    margin-left: 15px;
}

#actuando .svg-inline--fa {
    vertical-align: -.245em;
    margin-left: 10px;
    transition: .1s ease all;
}

#actuando a i {
    font-size: 21px;
    position: absolute;
    margin-top: 4px;
    margin-left: 5px;
}

#actuando h2 {
    margin-top: -10px;
}

#actuando p {
    margin-bottom: 40px;
}

.ico-actuando{
    margin-left: -20px;
}

.header {
    display: flex;
    align-items: center;
}

.play-2 {
    position: absolute;
    width: 100%;
    text-align: center;
}
.play-2 img {
    width: 60px!important;
    height: 60px!important;
    border-top-left-radius: 0px!important;
    transition: .5s all ease;
    display: block!important;
    margin: 0 auto;
}

.play-2 img:hover {
    transform: scale(1.5, 1.5);
-ms-transform: scale(1.5, 1.5);
-webkit-transform: scale(1.5, 1.5);
}

.body h4 {
    font-weight: 300;
    font-size: 1.3em;
}

.cont-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.body{
    display: flex;
    align-items: center;
}

.calugas-2{
    padding: 0px 15px 100px 15px!important;
}


.mh-head.mh-btns-right {
    padding-right: 50px!important;
    background: #fff!important;
    padding: 8px 0px!important;
    height: 60px!important;
}


.mm-panels, .mm-panels>.mm-panel {
    background: #fff!important;
}

.mm-menu {
    background: #f3f3f3!important;
    border-color: rgba(0,0,0,.2)!important;
    color: #333!important;
    font-weight: 300!important;
}

.mm-navbar a, .mm-navbar a:hover {
    color: rgba(0,0,0,1)!important;
}

.mm-page__blocker {
    border-left: 1px solid #ddd;
}

/* .page-template-homepage-v2 .navbar-nav.navbar-right a{
    color: #fff;
    border-left: 1px solid #fff;
} */

.page-template-homepage-v2 .navbar-nav.navbar-right a {
    color: #333!important;
    border-left: 1px solid #333!important;
}

.page-template-homepage-v2 .idiomas ul li a {
    color: #333!important;
    border-right: 1px solid #333!important;
}

.page-template-homepage-v2 .logo-black {
    visibility: visible!important;
}

.page-template-homepage-v2 .top-header{
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.page-template-homepage-v2 .idiomas ul li a{
    color: #fff;
    border-right: 1px solid #fff;
}

.comunicado a {
    color: #3AAA3A;
}


.comunicado i {
    color: #bbb;
}

.caluga img{
    border-top-left-radius: 25px;
}

.logos-footer ul{
    display: inline-block!important;
}


.rrss {
    border-right: 1px solid #fff;
    padding: 30px 10px;
}

.page-template-homepage-v2 .navbar-default .navbar-nav>li>a {
    color: #fff;
}

.bajada-home{
    font-size: 1.4em;
    line-height: 30px;
    border-left: 3px solid #3AAA3A;
    padding: 2px 20px;
    margin-top: -15px;
    letter-spacing: 1px;
    font-style: italic;
}

.wpml-ls-legacy-list-horizontal {
    padding: 0px!important;
    margin-left: -10px;
}

.excerpt p {
    line-height: 17px!important;
    margin: 10px 0px!important;
    font-size: 15px!important;
}

.comites {
    margin-top: 100px;
}

.comite {
    overflow: hidden;
    margin-bottom: 50px;
}

.articulo-medios img {
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
}


/* Single noticia*/
.fadeBlack{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity:0.7;
}

.fadeBlack img{
    width:100%;
    height:100%;
}

.tituloNoticia{

    position:absolute;
    bottom:10px;
    width:100%;
    text-align:center;
}

.articulo-medios i {
    font-weight: 400;
    color: #797979;
    font-size: 14px;
    padding-top: 15px;
    display: block;
}

.articulo-medios {
    margin-bottom: 50px;
}

.parent-pageid-326 #main .col-md-9  a {
    font-size: 19px;
    font-weight: 300;
    color: inherit;
    margin-bottom: 10px;
    display: block;
}

    .single-noticia {
    padding-bottom: 150px;
    width: 90%;
    max-width: 700px;
}


.parent-pageid-326 #main .col-md-9 h2 {
        font-weight: 300;
    margin-top: 40px;
color: #3AAA35;
}
.parent-pageid-326 #main .col-md-9  h2 {

color: #3AAA35;
}



.tituloNoticia h1{
    font-family: 'Lato', sans-serif!important;
    font-weight:300!important;
    font-style:inherit!important;
}

.tituloNoticia a{
    text-decoration:none;
    color:#fff!important;
}

.single-noticia .date{
    color: #3AAA35;
    font-style: italic;
    font-weight: bold;
    margin-top: 30px;
    text-transform: capitalize;
    font-size: 17px;
    display: block;
    width: 100%;
    text-align:right;

}

.single-noticia p{
    color:#939393;
    font-weight:300;
}

.portada .container{
    background-position: center center;
    background-size: cover;
    color: #fff;
    margin-top: 150px;
    position: relative;
    border-top-left-radius: 50px;
}

.img-defecto{
    height:auto;
    width:100%;
}

#portada-prensa .indicadores .hoja, #portada-contacto-prensa  .indicadores .hoja ,#portada-nosotros .indicadores .hoja, .portada-small .indicadores .hoja  , .portada-small .indicadores .arbol  {
    height: 70px!important;
}

.articulo-medios{
    display:block;
    color:inherit;
    min-height: 400px!important;
}

.header{
    position:relative;
}


.iframe-youtube {
    max-width: 100%;
    height: auto;
}

.body h4{
    min-height:57px;
}


.owl-video-play-icon {
    background: url(img/play.png) no-repeat!important;
}

.owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease;
}

aside.menu ul li{
   transition:150ms ease-in all;
   position:relative;
   left:0;
}


aside.menu ul  li:before {
    content: url(img/flecha.png);
    margin-right: 10px;
    transition:150ms ease-in all;
}




aside.menu ul li:hover,aside.menu ul li.current_page_item{
    left: 10px;
}

blockquote {
    padding: 120px;
    background-image: url(img/patron-7.png);
    margin: inherit;
    border-left: none;
    position: relative;
    z-index: 1;
}

blockquote p,blockquote h3{
    margin-top:0;
}


blockquote strong{
    color: #3AAA35;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
}

blockquote:after{
    background-color:#fff;
    content: '';
    display: block;
    position: absolute;
    top: 70px;
    left: 70px;
    right: 70px;
    bottom: 70px;
    z-index: -1;
}


.bajada{
    display:none;
}

.mh-head .logo-black {
    height: 40px;
    margin-top: inherit;
    margin: 0 auto;
}

.mh-head .logo-black {
    height: 40px;
    margin: 0 auto!important;
    display: block!important;
    width: auto!important;
}

.mh-text{
    padding:0!important;
}

.wpml-ls-current-language{
font-weight:500;
}

a.boton {
    color: #44AE40;
    font-size: 18px;
    border: 1px solid #44AE40;
    border-radius: 30px;
    padding: 10px 25px 10px 35px;
    margin-top: 100px;
    transition: .1s ease all;
}

#error-404{
    min-height:300px;
}


.comunicado strong {
    font-weight: 300;
    font-size: 2em;
    line-height: 35px;
}

article iframe {
    max-width: 100%;
}


/* -------------------------------------
     SOSTENIBILIDAD
------------------------------------- */


.contenido-oculto{
    display: none;
} 
.accordeon {width: 50%; font-family: helvetica, sans-serif}
.accordeon-title {
  background-color: #ccc;
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #e6e6e6;
  margin: 0;
}

.accordeon-title:after {
  content: '+';
  float: right;
  font-size: 1.2em;
  color: #f2f2f2;
  border: 1px solid #f2f2f2;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

.accordeon-title.is-opened:after {
  content: '-';
}

.accordeon-content {
  display: none;
  padding: 10px;
} 





#sociedad{
    position: relative;
    height: 450px;
    display: flex;
    align-items: center;
}

#sociedad .owl-carousel .owl-item img {
    height: 450px;
    object-fit: cover;
}

#sociedad .owl-carousel {
    position: absolute;
    top: 0;
    left: 0;
}

#sociedad .owl-carousel .owl-stage-outer {
    filter: brightness(50%);
}


.dejan-huella{
    position: relative;
    z-index: 9;
    color: #fff;
    overflow: hidden;
    border-left: 1px solid #4aa83d;
    padding: 15px 25px;
}

.dejan-huella img{
    width: 70px;
    margin-bottom: 20px;
}

#sociedad .owl-theme .owl-dots {
    margin-top: -40px!important;
    z-index: 10!important;
    position: relative!important;
}

#sociedad .owl-theme .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid #fff;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #4aa83d!important;
}
#sociedad .owl-theme .owl-nav {
    margin-top: -55px;
    position: absolute;
    top: 50%;
    width: 100%;
}

#sociedad .owl-prev {
    float: left;
}
#sociedad .owl-next {
    float: right;
}
#sociedad .owl-theme .owl-nav [class*=owl-] {
    color: transparent;
    background: transparent;
}
#sociedad .owl-theme .owl-nav [class*=owl-]:hover {
    color: transparent;
    background: transparent;
}

#sociedad .owl-prev:after {
    content: url(https://www.cmpc.com/wp-content/themes/fibra/img/prev.svg);
    position: absolute;
    top: 0;
    left: -65px;
    width: 130px;
}
#sociedad .owl-next:after {
    content: url(https://www.cmpc.com/wp-content/themes/fibra/img/next.svg);
    position: absolute;
    top: 0;
    right: -65px;
    width: 130px;
}
.boton-dos a {
    color: #fff;
    font-weight: 500;
    font-size: 1.1em;
    letter-spacing: 1px;
    background: #4aa83d;
    padding: 14px 0px;
    display: block;
    width: 150px;
    text-align: center;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

#ambitos{
    overflow: hidden;
    padding: 50px 0px;
}

#cadena{
    overflow: hidden;
    padding: 50px 0px;
}


#ultimas-noticias .owl-theme .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid #4aa83d;
}

#ultimas-noticias .flex {
    color: #fff;
    padding: 20px 30px;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    margin-top: -40px;
    position: relative;
    z-index: 9;
}
#ultimas-noticias div:nth-child(odd) .flex {
    background: #6DAC3B;
}
#ultimas-noticias div:nth-child(even) .flex{
    background: #268B3D; 
}
#ultimas-noticias .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-top-left-radius: 40px;
}


.fixed-reporte{
    width: 300px;
    position: fixed;
    top: 150px;
    right: 0;
    height: 100px;
    z-index: 9;
    border-bottom: 1px solid #FF8924;
    background: #fff;
    border-top-left-radius: 40px;
    transition: all ease .5s;
}

.fixed-reporte .col-sm-4 {
    height: 100%;
    background: #FF8924;
    display: flex;
    align-items: center;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.fixed-reporte .col-sm-8 {
    height: 100%;
    display: flex;
    align-items: center;
    border-top: 1px solid #FF8924;
    color: #FF8924;
    padding-left: 30px!important;
}

.fixed-reporte .col-sm-8 p{
    text-transform: uppercase;
    font-size: 1.1em;
    line-height: 20px;
}


.fixed-noticias{
    width: 300px;
    position: fixed;
    top: 265px;
    right: 0;
    height: 80px;
    z-index: 9;
    background: #fff;
    border-top-left-radius: 40px;
    transition: all ease .5s;
}

.fixed-noticias .col-sm-3 {
    height: 100%;
    background: #A8D42E;
    display: flex;
    align-items: center;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
}
.fixed-noticias .col-sm-3 img {
   width: 57%;
    display: block;
    margin: 0 auto;
}

.fixed-noticias .col-sm-9 {
    height: 100%;
    display: flex;
    align-items: center;
}
.fixed-noticias .col-sm-9 p{
    text-transform: uppercase;
    font-size: 1.1em;
    line-height: 20px;
}

.certificacion{

}

.certificacion a{
    padding: 30px 0px;
    background: #3AAA35;
    color: #fff;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    height: 300px;
    margin: 10px 0px;
}
.certificaciones .hoja{
    width: 60px;
    display: block;
    margin: 0 auto;
}
.certificaciones .arbol{
    width: 55px;
    display: block;
    margin: 0 auto;
}
.certificaciones .papel{
    width: 50px;
    display: block;
    margin: 0 auto;
}
.certificaciones .pack{
    width: 70px;
    display: block;
    margin: 0 auto;
}
.certificaciones .more{
    width: 38px;
    display: block;
    margin: 0 auto;
}

.certificacion .cert{
    margin: 20px 0px 0px 0px!important;
    color: #fff;
    position: relative;
}
.certificacion .cert:before{
    position: absolute;
    content: "";
    border-top: 1px solid #fff;
    width: 60%;
    top: -10px;
    left: 20%;
} 
.certificacion h3{
    margin: 0px 0px 20px 0px!important;
    color: #fff;
}


.docs ul{
    padding-left: 0px!important;
}

.docs ul li{
    list-style: none;
    position: relative;
    padding-left: 40px;
    display: flex;
    border-bottom: 1px solid rgb(102,102,102, .2);
}
.docs ul li a{
    position: relative;
    margin: 15px 0px;
    color: #ccc;
    font-size: 1.1em;
}

.docs ul li:before{
    content: url("https://www.cmpc.com/wp-content/themes/fibra/img/docs-folder.svg");
    position: absolute;
    top: 15px;
    left: 0;
    width: 25px;
}
.docs ul li a:after{
    content: url(https://www.cmpc.com/wp-content/themes/fibra/img/docs-arrow.svg);
    position: absolute;
    top: 0px;
    right: -30px;
    width: 10px;
}
.docs p{
    margin: 0px!important;
    color: #666;
    font-weight: 100;
}
.docs span {
    color: #666!important;
    font-size: 1em!important;
    font-weight: 400!important;
    padding-right: 5px!important;
    border-right: 1px solid rgb(102,102,102, .5)!important;
    margin-right: 5px!important;
}




.cmpc-tv .owl-nav {
    display: block!important;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -30px;
    z-index: -1;
}
.cmpc-tv .owl-prev{
    position: relative;
    float: left;
    background: transparent!important;
    color: transparent!important;
    margin-left: -20px!important;
}
.cmpc-tv .owl-next{
    position: relative;
    float: right;
    background: transparent!important;
    color: transparent!important;
    margin-right: -20px!important;
}
.cmpc-tv .owl-prev:before{
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('https://www.cmpc.com/wp-content/themes/fibra/img/right-arrow.png');
    background-size: 30px 30px;
    display: inline-block;
    width: 30px; 
    height: 30px;
    content:"";
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.cmpc-tv .owl-next:before{
    position: absolute;
    top: 0;
    right: 0;
    background-image: url('https://www.cmpc.com/wp-content/themes/fibra/img/right-arrow.png');
    background-size: 30px 30px;
    display: inline-block;
    width: 30px; 
    height: 30px;
    content:"";
}


.bajada-cmpc-tv {
    background: #4aa83d;
    color: #fff;
    padding: 25px 25px 10px 25px;
    margin-top: -45px;
    border-bottom-right-radius: 50px;
}

.cmpc-tv .owl-dots {
    margin-top: 15px;
}
.cmpc-tv .owl-dots .owl-dot span {
    background: transparent!important;
    border: 2px solid #fff!important;
}

.cmpc-tv .owl-dot.active span{
    background: #fff!important;
    border: 5px solid #fff!important;
}
.cmpc-tv .owl-item img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-top-left-radius: 50px;
}

.articulo-medios img {
    width: 100%!important;
}

.single .body {
    height: 100px!important;
}
 .body h4 {
    color: #333;
    font-weight: 500;
}
.wp-pagenavi a{
    color: #333!important;
}

.cmpc-tv h4 {
    margin: 0px;
    padding: 10px;
    background: #45963b;
    color: #fff;
    font-weight: 100;
    height: 55px;
    display: flex;
    align-items: center;
}

#main .container .col-md-9 .cifras .circulo-blanco {
    background-image: url(./img/circulo-blanco%402x.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 75%;
    height: 500px;
    display: flex;
    align-items: center;
}


/* ----------------------------------------------- */



/* -------------------------------- 

Primary style

-------------------------------- */

/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
  position: relative;
  z-index: 0;
}
/* .cd-horizontal-timeline .timeline_dos {
    position: absolute;
    height: 100px;
    width: 600px;
    margin: 0 auto;
    z-index: 4;
    display: block;
    left: 50%;
    margin-left: -300px;
    top: 90px;
} */
   .cd-horizontal-timeline .timeline_dos {
    position: absolute;
    height: 100px;
    width: 90%;
 /*    max-width: 600px; */
    margin: 0 auto;
    z-index: 4;
    display: block;
    left: 5%;
    margin-left: 0px;
    top: 90px;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}
.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #4aa83d ;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 15px;
  color: #fff;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.cd-horizontal-timeline .events a:hover,
.cd-horizontal-timeline .events a:focus,
.cd-horizontal-timeline .events a:link,
.cd-horizontal-timeline .events a:active {
    text-decoration: none!important;
}


.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #4aa83d ;
  border-color: #4aa83d ;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #4aa83d ;
  border-color: #4aa83d ;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #4aa83d ;
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    /* margin: 6em auto; */
  }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.cd-timeline-navigation a img{
    width: 16px;
    position: absolute;
    left: 8px;
    top: 7px;
}


.cd-timeline-navigation a .arrow::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(https://www.cmpc.com/wp-content/themes/fibra/img/left-arrow.svg) no-repeat 0 0;
}
.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
  right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #4aa83d;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
  height: initial!important;
 
}

.events-content ul {
    padding-left: 0px;
}

.cd-timeline-navigation li, .events li{
    list-style: none!important;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
    list-style: none!important;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
    padding: 250px 0px 150px 0px;
}
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
  margin: 0 auto;
}
.cd-horizontal-timeline h2 {
    position: absolute;
    color: #fff;
    z-index: 5;
    width: 100%;
    top: 15px;
    font-weight: 500;
}

.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}
.cd-horizontal-timeline .events-content p {
  font-size: 1.4rem;
  color: #fff;
    position: relative;
    z-index: 5;
    text-align: center;
    width: 90%;
    max-width: 800px;
    font-weight: 700;
    opacity: .9;
}
.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .cd-horizontal-timeline .events-content h2 {
    font-size: 7rem;
  }
  .cd-horizontal-timeline .events-content em {
    font-size: 2rem;
  }
  .cd-horizontal-timeline .events-content p {
    font-size: 1.8rem;
  }
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}


.capa-negra { 
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 3;
    opacity: .7;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
}

.icono {
    position: relative;
    z-index: 4;
}

.cifrasv2 .circulo-blanco {
    background-image: url(./img/circulo-blanco%402x.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%!important;
    height: 390px;
    display: flex;
    align-items: center;
}

.cifrasv2 {
    overflow: hidden;
    padding: 30px;
    background-image: url(./img/patron-7.png);
    font-weight: 3 00;
    color: #666;
}

.cifrasv2 .circulo-verde {
    background-image: url(./img/circulo-verde%402x.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%!important;
    height: 500px;
    display: flex;
    align-items: center;
    color: #fff;
}

.cifrasv2 .circulo-verde .cont span {
    color: #fff!important;
    font-weight: 700!important;
}

.cifrasv2 .cuadrado {
    height: 300px;
    width: 90%;
    margin: 0 auto;
    padding: 0px;
    display: flex;
    align-items: center;
    background: #fff;
}

.flex{
    display: flex;
    align-items: center;
}
.cifrasv2 span{
    font-size: 2em;
    font-weight: 700!important;
}

.cifrasv2 .rectangulo h4{
color:#4aa83d!important;
}
.arrow{
    position: relative;
}

.navbar-nav.navbar-right li:first-child a{
    border-left: 0px solid #fff!important;
}

.navbar-nav.navbar-right li:first-child a{
    border-left: 0px solid #333!important;
}

.page-template-homepage-v2 .idiomas ul li:last-child a {
    border-right: 0px solid #fff!important;
}

.gerente .contenido {
    display: flex;
    align-items: center;
}

#museo .owl-theme .owl-nav,
#section-left .owl-theme .owl-nav{
    display: none!important;
}

#museo .owl-theme .owl-dots .owl-dot span {
    background: #fff!important;
}

#museo .owl-theme .owl-dots .owl-dot.active span, #museo  .owl-theme .owl-dots .owl-dot:hover span {
    background: #4aa83d!important;
}

.page-template-fundacion .parque-alessandri .contenido {
    padding: 50px 50px 50px 50px!important;
}

.page-template-fundacion .parque-alessandri .owl-theme .owl-dots .owl-dot {
    margin: 20px 5px 0px!important;
}

.page-template-fundacion .parque-alessandri  .boton a {
    display: block;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}


.presentacion-cmpc li{
        list-style: circle!important;
    margin: 20px 0px!important;
    font-size: .9em!important;
}

.documentos .boton {
    display: block;
    width: 200px;
}
.current-item {
    font-weight: 300!important;
}

.streaming {
    margin-top: 120px;
}

.streaming h2 {
    text-align: center;
    font-weight: 500;
    color: #4aa83d;
}

.boton-streaming{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

.boton-streaming a{
    padding: 5px 8px 2px 5px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: block;
    -webkit-box-shadow: 0px 0px 24px -9px rgba(0,0,0,0.39);
-moz-box-shadow: 0px 0px 24px -9px rgba(0,0,0,0.39);
box-shadow: 0px 0px 24px -9px rgba(0,0,0,0.39);
    color: #333!important;
}

.boton-streaming ul{
    padding-left: 0px!important;
    margin-bottom: 0px!important;
}

.boton-streaming ul li{
    display: inline-block;
    margin: 0px 5px;
    margin-bottom: 0px!important;
}
.boton-streaming ul li img{
    width: 30px;
    margin-top: -3px;
}
.boton-streaming ul li span{
    font-weight: 600;
    color: #333!important;
}
.boton-streaming ul li span:hover{
    text-decoration: none;
}

.single-noticia ul li{
  font-size: 16px!important;
}

.carousel{
	display: none!important;
}

.bajada-home{
  margin-top: 30px!important;
}
.caluga p {
    margin-bottom: 0px!important;
    margin-top: 0px;
}

.boton-2 a {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 70px;
    position: relative;
    padding-right: 20%!important;
}
.boton-2{
    height: 51px;
    margin-top: 40px;
    display: block;
}


.single-noticia ul  {
    color: #939393;
    font-weight: 300;
}

.single-noticia ul li {
    color: #939393;
    font-weight: 300;
}

@media (max-width: 1200px) and (min-width: 992px) {
    .navbar-collapse a {
    padding: 45px 10px !important;

}