@import url(font-awesome.css);
@import url(flexslider.css);
@import url(colorbox.css);

@font-face {
  font-family: 'Lato', sans-serif;
  src: url('font/BebasNeue-webfont.eot');
  src: url('font/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
    url('font/BebasNeue-webfont.woff') format('woff'),
    url('font/BebasNeue-webfont.ttf') format('truetype'),
    url('font/BebasNeue-webfont.svg#BebasNeue') format('svg');
  font-weight: normal;
  font-style: normal;
}


/* Arreglo del desbordamiento */

.title_contacto {
  margin-bottom: 0px;
}




.mTop {
  position: relative;
  height: 145px;
}

.topHead {
  background: #ecf0f1;
}

.topContact {
  text-align: center;
  margin: 0 auto;
}

.form-search .input-append {
  float: right;
}

.form-search {
  float: right;
  margin: 0;
}

.topContact li {
  display: inline-block;
  font-size: 13px;
  line-height: 41px;
  padding: 0 5px;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
}

.topContact span {
  padding: 2px 10px;
  position: relative;
}

.addresTop:hover,
.mailTop:hover,
.phoneTop:hover {
  background: #fff;
  color: #232323;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;

}

/* LOGO LATI */
.navbar1_logo img {
  width: 220px;
  margin-top: 15px;
  height: 65px;
}

.sticky-wrapper.is-sticky {
  background: none repeat scroll 0 0 #FFFFFF;

}

.headContent {
  background: none repeat scroll 0 0;
  /*border-bottom: 1px solid #ecf0f1;*/
  max-height: 100px;
  position: relative;
  z-index: 9999;
  display: inline-block;
  width: 100%;
  visibility: hidden;
}

/* FLEXSLIDER 1 */



/* -------------------------------------------------------------------------------- /
  [10.1] LAVALAMP PLUGIN
/ -------------------------------------------------------------------------------- 
li.backLava{
  position: absolute;
  z-index: 0;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 6px;
  border-bottom: 3px solid #1abc9c; }

  li.backLava:before {
    content: "";
    position: absolute;
    top: 90%;
    left: 50%;
    margin-left: -5px;
    border-color: transparent;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #1abc9c;
    border-width: 5px;
    border-style: solid; }

/* ==========================================================================
   Menu
============================================================================= */
#navigator {
  background: none
}

.menu {
  float: right;
  height: auto;
  position: relative;
}

/* NAVBAR */
.navbar1 {
  background-color: transparent;
  position: fixed;
  z-index: 10;
  width: 100%;
  margin-top: -169px;
  padding: 0px 0;
  transition: all 0.3s ease;
}

.navbar1_content {
  max-width: 1250px;
  margin: auto;
  padding: 0px 30px;
}

.navbar1 .navbar1_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;

}

.navbar1 .navbar1_menu {
  display: inline-flex;
}

.navbar1_menu li {
  list-style: none;
  margin-top: 6px
}

.navbar1_menu li a {
  color: black;
  text-decoration: none;
  font-size: 19px;
  margin-left: 25px;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;

}

.navbar1_menu li a:hover {
  color: #007934;
  /*#1abc9c;*/
  cursor: pointer;
}

.navbar1.sticky {
  background-color: #ebebeb !important;
  padding: 10px 1px 20px 0px;
}

/* ICON NAVBAR*/
.icon1 {
  color: black;
  font-size: 26px;
  cursor: pointer;
  display: none;
}

.icon1.cancel_btn {
  position: absolute;
  right: 30px;
  top: 20px
}

nav select {
  display: none;
}

nav {
  line-height: 1;
  position: relative;
  z-index: 9;
  margin: 0 auto;
  list-style-type: none;
}

.navMenu {
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.navMenu>li {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
}

.navMenu li {
  position: relative;
  margin-right: -2px;
}

.navMenu>li:last-child {
  background: none repeat scroll 0 0 transparent;
  padding-right: 0;
  border-right: 0;
}

.navMenu>li:first-child a {
  background: none repeat scroll 0 0 transparent;
}

.navMenu>li>a {
  /*color: #2c3e50;*/
  color: black;
  text-transform: capitalize;
  float: left;
  font-weight: 500;
  font-size: 18px;
  padding: 27px 15px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease-out;
  font-family: Open Sans;
  line-height: 48px;
}

.navMenu>li>a:hover,
.navMenu>li.sfHover>a {
  color: black;
  text-decoration: none;
}

.navMenu>li.current>a {
  color: black;
}

/*.navMenu > li.current > a, .navMenu > li > a:hover, .navMenu > li.sfHover > a, .navMenu > li.current > a { color: #1abc9c;background: transparent;}*/
.navMenu ul {
  font-size: 12px;
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 2px;
  display: none;
  top: 59px;
  z-index: 999;
  background: #FFF;
}

.navMenu ul li {
  background: none;
}

.navMenu ul ul {
  left: 175px;
  top: 0px;
}

/* .navMenu ul li { width: 170px; border-bottom: 1px solid #e3e3e3;margin-bottom: 1px;
	} */
.navMenu ul li:last-child {
  border-bottom: 0 none;
}

.navMenu ul a {
  color: black;
  display: block;
  margin: 0;
  font-weight: 600;
  padding: 8px 0;
  text-transform: none;
  text-decoration: none;
}

.navMenu ul li {
  margin-bottom: 0;
}

/* .navMenu ul li.sfHover > a { color: #FFF; text-shadow:0 1px 0 #333; background:#29292a; font-weight:600; padding:8px 10px 8px 14px; text-shadow:0 1px 0 rgba(0, 0, 0, 0.3); } */


html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

/*SLIDER*/
/* PRIMER CARROUSEL */
.container-slider11 {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.slider11 {
  /*Alto de imgs*/
  display: flex;
  /* height: 700px; */
  width: 300%;
  /* margin-left: -100%; */
}

.slider__section11 {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  animation: changeimage infinite;
  animation-duration: 6000ms;
}

@keyframes changeimage {
  0% {
    transform: scale(1.3) rotate(0deg);
    filter: blur(8px);
  }

  100% {
    transform: scale(1) rotate(0deg);
    filter: blur(0);
  }

}

.slider__img11 {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.slider__btn11 {
  position: absolute;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.7);
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  font-weight: bold;
  font-family: monospace;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

.slider__btn11:hover {
  background: #fff;
}

.slider__btn11--right {
  right: 10px;
}

.slider__btn11--left {
  left: 10px;
}

/* END PRIMER CARROUSEL */

.fullwidthbanner-container {
  width: 100% !important;
  position: relative;
  padding: 0;
  height: 640px;
  /* 575px para que se vea una parte - 700 completo */
  max-height: 800px !important;
  overflow: hidden;
  z-index: 9;
  margin-top: -145px;
}


/*INTRO*/
.intro {
  display: block;
  padding: 60px 0;
  position: relative;
  text-align: center;
}

/*SEPARATOR*/
.separator {
  padding: 60px 0;
  position: relative;
}


/*Tabs*/
.tab-content {
  background: none repeat scroll 0 0 #FFFFFF;
}

.nav.nav-tabs.nav-append-content {
  margin-top: 30px;
}



/*TESTIMONIALS*/

.testimonialPicture {
  width: 90px;
  margin: 0 auto 30px;
}

.testimonialPicture>img {
  border: 4px solid #FFFFFF;
  border-radius: 100% 100% 100% 100%;
}

.testi p.testio:before,
.testi p.testio:after {
  bottom: 7px;
  color: #FFFFFF;
  content: ",,";
  font-family: open sans;
  font-size: 30px;
  font-weight: 100;
  left: auto;
  letter-spacing: -3px;
  margin-right: 10px;
  position: relative;
}

.testi p.testio:after {
  margin-left: 10px;
}

.testi p {
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  padding: 0 120px;
  line-height: 1.4;
}

.testi p.testio {
  color: #ECF0F1;
  display: block;
  font-family: Open Sans, sans, helvetica;
  font-size: 16px;
  font-style: inherit;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}

.testio>a {
  color: #FFFFFF;
  font-family: open sans, sans-serif;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease-out;
}

.testio>a:hover {
  color: #34495E;
}

.flexslider-manual-controls li a {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.flexslider-manual-controls li a:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.flexslider-manual-controls li a.nexti {
  position: absolute;
  right: 0;
  top: 240px;
}

.flexslider-manual-controls li a.previ {
  position: absolute;
  left: 0;
  top: 240px;
}

.testi-container {
  position: relative;
}

.flexslider-manual-controls>li {
  overflow: hidden;
}




/*SUBSCRIBE*/

.subscribe {
  display: block;
  float: right;
  margin-top: 30px;
  position: relative;
}

.subscribe .control-group .flat {
  height: 30px;
  padding: 6px 30px;
  text-indent: 0;
}

.descSubscribe i {
  color: #16A085;
  font-size: 200px;
  opacity: 0.4;
  position: absolute;
  top: -8%;
  transform: rotate(-15deg);
  z-index: 0;
}

.descSubscribe>p {
  position: relative;
  z-index: 0;
}

.descSubscribe>h5 {
  display: block;
  font-family: bebasneue;
  font-size: 26px;
  font-weight: 500;
  position: relative;
  z-index: 99;
}




/*LIST ARROW*/
ul.list-plus,
ul.list-arrow3 {
  margin: 15px auto;

}

ul.list-plus>li {
  background: url("../img/list_icons/i_plus_grey.png") no-repeat scroll 0 2px transparent;
  padding-left: 20px;
  overflow: hidden;
  line-height: 1.6;
}

ul.list-arrow3>li {
  background: url("../img/list_icons/i_arrow_3_grey.png") no-repeat scroll 0 2px transparent;
  padding-left: 20px;
  overflow: hidden;
  line-height: 1.6;
}



/* ================================================================
                        Twitter List
================================================================== */
.tweet_list {
  list-style: none inside none;
  margin: 0;
  padding: 0;
}

span.tweet_time {
  color: #FFFFFF;
  display: block;
  margin: 25px auto 15px;
  font-size: 14px;
}

span.tweet_time a {
  color: #FFFFFF !important;
  font-family: open sans;

}

span.tweet_time a:hover {
  color: #2c3e50;
}

.tweet_join {
  color: #FFFFFF;
  font-family: open sans;
  font-size: 20px;
  font-weight: bold;
}

span.tweet_text {
  margin-top: 15px;
  font-size: 20px;
  font-family: Open Sans;
  color: #ffffff;
  line-height: 30px;
}

span.tweet_text a {
  color: #eee;
  font-weight: bold;
}

span.tweet_text a:hover {
  text-decoration: underline;
  color: #999;
}

.awesome32 {
  font-size: 32px;
  color: #ffffff;
}

/*Twitter*/
.twiterfont {
  color: #FFFFFF;
  font-size: 45px;
}



/*LOGOS*/
.servicesLogo {
  display: flex;
  overflow: hidden;
}

.servicesLogo {
  position: relative;
  text-align: center;
  height: 100px;
  top: 70px;
  left: 0px;
}

/*
.servicesLogo1 img{
  height: 200px;
  width: 200px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.servicesLogo2{
  position: relative;
  height: 800px;
  top: -635px;
  left: 200px;
}
*/
.foot_logo_micro {
  font-weight: bold;
  color: white;
  font-family: "Lato";
  font-size: 20px;
  letter-spacing: 1px;
  top: 100px;
}

/*
.logo1-estilos{
  height: 200px;
  width: 200px;
  position: relative;
  text-align: center;
}

/* ACC Y */
.accordionY__header {
  padding: 1em;
  background-color: #FFFFFF;
  color: #1f80C2;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  font-family: "Lato", sans-serif;
}

.accordionY__header>* {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  text-align: center;
}

.accordionY__header:hover {
  background-color: #1f80C2;
  color: #FFFFFF !important;
  cursor: pointer;
  transition: 0.7s;
}

.accordionY__header.is-active {
  background-color: #1f80C2;
}

.accordionY__header.is-active p {
  color: #FFFFFF;
  font-size: 17px;
  font-family: "Lato", sans-serif;
  margin: auto;
  font-weight: bolder;
}

.accordionY__header p {
  color: #1f80C2;
  font-size: 17px;
  font-family: "Lato", sans-serif;
  margin: auto;
  font-weight: bolder;
}


.accordionY__header:hover p {
  color: white;
}

.accordionY__header_style {
  color: #1f80C2;
  font-size: 17px;
  font-family: "Lato", sans-serif;
  margin: auto;
  font-weight: bolder;
}

/*
.accordionY__header_style:hover{
  color: #FFFFFF;
}

.accordionY__toggle i{
  color: #1f80C2;
  font-weight: bold;
} */


/* .accordionY__toggle {
	margin-left: 10px;
	height: 3px;
	background-color: #1f80C2;
	width: 13px;
	display: block;
	position: relative;
	flex-shrink: 1;
	border-radius: 5px;
} */

/* FALTA CAMBIAR DE COLOR EL TOGGLE EN EL HOVER A BLANCO*/

/* .accordionY__toggle::before {
	content: "";
	width: 3px;
	height: 13px;
	display: block;
	background-color: #1f80C2;
	position: absolute;
	top: -5px;
	left: 5px;
	border-radius: 5px;
} */

/* .accordionY__header:hover span{
  background-color: #FFFFFF !important;
  color: white !important;
}

.accordionY__header:hover::before span{
  background-color: #FFFFFF !important;
  color: white !important;
} */

/*PARA MODIFICAR A BLANCO */
.is-active .accordionY__toggle {
  /* background-color: #FFF !important; */
  color: #FFF;
}

.is-active .accordionY__toggle::before {
  display: none;
  background-color: #FFFFFF;
}

.accordionY__body {
  display: none;
  padding: 1em;
  border: 1px solid transparent;
  border-top: 0;
  transition: 10s;
  box-shadow: 5px 5px 10px transparent;
  border-radius: 0px 0px 5px 5px;
  text-align: left;
}

.accordionY__body>ul>li {
  color: #FFFFFF;
  font-family: "Lato", sans-serif;
  font-size: 17px;
  font-weight: 525;
  margin-top: 5px;
}

.accordionY__body.is-active {
  display: block;
  transition: 10s;
}


/*ACCORDION BOOTSTRAP

.accordion-estilos-heading{
  background-color: #ffffff;
  font-size: 21px;
  font-family: sans-serif;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.accordion-estilos-heading > a{
  text-align: left;
}

.accordion-estilos-heading:hover{
  transition: 0.7s;
  background-color:#cad1d0;
}


.accordion-estilos-body{
  background-color: #37b0ce;
  color: white;
  font-size: 15px;
  text-align: left;
  font-family: "Lato", sans-serif;
}
*/
/*
.accordion-estilos-heading:after{
  content: '˅';
  font-size: 17px;
  font-family: "Lato";
  color: rgb(70, 183, 218);
  float: right;
  margin-left: 5px;
  right: 10p;
}
.active:after{
  content: '˄';
  font-size: 17px;
  color: rgb(70, 183, 218);
}


.accordion{
  background-color: white;
  color: rgb(22, 105, 212);
  cursor: pointer;
  padding: 10px;
  width: 310px;
  text-align: left;
  border: none;
  outline: none;
  transition: all .5s;
  font-family: "Lato";
  font-size: 16px;
  border-radius: 5px;
  margin-top: -17px;
  border-bottom: rgb(8, 54, 116);
  box-shadow:2px 2px 10px rgba(0, 0, 0, 0.3);
}
.active, .accordion:hover{
  background-color: rgb(231, 238, 238);
  transition: all .5s;
}
.panel{
  padding: 18px;
  background-color: white;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  display: none;
  width: 273px;
  font-family: "Lato";
  font-size: 14px;
  margin-left: 337px;
  margin-top: -18px;
  margin-bottom: 19px;
  border-radius: 5px;
  text-align: left;
}


details{
  background-color: white;
  padding: .5rem;
  border-radius: 2px;
  margin: .5rem;
  cursor: pointer;
  width: 250px;
  text-align: center;
}
details:hover{
  background-color: rgb(224, 236, 238);
}
summary{
  list-style: none;
}
summary:before{
content: '+';
padding-right: 1rem;
}
details[open] summary::before{
  content: '-';
}
*/
/*Title*/
.tile {
  background-color: #fff;
  position: relative;
  text-align: center;
  padding: 10px 10px 30px;
}

/*.tile.tile-hot:before {
  background: url(../images/tile/ribbon.png) 0 0 no-repeat;
  background-size: 82px 82px;
  content: '';
  height: 82px;
  position: absolute;
  right: -4px;
  top: -4px;
  width: 82px;
}*/
.tile p {
  font-size: 14px;
  margin: 15px auto;
}

.tile-image {
  height: 80px;
  margin: auto 0 20px;
  vertical-align: bottom;
}

.tile-image.big-illustration {
  height: 111px;
  margin-top: 20px;
  width: 112px;
}

.tile-title {
  font-size: 20px;
  margin: 0;
}


/*Margin*/
.mrg-30 {
  margin: 30px auto
}

.mrg-60 {
  margin: 60px auto
}

/*Divider*/
.divider {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: -30px auto 38px;
  text-align: center;
}

.divider .icon {
  color: #1abc9c;
}

.divLine {
  margin: 15px 0 0;
  display: block;
  height: 1px;
  width: 50%;
  /* float:left; */
  /* background:#bdc3c7;  */
  /* opacity:0.5; */
}

.divImg {
  float: left;
  font-size: 24px;
  width: 10%;
}



/*COLOR Background*/
.grey {
  /* background:#e5e5e5; */
  background: #ebebeb;
}

.white {
  background-color: #8D9399;
  background-image: url(../images/backg/Particulas.png);
  /*Nuestros servicios */
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.default {
  background: #1abc9c;
}

/*About*/
.about {
  display: block;
  padding: 80px 0px 0px 0px;
  position: relative;
  /* height: 1200px; */
}

.titleHead {
  display: block;
  position: relative;
  text-align: center;
}

.titleHead>h3 {
  font-family: 'Lato';
  font-size: 39px;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1.8;
  text-transform: capitalize;
  color: black;
  padding: 8px 0px 0px 0px;
}

/* NUESTROS SERVICIOS BLANCO - WHITE */
#titleHead2>h3 {
  display: block;
  position: relative;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 39px;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1.8;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-top: 16px;
}

.titleHead>p {
  /* color: #95A5A6; */
  color: rgb(75, 75, 75);
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 30px;
}

.servicesDesc {
  color: #FFFFFF;
  text-align: justify;
  font-weight: semi-bold;
  font-size: 20px;
  /* margin: 20px; */
}

/*______________________________________________________________*/

/*                  FLEX SLIDER CSS                             */
/*______________________________________________________________*/

.flex-container {
  margin-bottom: 30px;
}

.flex-direction-nav li a.flex-next,
.flex-direction-nav li a.flex-prev {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 35px;
  height: 35px;
  text-indent: -9999px;
  display: block;
  position: absolute;
  top: 45%;
}

.flex-direction-nav li .flex-next {
  background: #34495E url("../img/next.png") 14px -19px no-repeat;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.flex-direction-nav li .flex-prev {
  background: #34495E url("../img/prev.png") 10px -19px no-repeat;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.flex-direction-nav li .flex-next:hover {
  background: #34495E url("../img/next.png") 14px 10px no-repeat;
}

.flex-direction-nav li .flex-prev:hover {
  background: #34495E url("../img/prev.png") 10px 10px no-repeat;
}

/*.flex-direction-nav{display: none;}*/

.flex-direction-nav li .flex-next {
  right: -40px;
  display: block;
}

.flex-direction-nav li .flex-prev {
  left: -40px;
  display: block;
}

.flexslider:hover .flex-direction-nav li .flex-next {
  right: 0px;
}

.flexslider:hover .flex-direction-nav li .flex-prev {
  left: 0px;
}

.flex-direction-nav .flex-disabled {
  opacity: .3 !important;
  filter: alpha(opacity=30);
  cursor: default;
}

.flex-control-nav {
  width: auto;
  position: absolute;
  text-align: center;
  display: block;
  z-index: 1;
  right: o;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  right: 0;
}

.flex-control-nav li {
  margin: 0px 0 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  text-indent: -9999px;
}

.flex-control-nav li:first-child {
  margin: 0;
}

.flex-control-nav li a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 30px;
  height: 8px;
  display: block;
  background: #FFF;
  cursor: pointer;
  text-indent: -999em;
}


.flex-caption {
  zoom: 1;
  width: auto;
  height: auto;
  position: absolute;
  left: 30%;
  top: 40%;
  z-index: 111;
  padding: 10px 20px;
}

.flex-caption h3 {
  color: #FFF;
  text-transform: capitalize;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
}


.flex-container.with-margin {
  margin-bottom: 20px;
  float: left;
  width: 100%;
  background: black;
}

.flex-control-nav li a.flex-active,
.flex-caption,
.flex-control-nav li a:hover {
  background: none repeat scroll 0 0 #34495E;
}



.titleContent1 {
  border-bottom: 1px solid
    /*#49bcc5;*/
    #007934;
  line-height: 2.2;
  text-align: left;
  display: block;
  margin-bottom: 15px;
  position: relative;
  /* margin-right: 30px;  Longitud subrayado */
}

.titleContent1 h6 {
  /* border-bottom: 1px solid #ECF0F1; */
  margin-bottom: 11px;
}

.titleContent1 h6 span {
  font-size: smaller;
  font-weight: bold;
  border-bottom: 3px solid #007934;
  padding: 7px 0;

}

.titleContent2 {
  border-bottom: 1px solid #007934;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.titleContent2 h6 {
  /* border-bottom: 1px solid #ECF0F1; */
  margin-bottom: 11px;
}

.titleContent2 h6 span {

  border-bottom: 3px solid #007934;
  padding: 5px 0;
}


/* ==================================================================
  Progress Bar
================================================================== */
.progress {
  background: none repeat scroll 0 0 #F1F1F1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  height: 36px;
  margin-bottom: 15px;
}

.progress .bar {
  background: #1abc9c !important;
  line-height: 30px;
  text-align: left;
  font-weight: bold;
  text-indent: 15px;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  -webkit-transition: width 1s ease;
  -moz-transition: width 1s ease;
  -o-transition: width 1s ease;
  transition: width 1s ease;
}

.progress:hover .bar {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background: #2c3e50 !important;
  color: #fff;
  cursor: pointer;

}

.progress-skill-bar {
  margin-bottom: 20px;
  margin-left: 0;
  margin-top: 15px;
}

.progress-skill-bar li {
  overflow: hidden;
}

.progress-skill-bar .lable {
  background: #2c3e50;
  float: left;
  color: #1abc9c;
  font-size: 12px;
  font-weight: bold;
  border-right: 1px #FFFFFF solid;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 8px;
}

.progress-success .bar,
.progress .bar-success {
  filter: none;
  background: #15b994;
}




.services {
  display: block;
  padding: 60px 0;
  position: relative;
}


.servContent {
  margin-bottom: 20px;
}

.servContent .ico {
  width: 55px;
  text-align: center;
  float: left;
  margin-top: 5px;
}

.servContent:hover .ico {
  background: #fff;
  color: #1abc9c;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.servContent:hover {
  cursor: pointer;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.servContent:hover h4 {
  color: #1abc9c;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.servDetil {
  margin-left: 80px
}

.servDetil h4 {
  font-family: open sans;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.servDetil p {
  line-height: 20px;
  font-size: 13px;
}




/* ================================================================
            Our Team
================================================================== */
.team,
.portfolio,
.blog,
.contact {
  padding: 80px 0px 0px 0px;
  position: relative;
  text-align: center;

}

.aboutPage {
  background: #f2f2f2;
}

.profile {}

.profPeople {
  border-bottom: 1px solid transparent;
  z-index: 99;
  position: relative;
}

.profPeople:hover {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.myTeam .photoTeam {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.myTeam .photoTeam .overlay,
.myTeam .photoTeam .socialTeam {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2
}

.myTeam .photoTeam .overlay {
  /* IE10 Consumer Preview */
  background-image: -ms-radial-gradient(center center, circle farthest-corner, rgba(85, 85, 85, .3) 0%, rgba(81, 81, 81, .1) 50%, rgba(0, 0, 0, .5) 100%);
  /* Mozilla Firefox */
  background-image: -moz-radial-gradient(center center, circle farthest-corner, rgba(85, 85, 85, .3) 0%, rgba(81, 81, 81, .1) 50%, rgba(0, 0, 0, .5) 100%);
  /* Opera */
  background-image: -o-radial-gradient(center center, circle farthest-corner, rgba(85, 85, 85, .3) 0%, rgba(81, 81, 81, .1) 50%, rgba(0, 0, 0, .5) 100%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(radial, center center, 0, center bottom, 477, color-stop(0, rgba(85, 85, 85, .3)), color-stop(0.5, rgba(81, 81, 81, .1)), color-stop(1, rgba(0, 0, 0, .5)));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-radial-gradient(center center, circle farthest-corner, rgba(85, 85, 85, .3) 0%, rgba(81, 81, 81, .1) 50%, rgba(0, 0, 0, .5) 100%);
  /* W3C Markup, IE10 Release Preview */
  background-image: radial-gradient(circle farthest-corner at center center, rgba(85, 85, 85, .3) 0%, rgba(81, 81, 81, .3) 50%, rgba(0, 0, 0, .5) 100%);
  -webkit-transition: opacity 600ms ease-in-out;
  -moz-transition: opacity 600ms ease-in-out;
  transition: opacity 600ms ease-in-out
}

.myTeam .photoTeam .socialTeam {
  text-align: center;
  margin-top: 100%;
  -webkit-transition: 400ms ease-in-out;
  -webkit-transition-property: opacity, top;
  -moz-transition: 400ms ease-in-out;
  -moz-transition-property: opacity, top;
  transition: 400ms ease-in-out;
  transition-property: opacity, top
}

.myTeam .photoTeam .socialTeam,
.myTeam .photoTeam:hover .overlay {
  opacity: 0;
}

.myTeam .photoTeam:hover .socialTeam {
  top: -50%;
  opacity: 1;
}

.myTeam .photoTeam .socialTeam ul {
  text-align: center;
  background-color: rgba(26, 188, 156, .8);
}

.myTeam .photoTeam .socialTeam ul,
.myTeam .photoTeam .socialTeam ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.myTeam .photoTeam .socialTeam ul li {
  display: inline-block;
  zoom: 1;
  display: inline-block
}

.myTeam .photoTeam .socialTeam ul li a {
  color: #fff;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-transition: color .1s ease-in-out;
  -moz-transition: color .1s ease-in-out;
  transition: color .1s ease-in-out;
  line-height: 50px;
  font-size: 18px
}

.myTeam .photoTeam .socialTeam ul li a:hover {
  color: #333;
}

.myTeam .photoTeam .socialTeam ul li a [class*="zocial-"] {
  width: 40px;
  height: 40px;
  line-height: 40px
}

.myTeam .photoTeam img {
  min-width: 100%;
  vertical-align: top
}

.myTeam .photoTeam:hover img {
  -webkit-filter: none;
  -moz-filter: none
}

.myTeam .info {
  padding: 15px 0;
  text-align: center;
  border-bottom: 2px solid transparent;
  line-height: 1.6;
  background: #fff;
}

.mask-loaded .myTeam .span4:nth-child(2n) .info,
.mask-loaded .myTeam .span4:nth-child(2n) .info {
  -webkit-mask-position: center top
}

.mask-loaded .myTeam .span4:nth-child(3n) .info,
.mask-loaded .myTeam .span4:nth-child(3n) .info {
  -webkit-mask-position: right bottom
}

.myTeam .info .name,
.myTeam .info .job {
  display: block
}

.myTeam .info .name {
  text-transform: uppercase;
  font-size: 24px;
  font-family: 'BebasNeue', Arial, Helvetica, sans-serif
}

.myTeam .profPeople:hover .info {
  background: #1abc9c;
  color: #fff;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.myTeam .profPeople:hover .info .job {
  color: #FFFFFF;
}

.info .job {
  color: #95A5A6;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.info>p {
  display: block;
  font-size: medium;
  padding: 10px 10px 0;
  text-align: left;
}




/* ========================================================== */
/*                    Portfolio                         */
/* ========================================================== */

#portfolio {
  width: 100%;
  padding-bottom: 120px;
  position: relative;
  z-index: 9;
}

#filter {
  width: 100%;
  padding: 15px 0 40px 0;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 10;
}

#filter li {
  display: inline-block;
  margin: 0 0 10px 0;
}

#filter li a {
  color: #333;
  border: 1px solid #c1c1c1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 12px;
  font-family: 'open_sansitalic', Arial, Helvetica, sans-serif;
  transition: all .50s ease-in-out;
  -moz-transition: all .50s ease-in-out;
  -webkit-transition: all .50s ease-in-out;
}

#filter li.selected a,
#filter li a:hover {
  color: #fff;
  background-color: #1abc9c;
  border: 1px solid #1abc9c;
  transition: all .50s ease-in-out;
  -moz-transition: all .50s ease-in-out;
  -webkit-transition: all .50s ease-in-out;
}

#list {
  margin-bottom: 30px;
}

.portfolio_list {
  position: relative;
  padding: 0;
}

.list_item {
  margin-bottom: 2%;
  overflow: hidden
}

.portfolio_details {
  display: block;
  clear: both;
  background-color: #ecf0f1;
  border-bottom: 1px solid #e5e5e5;
  padding: 30px;
  text-align: center;
}

.list_item:hover .portfolio_details {
  background-color: #1abc9c;
  transition: background-color .25s ease-in-out;
  -moz-transition: background-color .25s ease-in-out;
  -webkit-transition: background-color .25s ease-in-out;
}

.portfolio_details h2 {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #111 !important;
  margin: 0;
}

.list_item:hover .portfolio_details h2 {
  color: #fff !important;
  transition: color .25s ease-in-out;
  -moz-transition: color .25s ease-in-out;
  -webkit-transition: color .25s ease-in-out;
}

.portfolio_details span {
  font-size: 14px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #333;
}

.list_item:hover .portfolio_details span {
  color: #eee;
  transition: color .25s ease-in-out;
  -moz-transition: color .25s ease-in-out;
  -webkit-transition: color .25s ease-in-out;
}

.view {
  width: 100%;
  padding: 0;
  border: none;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.view .mask,
.view .content {

  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.view img {
  display: block;
  position: relative;
}

.view span.zoom {
  cursor: pointer;
  display: block;
  font-size: 50px;
  height: 100%;
  line-height: 4.5;
  position: absolute;
  text-align: center;
  width: 100%;
}

.view-first img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.view-first .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: 100%;
  width: 100%;
}

.list_item:hover .view-first img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.list_item:hover .view-first .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.list_item:hover .view-first a.zoom {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#easing {
  top: 10%;
  width: 50%;
  z-index: 101;
}







/* ==================================================
   Blog
================================================== */
.service {
  height: 100%;
}

.service-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}

.service-container__ul {
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0px 0 0 0;
}

.service-content {
  /* background: #FFFFFF; */
  padding: 0px;
  padding-top: 0px;
  height: 100%;
}

.service-content>a {
  /* LABORATORIO ANALITICO - HIG Y SEG*/
  color: #FFFFFF;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: bold;
}

.service-container>a:hover {
  color: white;
}

.list-container {
  width: 50%;
  height: 100%;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  margin: 20px;
}

.image-container__class1 {
  height: 247px;
  width: 192px;
}


.image-container__class1 img {
  height: 220px;
  width: auto;
}

.image-container__class1:hover {
  background: url(../img/servicios/Icono_Laboratorio_hover.svg);
  background-size: 195px 255px;
  background-repeat: no-repeat;
}


.image-container1 {
  width: 100%;
  height: 233px;
}

/* IMAGEN 2 ACCORDIONS */
.image-container__class2 {
  height: 230px;
  width: 200px;
}

.image-container2 {
  width: 100%;
  height: auto;
}


.image-container__class2:hover {
  background: url(../img/servicios/Icono_SeguridadHigiene_hover.svg);
  background-size: 199px 235px;
  background-repeat: no-repeat;
}


@media only screen and (max-width: 900px) {
  .service-container__ul {
    flex-direction: column;
    align-items: center;
  }

  .list-container {
    width: 75%;
  }

  .logos_certificaciones {
    width: 100%;
    align-items: center;
  }

}

.list_carousel {
  width: 100%;
  height: auto;
}

.list_carousel ul {
  margin: 0;
  padding: 0;
  height: 100%;
  list-style: none;
  display: block;

}

.list_carousel ul li {
  /* CONTENEDOR LOGO MICRO */
  background-color: lightskyblue;
  /*#37b0ce;*/
  width: 300px;
  height: 490px;
  padding: 0;
  margin: 20px 10px;
  display: inline-block;
  float: left;
  position: relative;
  z-index: 9;
}

.list_carousel ul li:hover {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.list_carousel ul li h5 {
  color: #ffffff;
  font-family: Open Sans;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

/*
  .list_carousel ul li h5:hover{
    color: #1abc9c;
    text-decoration:none;
  }*/
.blogContent a:hover {
  text-decoration: none;
}

.newsDetil span i {
  color: #7F8C8D;
  line-height: 18px;
}

.news_content h2 {
  border-bottom: 1px solid #CFCFCF;
  font-family: bebasneue;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 15px;
}

.newsDetil {
  margin: 10px auto 15px;
  font-family: Open Sans, Times, serif;
  color: #a1a1a1;
}

.newsDetil>span {
  margin-right: 15px;
  color: #ecf0f1;
}

.newsDetil span a {
  color: #7F8C8D;
  font-size: 13px;
  font-weight: 100;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.newsDetil span a:hover {
  color: #1abc9c;

}


.list_carousel.responsive {
  width: auto;
  margin-left: 0;
}


/*.Servicios Pagination */

#news-navigation {
  width: 100%;
  margin: 0 auto 30px;
}

.serviciosContent>p {
  line-height: 1.8;
}

#news-navigation>ul {
  position: relative;
  left: 46%;
}



/* ==================================================
     Post Share Article
  ================================================== */
.shares {
  background: #f7f7f7;
  list-style: none;
  overflow: hidden;
  margin: 0;
}

.shares li {
  float: left;
  display: inline-block;
  border-right: 1px solid #fff;
}

.shares li.shareslabel h3 {
  padding: 12px 20px;
  font-weight: 600;
  text-transform: uppercase;
  background: #eee;
  font-size: 18px;
  margin: 0;
  font-family: open sans;
}

.shares li a {
  display: block;
  width: 45px;
  height: 46px;
  background-repeat: no-repeat;
  background-position: 7px 5px;
}

.shares li a:hover {
  background-position: 7px -60px;
  background-color: #1abc9c;
}

.shares li a:active {
  background-color: #999;
}

.shares li a.twitter {
  background-image: url(../images/icons/social/twitter.png);
}

.shares li a.facebook {
  background-image: url(../images/icons/social/facebook.png);
}

.shares li a.gplus {
  background-image: url(../images/icons/social/gplus.png);
}

.shares li a.pinterest {
  background-image: url(../images/icons/social/pinterest.png);
}

.shares li a.yahoo {
  background-image: url(../images/icons/social/yahoo.png);
}

.shares li a.linkedin {
  background-image: url(../images/icons/social/linkedin.png);
}

/* ==================================================
     Post Author
  ================================================== */
.post-author {
  margin-left: 94px;
  position: relative;
  margin-top: 15px;
}

.post-author .avatar {
  left: -47px;
  position: absolute;
}

.post-author h6 {
  font-family: lato;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: auto;
}




/* ==================================================
  .blogsSection Mask Hover
================================================== */

.blog {
  height: 100%;
}

.blogs img {
  display: block;
  height: 200px;
  width: 200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.blogs .mask {
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blogs:hover .mask {
  opacity: 1;
}

.blogs {
  width: 100%;
  height: auto;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: left;
}

.blogs>p {
  text-align: center;
}

.blogs .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

/* LOGO MICROSCOPIO */

.blogs a.icon {
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  height: 60PXpx;
  left: 50%;
  margin-left: -45px;
  margin-top: -45px;
  padding: 30px;
  position: absolute;
  top: 50%;
  width: 30px;
}

.blogs a.icon.zoom {
  background: url(../images/link_blog.png) no-repeat scroll 22px 22px #1ABC9C;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blogs a.icon.zoom:hover {
  background: url(../images/link_blog.png) 22px 22px no-repeat #FFF;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

/* CENTRO CONTENEDOR LOGO MICRO */
.blogContent {
  background: lightpink;
  /*#37b0ce;*/
  float: left;
  padding: 20px;
  height: 300px;
}



/* ==================================================
  .blogs / Blog Post page
================================================== */
.news_page {
  background-color: #fff;
  width: 850px;
  height: 100%;
  overflow: hidden;
}

.news_content {
  padding: 30px;
}

.news_content p {
  line-height: 1.8;
}

.news_content h4 {
  font-family: Open Sans;
  font-size: 30px;
  line-height: 1;
  margin: 15px auto;
  padding-bottom: 15px;
}

.news-details {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

p.post-admin {
  background: url("../images/post-admin.png") no-repeat scroll left center transparent;
  font-size: 12px;
  margin-bottom: 15px;
  color: #ABABAB;
  padding-left: 25px;
  float: left;
  font-family: open sans, sans-serif;
}

.black.mt.mb,
.black.mb {
  font-family: 'Open Sans';
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
  text-transform: uppercase;
}

p.post-calendar {
  background: url("../images/post-calendar.png") no-repeat scroll left center transparent;
  font-size: 12px;
  margin-bottom: 15px;
  color: #ABABAB;
  margin-left: 25px;
  padding-left: 25px;
  float: left;
  font-family: open sans, sans-serif;
}

p.post-tagss {
  background: url("../images/post-tag.png") no-repeat scroll left center transparent;
  font-size: 12px;
  margin-bottom: 15px;
  color: #ABABAB;
  margin-left: 25px;
  padding-left: 25px;
  float: left;
  font-family: open sans, sans-serif;
}

p.post-commentss {
  background: url("../images/post-comment.png") no-repeat scroll left center transparent;
  font-size: 12px;
  margin-bottom: 15px;
  color: #ABABAB;
  margin-left: 25px;
  padding-left: 25px;
  float: left;
  font-family: open sans, sans-serif;
}

p.post-admin:hover,
p.post-commentss:hover,
p.post-tagss:hover,
p.post-calendar:hover {
  color: #34495e;
}

.news_comments {
  padding: 40px;
  background-color: #ECECEC;
  border-top: #dddddd solid 1px;
}

.user_comment {
  background: url("../images/user.png") no-repeat;
  padding-left: 60px;
  margin-top: 40px;
}

.user_comment_reply {
  background: url("../images/user.png") no-repeat scroll 0 0 transparent;
  margin-top: 40px;
  padding-left: 60px;
}

.comment-date {
  font-style: italic;
  margin-bottom: 10px;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #a1a1a1;
}

.comment-meta a:hover {
  color: 34495e;
}

.comment-text {
  color: #555555;
}

a.reply {
  float: right;
  font-weight: bold;
  margin-top: 10px;
}

a.reply:hover {
  text-decoration: underline;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* ================================================================
            Content Common Setting
================================================================== */
/* comment list */
#comment-list {
  margin: 0;
}

#comment-list li {
  background: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/* comment depth */
#comment-list ul.children {
  margin-left: 94px;
}

.comment-container {
  border: solid 1px #bbb;
  margin-bottom: 30px;
  margin-left: 94px;
  padding: 20px 20px 0;
  position: relative;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.comment-container:hover {
  background: #fff;
  border-color: #1abc9c;
}

.comment-body {
  margin-bottom: 20px;
}

/* comment avatar */
.avatar {
  float: left;
  width: 74px;
}

.avatar img {
  display: block;
  margin-right: 20px;
  position: relative;
  z-index: 0;
  border: 2px solid #fff;
  padding: 2px;
}

/* comment datas (author, meta & date)*/
h4.comment-author {
  font-size: 16px;
  line-height: 20px;
  margin: 0;

}

h4.comment-author a {
  color: #1abc9c
}

#comment-list .comment-meta {
  margin-bottom: 10px;
}

#comment-list .comment-date {
  font-size: 12px;
}

/* comment hover effect */
#comment-list li .comment-container:hover h4 {
  color: #1abc9c;
}

.comment-reply-link {
  position: absolute;
  right: 20px;
  top: 20px;
}

a.link-style3 {
  color: inherit !important;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none !important;
  text-transform: uppercase;
}

.comment-reply-link {
  position: absolute;
  right: 20px;
  top: 20px;
}

.row-fluid textarea {
  font-size: 14.994px;
  height: auto;
  line-height: 24px;
  padding: 10px 0 !important;
  text-indent: 10px !important;
}


/* TEXTO COLORES */
.foot_us {
  font-family: "Lato";
  text-align: justify;
  font-weight: semi-bold;
  font-size: 110%;
  color: rgb(75, 75, 75);
  ;
  word-spacing: 0.25s;
  line-height: 1.4;
  /* color: gray; */
}

.txt_grey {
  color: rgb(75, 75, 75);
  ;
  font-weight: bold;
}


.dropcap {
  float: left;
  font-size: 110%;
  line-height: 20px;
  margin-top: -2px;
  padding-right: 1px;
  padding-top: 4px;
  font-family: "Lato";

}

.colDefault {
  text-align: justify;
  font-family: "Lato";
  font-weight: semi-bold;
  font-size: 15px;
  color: rgb(75, 75, 75);
  /* color: gray; */
  /* margin-right: 20px; */
  font-size: 105%;
}

/* SEGUNDA COLUMNA ABOUT US */
.dropcap1 {
  float: left;
  font-size: 110%;
  line-height: 20px;
  margin-top: 40px;
  /* padding-right: 20px; */
  /* padding-top: 7px; */
  font-family: "Lato";

}

.colDefault1 {
  text-align: justify;
  font-family: "Lato";
  font-weight: semi-bold;
  font-size: 15px;
  color: rgb(75, 75, 75);
  /* margin-right: 1px; */
  font-size: 105%;
  margin-left: 5.8%;
  /* margin-top: 6.8%; */
}




#drocap_red {
  color: red;
}

.highlight {
  padding: 2px 6px;
}

.highlight.black {
  background: none repeat scroll 0 0 #2c3e50;
  color: #FFFFFF;
}

/*Certificaciones y acreditaciones*/

.certificaciones-subtit {
  margin-top: 50px;
  margin-left: 0px;
  text-align: left;
  border-bottom: 10px !important;
}

.text-certificaciones h6 {
  margin-top: 10%;
  margin-left: -5%;
  padding-right: -300px;
}



.slider-certif-wrapper {
  position: relative;
  height: 10%;
  width: 100%;
  margin: auto;
  display: grid;
  place-items: center;
  overflow: hidden;
  top: 28px;
  margin-top: 5%;
  margin-bottom: 10%;
}

.slider-certif-track {
  display: flex;
  width: calc(250px*16);
  /*NUMERO DE PLACAS X 2*/
  animation: slidescroll 30s linear infinite;
}

/*Para pausar el carousel al pasar el mouse*/
/* .slider-certif-track:hover{
  animation-play-state: paused;
} */

@keyframes slidescroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px*8));
  }

}

.slide-certif {
  width: 250px;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 15px;
  overflow: hidden;
  perspective: 100px;
  cursor: pointer;
}

.slide-certif img {
  max-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

shadow .slider-certif-wrapper::before,
.slider-certif-wrapper::after {
  /* background: linear-gradient(to right, rgba(255, 255, 2551) 0%, rgba(216, 65, 65, 0) 50%);*/
  content: '';
  position: absolute;
  height: 100%;
  width: 15%;
  z-index: 2;
}

.slider-certif-wrapper::before {
  left: 0;
  top: 0;
}

.slider-certif-wrapper::after {
  right: -2px;
  top: 0;
  transform: rotateZ(180deg);
}

.logos_certificaciones {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50px;
  height: 100%;
  width: 50%;
}

/* DIVIDER BANNER LATI */

.divider-banner {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  background-color: #ebebeb;

}

.divider-banner img {
  position: relative;
  width: 100%;
  top: 4px;
}















/* ==================================================
   Contact Section
================================================== */
.contact .contact-form form textarea {
  -moz-box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}

#buttonSendId1 {
  background-color: #007934;
  color: #fff;
  border-radius: 7%;
  height: 35px;
  width: 70px;
  border: black;
  float: left;
  font-size: 14px;
}

/* MAP RESPOSIVE */

.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 80px;
  margin-bottom: 30px;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.contact_info.span6>h6 {
  border-bottom: 1px solid #007934;
  line-height: 2.2;
  margin-bottom: 23px;
  text-align: left;
}

.contact_info.span6 h6 span {
  border-bottom: 1px solid #007934;
  padding: 10px 0;
}

.contact_info2.span6>h6 {
  border-bottom: 1px solid #007934;
  line-height: 2.2;
  margin-bottom: 23px;
  text-align: left;
}

.contact_info2.span6 h6 span {
  border-bottom: 1px solid #007934;
  padding: 10px 0;
}

.contact .info address [class*="icon"] {
  left: 5px;
  position: absolute;
  top: 1px;
}

.contact .info .adr,
.contact .info .phone,
.contact .info .mail {
  padding-left: 30px;
  position: relative;
}

.contact-details h3 {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 1em;
  text-transform: uppercase;
}

.contact-details ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-details ul li {
  margin: 0 0 20px;
  line-height: 28px;
  padding: 0;
}

/* label {
    color: red;
    font-size: 12px;
    font-weight: 100;
    margin: 0 auto;
    padding: 2px 0 7px;
  } */

#contact-form,
.contact_info {
  margin-bottom: 0;
  margin-top: 30px;
}

.contact_info {
  margin-right: 20px;
}

#contact-form p {
  margin-bottom: 1px;
}

#contact-form input,
#contact-form textarea {
  color: #5f5f5f;
  font-size: 14px;
  height: auto;
  padding: 15px;
  resize: none;
}

#contact-form input {
  font-family: Open Sans;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#contact-form textarea {
  width: 100%;
  resize: vertical;
  font-family: Open Sans;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#contact-submit {
  margin: 0;
}

#response {
  margin-top: 20px;
  color: #FFFFFF;
}

.adr {
  line-height: 1.8
}

.adr span {
  display: inline-block;
  margin-bottom: 5px;
  position: relative;
}

address {
  margin-top: 10px;
}

.contact_info>p,
.adr {
  color: #555;
  font-family: Open Sans;
  font-size: 14px;
  text-align: justify;
  line-height: 1.5;
}

.adr em {
  color: #2c3e50;
  padding-right: 10px;
  line-height: 1.5;
}

.mail>a,
.web>a,
.follow>a {
  color: #007934;
  font-family: "Lato", sans-serif;
  text-decoration: none;
  font-weight: bolder;
  font-size: 15px;
}

.mail>a:hover,
.web>a:hover,
.follow>a:hover {
  color: #34495e;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}

#map1 {
  display: block;
  height: 350px;
  margin-bottom: 15px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.footer {
  display: block;
  padding: 30px 0;
  position: relative;

}

.bottom-icons {
  float: right;
  margin-top: 5px;
}

.bottom-icons>li {
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  margin-right: 5px !important;
}

.bottom-icons li a {
  color: #bdc3c7;
  margin-top: 5px;
}

.bottom-icons li a:hover {
  color: #1abc9c;
}

.footer {
  background-color: #ebebeb;
  text-align: center;
  padding: 20px 15px 20px 15px;
  width: 100%;
  Height: 51px;
}

.copyright>p {
  margin: 10px 0 0;
}

.banner-footer {
  width: 100%;
  background-position: center;
  margin-top: -285px;
}

.img-contacto-marco {
  margin-top: -370px !important;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 85%;
  position: absolute;
}

.img-contacto-izq img {
  /* position: relative;
  float: left; */
  height: 26vh;
  opacity: 0.9;
  position: absolute;
  padding: 0;
  margin-top: -12px;
}

.img-contacto-der img {
  /* position: relative;
  float: right; */
  height: 35vh;
  opacity: 0.9;
  position: absolute;
  padding: 0;
  margin: 0;
  margin-top: -61px;
}

.container_wupbuttons {
  width: 100%;
}

.whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 22px;
  right: 15px;
  color: #fff !important;
  background-color: rgb(8, 182, 66);
  /* background-color:rgba(8, 182, 66, 0.822); */
  border-radius: 70px;
  text-align: center;
  font-size: 35px;
  z-index: 100;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

.whatsapp:hover {
  text-decoration: none;
  color: white !important;
  background-color: #25d366;
}

.whatsapp-icon {
  margin-top: 13px;
}

.whatsapp i {
  margin-top: 12px;
}

/* SCROLL UP */
.cm-up {
  display: none;
  position: fixed;
  background: #001E34;
  height: 30px;
  outline: none;
  cursor: pointer;
  border-radius: 70px;
  padding: 15px;
  right: 83px;
  bottom: 23px;
  transition: 0.4s;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
  z-index: 4;
}

.cm-up .cm-text-up {
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
  color: #FFF;
  float: left;
  padding: 0;
  font-size: 16px;
  line-height: 30px;
  width: 0;
  transition: 0.4s
}

.cm-up .cm-icon {
  background-color: #001e34;
  color: #00b2ff;
  font-size: 20px;
  float: right;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;

}

.cm-up:hover>.cm-text-up {
  width: 150px;
  padding: 0 6px;
}

.cm-up:hover>.cm-icon {
  background: #fff;
}





/* ==================================================
   Mobile / Responsive
================================================== */
@media (min-width: 980px) and (max-width: 1004px) {
  .dropcap1 {
    margin-top: 15px;
  }

  .colDefault1 {
    margin-left: 0px;
  }
}

@media (max-width: 980px) {
  .navMenu>li>a {
    padding: 27px 10px;
  }

  .isotope ul {
    margin: 0 !important;
  }

  .Logos_certificaciones img {
    text-align: center;
  }

  .dropcap1 {
    margin-top: 0px;
  }

  .colDefault1 {
    margin-left: 0px;
  }

  /*  arreglado div {
    overflow-x: hidden !important;
  } */
}


@media (max-width: 960px) {
  nav ul {
    display: none;
  }

  nav select {
    display: block;
    border-radius: 0;
  }

  .is-sticky {
    display: block;
    max-width: 100%;
  }

  .menu {
    display: inline;
    text-align: center;
  }

  .sticky-wrapper.is-sticky .upHead {
    min-height: 90px;
    padding-bottom: 0;
    padding-top: 0;
    width: 100%;
  }

  .isotope ul {
    margin: 0 !important;
  }

  .Logos_certificaciones img {
    text-align: center;
  }

  /*li.backLava,li.backLava:before{
    display: none;
  }
  #nav {
    flex-direction: column;
    align-items: center;
    position: fixed;
    background-color: grey;
    top: 60px;
    width: 100%;
    padding: 20px 0;
    height: calc(100% - 60%);
    overflow-y: auto;
    left: 100%;
    transition: left 0.3s;
  }

  #nav_visible{
    left: 0;
  }
  button{
    display: block;
  } */

  .divider-banner img {
    width: 100%;
  }
}

@media screen and (max-width: 830px) {
  div {
    overflow-x: hidden;
    overflow-y: hidden;
  }

  .isotope ul {
    margin: 0 !important;
  }

  .Logos_certificaciones img {
    text-align: center;
  }

  .navbar1 .navbar1_menu {
    position: fixed;
    top: -20px;
    left: -100%;
    height: 100vh;
    width: 100%;
    max-width: 4000px;
    display: block;
    padding: 40px 0;
    text-align: center;
    background-color: #fff;
    transition: all 0.3s ease;
    z-index: 9999 !important;
  }

  .navbar1 .navbar1_menu.active {
    left: 0%;
  }

  .navbar1 .navbar1_menu li {
    margin-top: 45px;
  }

  .navbar1 .navbar1_menu li a {
    font-size: 23px;
    margin-left: 0;
    pointer-events: all;
  }

  .icon1 {
    display: block;
  }

  .icon1.hide {
    display: none;
  }

  .prev,
  .next,
  .text1 {
    font-size: 11px;
  }

  .dot {
    height: 10px;
    width: 10px;
  }

  .img-slider {
    width: 600px;
    height: 375px;
  }

  .img-slider .slide1 .info1 {
    padding: 10px 25px;
  }

  .img-slider .navigation1 .bnt_navigation1 {
    width: 8px;
    height: 8px;
    margin: 8px;
  }

  .divider-banner img {
    width: 100%;
  }
}

@media screen and (max-width: 650px) {
  div {
    overflow-x: hidden;
    overflow-y: hidden;
  }

  .isotope ul {
    margin: 0 !important;
  }

  .Logos_certificaciones img {
    text-align: center;
  }
}

@media(min-width: 768px) and (max-width: 979px) {
  .wrapper {
    width: 725px;
    margin: 0 auto;
  }

  .navi ul li {
    width: 70px;
  }

  .flex-caption,
  .flex-caption2 {
    width: 420px;
    top: 25%;
  }

  .flex-caption h3,
  .flex-caption2 h3 {
    font-size: 18px;
  }

  .flex-caption p.subtitle,
  .flex-caption2 p.subtitle {
    font-size: 14px;
  }

  .slide-form input.email {
    width: 320px;
  }

  .title h3 {
    font-size: 22px;
  }

  .about-txt-div {
    width: 45%;
  }

  .about-txt-wrap {
    padding: 25px 30px;
  }

  .about-txt {
    height: 278px;
  }

  .about-txt p.about-subtitle {
    display: none;
  }

  #overlay_form iframe {
    width: 600px;
    height: 350px;
  }

  #overlay_form {
    width: 600px;
  }

  .icon3 {
    height: 168px;
  }

  .testi p {
    font-size: 22px;
    padding: 0 100px;
  }

  .form-contact input {
    width: 42%;
    padding: 5px 23px;
  }

  .data-txt {
    font-size: 13px;
  }

  .isotope ul {
    margin: 0 !important;
  }

  .Logos_certificaciones img {
    text-align: center;
  }

  .colDefault1 {
    padding-top: 0px;
  }

  .icon1 {
    font-size: 36px;

  }


  div {
    overflow-x: hidden;
    overflow-y: hidden;
  }

  .navbar1_logo img {
    width: 150px;
  }

  .navbar1.sticky {
    background-color: #ebebeb !important;
    /*padding:  0;*/
  }

  .navbar1 .navbar1_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -9px;
  }




  @media(min-width: 480px) and (max-width: 767px) {
    div {
      overflow-x: hidden;
      overflow-y: hidden;
    }

    .wrapper {
      width: 460px;
      margin: 0 auto;
    }

    .navi {
      display: none;
    }

    .navi2 {
      display: block;
    }

    .flex-next,
    .flex-prev {
      top: 40%;
    }

    .flex-caption,
    .flex-caption2 {
      width: 320px;
      top: 10%;
    }

    .flex-caption h3,
    .flex-caption2 h3 {
      font-size: 16px;
    }

    .flex-caption p.subtitle,
    .flex-caption2 p.subtitle {
      font-size: 11px;
    }

    .flex-caption a {
      width: 80px;
      height: 30px;
      padding: 8px 50px 10px 15px;
      font-size: 16px;
    }

    .flex-caption a.fc1 {
      width: 80px;
      height: 30px;
      padding: 8px 50px 10px 15px;
      font-size: 16px;
    }

    .flex-caption2 a.fc1 {
      width: 80px;
      height: 30px;
      padding: 8px 50px 10px 15px;
      font-size: 16px;
    }

    .flex-caption a.fc2 {
      width: 80px;
      height: 30px;
      padding: 8px 50px 10px 15px;
      font-size: 16px;
    }

    .slide-form input.email {
      height: 30px;
      width: 240px;
    }

    .slide-form input.button {
      width: 40px;
      height: 40px;
      background-position: 50% 1px;
    }

    .flex-prev,
    .flex-next {
      background-size: 60px;
      width: 60px;
      height: 60px;
    }

    p.title-spc {
      font-size: 14px;
      margin: 5px 0 0;
    }

    .title h3 {
      font-size: 26px;
      line-height: 2;
    }

    .about-img {
      clear: both;
      width: 100%;
    }

    .about-img img {
      width: 100%;
    }

    .about-txt {
      clear: both;
      width: 100%;
      margin: 0;
      height: 360px;
    }

    .featu {
      width: 100%;
      margin: 0px 0 40px;
    }

    .featu-div {
      display: none;
    }

    .services .title {
      padding: 0 0 60px;
    }

    #overlay_form iframe {
      width: 420px;
      height: 250px;
    }

    #overlay_form {
      width: 420px;
    }

    .portfolio li {
      min-height: 100px;
    }

    li.team-s {
      width: 290px !important;
      margin: 0 auto 60px !important;
    }

    .form-contact input {
      padding: 5px 20px;
      width: 38%;
    }

    .form-contact textarea {
      max-width: 91%;
      min-width: 91%;
      width: 91%;
    }

    .data {
      height: 460px;
    }

    .data .span4 {
      height: 180px;
    }

    .isotope ul {
      margin: 0 !important;
    }

    .navbar1_content {
      margin-top: 50px;
    }

    .logos_certificaciones {
      width: 100%;
      align-items: center;
    }

    /* .dropcap{
    margin-left: 15px;
  }  */
    .titleContent1 {
      margin-left: 17px;
    }

    .certificaciones-subtit {
      margin-left: 0px;
    }

    .divider-banner img {
      width: 100% !important;
    }
  }


  @media(max-width:480px) {
    div {
      overflow-x: hidden;
      overflow-y: hidden;
    }

    .wrapper {
      width: 300px;
      margin: 0 auto;
    }

    .flex-caption,
    .flex-caption2 {
      width: 250px;
      top: 20%;
      left: 12%;
      right: 12%;
    }

    .navi {
      display: none;
    }

    .navi2 {
      display: block;
    }

    .portfolio li {
      min-height: 80px;
    }

    .flex-caption p.subtitle,
    .flex-caption2 p.subtitle {
      display: none;
    }

    .flex-caption h3,
    .flex-caption2 h3 {
      background-color: #383E44;
      font-size: 12px;
    }

    .flex-prev,
    .flex-next {
      background-size: 30px;
      width: 30px;
      height: 30px;
    }

    .flex-caption a {
      width: 70px;
      height: 20px;
      padding: 8px 50px 15px 15px;
      font-size: 14px;
    }

    .flex-caption a.fc1 {
      width: 70px;
      height: 20px;
      padding: 8px 50px 15px 15px;
      font-size: 14px;
    }

    .flex-caption2 a.fc1 {
      width: 70px;
      height: 20px;
      padding: 8px 50px 15px 15px;
      font-size: 14px;
    }

    .flex-caption a.fc2 {
      display: none;
    }

    .slide-form input.email {
      height: 30px;
      width: 120px;
    }

    .slide-form input.button {
      width: 40px;
      height: 40px;
      background-position: 50% 1px;
    }

    p.title-spc {
      font-size: 14px;
      margin: 5px 0 0;
    }

    .title h3 {
      font-size: 22px;
      line-height: 2;
    }

    .about-img {
      clear: both;
      width: 100%;
    }

    .about-img img {
      width: 100%;
    }

    .about-txt {
      clear: both;
      width: 100%;
      margin: 0;
      height: 500px;
    }

    .about-txt-div2 {
      width: 45%;
    }

    .about-txt-div {
      width: 35%;
    }

    .featu {
      width: 100%;
      margin: 0px 0 40px;
    }

    .featu-div {
      display: none;
    }

    .services {
      height: 900px;
    }

    .services .title {
      padding: 0 0 60px;
    }

    li.team-s {
      width: 290px !important;
      margin: 0 auto 60px !important;
    }

    #overlay_form iframe {
      width: 280px;
      height: 250px;
    }

    #overlay_form {
      width: 280px;
    }

    .testi p {
      font-size: 17px;
      padding: 0 60px;
    }

    .form-contact input {
      padding: 5px 20px;
      width: 32%;
    }

    .form-contact textarea {
      max-width: 86%;
      min-width: 86%;
      width: 86%;
    }

    .form-contact input.input-submit {
      width: 160px;
    }

    .data {
      height: 460px;
    }

    .data .span4 {
      height: 180px;
    }

    .Logos_certificaciones img {
      text-align: center;
    }

    .logos_certificaciones {
      width: 100%;
      align-items: center;
    }

    /* .dropcap{
    margin-bottom: 40px;
  } */
    .colDefault1 {
      margin-top: 15px;
    }


  }

  @media screen and (max-width: 750px) {
    div {
      overflow-x: hidden;
      overflow-y: hidden;
    }

    .profPeople {
      margin: 0 auto 30px;
    }

    /*PREGUNTAR*/
    #contact,
    #service,
    #about,
    #team,
    #portfolio,
    .separator,
    #blog,
    #pricing {
      padding-left: 20px;
      padding-right: 20px;

    }

    .Logos_certificaciones img {
      text-align: center;
    }

    .dropcap {
      margin-left: 0px;
    }

    .dropcap1 {
      margin-left: 0px;
    }

    .divider-banner img {
      padding-left: 0px !important;
      padding-right: 0px !important;
      margin-left: -7px;
      width: 100%;
    }

    /*se agrego css para arreglar el padding */
    [class*="span"],
    .uneditable-input[class*="span"],
    .row-fluid [class*="span"] {
      float: none;
      display: block;
      width: 100%;
      margin-left: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding-left: 5px;
      padding-right: 5px;
    }


    .divider-banner {
      margin-right: auto;
      margin-left: auto;
      text-align: center;
      width: 120%;
      margin-left: -37px;
    }

    /**/

    .navbar1 {
      background-color: transparent;
      position: fixed;
      z-index: 10;
      width: 50%;
      margin-top: -150px;
      padding: 0px 0;
      transition: all 0.3s ease;
    }

    .navbar1_content {
      max-width: 1250px;
      margin: auto;
      padding: 0px 30px;
    }


    .navbar1 .navbar1_content {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 20px;
    }

    .navbar1_logo img {
      width: 100px;
      margin-top: 15px;
      height: 65px;
    }


  }

  @media screen and (max-width: 500px) {


    div {
      overflow-x: hidden;
      overflow-y: hidden;
    }

    .sticky-wrapper {
      height: auto !important;
    }

    .logo_top {
      display: inline-block;
      margin-top: 14px;
      text-align: center;
      margin-left: 0;
      float: none;
    }

    .logos {
      display: inline-block;
      margin-top: 14px;
      text-align: center;
      margin-left: 0;
      float: none;
    }

    .menu {
      margin-right: 0;
    }

    .upHead {
      padding: 10px 45px;
    }

    .slides h1 {
      font-size: 40px;
    }

    .slides h2 {
      font-size: 30px;
    }

    .title h1 {
      font-size: 50px;
    }

    .separatorTitle h5,
    .separatorTitle h6 {
      font-size: 20px;
      line-height: 2em;
    }

    .separatorTitle h1,
    .separatorTitle h2,
    .separatorTitle h3,
    .separatorTitle h4 {
      font-size: 30px;
      line-height: 1.8em
    }

    .profPeople {
      margin: 0 auto 30px;
    }

    .experience h3,
    .skill h3 {
      margin-top: 30px;
    }

    #toggle-view h3 {
      margin-top: 0;
    }

    .main-slide>img {
      height: 60px;
      width: 260px;
    }

    .Logos_certificaciones img {
      text-align: center;
    }

    .navbar1_content {
      margin-top: 100px;
    }

    .navbar1_content {
      margin-top: 100px;
    }

    .tp-caption {
      margin-top: 200px;
    }

    .divider-banner img {
      width: 100%;
    }
  }



  /* ---------------------------------------------------------------------- */
  /*  1920 Version
/* ---------------------------------------------------------------------- */
  @media handheld,
  only screen and (max-width: 1920px) {
    .isotope ul {
      margin: 0;
    }

    .Logos_certificaciones img {
      text-align: center;
    }
  }

  /* ---------------------------------------------------------------------- */
  /*  1680 Version
/* ---------------------------------------------------------------------- */
  @media handheld,
  only screen and (max-width: 1680px) {
    #datalog .comments {
      padding: 83px 60px 82px 60px;
    }

    #datalog .comments.face {
      padding: 45px 30px;
    }

    .blog iframe {
      height: 290px;
    }

    .Logos_certificaciones img {
      text-align: center;
    }
  }

  /* ---------------------------------------------------------------------- */
  /*  1600px Version
/* ---------------------------------------------------------------------- */
  @media handheld,
  only screen and (max-width: 1600px) {
    #datalog .comments {
      padding: 75px 40px;
    }

    .blog iframe {
      height: 265px;
    }

    .Logos_certificaciones img {
      text-align: center;
    }
  }

  /* ---------------------------------------------------------------------- */
  /*  1366 Version
/* ---------------------------------------------------------------------- */
  @media handheld,
  only screen and (max-width: 1366px) {
    #datalog .comments {
      padding: 47px 45px 55px 45px;
    }

    #datalog .comments.face {
      padding: 35px 30px;
    }

    .blog iframe {
      height: 211px;
    }

    .Logos_certificaciones img {
      text-align: center;
    }


  }

  /* ---------------------------------------------------------------------- */
  /*  10280 Version
/* ---------------------------------------------------------------------- */
  @media handheld,
  only screen and (max-width: 1280px) {
    .blog iframe {
      width: 100%;
      height: 196px;
    }

    #datalog .comments {
      padding: 42px 25px;
    }

    #datalog .comments.face {
      padding: 29px 20px;
    }

    .isotope ul {
      margin: 0;
    }

    .Logos_certificaciones img {
      text-align: center;
    }

    .img-contacto-marco {
      visibility: hidden;
    }
  }

  /* ---------------------------------------------------------------------- */
  /*  1024 Version
/* ---------------------------------------------------------------------- */
  @media handheld,
  only screen and (max-width: 1024px) {
    .isotope ul {
      margin: 0 10px;
    }

    .Logos_certificaciones img {
      text-align: center;
    }

    .colDefault1 {
      padding-top: 0px;
    }

    .img-contacto-marco {
      visibility: hidden;
    }
  }



  /* ---------------------------------------------------------------------- */
  /*  Mobile Version
/* ---------------------------------------------------------------------- */
  @media handheld,
  only screen and (max-width: 800px) {
    .brand img {
      margin: 20px auto;
    }

    .menu {
      display: inline-block;
      margin-top: 30px;
      position: relative;
    }

    /* li.backLava,li.backLava:before{
    display: none;
  } */
    .isotope ul {
      margin: 0;
    }

    .fullwidthbanner-container {
      height: 650px;
    }

    .news_page {
      max-width: 768px;
    }

    .view span.zoom {
      line-height: 3.5;
    }

    .Logos_certificaciones img {
      text-align: center;
    }

    .colDefault1 {
      margin-left: 0px;
    }
  }

  @media handheld,
  only screen and (max-width: 768px) {
    div {
      overflow-x: hidden;
      overflow-y: hidden;
    }

    .brand img {
      margin: 18px auto;
      width: 180px;
    }

    .menu {
      display: inline-block;
      margin-top: 36px;
      position: relative;
    }

    /* li.backLava,li.backLava:before{
    display: none;
  } */
    .isotope ul {
      margin: 0;
    }

    .fullwidthbanner-container {
      height: 650px;
    }

    .view span.zoom {
      font-size: 40px;
    }

    .news_page {
      max-width: 768px;
    }

    .Logos_certificaciones img {
      text-align: center;
    }

  }

  @media handheld,
  only screen and (max-width: 640px) {
    div {
      overflow-x: hidden;
      overflow-y: hidden;
    }

    .brand {
      float: left;
    }

    .news_page {
      max-width: 640px;
    }

    /* li.backLava, li.backLava:before{
    display: none;
  } */
    .sticky-wrapper.is-sticky .headContent {
      /* width: 93.7%; */
      width: 100%;

    }

    .isotope ul {
      margin: 0;
    }

    .fullwidthbanner-container {
      /* height: 300px; */
      height: 650px;
    }

    .view img {
      display: block;
      position: relative;
      width: 100%;
    }

    .view span.zoom {
      font-size: 55px;
      line-height: 8.5;
    }

    .Logos_certificaciones img {
      text-align: center;
    }
  }

  @media handheld,
  only screen and (max-width: 767px) {

    div {
      overflow-x: hidden;
      overflow-y: hidden;
    }

    /* body{
    padding: 0;
  } */
    .mTop {
      height: auto;
    }

    .home_title h1 {
      font-size: 70px;
      line-height: 80px;
      padding-top: 120px;
    }

    .home_title p {
      font-size: 40px;
      line-height: 50px;
    }

    .services {
      text-align: center;
    }

    .services .icon {
      margin-left: 0;
    }

    .portfolio {
      text-align: center;
    }

    .info_hover {
      left: -1000px;
      width: 52%;
      margin-left: 24%;
      height: 94%;
    }

    .text_hover {
      text-align: left;
      padding: 25% 10% 5% 10%;
    }

    .contact .form_contact {
      width: 60%;
    }

    #datalog .colb,
    #datalog .col5,
    #datalog .col1,
    #datalog .col2,
    #datalog .col4,
    #datalog .col3 {
      width: 100%;
    }

    #datalog .story {
      float: none;
    }

    #datalog .comment_tweet .col2.border {
      width: 100%;
    }

    #datalog .responsive.col4 {
      width: 100%;
    }

    .contact .form_contact {
      margin-left: -40px;
      width: 75%;
    }

    .Logos_certificaciones img {
      text-align: center;
    }

    /* Blog Posts */
    .blog-posts .blog-post {
      margin: 0 0 1px 0 !important;
    }

    .blog-post img {
      height: 300px;
      max-width: 2000px;
      width: auto;
      min-width: 100%;
    }

    .blog-post .blog-post-icon {
      display: none;
    }

    .blog-post .blog-post-content {
      margin: 0px;
    }

    .blog-post .blog-post-content h2 {
      line-height: 26px;
      font-size: 22px;
    }

    .blog-post .blog-post-content p {
      display: none;
    }

    .bxslider blockquote {
      padding: 0 140px;
      font-size: 14px;
    }

    .in_twitter {
      padding: 0 20px;
      margin-bottom: 15px;
    }

    .menu {
      display: inline-block;
      padding-top: 15px;
      margin-top: 20px;
      position: relative;
    }

    .news_page {
      max-width: 640px;
    }

    .fullwidthbanner-container {
      height: 675px;
      width: 100%;
    }

    .dropcap {
      margin-left: 17px;
      margin-right: 17px;
    }

    .dropcap1 {
      margin-left: 17px;
      margin-right: 17px;
      margin-top: -5px;
    }

    .foot_us {
      /* margin-left: 20px;
    margin-right: 20px; */
    }

    .divider-banner img {
      width: 100px;
    }

    .navbar1_content {
      margin-top: 125px;
    }

    .colDefault1 {
      margin-left: 0px;
    }
  }

  /* ---------------------------------------------------------------------- */
  /*  568px Version
/* ---------------------------------------------------------------------- */
  @media handheld,
  only screen and (max-width: 568px) {
    div {
      overflow-x: hidden;
      overflow-y: hidden;
    }

    nav {
      padding-top: 0;
    }

    .home_title h1 {
      font-size: 50px;
      line-height: 60px;
      padding-top: 50px;
    }

    .home_title p {
      font-size: 35px;
      line-height: 45px;
    }

    #filter li a {
      margin: 5px auto;
    }

    .info_hover {
      width: 72%;
      margin-left: 14%;
    }

    .social ul li {
      width: 30px;
    }

    .about,
    .services {
      padding: 0 0;
    }

    .about .container,
    .services .container {
      /* padding: 15px; */
    }

    .news_page {
      max-width: 568px;
    }

    .Logos_certificaciones img {
      text-align: center;
    }

    .fullwidthbanner-container {
      height: 675px;
    }

    /* CAMBIO EN TEXTO MAS SOBRE NOSOTROS */
    .dropcap {
      /* margin-left: 20px;
    margin-top: -5px; */
      margin-left: -1px;
      margin-top: -5px;
      margin-right: 4px;
    }

    .dropcap1 {
      /* margin-left: 20px;
    margin-top: -5px; */
      margin-left: -1px;
      margin-top: -5px;
      margin-right: 4px;
    }

    .titleContent1 {
      margin-left: 0px;
      margin-top: -15px;
    }

    .divider-banner img {
      width: 109%;
    }

    .navbar1_content {
      margin-top: 125px;
    }

    .colDefault1 {
      margin-left: 0px;
    }
  }

  .about {
    height: 100%;
  }

  /* ---------------------------------------------------------------------- */
  /*  480px Version
/* ---------------------------------------------------------------------- */


  @media handheld,
  only screen and (max-width: 480px) {

    div {
      overflow-x: hidden;
      overflow-y: hidden;
    }

    .brand img {
      width: 180px;
      margin-left: 30px;
    }

    .topHead,
    .tp-leftarrow.default,
    .tp-rightarrow.default {
      display: none;
    }

    .brand {
      float: left;
      text-align: left;
    }

    .headContent {
      /* max-height: 150px;
    max-width: 440px; */
      height: 100%;
    }

    .menu {
      margin: 27px auto 0;
      padding: 10px 0;
    }

    /* li.backLava,li.backLava:before {
  display: none;
  } */
    .brand.current {
      text-align: center;
    }

    .services {
      height: 100%;
      text-align: left;
    }

    .titleHead>p {
      font-size: 15px;
      padding: 0 10px;
    }

    .titleHead>h3 {
      margin-bottom: -20px;

    }

    .title_contacto {
      margin-bottom: -35px;
    }

    .divider {
      margin: -10px auto 10px;
    }

    #cboxTitle {
      width: 280px;
      z-index: 1 !important;
    }

    #cboxSlideshow,
    #cboxPrevious,
    #cboxNext,
    #cboxClose {
      margin-top: 80px;
    }

    #news-navigation>ul {
      left: 0;
    }

    .caption .btn.btn-huge.btn-block.btn-inverse.btn-embossed,
    .caption .btn.btn-huge.btn-block.btn-primary.btn-embossed,
    .caption .btn.btn-large.btn-block.btn-primary {
      font-size: 10px;
      padding: 5px 10px;
    }

    .blog h4 {
      font-size: 35px;
      line-height: 45px;
    }

    .blog .buttom_more {
      margin-left: 30%;
    }

    #scroll-h-1,
    #scroll-h-2,
    #scroll-h-3 {

      position: relative;
      left: 0 !important;
    }

    #scroll-b-1,
    #scroll-b-2,
    #scroll-b-3 {

      position: relative;
      right: 0 !important;
    }

    .bxslider blockquote {
      padding: 0;
    }

    .bxslider blockquote:after,
    .bxslider blockquote:before {
      background: none;
    }

    .bx-wrapper .bx-controls-direction a {
      display: none;
    }

    #bx-pager a {
      margin: 5px;
    }

    .list_carousel li {
      max-width: 280px;
      min-height: 600px;
    }

    .next {
      margin-left: 40px;
    }

    .news_page {
      max-width: 320px;
    }

    #cboxTitle {
      z-index: 9;
    }

    #comment-list .avatar {
      margin-left: 10px;
      margin-top: 10px;
      width: auto;
      z-index: 1;
    }

    #comment-list ul.children,
    .comment-container {
      margin-left: 0;
    }

    #filter li {
      min-height: 30px;
    }

    #news-navigation {
      width: 24%;
    }

    .view-first img {
      width: 100%;
    }

    .portfolio_details {
      padding: 20px;
    }

    .copyright {
      float: none;
      padding-left: 10px;
      text-align: center;
    }

    .bottom-icons {
      padding-right: 10px !important;
    }

    .fullwidthbanner-container {
      height: 675px;
    }

    .descSubscribe {
      padding: 0 20px;
    }

    .subscribe {
      float: none;
      padding: 0 20px;
    }

    .subscribe .control-group .flat {
      height: 50px;
      margin-bottom: 5px;
    }

    .descSubscribe i {
      color: #16A085;
      font-size: 170px;
      opacity: 0.4;
      position: absolute;
      top: 5%;
      -webkit-transform: rotate(-15deg);
      -moz-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
      -o-transform: rotate(-15deg);
      transform: rotate(-15deg);
      z-index: 0;
    }

    .view span.zoom {
      font-size: 55px;
      line-height: 5.5;
    }

    .Logos_certificaciones img {
      text-align: center;
    }

    .certificaciones-subtit {
      margin-left: 0px;
    }

    .divider-banner img {
      width: 1000px;
      margin-left: -23px;
    }

    .tp-caption {
      margin-top: 150px;
    }

    .colDefault1 {
      margin-left: 0px;
    }
  }

  /* ---------------------------------------------------------------------- */
  /*  400px Version
/* ---------------------------------------------------------------------- */
  @media handheld,
  only screen and (max-width: 460px) {
    div {
      overflow-x: hidden;
      overflow-y: hidden;
    }

    .brand {
      float: none;
      text-align: left;

    }

    .brand .img {
      height: 100px;
      width: 200px;
    }

    .menu {
      margin: 0 60px;
    }

    .headContent {
      /* max-height: 150px;
      max-width: 360px; */
      height: 100%;
      width: 100%;
    }

    .Logos_certificaciones img {
      text-align: center;
    }

    .fullwidthbanner-container {
      height: 675px;
    }

    .navbar1_content {
      margin-top: 125px;
    }


  }


  /* ---------------------------------------------------------------------- */
  /*  380px Version
/* ---------------------------------------------------------------------- */

  @media handheld,
  only screen and (max-width: 360px) {
    div {
      overflow-x: hidden;
      overflow-y: hidden;
    }


    .brand {
      float: none;
      text-align: left;
    }

    .brand img {
      margin: 10px 20px 0;
    }

    .menu {
      margin: 10px 45px 0;
    }

    .headContent {
      /* max-height: 150px;
    max-width: 320px; */
      height: 100%;
      width: 100%;
    }

    .fullwidthbanner-container {
      height: 700px;
    }

    .blog h4 {
      padding-top: 10px;
    }

    .blog h5 {
      padding-bottom: 10px;
    }

    .blog h4 {
      font-size: 40px;
      line-height: 50px;
    }

    .bxslider blockquote {
      padding: 0;
    }

    .bxslider blockquote:after,
    .bxslider blockquote:before {
      background: none;
    }

    .bx-wrapper .bx-controls-direction a {
      display: none;
    }

    #bx-pager a {
      margin: 5px;
    }

    .list_carousel ul li {
      max-width: 300px;
      min-height: 600px;
    }

    nav {
      padding-top: 0;
      margin-left: 0;
    }

    .news_page {
      max-width: 380px;
    }

    #cboxTitle {
      z-index: 9;
    }

    #comment-list .avatar {
      margin-left: 10px;
      margin-top: 10px;
      width: auto;
      z-index: 1;
    }

    #comment-list ul.children,
    .comment-container {
      margin-left: 0;
    }

    .view span.zoom {
      font-size: 55px;
      line-height: 4.5;
    }

    .logos_certificaciones {
      width: 100%;
      align-items: center;
    }
  }

  /* ---------------------------------------------------------------------- */
  /*  320px Version
/* ---------------------------------------------------------------------- */

  @media handheld,
  only screen and (max-width: 320px) {
    div {
      overflow-x: hidden;
      overflow-y: hidden;
    }

    .brand {
      float: none;
      text-align: center;
    }

    .brand img {
      width: auto;
      margin: 10px auto -10px;
    }

    .topHead,
    .tp-leftarrow.default,
    .tp-rightarrow.default {
      display: none;
    }

    .headContent {
      /* max-height: 130px;
  max-width: 280px; */
      width: 100%;
      height: 100%;
    }

    .menu {
      margin: 10px 30px;
      padding: 10px 0;
    }

    /* li.backLava,li.backLava:before {
  display: none;
  } */
    .brand.current {
      text-align: center;
    }

    .services {
      height: 100%;
      text-align: left;
    }

    .titleHead>p {
      font-size: 15px;
      padding: 0 10px;
    }

    .titleHead>h3 {
      margin-bottom: 15px;
    }

    .divider {
      margin: -10px auto 10px;
    }

    #cboxTitle {
      width: 280px;
      z-index: 1 !important;
    }

    #cboxSlideshow,
    #cboxPrevious,
    #cboxNext,
    #cboxClose {
      margin-top: 80px;
    }

    #news-navigation>ul {
      left: 0;
    }

    .social-icons {
      float: none;
      margin: 5px auto;
      text-align: center;
    }

    .sticky-wrapper.is-sticky .upHead {
      min-height: 60px;
      padding-bottom: 0;
      padding-top: 0;
      width: 100%;
    }

    .sticky-wrapper.is-sticky .upHead .menu {
      display: block;
      float: none;
      margin: 15px auto;
      position: relative;
    }

    .caption.lfb.vivera_text_def.tp-caption.start,
    .caption.lfb.vivera_text_def.tp-caption.start {
      left: 62.703px;
      top: 86.165px;
    }

    .caption .btn.btn-huge.btn-block.btn-inverse.btn-embossed,
    .caption .btn.btn-huge.btn-block.btn-primary.btn-embossed,
    .caption .btn.btn-large.btn-block.btn-primary {
      font-size: 10px;
      padding: 5px 10px;
    }

    .blog h4 {
      font-size: 35px;
      line-height: 45px;
    }

    .blog .buttom_more {
      margin-left: 30%;
    }

    #scroll-h-1,
    #scroll-h-2,
    #scroll-h-3 {

      position: relative;
      left: 0 !important;
    }

    #scroll-b-1,
    #scroll-b-2,
    #scroll-b-3 {

      position: relative;
      right: 0 !important;
    }

    .bxslider blockquote {
      padding: 0;
    }

    .bxslider blockquote:after,
    .bxslider blockquote:before {
      background: none;
    }

    .bx-wrapper .bx-controls-direction a {
      display: none;
    }

    #bx-pager a {
      margin: 5px;
    }

    .list_carousel li {
      max-width: 280px;
      min-height: 600px;
    }

    .next {
      margin-left: 40px;
    }

    .news_page {
      max-width: 320px;
    }

    #cboxTitle {
      z-index: 9;
    }

    #comment-list .avatar {
      margin-left: 10px;
      margin-top: 10px;
      width: auto;
      z-index: 1;
    }

    #comment-list ul.children,
    .comment-container {
      margin-left: 0;
    }

    #filter li {
      min-height: 30px;
    }

    #news-navigation {
      width: 39%;
    }

    .fullwidthbanner-container {
      height: 675px;
    }

    .view span.zoom {
      font-size: 45px;
    }

    .logos_certificaciones {
      width: 100%;
      align-items: center;
    }

  }



}

/* ========================================================== */
/*                    Preloader                       */
/* ========================================================== */
@media (min-width: 320px) and (max-width: 2560px) {
  #preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
    display: none;
  }
}

@media (min-width: 320px) and (max-width: 2560px) {
  #status {
    width: 200px;
    height: 200px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/atoms.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
  }
}

@media (min-width: 320px) and (max-width: 2560px) {
  #status p {
    text-align: center;
  }



  .img-ocultar {
    margin-bottom: 340px;
  }
}

/* ========================================================== */
/*                   Fin - Preloader                       */
/* ========================================================== */

body {
  overflow: hidden;
}

.tp-simpleresponsive ul {
  visibility: hidden !important;
}



/* Recapcha styles */
#recaptcha-container {
  margin-left: 6%;
  transform: translate(-28px, 0px);
}


@media(max-width: 480px) {
  #recaptcha-container {
    margin-left: 8.3%;
  }
}

.btn-primary {
  margin-top: 20px;
}

.capchaerror {
  margin-left: -35%;
}

@media (min-width:360px) and (max-width:430px) {
  .capchaerror {
    margin-left: -13%;

  }
}

@media (min-width:768px) and (max-width:932px) {
  .capchaerror {
    margin-left: -18%;
  }

  #recaptcha-container {
    margin-left: 8%;
    transform: translate(-28px, 0px);
  }
}