/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
body{
    font-family: "Work Sans", sans-serif;
	overflow-x: hidden;
}

.reproductores .lista .owl-stage{
    padding-right: 0 !important;
}
.reproductores .lista .item{
    width: 100%;
    max-width: 466px;
    margin-left: auto;
}
.reproductores .lista .item.animal-2393{
    order: -1;
}
.reproductores .lista .item .box .image{
    position: relative;
    min-height: 348px;
}
.reproductores .lista .item .box .image a{
    position: relative;
    display: block;
}
.reproductores .lista .item .box .image a img{
    display: block;
}
.reproductores .lista .item .box .image .num{
    position: absolute;
    font-size: 90px;
    font-weight: 800;
    color: #552230;
    z-index: -1;
    right: 8px;
    line-height: 1.1;
}
.reproductores .lista .item .box .conten{
    max-width: 290px;
    margin-left: auto;
    margin-top: -25px;
}
.reproductores .lista .item .box .conten h4{
    font-size: 36px;
    font-weight: 800;
    margin: 0;
    margin-bottom: 12px;
}
.reproductores .lista .item .box .conten h4 a{
    display: block;
    color: #122830;
    line-height: .8;
}
.reproductores .lista .item .box .conten .info{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}
.reproductores .lista .item .box .conten .info .date{
    width: 54%;
    color: #552230;
    font-size: 27px;
    font-weight: 800;
    border-right: 1px solid #707070;
}
.reproductores .lista .item .box .conten .info .raza{
    font-family: "Copperplate", Sans-serif;
    width: 46%;
    font-size: 13px;
    color: #122830;
    letter-spacing: 1.2px;
    font-weight: normal;
    padding-left: 10px;
}
.reproductores .lista .item .box .conten a.amp{
    background-color: #122830;
    display: flex;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-top: 12px;
    padding: 15px;
    align-items: center;
    justify-content: space-between;
}
.reproductores .lista .item .box .conten a.amp img{
    width: 15px;
}
.reproductores .lista.owl-r{
    padding-top: 50px;
}
.reproductores .lista.owl-r .owl-nav{
    position: absolute;
    display: block;
    bottom: 100%;
    right: 0;
    width: auto;
}
.reproductores .lista.owl-r .owl-nav button{
    background-image: url('../../../sr-content/uploads/2022/06/Icon-feather-arrow-right.svg');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
    width: 15px;
    height: 15px;
    padding: 20px !important;
    line-height: 1;
    margin: 0 10px;
    font-size: 28px;
    outline: none;
    border-radius: 0;
    border: 1px solid #f1f1f1;
}
.reproductores .lista.owl-r .owl-nav button span{
    display: none;
}
.reproductores .lista.owl-r .owl-nav button.owl-prev{
    transform: rotate(180deg)
}

.cm-tax{
    display: flex;
    flex-wrap: wrap;
}
.cm-tax .t-item{
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.cm-tax .t-item .box{
    background-color: #fff;
    height: 100%;
}
.cm-tax .t-item .box .cover .image{
    background-position: center;
    background-size: cover;
    min-height: 400px;
}
.cm-tax .t-item .box .conten{
    padding: 30px 20px;
}
.cm-tax .t-item .box .conten h4{
    color: #552230;
    font-family: "Copperplate", Sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2em;
    text-transform: uppercase;
}
.cm-tax .t-item .box .conten h4 a{
    color: #552230;
    text-decoration: none;
}
.cm-tax .t-item .box .conten .description{
    color: #122830;
    font-family: "Work Sans", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}
.cm-tax .t-item .box .conten .buton a{
    font-family: "Work Sans", Sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 38px;
}
.cm-tax .t-item .box .conten .buton a::after{
    background-image: url(../../../sr-content/uploads/2022/06/Icon-feather-arrow-right.svg);
    background-size: 15px;
    background-position: center;
    width: 15px;
    height: 15px;
    content: "";
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
}

/*
*

    Page: Reproductores

*
*/
.filter-raza{
    text-align: center;
    margin-bottom: 120px;
}
.filter-raza button{
    background-color: transparent !important;
    position: relative;
    color: #122830;
    font-size: 18px;
    font-weight: bold;
    padding: 0;
    border: 0;
    margin: 0 21px;
    outline: none;
    margin-bottom: 21px;
    text-transform: uppercase;
}
.filter-raza button::before{
    background-color: #122830;
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 3px;
    bottom: -2px;
    left: 0;
    transition: width .6s ease;
}
.filter-raza button.active::before,
.filter-raza button:hover::before{
    width: 100%;
}

.reproductores.r-all .lista{
    display: flex;
    flex-wrap: wrap;
}
.reproductores.r-all .lista .item{
    width: 33.33%;
    margin-bottom: 70px;
}
.reproductores.r-all .lista .item .box{
    max-width: 379px;
    margin: auto;
}
.reproductores.r-all .lista .item .box .image{
    z-index: 1;
    padding-top: 40px;
}
.reproductores.r-all .lista .item .box .image .num{
    top: 5px;
    right: 25px;
}
@media (max-width: 768px){
    .reproductores.r-all .lista .item{
        width: 50%;
    }
    .reproductores.r-all .lista .item .box .image{
        padding-top: 18px;
    }
    .reproductores.r-all .lista .item .box .image .num{
        right: 68px;
        font-size: 64px;
    }
}
@media (max-width: 580px){
    .reproductores.r-all .lista .item{
        width: 100%;
    }
    .reproductores.r-all .lista .item .box .image{
        padding-top: 18px;
    }
    .reproductores.r-all .lista .item .box .image .num{
        right: 68px;
        font-size: 64px;
    }
}

/* end */

.brg{

}
.brg .cli{
    
}
.brg{
    cursor: pointer;
}

.brg .cli .elementor-icon-wrapper .elementor-icon,
.brg .cli .elementor-icon-wrapper::before,
.brg .cli .elementor-icon-wrapper::after{
    background-color: #687274;
    display: block;
    content: "";
    width: 22px;
    height: 2px;
    margin: 6px 0;
    transition: transform .4s ease, opacity .4s ease;
}
.brg .cli .elementor-icon-wrapper::before{
    margin-top: 0;
}
.brg .cli .elementor-icon-wrapper::after{
    margin-bottom: 0;
}
.brg .cli.active .elementor-icon-wrapper::before{
    transform: rotate(45deg) translate(5px, 6px);
	 background-color: #fff;
}
.brg .cli.active .elementor-icon-wrapper::after{
    transform: rotate(-45deg) translate(5px, -6px);
	 background-color: #fff;
}
.brg .cli.active .elementor-icon-wrapper .elementor-icon{
    transform: scale(0);
    opacity: 0;
}
.brg .cli.active .elementor-icon-wrapper .elementor-icon,
.brg .cli.active .elementor-icon-wrapper::before,
.brg .cli.active .elementor-icon-wrapper::after{
    background-color: #fff;
}
.single-reproductor .padres{
    display: flex;
    flex-wrap: wrap;
    margin-top: 32px;
    justify-content: center;
}
.single-reproductor .padres .item{
    margin: 0 10px;
    width: 100%;
    max-width: 208px;
    text-align: center;
}
.single-reproductor .padres .item .image{
    position: relative;
    z-index: 1;
}
.single-reproductor .padres .item .image::before{
    background-color: #F7F3ED;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 140px;
    height: 140px;
    z-index: -1;
    border-radius: 100%;
    transform: translate(-50%, -50%);
}
.single-reproductor .padres .item .name{
    font-family: "Copperplate", Sans-serif;
    font-size: 20px;
    color: #122830;
    letter-spacing: 3px;
}
.single-reproductor .venta .registro{
    margin-bottom: 8px;
}
.single-reproductor .venta .registro a{
    background-color: #EAE5DE;
    font-family: 'Copperplate', sans-serif;
    padding: 18px 25px;
    color: #552230;
    display: block;
    font-size: 24px;
    font-weight: normal;
}
.single-reproductor .venta .registro a img{
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
}
.single-reproductor .venta .box{
    background-color: #F7F5F2;
    padding: 32px 15px;
    text-align: center;
}
.single-reproductor .venta .box h4{
    font-family: "Copperplate", sans-serif;
    font-size: 28px;
    color: #552230;
    margin: 0;
    margin-bottom: 15px;
    font-weight: normal;
}
.single-reproductor .venta .box h2{
    margin: 0;
    color: #552230;
    font-size: 52px;
    font-weight: 800;
}
.single-reproductor .venta .box p{
    margin: 0;
    color: #122830;
    font-size: 15px;
    font-weight: normal;
}
.single-reproductor .venta .box a{
    background-color: #122830;
    margin: auto;
    width: 100%;
    max-width: 244px;
    display: flex;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-top: 12px;
    padding: 15px 20px;
    margin-top: 40px;
    align-items: center;
    justify-content: space-between;
}
.single-reproductor .heder .f_logo.elementor-column .elementor-widget-wrap{
    background-color: transparent;
}
body:not(.home) .heder .logo_since{
    display: none;
}
body:not(.home) .heder .mnu nav.elementor-nav-menu--main ul.elementor-nav-menu li.menu-item a.elementor-item,
.heder.elementor-sticky--effects .mnu nav.elementor-nav-menu--main ul.elementor-nav-menu li.menu-item a.elementor-item{
    color: #122830;
}
body:not(.home) .heder .mnu nav.elementor-nav-menu--main ul.elementor-nav-menu li.menu-item a.elementor-item:hover,
.heder.elementor-sticky--effects .mnu nav.elementor-nav-menu--main ul.elementor-nav-menu li.menu-item a.elementor-item:hover{
    color: #552230;
}
.heder.elementor-sticky--effects .logo_since{
    display: none;
}
body:not(.home) .fondo_logo > .elementor-widget-wrap{
    background-color: transparent !important;
}
body:not(.home) .brg .cli .elementor-icon-wrapper .elementor-icon,
body:not(.home) .brg .cli .elementor-icon-wrapper::before,
body:not(.home) .brg .cli .elementor-icon-wrapper::after{
    background-color: #122830;
}
body:not(.home) .brg .cli.active .elementor-icon-wrapper .elementor-icon,
body:not(.home) .brg .cli.active .elementor-icon-wrapper::before,
body:not(.home) .brg .cli.active .elementor-icon-wrapper::after{
    background-color: #fff;
}
.brg.elementor-sticky--effects .cli .elementor-icon-wrapper .elementor-icon, 
.brg.elementor-sticky--effects .cli .elementor-icon-wrapper::before, 
.brg.elementor-sticky--effects .cli .elementor-icon-wrapper::after{
    background-color: #122830;
}
.brg.active.elementor-sticky--effects .cli .elementor-icon-wrapper .elementor-icon, 
.brg.active.elementor-sticky--effects .cli .elementor-icon-wrapper::before, 
.brg.active.elementor-sticky--effects .cli .elementor-icon-wrapper::after{
    background-color: #fff;
}
.heder{
    transition: background .4s ease, padding .4s ease;
}
.heder.elementor-sticky--effects{
    background-color: #f1e7da;
    padding: 0 10px !important;
}
.heder.elementor-sticky--effects .fondo_logo > .elementor-widget-wrap{
    background-color: transparent !important;
} 

body.elementor-editor-active .heder{
    position: relative !important;
}
body.elementor-editor-active .bmenu{
    position: relative !important;
    display: block !important;
}
.fmenu nav.elementor-nav-menu--main ul.elementor-nav-menu li.menu-item{
    margin-right: 40px;
    display: block;
    margin-bottom: 40px;
}
.fmenu nav.elementor-nav-menu--main ul.elementor-nav-menu li.menu-item a{
    cursor: pointer;
}
.fmenu nav.elementor-nav-menu--main ul.elementor-nav-menu li.menu-item:last-of-type{
    margin-right: 0;
}
.fmenu nav.elementor-nav-menu--main ul.elementor-nav-menu li.menu-item ul.sub-menu li.menu-item a{
    border-left: 0;
}

#searchreprod{
	background-image: url(http://ganaderiasanrafael.com/sr-content/uploads/2023/03/lupa_.png);
	background-repeat: no-repeat;
    background-size: 17px;
    background-position: 5px 10px;
    padding-left: 28px;
    display: inline-block;
    width: 150px;
}
} 
@media (min-width: 768px){
    .fmenu nav.elementor-nav-menu--main ul.elementor-nav-menu li.menu-item ul.sub-menu{
        position: relative;
        left: 0 !important;
        top: 0 !important;
        display: block !important;
        opacity: 1 !important;
        padding-top: 30px;
    }
}
.fmenu nav.elementor-nav-menu--main ul.elementor-nav-menu li.menu-item ul.sub-menu li{
    margin-bottom: 14px;
}
.fmenu nav.elementor-nav-menu--main ul.elementor-nav-menu li.menu-item ul.sub-menu li:last-of-type{
    margin-bottom: 0;
}

@media (max-width: 1366px){
    .reproductores .lista .item .box .conten h4{
        font-size: 32px;
    }
    .reproductores .lista .item .box .conten h4 a{
        line-height: 0.9;
    }
    .reproductores .lista .item .box .image .num{
        font-size: 82px;
    }
    .reproductores .lista .item .box .conten .info .date{
        font-size: 24px;
    }
    .reproductores .lista .item .box .conten .info .raza{
        font-size: 12px;
    }
    .reproductores .lista .item .box .conten a.amp{
        font-size: 14px;
    }
}
@media (max-width: 1280px){
    .reproductores .lista .item .box .image .num{
        font-size: 76px;
    }
}
@media (max-width: 1024px){
    .reproductores .lista .item .box .image .num{
        font-size: 84px;
    }
    .reproductores .lista .item .box .conten h4{
        font-size: 28px;
    }
    .cm-tax .t-item{
        width: 50%;
    }
}
@media (max-width: 900px){
    .reproductores .lista .item .box .image .num{
        font-size: 78px;
    }
}
@media (max-width: 768px){
    .heder .logo_since{
        display: none;
    }
    .single-reproductor .venta .registro a{
        font-size: 20px;
    }
    .single-reproductor .venta .box h4{
        font-size: 22px;
    }
    .single-reproductor .venta .box h2{
        font-size: 32px;
    }
    .single-reproductor .venta .box a{
        font-size: 14px;
    }
    .fmenu nav.elementor-nav-menu--main{
        display: block;
        width: 100%;
    }
    .fmenu nav.elementor-nav-menu--main ul.elementor-nav-menu{
        display: block;
    }
    .fmenu nav.elementor-nav-menu--main ul.elementor-nav-menu li.menu-item{
        margin-bottom: 10px;
        margin-right: 0;
        width: 100%;
    }
    .fmenu nav.elementor-nav-menu--main ul.elementor-nav-menu li.menu-item ul.sub-menu{
        position: relative;
        top: 0 !important;
        left: 0 !important;
        padding: 15px 0;
        width: 100%;
    }
    .fmenu nav.elementor-nav-menu--main ul.elementor-nav-menu li.menu-item a.has-submenu .sub-arrow i::before{
        content: "+";
    }
    .fmenu nav.elementor-nav-menu--main ul.elementor-nav-menu li.menu-item a.active .sub-arrow i::before{
        content: "-";
    }
    .reproductores .lista .item{
        margin: auto;
    }
    .reproductores .lista .item .box .conten{
        margin: auto;
    }
    .reproductores .lista .item .box .image{
        padding-top: 20px;
    }
    .reproductores .lista .item .box .image .num {
        font-size: 78px;
        right: 98px;
        top: 0;
    }
    .msub{
        cursor: pointer;
    }
    .msub .elementor-widget-container::after{
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        content: "\f078";
        right: 0;
        top: -3px;
        color: #fff;
        transition: transform .4s ease;
    }
    .msub.active .elementor-widget-container::after{
        transform: rotate(180deg);
    }
    .despMenuFoter{
        display: none;   
    }
    .cm-tax .t-item{
        width: 100%;
    }
    .cm-tax .t-item .box .cover .image{
        min-height: 350px;
    }
	
	#searchreprod{
		display:block;
		width:100%;
	}
}