/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

:root{
	--blanco: #fff;
	--negro: #252525;
	--gris: #e6e6e6;
	--gris-medio: #878787;
	--gris-m: #878787;
	--trajan: 'TrajanPro-Regular';
}

@font-face {
	font-family: 'TrajanPro-Regular';
    src: url('../fonts/original_Trajan_Pro_Regular.eot?#iefix') format('embedded-opentype'), 
         url('../fonts/original_Trajan_Pro_Regular.woff') format('woff'),
         url('../fonts/original_Trajan_Pro_Regular.ttf') format('truetype'),
         url('../fonts/original_Trajan_Pro_Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body, h1, h2, h3, h4, h5, h6, p{
	font-family: 'Lato', sans-serif;
	color: var(--negro);
}
.menu-container > .menu-item.active > .menu-link div{
	border-bottom: 2px solid var(--gris-medio);
}
.menu-container > .menu-item > .menu-link div{
	font-weight: 900;
}
.header-interior.dark .menu-link{
	color: var(--negro);
}
.swiper-slide{
	position: relative;
}
.swiper-slide:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.5);
	width: 100%;
	height: 100%;
}
#slider .title-slide{
	font-size: 45px;
	line-height: normal;
	white-space: pre-line;
	color: var(--blanco);
	font-weight: 300;
}
#slider .title-slide span{
	font-weight: 700;
	color: var(--blanco);
}

#we-do{
	padding: 80px 0;
}
#we-do .contentBx .title{
	font-family: var(--trajan);
	color: var(--negro);
}
#we-do .contentBxDescription{
	margin: 0 auto;
}
#we-do .contentBxDescription .description{
	color: var(--gris-medio);
	font-size: 19px;
	line-height: normal;
}
.flexServiceHome{
	justify-content: center;
}
.homeServices .title{
	font-weight: 900;
	margin-bottom: 10px;
	font-size: 19px;
	color: var(--negro);
	text-align: center;

}
.homeServices .description{
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 0;
	line-height: normal;
	color: var(--gris-medio);
	min-height: 130px;
	text-align: justify;
}

#about-us .contentBx .title{
	font-family: var(--trajan);
	color: var(--negro);
}
#about-us .fbox-icon img{
	width: 50px;
	height: auto;
}
.contentBxAbout .title{
	font-weight: 900;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 5px;
	line-height: normal;
}
.contentBxAbout .description{
	color: var(--gris-medio);
}

#corporativeVideo{
	padding: 80px 0;
}
#corporativeVideo .flex-video{
	align-items: center;
}
#corporativeVideo .contentBxVideo .title{
	font-size: 45px;
	font-weight: 300;
	line-height: normal;
	margin-bottom: 0;
	white-space: pre-line;
}
#corporativeVideo .contentBxVideo .title span{
	color: var(--gris-medio);
	font-weight: 700;
}
#corporativeVideo .icon-play{
	position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: #FFF;
    background: var(--gris-m);
    width: 100px;
    height: 100px;
    transform: translate(-50%,-50%);
    text-align: center;
    line-height: 100px;
    border-radius: 50%;
    padding-left: 12px;
    cursor: pointer;
}

#contact .contentBxContact .title{
	font-family: var(--trajan);
}
#contact address{
	white-space: pre-line;
	color: var(--gris-medio);
	font-weight: 400;
}
#contact address span{
	font-weight: 900;
	color: var(--negro);
}
#contact .info-contact a{
	display: block;
	font-weight: 400;
	color: var(--gris-medio);
	margin-bottom: 0px;
}
#contact .info-contact a span{
	font-weight: 900;
}
#contact .info-contact a:last-child{
	margin-bottom: 0;
}
#contact .contentBxContact{
	padding: 50px 60px;
}

#logosF{
	background: var(--negro);
	padding: 25px 0;
}
#logosF .flexLogosFooter{
	align-items: center;
}
#logosF .flexLogosFooter .logo1F img{
	width: 260px;
	height: auto;
}
#logosF .flexLogosFooter .logo2F{
	text-align: right;
}
#logosF .flexLogosFooter .logo2F img{
	width: 135px;
	height: auto;
}
#footer{
	background: #000;
	text-align: center;
	padding: 10px 0;
}
#footer a{
	color: var(--blanco);
}

#band-title{
	background: var(--gris);
	padding: 80px 0;
}
#band-title .title{
	color: var(--negro);
	font-family: var(--trajan);
	margin: 0;
	font-size: 40px;
	line-height: normal;
}
#contableFiscal, 
#finanzas,
#auditoria,
#consultoria,
#nosotros{
	padding: 60px 0;
}
#nosotros{
	padding-bottom: 0;
}
#contableFiscal .contentBxTitle .title, 
#finanzas .contentBxTitle .title,
#auditoria .contentBxTitle .title,
#nosotros .contentBxTitle .title,
#historia .contentBxTitle .title,
#consultoria .contentBxTitle .title,
#timeline .contentBxTitle .title{
	font-family: var(--trajan);
	color: var(--negro);
	line-height: normal;
	font-size: 30px;
	font-weight: 600;
	white-space: pre-line;
}
#timeline .contentBxTitle .title{
	color: var(--blanco);
}
#contableFiscal .contentBx .description,
#finanzas .contentBx .description,
#auditoria .contentBx .description,
#consultoria .contentBx .description{
	color: var(--gris-m);
	font-size: 17px;
	margin-bottom: 20px;
}
#contableFiscal .contentBx .description:last-child,
#finanzas .contentBx .description:last-child,
#auditoria .contentBx .description:last-child,
#consultoria .contentBx .description:last-child{
	margin-bottom: 0;
}
#nosotros .contentBx p{
	margin-bottom: 10px;
	color: var(--gris-m);
}
#contableFiscal .titleList,
#auditoria .titleList,
#finanzas .titleList,
#consultoria .titleList{
	margin-bottom: 5px!important;
}
#contableFiscal .list,
#finanzas .list,
#auditoria .list,
#consultoria .list,
#nosotros .list{
	padding-left: 20px;
	color: var(--gris-m);
	font-size: 17px;
	margin-bottom: 0;
}

#historia .flexCol{
	display: flex;
	align-items: center;
}
#historia .flexCol .background{
	height: 60vh;
}
#historia .flexCol .col-padding{
	padding: 0 60px!important;

}
#historia .flexCol .contentBx p{
	color: var(--gris-m);
}
#historia .flexCol .contentBx p:last-child{
	margin-bottom: 0;
}

/* Timeline */
/* #timeline{
	position: relative;
	background: url('../archivos/nosotros/trayectoria.gif');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 105vh;
} */
/* #timeline .flexCenter{
	justify-content: center;
}
.timeline__section .wrapper{
	padding-left: 140px;
}
.timeline__section .wrapper .milestone{
	font-family: var(--trajan);
	margin-bottom: 0;
	line-height: normal;
	color: var(--blanco);
}
.timeline__section .wrapper p{
	text-align: justify;
	color: var(--blanco);
}
.timeline__nav {
	position: fixed;
	z-index: 99;
	top: 0;
	display: none;
	-webkit-transition: top .3s ease-out;
	transition: top .3s ease-out;
}
.timeline__nav.fixed{
	display: block;
}
.timeline__nav ul {
	list-style: none;
	list-style-position: inside;
	margin: 15px 0;
}
.timeline__nav ul li {
	margin: 15px 0;
	padding-left: 0;
	list-style-type: none;
	color: var(--blanco);
	font-size: 19px;
	border-bottom: 1px dotted rgba(255, 255, 255, 0.7);
	cursor: pointer;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	font-family: var(--trajan);
}
.timeline__nav ul li.active {
	font-weight: bold;
	color: var(--blanco);
	font-size: 30px;
	border-bottom: 1px dotted transparent;
	-webkit-transform: scale(1.2);
			transform: scale(1.2);
}
.timeline__nav ul li:hover {
	color: var(--blanco);
} */

/* .service .contentServiceImage .imgService{
	width: 100%;
} */
#contentBio{
	padding: 50px 0;
}
#contentBio p{
	margin-bottom: 0;
}
.btnBioFounder{
	display: table;
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 2px solid #444;
	color: var(--negro);
	margin: 0 auto;
	font-size: 23px;
}
#bioGarza{
	max-width: 700px;
    margin: 50px auto auto;
    background: var(--blanco);
    padding: 40px 70px;
    overflow-y: scroll;
    max-height: 80vh;
}
#bioGarza h3{
	text-align: center;
	font-family: var(--trajan);
}
#bioGarza ul{
	padding-left: 15px;
	margin-bottom: 0;
}
#bioGarza ul li::marker{
	color: var(--gris-m);
}
#bioGarza p{
	margin-bottom: 15px;
	text-align: justify;
}
#bioGarza::-webkit-scrollbar {
	width: 12px;
	
}
 
#bioGarza::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
#bioGarza::-webkit-scrollbar-thumb {
    border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
	background-color: var(--negro);
}

/*** 

====================================================================
  Responsive
====================================================================

***/
/*Ipad Pro Vertical*/
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: portrait){
    
}

/*Ipad Pro Horizontal*/
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: landscape){
    
}

/*Ipad Horizontal*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
    
}

/*Ipad Vertical*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
    
}

/*Phone Vertical*/
@media only screen
  and (min-device-width: 320px) 
  and (max-device-width: 736px) 
  and (orientation: portrait){ 
  	.header-size-md #header-wrap #logo img{height: 45px;}
  	#slider .title-slide{font-size: 30px; padding: 0 30px; margin-bottom: 0;}
  	#slider .title-slide span{font-weight: 500;}
  	#we-do{padding: 60px 15px 0;}
  	.homeServices .description{min-height: auto;}
  	#about-us .boxAboutInfo{padding: 40px 30px!important;}
  	.contentBxAbout .description{margin-bottom: 0;}
  	#template-contactform{margin-top: 30px;}
  	#contact .contentBxContact{padding: 50px 30px;}
  	#logosF .flexLogosFooter .logo1F,
  	#logosF .flexLogosFooter .logo2F{text-align: center;}
  	#logosF .flexLogosFooter .logo1F{margin-bottom: 25px;}
    #band-title{padding: 30px 0;}
    #band-title .title{font-size: 25px;}
    #contableFiscal .contentBx .description, #finanzas .contentBx .description, #auditoria .contentBx .description, #consultoria .contentBx .description{text-align: justify;}
    #contableFiscal .list, #finanzas .list, #auditoria .list, #consultoria .list, #nosotros .list{text-align: justify;}
    .imgService{width: 100%; max-height: 250px; object-fit: cover;}
    #consultoria .imgService{object-position: 50% 75%;}
    #contableFiscal .contentBxTitle .title, #finanzas .contentBxTitle .title, #auditoria .contentBxTitle .title, #nosotros .contentBxTitle .title, #historia .contentBxTitle .title, #consultoria .contentBxTitle .title, #timeline .contentBxTitle .title{font-size: 25px; white-space: normal;}
    #bioGarza{padding: 40px 15px;}
    .contactForm{margin-top: 30px;}



}

/*Phone Horizontal*/
@media only screen
  and (min-width: 320px) 
  and (max-width: 736px) 
  and (orientation: landscape){ 
}