/*
Project:	Finex - Multipurpose Business and Corporate HTML5 Template
Version:	1.0.0
Assigned to:	Themeforest
Primary use:	
 */

/*=======================================================================
[Table of contents]
=========================================================================
[1] Home
    1.Header
    2.Slider
	3.About Content
    4.Service
	5.Team
    6.Filter Project
	7.Testmonial
	9.Counter
	10.Blog
    11.Client
    12.Footer
[2] Services Page
    1.Breadcrumb
    2.services nav
    3.services Content
[3] Services Details
[4] Blog Page
[5] Blog Details
[6] Error Page
[7] Project Single
==========================================================================*/


@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat.ttf');
}

@font-face {
    font-family: 'Montserrat-BoldItalic';
    src: url('../fonts/Montserrat-BoldItalic.ttf');
}

body{
    font-family: 'Montserrat'!important;
}

/**==================== Header ======================**/
 .headertop {
     padding: 28px 0 33px;
}
 .logo{
    margin-top: 5px;
    margin-bottom: 5px;
}
 .logo a{
     display: block;
}
 .singMiddInfo{
     position: relative;
     padding-left: 50px;
     float: left;
     padding-top: 13px;
     margin-left: 32px;
}
 .singMiddInfo.phone{
     margin-left: 0;
}
 .singMiddInfo i{
     font-size: 26px;
     color: #ff7300;
     line-height: .8;
     position: absolute;
     left: 0;
     top: 5px;
     text-align: center;
     padding: 13px 10px;
}
 .singMiddInfo h4{
     color: #2c3e50;
     font-size: 14px;
     margin-bottom: 7px;
}
 .singMiddInfo p, .singMiddInfo a{
     color: #ababab;
     font-size: 12px;
     margin: 0;
     line-height: .8;
     display: block;
}
 .singMiddInfo a:hover{
     color: #ff7300;
}
 .headMiddBtn {
     margin: -2px 0;
}
 .headMiddBtn a {
     background: #ff7300;
     color: #fff;
     display: inline-block;
     font-size: 15px;
     font-weight: 700;
     height: 51px;
     line-height: 0.8;
     padding: 18px 21px;
     text-align: center;
     text-shadow: 1px 0px 1px rgba(0, 0, 0, .30);
}
 .headMiddBtn a:hover{
     color: #2C3E50;
}
 .preloader {
     background: #fff none repeat scroll 0 0;
     height: 100%;
     width: 100%;
     position: fixed;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     z-index: 99999;
}
 .header{
	position: absolute;
    z-index: 5;
    width: 100%;
    /*background: transparent;*/
    margin-bottom: 0;
    padding-bottom: 0;
    background: linear-gradient(90deg,rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0));
}

 .header.fixedHeader{
	 background: transparent;
     position: fixed;
     left: 0;
     right: 0;
     top: 0;
     width: 100%;
     z-index: 999;
}

/*.logo {
    padding: 20px 0;
}*/
 .mainnav ul{
     line-height: .8 
}
 .mainnav ul li {
     display: inline-block;
     margin-right: 45px;
     margin-top: 6.5vh;
     padding-bottom: 18px;
     position: relative;
}
 .mainnav ul li a{
     display: block;
     color: #fff;
     font-size: 1.1vw;
     line-height: .8;
     /*text-transform: uppercase;*/
}
 .mainnav ul li:hover > a, .mainnav ul li.active a{
     color: #e76e03;
}

 .mainnav ul ul.sub-menu {
     background: #222;
     left: 100%;
     opacity: 0;
     position: absolute;
     top: 50px;
     visibility: hidden;
     width: 200px;
     z-index: 1;
     margin-left: -100px;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
}
 .mainnav ul li:hover ul.sub-menu{
     top: 37px;
     opacity: 1;
     visibility: visible;
     z-index:2;
}
 .mainnav ul ul.sub-menu li {
     border-bottom: 1px solid #333;
     display: block;
     margin: 20px 20px 0px 20px ;
     padding-bottom: 20px;
}
 .mainnav ul ul.sub-menu li:last-child{
     border-bottom: none;
}
 .mainnav ul ul.sub-menu li a{
     color: #fff;
     font-size: 14px;
     text-transform: capitalize;
}
 .mainnav ul ul.sub-menu li a:hover{
     color: #ff7300;
}
ul.sub-menu li {
    text-align: left;
}

 
/**==================== Slider ======================**/
 .sliderSection{
     position: relative;
     margin: auto;
     width: 100%;
}
 .sliderSection .tp-banner{
     width: 100%;
     height: 860px;
     position: relative;
     overflow: hidden;
}
 .slider_image:before {
     position: absolute;
     content: "";
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     /*background-color: rgba(0, 0, 0, 0.4); /*esto es lo que coloca las img del banner principal opaco*/
    z-index:1;
}

 .theme_slider_title span {
    color:#ff7300;
}
 .slider-text {
     top: 50%;
     width: 100%;
     left: 0;
     margin-top: -90px;
     position:absolute;
     color: #fff;
   z-index:2;
}
 #main_slider figure {
     position:relative;
}
 .theme_slider_pre_title {
     font-size: 16px;
     text-transform: uppercase;
     letter-spacing: 2px;
     font-weight: 400;
}
 .theme_slider_title {
     font-size: 40px;
     padding: 15px 0;
     margin-bottom: 10px;
     line-height: 1.2em;
     text-transform: capitalize;
     letter-spacing: 1.2px;
     color:#fff;
}

 #main_slider .owl-controls .owl-nav {
     position: absolute;
     top: 50%;
     width: 100%;
     margin-top: -21px;
}
 #main_slider .owl-controls .owl-nav .owl-prev:hover, #main_slider .owl-controls .owl-nav .owl-next:hover{
 background-color: #ff7300;
}
 #main_slider .owl-controls .owl-nav .owl-prev {
     float: left;
     margin-left: 20px;
     padding: 10px 20px;
     font-size: 22px;
     background-color: #29282e;
}
 #main_slider .owl-controls .owl-nav .owl-next {
     float: right;
     margin-right: 20px;
     padding: 10px 20px;
     font-size: 22px;
     background-color: #29282e;
}
 .slider-text p {
     font-size: 16px;
     margin-bottom: 30px;
     color:#fff;
}
 .sliderBtn .themeBtn.bgwhite {
     margin-left: 15px;
}

/**==================== About Content ======================**/
 .aboutitle{
     font-size: 28px;
     line-height: 30px;
     color: #2c3e50;
     margin-bottom: 20px;
}
 .aboutcontain {
     margin-top: 30px;
     padding:0 120px;
     text-align: center;
}
 .aboutcontain p{
     margin-bottom: 26px;
}
.aboutimg img{
width:100%;
}
#about_sec{
padding-top: 40px
}
/*======================================================================= service =========================================================================*/
 .teammatesSec{
     padding-top: 90px;
     padding-bottom: 70px;
}
 .service {
     background: #fff;
     padding:70px 35px 70px 35px;
         margin: 20px 0;
}
 .service:hover{
     background: #ff7300;
     color:#fff;
}
 .service:hover .service-icon i, .service:hover .service-text h2{
     color:#fff;
}
 .service-icon i{
     color: #ff7300;
     font-size: 40px;
     margin-bottom: 30px;
     display: inline-block;
     transition: 0.5s ease-in-out;
     -webkit-transition: 0.5s ease-in-out;
     -o-transition: 0.5s ease-in-out;
     -moz-transition: 0.5s ease-in-out 
}
 .service-text h2{
     font-size: 18px;
     font-weight: 600;
     margin-bottom: 10px;
     font-style: normal 
}
 .singleWedo p{
     color: #848484;
}
/**==================== Team ======================**/
 .team_sect figure {
     position: relative;
}
 .team-info.text-center {
       padding: 25px 0 10px 0;
    background-color: #f0f0f0;
}
 .team-social {
  top:0;
	     position: absolute;
    width: 86%;
    height: 86%;
    float: left;
        padding: 37% 0 0 0;
    z-index: 2;
    opacity: 0;
    margin: 7% 0 0 7%;
    transition: all 0.3s ease-out 0s;
    background-color: #ff7300;
	text-align:center;
}
.team-social a:hover .fa{
	color: #ff7300;
}
 .team-social a {
      padding: 7px 5px;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    height: 35px;
    display: inline-block;
    width: 35px;
    text-align: center;
    margin: 0 5px;
    line-height: 1.4em;
    background: #fff;
}
 .team-social a .fa{
     color:#000;
     font-size:14px;
}
 .team_sect:hover {
     opacity: 1;
}
 .team_sect:hover .team-info .title{
     color:#ff7300;
     cursor:pointer;
}
 .team_sect:hover .team-social{
     opacity: 1;
}

 .teamSec {
     padding-bottom: 70px;
     padding-top: 13px;
}

 .teamImg img{
     width: 100%;
     height: auto;
}
 .teamDec{
     margin-left: 15px;
}
 .teambg{
     position: relative;
     margin-bottom: 11px;
}
 .teambg:after{
     width: 60px;
     height: 2px;
     background: #ff7300;
     content: '';
     position: absolute;
     left: 0;
     bottom: 0;
}
 .teamTitle{
     font-size: 16px;
     color: #000;
     line-height: 30px;
     font-weight: 700;
     text-transform: uppercase;
     margin-bottom: 3px;
}
 .teamDeg{
     font-size: 14px;
     color: #acacac;
     padding-bottom: 15px;
}
/**==================== Filter Project ======================**/
 .index .commonSection.fillterProject .fillterNav {
     text-align:center;
}
 .index .commonSection.fillterProject .fillterNav .filter:last-child {
     margin-right: 0px;
}
#project_sec{
padding-top:20px;
}
 .fillterNav {
     margin-bottom: 50px;
     margin-top: 5px;
     text-align:center;
}
 .fillterNav li{
     font-size: 16px;
     line-height: .8;
     color: #000000;
     font-weight: 400;
     cursor: pointer;
     display: inline-block;
     -webkit-transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
     transition: all 500ms ease;
     margin-right: 30px;
}
 .fillterNav li:hover, .fillterNav li.active{
     color: #ff7300;
}
 .mix{
     display: none;
}
 .singlePortfolio{
     position: relative;
}
 .singlePortfolio:hover .portfolioImg:after{
     visibility: visible;
     opacity: .8;
     width: 100%;
     height: 100% 
}
 .portfolioImg img{
     width: 100%;
     height: auto;
     position: relative;
}
 .project_secs {
    padding: 0px;
    margin: 0px;
}
 .portfolioHover {
     position: absolute;
     text-align: center;
     height: 40px;
     left: 0;
     right: 0;
     top: 20px;
     bottom: 0;
     margin: auto;
     visibility: hidden;
     opacity: 0;
     -webkit-transition: all 700ms ease;
     -moz-transition: all 700ms ease;
     -ms-transition: all 700ms ease;
     -o-transition: all 700ms ease;
     transition: all 700ms ease;
}
 .singlePortfolio:hover .portfolioHover{
     visibility: visible;
     opacity: 1;
     top: 0;
}
 .portfolioImg img:hover{
     -webkit-transform: scale(1.50,1.50);
     -webkit-transition-timing-function: ease-out;
     -webkit-transition-duration: 300ms;
     -moz-transform: scale(1.50,1.50);
     -moz-transition-timing-function: ease-out;
     -moz-transition-duration: 300ms;

}
 .portfolioHover a{
     border: 1px solid #fff;
     color: #fff;
     height: 40px;
     line-height: 0.8;
     margin: auto;
     padding: 13px;
     width: 40px;
     font-size: 12px;
     display: inline-block;
     margin-right: 5px;
}
 .portfolioHover a:hover{
     color: #fff;
     border-color: #fff;
}

/**==================== Testmonial ======================**/
 .testmonial {
     padding: 0px 0 65px;
}
 .singleTest {
     background: #f0f0f0;
     padding: 32px 20px 27px;
}
 .singleTest p{
     font-size: 15px;
     color: #848484;
     line-height: 30px;
}
 .testcarHeadding {
     margin-bottom: 30px;
}
 .testmonialinner {
     margin-top: 38px;
}
 .testmonialinner h2{
     font-size: 16px;
     color: #010101;
     text-transform: uppercase;
     position: relative;
}
 .testmonialinner p{
     color: #848484;
     margin: 0;
}
 .testmonialsec .owl-controls {
     margin-top: 50px;
}
 .testmonialsec.owl-theme .owl-dots .owl-dot.active span, .testmonialsec.owl-theme .owl-dots .owl-dot:hover span {
     background: #ff7300;
}
 .testmonialsec.owl-theme .owl-dots .owl-dot span {
     margin: 0 5px;
     border: 1px solid #ff7300;
     background: transparent;
}
/**==================== Counter ======================**/
 .promo_sec{
     padding: 92px 0 102px;
	background-image: url(../images/background/1.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    display: table;
    width: 100%;
}
/* count*/
div#counter {
    padding: 40px 0;
}
#nosotros{
    background-image: url(../images/comoHacemos/FondocomoLoHacemos.png);*/
    position: relative;
    overflow-x: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    /*background: rgb(18,16,16);
    background: linear-gradient(189deg, rgba(18,16,16,1) 0%, rgba(18,16,16,1) 48%, rgba(240,128,47,1) 100%);*/
    padding-bottom: 60px;
    background-position: bottom;
}

.img-nosotros{
    width: 100%;
}

#quienesSomos{
    background-image: url(../images/counter/QUIENESSOMOS.png);

}
#nosotros:before, .promo_sec:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background-color: rgba(0, 0, 0, 0.7);*/
  
}
#nosotros span {
    /*color: #fff;*/
    line-height: 1.1;
    display:block;
}
#nosotros p{
color:#000;
}
#stats{
    background-image: url(../images/counter/bgcounter.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
  
    position: relative;
    padding: 60px;	
}
#stats:before, .promo_sec:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
  
}
#stats span {
	 margin: 5px 0;
    font-size: 50px;
    color: #fff;
     font-weight: 500;
    line-height: 1.1;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
	display:block;
}
#stats p{
color:#fff;
}
.sta .box-container {
	width: 50%;
}
.sta .box-container .inner {
	max-width: 400px;
	text-align: left;
	float: right;
}
.countdown {
    margin-bottom: 60px;
    text-align: center;
    margin-top: 60px;
}
.counticon i {
    font-size: 40px;
    color: #ff7300;
}
.counticon h1 {
    color: #fff;
}
.counticon h3 {
   color: #fff;
    letter-spacing: 2px;
    font-weight: 500;
   font-size:18px;
   line-height:20px;
}

/**==================== Blog  ======================**/
 .blogNews{
     padding-bottom: 20px;
}
 .newsBlogIn{
     position: relative;
     top: -40px;
}
 .singleBlog{
     background: #fff;
}
 .blog_cont {
     padding: 0 16px 9px;
}
 .blog_imag img{
     width: 100%;
     height: auto;
}
 .blog_tit {
     color: #000000;
     font-size: 18px;
     font-weight: 900;
     line-height: 30px;
     margin-top: 17px;
     margin-bottom: 2px;
     text-transform: uppercase;
}
 .blog_cont p{
     font-size: 15px;
     line-height: 30px;
     color: #848484;
     margin-bottom: 20px;
}
 .sbrm{
     font-size: 14px;
     font-style: italic;
     color: #ff7300;
     position: relative;
     display: inline-block;
     font-weight: 400;
}
 .sbrm:hover:before{
     width: 113px;
}
 .sbrm i{
     margin-left: 12px;
}
 .newsBlogIn .singleBlog{
     margin-bottom: 0;
}
 .blog_sec{
     text-align:center;
}

 .blogSec2{
     border: 1px solid #dfdfdf;
}
 .meta {
     font-style: italic;
     line-height: 0.8;
     margin:7px 0 10px;
     font-size: 14px;
}
 .meta a{
     color:#afafaf;
     margin-left: 5px;
}
 .meta a:first-child{
     margin-left: 0;
}
 .meta a:hover{
     color: #000;
}
 .index .blogSec2 p{
     margin-bottom: 2px;
}
 .blogSec2 p{
     margin-bottom: 27px;
}
 .siBlogThumb{
     position: relative;
     padding-left: 136px;
     min-height: 123px;
}
 .siBlogThumb img{
     position: absolute;
     left: 0;
     top: 0;
     width: 120px;
     height: 94px;
}
 .thumbBtitle{
     font-size: 16px;
     line-height: 18px;
     margin-bottom: 8px;
}
 .meta.thumbBlog{
     font-size: 13px;
     margin-bottom: 4px;
}
 .siBlogThumb p{
     font-size: 14px;
     color: #848484;
     line-height: 24px;
     margin: 0;
}

/**==================== Client ======================**/
 .partnerSec{
     padding: 40px 0;
     background-color:#f0f0f0;
}
 .partnerClient{
     height: 90px;
     position: relative;
}
 .partnerClient img{
     position: absolute;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
     margin: auto;
}
/* FOOTER
====================================================*/
footer {
    float: left;
    width: 100%;
}
#footer {
	/*background: #707070;*/
    background-image: url(../images/FondoFooter.jpg);
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
}
#footer .inside {
	display: flex;
	flex-direction: column;
   padding:20px 0 40px 0;

}
#footer .inside h4 {
	color: #999;
	font-size: 1.7rem;
	margin-bottom: 10px;
}
#footer .inside p {
	color: #fff;
	/*font-size: 1.5rem;*/
    line-height: 1.4;    
    text-align: initial;
    /*margin-left: 100px;*/
}
#footer .inside p>a {
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#footer .inside p>a:hover {
	color: #ff7300;
	text-decoration: none;
}
.contact-info {
    text-align: center;
}
 #footer .inside .social {
	
	padding-top: 0px;
    margin-top: 9px;
}
#footer .bottom-footer {
	/*background: #707070;*/
	display: block;
	width: 100%;
}
#footer .bottom-footer p {
	color: #FFF;
	/*font-size: 1.4rem;*/
	padding: 10px 8%;
    line-height: 1.4; 
    text-align:center;	
	margin-bottom:0px;
    border-top: 1px solid;
}

.social i {
    display: inline-block;
    color: #FFFFFF;
    font-size: 3rem;
    padding: 6px;
    text-align: center;
    width: 48px;
    height: 45px;
   /* border: 1px solid #000000;*/
    margin-right: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.social i:hover {
	color: #ff7300;
}


/**==================== Breadcrumb ======================**/
 .breadcrumbSec{
    padding: 78px 0 87px;
    background: url(../images/fondo-contacto.png) no-repeat scroll center center/cover;
    position: relative;
	background-size: cover;
	background-position: bottom;
}
 .breadcrumbSec:before{
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}
 .breadTitle{
     font-size: 28px;
     font-weight: 700;
     margin-bottom: 23px;
	 color:#fff;
}
 .breadCumpNav{
     line-height: .8;
	 color:#fff;
}
 .breadCumpNav a{
     font-size: 16px;
     color: #fff;
     font-weight: 400;
     text-transform: capitalize;
     line-height: .8;
}
 .breadCumpNav i{
     font-size: 16px;
     margin: 0 5px;
	 color:#fff;
}
 .breadCumpNav a:hover{
     color: #ff7300;
}


/*======================================================================= // Services Page =========================================================================*/
 .servicesContent{
     padding-top: 90px;
     padding-bottom: 60px;
}
 .servicesDetails .title{
     margin-bottom:20px;
}
/**================ services nav ================== **/
 .servicesNav{
     background: #f1f1f1;
}
 .servicesNav li:last-child{
     border-bottom: none;
}
 .servicesNav li{
     line-height: .8;
     border-bottom: 1px solid #dfdfdf;
}
 .servicesNav li.active{
     position: relative;
}
 .servicesNav li.active:after{
     position: absolute;
     right: 13px;
     content: '\f105';
     top: 18px;
     font-family: FontAwesome;
     font-size: 16px;
     line-height: .8;
     color: #ff7300;
}
 .servicesNav li a{
     color: #2c3e50;
     line-height: .8;
     display: block;
     padding: 19.6px 16px;
}
 .servicesNav li a:hover, .servicesNav li.active a{
     background: #2c3e50;
     color: #ff7300;
}
 .pdfDownload {
     padding-left: 17px;
     padding-top: 40px;
}
 .downloadTitle{
     font-size: 16px;
     font-weight: 700;
     color: #2c3e50;
     margin-bottom: 25px;
}
 .downloadpdflink{
}
 .downloadpdflink a{
     display: block;
    ;
     color: #8a8a8a;
     line-height: .8;
     margin-bottom: 14px;
}
 .downloadpdflink a:hover{
     color: #ff7300;
}
 .downloadpdflink a i{
     margin-right: 8px;
}
/**================ services Content ================== **/
 .singleServices{
     border: 1px solid #dfdfdf;
     margin-bottom: 30px;
}
 .servicesImg {
     margin-bottom: 8px;
}
 .servicesImg img{
     width: 100%;
     height: auto;
}
 .servicesCont {
     padding: 0 10px;
}
 .servicesCont p{
     color: #848484;
}
 .servictitle{
     font-size: 16px;
     line-height: 30px;
     text-transform: uppercase;
}
 .servicRead{
     font-style: italic;
     line-height: .8;
     position: relative;
     display: inline-block;
     padding-bottom: 15px;
}
 .servicRead:hover:after{
     width: 100px;
}
 .servicRead::before {
     background: #ff7300 none repeat scroll 0 0;
     bottom: 0;
     content: "";
     height: 2px;
     left: -6px;
     position: absolute;
     width: 100px;
}
 .servicRead::after{
     background: #000;
     bottom: 0;
     content: "";
     height: 2px;
     left: -6px;
     position: absolute;
     width: 0;
     -webkit-transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
     transition: all 500ms ease;
}
 .servicRead i{
     margin-left: 15px;
}
/*======================================================================= // Services Details =========================================================================*/
 .servicesDetails {
     padding-bottom: 50px;
     padding-top: 90px;
}
 .servicesDetailsCont{
     margin-top: -10px;
}
 .servicesDetailsCont p{
     color: #8a8a8a;
     margin-bottom: 30px;
}
 .servicesdetaImg{
}
 .serdetaImg{
     margin-bottom: 30px;
}
 .serdetaImg img{
     width: 100%;
     height: auto;
}
/*======================================================================= // Blog =========================================================================*/
 .blogSection{
     padding: 90px 0;
}
#blog_Sec{
padding-bottom:20px;
}
 .singleBlog{
     margin-bottom: 60px;
}
 .sblogImg{
     margin-bottom: 28px;
}
 .sblogImg img{
     width: 100%;
     height: auto;
}
 .blogTitle{
     line-height: 26px;
     font-size: 20px;
     margin-bottom: 13px;
}
 .blogMeta, .blogMeta a{
     line-height: .8;
     color: #afafaf;
     font-style: italic;
}
 .blogMeta a:hover{
     color: #ff7300;
}
 .blogMeta {
     margin-bottom: 17px;
}
 .blogMeta span {
     margin: 0 0 0 4px;
}
 .sblogDec {
     margin-bottom: 30px;
}
 .blogReadmore{
     background-color: #F0802F;
     color: #fff;
     font-size: 15px;
     font-weight: 700;
     height: 41px;
     line-height: 0.7;
     padding: 11px 59px;
     text-align: center;
     border:1px solid transparent;
     margin-top: 30px;
}
 .blogReadmore:hover{
     color: #fff;
     background: #121010;
}
 .search{
     position: relative;
}
 .search input{
     width: 100%;
     background: #eeeeee;
     border: none;
     height: 50px;
     font-size: 14px;
     color: #797979;
     padding: 0 20px ;
     font-style: italic;
}
 .search button{
     position: absolute;
     right: 0;
     top: 0;
     background: #ff7300;
     font-size: 14px;
     color: #fff;
     height: 50px;
     width: 57px;
     -webkit-transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
     transition: all 500ms ease;
}
 .search button:hover{
     color: #333;
}
 .widget{
     margin-bottom: 60px;
}
 .widgetTitle{
     font-size: 20px;
     margin-bottom: 45px;
}
 .widgetList{
}
 .widgetList li {
     border-bottom: 1px solid #eeeeee;
     line-height: 0.8;
     margin: 18.5px 0 0;
     padding-bottom: 18.5px;
     padding-left: 13px;
     position: relative;
}
 .widgetList li:after{
     content: '\f0da';
     color: #ff7300;
     font-family: FontAwesome;
     left: 0;
     top: 0;
     position: absolute;
}
 .widgetList li a{
     font-size: 14px;
     color: #393939;
}
 .widgetList li a:hover{
     padding-left: 5px;
     color: #ff7300;
}
 .singleRecPost{
     position: relative;
     padding-left: 100px;
     min-height: 112px;
     padding-top: 8px;
}
 .singleRecPost img{
     position: absolute;
     left: 0;
     top: 0;
     width: 83px;
     height: 83px;
}
 .recPostTitle{
     font-size: 16px;
     color: #000000;
     line-height: 26px;
     margin-bottom: 9px;
}
 .singleRecPost:last-child {
     min-height: 83px;
}
/*======================================================================= // Blog Details =========================================================================*/
 .singleBlogDetails{
     margin-bottom: 31px;
}
 .blogDetailsDec{
}
 .blogDetailsDec p{
     color: #848484;
     margin-bottom: 31px;
}
 .blogDetailsDec blockquote{
     border: none;
     padding: 0;
     margin: 0 0 30px;
}
 .blogDetailsDec blockquote p{
     font-size: 16px;
     color: #393939;
     font-weight: 700;
}
 .socialShare{
     border-top: 1px solid #eeeeee;
     border-bottom: 1px solid #eeeeee;
     padding: 16px 12px;
     margin-bottom: 30px;
}
 .socialShare p{
     color: #a5a5a5;
     font-weight: 600;
}
 .socialShare p, .shareSocial{
     display: inline-block;
     margin: 0;
}
 .shareSocial span{
     color: #303030;
     font-weight: 600;
     margin-right: 3px;
}
 .shareSocial{
     float: right;
}
 .shareSocial a{
     color: #a5a5a5;
     font-size: 12px;
     margin-right: 10px;
     display: inline-block;
}
 .shareSocial a:last-child{
     margin-right: 0;
}
 .shareSocial a:hover{
     color: #ff7300;
}
 .fullwidthAuthor{
     background: #f6f6f6;
     margin-bottom: 60px;
}
 .fwaIn{
     position: relative;
     padding-left: 185px;
     min-height: 168px;
     padding-top: 32px;
}
 .fwaIn img{
     position: absolute;
     left: 0;
     top: 0;
     width: 170px;
     height: 168px;
}
 .fwaIn h2{
     font-size: 18px;
     line-height: .8;
     color: #000;
     font-weight: 600;
     margin-bottom: 13px;
}
 .fwaIn p{
     line-height: 24px;
     color: #848484;
}
 .fwaSocial{
     line-height:1.9;
}
 .fwaSocial a{
     font-size: 12px;
     color: #c7c7c7;
     display: inline-block;
     margin-left: 10px;
}
 .fwaSocial a:hover{
     color: #ff7300;
}
 .comment {
     margin-bottom: 58px;
}
 .commentTitle{
     font-size: 20px;
     color: #1b2c3e;
     margin-bottom: 30px;
}
 .singleComment {
     min-height: 95px;
     padding-left: 123px;
     padding-top: 4px;
     position: relative;
     border-bottom: 1px solid #eeeeee;
     margin-bottom: 20px;
     padding-bottom: 15px;
}
 .singleComment img{
     width: 100px;
     height: 95px;
     position: absolute;
     left: 0;
     top: 0;
}
 .singComTitle{
     font-size: 18px;
     margin-bottom: 12px;
}
 .comdate{
     font-size: 13px;
     color: #1b2c3e;
     margin-bottom: 7px;
}
 .singleComment p{
     font-size: 14px;
     line-height: 24px;
     color: #979797;
}
 .comreplay {
     line-height: 0.8;
     position: absolute;
     right: 0;
     top: 3px;
     font-size: 13px;
     color: #1b2c3e;
     font-weight: 600;
}
 .commentForm input{
    width: 100%;
     height: 40px;
     border-bottom: 1px solid #F0802F;
     border-top: 0px;
     border-left: 0px;
     border-right: 0px;
     margin-bottom: 15px;
     padding: 15px 0px;
     font-size: 13pt;
     line-height: 24px;
     color: #F0802F;
     background-color: transparent;

}

input::placeholder{
 color: #F0802F;

}

textarea::placeholder{
    color: #F0802F;
}
 .commentForm textarea{
     width: 100%;
     /*height: 135px;*/
     resize: none;
     border-bottom: 1px solid #F0802F;
     border-top: 0px;
     border-left: 0px;
     border-right: 0px;
     color:#F0802F;
     background-color: transparent;
     font-size: 13pt;



}

.margin-form{
    margin-left: 0px!important;
    margin-right: 0px!important;
    padding: 10px 40px;
}

 .commentForm button{
     -webkit-transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
     transition: all 500ms ease;
}
}
 .formmargin{
     margin-bottom: 15px;
}
 #contactForm .reqError{
     border-color: #ff7300;
}
/*======================================================================= // Contact Page =========================================================================*/

 #map {
     width:100%;
     height:100%;
          position: relative;
}
 #map iframe{
     width: 100%;
     height: 360px;
     border: none;
}

 .contAddress {
     margin-top: -6px;
}
 .singleContadds{
     position: relative;
     padding-left: 30px;
     margin-bottom: 15px;
}
 .singleContadds i{
     position: absolute;
     left: 0;
     top: 6px;
     font-size: 16px;
     color: #ff7300;
}
 .singleContadds p{
     margin: 0;
     line-height: 24px;
}
 .singleContadds a {
     display: block;
     line-height: 24px;
     margin-bottom: 0;
     color: #858585;
}
 .singleContadds a:hover{
     color: #ff7300;
}
 .singleContadds.phone{
}
 .singleContadds.phone p{
     color: #272727;
}
 .singleContadds.phone p span{
     color: #858585;
}
 .contactSocial{
     padding-left: 33px;
}
 .contactSocial a{
     display: inline-block;
     color: #1b2c3e;
     font-size: 12px;
     margin-right: 12px;
}
  
/*======================================================================= // Error Page =========================================================================*/
 .errorPage {
     padding: 148px 0 133px;
}

 .errorIn h1{
     font-size: 350px;
     color: #333333;
     font-weight: 900;
     margin-bottom: 90px;
}
 .errorIn h2{
     font-size: 24px;
     color: #000;
     margin-bottom: 25px;
}
 .errorIn p{
     font-size: 14px;
     color: #898989;
     line-height: 26px;
}
/*======================================================================= // Project Single =========================================================================*/
 .projectSingleSec{
     padding-top: 90px;
     padding-bottom: 50px;
}
 .singleProCaro {
     margin-bottom: 200px;
}
 .singleProCaro ol.carousel-indicators {
     bottom: -138px;
     display: inline-block;
     left: 0;
     margin: 0;
     padding: 0;
     position: absolute;
     text-align: left;
     width: 100%;
}
 .singleProCaro .carousel-indicators li {
     background-color: rgba(0, 0, 0, 0);
     border: 3px solid transparent;
     border-radius: 0;
     cursor: pointer;
     display: inline-block;
     height: 108px;
     margin: 0 20px 0 0;
     text-indent: inherit;
     width: 169px;
}
 .singleProCaro .carousel-indicators li img{
     width: 100%;
     height: 100%;
}
 .singleProCaro .carousel-indicators li.active{
     border-color: #ff7300;
}
 .singleProCaro .carousel-control {
     background: #a9a7a2 none repeat scroll 0 0;
     bottom: 0;
     color: #000;
     font-size: 20px;
     height: 43px;
     left: 0;
     line-height: 0.8;
     margin: auto;
     opacity: 1;
     padding: 12px 13px;
     position: absolute;
     text-align: center;
     top: 0;
     width: 43px;
     text-shadow: none;
     -webkit-transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
     transition: all 500ms ease;

}
 .singleProCaro .carousel-control:hover i{
     color: #ff7300;
}
 .singleProCaro .carousel-control i{
     color: #fff;
}
 .singleProCaro .carousel-control.right {
     left: auto;
     right: 20px;
}
 .singleProCaro .carousel-control.left{
     left: 20px;
}
 .proDetaTitle{
     font-size: 20px;
     margin-bottom: 26px;
}
 .projectDetais p{
     font-size: 14px;
     line-height: 30px;
     margin-bottom: 33px;
}
 .projectSininTitle{
     font-size: 20px;
     color: #000;
     margin-bottom: 17px;
}
 .projectSingleInfo{
     margin-bottom: 60px;
}
 .projectSingleInfo ul{
}
 .projectSingleInfo ul li{
     line-height: .8;
     border-bottom: 1px solid #eeeeee;
     display: block;
     padding: 19px 0;
}
 .projectSingleInfo ul li span{
     color: #393939;
}
 .projectSininTitle.two{
     margin-bottom: 25px;
}
 .preloader {
     background: #fff none repeat scroll 0 0;
     height: 100%;
     width: 100%;
     position: fixed;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     z-index: 99999;
}
 .preloader img{
     width: 80px;
     height: 80px;
     position: absolute;
     left: 0;
     top: 0;
     bottom: 0;
     right: 0;
     margin: auto;
}
 .showit {
    /*background: #ff7300;*/
    bottom: 20px;
    color: #fff;
    font-size: 20px;
    height: 40px;
    line-height: 0.8;
    padding: 0px 1px;
    position: fixed;
    right: 50px;
    text-align: center;
    width: 40px;
    z-index: 99;
}
 .showit i{
     color: #EC7627;
     font-size: 40px;
}
 .showit:hover{
     background: #333;
}

/********************/
/***CONTACT BUTTON***/
/********************/
#contactButton {
    z-index: 999999;
    position: fixed;
    height: 50px;
    width: 50px;
    margin-bottom: -40px;
  }
  
  #shadow-element {
      /*box-shadow: 2px 2px 6px rgba(0,0,0,0.4);*/
      z-index: 99;
  }
  
  .contact-button {
    width: 50px;
    height: 50px;
    line-height: 60px;
    font-size: 35px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    overflow: hidden;
  }
  
  .contact-button:hover,
  .contact-button:active,
  .contact-button:focus,
  .contact-button:visited {
    color: #fff !important;
  }
  
  .shadow {
      /*box-shadow: 2px 2px 6px rgba(0,0,0,0.4);*/
  }
  
  .shadow:hover {
    box-shadow: 2px 2px 6px rgba(0,0,0,0.7);
  }
  
  .main-button {
    -webkit-transition: transform 0.7s; /* Safari */
    transition: transform 0.7s;
    box-shadow: none !important
  }
  
  .main-button.up {
    transform: rotate(720deg);
  }
  
  .contact-button-out {
    display: none !important
  }
  
  #firstButton{
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 100;
    background-color: #EC7627!important;
    display: none; /*para ocultar btn de what*/
  }
  
  #secondButton {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 98;
    opacity: 0;
    -webkit-transition: bottom 0.7s, opacity 0.4s; /* Safari */
    transition: bottom 0.7s, opacity 0.4s;
  }
  
  #secondButton.up {
    /*bottom: 65px;*/
    opacity: 1;
  }
  
  #thirdButton {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 97;
    opacity: 0;
    -webkit-transition: bottom 0.7s, opacity 0.4s; /* Safari */
    transition: bottom 0.7s, opacity 0.4s;
  }
  
  #thirdButton.up {
    bottom: 65px;
    opacity: 1;
  }
  
  #fourthButton {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 96;
    opacity: 0;
    -webkit-transition: bottom 0.7s, opacity 0.4s; /* Safari */
    transition: bottom 0.7s, opacity 0.4s;
  }
  
  #fourthButton.up {
    bottom: 195px;
    opacity: 1;
  }
  
  #fifthButton {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 95;
    opacity: 0;
    -webkit-transition: bottom 0.7s, opacity 0.4s; /* Safari */
    transition: bottom 0.7s, opacity 0.4s;
  }
  
  #fifthButton.up {
    bottom: 260px;
    opacity: 1;
  }
  
  #sixthButton {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 94;
    opacity: 0;
    -webkit-transition: bottom 0.7s, opacity 0.4s; /* Safari */
    transition: bottom 0.7s, opacity 0.4s;
  }
  
  #sixthButton.up {
    bottom: 325px;
    opacity: 1;
  }
  
  #seventhButton {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 93;
    opacity: 0;
    -webkit-transition: bottom 0.7s, opacity 0.4s; /* Safari */
    transition: bottom 0.7s, opacity 0.4s;
  }
  
  #seventhButton.up {
    bottom: 390px;
    opacity: 1;
  }


/*==================HERO===============================*/





/* :: Hero Slides Area CSS */
.hero-slides .single-hero-slide {
  height: 500px;
  position: relative;
  z-index: 1;
  padding: 0 40px 100px;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  overflow: visible;
  cursor: pointer; }
  .hero-slides .single-hero-slide .hero-slides-content {
    position: relative;
    z-index: 1;
    -webkit-transform: translateY(75%);
    transform: translateY(75%);
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    bottom: 135px;
    padding-top: 160px; }
    .hero-slides .single-hero-slide .hero-slides-content .line {
      width: 100px;
      height: 1px;
      background-color: #ffffff;
      margin-bottom: 30px;
      display: block; }
    .hero-slides .single-hero-slide .hero-slides-content h2 {
      color: #ffffff;
      font-weight: 100; }
    .hero-slides .single-hero-slide .hero-slides-content p {
      color: #ffffff;
      margin-bottom: 0;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      margin-top: 140px; }
  .hero-slides .single-hero-slide:hover .hero-slides-content {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  .hero-slides .single-hero-slide:hover p {
    margin-top: 40px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slides .single-hero-slide {
      height: 800px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slides .single-hero-slide {
      height: 700px; } }
  @media only screen and (max-width: 767px) {
    .hero-slides .single-hero-slide {
      height: 486px; } }
.hero-slides .owl-dots {
  position: absolute;
  left: 50px;
  bottom: 50px; }
  .hero-slides .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    border: 1px solid #6a6a67;
    margin: 0 5px;
    border-radius: 50%;
    display: inline-block; }
    .hero-slides .owl-dots .owl-dot.active {
      border: 1px solid #ffffff;
      background-color: #ffffff; }
      .hero-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*background-image: url(../images/counter/FONDO-PRODUCTOS-SERVICIOS.jpg);*/
  /*background-size: auto;*/
  background-color: #ededed;
  /*padding: 0px 10px;*/
 }

 .circuito-cla {
  background-image: url(../images/counter/CIRCUITOCOMOLOHACEMOS.png);
  background-size: contain;
  border-top:2px solid #F19900;
  border-bottom: 2px solid #F19900;
  padding-bottom: 50px;
 }
  .hero-area .backEnd-content .dots {
    position: absolute;
    right: -200px;
    top: 50%;
    z-index: -2;
    opacity: 0.1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .hero-area .hero-thumbnail,
  .hero-area .hero-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .hero-area .hero-thumbnail,
      .hero-area .hero-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%; } }
  .hero-area .hero-content {
    height: 880px;
    padding: 100px 0; }
    .hero-area .hero-content .line {
      width: 100px;
      height: 1px;
      background-color: #ffffff;
      margin-bottom: 30px;
      display: block; }
    .hero-area .hero-content h2 {
      color: #ffffff;
      font-size: 30px;
      margin-bottom: 25px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .hero-area .hero-content h2 {
          font-size: 40px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .hero-area .hero-content h2 {
          font-size: 30px; } }
      @media only screen and (max-width: 767px) {
        .hero-area .hero-content h2 {
          font-size: 30px; } }
    .hero-area .hero-content p {
      color: #ffffff;
      margin-bottom: 30px; }
    .hero-area .hero-content.aboutUs {
      height: 1100px; }
      @media only screen and (max-width: 767px) {
        .hero-area .hero-content.aboutUs {
          height: auto; } }
    @media only screen and (max-width: 767px) {
      .hero-area .hero-content {
        height: auto; } }
 /* .hero-area .hero-thumbnail.aboutUs::before {
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    content: '';
    z-index: 1; }*/
    @media only screen and (max-width: 767px) {
      .hero-area .hero-thumbnail.aboutUs::before {
        display: none; } }
  @media only screen and (max-width: 767px) {
    .hero-area .hero-thumbnail {
      height: 400px; } }






.container::-webkit-scrollbar {
    width: 8px;     /* Tamaño del scroll en vertical */
    height: 8px;    /* Tamaño del scroll en horizontal */
    display: none;  /* Ocultar scroll */
}
/* Ponemos un color de fondo y redondeamos las esquinas del thumb */
.container::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
.container::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* Cambiamos el fondo cuando esté en active */
.container::-webkit-scrollbar-thumb:active {
    background-color: #999999;
}
/* Ponemos un color de fondo y redondeamos las esquinas del track */
.container::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 4px;
}

/* Cambiamos el fondo cuando esté en active o hover */
.container::-webkit-scrollbar-track:hover,
.container::-webkit-scrollbar-track:active {
  background: #d4d4d4;
}
/*.owl-item.active{
    padding-left: 2px!important;
}*/

.separator {
  height:1px;
  width: 60%;
  background: #a44c2a;
  display: block;
  transform-origin: 50%;
  opacity: 1;
  transition: all .15s;
  margin-left: 152px;
  margin-bottom: 10px;
  margin-top: -10px;
}
.separatorMarca {
  height:1px;
  width: 166%;
  background: #a44c2a;
  display: block;
  transform-origin: 50%;
  opacity: 1;
  transition: all .15s;
  margin-left: -250px;
  margin-bottom: 10px;
  margin-top: -10px;
}
.info-footer{
    /*margin-top: 40px;*/
}
img.img-footer{
width: 50%;
/*position: absolute;*/
top: -31px;
/*margin-left: -195px;*/
}
@media (max-width: 767px) and (min-width: 320px){
    img.img-footer, .separatorMarca {
       /*display: none;*/
    }
    img.productAlma{
     margin: 0px!important;    
    }
    img.marcaDeAgua{
        margin-left: -174px!important;
    }
    #nosotros{
        /*display: none;*/
    }
    #main_slider figure{
        /*height: 80.5vh; /*estaba en 55vh*/*/
    }
    figure.slider_image.bannerPrincipal img{
        /*height: 80.5vh; /*estaba en 55vh*/*/
     }
    .themeHeadding {
    /*height: 30px;*/
    /*margin-top: -30px;*/
    }
    .info-footer{
        /*margin-left: -106px;*/
         padding-bottom: 1rem;
    }
    #footer .inside p{
        text-align: center!important;
        /*font-size: 1rem!important;*/

    }
     #contactButton{
        bottom: 50px!important;
        right: 12px!important; /*estaba en 6*/
    }

    #main_slider .owl-controls .owl-nav {
            top: 60%;
        }


        .themeHeadding h2{
            margin-top: 26px;
            line-height: 20px;
        }

        .top-clientes{
            margin-top: 0px;
            /*height: 419px;*/
        }

        .top-testimonios{
            margin-top: 24px;
        }

        .titulo-testimonios{
            margin-top: -30px;
        }

        .margin-testimonio{
            margin-bottom: 15px;
        }
        #carrusel{
            width: 323px;
        }

        .carrusel>div{
            width: 316px;
        }

        .owl-carousel .owl-stage-outer {
           /*padding-top: 46px!important; */
        }

        .container-fluid{
            border-bottom: 0;
        }

        #carrusel .right-arrow{
            top: 50%;
            right: 32px;

        }

        #carrusel .left-arrow{
            top: 50%;
        }

        .flechas-carrusel{
            height: 23px;
        }

        .top-servicios{
            margin-top: -28px!important;
        }

        .separator {
            margin-left: 177px;
            display: none;
        }

        .separatorMarca{
            width: auto;
            display: none;
        }

        .padding-datos-C{
            padding: 0px 0px 10px 16px!important;
        }

        .datos-contacto{
            padding: 40px 21px!important;
        }

        .margin-form {
            margin-left: 10px!important;
            margin-right: 20px!important;
            padding: 0px 0px;
        }

        .commentForm input {
        }

        .row-contactanos{
            margin-top:-30px!important;
        }

        .class-invertir{
            display: flex;
            flex-flow: row wrap-reverse
        }

        img.img-footer {
            width: 50%;
            top:64px;
        }

        #testimonios {
            /*padding-bottom: 35px!important;*/
            /*background-size: cover!important;*/
        }

        .carousel-nosotros{
            padding-top: 53px!important;
        }

        .themeHeadding h2{
           /* margin-top: 70px!important;*/
        }

        .width-1{
            width: 9.15%;
        }

        .testimonios-pc{
            display: none;
        }

        .top-testimonios {
            margin-top: -6px!important;
        }

        .recuadro-clientes{
            display: none;
        }

        .principal-pc{
            display: none;
        }

        .nosotros-pc{
            display: none;
        }

        .servicios-pc{
            display: none;
        }

        .text{
            top: 45%;
            left: 47%;
            font-size: 16px;
        }

        .tamano-modal-testimonio{
            width: 95.5%!important;
        }
    }

       img.productAlma{
        width: 70%;  
        display: inline-block;
        margin-top: 0px;
        margin: 25px; 
        margin-left: 10px;
       }
       img.marcaDeAgua{
        width: 100%;
        position: absolute; 
        margin-left: -256px;
       }
       .activo, .active {
    /*text-decoration: underline;*/
   color: #e76e03!important;
}
ul {
    list-style-type: none;
}
a {
    text-decoration: none!important;
    
}
.bg-primary{
    transition: all 1s ease;
}

#testimonios{
    padding-bottom: 75px;
    background-image: url(../images/testimonios/FondoTestimonios.png);
    background-size: contain; 
    background-position: bottom;
    /*height: 700px;*/
    background-repeat: no-repeat;
    background-color: #ededed;
}


.top-servicios{
    /*margin-bottom: 16px;*/
    /*padding: 30px;*/
}

.carousel-nosotros{
    padding-top: 78px;
}

.top-testimonios{
   /* margin-top: 50px;*/
}

/*Este css es de diseño Amanda Ospina*/
 #carrusel {
    float:left;
    width:1079px;
    overflow:hidden;
    height:449px;
    position:relative;
    margin-top:20px;
    margin-bottom:20px;
  }
 
  #carrusel .left-arrow {
        position:absolute;
        left:10px;
        z-index:1;
        top:50%;
        margin-top:-9px;
    }
     
    #carrusel .right-arrow {
        position:absolute;
        right:10px;
        z-index:1;
        top:50%;
        margin-top:-9px;
    }
     
    .carrusel {
        width:4000px;
        left:0px;
        position:absolute;
        z-index:0;
    }
     
    .carrusel>div {
        float: left;
        height: 449px;
        margin-right: 5px;
        width: 265px;
        text-align:center;
    }
     
    .carrusel img {
        cursor:pointer;
    }
     
    .product {
        /*border:#CCCCCC 1px solid;*/
    }


    .contenedor-slider {
      position: relative;
      /*width: 50%;*/
    }

    .image {
      display: block;
      width: 100%;
      height: auto;
    }

    .overlay {
      position: absolute;
      bottom: 100%;
      left: 0;
      right: 0;
      /*background-color: rgba(28, 28, 28, .6);*/
      overflow: hidden;
      /*width: 93.6%;*/
      width: 87%;
      height:0;
      transition: .5s ease;
      margin-left: 20px;
    }

    .contenedor-slider:hover .overlay {
      bottom: 0;
      height: 100%;
    }

    .text {
      color: white;
      font-size: 16px;/*ESTABA EN 18*/
      position: absolute;
      top: 35%;
      left: 51%;
      right: -35%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: justify;
      font-weight: 300;
    }

    .img2 img:hover {
      /*filter: opacity(.5);*/
      transition:all .5s ease-in-out;
      box-shadow: 0px 0px 5px 1px #3E373B;/*  AEB6BF*/
      cursor: pointer;
    }


    .img-nosotros-rc{
        width: 100%;
        height: 248px;
    }

    .moviendo-rompecabezas {
      animation-duration: 8s;
      animation-name: slidein;
      animation-iteration-count: infinite;
    }

    @keyframes slidein {
      from {
        margin-left: 15%;
        width: 100%
      }

      to {
        margin-left: 0%;
        width: 100%;
      }
    }


    .moviendo-rompecabezas2 {
      animation-duration: 8s;
      animation-name: slideon;
      animation-iteration-count: infinite;
    }

    @keyframes slideon {
      from {
        margin-left: -15%;
        width: 100%
      }

      to {
        margin-left: 0%;
        width: 100%;
      }
    }

.rectangulo-clientes{
    background: #CFCBCC;
    /*border: 11px solid rgba(235, 117, 4 ,.6);*/
    margin: 4px 2px;
    border-radius: 19pt;
    padding: 13px 0px;
}


.tam-clientes-pc{
    /*width: 96%;*/
    /*height: 105px;*/
    filter: alpha(opacity=50),
}

.tam-clientes-pc:hover{
        filter: alpha(opacity=100),

}

.texto-testimonios{
    position: absolute;
    top:40%;
    left: 15%;
    right: 15%;
    font-size: 100%;
    color:black;
    text-align: center;
}

.texto-testimonios-ALMA{
    position: absolute;
    top:38%;
    left: 13%;
    right: 13%;
    font-size: 100%;
    color:black;
    text-align: center;
}

.texto-testimonios-wanitta{
    position: absolute;
    top:40%;
    left: 13%;
    right: 13%;
    font-size: 100%;
    color:black;
    text-align: center;
}


.texto-testimonios-pc{
    position: absolute;
    top:39%;
    left: 15%;
    right: 15%;
    font-size: 68%;
    color:black;
    text-align: center;
}

.texto-testimonios-pc-ALMA{
    position: absolute;
    top:38%;
    left: 13%;
    right: 13%;
    font-size: 68%;
    color:black;
    text-align: center;
}

.tamano-modal-testimonio{
    width: 60%;
}

#clientes{
    /*background-image: url(../images/fondo-marcas9-1.png);
    background-repeat: no-repeat;
    background-size: cover;*/
    background-color: #ededed; /*#373737*/
  
}

#contacto{
    /*background-image: url(../images/counter/FONDO-CONTACTANOS.png);
    background-repeat: no-repeat;
    background-size: cover;*/
    background-color: #121010;

}

.class-como-hacemos1{
    background-image: url(../images/counter/QUIENES-SOMOS-1-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 254px;

}

.text-como-hacemos1{
    padding: 150px 40px 20px 20px;
    text-align: justify;
    font-size: 17px;
    color:#FFF;
}


.text-como-hacemos3{
    padding: 200px 40px 20px 20px;
    text-align: right;
    font-size: 17px;
    color:#FFF;
}

.class-como-hacemos2{
    background-image: url(../images/counter/QUIENES-SOMOS-3-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 254px;

}


.class-como-hacemos3{
    background-image: url(../images/counter/QUIENES-SOMOS-4-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 282px;

}

.class-como-hacemos4{
    background-image: url(../images/counter/QUIENES-SOMOS-2-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 282px;

}

.class-img-fondo-hacemos1{
    /*background-image: url(../images/counter/FONDO-COMO-HACEMOS2.jpg);*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    background-color: #CFCBCC;
    height: 490px;

}

.class-img-fondo-hacemos2{
    background-image: url(../images/counter/COMO-HACEMOS.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 490px;

}

.class-img-fondo-productos1{
    background-image: url(../images/counter/SERVICIO-DESARROLLO-MEDIDA.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #CFCBCC;
    height: 246px;
}


.contenedor-uno .class-img-fondo-productos1{
    -webkit-transition:all .9s ease; /* Safari y Chrome */
    -moz-transition:all .9s ease; /* Firefox */
    -o-transition:all .9s ease; /* IE 9 */
    -ms-transition:all .9s ease; /* Opera */
    width:100%;
}

.contenedor-uno:hover .class-img-fondo-productos1{
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
    transform:scale(1.1);
    cursor: pointer;
}

.contenedor-uno .class-img-fondo-productos2{
    -webkit-transition:all .9s ease; /* Safari y Chrome */
    -moz-transition:all .9s ease; /* Firefox */
    -o-transition:all .9s ease; /* IE 9 */
    -ms-transition:all .9s ease; /* Opera */
    width:100%;
}

.contenedor-uno:hover .class-img-fondo-productos2{
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
    transform:scale(1.1);
    cursor: pointer;
}


.contenedor-uno .class-img-fondo-productos3{
    -webkit-transition:all .9s ease; /* Safari y Chrome */
    -moz-transition:all .9s ease; /* Firefox */
    -o-transition:all .9s ease; /* IE 9 */
    -ms-transition:all .9s ease; /* Opera */
    width:100%;
}

.contenedor-uno:hover .class-img-fondo-productos3{
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
    transform:scale(1.1);
    cursor: pointer;
}


.contenedor-uno .class-img-fondo-productos4{
    -webkit-transition:all .9s ease; /* Safari y Chrome */
    -moz-transition:all .9s ease; /* Firefox */
    -o-transition:all .9s ease; /* IE 9 */
    -ms-transition:all .9s ease; /* Opera */
    width:100%;
}

.contenedor-uno:hover .class-img-fondo-productos4{
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
    transform:scale(1.1);
    cursor: pointer;
}

.contenedor-uno {/*Ancho y altura son modificables al requerimiento de cada uno*/
    width:50%;
    height:305px;
    overflow:hidden;
}

.class-img-fondo-productos2{
    background-image: url(../images/counter/SERVICIO-PSA.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #CFCBCC;
    height: 246px;
}


.class-img-fondo-productos3{
    background-image: url(../images/counter/SERVICIO-ALMA.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #CFCBCC;
    height: 246px;
}

.class-img-fondo-productos4{
    background-image: url(../images/counter/SERVICIO-EFICA.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #CFCBCC;
    height: 246px;
}

.contenedor-text1{
    padding: 15px 0px 0px 44px
}

.contenedor-text3{
    padding: 0px 0px 0px 44px;

}

.contenedor-text4{
    padding: 0px 0px 0px 44px;

}

.n-hacemos{
   font-size: 35px;
   color:#EC7627!important;
   font-weight: 600;
}

.n-hacemos2{
    font-size: 35px;
    color:#EC7627!important;
    font-weight: 600;


}

.n-hacemos3{
    font-size: 35px;
    color:#EC7627!important;
    font-weight: 600;
}

.n-hacemos4{
    font-size: 35px;
    color:#EC7627!important;
    font-weight: 600;
}

.title-hacemos{
   font-size: 18px;
   font-weight:bold;
}

.title-hacemos2{
   font-size: 18px;
   font-weight:bold;

}

.btn-conoce-mas{
    background: #ff7300;
    color: #fff;
    font-size: 19px;
    padding:5px 25px;
}

.titulo-productos{
    font-size: 15px!important;
}

.texto-productos{
    font-size: 12px!important;
}

.recuadro-productos{
    height: 305px!important;
}

.class-img-fondo-productos1{
    height: 305px!important;
}
.class-img-fondo-productos2{
    height: 305px!important;
}

.class-img-fondo-productos3{
    height: 305px!important;
}

.class-img-fondo-productos4{
    height: 305px!important;
}

.descarga-brochure-efica{
    background: #2980B9;
    color: #fff;
    font-size: 19px;
    padding:2px 25px;
}

.descarga-brochure-alma{
    background: #ff7300;
    color: #fff;
    font-size: 19px;
    padding:2px 25px;
}

.descarga-brochure-appalma{
    background: #90a724;
    color: #fff;
    font-size: 19px;
    padding:2px 25px;
}

.titulo-contacto{
    text-align: right;
    color: #FFF;
    font-size: 43px;
    font-weight: bold;

}

.text-contacto{
    text-align: right;
    color: #FFF;
    font-size: 35px;
}

.padding-titulo{
 

}

.padding-bnt{
    padding:30px 10px;
}

.img-nosotros{
    width: 100%;
}


.padding-hacemos1{
    padding-left: 45px;
}

.padding-hacemos3{
    padding-right: 45px;
}



.class-como-hacemos2  {
-webkit-transition:all .9s ease; /* Safari y Chrome */
-moz-transition:all .9s ease; /* Firefox */
-o-transition:all .9s ease; /* IE 9 */
-ms-transition:all .9s ease; /* Opera */
}

.class-como-hacemos2:hover {
-webkit-transform:scale(1.02);
-moz-transform:scale(1.02);
-ms-transform:scale(1.02);
-o-transform:scale(1.02);
transform:scale(1.02);
box-shadow: 0px 0px 5px 0px #E5E7E9;/*  AEB6BF*/
border-radius: 5px;
}


.class-como-hacemos3  {
-webkit-transition:all .9s ease; /* Safari y Chrome */
-moz-transition:all .9s ease; /* Firefox */
-o-transition:all .9s ease; /* IE 9 */
-ms-transition:all .9s ease; /* Opera */
}

.class-como-hacemos3:hover {
-webkit-transform:scale(1.02);
-moz-transform:scale(1.02);
-ms-transform:scale(1.02);
-o-transform:scale(1.02);
transform:scale(1.02);
box-shadow: 0px 0px 5px 0px #E5E7E9;/*  AEB6BF*/
border-radius: 5px;
}

.class-como-hacemos1  {
-webkit-transition:all .9s ease; /* Safari y Chrome */
-moz-transition:all .9s ease; /* Firefox */
-o-transition:all .9s ease; /* IE 9 */
-ms-transition:all .9s ease; /* Opera */
}

.class-como-hacemos1:hover {
-webkit-transform:scale(1.04);
-moz-transform:scale(1.04);
-ms-transform:scale(1.04);
-o-transform:scale(1.04);
transform:scale(1.04);
box-shadow: 0px 0px 5px 0px #E5E7E9;/*  AEB6BF*/
border-radius: 5px;
}


.class-como-hacemos4  {
-webkit-transition:all .9s ease; /* Safari y Chrome */
-moz-transition:all .9s ease; /* Firefox */
-o-transition:all .9s ease; /* IE 9 */
-ms-transition:all .9s ease; /* Opera */
}

.class-como-hacemos4:hover {
-webkit-transform:scale(1.04);
-moz-transform:scale(1.04);
-ms-transform:scale(1.04);
-o-transform:scale(1.04);
transform:scale(1.04);
box-shadow: 0px 0px 5px 0px #E5E7E9;/*  AEB6BF*/
border-radius: 5px;

}



.servicios-pc img {
-webkit-transition:all .9s ease; /* Safari y Chrome */
-moz-transition:all .9s ease; /* Firefox */
-o-transition:all .9s ease; /* IE 9 */
-ms-transition:all .9s ease; /* Opera */
width:75%;
}
.servicios-pc:hover img {
-webkit-transform:scale(1.03);
-moz-transform:scale(1.03);
-ms-transform:scale(1.03);
-o-transform:scale(1.03);
transform:scale(1.03);
}

/*.title-hacemos:hover
{
  background:rgba(255,255,255, .2);

}*/


.contenedor-text1:hover
{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}
/*
.n-hacemos:hover
{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}*/

.contenedor-text2:hover
{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}

/*
.n-hacemos2:hover
{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}*/

.contenedor-text3:hover
{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}

/*
.n-hacemos3:hover
{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

*/

.contenedor-text4:hover
{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}

/*
.n-hacemos4:hover
{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

*/

.text-valores-modal {
    top: 29%;
    left: 12%;
    right: 115%;
    width: 80%;
    position: absolute;
}

.titulo-valores-modal {
    text-align: justify;
    font-size: 16px;
    color:#FFF;
}

.titulo-valores-modal2 {
    text-align: justify;
    font-size: 15.4px;
    color:#000;
}

.subtex-hacemos{
    font-size: 13px;
}

/* The Transformation */
.class-img-fondo-hacemos2:hover {
  /*opacity: .5;*/
}


.class-img-fondo-hacemos1:hover {
 /* opacity: .8;*/
}

.sr-only{
    position: relative!important;
    top: 100%;
}

.fa-chevron-circle-right:hover{
    color:#833C02!important;
}  

.fa-chevron-circle-left:hover{
    color:#833C02!important;
}    


.modal-serv{
    padding:0px!important;
}


.modal-serv-border{
    box-shadow:none!important;
    background-color: transparent!important;
    border: none!important;
}

.texto-productos{
    color: #FFF;
    font-size: 8pt;
    font-weight: normal;
    margin-bottom: 13px;
}

.titulo-productos{
    color: #FFF;
    font-size: 10pt;
    font-weight: 600;
    /*padding-right: 125px;*/
    margin-bottom: 0px;
}

.conoce-mas {
    background: #EC7627;
    color: #FFF;
    font-size: 13px;
    height: 25px;
    line-height: 0.5;
    padding: 1px 30px;
    text-align: center;
    border-radius: 2.5px;
    font-weight: 800;
}    

.recuadro-testimonios1{
    background-image: url(../images/testimonios/testimonios1.png);
    height: 450px;
    text-align: left;
    background-size: contain;
    background-repeat: no-repeat;
    color: #fff;
    margin-left: 0px!important;
    margin-right: 0px!important;

   
}

.recuadro-testimonios2{
    background-image: url(../images/testimonios/testimonios2.png);
    height: 450px;
    text-align: left;
    background-size: contain;
    background-repeat: no-repeat;
    color: #FFF;
    margin-left: 0px!important;
    margin-right: 0px!important;


   
}


.recuadro-testimonios3{
    background-image: url(../images/testimonios/testimonios3.png);
    height: 450px;
    text-align: left;
    background-size: contain;
    background-repeat: no-repeat;
    color: #FFF;
    margin-left: 0px!important;
    margin-right: 0px!important;

   
}

.recuadro-naranja-testimonio{
    background: #864a22;
    color:#FFF;
    margin-top: 25px;
    padding: 10px 26px;
    border-radius: 5px;
    height: 215px;
}

.datos-contacto{
    background-color: #665C62;
    height: 300px;
    border-radius: 10px 0px 0px 10px;
    color: #FFF;
    text-align: right;
    padding:40px 50px;
    font-size: 20px;
}

.padding-datos-C{
    padding: 60px 0px 40px 40px;
}

.row-contactanos{
    margin-left: 0px!important; margin-right: 0px!important; margin-top: 0px;
}

.alineacion-como-h{
    padding: 0px 40px;
}

.arriba-como-h{
    border-right:1px solid #3E373B;
     padding: 20px 65px;
     height: 232px;
}

.arriba-como-h2{
    padding: 20px 79px 30px 65px;
    height: 232px;
}

.arriba-como-h3{
    border-right:1px solid #3E373B;
    padding:20px 65px 45px 65px;
    height: 256px;
}

.arriba-como-h4{
    padding: 20px 65px 45px 72px;
    height: 256px;
}

.border-como-hacemos{
     border-bottom: 1px solid #3E373B;
}

.logo-red-s{
    width: 5%;
    padding-bottom: 5px;
}

.logo-red-s2{
    width: 4%;
    /*padding-bottom: 5px;*/
}

.logo-red-s3{
    width: 4%;
    /*padding-bottom: 5px;*/
}

.recuadro-productos{
    background: rgba(0, 0, 0, 0.7); height: 246px;
}

.fadeRight {
    opacity: 0;
    transform: translate(0, 10vh);
    transition: all 1s;
}


.visible {
  opacity: 1;
  transform: translate(0, 0);
}

.estilo-hr{
    margin-top: 0px;
    width: 11%;
    border-top: 6px solid #EC7627;
}

.estilo-hr2{
    margin-top: 0px;
    width: 30%;
    border-top: 6px solid #EC7627;
}




/*diseño para filtro de clientes que no se uso */
.hide {
    max-height: 0 !important;
}

.dropdown{
    background: #EC7627;
    color: #FFF;
    font-size: 13px;
    padding: 2px 0px;
    text-align: center;
    border-radius: 2.5px;
    font-weight: 800;
    margin-bottom: 1em;
}

.dropdown .title{
    margin: .3em .3em .3em .3em;    
    width: 100%;
}

.dropdown .title .fa-angle-right{
    float: right;
    margin-right: .7em;
    transition: transform .3s;
}

.dropdown .menu{
    transition: max-height .5s ease-out;
    max-height: 20em;
    overflow: hidden;
}

.dropdown .menu .option{
    margin: .5em 0em .5em 0em;
    margin-top: 0.3em;
    padding: 2px 0px;

}

.dropdown .menu .option:hover{
    background: rgba(0,0,0,0.2);
}

.pointerCursor:hover{
    cursor: pointer;
}

.rotate-90{
    transform: rotate(90deg);
}

/*diseño que se uso para  filtro de clientes y aliados*/   
    
#header {
    margin:auto;
    position: relative;
    z-index: 1000;
}

ul, ol {
    list-style:none;
}

.nav {
   
    margin:0 auto; /*Centramos automaticamente*/
}

.nav > li {
    float:left;
    width: 160px;
    text-align: left;
}

.nav li a {
    /*background-color:#EC7627;*/
    color:#fff;
    text-decoration:none;
    padding:6px 12px!important;
    display:block;
    font-weight: 500;
    font-size: 13pt;
}

.nav li a:hover {
   /* background-color:#665C62!important;*/
}

.nav li ul {
    display:none;
    position:absolute;
    width:160px;
}

.nav li:hover > ul {
    display:block;
}

.nav li ul li {
    position:relative;
}

.nav li ul li ul {
    right:-140px;
    top:0px;
}

.title-hacemos:hover{
    text-shadow: 1px 1px 3px #665C62;
}

.title-hacemos2:hover{
    text-shadow: 1px 1px 3px #665C62;   
}

.title-hacemos3:hover{
    text-shadow: 1px 1px 3px #665C62;
}

.title-hacemos4:hover{
    text-shadow: 1px 1px 3px #665C62;
}



/*NUEVO DISEÑO SIZE 2024*/
.class-consultoria{
    background-image: url(../images/comoHacemos/consultoria.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;   
    height: 450px;
}

.class-software{
    background-image: url(../images/comoHacemos/software.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;   
    height: 450px;
}

.class-soporte{
    background-image: url(../images/comoHacemos/soporte.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;   
    height: 450px;
}

.class-estrategia{
    background-image: url(../images/comoHacemos/estrategia.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;   
    height: 450px;
}

.text-consultoria{
    position: absolute;
    top: 60%;left: 50%;
    transform: translate(-50%, -50%);
    text-align: justify;
}


.owl-theme .owl-nav {
    display: none;
}

.bottom-left {
  position: absolute;
  top: 83%;
  left: 59%;
  transform: translate(-50%, -50%);
  color:#FFF;
  text-align: left;
  width: 60%;
}

.containerP {
  position: relative;
  text-align: center;
}

.tituloP1{
    font-size: 20pt;
    font-weight: bold;
}

.contenidoP1{
    font-size: 11.5pt;
}

.contenedor-hacemos{
    padding: 0vh 16vh 0vh 4vh;
    position: absolute;
    top: 54%;
    left: 7%;
    /*transform: translate(0%, -352%);*/
    color:#FFF;
    text-align: left;
    width: 100%;
}

.titulo-hacemos{
    text-align: left;
    font-size: 1vw;
    font-weight: 600;
    height: 5.5vh;
}

.descripcion-hacemos{
    text-align: justify;
    font-weight: 300;
    font-size: .87vw;
}

.padding-logos{
    padding: 20px 60px 20px 60px;
}


.contenedor-productos{
    padding: 0vh 4vh 0vh 2vh;
    position: absolute;
    top: 60%;
    left: 1%;
    /*transform: translate(0%, -352%);*/
    color:#FFF;
    text-align: justify;
    width: 100%;
    line-height:1;
}

.contenedor-productos3{
    padding: 0vh 6vh 0vh 2vh;
    position: absolute;
    top: 61%;
    left: 6%;
    /*transform: translate(0%, -352%);*/
    color:#FFF;
    text-align: justify;
    width: 100%;
    line-height: 1;
}


.titulo-productos{
    text-align: left;
    font-size: 1vw;
    font-weight: 600;
    /*height: 5.5vh;*/
    background: linear-gradient(to top, #f5a74c 30%, transparent 52%);
}

.descripcion-productos{
    text-align: justify;
    /*font-weight: 300;*/
    font-size: 3vw;
}

.btn-ver-pro {
    background: #f5a74c;
    color: #FFF;
    font-weight: bold;
    font-size: 3vw;
    padding: 3px 10px;
    margin-top: .5rem;
}


.logo-productos{
    text-align: right;
}

.contenedor-productos2{
    padding: 0vh 7vh 0vh 2vh;
    position: absolute;
    top: 7%;
    left: 65%;
    text-align: left;
    width: 100%;
}


.complemento{
    padding: 40px 20px;
    color: #FFF;
    background-image: url(../images/Barra-satisfaccion.jpg);
    background-repeat: no-repeat;
    background-position:center;
    background-size: contain;
}

.numero{
    font-size: 3rem;
    font-weight: 900;
}

.texto{
    font-size: 1.8rem;
}

.fond-confiar{
    background-image: url(../images/confiar/fondoConfiar2.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;   
    height: 60vh;
}

 .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
    color:#F0802F!important;
 }

 .nav-justified{
    width: 70%!important;
 }

 .nav-pills > li > a:hover, .nav-pills > li > a:focus{
    background-color: transparent!important;
    color:#F0802F!important;
 }

.recuadro-tecnologias{
    background: #707070;
    border-radius: 60px;
    padding: 30px 0px;
}

.texto-testimonio-size{
    font-size: 1.4w;
    text-align: center;
    color:#707070;
}

.texto-contactanos-size{
    font-size: 15pt;
    text-align: center;
    color:#FFF;
    font-weight: 500;
}

.contenedor-testimonios{
    position: relative;
    cursor: pointer;
}

.alineacion-left1 {
    padding: 0vh 8vh 0vh 7vh;
    position: absolute;
    top: 42%;
    left: 0%;
    /*transform: translate(-50%, -114%);*/
    color: #707070;
    text-align: left;
    width: 100%;
    font-size: 1vw;
}

.alineacion-left2 {
    padding: 0vh 8vh 0vh 7vh;
    position: absolute;
    top: 42%;
    /*transform: translate(-50%, -128%);*/
    color: #707070;
    text-align: left;
    width: 100%;
    font-size: 1vw;
}

.alineacion-left3 {
    padding: 0vh 8vh 0vh 7vh;
    position: absolute;
    top: 42%;
    /*transform: translate(-50%, -128%);*/
    color: #707070;
    text-align: left;
    width: 100%;
    font-size: 1vw;
}


.your-class-padding{
    padding: 0px 60px;
}

.logos-productos{
    width: 55%;
}


.logos-productos2{
    width: 55%;
}

.carrusel-moda-padding{
    padding: 0px 50px;
}

.padding-ch{
    padding: 0px 0px;
}

.medidores-class{
    width: 20%;
    display: inline-block!important;
}

.padding-carrusel-testimonios{
    padding: 0px 40px;
}

.width-tecnologias{
    width: 110%;
}

.padding-carrusel-tecnologias{
    padding:0px 40px;
}

.slick-prev:before, .slick-next:before{
    color: #F0802F!important;
}

.nuevo-filtro{
    filter: invert(50%) brightness(200%);

}

.nuevo-filtro:hover{
    filter: invert(0%);
}

.height-testimonios{
    font-weight: normal;
    height: 19vh;
   text-align: justify;
}

.class-text-direccion{
    font-size: 1.5rem;
}
.commentForm{
    padding: 50px 30px;
}
.heigh-contenedor-marcas{
    /*height: 62rem;*/
}

.class-ubicacion{
    font-size: 13pt;
    margin-top: 30px;
}

/*para darle color a los filtros activos*/
.nav-pills > li.active > a{
    color:#e76e03;
}

li.active > a{
    color:#e76e03!important;   
}

/*fin*/


.separador-titulo{
    border-top: 4px solid #f5a74c;
    margin: 20px 70px 50px 70px;
}

.separador-titulo-testimonios{
    border-top: 4px solid #f5a74c;
    margin: 20px 70px 50px 70px;
}

.separador-header{
    border-top: 1px solid #FFF;
}

.background-servicios{
    background-image: url(../images/productos/FondoProductos2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    position: relative;
    height: 123vh;
    margin-bottom: 5vh!important;
}

.titulo-servicio{
    font-size: 1.5vw;
    color: #FFF;
    font-weight: bold;
    background: linear-gradient(to top, #f5a74c 30%, transparent 52%);
    line-height: .9;
}

.descripcion-servicio{
    font-size: 1.1vw;
    color: #FFF;
}

.contenedor-servicios{
    position: absolute;
    top: 39vh;
    padding: 0px 20px;
}

.contenedor-servicios2{
    position: absolute;
    top: 90vh;
    padding: 0px 20px;
}

.contenedor-img-serv{
    position: relative;
    top: 57vh;
}

.btn-ver{
    background: #f5a74c;
    color: #FFF;
    font-weight: bold;
    font-size: 1.2vw;
}

.separador-confiar{
     border-top: 2px solid #707070;
     margin: 102px 0px;
}

.titulo-confiar{
    color: #f5a74c;
    font-weight: bold;
    font-size: 1.5vw;
    text-align: center;
}

.desc-confiar{
    color: #707070;
    font-size: 1vw;
    text-align: left;
    padding: 0vh 12vh;
}

.padding-clientes{
    margin: 0px 3px;
}

.icon-redes{
    padding-top: 1rem;
}


.row-iconos-confiar{
    margin-right: 0px;
    padding-top: 3vh;
}


.icono1{
    width: 65%;
}

.icono2{
    width: 60%;
}