/* fonts  */
/* fonts  */
@font-face {
    font-family: 'Proxima Nova ExCn Bold';
    src: url('../fonts/ProximaNovaExCn-Bold.eot');
    src: url('../fonts/ProximaNovaExCn-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNovaExCn-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNovaExCn-Bold.woff') format('woff'),
        url('../fonts/ProximaNovaExCn-Bold.ttf') format('truetype'),
        url('../fonts/ProximaNovaExCn-Bold.svg#ProximaNovaExCn-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Proxima Nova ExCn Regular';
    src: url('../fonts/ProximaNovaExCn-Regular.eot');
    src: url('../fonts/ProximaNovaExCn-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNovaExCn-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNovaExCn-Regular.woff') format('woff'),
        url('../fonts/ProximaNovaExCn-Regular.ttf') format('truetype'),
        url('../fonts/ProximaNovaExCn-Regular.svg#ProximaNovaExCn-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* fonts  */
/* fonts  */
/* global setting */
/* global setting */
html {
    font-size: 62.5%;
    /* 62.5% of default browser font-size which is 16px * 62.5% = 10px */
}
*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* better practice that applies box sizing to all elements in the page. */
}
.text-white {
	color: #ffffff!important;
}
.text-red {
	color: #bf0d3e!important;
}
.text-grey {
	color: #585858;
}
.tiles article .anchor-white {
	color: #ffffff!important;
	text-decoration: none;
}
/* global setting */
/* global setting */
/* bootstrap padding */
/* bootstrap padding */
.proyecto-content-row .col-md-8 {
	padding-left: 30px;
}
.two-column-wide-narrow-pdp .col-xs-4, .two-column-wide-narrow-pdp .col-sm-4, .two-column-wide-narrow-pdp .col-md-4, .two-column-wide-narrow-pdp .col-lg-4 {
    margin: 0;
}
/* bootstrap padding */
/* bootstrap padding */
/* Header setting */
/* Header setting */
.micro-site-container .logo-container {
    height: 100px;
    width: 100%;
    display: none;
}
.header {
    background-color: #fff;
    position: relative;
    width: 100%;
    z-index: 2;
    height: 100%;
    margin-bottom: 2.5rem;
}
.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
    padding: 1.0rem 0 1.0rem 1.0rem;
    margin-top: 1.5rem;
}
.header .menu li a {
    display: block;
    padding: 0.6rem 2.0rem 0.3rem;
    text-decoration: none;
	font-size: 1.8rem;
	line-height: 1.7rem;
    font-family: 'Proxima Nova ExCn Bold', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #969696;
    text-transform: uppercase;
}
.header .menu li a:hover,
.header .menu li a:focus {
    background-color: transparent;
    color: #bf0d3e !important;
    text-decoration: none;
}
.header .logo {
    display: block;
    float: left;
    font-size: 2em;
    padding: 0px 0px;
    text-decoration: none;
}
/* menu */
.header .menu {
    clear: both;
    max-height: 0;
	transition: max-height .2s ease-out;
	border: 0.2rem solid #bf0d3e;
	border-radius: 3rem;
}
/* menu icon */
.header ul.menu li {
	border-right: 0.1rem solid #969696;
}
.header ul.menu li:last-of-type {
	border-right:none;
}
.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 3.5rem 2.0rem;
    position: relative;
    user-select: none;
}
.header .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}
.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}
.header .menu-icon .navicon:before {
    top: 5px;
}
.header .menu-icon .navicon:after {
    top: -5px;
}
/* menu btn */
.header .menu-btn {
    display: none;
}
.header .menu-btn:checked ~ .menu {
    max-height: 240px;
}
.header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
}
.header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
}
.header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
}
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
}
/* 48em = 768px */
@media (min-width: 62em) {
    .header {
        height: 86px;
    }
    .header li {
        float: left;
    }
    .header li a {
        padding: 0 1.5rem;
    }
    .header .menu {
        clear: none;
        float: right;
        max-height: none;
    }
    .header .menu-icon {
        display: none;
    }
}
@media (min-width: 980px) {
    .micro-site-nav-megamenu .micro-site-nav-main {
        text-align: justify;
        min-width: 100%;
        margin-bottom: 0px;
        height: 30px;
        display: none;
    }
}
@media screen and (max-width: 600px) {
    .micro-site-container .micro-site-nav-main-mob {
        overflow: auto;
        min-height: 81px;
        display: none!important;
    }
    .header {
        max-width: 100%;
    }
    .header ul {
        border: none!important;
        padding: 0px 0px 0px 0px!important;
        border-radius: 0px!important;
    }
    .header li a {
        padding: 2.0rem 1.5rem!important;
        font-size: 1.6rem!important;
        border-bottom: solid 1px;
        border-right: none!important;
    }
    .header .menu-btn:checked ~ .menu {
        max-height: 315px!important;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .micro-site-container .micro-site-nav-main-mob {
        overflow: auto;
        min-height: 81px;
        display: none!important;
    }
    .header {
        max-width: 100%;
    }
    .header ul {
        border: none!important;
        padding: 0px 0px 0px 0px!important;
        border-radius: 0px!important;
    }
    .header li a {
        padding: 2.0rem 1.5rem!important;
        font-size: 1.6rem!important;
        border-bottom: solid 1px;
        border-right: none!important;
    }
    .header .menu-btn:checked ~ .menu {
        max-height: 315px!important;
    }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    .micro-site-container .micro-site-nav-main-mob {
        overflow: auto;
        min-height: 81px;
        display: none!important;
    }
    .header {
        max-width: 100%;
    }
    .header ul {
        border: none!important;
        padding: 0px 0px 0px 0px!important;
        border-radius: 0px!important;
    }
    .header li a {
        padding: 2.0rem 1.5rem!important;
        font-size: 1.6rem!important;
        border-bottom: solid 1px;
        border-right: none!important;
    }
    .header .menu-btn:checked ~ .menu {
        max-height: 315px!important;
    }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
    .micro-site-container .micro-site-nav-main-mob {
        overflow: auto;
        min-height: 81px;
        display: none!important;
    }
    .header {
        max-width: 100%;
    }
    .header ul {
        border: none!important;
        padding: 0px 0px 0px 0px!important;
        border-radius: 0px!important;
    }
    .header li a {
        padding: 2.0rem 1.5rem!important;
        font-size: 1.6rem!important;
        border-bottom: solid 1px;
        border-right: none!important;
    }
    .header .menu-btn:checked ~ .menu {
        max-height: 315px!important;
    }
}
@media only screen and (max-device-width:799px) {
    .micro-site-container .micro-site-nav-main-mob {
        overflow: auto;
        min-height: 81px;
        display: none!important;
    }
    .header {
        max-width: 100%;
    }
    .header ul {
        border: none!important;
        padding: 0px 0px 0px 0px!important;
        border-radius: 0px!important;
    }
    .header li a {
        padding: 2rem 1.5rem!important;
        font-size: 1.6rem!important;
        border-bottom: solid 1px;
        border-right: none!important;
    }
    .header .menu-btn:checked ~ .menu {
        max-height: 315px!important;
    }
}
@media (max-width: 991px) {
    .micro-site-container .micro-site-nav-megamenu {
        clear: both;
        width: 100%;
        overflow: auto;
        display: none!important;
    }
    .header {
        max-width: 100%;
    }
    .header ul {
        border: none!important;
        padding: 0px 0px 0px 0px!important;
        border-radius: 0px!important;
    }
    .header li a {
        padding: 20px 15px!important;
        font-size: 1.6rem!important;
        border-bottom: solid 1px;
        border-right: none!important;
    }
    .header .menu-btn:checked ~ .menu {
        max-height: 315px!important;
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }
}
/* Header setting */
/* Header setting */
/* content  */
/* content  */
.ganaderia-carousel-row {
	position: relative;
	margin-bottom: 4rem;
}
.ganaderia-carousel-title {
    font-size: 7.5rem;
    line-height: 7.2rem;
    font-family: 'Proxima Nova ExCn Bold', sans-serif;
	font-weight: 700;
	color: #ffffff;
	position: absolute;
	top: 21%;
    left: 3%;
}
.ganaderia-carousel-anchor {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
p.ganaderia-desc-text {
	font-size: 2rem;
    line-height: 1.2;
    font-family: 'Proxima Nova ExCn Regular', sans-serif;
	font-weight: 400;
    color: #585858;
    margin-bottom: 3rem;
}
ul.red-dotted {
    list-style-type: none !important;
	padding: 0;
	margin-left: 55px!important;
}
.authorable div ul.red-dotted > li {
    list-style: none;
	font-size: 2rem;
    line-height: 1.2;
    font-family: 'Proxima Nova ExCn Bold', sans-serif;
	font-weight: 700;
	color: #585858;
}
ul.red-dotted > li:before {
    margin-left: -2.5em;
    content: "\f111";
    font-family: FontAwesome;
    padding-right: 10px;
    color:#bf0d3e;
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
	font-size: 6px;
	height: 0.8rem;
	
}
.ganaderia-video-title {
    font-size: 3.2rem;
    line-height: 3.2rem;
    font-family: 'Proxima Nova ExCn Bold', sans-serif;
    font-weight: 700;
    margin-top: 1rem;
}
.video-bg-box:before {
    content: "";
    background: url('/ganaderia-en-femenino/img/icon/video-bg.png');
    height: 25px;
    width: 100%;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
}
.inline-img img {
    display: inline-block;
    margin-right: 1rem;
}
.black-line {
    border-top: 0.1rem solid #000000;
    margin: 3rem 0;
}
.authorable div ol.ganaderia-reference-list li {
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    color: #585858;
}
.authorable div ol.ganaderia-reference-list {
    margin-left: 1.5rem;
}
.ganaderia-widget-subtitle {
    font-size: 1.8rem;
    line-height: 1.8rem;
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    margin-top: 4rem;
    margin-bottom: 2rem;
}
.img-center {
    display: block;
    margin: 0 auto;
}
img.mobile-widget{
    display: none;
}
.owl-document-carousel {
    background-image: url('/ganaderia-en-femenino/img/carousel-bg-img.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.owl-document-carousel .item {
    box-shadow: 4px 4px 5px rgb(0 0 0 / 30%);
    transition: all 0.2s;
}
.owl-document-carousel .owl-stage-outer {
    padding: 3rem 0;
}
.owl-document-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 40%;
    left: 2%;
}
.owl-document-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 40%;
    right: 2%;
}
.owl-document-carousel .owl-nav button span {
    font-size: 4rem;
    color: #bf0d3e;
}
/* .owl-document-carousel .owl-dots {
    text-align: center;
    margin-top: 1.6rem;
}
.owl-document-carousel .owl-nav button.owl-next, 
.owl-document-carousel .owl-nav button.owl-prev, 
.owl-document-carousel button.owl-dot {
    color: transparent !important;
}
.owl-document-carousel button.owl-dot span {
    background: none repeat scroll 0 0 #6B6B6B;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.2;
    width: 12px;
}
.owl-document-carousel button.owl-dot.active span {
    background: none repeat scroll 0 0 #bf0d3e;
} */
.news-container {
    background-image: url('/ganaderia-en-femenino/img/video-text-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2.5rem 5rem;
    overflow: hidden;
}
.news-container:not(:last-of-type) {
    margin-bottom: 20px;
}
.news-image {
    box-shadow: 4px 4px 5px rgb(0 0 0 / 30%);
}
img.news-play-image {
    display: inline-block;
}
.news-btn,
.premio-btn {
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-family: 'Proxima Nova ExCn Bold', sans-serif;
    font-weight: 700;
    box-shadow: 4px 4px 5px rgb(0 0 0 / 30%);
    border: 1px solid #ffffff;
    background-color: #bf0d3e;
    border-radius: 15px;
    padding: 0 2rem;
    vertical-align: middle;
    max-height: 34px;
}
.premio-area .premio-btn {
    padding: 0 3rem;
    float: right;
    margin-top: 2rem;
    max-height: auto;
    max-height: unset;
}
.tiles article .news-btn.hover-red:hover,
.tiles article .news-btn.hover-red:focus,
.tiles article .premio-btn.hover-red:hover,
.tiles article .premio-btn.hover-red:focus {
    border: 1px solid #bf0d3e;
    background-color: #ffffff;
    color:  #bf0d3e!important;
    text-decoration: none;
}
p.news-time-desc {
    display: inline-block;
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-family: 'Proxima Nova ExCn Bold', sans-serif;
    font-weight: 700;
    margin-bottom: 0;
}
.news-link-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    margin-top: 18px;
}
.video-title-row {
    margin: 1.5rem 0;
    display: flex;
    flex-direction: row;
}
.video-title-row > .col-xs-2,
.video-title-row > .col-xs-10 {
    margin: auto;
}
.comunicacion-content-row-3 {
    margin-bottom: 3.5rem;
}
.hover-animation img,
.news-btn, 
.premio-btn {
    transition: all 0.2s;
}
.hover-animation:hover img,
.hover-red:hover,
.owl-document-carousel .item:hover {
    transform: translateY(-3px);
    box-shadow: 4px 4px 10px rgb(0 0 0 / 30%);
}
.hover-animation:active img,
.hover-animation:focus img,
.hover-red:active,
.hover-red:focus,
.owl-document-carousel .item:active,
.owl-document-carousel .item:focus {
    transform: translateY(-1px);
    box-shadow: 4px 4px 5px rgb(0 0 0 / 30%);
}
.owl-document-carousel .owl-stage {
    display: flex;
}
.owl-document-carousel .owl-item {
    margin: auto;
}
.comunicacion-title {
    font-size: 2.5rem;
    line-height: 2.2rem;
    font-family: 'Proxima Nova ExCn Bold', sans-serif;
    font-weight: 700;
    min-height: 44px;
    margin-top: 4rem;
}
p.communicacion-desc-text {
    font-size: 2rem;
    line-height: 1.2;
    font-family: 'Proxima Nova ExCn Regular', sans-serif;
    font-weight: 400;
    color: #585858;
}
.bc-video-row .col-md-6:nth-child(odd) {
    padding-left: 0;
}
.bc-video-row .col-md-6:nth-child(even) {
    padding-right: 0;
}
.youtube-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.youtube-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: inline;block-size: ;
}
.video-bg-box {
    height: 25px;
}
/* content  */
/* content  */
@media (max-width:767px) {
    .col-md-4.right-column {
        margin-top: 3rem;
    }
    img.desktop-widget {
        display: none;
    }
    img.mobile-widget{
        display: block;
    }
    .ganaderia-carousel-title {
        font-size: 2rem;
        line-height: 2.2rem;
    }
    .proyecto-content-row .col-md-8 {
        padding-left: 0;
    }
    .ganaderia-video-title {
        font-size: 2rem;
        line-height: 2.2rem;
        margin-top: 0;
    }
    .header ul.menu li {
        border-right: none;
    }
    .news-container {
        padding: 2.5rem;
        display: flex;
        flex-direction: column;
        float: left;
    }
    .news-container > a:first-of-type {
        margin: 0 auto;
    }
    .news-link-area {
        justify-content: space-evenly;
    }
    p.news-time-desc {
        font-size: 1.5rem;
        line-height: 1.4rem;
    }
    .news-btn, .premio-btn {
        font-size: 2rem;
        line-height: 2.2rem;
        padding: 0 1rem;
    }
    .premio-area .premio-btn {
        max-width: 181px;
        margin: 3rem 0 0 auto;
    }
    .formacion-content-row {
        display: flex;
        flex-direction: column;
    }
    .bc-video-row .col-md-6:nth-child(odd) {
        padding: 0;
    }
    .bc-video-row .col-md-6:nth-child(even) {
        padding: 0;
    }
}
@media (max-width:767px) and (min-width:500px) {
    .ganaderia-carousel-title {
        font-size: 4.5rem;
        line-height: 4.2rem;
        margin-top: 0;
        top: 15%;
    }
    .ganaderia-video-title {
        font-size: 3.2rem;
        line-height: 3.2rem;
        margin-top: 1rem;
    }
    .news-container {
        padding: 2.5rem 5rem;
    }
    .news-btn, .premio-btn {
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
    p.news-time-desc {
        font-size: 2rem;
        line-height: 1.8rem;
    }
}
@media (max-width:549px) {
    p.news-time-desc {
        margin-top: 1rem;
    }
    .video-title-row > .col-xs-2 {
        padding: 0;
    }
}
@media (max-width:991px) and (min-width:768px) {
    .ganaderia-carousel-title {
        font-size: 6.5rem;
        line-height: 6.2rem;
        margin-top: 0;
        top: 17%;
    }
}