/*
** General Styles for HTML tags
*/
:root{
	--orange:#FF8C00;
}

.bandera{
  width: 30px;
}
@font-face {
    font-family: "Poppins",sans-serif;
    font-style:normal;
   font-weight:400;
    src: url("../fonts/Poppins-Regular.ttf") format("truetype");
     
}
@font-face {
    font-family: "Poppins",sans-serif;
    font-style: normal;
   font-weight:500;
    src: url("../fonts/Poppins-Medium.ttf") format("truetype"); 
}
@font-face {
    font-family: "Poppins",sans-serif;
    font-style: normal;
   font-weight:600;
    src: url("../fonts/Poppins-SemiBold.ttf") format("truetype"); 
}
@font-face {
    font-family: "Poppins",sans-serif;
    font-style: normal;
   font-weight:700;
    src: url("../fonts/Poppins-Bold.ttf") format("truetype"); 
}
.naranja{
	color: #ff8c00;
}

.fondo-naranja{
	background-color: #ff8c00;
}
.certificados {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.certificados .cert img {
  display: block;
  margin: 0 auto;
}
/*Horizontal Sliding*/
.slidingHorizontal{
	display: inline;
	text-indent: 8px;
	margin-left: -10px;
}
html>body .slidingHorizontal {
  padding: 0 0 0 14px
}
@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, .slidingHorizontal { padding: 0 0 0 14px } /* IE11 */
}
.slidingHorizontal span{
	animation: leftToRight 8s linear infinite 0s;
	-ms-animation: leftToRight 8s linear infinite 0s;
	-webkit-animation: leftToRight 8s linear infinite 0s;
	color: #00abe9;
	opacity: 0;
	overflow: hidden;
	position: absolute;
}
.slidingHorizontal span:nth-child(2){
	animation-delay: 4s;
	-ms-animation-delay: 4s;
	-webkit-animation-delay: 4s;
}
.slidingHorizontal span:nth-child(3){
	animation-delay: 8s;
	-ms-animation-delay: 8s;
	-webkit-animation-delay: 8s;
}

/*leftToRight Animation*/
@-moz-keyframes leftToRight{
	0% { opacity: 0; }
	5% { opacity: 0; -moz-transform: translateX(-50px); }
	10% { opacity: 1; -moz-transform: translateX(0px); }
	25% { opacity: 1; -moz-transform: translateX(0px); }
	45% { opacity: 0; -moz-transform: translateX(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-webkit-keyframes leftToRight{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: translateX(-50px); }
	10% { opacity: 1; -webkit-transform: translateX(0px); }
	25% { opacity: 1; -webkit-transform: translateX(0px); }
	45% { opacity: 0; -webkit-transform: translateX(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes leftToRight{
	0% { opacity: 0; }
	5% { opacity: 0; -ms-transform: translateX(-50px); }
	10% { opacity: 1; -ms-transform: translateX(0px); }
	25% { opacity: 1; -ms-transform: translateX(0px); }
	45% { opacity: 0; -ms-transform: translateX(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}

* {
  padding: 0;
  margin: 0;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  overflow-x: hidden;
  background-color: #ffffff;
  color: #666666;
}

html, body, .wrapper {
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #232323;
  font-weight: normal;
  line-height: 1.2;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  margin: 0;
}

h1,h2,h3,h4 {
  margin-bottom: 15px;
}

h5,h5 {
  margin-bottom: 10px;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}

a, .btn, button {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  outline: medium none;
}

a img, iframe {
  border: none;
}

p {
  color: #666666;
  line-height: 26px;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
}


ul {
  margin: 0;
  list-style-type: none;
}

a, a:active, a:focus, a:hover {
  outline: none;
  text-decoration: none;
  color: #232323;
}

a:hover {
  color: #232323;
}

b, strong {
  font-weight: 900;
}

input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 50px;
}


.bg-fixed {
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}

.bg-gray {
  background-color: #f7f7f7;
}


.bg-light {
  background-color: #ffffff;
}


.text-light h1, 
 .text-light h2, 
 .text-light h3, 
 .text-light h4, 
 .text-light h5, 
 .text-light h6, 
 .text-light p, 
 .text-light a {
  color: #ffffff;
}

.shadow {
  position: relative;
  z-index: 1;
}

.shadow.dark::after {
  background: #1d2024 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.contador-logisa{
	   
    color: #ff8c00 !important;
    display: block;
    font-family: "Poppins",sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    padding-left: 0;
	margin:0;
    padding: 12px 0;
}
.porcentaje{
	font-size: 40px;
    padding: 5px 0;
}

.default-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}

.default-padding.bottom-less {
  padding-top: 80px;
  padding-bottom: 50px;
}
.carousel-shadow {
  padding-bottom: 40px;
}

.btn {
  display: inline-block;
  font-family: "Poppins",sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: inherit;
  overflow: hidden;
}
.hs-form-required{
	color: transparent;
	display: none;
}

.btn-md {
  padding: 10px 40px 10px;
}
.btn.btn-light {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #232323;
}
	.footer-top .row {
  align-items: center;
  display: inline;
}
.hs-form-required{
	color: transparent; display: none;
}
.btn.btn-light:hover, 
 .btn.btn-light:focus {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn.btn-light.effect:hover, 
 .btn.btn-light.effect:focus {
  background-color: var(--orange);
  color: #ffffff !important;
  border: 2px solid #ff8c00;
}
.texto-distribucion{min-height: 210px;}

.btn-dark:hover, 
 .btn-dark:focus {
  color: #232323 !important;
  background: transparent;
}

.bg-dark {
  background: #1d2024 none repeat scroll 0 0;
}
.btn-theme {
  background-color: var(--orange);
  color: #ffffff !important;
  border: 2px solid var(--orange);
}
.btn-theme-blanco {
  background-color: transparent;
  color: #ffffff ;
  border: 2px solid #ffffff;
}
.btn-theme-blanco.effect:hover, 
 .btn-theme-blanco.effect:focus {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #ff8c00;
}

.btn-blanco {
  background-color: #FFFFFF;
  color: #ff8c00;
  border: 2px solid #ffffff;
	margin-top: 20px;
}
.btn-blanco.effect:hover, 
 .btn-blanco.effect:focus {
  background: #ff8c00 none repeat scroll 0 0;
  border: 2px solid white;
  color: #ffffff !important;
}

/*============== boton naranja =============*/
.btn-naranja {
  background-color: #ff8c00;
  color: #ffffff !important;
  border: 2px solid #ff8c00;
}
.btn-naranja.border {
  background-color: transparent;
  color: #ff8c00 !important;
  border: 2px solid #ff8c00;
}

.btn-naranja.border:hover {
  background-color: #ff8c00;
  color: #ffffff !important;
  border: 2px solid #ff8c00;
}

.btn-naranja.effect:hover, 
 .btn-naranja.effect:focus {
  background: white none repeat scroll 0 0;
  border: 2px solid white;
  color: var(--orange) !important;
}


.bg-fixed {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}


header {
  position: relative;
}
.site-heading h2 {
  display: inline-block;
  font-weight: 600;
  padding-bottom: 20px;
  position: relative;
}
.site-heading p {
  margin: 0;
}

.site-heading h2::before {
  background: var(--orange) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  width: 40px;
}

.site-heading {
  margin-bottom: 30px;
  overflow: hidden;
  margin-top: -5px;
}
.carousel-shadow .owl-stage-outer {
  margin: -15px -15px 0;
  padding: 15px;
}
/* ============================================================== 
     # Banner 
=================================================================== */
body, 
.banner-area, 
.banner-area div {
  height: 100%;
}

.banner-area .box-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.banner-area .box-table {
  display: table;
  width: 100%;
}

.banner-area .box-cell, 
 .banner-area .box-cell div {
  height: auto;
}

.banner-area {
  position: relative;
  overflow: hidden;
}

.banner-area .content {
  position: relative;
  z-index: 9;
}

/* Animation delays */
.banner-area .item h1:first-child, 
 .banner-area .item h2:first-child, 
 .banner-area .item h3:first-child, 
 .banner-area .item h4:first-child, 
 .banner-area .item h5:first-child, 
 .banner-area .item h6:first-child {
  animation-delay: .5s;
}

.banner-area .item h1:nth-child(2), 
 .banner-area .item h2:nth-child(2), 
 .banner-area .item h3:nth-child(2), 
 .banner-area .item h4:nth-child(2), 
 .banner-area .item h5:nth-child(2), 
 .banner-area .item h6:nth-child(2) {
  animation-delay: .7s;
}

.banner-area .item a, 
 .banner-area .item button {
  animation-delay: .7s;
}

/* Carousel Fade Effect */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item, 
 .carousel-fade .carousel-inner .active.left, 
 .carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active, 
 .carousel-fade .carousel-inner .next.left, 
 .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.banner-area .carousel-zoom .slider-thumb {
  height: 100%;
  position: absolute;
  width: 100%;
}
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a {
        border-bottom: 1px solid #e0e0e0;
        color: #333;
        display: block;
        font-size: 14px;
        font-weight: 400;
        padding: 15px 0;
        text-transform: capitalize;
        width: 100%;
    }
nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
        background: #fff none repeat scroll 0 0;
        border: 1px solid transparent;
        border-radius: 2px;
        box-shadow: 0 5px 50px 0 rgba(0,0,0,.15);
        padding: 0;
        width: 250px
    }
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover{
	color: var(--orange);
}
@media (min-width: 1024px){
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    color: #333;
    display: block;
    font-size: 14px;
    margin-bottom: 0;
    padding: 12px 15px;
    text-align: left;
    text-transform: none;
    width: 100%;
}
}

/* Content */

.banner-area .transparent-nav .content {
  padding-top: 60px;
}

.banner-area .content {
  overflow: hidden;
}

.banner-area .content h1 {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: capitalize;
  line-height: 1.1;
}

.banner-area .content h1 span {
  color: var(--orange);
  font-weight: 700;
}
html>body .banner-area .content h1 span {
  color: #FF8C00;
}
@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, .banner-area .content h1 span { color: #FF8C00 } /* IE11 */
}



.banner-area .inc-top-heading h3 {
  text-transform: uppercase;
}

.banner-area .inc-top-heading a {
  margin-top: 5px;
}


	


/* ============================================================== 
     # About
=================================================================== */

.about-area .about-info {
  border-left: 1px solid #e7e7e7;
  padding-left: 30px;
}

.about-area.full-width .about-info {
  border: medium none;
  padding-left: 15px;
}

.about-area.full-width .single-item {
  margin-bottom: 30px;
}

.about-area .about-items .item a {
  padding: 50px 30px;
  display: block;
  -moz-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  -webkit-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  -o-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}

.about-area .about-info li h4,
.about-area .about-info li h5,
.about-area .about-items .item h4,
.about-area .about-items .item h5 {
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
}

.about-area h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

/* Thumbnail Services */

.services-inc-area .services-items .item {
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}

.services-inc-area .item .thumb {
  position: relative;
  z-index: 1;
}

.services-inc-area .item .overlay > a {
  bottom: 0;
  display: flex;
  left: 0;
  width: 100%;
  padding: 15px 20px;
  position: absolute;
  z-index: 1;
  align-items: center;
}

.services-inc-area .services-items.overlay-gap .item .overlay > a {
  bottom: 10px;
  left: 10px;
  right: 10px;
  width: auto;
}

.services-inc-area .services-items.overlay-gap .item .overlay i {
  font-size: 40px;
}

.services-inc-area .item .thumb .overlay > a::after {
  background: #000000 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.services-inc-area .item .overlay i {
  color: #ffffff;
  display: inline-block;
  font-size: 50px;
}

.services-inc-area .item .overlay h4 {
  border-left: 1px solid #ffffff;
  margin-left: 15px;
  padding-left: 15px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 14px;
}


.services-inc-area .item .overlay > a {
  color: #1cb9c8;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 5px;
	cursor:inherit;
}

.services-inc-area .item .info {
  background: #ffffff none repeat scroll 0 0;
  padding: 30px;
}

.services-inc-area .item .info a {
  color: #666666;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.services-inc-area .services-carousel .owl-nav {
  margin: 0;
}

.services-inc-area .services-items.services-carousel .owl-dots {
  position: relative;
  text-align: center;
  top: 100%;
	display: block;
}
.titulo-clientes{
	display: inline-block;
    font-weight: 600;
    padding-bottom: 20px;
    position: relative;
}
/**modificar clase**/
.footer-top .form form {
    float: right;
    width: 80%
}

.footer-top .form form input[type=email],.footer-top .form form .hs-button {
    border-radius: 15px!important
}

.footer-top .form form .hs-email label {
    display: none
}

.footer-top .form form input[type=email] {
    float: left;
    width: 70%!important;
    margin-right: 0;
	padding-left: 15px;
}

.footer-top .form form .hs-button {
    width: 25%;
    float: right;
    background: #ff8c00;
    padding: 0;
    color: #fff;
    font-size: 16px
}
/* ============================================================== 
     # Achivement
=================================================================== */

.achivement-area .info {
  padding-right: 30px;
}

.achivement-area .info h2 {
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 25px;
  padding-bottom: 25px;
  position: relative;
  text-transform: none;
  z-index: 1;
}

.achivement-area .info h2::after {
  background: #ffffff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 50px;
}

.achivement-area .info a {
  margin-top: 15px;
}

.achivement-area .achivement-items .fun-fact {
  padding: 50px 30px;
  position: relative;
  z-index: 1;
}

.achivement-area .achivement-items .fun-fact::after {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid rgba(255, 255, 255, 0.57);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.achivement-area .achivement-items .item {
  margin-top: 30px;
}

.achivement-area .achivement-items .item:first-child, 
.achivement-area .achivement-items .item:nth-child(2) {
  margin-top: 0;
}

.achivement-area .achivement-items .fun-fact .timer {
     color: var(--orange);
    display: block;
    font-family: "Poppins",sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
    padding-left: 0;
}
.fun-fact .col-md-6,.fun-fact .col-md-7,.fun-fact .col-md-5{
	padding: 0;
    text-align: center;
}
.numero{
	    width: 90%;
    margin: 0 auto;
}
.numero2{
	    width: 50%;
    margin: 0 auto;
}
.numero3{
	    width: 100%;
    margin: 0 auto;
}
.achivement-area .achivement-items .fun-fact .medium {
  color: #232323;
  display: block;
  font-family: "Poppins",sans-serif;
  font-size: 16px;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 600;
	text-align: center;
	    width: 75%;
    margin: 10px auto 0 auto;
}
.achivement-area .achivement-items .fun-fact .medium-2 {
color: #232323;
    font-family: "Poppins",sans-serif;
    font-size: 16px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 600;
    min-height: auto;
    display: block;
    text-align: center;
}

/* ============================================================== 
     # Work Process
=================================================================== */
.work-process-area .process-item .icon, 
.work-process-area .process-item .info {
  display: table-cell;
  vertical-align: top;
}

.work-process-area .process-item .info {
  padding-left: 30px;
}

.work-process-area .process-item .icon i {
  color: var(--orange);
  font-size: 60px;
	width: 75px;
}

.work-process-area .process-item .info span {
  display: block;
  font-family: "Poppins",sans-serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1.2;
  margin-bottom: 10px;
  opacity: 0.2;
}

.work-process-area .process-item .info h4 {
  font-weight: 600;
}

.work-process-area .process-items h2 {
  font-weight: 600;
  text-transform: capitalize;
}

.work-process-area .process-items .heading {
  margin-bottom: 30px;
}

.work-process-area .process-item {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 20px;
}

.work-process-area .process-item p:last-child {
  margin-bottom: 0;
}

.work-process-area .process-item:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}
@media(max-width:767px){
	.numero {
    width: 60%;
    margin: 0 auto;
}
   .achivement-area .achivement-items .fun-fact .timer {
    color: var(--orange);
    display: block;
    font-family: "Poppins",sans-serif;
    font-size: 53px;
    font-weight: 600;
    line-height: 1;
    padding-left: 0;
}
}
@media(min-width:768px) and (max-width:1024px){
	.achivement-area .achivement-items .fun-fact .medium-2 {
    width: 70%;
    margin: 0 auto;
		min-height: 80px;
}
}
@media(min-width:992px) and (max-width:1023px){
	.achivement-area .achivement-items .fun-fact .timer {
     color: var(--orange);
    display: block;
    font-family: "Poppins",sans-serif;
    font-size: 42px;
    font-weight: 600;
    line-height: 1;
    padding-left: 0;
}
	
}
@media(min-width:768px) and (max-width:991px){
		.achivement-area .achivement-items .fun-fact .timer {
     color: var(--orange);
    display: block;
    font-family: "Poppins",sans-serif;
    font-size: 56px;
    font-weight: 600;
    line-height: 1;
    padding-left: 0;
}
	
}
@media(min-width:1025px) and (max-width:1200px){
	.achivement-area .achivement-items .fun-fact .medium-2 {
    width: 70%;
    margin: 0 auto;
		min-height: 80px;
}
	.achivement-area .achivement-items .fun-fact .timer {
     color: var(--orange);
    display: block;
    font-family: "Poppins",sans-serif;
    font-size: 42px;
    font-weight: 600;
    line-height: 1;
    padding-left: 0;
}
}
@media(min-width:1200px){
	.achivement-area .achivement-items .fun-fact .medium-2 {
    width: 70%;
    margin: 0 auto;
		min-height: 80px;
}
		.achivement-area .achivement-items .fun-fact .timer {
     color: var(--orange);
    display: block;
    font-family: "Poppins",sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
    padding-left: 0;
}
}
@media(min-width:993px) and (max-width:1200px){
  .texto-distribucion{min-height: 260px;}
}
@media(min-width:768px) and (max-width:992px){
  .texto-distribucion{min-height: 390px;}
}
@media only screen and (max-width:768px){
  .texto-distribucion{min-height: 100px;}
}

/* ============================================================== 
     # Footer
=================================================================== */

.footer-top .content li {
  display: inline-block;
  margin-left: 100px;
  text-align: left;
}

.footer-top {
  border-bottom: 1px solid #e7e7e7;
  display: block;
  overflow: hidden;
  padding: 30px 0;
}

.footer-top .form form {
  float: right;
  width: 70%;
}

footer .f-items {
  overflow: hidden;
}

footer .footer-top img {
  height: 50px;
}

footer .f-item h4 {
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
}


footer .f-item.link li {
  float: left;
  margin-bottom: 7px;
  width: 100%;
  padding-right: 15px;
}


footer .f-item.link li a {
  display: inline-block;
  font-size: 14px;
  padding-left: 15px;
  position: relative;
}

footer .f-item.link li a:hover {
  color: var(--orange) !important;
}

footer .f-item.link li a::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 6px;
}

footer .f-item.link li:last-child {
  margin: 0;
}

footer .f-item .social li {
  display: inline-block;
  margin-right: 10px;
}

footer .f-item .social li a {
  border: 1px solid var(--orange);
  color: var(--orange);
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}

footer.bg-dark .f-item .social li a {
  border: 1px solid var(--orange);
}

footer .f-item .social {
  border-top: 1px solid  var(--orange);
  margin-top: 20px;
  padding-top: 25px;
}

footer .f-item.recent-post li a:last-child {
  display: inline-block;
  font-weight: 400;
}

footer .f-item.recent-post .meta-title {
  margin-top: 5px;
  text-transform: uppercase;
}

footer .f-item.recent-post li a span {
  display: inline-block;
  color: #cdd0d3;
}

footer .f-item.recent-post li a:hover {
  color: var(--orange);
}

footer .f-item.recent-post li span {
  display: inline-block;
}

footer .f-item.recent-post li span i {
  margin-right: 5px;
}

footer .f-item.recent-post .meta-title a {
  text-transform: capitalize;
}

footer .f-item.recent-post li {
  color: #cdd0d3;
}

footer .f-item.recent-post li {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 15px;
  padding-bottom: 20px;
}


footer .f-item.recent-post li:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

/* Footer Bottom */

.footer-bottom {
  border-top: 1px solid #e7e7e7;
  padding: 20px 0;
}
.services-inc-area .item .info a:hover {
    color: #ff8c00;
}
.btn-theme.effect:hover, .btn-theme.effect:focus{
	    background: var(--orange) none repeat scroll 0 0;
    border: 2px solid var(--orange);
    color: #fff;
}

.footer-bottom li {
  display: inline-block;
}

.footer-bottom li a {
  display: inline-block;
  margin-left: 15px;
}

.footer-bottom li a:hover {
  color: #ff8c00;
}

.footer-bottom p {
  margin: 0;
}


.seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
	  position: relative;
    min-height: 1px;
  }
@media (min-width: 1024px) and (max-width:1024px){
	.numero {
		width: 105%;
	}
	.numero2 {
    	width: 70%;
	}
}
@media (min-width: 1200px) {
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
	  float: left;
  }
}
@media (min-width: 991px) {
    .seven-cols .col-md-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
	  float: left;
  }
}
@media (min-width: 768px) {
    .seven-cols .col-sm-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
	  float: left;
  }
	
}
@media (max-width: 767px) {
    .seven-cols .col-xs-4 {
    width: 33.3%;
    *width: 33.3%;
	  float: left;
  }
	.seven-cols .col-xs-6 {
    width: 50%;
    *width: 50%;
	  float: left;
  }
	.footer-top .row {
  align-items: center;
  display: inline;
}

	
}
@media (max-width:500px){
	.banner-area .content h1 {
		font-size: 29px !important;
	}
	.banner-area .inc-top-heading a{
		margin-top: 5% !important;
	}
	.numero {
		width: 70%;
	}
}

/* ============================================================== 
     # Services
=================================================================== */

.services-inc-area.half-bg {
  position: relative;
  z-index: 1;
}

.services-inc-area.half-bg::after {
  background: #1d2024 none repeat scroll 0 0;
  content: "";
  height: 50%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.services-area .services-items .equal-height {
  margin-bottom: 30px;
  right: -1px;
}

.services-inc-area.inc-colum .equal-height {
  margin-bottom: 30px;
}

.services-items.colum-items .single-item {
  margin-bottom: 30px;
}

.services-area .services-items .item {
  background: #ffffff none repeat scroll 0 0;
  -moz-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  -webkit-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  -o-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  padding: 50px 30px;
}

.services-area .services-items .item i {
  border: 1px solid var(--orange);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: var(--orange);
  display: inline-block;
  font-size: 50px;
  height: 100px;
  line-height: 95px;
  position: relative;
  text-align: center;
  width: 100px;
}

.services-area .services-items .item i::after {
  border-bottom: 2px solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border-left: 2px solid;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 100%;
}

.services-area .services-items .item:hover i::after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.services-area .services-items .item .icon {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}

.services-area .services-items .item h4 {
  font-weight: 600;
  text-transform: none;
  display: block;
	padding-top:20px;
}

.services-area .services-items .item p {
  margin: 0;
}

.services-area .services-items .item a {
  color: #666666;
  display: inline-block;
  font-weight: 600;
  margin-top: 10px;
  text-transform: uppercase;
}

.services-area .services-items .item a:hover {
  color: var(--orange);
}

/* Services Shadow */

.services-area.shadow .services-items .item {
  background: transparent none repeat scroll 0 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: inherit;
  position: relative;
  z-index: 1;
}

.services-area.shadow .services-items .item::after {
  background: #1d2024 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.services-area.shadow .services-items .item:hover:after {
  background: #ffffff;
  opacity: 1;
}

.services-area.shadow .services-items .item i,
.services-area.shadow .services-items .item h4,
.services-area.shadow .services-items .item p,
.services-area.shadow .services-items .item i {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.services-area.shadow .services-items .item:hover p,
.services-area.shadow .services-items .item:hover h4 {
  color: #666666;
  opacity: 1;
}

.services-area.shadow .services-items .item:hover i {
  color: #1cb9c8;
  opacity: 1;
}

.services-area.shadow .services-items .item a {
  color: #1cb9c8;
}

.services-area.shadow .services-items .item i {
  border: medium none;
  color: #ffffff;
  height: inherit;
  line-height: inherit;
  width: inherit;
  border-radius: inherit;
}

.services-area.shadow .services-items .item a i {
  float: right;
  font-size: 14px;
  margin-left: 3px;
  margin-top: 1px;
  color: #1cb9c8;
}

.services-area.shadow .services-items .item i::after {
  border: none;
  border-radius: inherit !important;
}


/* Thumbnail Services */

.services-inc-area .services-items .item {
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}

.services-inc-area .item .thumb {
  position: relative;
  z-index: 1;
}

.services-inc-area .item .overlay > a {
  bottom: 0;
  display: flex;
  left: 0;
  width: 100%;
  padding: 15px 20px;
  position: absolute;
  z-index: 1;
  align-items: center;
}

.services-inc-area .services-items.overlay-gap .item .overlay > a {
  bottom: 10px;
  left: 10px;
  right: 10px;
  width: auto;
}

.services-inc-area .services-items.overlay-gap .item .overlay i {
  font-size: 40px;
}

.services-inc-area .item .thumb .overlay > a::after {
  background: #000000 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.services-inc-area .item .overlay i {
  color: #ffffff;
  display: inline-block;
  font-size: 50px;
}

.services-inc-area .item .overlay h4 {
  border-left: 1px solid #ffffff;
  margin-left: 15px;
  padding-left: 15px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 14px;
}


.services-inc-area .item .overlay h4 a {
  color: #ffffff;
}

.services-inc-area .item .overlay > a {
  color: #1cb9c8;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 5px;
	cursor:inherit;
}

.services-inc-area .item .info {
  background: #ffffff none repeat scroll 0 0;
  padding: 30px;
}

.services-inc-area .item .info a {
  color: #666666;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.services-inc-area .item .info a:hover {
  color: #ff8c00;
}

.services-inc-area .services-carousel .owl-nav {
  margin: 0;
}

.services-inc-area .services-carousel .owl-nav .owl-prev, 
.services-inc-area .services-carousel .owl-nav .owl-next {
  background: transparent none repeat scroll 0 0;
  color: #1cb9c8;
  font-size: 30px;
  height: 40px;
  left: -50px;
  line-height: 40px;
  margin: -20px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
}

.services-inc-area .services-carousel .owl-nav .owl-next {
  left: auto;
  right: -50px;
}

.services-inc-area .services-items.services-carousel .owl-dots {
  margin: -25px 0 0;
  position: absolute;
  right: -45px;
  top: 50%;
}

.services-inc-area .services-items.services-carousel .owl-dots .owl-dot {
  display: block;
}

.services-inc-area .services-items.services-carousel .owl-dots .owl-dot span {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #cccccc;
  height: 20px;
  margin: 10px 0;
  width: 20px;
}

.services-inc-area .services-items.services-carousel .owl-dots .owl-dot.active span {
  background: #1cb9c8 none repeat scroll 0 0;
  border-color: #1cb9c8;
}


/* Services item cell */

.services-area .services-items.item-cell .item .icon, 
.services-area .services-items.item-cell .item .info {
  display: table-cell;
  vertical-align: bottom;
}

.services-area .services-items.item-cell .item .info {
  padding-left: 25px;
}

.services-area .services-items.item-cell .item {
  padding: 50px 20px;
}

.services-area .services-items.item-cell .item .icon {
  position: relative;
  z-index: 1;
}

.services-area .services-items.item-cell .item .icon span {
  font-family: "Poppins",sans-serif;
  font-size: 52px;
  font-weight: 900;
  left: 0;
  opacity: 0.06;
  position: absolute;
  top: 15px;
}

.services-area .services-items.item-cell .item .icon i {
  border: medium none;
  height: inherit;
  line-height: inherit;
  width: inherit;
}

.services-area .services-items.item-cell .item .icon i::after {
  display: none;
}


/* Services Single */

.services-single-area .sidebar-item {
  border: 1px solid #e7e7e7;
  margin-bottom: 30px;
  padding: 30px;
}

.services-single-area .sidebar-item:last-child {
  margin-bottom: 0;
}

.services-single-area .sidebar-item .title h4 {
  font-weight: 500;
  margin-top: -5px;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.services-single-area .sidebar-item .title h4::before {
  background: var(--orange) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
  z-index: -1;
}

.services-single-area .sidebar-item.link li {
  display: block;
  margin-bottom: 15px;
}

.services-single-area .sidebar-item.link li a {
  color: #666666;
  font-size: 16px;
}

.services-single-area .sidebar-item.link li:last-child {
  margin-bottom: 0;
}

.services-single-area .sidebar-item li {
  display: block;
  margin-bottom: 30px;
}

.services-single-area .sidebar-item li .icon, 
.services-single-area .sidebar-item li span {
  display: table-cell;
  vertical-align: top;
}

.services-single-area .sidebar-item li span {
  padding-left: 15px;
}

.services-single-area .sidebar-item li .icon i.fa-clock, 
.services-single-area .sidebar-item li .icon i.fa-envelope-open {
  font-weight: 500;
}

.services-single-area .sidebar-item li .icon i {
  color: #1cb9c8;
  display: inline-block;
  font-size: 50px;
}

.services-single-area .sidebar-item.project li span {
  float: left;
  font-family: "Poppins",sans-serif;
  font-weight: 600;
  padding: 0;
  text-transform: capitalize;
}

.services-single-area .sidebar-item.project li {
  margin-bottom: 15px;
  text-align: right;
}

.services-single-area .sidebar-item.project li:last-child {
  margin-bottom: 0;
}

.services-single-area .info h2 {
  font-weight: 600;
}

.services-single-area .services-content img {
  margin-bottom: 30px;
}

.services-single-area .info h4 {
  font-weight: 600;
  letter-spacing: 1px;
}
.titulo-clientes{
	display: inline-block;
    font-weight: 600;
    padding-bottom: 20px;
    position: relative;
}
/* Services item cell */

.services-area .services-items.item-cell .item .icon, 
.services-area .services-items.item-cell .item .info {
  display: table-cell;
  vertical-align: bottom;
}

.services-area .services-items.item-cell .item .info {
  padding-left: 25px;
}

.services-area .services-items.item-cell .item {
  padding: 50px 20px;
}

.services-area .services-items.item-cell .item .icon {
  position: relative;
  z-index: 1;
}

.services-area .services-items.item-cell .item .icon span {
  font-family: "Poppins",sans-serif;
  font-size: 52px;
  font-weight: 900;
  left: 0;
  opacity: 0.06;
  position: absolute;
  top: 15px;
}

.services-area .services-items.item-cell .item .icon i {
  border: medium none;
  height: inherit;
  line-height: inherit;
  width: inherit;
}

.services-area .services-items.item-cell .item .icon i::after {
  display: none;
}


/* Services Single */

.services-single-area .sidebar-item {
  border: 1px solid #e7e7e7;
  margin-bottom: 30px;
  padding: 30px;
}

.services-single-area .sidebar-item:last-child {
  margin-bottom: 0;
}

.services-single-area .sidebar-item .title h4 {
  font-weight: 500;
  margin-top: -5px;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.services-single-area .sidebar-item .title h4::before {
  background: var(--orange) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
  z-index: -1;
}

.services-single-area .sidebar-item.link li {
  display: block;
  margin-bottom: 15px;
}

.services-single-area .sidebar-item.link li a {
  color: #666666;
  font-size: 16px;
}

.services-single-area .sidebar-item.link li:last-child {
  margin-bottom: 0;
}

.services-single-area .sidebar-item li {
  display: block;
  margin-bottom: 30px;
}

.services-single-area .sidebar-item li .icon, 
.services-single-area .sidebar-item li span {
  display: table-cell;
  vertical-align: top;
}

.services-single-area .sidebar-item li span {
  padding-left: 15px;
}

.services-single-area .sidebar-item li .icon i.fa-clock, 
.services-single-area .sidebar-item li .icon i.fa-envelope-open {
  font-weight: 500;
}

.services-single-area .sidebar-item li .icon i {
  color: #1cb9c8;
  display: inline-block;
  font-size: 50px;
}

.services-single-area .sidebar-item.project li span {
  float: left;
  font-family: "Poppins",sans-serif;
  font-weight: 600;
  padding: 0;
  text-transform: capitalize;
}

.services-single-area .sidebar-item.project li {
  margin-bottom: 15px;
  text-align: right;
}

.services-single-area .sidebar-item.project li:last-child {
  margin-bottom: 0;
}

.services-single-area .info h2 {
  font-weight: 600;
}

.services-single-area .services-content img {
  margin-bottom: 30px;
}

.services-single-area .info h4 {
  font-weight: 600;
  letter-spacing: 1px;
}
.titulo-clientes{
	display: inline-block;
    font-weight: 600;
    padding-bottom: 20px;
    position: relative;
}
/***************************  sprits ******************************/
.clientes{
background-image:url("../../img/clientes-logisa.png");
}
.kyo{
background-position: -10px -1px; width: 170px; height: 160px; margin: 0 auto;
}
.kyo-mobile{
background-position: -10px -1px; width: 160px; height: 160px; margin: 0 auto;
}
.alestra{
background-position: -190px -1px; width: 170px; height: 160px; margin: 0 auto;
}
.alestra-mobile{
background-position: -190px -1px; width: 160px; height: 160px; margin: 0 auto;
}
.pemex{
background-position: -380px -1px; width: 175px; height: 160px; margin: 0 auto;
}
.pemex-mobile{
background-position: -380px -1px; width: 160px; height: 160px; margin: 0 auto;
}
.elecktra{
background-position: -575px -1px; width: 170px; height: 160px; margin: 0 auto;
}
.elecktra-mobile{
background-position: -575px -1px; width: 160px; height: 160px; margin: 0 auto;
}
.imss{
background-position: -775px -1px; width: 90%; height: 160px; margin: 0 auto;
}
.imss1{
background-position: -750px -1px; width: 160px; height: 160px; margin: 0 auto;
}
.izzi{
background-position: -10px -170px; width: 175px; height: 160px; margin: 0 auto;
}
.izzi-mobile{
background-position: -10px -170px; width: 160px; height: 160px; margin: 0 auto;
}
.mtp{
background-position: -180px -170px; width: 175px; height: 160px; margin: 0 auto;
}
.mtp-mobile{
background-position: -180px -170px; width: 160px; height: 160px; margin: 0 auto;
}
.total-play{
background-position: -392px -200px; width: 160px; height: 160px; margin: 0 auto;
}
.total-play-mobile{
background-position: -392px -180px; width: 160px; height: 160px; margin: 0 auto;
}
.ine{
background-position: -592px -200px; width: 160px; height: 160px; margin: 0 auto;
}
.ine-mobile{
background-position: -592px -200px; width: 160px; height: 160px; margin: 0 auto;
}
.banco-azteca{
background-position: -780px -200px; width: 160px; height: 160px; margin: 0 auto;
}
.banco-azteca-mobile{
background-position: -780px -200px; width: 160px; height: 160px; margin: 0 auto;
}
.tkm{
background-position: -5px -380px; width: 160px; height: 160px; margin: 0 auto;
}
.tkm-mobile{
background-position: -5px -380px; width: 160px; height: 160px; margin: 0 auto;
}
.ticketmaster{
background-position: -210px -400px; width: 170px; height: 160px; margin: 0 auto;
}
.ticketmaster-mobile{
background-position: -210px -380px; width: 160px; height: 160px; margin: 0 auto;
}
.cenace{
background-position: -395px -400px; width: 170px; height: 160px; margin: 0 auto;
}
.cenace-1{
background-position: -395px -370px; width: 160px; height: 160px; margin: 0 auto;
}
.sanluis{
background-position: -560px -380px; width: 170px; height: 160px; margin: 0 auto;
}
.sanluis1{
background-position: -560px -365px; width: 160px; height: 160px; margin: 0 auto;
}
/************************************ iconos sprits *****************/
.iconos-servicios{
background-image:url('../../img/iconos-servicios.png');
}
.energia{
background-position: -2px -12px; width: 115px; height: 100px; background-repeat: no-repeat; margin: 0 auto;
}
.distribucion{
background-position: -260px -134px; width: 115px; height: 100px; background-repeat: no-repeat; margin: 0 auto;
}
.aire{
background-position: -2px -125px; width: 115px; height: 100px; background-repeat: no-repeat; margin: 0 auto;
}
.piso{
background-position: -140px -12px; width: 115px; height: 100px; background-repeat: no-repeat; margin: 0 auto;
}
.chillers{
background-position: -255px -12px; width: 115px; height: 100px; background-repeat: no-repeat; margin: 0 auto;
}
.confinamiento{
background-position: -135px -134px; width: 115px; height: 100px; background-repeat: no-repeat; margin: 0 auto;
}


@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../fonts/Flaticon.woff") format("woff"),
       url("../fonts/Flaticon.ttf") format("truetype"),
       url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Flaticon-swap";
  font-display: swap;
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../fonts/Flaticon.woff") format("woff"),
       url("../fonts/Flaticon.ttf") format("truetype"),
       url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("./Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.flaticon-quick-dry:before { content: "\f100"; }
.flaticon-presentation:before { content: "\f101"; }
.flaticon-target:before { content: "\f102"; }
.flaticon-analysis:before { content: "\f103"; }
.flaticon-money:before { content: "\f104"; }
.flaticon-analysis-1:before { content: "\f105"; }
.flaticon-portfolio:before { content: "\f106"; }
.flaticon-graph:before { content: "\f107"; }
.flaticon-fit:before { content: "\f108"; }
.flaticon-report:before { content: "\f109"; }
.flaticon-research:before { content: "\f10a"; }
.flaticon-support:before { content: "\f10b"; }
.flaticon-customer-service:before { content: "\f10c"; }
.flaticon-plan:before { content: "\f10d"; }
.flaticon-chart:before { content: "\f10e"; }
.flaticon-cost:before { content: "\f10f"; }
.flaticon-investment:before { content: "\f110"; }
.flaticon-piggy-bank:before { content: "\f111"; }
.flaticon-funds:before { content: "\f112"; }
.flaticon-testing:before { content: "\f113"; }
.flaticon-research-1:before { content: "\f114"; }
.flaticon-start:before { content: "\f115"; }
.flaticon-start-up:before { content: "\f116"; }
.flaticon-quality-badge:before { content: "\f117"; }
.flaticon-award:before { content: "\f118"; }
.flaticon-value:before { content: "\f119"; }
.flaticon-quality:before { content: "\f11a"; }
.flaticon-diamond:before { content: "\f11b"; }
.flaticon-harddisk:before { content: "\f11c"; }
.flaticon-link-building:before { content: "\f11d"; }
.flaticon-computer:before { content: "\f11e"; }

/************************ fontawesome **********/

.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}

@font-face{
	font-family:"Font Awesome 5 Brands";
	font-style:normal;font-weight:normal;font-display: swap;
	src:url(../fonts/fa-brands-400.eot);
	src:url(../fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),
		url(../fonts/fa-brands-400.woff2) format("woff2"),
		url(../fonts/fa-brands-400.woff) format("woff"),
		url(../fonts/fa-brands-400.ttf) format("truetype"),
		url(../fonts/fa-brands-400.svg#fontawesome) format("svg")}
.fab{font-family:"Font Awesome 5 Brands"}
@font-face{
	font-family:"Font Awesome 5 Free";
	font-style:normal;
	font-weight:400;
	src:url(../fonts/fa-regular-400.eot);
	src:url(../fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),
		url(../fonts/fa-regular-400.woff2) format("woff2"),
		url(../fonts/fa-regular-400.woff) format("woff"),
		url(../fonts/fa-regular-400.ttf) format("truetype"),
		url(../fonts/fa-regular-400.svg#fontawesome) format("svg")}
.far{font-weight:400}
@font-face{
	font-family:"Font Awesome 5 Free";
	font-style:normal;
	font-display: swap;
	font-weight:900;
	src:url(../fonts/fa-solid-900.eot);
	src:url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),
		url(../fonts/fa-solid-900.woff2) format("woff2"),
		url(../fonts/fa-solid-900.woff) format("woff"),
		url(../fonts/fa-solid-900.ttf) format("truetype"),
		url(../fonts/fa-solid-900.svg#fontawesome) format("svg")}
.fa,.far,.fas{font-family:"Font Awesome 5 Free"}
.fa,.fas{font-weight:900}
.fa-angle-double-right:before{content:"\f101"}
.fa-envelope:before{content:"\f0e0"}
.fa-facebook-f:before{content:"\f39e"}
.fa-linkedin-in:before{content:"\f0e1"}
.fa-map-marker:before{content:"\f041"}
.fa-phone:before{content:"\f095"}
.fa-bars:before{content: "\f0c9"}
.fa-times:before{content: "\f00d"}
/************************************************** bost nav ***********************/

nav.bootsnav .container {
    position: relative
}
.navbar-collapse {
    padding: 0
}
nav.navbar .navbar-brand {
    height: auto!important
}
nav.navbar.bootsnav.navbar-default.navbar-fixed.navbar-transparent.inc-topbar {
    margin-top: 0;
    transition: all .35s ease-in-out 0s
}

nav.navbar.bootsnav.navbar-default.navbar-fixed.inc-topbar {
    margin-top: 0
}
nav.navbar.bootsnav {
    background-color: #fff;
    border-radius: 0;
    border: none;
    box-shadow: 0 8px 25px 0 rgba(0,0,0,.04);
    -moz-box-shadow: 0 8px 25px 0 rgba(0,0,0,.04);
    -webkit-box-shadow: 0 8px 25px 0 rgba(0,0,0,.04);
    -o-box-shadow: 0 8px 25px 0 rgba(0,0,0,.04);
    margin: 0
}
nav.navbar.bootsnav ul.nav>li>a {
    color: #333;
    background-color: transparent!important;
    font-weight: 600
}
nav.navbar.bootsnav .navbar-toggle {
    background-color: transparent!important;
    border: none;
    padding: 0;
    font-size: 18px;
    position: relative;
    top: 5px
}
#navbar-menu {
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}
body {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle::after {
    content: "\f107";
    font-family: "font awesome 5 free";
    margin-left: 5px;
    margin-top: 2px
}
nav.navbar.bootsnav.navbar-fixed {
    display: block;
    position: fixed;
    width: 100%;
    z-index: 100;
    box-shadow: 0 8px 25px 0 rgba(0,0,0,.04);
    -moz-box-shadow: 0 8px 25px 0 rgba(0,0,0,.04);
    -webkit-box-shadow: 0 8px 25px 0 rgba(0,0,0,.04);
    -o-box-shadow: 0 8px 25px 0 rgba(0,0,0,.04);
    top: 0
}
nav.navbar.bootsnav {
    z-index: 100
}

@media (min-width: 1024px) and (max-width: 1400px) {
  body.wrap-nav-sidebar .wrapper .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 35px 12px !important;
  }

  nav.navbar.bootsnav.sticked ul.nav > li > a {
    padding: 30px 12px !important;
  }
	nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
        background: #fff none repeat scroll 0 0;
        border: 1px solid transparent;
        border-radius: 2px;
        box-shadow: 0 5px 50px 0 rgba(0,0,0,.15);
        padding: 0;
        width: 250px
    }
}
@media (min-width: 1023px) {
	nav.navbar.bootsnav ul.nav.navbar-right .dropdown-menu {
        right: auto
    }
	nav.navbar.bootsnav ul.nav>li>a {
        font-size: 13px;
        font-weight: 600;
        letter-spacing: .06em;
        padding: 35px 15px;
        text-transform: capitalize
    }
	 nav.navbar.bootsnav .navbar-brand {
        padding: 20px 15px
    }
	 nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
        background: #fff none repeat scroll 0 0;
        border: 1px solid transparent;
        border-radius: 2px;
        box-shadow: 0 5px 50px 0 rgba(0,0,0,.15);
        padding: 0;
        width: 250px
    }
   nav.navbar.bootsnav.navbar-transparent.white {
        background-color: rgba(255,255,255,.3);
        border-bottom: solid 1px #bbb
    }
	 nav.navbar.bootsnav.no-background.white .attr-nav>ul>li>a,nav.navbar.bootsnav.navbar-transparent.white .attr-nav>ul>li>a,nav.navbar.bootsnav.navbar-transparent.white ul.nav>li>a,nav.navbar.bootsnav.no-background.white ul.nav>li>a {
        color: #fff
    }
	nav.navbar.bootsnav.navbar-fixed.navbar-transparent .logo-scrolled,nav.navbar.bootsnav.navbar-fixed.no-background .logo-scrolled {
        display: none
    }

    nav.navbar.bootsnav.navbar-fixed.navbar-transparent .logo-display,nav.navbar.bootsnav.navbar-fixed.no-background .logo-display {
        display: block
    }

    nav.navbar.bootsnav.navbar-fixed .logo-display {
        display: none
    }

    nav.navbar.bootsnav.navbar-fixed .logo-scrolled {
        display: block
    }
}
@media (max-width: 1023px) {
	 nav.navbar.bootsnav .navbar-brand {
        display: inline-block;
        float: none!important;
        margin: 0!important
    }

    nav.navbar.bootsnav .navbar-header {
        float: none;
        display: block;
        text-align: center;
        padding-left: 30px;
        padding-right: 30px
    }

    nav.navbar.bootsnav .navbar-toggle {
        display: inline-block;
        float: left;
        margin-right: -200px;
        margin-top: 15px
    }
	.navbar-brand>img {
        height: 30px!important
    }
	 nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle::after {
        display: none
    }
	nav.navbar.bootsnav ul.nav li.dropdown>ul.dropdown-menu {
        box-shadow: inherit!important
    }
	nav.navbar.bootsnav ul.nav li.dropdown>ul.dropdown-menu li>a {
        border-bottom: 1px solid #e7e7e7!important
    }
    nav.navbar.bootsnav ul.nav li.dropdown>ul.dropdown-menu li:hover>a {
        background-color: transparent!important;
        color: #1cb9c8!important
    }
	nav.navbar.bootsnav .navbar-collapse {
        border: none;
        margin-bottom: 0
    }

    nav.navbar.bootsnav.no-full .navbar-collapse {
        max-height: 350px;
        overflow-y: auto!important
    }

    nav.navbar.bootsnav .navbar-collapse.collapse {
        display: none!important
    }

    nav.navbar.bootsnav .navbar-collapse.collapse.in {
        display: block!important
    }

    nav.navbar.bootsnav .navbar-nav {
        float: none!important;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0
    }

    nav.navbar.bootsnav .navbar-nav>li {
        float: none
    }

    nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
        font-family: 'font awesome 5 free';
        font-weight: 900;
        content: "\f105";
        float: right;
        font-size: 16px;
        margin-left: 10px
    }

    nav.navbar.bootsnav li.dropdown.on>a.dropdown-toggle:before {
        content: "\f107"
    }

    nav.navbar.bootsnav .navbar-nav>li>a {
        display: block;
        width: 100%;
        border-bottom: solid 1px #e0e0e0;
        padding: 10px 0!important;
        border-top: solid 1px #e0e0e0;
        margin-bottom: -1px
    }

    nav.navbar.bootsnav .navbar-nav>li:first-child>a {
        border-top: none
    }
	nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
        width: 100%;
        position: relative!important;
        background-color: transparent;
        float: none;
        border: none;
        padding: 0 0 0 15px!important;
        margin: 0 0 -1px!important;
        -moz-box-shadow: 0 0 0;
        -webkit-box-shadow: 0 0 0;
        -o-box-shadow: 0 0 0;
        box-shadow: 0 0 0;
        -moz-border-radius: 0 0 0;
        -webkit-border-radius: 0 0 0;
        -o-border-radius: 0 0 0;
        border-radius: 0 0 0
    }

    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a {
        border-bottom: 1px solid #e0e0e0;
        color: #333;
        display: block;
        font-size: 14px;
        font-weight: 400;
        padding: 15px 0;
        text-transform: capitalize;
        width: 100%;
    }
	body>.wrapper {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }
    nav.navbar.bootsnav.navbar-fixed .logo-scrolled {
        display: block!important
    }

    nav.navbar.bootsnav.navbar-fixed .logo-display {
        display: none!important
    }
}
@media (max-width: 767px) {
  nav.navbar.bootsnav .navbar-header {
    padding-left: 15px;
    padding-right: 15px;
  }

  nav.navbar.bootsnav .navbar-nav {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
  }
}
@media(min-width: 480px) and (max-width:640px) {
	
  .navbar-brand>img {
    display: initial;
    height: auto
}	
}
@media(min-width: 1024px) {
	
	nav.navbar ul.nav>li>a {
        padding:30px 15px;
        font-weight: 300
    }

    nav.navbar .navbar-brand {
        margin-top: 0
    }

    nav.navbar .navbar-brand {
        margin-top: 0
    }

    nav.navbar li.dropdown ul.dropdown-menu {
        border-top: solid 5px
    }
	nav.navbar.bootsnav.navbar-transparent.white {
        background: #fff none repeat scroll 0 0;
        border-bottom: 1px solid rgba(255,255,255,.1)
    }
	 nav.navbar.bootsnav.no-background.white .attr-nav>ul>li>a,nav.navbar.bootsnav.navbar-transparent.white .attr-nav>ul>li>a,nav.navbar.bootsnav.navbar-transparent.white ul.nav>li>a,nav.navbar.bootsnav.no-background.white ul.nav>li>a {
        color: #333
    }

}
@media (max-width: 992px) {
  nav.navbar .navbar-brand {
    margin-top: 0;
    position: relative;
  }
	nav.navbar .navbar-brand img.logo {
        height: 30px
    }
}
@media(min-width: 480px) and (max-width:640px) {
    nav.bootsnav.navbar-full ul.nav {
        padding-top:30px;
        padding-bottom: 30px
    }
}

.navbar-brand>img {
    display: initial;
    height: auto
}

/*================================ 
    #RESPONSIVE CSS 
====================================*/

/* Tablet Layout: 768px.*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.team-area .team-items.team-carousel .owl-nav .owl-prev, 
.team-area .team-items.team-carousel .owl-nav .owl-next {
  background: transparent none repeat scroll 0 0;
  color: #1cb9c8;
  font-size: 30px;
  height: 40px;
  left: 1px;
  line-height: 40px;
  margin: -20px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
}
	.services-inc-area .services-carousel .owl-nav .owl-prev, 
.services-inc-area .services-carousel .owl-nav .owl-next {
  background: transparent none repeat scroll 0 0;
  color: #1cb9c8;
  font-size: 30px;
  height: 40px;
  left: 1px;
  line-height: 40px;
  margin: -20px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
}
	.breadcrumb-area {
  padding: 90px 0;
	margin-top: 50px;
}
	.padding-nosotros{padding-top: 0}
.team-area .team-items.team-carousel .owl-nav .owl-next {
  left: auto;
  right: 1px;
}
	.services-inc-area .services-carousel .owl-nav .owl-next {
  left: auto;
  right: 1px;
}
	
.medida-procesos{min-height: 160px;}
	.medida-procesos-2{min-height: 80px;}
  nav.navbar.bootsnav.navbar-default.navbar-fixed.navbar-transparent.inc-topbar {
	  margin-top:1px}

  /* Topbar */
  .top-bar-area .row {
    display: block;
  }

  .top-bar-area .address-info {
    overflow: hidden;
    width: 100%;
    text-align: center;
  }

  .top-bar-area .social {
    float: left;
    text-align: center;
    width: 100%;
    display: none;
  }

  .top-bar-area .info.box li {
    float: none;
  }

  .top-bar-area .info {
    text-align: left;
  }

  .top-bar-area .info.box {
    text-align: center;
  }

  .top-bar-area .link {
    display: none;
    text-align: center;
  }

  /* About */
  .about-area .about-items .item a {
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  }

  .about-area.inc-video .video-info {
    float: none;
    margin-bottom: 30px;
    overflow: hidden;
  }

  .about-area .about-list {
    border: medium none;
    margin-top: 30px;
    padding-left: 15px;
  }

  .about-area.inc-video .about-info {
    border: medium none;
    margin-top: 30px;
    padding-left: 15px;
  }

  .about-area .about-content.content-left .thumb {
    margin-top: 30px;
  }

  /* Skill */
  .skill-area .skill-items {
    border-left: medium none;
  }

  .skill-area .info {
    padding-right: 15px;
  }

  .skill-area .skill-items {
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .skill-area.full .row {
    display: block;
  }

  .skill-area.full .bg-cover {
    min-height: 400px;
  }

  .skill-area.full .skill-items {
    margin-top: 0;
    padding: 80px 15px;
  }

  .skill-area.full .skill-items h2 {
    margin-bottom: 30px;
  }

  /* Work Place */
  .work-place-area {
    background: #f9f9f9 none repeat scroll 0 0;
  }

  .work-place-area .work-place-items .item {
    display: block;
  }

  .work-place-area .work-place-items .item .thumb {
    min-height: 400px;
  }

  .work-place-area .work-place-items .item .info {
    padding: 80px 15px;
  }

  .work-place-area .work-place-items.workplace-carousel .owl-nav .owl-prev, 
  .work-place-area .work-place-items.workplace-carousel .owl-nav .owl-next {
    top: 200px;
  }

  .services-single-area .sidebar {
    margin-top: 30px;
  }

  /* Word Process */
  .work-process-area .process-item {
    margin-top: 30px;
  }


  /* Team */
  .team-items.single .profile {
    margin-bottom: 30px;
    padding-right: 15px;
  }


  /* Testimonials & Faq */
  .testimonials-faq .faq-area {
    margin-top: 30px;
  }


  /* Achivement */
  .achivement-area .info {
    padding-right: 15px;
  }



  /* Clients */
  .clients-area .row {
    display: block;
  }

  .clients-area .left-info {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-right: medium none;
    margin-bottom: 30px;
    padding-bottom: 15px;
    padding-right: 15px;
    text-align: center;
  }

  .clients-area .clients-box {
    padding-left: 15px;
  }

  .clients-area h4::after {
    left: 50%;
    margin-left: -25px;
  }

  /* Blog */
  .blog-area .sidebar {
    margin-bottom: -10px;
    margin-top: 50px;
  }

  .blog-area.left-sidebar .blog-content {
    float: none;
  }

  .blog-area.single .blog-items .item .contact-comments .col-md-6 {
    float: none;
    padding: 0 15px;
  }

  /* Login Register */
  form.white-popup-block .login-social {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
    overflow: hidden;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  form.white-popup-block .login-custom {
    border-left: medium none;
    padding: 0;
  }

  /* Portfolio */
  .portfolio-area .portfolio-items.col-2 .pf-item,
  .portfolio-area .portfolio-items.col-3 .pf-item,
  .portfolio-area .portfolio-items.col-4 .pf-item {
    width: 50%;
  }


  /* Contact */
  .contact-area .contact-form {
    margin-top: 30px;
  }

  .callback-area .thumb {
    margin-top: 30px;
  }


  /* Footer */
  .footer-top .form form {
    width: 100%;
  }

  footer .f-items .equal-height {
    display: block;
    margin-bottom: 50px;
    float: left;
    width: 100%;
  }

  footer.col-3 .f-items .equal-height {
    display: inline-block;
    width: 50%;
  }

  footer.col-3 .f-items .equal-height:nth-child(3) {
    margin-bottom: 0;
  }

  footer .f-items .equal-height:last-child {
    margin-bottom: 0;
  }

  footer .footer-bottom {
    text-align: center;
  }

  footer .footer-bottom .link {
    margin-top: 10px;
    text-align: center;
  }
}


/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
	.medida-procesos{min-height: 80px;}
	.medida-procesos-2{min-height: 80px;}

  /* Heading */
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
    line-height: 1.4;
  }

  h5 {
    font-size: 16px;
    line-height: 1.4;
  }

  h6 {
    font-size: 14px;
    line-height: 1.4;
  }

  .default-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .padding-xl {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .default-padding.bottom-less {
    padding-bottom: 20px;
    padding-top: 50px;
  }

  .default-padding-bottom {
    padding-bottom: 50px;
  }

  .default-padding-top {
    padding-top: 50px;
  }

  .default-padding.bottom-30 {
    padding-bottom: 0;
    padding-top: 50px;
  }

  .default-padding.bottom-20 {
    padding-bottom: 20px;
    padding-top: 50px;
  }

  .padding-less-mobile {
    padding-top: 0;
  }

  .site-heading {
    margin-bottom: 30px;
  }

  .site-heading.single {
    margin-bottom: 20px;
  }

  .carousel-shadow.default-padding {
    padding-bottom: 35px;
  }

  .breadcrumb-area {
    padding: 100px 0;
  }

  .breadcrumb-area h1 {
    font-size: 33px;
  }

  /* Topbar */
  .top-bar-area {
    display: none;
  }

  nav.navbar .quote-btn {
    display: none;
  }

  nav.navbar.bootsnav.navbar-default.navbar-fixed.navbar-transparent.inc-topbar {
    margin-top: 0;
  }

  .side {
    padding: 50px 50px 50px 35px;
    width: 320px;
  }

  /* Banner Area */

  .banner-area .content h1 {
    font-size: 36px;
    line-height: 1.2;
  }

  .banner-area .transparent-nav .content {
    padding-top: 60px;
  }

  .banner-area .heading-uppercase .content h1 {
    font-size: 36px;
  }

  .banner-area .text-center p {
    padding: 0;
  }

  /* About  */
  .about-area .about-items .item a {
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  }

  .about-area.inc-video .video-info {
    float: none;
    margin-bottom: 30px;
    overflow: hidden;
  }

  .about-area .about-info li:first-child, 
  .about-area .about-info li:nth-child(2) {
    margin-top: 30px;
  }

  .about-area.inc-video .about-info {
    text-align: center;
    overflow: hidden;
  }

  .about-area .about-info li {
    text-align: center;
    width: 100%;
  }

  .about-area .about-list {
    border: medium none;
    margin-top: 30px;
    padding-left: 15px;
  }

  .about-area .management-quote {
    padding-right: 15px;
    text-align: center;
  }

  .about-area .management-quote .management-items p::before {
    left: 50%;
    margin-left: -20px;
  }

  .about-area .author {
    display: block;
  }

  .about-area .author .info {
    padding: 0;
  }

  .about-area .author .thumb {
    margin: auto auto 15px;
  }

  .about-area .about-list li .icon, 
  .about-area .about-list li .info {
    display: block;
    text-align: center;
  }

  .about-area .about-list li .icon {
    margin-bottom: 15px;
  }

  .about-area .about-content.content-left .thumb {
    margin-top: 30px;
  }

  /* Services */
  .services-inc-area .services-carousel .owl-nav {
    display: none;
  }

  .services-single-area .sidebar {
    margin-top: 30px;
  }

  /* Skill */
  .skill-area .skill-items {
    border-left: medium none;
  }

  .skill-area .info {
    padding-right: 15px;
  }

  .skill-area .skill-items {
    margin-top: 30px;
  }

  .skill-area.full .row {
    display: block;
  }

  .skill-area.full .bg-cover {
    min-height: 300px;
  }

  .skill-area.full .skill-items {
    margin-top: 0;
    padding: 50px 15px;
  }

  .skill-area.full .skill-items h2 {
    margin-bottom: 30px;
  }

  .skill-area .tab-items .nav-pills {
    border: medium none;
    margin-bottom: 10px;
    margin-top: 30px;
    text-align: center;
  }

  .skill-area .tab-items .nav-pills li {
    display: inline-block;
    float: none;
  }

  .skill-area .tab-items .nav-pills a {
    border: 1px solid #e7e7e7;
    margin: 0 5px 10px;
    padding: 10px 15px;
  }

  .skill-area .tab-items .nav-pills .active a::after {
    display: none;
  }


  /* Work Place */
  .work-place-area {
    background: #f9f9f9 none repeat scroll 0 0;
  }

  .work-place-area .work-place-items .item {
    display: block;
  }

  .work-place-area .work-place-items .item .thumb {
    min-height: 350px;
  }

  .work-place-area .work-place-items .item .info {
    padding: 50px 15px;
  }

  .work-place-area .work-place-items.workplace-carousel .owl-nav {
    display: none;
  }

  /* Word Process */
  .work-process-area .process-item {
    margin-top: 30px;
  }

  /* Team */
  .team-area .team-items.team-carousel .owl-nav {
    display: none;
  }

  .team-items.single .profile {
    margin-bottom: 30px;
    padding-right: 15px;
  }

  /* Testimonials & Faq */
  .testimonials-faq .faq-area {
    margin-top: 30px;
  }


  /* Achivement */
  .achivement-area .info {
    padding-right: 15px;
  }

  .achivement-area .achivement-items .item:first-child, 
  .achivement-area .achivement-items .item:nth-child(2) {
    margin-top: 30px;
  }

  .achivement-area .achivement-items {
    text-align: center;
  }

  /* Clients */
  .clients-area .row {
    display: block;
  }

  .clients-area .left-info {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-right: medium none;
    margin-bottom: 30px;
    padding-bottom: 15px;
    padding-right: 15px;
    text-align: center;
  }

  .clients-area .clients-box {
    padding-left: 15px;
  }

  .clients-area h4::after {
    left: 50%;
    margin-left: -25px;
  }

  /* Portfolio */
  .portfolio-area .portfolio-items.col-2 .pf-item,
  .portfolio-area .portfolio-items.col-3 .pf-item,
  .portfolio-area .portfolio-items.col-4 .pf-item {
    width: 100%;
  }

  .portfolio-area .mix-item-menu button::after {
    height: 5px;
    margin-top: -1px;
    width: 5px;
  }

  .portfolio-area.inc-colum {
    padding-bottom: 35px;
  }


  /* Blog */
  .blog-area .sidebar {
    margin-bottom: -10px;
    margin-top: 50px;
  }

  .blog-area.left-sidebar .blog-content {
    float: none;
  }

  .author-bio .avatar {
    display: block;
    margin-bottom: 30px;
    vertical-align: top;
    width: auto;
  }

  .author-bio .content {
    display: block;
    padding: 0;
  }

  .blog-area.single .blog-items .item .contact-comments .col-md-6 {
    float: none;
    padding: 0 15px;
  }

  .blog-area.single .content-box .meta .date {
    float: left;
    width: 100%;
    margin-bottom: 15px;
  }

  .comments-list .commen-item.reply {
    padding-left: 0;
  }

  .comments-info a {
    margin-left: 0;
  }

  .comments-area .commen-item .comments-info p {
    display: block;
    margin-bottom: 15px;
  }

  /* Contact */
  .contact-area .contact-form {
    margin-top: 30px;
  }

  .google-maps iframe {
    height: 300px;
  }

  .callback-area .thumb {
    margin-top: 30px;
  }

  /* Login Register */
  form.white-popup-block .login-social {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
    overflow: hidden;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  form.white-popup-block .login-custom {
    border-left: medium none;
    padding: 0;
  }

  form.white-popup-block .lost-pass-link {
    float: left;
    text-decoration: underline;
  }

  /* Error Page */
  .error-box .search form {
    width: 300px;
  }

  .error-page-area .error-box h1 {
    font-size: 150px;
  }

  /* Footer */
  .footer-top .row {
    display: block;
  }

  .footer-top {
    display: block;
    padding: 20px 0;
  }

  footer .footer-top .form {
    text-align: right;
	  float: right;
  }

  footer .footer-top {
    text-align: center;
  }

  footer .footer-top .logo {
    margin-bottom: 20px;
  }

  .footer-top .form form {
    display: inline-block;
    float: none;
    width: 100%;
  }

  footer .f-items .equal-height {
    display: block;
    margin-bottom: 50px;
    float: left;
    width: 100%;
  }

  footer .f-items .equal-height:last-child {
    margin-bottom: 0;
  }

  footer .footer-bottom {
    text-align: center;
  }

  footer .footer-bottom .link {
    margin-top: 10px;
    text-align: center;
  }

  footer .f-item.link li {
    width: 100%;
  }
}

/* Max Wide Mobile Layout: 600px. */
@media only screen and (min-width: 600px) and (max-width: 767px) {

  /* Portfolio */
  .portfolio-area .portfolio-items.col-2 .pf-item,
  .portfolio-area .portfolio-items.col-3 .pf-item,
  .portfolio-area .portfolio-items.col-4 .pf-item {
    width: 50%;
  }
}

/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
   
  footer .footer-top .form {
    text-align: center;
	  float: none;
  }

  .side {
    padding: 50px;
    width: 400px;
  }

  nav.navbar .quote-btn {
    display: inline-block;
  }

  /* About */
  .about-area.inc-video .about-info {
    text-align: left;
  }

  .about-area .about-info li {
    text-align: left;
    width: 50%;
  }

  /* Blog */
  .blog-area.single .content-box .meta .date {
    float: right;
    width: auto;
    margin: 0;
  }

  /* Login Register */
  form.white-popup-block .lost-pass-link {
    float: right;
    text-decoration: none;
  }

  form.white-popup-block label {
    float: left;
  }

  /* Footer */
  .footer-top .form form {
    width: 100%;
    margin: auto;
  }

  footer .f-item.link li {
    width: 50%;
  }
	.services-inc-area .services-items.services-carousel .owl-dots {
  position: relative;
  text-align: center;
  top: 100%;
	display: block;
}
}
@media only screen and (max-width: 480px) {
	.services-inc-area .services-items.services-carousel .owl-dots {
  position: relative;
  text-align: center;
  top: 100%;
	display: block;
}
	  .footer-top .row {
		  align-items: center;
    display:inline;
  }
	.services-inc-area .item .overlay h4 {
  border-left: 1px solid #ffffff;
  margin-left: 15px;
  padding-left: 15px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 11px;
}
	.breadcrumb-area {
  padding: 90px 0;
	margin-top: 50px;
}
 .default-padding.bottom-less {
    padding-bottom: 50px;
    padding-top: 50px;
  }
	.padding-nosotros{padding-top: 30px}
	
}
/******************************   carousel *************************/

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carouse,
.owl-carousel.owl-loaded {
    display: block
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carouse,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.lazyLoad {
    width: 100%;
    opacity: 0;
}

.visible {
    transition: opacity 1000ms ease;
    opacity: 1;
}