/* CSS Document */

/*** 

====================================================================
	Global style
====================================================================

***/

body {
	font-size:15px;
	color:#1d1d1d;
	line-height:1.8em;
	font-weight:400;
	background:#ffffff;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	-webkit-font-smoothing: antialiased;
	font-family: 'Montserrat', sans-serif;
}

/*** 

====================================================================
	Nombre Sitio movil
====================================================================

***/

.nombre-sitio{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ea0000+0,a70000+25,5e0000+100 */
background: linear-gradient(to bottom,  rgba(234,0,0,1) 0%,rgba(167,0,0,1) 25%,rgba(94,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	color:#ffffff; 
	font-weight:bold; 
	text-align:center; 
	padding:8px 0 8px 0;
}

.nombre-sitio a{
	color:#ffffff; 
	}

.nombre-sitio a:hover{
	color:#ffffff; 
	}

/*** 
====================================================================
	Header Top
====================================================================

***/

.header-top{
	position: relative;
	padding: 0px 0px;
}

/*** 

====================================================================
	Main Header
====================================================================

***/
.main-menu .navigation > li > a{
	position:relative;
	display:block;
	font-size: 14px;
	color:#ffffff;
	line-height: 24px;
	font-weight:400;
	opacity:1;
	padding: 18px 20px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight:bold;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.search-form-wrap {
	width: 300px;
	position: absolute;
	right: 0;
	text-align: left;
	background: #eee;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
	z-index: 99999;
	padding: 20px;
	top: 130%;
	opacity: 0;
	visibility: hidden;
	transition: all ease 0.35s;
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
}


/***
====================================================================
	Header Top Bar
====================================================================

***/

.header-top-bar {
    border-bottom: 1px solid #777777;
	border-top: 1px solid #dbdbdb;
	margin: 0 -100px;
	padding: 20px ;
	background: #f4f4f4;
}

.header-top-bar .footer-title h6{
	font-size: 16px;
	color: #9a001a;
	font-weight: 600;
	line-height: 15px;
	padding-bottom: 6px;
	text-transform: none;
}

.header-top-bar .middle-box p {
	color: #777777;
	margin: 15px 0;
	font-weight: 300;
	font-size: 16px;
}

.header-top-bar .contact-links li{
	position: relative;
	font-size: 14px;
	color: #777777;
	line-height: 13px;
	padding-left: 13px;
	margin-top: 15px;
	font-family: 'Montserrat', sans-serif;
}

.header-top-bar .contact-links li a{
	color: #777777;
}
.header-top-bar .contact-links li i{
	position: absolute;
	left: 0;
	color: #777777;
	font-size: 14px;
}
.header-top-bar .contact-links li:nth-child(1) i{
	top: 5px;
}
.header-top-bar .contact-links li:nth-child(2) i{
	font-size: 14px;
}
.header-top-bar .contact-links li:nth-child(3) i{
	font-size: 14px;
}

.header-top-bar .header-top-social {
	padding: 100px 0;
	border-right: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
}

/**
====================================================================
	Header Top
====================================================================

***/

.header-top{
	position: relative;
	padding: 0px 0;
}


.header-top .right-side .item h4{
	font-size: 20px;
	color: #9a001a;
	line-height: 24px;
	font-weight: 700;
	margin-top:15px
}


.header-top .right-side .item .icon-box{
	position: absolute;
	top: 5px;
	left: 0;
	width: 39px;
	height: 39px;
	line-height: 34px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	border: 3px solid #9a001a;
	background-color:#9a001a

}
.header-top .right-side .item .icon-box i:before{
	color: #FFFFFF;
	font-weight:bold
}




.header-top-bar .header-top-social a {
	color: #b7b7b7;
	margin: 0 6px;
	font-size: 32px;
	font-weight: normal;
}

.logo {
	background: url("../img/logo.png");
	float: left;
	height: 121px;
	width: 384px;
	margin:0px
}


.main-header{
	position:relative;
	width:100%;
	z-index: 9999;
	background: #9a001a;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.fixed-header{
	position:fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #9a001a;
	transition:all 500ms ease;
	-webkit-animation-name: menu_sticky;
	animation-name: menu_sticky;
	-webkit-animation-duration: 0.60s;
	animation-duration: 0.60s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.11);
}




.main-menu .navigation > li > a:hover{
	background: #6b0012;
}
.main-menu .navigation > li.current a{
	display: block;
	background: #6b0012;
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	text-align: left;
	border-bottom: 1px solid #6b0012;
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	line-height:24px;
	font-weight: 400;
	font-size:14px;
	text-transform:uppercase;
	color: #ffffff;
	background: #9a001a;
	padding: 12px 20px;
	transition:all 500ms ease;
	font-family: 'Montserrat', sans-serif;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}




/*** 

=============================================
    Slider Hero Area
=============================================

***/


.s-hero-area .single-slider {
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
	filter: blur(8px) brightness(40%);
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width:100%;
}

.s-hero-area .slide-text {
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 350px;
	position:relative;
	z-index: 1;
}

.s-hero-area .slide-text a {
	color:#FFFFFF
}

.s-hero-area .slide-text a:hover {
	color:#FFFFFF
}

.s-hero-area .slide-text h1 {
	line-height: 30px;
	font-weight: 800;
	font-size: 24px;
	color: #ffffff;
	margin-bottom: 10px;
}

.s-hero-area img {
	border: solid 3px rgba(255, 255, 255, .5);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.4);
	margin-top:20px;
	margin-bottom:25px;
	-webkit-border-top-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-topright: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	position:relative;
	z-index: 1;
	}

.s-hero-area .icons{
	background:#6b0012;
	width:50px;
	text-align: center;
	padding: 11px 0 8px 0;
	border-radius: 50px
}

.s-hero-area .icons #media-box{
	
    overflow:auto; 
    margin: auto;
}


.s-hero-area .icons a {
	color:rgba(255, 255, 255, 0.5);
	font-size:24px;
}

.s-hero-area .icons a:hover {
	color:#FFFFFF;
	font-size:24px;
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;	
}


.slider-content-box p{
	transition: none;
	line-height: 20px;
	border-width: 0;
	letter-spacing: 0;
	font-weight: 400;
	font-size: 15px;
	color: #ffffff;
	background-color:rgba(0, 0, 0, 0.6);
	padding:15px;
	text-align:justify;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-bottomright: 25px;
	border-top-left-radius: 25px;
	border-bottom-right-radius: 25px;	
}

/*** 

=============================================
    S Hero navegación
=============================================

***/

.s-hero-area .owl-controls .owl-dots {
	position: absolute;
	left: 10%;
	margin-left: -12px;
	margin-bottom: -30px;
}

.s-hero-area .owl-controls .owl-dots .owl-dot span {
	width: 20px;
	height: 20px;
	display: block;
	border-radius: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin: 0 10px 0 0;
	background: #CCC;
}



.s-hero-area .owl-controls .owl-nav .owl-prev {
	left:10px;
	-webkit-transform-origin: left;
	-moz-transform-origin: left;
	transform-origin: left;
	-webkit-transform: perspective(600px) rotateY(90deg);
	-moz-transform: perspective(600px) rotateY(90deg);
	transform: perspective(600px) rotateY(90deg);
	visibility:hidden;
	opacity:0;
	background: rgba(154, 0, 26, 0.5);
	width: 55px;
	height: 55px;
	border-radius: 50%;
	line-height: 50px;
}

.s-hero-area .owl-controls .owl-nav .owl-next{
	right:10px;
	-webkit-transform-origin: right;
	-moz-transform-origin: right;
	transform-origin: right;
	-webkit-transform: perspective(600px) rotateY(-90deg);
	-moz-transform: perspective(600px) rotateY(-90deg);
	transform: perspective(600px) rotateY(-90deg);
	visibility:hidden;
	opacity:0;
	background: rgba(154, 0, 26, 0.5);
	width: 55px;
	height: 55px;
	border-radius: 50%;
	line-height: 50px;
}



/*** 

=============================================
    Main Footer
=============================================

***/

.main-footer {
	position: relative;
	background: #9a001a;
}

.footer-top {
	margin: 0 -100px;
	padding: 80px 100px;
	background: #dde8da;
}

.footer-top .footer-title h6{
	font-size: 16px;
	color: #9a001a;
	font-weight: 600;
	line-height: 30px;
	padding-bottom: 30px;
	text-transform: uppercase;
}

.footer-bottom p{
	font-size: 16px;
	font-weight: 300;
	color: #1d1d1d;
	line-height: 30px;
	margin-bottom: 0;
	padding: 31px 0;
}

.footer-top .contact-links li i{
	position: absolute;
	left: 0;
	color: #9a001a;
	font-size: 16px;
}

.footer-bottom p a,{
	color: #FFFFFF;
	font-size: 20px;
}

.footer-top .service-widget li a{
	color: #1d1d1d;
}

.footer-top .about-widget p {
	font-size: 15px;
	color: #1d1d1d;
}


/*** 

=============================================
    Testimonials Section
=============================================

***/





/*** 

=============================================
    Clients Logo
=============================================

***/

.clients-logo{
	padding: 20px 0;
	background: #ededed;
}


/*** 


/*** 

====================================================================
	Preloader style
====================================================================

***/

.preloader{ 
	position:fixed; 
	left:0;
	top:0;
	height:100%; 
	width: 100%; 
	z-index:99999; 
	background-color:#ffffff; 
	background-position:center center; 
	background-repeat:no-repeat; 
	background-image:url("../img/preloader.gif");
}


/*
====================================================================
Section Title
====================================================================

***/

.section-title h3 {
	position: relative;
	font-size: 28px;
	line-height: 42px;
	font-weight: 700;
	text-transform: none;
	color: #1d1d1d;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #cccccc;
	display: inline-block;
}

/*
====================================================================
Page Title
====================================================================

***/

.page-title .text h2{
	font-size: 32px;
	font-weight: 700;
	line-height: 26px;
	color: #ffffff;
	padding-bottom: 20px;
}

/*
====================================================================
Scroll to top
====================================================================

***/

.scroll-to-top:hover {
    background: #ffffff;
    color: #6b0012;
    border-color: #6b0012;
    transition: all 500ms ease;
}

/*
====================================================================
Section Project details
====================================================================

***/

.project-details .right-side .categori-list {
	margin-top: 0;
	background: #9a001a;
	padding: 15px 0;
}

.project-details .right-side .categori-list li{
	overflow: hidden;
}
.project-details .right-side .categori-list li a{
	position: relative;
	font-size: 14px;
	line-height: 55px;
	font-weight: 500;
	color: #ffffff;
	display: inline-block;
	width: 100%;
	background: transparent;
	padding-left: 30px;
	transition: all 500ms ease 0s;
	margin-bottom: 2px;
}
.project-details .right-side .categori-list li:hover a{
	color: #9a001a;
	font-size: 20px;
	font-weight: 700;
	transition: all 500ms ease 0s;
}
.project-details .contact-text .item .icon-box{
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #dde8da;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.project-details .contact-text .item i:before{
	font-size: 25px;
	color: #9a001a;
}


.project-details .left-side h5{
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	color: #9a001a;
	padding: 10px 0;
	text-transform: uppercase;
}


/*** 
=============================================
    Destacada Section
=============================================
***/


.destacada-section{
	padding: 5px 0; 
}

.destacada-section .row{
	padding:15px 10px 5px 10px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cc0000+0,9a001a+100 */
background: linear-gradient(to bottom,  rgba(204,0,0,1) 0%,rgba(154,0,26,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */



-webkit-border-top-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomright: 10px;
border-top-left-radius: 10px;
border-bottom-right-radius: 10px;


}

.destacada-section p{
	text-align: justify; 
}

.destacada-section .image-side{
	margin-left: 0px;
	margin-right:5px;
	
}

.destacada-section .image-note{
	padding-left:25px;
	margin-bottom:35px;
}

.destacada-section .image-note h3{
	padding-top:15px;
	margin-bottom:10px;
	color:#000000;
	font-size:17px;
	font-weight:bold;
	line-height:1.4em;
}

.destacada-section .image-note p{
	margin-top:10px;
	line-height:1.4em;
}

.destacada-section .category{
	font-weight:bold; color:#9a001a
}

.destacada-section .item-holder{
	margin-bottom: 15px;
	line-height:1.4em;
	background: rgb(0,0,0,.3)
}

.destacada-section .image-box img{
	width: 100%;
}
.destacada-section .images-text{
	padding: 20px 15px 20px 15px;
	box-shadow: 0 0 10px 6px rgb(0,0,0,.5);
	margin-top:30px;
}

.destacada-section .images-text h6 {
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	line-height:1.4em;
	margin-bottom:15px;

}

.destacada-section .images-text small{
	color: #FFFFFF;

}
.destacada-section .images-text p{
	margin-top: 12px;
	margin-bottom: 0;
	line-height:1.4em;
}


.destacada-section .icons{
	width:auto;
}

.destacada-section .icons #media-box{
    overflow:auto; 
}


.destacada-section .icons a {
	color:rgba(255, 255, 255, 0.5);
	font-size:18px;
}

.destacada-section .icons a:hover {
	color:#FFFFFF; 
	font-size:18px;
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;	
}


.destacada-section .icons-notes a{
	color:rgba(0, 0, 0, 0.5);
	font-size:18px;
}

/*** 
=============================================
    About Section
=============================================
***/


.about-section{
	padding: 25px 0;

}

.about-section p{
	text-align: justify; 
}

.about-section .image-side{
	margin-left: 0px;
	margin-right:5px;
	
}

.about-section .image-note{
	padding-left:25px;
	margin-bottom:35px;
}

.about-section .image-note h3{
	padding-top:15px;
	margin-bottom:10px;
	color:#1d1d1d;
	font-size:17px;
	font-weight:bold;
	line-height:1.4em;
}

.about-section .image-note h3 a{
	color:#1d1d1d;
	font-size:18px;
}

.about-section .image-note h3 a:hover{
	color:#a11600;
	font-size:18px;
}

.about-section .image-note p{
	margin-top:10px;
	line-height:1.4em;
	color:#1d1d1d;
}

.about-section .category{
	font-weight:bold; color:#9a001a
}

.about-section .item-holder{
	margin-bottom: 25px;
	line-height:1.4em;
}

.about-section .image-box img{
	width: 100%;
}
.about-section .images-text{
	padding: 20px 15px 20px 15px;
	box-shadow: 0 0 20px 6px #F5F5F5;
}

.about-section .images-text h6 {
	font-size: 18px;
	font-weight: bold;
	color: #1d1d1d;
	line-height:1.4em;
	margin-bottom:15px;

}
.about-section .images-text p{
	margin-top: 12px;
	margin-bottom: 0;
	line-height:1.4em;
	color: #1d1d1d;
}


.about-section .icons{
	width:auto;
}

.about-section .icons #media-box{
    overflow:auto; 
}


.about-section .icons a {
	color:rgba(0, 0, 0, 0.5);
	font-size:18px;
}

.about-section .icons a:hover {
	color:#000000; 
	font-size:18px;
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;	
}


.about-section .icons-notes a{
	color:#1d1d1d; 
	font-size:18px;
}

.about-section .icons-notes a:hover{
	color:#9a001a;
	font-size:18px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;		
}


.about-section .content-text{
	margin-right: -15px;
}
.about-section .content-text p{
	font-size: 16px;
	line-height: 30px;
	color:#1d1d1d;
}

.about-section .content-text .social-links{
	font-size:30px; margin:20px 0;
}

.about-section .content-text .social-links a{
	border:solid 1px  #f4f4f4;
	padding:6px 10px;
}

.about-section .content-text .social-links a:hover{
	border:solid 1px #f4f4f4;
	background:#4F4F4F;
	padding:6px 10px;
	color:#FFFFFF;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;	
	
}

.about-section .subhead{
	font-size:20px; 
	color:#1d1d1d; 
	font-weight:bold; 
	background:#f4f4f4; 
	padding:10px; 
	margin:10px 0;

}

.about-section .torero{
	font-weight:bold; margin-top:15px; margin-bottom:20px
}

.about-section .fecha-festejo{
	font-size:16px; font-weight:700; background:#f4f4f4; padding:10px; margin:30px 0px 30px 0px
}

.about-section .lugar-festejo{
	font-size:24px; font-weight:700; color:#900; padding-top:15px
}

.about-section .plantilla{
	/*padding-top:50px*/
}

.about-section .evento{
	padding:15px 0;
	background:#f4f4f4;
	border-radius:15px;
	margin-bottom: 10px;
	font-weight:700
}

.about-section .ganaderia{
	padding-top:20px;
}


/*** 
=============================================
    Banners
=============================================
***/

.banner{
	
}

.banner .left-notes{
	padding-bottom:25px;
}




/*** 
=============================================
    Team Section
=============================================
***/

.team-section{
	padding: 20px 0;
}



.team-wrapper .team-content-holder {
	height: 90px;
	width: 100%;
	bottom: 0;
	position: absolute;
	padding: 20px;
	color: #1d1d1d;
	text-align: center;
	overflow: hidden;
	-webkit-transition: height 0.4s;
	-moz-transition: height 0.4s;
	transition: height 0.4s;
}

.team-wrapper figure:hover .team-content-holder {
	height: 90px;
	color: #fff;
}

.personal-info span{
	text-transform: none;
	font-size: 16px;
	font-weight:bold;
}



/*** 
=============================================
    Service Section
=============================================
***/
.service-section{
	position: relative;
	padding: 20px 0;
	z-index: 1;
	color:#1d1d1d;
	background-position: bottom!important;
	background-size: cover!important;
}

.service-section .item-holder {
	position: relative;
	background: #ffffff;
	margin-bottom: 10px;
	padding: 20px 20px 10px 20px;
	border: 1px solid #ececec;
	margin-left:0px
}

.service-section .item-holder h6{
	position: relative;
	font-size: 16px;
	color: #1d1d1d;
	font-weight: 600;
	line-height: 24px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.service-section .item-holder p{
	margin-bottom: 0;
	font-size: 16px;
	color:#1d1d1d;
}

.service-section .item-holder .icon-box{
	width: 98px;
	text-align: left;
	line-height: 50px;
}

.service-section .item-holder .icon-box i:before,
.service-section .item-holder h6:hover,{
	color:#000


}


/*** 
=============================================
    MAIN FOOTER
=============================================
***/


.footer-top {
	margin: 0 -20px;
	padding: 20px 30px;
	background: #f4f4f4;
}
.footer-top .footer-title h6{
	font-size: 16px;
	color: #9a001a;
	font-weight: 600;
	line-height: 5px;
	padding-bottom: 15px;
	text-transform: none;
}

.footer-top .social-links{
	font-size: 30px;
	margin-top:10px
}

.footer-top .social-links i{
	position:relative;
	margin-right:0px;
	padding-top:10px;
	text-align:center;
	width:50px;
	height:50px;
	border-radius:50%;
	background-color:#9a001a;
}

.footer-top .social-links a{
	color: #FFFFFF;
}

.footer-top .social-links a:hover{
	color: #FFFFFF;
}


/*** 
=============================================
    Gallery Section
=============================================
***/

.gallery-section {
	padding:15px 0 5px 0;
}


.gallery-section .images-overly{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	text-align: center;
	transform: scale(0,0);
	-webkit-transform:scale(0,0);
	-moz-transform:scale(0,0);
	-ms-transform:scale(0,0);
	-o-transform:scale(0,0);
	transition:all 500ms ease;
	border:solid 1px #9a001a /*rgba(0, 0, 0, 0.7)*/;
}


.gallery-section .overlay-box i {
	position: relative;
	font-size: 20px;
	width: 50px;
	height: 50px;
	color: #FFFFFF;
	text-align: center;
	margin: 5px;
	background: #9a001a;
	line-height: 50px;
	border-radius: 25px;
}

.gallery-section .title-text h6 {
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 400;
	color: #1d1d1d;
	text-transform: none;
	text-align: left;
}

.gallery-section .title-text h6 a{
	color:rgba(0, 0, 0, 0.5);
	font-size:18px;
}

.gallery-section .image-box img{
	width: 100%;
}

.gallery-style-2 .gallery-carousel{
	background: transparent;
}
.gallery-style-2 .gallery-carousel p{
	font-size: 18px;
}
.gallery-style-2.gallery-section .title-text h6{

}

.gallery-section .gallery-carousel .owl-dots{
	display: none!important;
}
.gallery-section .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    display: none!important;
	background: none repeat scroll 0 0 #6b0012;
    color: #b4b4b4;
    font-size: 22px;
}
.gallery-section .owl-theme .owl-controls{
	margin-top: 0;
}
.gallery-section .owl-theme .owl-controls .owl-prev{
	position: absolute;
	bottom: 80px;
	left: 150px;
}
.gallery-section .owl-theme .owl-controls .owl-next{
	position: absolute;
	bottom: 80px;
	right: 150px;
}


@media only screen and (max-width: 480px){
	.gallery-section .owl-theme .owl-controls .owl-prev,
	.gallery-section .owl-theme .owl-controls .owl-next{
		display: none!important;
		bottom: 80px;
	}
	.gallery-section .owl-theme .owl-controls .owl-prev{
		left: 0;
	}
	.gallery-section .owl-theme .owl-controls .owl-next{
		right:0;
	}
}



/*** 
=============================================
    Gallery Section Carousel
=============================================
***/

.gallery-section .gallery-carousel{
	padding: 100px 150px;
	background: #f4f4f4;
	margin: 0 -15px;
}


/**
    Team Details
*/
.team-details-thumb img {
}

.team-details > p:first-of-type {
    margin-top: 25px;
}

.team-details h1,
.team-details h2,
.team-details h3,
.team-details h4,
.team-details h5,
.team-details h6 {
    color: #9a001a;
    font-weight: 700;
}

.team-details-title h4 {
    color: #9a001a;
    font-weight: 700;	
}

.team-details-title h4 {
    line-height: 36px;
    margin-bottom: 8px;
}

.team-details-title p {
    color: #777777;
    margin-bottom: 0;
}

.team-details-social {
    margin-top: 30px;
}

.team-details-social h5 {
    margin-bottom: 23px;
}

.team-details-progress {
    margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-details {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .team-details {
        margin-top: 50px;
    }
}


/**
	Progress Styles
*/
.cr-progress-bar {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
}

.cr-progress-bar .progress {
    background: #f1f1f1;
    border-radius: 0;
    height: 3px;
    overflow: visible;
    position: relative;
    border-radius: 3px;
}

.cr-progress-bar .progress span {
    position: absolute;
    right: 0;
    top: -35px;
    color: #777777;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 0.4s ease 1s;
    -moz-transition: all 0.4s ease 1s;
    -ms-transition: all 0.4s ease 1s;
    -o-transition: all 0.4s ease 1s;
    transition: all 0.4s ease 1s;
}

.cr-progress-bar .progress-bar {
    background: #47BB8F;
    border-radius: 3px;
}

.cr-progress-bar h6 {
    margin-bottom: 12px;
    font-size: 16px;
    text-transform: capitalize;
    color: #555;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.cr-progress-bar.minimal-color .progress-bar {
    background: #555555;
}

/**
	Social Icons Styles
*/
.social-icons ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    font-size: 0;
}

.social-icons ul li {
    display: inline-block;
    padding: 0 6px;
}

.social-icons ul li a {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 24px;
    color: #555;
}

.social-icons ul li:hover a {
    color: #9a001a;
}

.social-icons.social-icons-large ul li {
    padding: 0 10px;
}

.social-icons.social-icons-large ul li a {
    font-size: 30px;
}

.social-icons.social-icons-large ul li:first-child {
    padding-left: 0;
}

.social-icons.social-icons-large ul li:last-child {
    padding-right: 0;
}

.social-icons.social-icons-rounded ul li a {
    height: 30px;
    width: 30px;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #dddddd;
    border-radius: 100%;
}



/*Imagen responsiva*/
.img-responsive,
.thumbnail > img, {
  display: block;
  max-width: 100%;
  height: auto;
}

/*Lista marcas*/
.about-style-2 .company .tab-content ul li {
	font-family: 'Montserrat', sans-serif;
	font-size:17px;
	color: #6c6c6c;
	font-weight: 700;
	
}

.about-style-2 .company .tab-content h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #1d1d1d;
	padding: 15px;
}

.about-style-2 .company .tab-content img {
	margin:15px 0; padding:5px; border:solid 1px #f4f4f4

	
}



/*Visibilidad*/
.hidden{display:none;visibility:hidden}
.visible-phone{display:none!important}
.visible-tablet{display:none!important}
.hidden-desktop{display:none!important}@media(max-width:767px){.visible-phone{display:inherit!important}.hidden-phone{display:none!important}.hidden-desktop{display:inherit!important}.visible-desktop{display:none!important}}@media(min-width:768px) and (max-width:979px){.visible-tablet{display:inherit!important}.hidden-tablet{display:none!important}.hidden-desktop{display:inherit!important}.visible-desktop{display:none!important}}@media(max-width:480px)


/*Marquesina*/
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body .marquee{
     /* Don't use "display: grid; place-content: center;" for centering the content, for some reason behaves weirdly and the text takes time to appear */
  
  line-height: 1.5;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10px;
  background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}

/* Text Marquee Effect */

.marquee {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto;
  padding: 2.5rem 0;

}

.marquee .marquee_text {
  display: inline-block;
  padding-left: 100%;
  font-size: 1.4rem;
  animation: marquee 50s linear infinite;
/* animation: marquee_flip 26s linear infinite;  For left to right */
}

@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}

/* @keyframes marquee_flip {
  	0% { transform: translate(-100%, 0); }
    100%   { transform: translate(0, 0); } */
    
}
