/*
Template: Hallooou HTML5 Responsive template
Author: Mauritius D'Silva <hello@mauritiusdsilva.com>
Theme URI: http://www.mauritiusdsilva.com/themes/hallooou
Version: 1.0

*/


/*  ----------------------------------------------
            CSS TABLE OF CONTENTS
    ------------------------------------------------- */
/*
1:  Pre-loader
2:  Default styles
3:  Common section styles
4:  Navigation
5:  Page sections (sections included in the navigation)
    5.1:    Hero Unit (Main slider)
    5.2:    About section ("About us")
    5.3:    Services section ("What we do")
    5.4:    Products section ("Why choose us")
    5.5:    Team section 
    5.6:    Portfolio section
    5.7:    Clients section
    5.8:    Contact section
6:  Our achievements section
7:  Call to action section  (one or two columns)
8:  Call to action section (two columns)
9:  Clients testimonial
10: Footer
11: CSS3 Animations
12: Buttons
13: Media queries

/*
----------------------------------------------------- */






/* 1:   Pre-loader -  Need more customizations? Visit-> http://github.hubspot.com/pace/docs/welcome/ 
/* ---------------------------------------------- */

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  -webkit-transform: translate3d(0, -50px, 0);
  -ms-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
  -webkit-transition: -webkit-transform .5s ease-out;
  -ms-transition: -webkit-transform .5s ease-out;
  transition: transform .5s ease-out;
}

.pace.pace-active {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pace .pace-progress {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 10px;
  background: rgba(254,82,76, 1); /* Primary color, can be changed via colors.css */
  pointer-events: none;
}



/* 2:   Default styles
/* ---------------------------------------------- */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Titillium Web", sans-serif;
    font-weight: 300;
    color: #999; /* Can be changed via colors.css */
    background-color: #fafafa;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px 0;
    text-transform: none;
    color: rgba(254,82,76, 1); /* Primary color, can be changed via colors.css */
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.5;
}

p {
    margin: 0 0 25px;
    font-size: 16px;
    line-height: 1.5;
}


a {
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: rgba(254,82,76, 1); /* Primary color, can be changed via colors.css */
}


#logocacumen {

width: 164px;
height: 42px;;

-webkit-transition: initial;
-moz-transition: initial;
transition: initial;
-webkit-transform: initial;
}

.light {
    font-weight: 100;
}

.white{
    color:#fff;
}

.gray{
    color: #a5a5a5;
}

.buffer-twenty{
    margin:20px 0;
}

.buffer-twenty-top{
    margin-top: 20px;
}

.buffer-twenty-bottom{
    margin-bottom: 20px;
}

.buffer-forty{
    margin:40px 0;
}

.buffer-forty-top{
    margin-top: 40px;
}

.no-bottom-pad{
    padding-bottom: 0 !important;
}

.no-top-pad{
    padding-top: 0 !important;
}

.highlight{
    font-weight: 700;
    color: rgba(254,82,76, 1); /* Primary color, can be changed via colors.css */
}

.list-ord{
    list-style:square;
    margin:20px;
    padding-left:5px;
    padding: 0px 0;
    font-size: 16px;
    line-height: 28px;
    
}

.list-client {
	list-style:square;
	font-size: 16px;
	font-weight: 300;
    color: #999;
    
}

.list-services h3 {
	margin: 0 0 5px 0;
	font-size: 18px;
	font-weight: 600;
    color: #197CD9;
    
}

.list-services span.arrow-services{
	color: #493F3B;
}

.no-bg{
    background: none !important;
}


/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}
.icono {
  width: 42px;
  height: 42px;
  position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
margin: auto;

}

/*#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #004694;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



/* 3:   Container-menu
/* ---------------------------------------------- */
.container-menu {
	padding-right: 30px;
	padding-left: 30px;
	margin-right: auto;
	margin-left: auto
}


}
@media (min-width:768px) {
.container-menu {
	padding-right: 30px;
	padding-left: 30px;
	width: 750px
	
}
}

@media (min-width:992px) {
.container-menu {
	width: auto
}
}

@media (min-width:1200px) {
.container-menu {
	width: auto
}
}






/* 3:   Common section styles
/* ---------------------------------------------- */

.content-section {
    padding: 100px 0;
}

.content-section-services {
    padding: 100px 0;
    padding-left:80px;
    padding-right:80px;
}

@media (max-width: 768px) {
  .content-section-services {
    padding-left:0px;
    padding-right:0px;
  }
}


.padding0-section {
    padding: 0px 0;
}

.paddingbottom0-section {
   
    padding-bottom: 0;
    
}

.padding-top0-section {
	padding-top: 0;
	   
}

.padding-top-bottom0-section {
	padding-top: 0;
	padding-bottom: 0;
    
}

.content-section.alt-bg{
    background-color: #222;
}

.content-section.alt-bg-light{
    background-color: #fafafa;
    
    
}

.caption{
    font-weight: 100;
    font-size: 20px;
}

.text-center{
    text-align: center;
}

.text-left{
    text-align: left;
}

.text-right{
    text-align: right;
}

.align-middle{
    margin:0 auto;
}

.sans-border{
    border-radius: 0;
}

.sans-shadow{
    box-shadow: none;
}

blockquote { 
    display: block;
    font-size: 22px;
    position: relative; 
    padding-left: 90px;
    color: rgba(254,82,76, 1);
    border-color: rgba(254,82,76, 1);
}
 
blockquote:before {
    content: "\f10d";
    font-size: 55px; 
    font-family: FontAwesome;
    position: absolute;
    top: -4px;
    left: 20px;
}

blockquote span:before{
    content:'--';
    padding: 0 10px 0 0;
}

blockquote span{
    padding: 10px 0;
    display: block;
    font-size: 16px;
    color: #999;
}

/* 4:   Navigation
/* ---------------------------------------------- */
.navigation {
  transition: .3s all;
  background: #1f2532;
}

.navigation .navbar-nav > li.active a {
  color: #fff;
}

.navigation .navbar-nav > li > a {
  color: #707d8f;
  font-size: 15px;
  line-height: 26px;
  padding: 20px 15px !important;
  transition: .2s ease-in-out 0s;
}

@media (max-width: 480px) {
  .navigation .navbar-nav > li > a {
    padding: 8px 0 !important;
  }
}

@media (max-width: 768px) {
  .navigation .navbar-nav > li > a {
    padding: 8px 0 !important;
  }
}

.navigation .navbar-nav > li > a:hover, .navigation .navbar-nav > li > a:active, .navigation .navbar-nav > li > a:focus {
  background: none;
  color: #f0326b;
}

.navigation .navbar-toggler {
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  outline: none;
}
.navbar-custom {
    margin-bottom: 0;
    text-transform: none;
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    -webkit-transition: background .5s ease-in-out;
   -moz-transition: background .5s ease-in-out;
        transition: background .5s ease-in-out;
}

.navbar-custom.top-nav-collapse{
    background: rgba(254,82,76, .9); /* Primary color, can be changed via colors.css */
}

.navbar-custom .navbar-brand {
    font-weight: 600;
    font-size: 25px;
    padding: 0;
    margin: 0;
}

.navbar-custom .navbar-brand span.brand-logo{
    display: inline-block;
    padding: 5px 0;
    margin: 0 0px;
    width: 164px;
    height: 42px;

-webkit-transition: initial;
-moz-transition: initial;
transition: initial;
-webkit-transform: initial;
}

.navbar-custom span.brand-logo{
    display: inline-block;
    padding: 5px 0;
    margin: 0 0px;
    width: 164px;
    height: 42px;

-webkit-transition: initial;
-moz-transition: initial;
transition: initial;
-webkit-transform: initial;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 2px 6px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: rgba(254,82,76, 1); /* Primary color, can be changed via colors.css */
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255, 255, 255, .8);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255, 255, 255, .3);
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}


/* Custom overlay navigation
/* ---------------------------------------------- */
.logo_container {
    position: relative;
    margin-top: 0px;
    height: 30px;
    width: 30px;
    cursor: pointer;
    z-index: 999;
    -webkit-transition: opacity .25s ease;
            transition: opacity .25s ease;
    
}


.button_container {
    position: relative;
    margin-top: 14px;
    height: 30px;
    width: 30px;
    cursor: pointer;
    z-index: 999;
 
}

/* Animate the top hamburger bar */
.button_container.active .top {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
        -ms-transform: translateY(8px) translateX(0) rotate(45deg);
            transform: translateY(8px) translateX(0) rotate(45deg);
    background: #FFF;
}

/* Set the middle hamburger bar's opacity to 0  */
.button_container.active .middle {
    opacity: 0;
    background: #FFF;
}

/* Animate the bottom hamburger bar */
.button_container.active .bottom {
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
        -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
            transform: translateY(-8px) translateX(0) rotate(-45deg);
    background: #FFF;
}

.button_container span {
    background: #fff;
    border: none;
    height: 4px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer;
}

.button_container span:nth-of-type(2) {
    top: 8px;
}

.button_container span:nth-of-type(3) {
    top: 16px;
}

/* The overlay */
.overlay {
    position: fixed;
    display: block; 
    background: rgba(254,82,76, 1); /* Primary color, can be changed via colors.css */
    top: 0;
    border: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
            transition: opacity .35s, visibility .35s, height .35s;
    overflow: auto;
}

.overlay.open {
    opacity: .95;
    visibility: visible;
    height: 100%;
}

.overlay.open li {
    -webkit-animation: fadeInRight .5s ease forwards;
            animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
        animation-delay: .35s;
}

.overlay.open li:nth-of-type(1) {
    -webkit-animation-delay: .40s;
            animation-delay: .40s;
}

.overlay.open li:nth-of-type(2n) {
    -webkit-animation-delay: .50s;
            animation-delay: .50s;
}

.overlay nav {
    position: relative;
    height: 50%;
    top: 50%;
    font-size: 30px;
    font-family: "Titillium Web", sans-serif;
   
    text-transform: none;
    font-weight: 600;
    text-align: center;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
}

.overlay ul li {
    display: block;
    height: 15%;
    height: calc(100% / 8);
    min-height: 65px;
    position: relative;
    opacity: 0;
}

.overlay ul li a {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    margin: 15px;
}

.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
    width: 50%;
}

/* Link underline on hover */
.overlay ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    height: 5px;
    background: #fff;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: .15s;
            transition: .15s;
}


/* 5:   PAGE SECTIONS
/* ---------------------------------------------- */

/*      5.1: Hero unit (Main slider)
/* ---------------------------------------------- */

.intro-carousel {
    width: 100%;
    /*height: 100%;*/
   height:auto;
    color: #fff;
    background:#222;
}

.carousel-caption{
    text-shadow: none;
    bottom: 0;
}


.carousel-caption-c {
        top:6%;
}
.carousel-caption-d {
        top: 4%;
}
.carousel-caption-e {
        top: 3%;
}
.carousel-caption h1{
    padding: 0;
    margin: 10px 0;
    color: #fff;
} 

.carousel-caption .intro-text{
    padding: 0;
}

.carousel-caption .btn{
    margin:0;
}

.carousel-control{
    top: 50%;
    width:4%;
    height:7%;
    margin: 0;
    text-shadow: none;
}

.carousel-control.left,
.carousel-control.right{
    background: none;
    z-index: 100;
}

.carousel-control.left:hover,
.carousel-control.right:hover{
    background: rgba(254,82,76, 0.9); /* Primary color, can be changed via colors.css */
}

#parallax-slide{
    background: url(../images/cover-three.jpg) 50% 0 no-repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
         -o-background-size: cover;
}
#parallax-index{
    background: url(../images/fondo_intro-01.jpg) 50% 0 no-repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
         -o-background-size: cover;
}
#parallax-services{
    background: url(../images/fondo_gris.jpg) 50% 0 no-repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
         -o-background-size: cover;
}

#parallax-contact{
    background: url(../images/fondo_gris.jpg) 50% 0 no-repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
         -o-background-size: cover;
}

#parallax-portfolio{
    background: url(../images/fondo_gris.jpg) 50% 0 no-repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
         -o-background-size: cover;
}

.overlay-detail {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000; /* Set to black, can be changed via colors.css */
    opacity: 0.5;
    left: 0;
    top: 0;
    z-index: 1;
}

.mouse {
    width: 20px;
    height: 35px;
    border: 2px solid #fff;
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -12.5px;
    border-radius: 12px;
}

.mouse:after {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    background-color: #fff;
    border-radius: 100%;
    left: 50%;
    margin-left: -2.5px;
    top: 10px;
     -webkit-animation: rotateplane 1.2s infinite ease-in-out;
             animation: rotateplane 1.2s infinite ease-in-out;
}


/* Full Slider HTML Template via www.startbootstrap.com
/* ---------------------------------------------- */

/*!
 * Start Bootstrap - Full Slider HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    width: 100%;
    height: 100%;
}

/* Background images intro sections */
.intro-section-accre{
    background: #222;
    background: url(../images/accre/ACCRE_01.jpg) no-repeat scroll;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
         -o-background-size: cover;
    
}

/* Background images intro sections */
.intro-section-alemar{
    background: #222;
    background: url(../images/alemar/ALEMAR_01.jpg) no-repeat scroll;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
         -o-background-size: cover;
    
}

/* Background images intro sections */
.intro-section-dachert{
    background: #222;
    background: url(../images/dachert/DACHERT_04_2.jpg) no-repeat scroll;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
         -o-background-size: cover;
    
}

.intro-section-medra{
    background: #222;
    background: url("../images/medra/medra_intro.jpg") no-repeat scroll;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
         -o-background-size: cover;
    
}



/* Background images intro sections */
.intro-section-suburbano{
    background: #222;
    background: url(../images/suburbano/suburbano_img_1.jpg) no-repeat scroll;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
         -o-background-size: cover;
    
}


.intro-section-recontrachanfle{
    background: #222;
    background: url(../images/recontrachanfle/fondo_recontrachanfle01.jpg) no-repeat scroll;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
         -o-background-size: cover;
    
}

.intro-section-egam{
    background: #222;
    background: url("../images/egam/fondo_egam.jpg") no-repeat scroll;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
         -o-background-size: cover;
    
}


.intro-section-logotipos{
    background: #222;
    background: url(../images/logotipos/xcaret.jpg) no-repeat scroll;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
         -o-background-size: cover;
    
}


/* Background images are set within the HTML using inline CSS, not here */
.fill {
    width: auto;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
         -o-background-size: cover;
}

.servicios.fill img {
    width: 100%;
    height: auto;
    background-position: center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
         -o-background-size: cover;
}

.fill2 {
    width: 100%;
    height: auto;
    background-position: center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
         -o-background-size: cover;
}

.img-responsive1 {
  display: block;
  max-width: 100%;
  height: auto;
  top:0;
 }

 
.img-fluid . max-width: 100%; and height: auto;
.img-center {
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}

.img-center1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 73%;
}

.img-center2 {
  margin:0;
  margin-left: auto;
  margin-right: auto;
  
}

.ilustracion{
	position: absolute;
		top:0px;
		bottom:0px;
		left: 0px;
		right: 0px;
		margin: auto;
		width:auto;
		height:100%;
		
		z-index: 1;
}
#circulo{
	position: absolute;
		top:0px;
		bottom:0px;
		left: 0px;
		right: 0px;
		margin: auto;
		height:auto;
		
		z-index: -1;
}

/* Hero unit background video
/* ---------------------------------------------- */


.video-section{
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/youtube-video-cover.jpg) no-repeat bottom center scroll;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
         -o-background-size: cover;
    background-attachment: fixed;
}

.video-section .bgndVideo{
    width: 100%;
    height: 100%;
}


.video-section .buttonBar{display:none;}
.player {font-size: 1px;}

.video-controls,
.html5-video-controls {
    display: none;
    font-size: 16px;
    position: absolute;
    bottom: 8%;
    right: 5%;
    z-index: 99;
    opacity: .4;
}

.video-controls-visible {
    display: inline;
}

.video-controls .fa,
.html5-video-controls .fa {
    color: #fff;
    padding: 5px;
    width: 25px;
}

/* HTML 5 video
/* ---------------------------------------------- */
video#html5-video {
    position: relative;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    background: url(../images/typing-on-mac.jpg) no-repeat bottom center scroll;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
         -o-background-size: cover;
    background-attachment: fixed;
}

/* fix for IE8 refer to conditional comment in the <head> of the page*/
video {
    display: block;
}


/*      5.2: About section
/* ---------------------------------------------- */

.about h2,.about h3{
    margin: 0 0 10px 0;
    padding: 0;
}

/*      Client section
/* ---------------------------------------------- */

.client {
    
    padding-left: 15px;
    padding-right: 15px;
}

.client h2,.client h3{
    margin: 0 0 30px 0;
    padding: 0;
}

.client-separador {
    
    padding: 20px 0px;
    background: rgba(45,45,55);
}
.client-separador-suburbano {
    
    padding: 20px 0px;
    background: rgba(45,45,55);
}
.client-separador h3{
    margin:0;
    padding: 0;
    font-size: 20px;
    color: #fafafa;
   
}
.client-separador-suburbano h3{
    margin:0;
    padding: 0;
    font-size: 20px;
    color: #fafafa;
   
}

.client-separador-suburbano-img{
	margin:0;
    padding: 0;
	width: 100%;
	height:100%;
    background: #222;
    background: url(../images/suburbano/suburbano_img_11.png) 50% 50% no-repeat scroll;*/
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
         -o-background-size: cover;
}

.fondo-web{
	width: 100%;
    background: #222;
    background: url(../images/accre/fondo_gris.jpg) 50% 0 no-repeat scroll;*/
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
         -o-background-size: cover;
}


.galery-client{
	margin-left: auto;
	margin-right:auto;
}
.fondo-social-accre{
	width: 100%;
	height:100%;
    background: #222;
    background: url(../images/accre/accre_img_6_3.jpg) 50% 50% no-repeat scroll;*/
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
         -o-background-size: cover;
}

.fondo-ilu-accre{
	width: 100%;
	height:100%;
    background: #222;
    background: url(../images/accre/accre_img_20.jpg) 50% 0 no-repeat scroll;*/
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
         -o-background-size: cover;
}
/*      5.3: Proceso section 
/* ---------------------------------------------- */

.proceso {
    padding: 80px 0px;
    background: #fafafa;
}
.container-proceso {
    padding-left:20px;
    padding-right:20px;
}

.proceso-items-wrapper li {
  width: 32.33%;
}

.proceso-block {
  position: relative;
  transition: .3s all;
  overflow: hidden;
}

.proceso-block:before {
  content: '';
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(240, 50, 107, 0.9);
  transition: .3s all;
}

.proceso-block:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.proceso-block:hover .project-infoh4 {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.proceso-block:hover .project-info {
  opacity: 1;
}



.proceso-block .project-info{
  left: 0;
  top: 50%;
  margin-top: -32px;
  color: #fff;
  width: 100%;
  padding:0 10px;
  text-align: center;
  opacity: 0;
  z-index: 9;
  
}

.caption {
	
	color: #fff;
	text-align: center;
	
}

.project-info p{
	
	
	font-size: 1em;
	
}

.project-info h4{
	
	color: #fff;
	font-size: 18px;
	line-height: 18px;
}

.border-proceso{
	
	border-top: 2px solid #0C073D; 
	border-bottom: 2px solid #0C073D;
	visibility:visible;
}

@media(max-width:1024px) and (min-width:768px) {
.proceso-block .project-info{
  left: 0;
  top: 50%;
  margin-top: -32px;
  color: #fff;
  width: 100%;
  padding:0 10px;
  text-align: center;
  opacity: 0;
  z-index: 9;
  
}

.project-info p{
	
	
	font-size: 12px;
	
}
}


@media(max-width:767px) {
.proceso-block .project-info{
  left: 0;
  top: 50%;
  margin-top: -32px;
  color: #fff;
  width: 100%;
  padding:0 10px;
  text-align: center;
  opacity: 0;
  z-index: 9;
  
}
.project-info p{
	
	
	font-size: 14px;
	
}


.rows {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}
.no-gutters {
	margin-right: 0;
	margin-left: 0
}
.no-gutters>.col, .no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding: 0;
}
.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}
.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none
}
.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%
}
.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}
.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}
.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}
.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%
}
.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%
}
.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%
}
.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}
.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%
}
.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%
}
.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
	
}


@media(max-width:480px) {
.proceso-block .project-info{
  left: 0;
  top: 50%;
  margin-top: -32px;
  color: #fff;
  width: 100%;
  padding:0 10px;
  text-align: center;
  opacity: 0;
  z-index: 9;
  
}


.rows {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}
.no-gutters {
	margin-right: 0;
	margin-left: 0
}
.no-gutters>.col, .no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding: 0;
}
.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}
.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none
}
.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%
}
.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}
.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}
.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}
.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%
}
.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%
}
.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%
}
.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}
.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%
}
.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%
}
.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
}


@media(max-width:768px) and (min-width:768px) {
.proceso-block .project-info{
  left: 0;
  top: 50%;
  margin-top: -32px;
  color: #fff;
  width: 100%;
  padding:0 10px;
  text-align: center;
  opacity: 0;
  z-index: 9;
  
}



.rows {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}
.no-gutters {
	margin-right: 0;
	margin-left: 0
}
.no-gutters>.col, .no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding: 0;
}
.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}
.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none
}
.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%
}
.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}
.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}
.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}
.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%
}
.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%
}
.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%
}
.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}
.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%
}
.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%
}
.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
}


/*      5.3: Services section ("What we do")
/* ---------------------------------------------- */

/*.services-item:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 30px 30px 0;
    border-style: solid;
    border-color: #fff #fff rgba(254,82,76, 1) rgba(254,82,76, 1); /* Primary color, can be changed via colors.css */
   /* -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: border-color .2s ease-in-out;
       -moz-transition: border-color .2s ease-in-out;
            transition: border-color .2s ease-in-out;
    /* Firefox 3.0 damage limitation */
    /*display: block;
    width: 0;
}*/

body, .services-item p {
    color: #fff;
}

.container-img{
    background: #222;
    height:auto;
    background: url(../images/tarjetas_dis.jpg) 50% 0 no-repeat scroll;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
         -o-background-size: cover;
        
}

.services-item{
    background: transparent;
    padding: 30px 20px 20px;
    margin: 15px 0;
    position: relative;
    color: #FFFFFF;
    overflow: hidden;
     -webkit-transition: background .5s ease-in-out;
        -moz-transition: background .5s ease-in-out;
             transition: background .5s ease-in-out;
}

.services-item h4{
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    -webkit-transition: all .5s ease-in-out;
       -moz-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
}


.services-item p{
    padding: 0;
    margin: 0;
    color:#fff;
    font-size: 16px;
     -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
             transition: all .2s ease-in-out;
}


.services-item i{
    
    padding: 0;
    margin: 0 0 10px 0;
     -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
             transition: all .2s ease-in-out;
}

.services-item:hover{
     background:rgba(254,82,76, 1); /* Primary color, can be changed via colors.css */
    -webkit-transition: background .2s ease-in-out;
        -moz-transition: background .2s ease-in-out;
             transition: background .2s ease-in-out;
}


.services-item:hover h4{
   
            transform: translate(0,-5px);
     -webkit-transform: translate(0,-5px);
          -o-transform: translate(0,-5px); 
        -moz-transform: translate(0,-5px);
     -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
             transition: all .3s ease-in-out;
}

.services-item:hover p{
    color:#fff;
            transform: translate(0,-10px);
     -webkit-transform: translate(0,-10px);
          -o-transform: translate(0,-10px); 
        -moz-transform: translate(0,-10px);
     -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
             transition: all .2s ease-in-out;
}

.services-item:hover i{
    color:#fff;
            transform: translate(0,-5px);
     -webkit-transform: translate(0,-5px);
          -o-transform: translate(0,-5px); 
        -moz-transform: translate(0,-5px);
     -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
             transition: all .2s ease-in-out;
}

.services-item:hover:before{
    border-color: #fff #fff #fff #fff;
    -webkit-transition: border-color .2s ease-in-out;
       -moz-transition: border-color .2s ease-in-out;
            transition: border-color .2s ease-in-out;
}


/*       5.4: Products section ("Why choose us")
/* ---------------------------------------------- */

.products{
    width: 100%;
    background: #222;
    background: url(../images/process_bg.jpg) 50% 0 no-repeat scroll;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
         -o-background-size: cover;
}

.products-container p{
    color:#999;
}

.products-container span.icon{
    display: inline-block;  
    padding: 10px;
    margin: 0 0 10px 0;
    background: #FAFAFA;
    color: #fff;
    background-color:none;
    text-align: center;
    border-radius:50px;
    width: 50px;
    height: auto;
}


.product-item{
    padding:0px 0;
}
.product-item h3{
    margin: 0;
    padding: 0 10px;
    font-size: 20px;
}

.product-item h2{
    padding-left: 10px;
    padding-bottom: 15px; 
    color: #493F3B;
    font-weight: 600;
}

.product-item p{
    font-size: 16px;
    padding: 0 10px;
}

/*     Client section
/* ---------------------------------------------- */
.client{
	padding-left: 20px;
	padding-right:20px;
    background: #fafafa;
}

.titulo-cliente{
	padding: 60px 20px;
    background: rgba(42,42,111, 1);
}

/*      5.5: Servicios section
/* ---------------------------------------------- */


.servicios-section {
    margin: 15px 0;
    padding:0;
}

.about{
	padding-left: 20px;
	padding-right:20px;
    background: #fafafa;
}

.contact{
	padding-left: 20px;
	padding-right:20px;
    background: #fafafa;
}

.web{
	padding: 100px 20px;
    background: #fafafa;
    padding-bottom: 50px;
}

.smedia{
	padding: 100px 20px;
    background: #fafafa;
    padding-bottom: 50px;
	
}

.identidad{
	padding: 100px 20px;
    background: #fafafa;
}

.dis-grafico{
	padding: 100px 20px;
    background: rgba(240, 50, 107, 0.9);
}

.ilu{
	padding: 100px 20px;
    background: rgba(233,180,69, 0.9);
}

.multimedia{
	padding: 100px 20px;
    background: rgba(25,124,217, 0.9);
}

.services{
	padding: 100px 20px;
    background: rgba(25,124,217, 0.9);
}

.plan-m{
	padding: 100px 20px;
    background: #fafafa;
}

#padding-img-services{
	padding-left: 30px;
	padding-right: 30px;
}

.servicios-section p{
    font-size: 16px;
    font-weight: 300;
}

.servicios-section h3{
	font-size: 35px;
	color: #493F3B;
	font-weight: 600;
	line-height: 1;
}
.servicios-section hr{
	width:80%;
}

.servicios-section figure{
    position: relative;
    overflow: hidden;
    padding:0;
    margin: 0;
}

.servicios-section figure img{
    min-width: 100%;
}

.servicios-section figcaption p{
    font-size: 16px;
    font-weight: 600;
}

.servicios-section figcaption ul{
    list-style: none;
    margin: 0;
    padding:0;
}

.servicios-section figcaption ul h4{
    visibility: visible;
    -webkit-transition: all 0.1s ease-in-out;
       -moz-transition: all 0.1s ease-in-out;
         -o-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
}

.servicios-section figcaption ul li{
    display: inline-block;
    padding:10px;
   
}

.servicios-section h4{
    margin: 10px 0 0;
    padding: 0;
}

.servicios-section figcaption h4{
    margin: 10px 0 0;
    padding: 0;
    color: #fff;
}

.servicios-section figcaption{
    padding:50px;
    padding-top:35%;
    color: transparent;
    background-color: transparent;
    position: absolute;
    z-index: 996;
    bottom:0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.servicios-section figure:hover figcaption{
    visibility: visible;
    color: #fff;
    background: rgba(230,78,62,0.9); /* Primary color, can be changed via colors.css */
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.servicios-section figure:hover figcaption ul li a:hover{
    color: rgba(49, 49, 49, .97);
}

.servicios-section figure img{
    -webkit-transform: scale(1) rotate(0) translateY(0);
       -moz-transform: scale(1) rotate(0) translateY(0);
         -o-transform: scale(1) rotate(0) translateY(0);
        -ms-transform: scale(1) rotate(0) translateY(0);
            transform: scale(1) rotate(0) translateY(0);
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}

.servicios-section figure:hover img{
    -webkit-transform: scale(1.1) rotate(1deg) translateY(12px);
       -moz-transform: scale(1.1) rotate(1deg) translateY(12px);
         -o-transform: scale(1.1) rotate(1deg) translateY(12px);
        -ms-transform: scale(1.1) rotate(1deg) translateY(12px);
            transform: scale(1.1) rotate(1deg) translateY(12px);
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}


/*      5.5: Portafolio section
/* ---------------------------------------------- */


.portafolio-item {
    margin: 15px 0;
    padding:0;
}

.portafolio-item figure{
    position: relative;
    overflow: hidden;
    padding:0;
    margin: 0;
}

.portafolio-item figure img{
    min-width: 100%;
}

.portafolio-item figcaption p{
    font-size: 16px;
    font-weight: 600;
}

.portafolio-item figcaption ul{
    list-style: none;
    margin: 0;
    padding:0;
}

.portafolio-item figcaption ul h4{
    visibility: visible;
    -webkit-transition: all 0.1s ease-in-out;
       -moz-transition: all 0.1s ease-in-out;
         -o-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
}

.portafolio-item figcaption ul li{
    display: inline-block;
    padding:10px;
   
}

.portafolio-item h4{
    margin: 10px 0 0;
    padding: 0;
}

.portafolio-item figcaption h4{
    margin: 10px 0 0;
    padding: 0;
    color: #fff;
}

.portafolio-item figcaption{
    padding:50px;
    padding-top:35%;
    color: transparent;
    background-color: transparent;
    position: absolute;
    z-index: 996;
    bottom:0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.portafolio-item figure:hover figcaption{
    visibility: visible;
    color: #fff;
    background: rgba(45,45,55, .9); /* Primary color, can be changed via colors.css */
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.portafolio-item figure:hover figcaption ul li a:hover{
    color: rgba(49, 49, 49, .97);
}

.portafolio-item figure img{
    -webkit-transform: scale(1) rotate(0) translateY(0);
       -moz-transform: scale(1) rotate(0) translateY(0);
         -o-transform: scale(1) rotate(0) translateY(0);
        -ms-transform: scale(1) rotate(0) translateY(0);
            transform: scale(1) rotate(0) translateY(0);
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}

.portafolio-item figure:hover img{
    -webkit-transform: scale(1.1) rotate(1deg) translateY(12px);
       -moz-transform: scale(1.1) rotate(1deg) translateY(12px);
         -o-transform: scale(1.1) rotate(1deg) translateY(12px);
        -ms-transform: scale(1.1) rotate(1deg) translateY(12px);
            transform: scale(1.1) rotate(1deg) translateY(12px);
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}



.btn2.view-icon-project {
       visibility: hidden;
}


@media(min-width:768px) {
    .btn2.view-icon-project {
       visibility: visible;
}
}



.btn2:hover,
.btn2:focus{
    
    color: #2d2d37; /* Secondary color, can be changed via colors.cs */
    
}

.btn3 {
    border-radius: 0;
    
    color: #999;
    padding: 10px 15px;
    text-transform: none;
    font-family: "Titillium Web", sans-serif;
    font-size: 16px;
    font-weight: 600;
     /* Secondary color, can be changed via colors.cs */
    border-bottom: rgba(9,113,178, 1);
     /* Secondary color, can be changed via colors.cs */
    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}

.btn3.view-project {
       display:block;
       
       
}
@media(min-width:768px) {
    .btn3.view-project {
       display: none;
}
}
.boton-proyecto{
     text-align: center; 
}




/*       5.6: Portfolio section
/* ---------------------------------------------- */

#portfolio{
    background: #222;
    background: url(../images/portfolio_bg.jpg) 50% 0 no-repeat scroll;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
         -o-background-size: cover;
}


.project-container {
    margin-top: 50px;
    position: relative;
}

.recent-project {
    position: relative;
    overflow: hidden;
    margin: 5px;
}
.recent-project img {
    width: 100%;
}
.project-info {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -32px;
  color: #fff;
  width: 100%;
  text-align: center;
}
.project-info h3 {
    line-height: 18px;
}

@media(max-width:767px) {
	.project-info {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -32px;
  color: #fff;
  width: 100%;
  text-align: center;
}
	
}

ul.project-meta {
    margin: 0;
    padding: 0; 
}

ul.project-meta li{
    display: inline-block;
    padding:5px 10px;
    border: 1px solid #fff;
}

ul.project-meta li a{
    display: inline-block;
    color: #fff;
}
ul.project-meta li a:hover{
    color: #f76758;
}

.full-project {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 16px 20px;
    line-height: 18px;
    font-size: 18px;
    text-transform: capitalize;
    background: rgba(254,82,76, 1); /* Primary color, can be changed via colors.css */
}
.full-project:hover {
    background: rgba(223,81,76, 1); /* Hover color, can be changed via colors.css */
}
.full-project a {
    padding: 0px;
    display: block;
    color: #fff;
}

.full-project a:hover{
    color:#fff;
}

.full-project a i{
    font-size: 14px;
    padding: 0 10px;
    line-height: 20px;
}

/* Overlay and hover effect
/* ---------------------------------------------- */
.recent-project::before {
    content: "";
    background: rgba(59,59,59,0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.2s;
       -moz-transition: all 0.2s;
         -o-transition: all 0.2s;
            transition: all 0.2s;
}
.recent-project:hover::before {
    opacity: 1;
}

.project-info h3,
ul.project-meta,
.full-project {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100px);
       -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
         -o-transform: translateY(100px);
            transform: translateY(100px);
}
.project-info h3,
ul.project-meta{
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
}

.full-project {
    -webkit-transition: all 0.5s;
       -moz-transition: all 0.5s;
         -o-transition: all 0.5s;
            transition: all 0.5s;
}
.recent-project:hover .project-info h3,
.recent-project:hover ul.project-meta,
.recent-project:hover .full-project {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
}



/* Carousel navigation
/* ---------------------------------------------- */

.project-navigation .btn-next,
.project-navigation .btn-prev {
    position: absolute;
    width: 40px;
    height: 70px;
    top: 40%;
    margin-top: -40px;
    background: rgba(59,59,59,0.9);
    color: #fff;
    line-height: 80px;
    text-align: center;
    font-size: 18px;
    opacity: 0;
    z-index: 997;
    cursor: pointer;
}

.project-navigation .btn-prev {
    left: 0;
}

.project-navigation .btn-next {
    right: 0;
}

.project-navigation a:hover {
    width: 60px;
    background: rgba(254,82,76, 1); /* Primary color, can be changed via colors.css */
}

.project-container:hover .project-navigation .btn-prev,
.project-container:hover .project-navigation .btn-next {
    opacity: 1;
}


/*       5.7: Clients section
/* ---------------------------------------------- */

.our-clients {
    background-color: rgba(9,113,178, 1); /* Primary color, can be changed via colors.css */
}

.our-clients h2{
    color: #fff;
}

.our-clients .i{
    text-align:center;
    line-height:120px;
}

.our-clients .i img{
    display:inline-block;
    margin:0;
    padding: 0;
}

.client-slider{
    margin: 0 auto;
}

.client-slider .item:before{
    content: '';
    display: inline-block;
    text-align: center;
}

.client-slider .item{
    display: inline-block;
    margin:0 auto;
    width: 100%;
    height: 100%;
}

/* change client logo slider pagination color to white for readibility */
.client-slider.owl-theme .owl-controls .owl-page span{
    background: rgba(255, 255, 255, .5) !important;
}

.sizeimgmural {
	width:100%;
	height:500px;
}
/*       5.8: Contact section
/* ---------------------------------------------- */
.mayus{
    font-size: 12px;
    line-height: 1;
    color: #197cd9;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 7px;
    margin-bottom: 3px;
}


.title h2 {
    font-size: 50px;
    color: #493F3B;
    text-transform: capitalize;
    margin-bottom: 8px;
    padding-top:10px;
    font-weight: 700;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: 1px;
    line-height: 1;
}

.font40px li{
	font-size: 40px;
	font-weight: 300;
	color: #493F3B;
	
}

.contact-form,
.contact-address{
    padding-top: 0px;
}

.contact-form .form-group{
    padding: 5px 0;
    min-height: 100%;
}

.contact-form .form-group label{
    font-weight: 600;
}

.contact-form .form-group button{
    display: inline-block;
    min-height: 100%;
}

.contact-form .form-group input,
.contact-form .form-group textarea{
    border-radius: 0;
    padding: 20px 10px;
    min-width: 100%;
    font-size: 16px;
}

.contact-form .form-group textarea{
    padding-top: 10px;
}


.contact-form .form-group .btn-default{
    min-width: 100%;
}

.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="phone"],
.contact-form .form-group input[type="text"] 
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 42px; /* Increase height as required */
    margin-bottom: 0px;
    padding: 0 10px; /*  Now only left & right padding */

}

.contact-address ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-address ul li{
    font-size: 20px;
	font-weight: 600;
	color: #493F3B;
}

.contact-address ul li span{
    font-weight: 600;
    display: inline-block;
    min-width: 80px;
}

.contact-form label.error,
.contact-form label.error.valid{
    color:#f0326b;
    padding-top: 10px;
}

.contact-form label.error.valid{
    color:#0384f9;
}

.form-alerts .alert{
    border-radius: 0;
    border: 0;
}


.form-alerts .alert.alert-success,
.form-alerts .alert.alert-danger{
    color: #fff;
    background: #f0326b;
}

.form-alerts .alert.alert-danger{
    background: #f0326b;
}


/* Google Map
/* ---------------------------------------------- */
#google-container {
  position: relative;
  min-width: 100%;
  min-height: 10px;
  background-color: #e7eaf0;
}

#cd-google-map {
  position: relative;
  padding: 20px 0;
}

#cd-zoom-in, #cd-zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 10px;
  background-color: rgba(254,82,76, 0.9); /* Primary color, can be changed via colors.css */
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("../images/cd-icon-controller.svg");
}
.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
  background-color: #d36868;
}

#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px;
}

#cd-zoom-out {
  background-position: 50% -32px;
}


/* 6:   Our achievements section
/* ---------------------------------------------- */

.counter-section {
    text-align: center;
    background: url(../images/counter_bg.jpg) 50% 0 no-repeat scroll;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
         -o-background-size: cover;
}

.counter-section strong {
    display: block;
    font-weight: 600;
    font-size: 60px;
    line-height: 48px;
    color: #fff;
}
span.count-description {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    text-transform: capitalize;
    padding-top: 10px;
}

.counter-wrap{
    padding:50px 0;

}

.counter-section .alternate{
   background-color: rgba(254,82,76, .2);
}


/* 7.   Call to action section  (one or two columns)
/* ---------------------------------------------- */





/* 8.   Call to action section (two columns)
/* ---------------------------------------------- */

.cta-two-section{
    width: 100%;
    margin:0;
    padding: 50px 0;
    background: rgba(254,82,76, 1); /* Primary color, can be changed via colors.css */
    -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
       -moz-box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
            box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
}

.cta-two-section-accre{
    width: 100%;
    margin:0;
    padding: 50px 0;
    background: rgba(0,42,118, 1); /* Primary color, can be changed via colors.css */
    -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
       -moz-box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
            box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
}



.cta-two-section h3{
    font-size: 25px;
    line-height: 20px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 50px;
}

.cta-two-section p {
    font-size: 16px;
    line-height: 27px;
    font-weight: 100;
    margin: 0px;
    color: #fff;
}

.cta-two-section .btn{
    margin: 0;
}








/* 9:   Client testimonials section
/* ---------------------------------------------- */

.testimonials h1{
    margin: 0;
    padding: 0;
}

.testimonials p.speech{
    padding: 40px;
    margin: 20px;
    position: relative;
    text-align: center;
    line-height: 1.5;
    background-color: #fff;
    border: 2px solid rgba(254,82,76, 1); /* Primary color, can be changed via colors.css */
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
}

.testimonials p.speech:before{
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    right: 80px;
    top: 100%;
    border: 15px solid;
    border-color: rgba(254,82,76, 1) transparent transparent rgba(254,82,76, 1); /* Primary color, can be changed via colors.css */
}

.testimonials p.speech:after{
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    right: 83px;
    top: 100%;
    border: 12px solid;
    border-color: #fff transparent transparent #fff;
}

.client-info{
    padding: 10px;
}

.client-info h4{
    color: rgba(254,82,76, 1); /* Primary color, can be changed via colors.css */
    margin: 10px 0 0 0;
    padding: 0;
}

.client-info span{
    display: block;
    padding: 5px;
}

.client-info img{
    border:2px solid #fff;
    padding: 2px;
    border-radius: 50px;
    height:100px;
    width: 100px;
    -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
       -moz-box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
            box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
}


/* 10.  Footer
/* ---------------------------------------------- */

footer {
    background:rgba(54,53,54,.96); /* Dark color/Footer color, can be changed via colors.css */
    color:#fff;
    padding: 50px 0 0 0;
}

footer h2{
    display: inline-block;
    color:#fff;
}

footer h4{
    margin: 0 0 20px 0;
    padding: 0;
    color:#fff;
}

footer .copynote {
    margin: 0 0 0px 0;
    padding: 0;
    color:#fff;
}

footer p {
    margin: 10px 0;
    font-size: 14px;
}

footer ul.blog-entries,
footer ul.twitter-entries{
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
}

footer ul.blog-entries li,
footer ul.twitter-entries li{
    margin: 10px 0;
    line-height: 1.5;
}

footer ul.blog-entries li span,
footer ul.twitter-entries li span{
    display: block;
    color: #6d7579;
}

footer .copynote{
    padding: 20px 0;
    margin-top: 40px;
    background:rgba(54, 53, 54, 1); /* Dark color/Footer color, can be changed via colors.css */
}

footer .segment{
    padding-bottom: 0px;
}

@media(max-width:480px) {
footer .segment-social{
    text-align: center;
}

footer .segment-logo{
    text-align: center;
}
}


@media(max-width:768px) {
footer .segment-social{
    text-align: center;
}

footer .segment-logo{
    text-align: center;
}
}

footer .social a{
    display: inline-block;
    padding: 6px;
}


.scroll-top {
    display: none;
    position: relative;
    text-align:center;
    bottom:10%;
    z-index: 100;
}

.scroll-top a:link,
.scroll-top a:visited {
    display: inline-block;
    padding: 5px 15px;
    border-radius:25px;
    color: #fff;
    /*border: 1px solid rgba(254,82,76, 1);*/
    background: rgba(254,82,76, 1); /* Primary color, can be changed via colors.css */
    font-size: 25px;
}

.scroll-top a:hover {
    /*border: 1px solid #fff; /* Hover border color, can be changed via colors.css */
    /*outline: 0;*/
    color: #fff;
    background: #df514c; /* Hover color, can be changed via colors.css */
}






/* 11.  CSS3 Animations
/* ---------------------------------------------- */

/* Hero unit mouse animation */

@-webkit-keyframes rotateplane { 
    0% {
        -webkit-transform: translateY(-2px)
    }

    100% {
        -webkit-transform: translateY(7px)
    }
}

@keyframes rotateplane { 
    0% {
        transform: translateY(-2px);
        -webkit-transform: translateY(-2px);
    }

    100% {
        transform: translateY(7px);
        -webkit-transform: translateY(7px);
    }
}


/* Navigation link animation */

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}


/* 12:  Buttons
/* ---------------------------------------------- */

.btn {
    border-radius: 0;
    border: 0;
    padding: 10px 30px;
    text-transform: none;
    font-family: "Titillium Web", sans-serif;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}

.btn2 {
    border-radius: 0;
    border: 0;
    padding: 10px 30px;
    text-transform: none;
    font-family: "Titillium Web", sans-serif;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}

.btn-default2 {
    color: #493F3B;
    background: transparent;
    border-radius;5px;
    border: 1px solid #493F3B;
    /*border: 1px solid rgba(254,82,76, 1);  Primary color, can be changed via colors.css */
    /*background: rgba(254,82,76, 1);  Primary color, can be changed via colors.css */
}


.btn-default2:focus, .btn-default2:hover {
    color: #197cd9;
    text-decoration: none;
    
}

.btn-default {
    color: #fff;
    /*border: 1px solid rgba(254,82,76, 1);  Primary color, can be changed via colors.css */
    /*background: rgba(254,82,76, 1);  Primary color, can be changed via colors.css */
}



.btn-default:hover,
.btn-default:focus,
.btn-overcolor:hover,
.btn-overcolor:focus {
    border: 1px solid #fff; /* Hover border color, can be changed via colors.css */
    outline: 0;
    color: #fff;
    background: #df514c; /* Hover color, can be changed via colors.css */
}


.btn-outlined {
    border: 1px solid rgba(9,113,178, 1); /* Secondary color, can be changed via colors.cs */
    color: #fff;
    background-color: rgba(9,113,178, 1); /* Secondary color, can be changed via colors.cs */
}


.btn-outlined:hover,
.btn-outlined:focus{
    border: 1px solid rgba(9,113,178, 1); /* Secondary color, can be changed via colors.cs */
    color: rgba(9,113,178, 1); /* Secondary color, can be changed via colors.cs */
    background: transparent;
}

.btn-overcolor{
    border: 1px solid rgba(255, 255, 255, 1);
    color: #fff;
    background: rgba(254,82,76, 1); /* Primary color, can be changed via colors.css */
}


.btn-lg{
    margin: 15px 0;
}

.circle {
    padding: 7px;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px; 
}

.squared {
    padding: 10px;
    width: 60px;
    height: 60px; 
}

/* 14:  btn contacto
/* ---------------------------------------------- */



/* 14:  MEDIA QUERIES START
/* ---------------------------------------------- */


/* Media Queries [min-width:767px]
/* ---------------------------------------------- */

@media(min-width:767px) {

   
    .btn {
        font-size: 20px;

    }

}

@media (max-width: 767px) {
	.img-responsive2 {
  display: block;
  max-width: 90%;
  max-height: 90%;
  top:0;
 }

 .ilustracion{
	
		width:auto;
		height:80%;
		
		
}
 
}


/* Media Queries [min-width:768px]
/* ---------------------------------------------- */

@media(min-width:768px) {
 
    .about{
        text-align: center;
    }


    p {
        margin: 0 0 35px;
        font-size: 18px;
        line-height: 1.6;
    }

    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
           -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
                transition: background .5s ease-in-out, padding .5s ease-in-out;
    }
    .navbar-custom.top-nav-collapse {
        padding: 10px 0;
        background: rgba(254,82,76, 1); /* Primary color, can be changed via colors.css */
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
           -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
                transition: background .5s ease-in-out, padding .5s ease-in-out;
        -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
                box-shadow: 0 0 10px 2px rgba(0,0,0,.1);

    }

    .navbar-custom.top-nav-collapse .navbar-brand{
        color: #fff;
    }

    .navbar-custom.top-nav-collapse .button_container span{
        background: #fff;
    }

    .navbar-custom.top-nav-collapse .button_container.active span.top,
    .navbar-custom.top-nav-collapse .button_container.active span.bottom{
        background:#fff;
    }


}


#contacto.carousel-caption {
        top: 5%;
        margin:0px;
        margin-left: auto;
        margin-right:15%;
        bottom: 5%;
        width: 30%;
        height: auto;
        
   
    }
    
    
    
    
   /* Responsive contacto
/* ---------------------------------------------- */ 
   /* Móviles en horizontal o tablets en vertical
   ------------------------------------------------------------------------- */ 
    #contactoimg>img{
        width: auto;
        height: 50%;
        margin-left: auto;
        margin-right: auto;
    
    @media (min-width: 768px) {
    	#contactoimg>img{
        width: auto;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
   
    }
    
    
    
    
    }
    
    
    /* Tablets en horizonal y escritorios normales
   ------------------------------------------------------------------------- */
    
    @media (min-width: 1024px) {
    	.carousel-caption {
        top: 0%;
        margin:0px;
        margin-left: 0;
        margin-right:0;
        width: 100%;
    }
    	
    	#contactoimg>img{
        width: auto;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
   
    }
    
    
    
    }
    
    .carousel-inner>.intros>img{
	display: block;
	min-width: 100%;
	height: auto
    }
    
        
    }
    
    /* Escritorios muy anchos
   ------------------------------------------------------------------------- */
    
    @media (min-width: 1200px) {
    	#contactoimg img{
        width: auto;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
   
    } 
    
    
      
    }
     
    
.carousel-caption {
	position: absolute;
	top: 0%;
        margin:0px;
        left:0%;
        bottom:0;
        margin-left: 0;
        margin-right:0;
       width: 100%;
	
}     

@media (min-width: 767px) and (max-width: 1199px) { 
	 .carousel-caption {
        top: 0%;
        margin:0px;
        left:0%;
        margin-left: 0;
        margin-right:0;
        width: 100%;
    }
	
	}
@media(max-width:768px) {
	.carousel-caption {
        top: 0%;
        margin:0px;
        left:0%;
        bottom:0;
        margin-left: 0;
        margin-right:0;
        width: 100%;
    }
    
  
}

@media(min-width:768px) and (max-width: 1199px) {
	.carousel-caption {
        top: 0%;
        margin:0px;
        left:0%;
        bottom:0;
        margin-left: 0;
        margin-right:0;
        width: 100%;
    }
    
    
   
}


/* Media Queries [max-width:767px]
/* ---------------------------------------------- */

@media(max-width:767px) {

    .about,
    .cta-two-section{
        text-align: left;
    }
    .carousel-caption {
        top: 0%;
        margin:0px;
        left:0%;
        bottom:0;
        margin-left: 0;
        margin-right:0;
        width: 100%;
    }
    
   
  
    
    
    .carousel-caption-servicios {
        top: 10%;
        margin-left: -5%;
        
   
    }
    #contacto.carousel-caption {
        top: 5%;
        margin:0px;
        margin-left: auto;
        margin-right: -8%;
        width: 100%;
        height:auto
        bottom: 5%;
   
    }
    
    
   
   
    .carousel-caption-d {
        width:100%;
        top: 10%;
        margin-left: -15%;
        
   
    }
    
    .carousel-caption-e {
        width:145%;
        top: 10%;
        margin-left: -30%;
        
   
    }


    .carousel-caption h1 {
        font-size: 25px;
    }

    .carousel-caption .intro-text {
        font-size: 20px;
        padding: 0;
    }

    .mouse{
        display: block;
    }

    .circle {
        padding: 0px;
        font-size: 18px;
        border-radius: 50%;
        width: 40px;
        height: 40px;
    }

     .navbar-custom a{
        color: rgba(254,82,76, 1);
        color: #fff;
    }

    .video-section{
        background: url(../images/youtube-video-cover.jpg) no-repeat bottom center scroll;
    }


    .button_container span,
    .button_container span {
        background: #fff !important;
    }

    .button_container.active span.top,
    .button_container.active span.bottom{
        background:#fff;
    }


    .cta-two-section .btn{
        margin: 20px 0 0 0;
    }

    .scroll-top {
        bottom: 10%;
       
    }
    
    .scroll-top a:link,
    .scroll-top a:visited {
        padding:5px 15px;
        border-radius:25px;
        font-size: 25px;
    }

}


/* Media Queries [max-device-width:800px] - Fix for HTML5 videos on mobile devices
/* ---------------------------------------------- */
@media screen and (max-device-width: 800px) {
    /*body {
        background: url(../images/youtube-video-cover.jpg) #000 no-repeat center center fixed;
    }*/
    .html5-video-container{
        background: url(../images/typing-on-mac.jpg) no-repeat bottom center scroll;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
         -o-background-size: cover;
        background-attachment: fixed;
    }
    #bgvid{
        display: none;
    }
}


/* Media Queries [min-width:992px]
/* ---------------------------------------------- */
@media screen and (min-width: 992px) {
    .about{
        text-align: left;
    }

    .video-controls,
    .html5-video-controls{
        display: block;
    }

    .carousel-control{
        top: 48%;
        margin:0%;
    }

    .products{
        text-align: left;
    }

}


/* Media Queries [max-width:1199px]
/* ---------------------------------------------- */

@media(max-width:1199px) {
   .navbar-custom .button_container span {
        background: #fff;
    }

}




/* Selection and other generic styles
/* ---------------------------------------------- */
::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    color: #fff;
    background: rgba(254,82,76, .8);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    color: #fff;
    background: rgba(254,82,76, .8);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(254,82,76, .8);
}



/* Debug styles (remove before exporting for production)
/* ---------------------------------------------- */

.debug{
    border:1px solid #f00;
}

/* img (top bottom header)
/* ---------------------------------------------- */
.margin {
	margin-top: 50px;
	margin-bottom: 50px;
}


/*=================================================================
  Pricing section
==================================================================*/
.pricing-table{
	position:relative;
	padding: 110px 20px;
    background: #fafafa;
    padding-top: 0px;
}



.bg-pricing {
    /*background: url("../images/pricing-bg.jpg");*/
   background-color: #197cd9;
        background-size: auto;
    background-size: cover;
}

.bg-pricing-media {
    /*background: url("../images/pricing-bg.jpg");*/
   background-color: rgba(73,63,59, 0.8);
        background-size: auto;
    background-size: cover;
}

.pricing-table .pricing-item-media {
  margin: 0 0 30px;
    margin-bottom: 30px;
  border-radius: 6px;
  padding-bottom: 40px;
  text-align: center;
  background: rgba(255,255,255, 0);
  border: solid 1px #493F3B;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.pricing-table .pricing-item-media a.btn-main, .pricing-table .pricing-item-media a.btn-main-sm {
  text-transform: uppercase;
  margin-top: 30px;
}

.pricing-table .pricing-item-media ul {
  padding: 20px 0 10px;
  list-style: none;
}

.pricing-table .pricing-item-media li {
  font-weight: 400;
  padding: 10px 0;
  color: #493F3B;
}

.pricing-table .pricing-item-media li i {
  margin-right: 6px;
}


.pricing-table .pricing-item {
  margin: 0 0 30px;
    margin-bottom: 30px;
  border-radius: 6px;
  padding-bottom: 40px;
  text-align: center;
  background: rgba(255,255,255, 0);
  border: solid 1px #e6e6e6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.pricing-table .pricing-item a.btn-main, .pricing-table .pricing-item a.btn-main-sm {
  text-transform: uppercase;
  margin-top: 30px;
}

.pricing-table .pricing-item ul {
  padding: 20px 0 10px;
  list-style: none;
}

.pricing-table .pricing-item li {
  font-weight: 400;
  padding: 10px 0;
  color: #493F3B;
}

.pricing-table .pricing-item li i {
  margin-right: 6px;
}

.pricing-table .price-title {
  padding: 30px 0 20px;
  text-align: center;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  color: #ffffff;
}

.pricing-table .price-title > h3 {
  color: #ffffff;
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 15px;
  text-transform: uppercase;
}

.pricing-table .price-title > p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 5px;
  width: 60%;
  margin: 0 auto;
}

.pricing-table .price-title .value {
  font-size: 50px;
  padding: 10px 0;
}
.derechos{
	color: #666;
}



/* img (animaciones header)
/* ---------------------------------------------- */


#bg2-4p {
		position: absolute;
		
		top: 5%;
	
		height:30%;
		width:auto;
		left: 5%;
		 /* align left edge with center of viewport */
		animation-name: flo;
        animation-duration: 5s;
        animation-iteration-count: infinite;
	}


	
#piedras {
		position: absolute;
		
		top: 40%;
	
		height:35%;
		width:auto;
		left: 5%;
		 /* align left edge with center of viewport */
		animation-name: flo;
        animation-duration: 5s;
        animation-iteration-count: infinite;
	}	

#pared {
		
		position: absolute;
		top: 0px;
		
		height:100%;
		width:auto;
		right:0px;
		/*animation-name: floright;
        animation-duration: 3s;*/
		
	}
#pared {
		
		position: absolute;
		top: 0px;
		
		height:100%;
		width:auto;
		right:0px;
		/*animation-name: floright;
        animation-duration: 3s;*/
		
	}
	

#lateral1 {
		position: absolute;
		display:block;
		bottom: 0%;
		padding:0px;
		height:auto;
		width:50%;
		left: 0%;
		animation-name: floleft;
        animation-duration: 3s;
		
	}
#lateral1_1 {
		position: absolute;
		display:block;
		bottom: 0%;
		padding:0px;
		height:auto;
		width:40%;
		left: 0%;
		z-index:-1;
		animation-name: floleft;
        animation-duration: 3s;
		
	}	

#lateral2 {
		position: absolute;
		display:block;
		top: 0%;
		padding:0px;
		height:auto;
		width:50%;
		right: 0%;
		animation-name: floright;
        animation-duration: 3s;
		
	}	
	
#lateral2_2 {
		position: absolute;
		display:block;
		top: 0%;
		padding:0px;
		height:auto;
		width:40%;
		right: 0%;
		z-index:-1;
		animation-name: floright;
        animation-duration: 3s;
		
	}	
	
	
#tierra {
		position: absolute;
		display:block;
		bottom: 0%;
		padding:0px;
		height:auto;
		width:35%;
		right: 0%;
		animation-name: flo5;
        animation-duration: 3s;
		
	}	
	
#poste {
		position: absolute;
		display:block;
		top: 0%;
		padding:0px;
		height:100%;
		width:auto;
		left: 0%;
		animation-name: flo3;
        animation-duration: 3s;
		
	}	

.logos-portafolio{
	    
	    top:0px;
		bottom:0px;
		left: 0px;
		right: 0px;
		margin: auto;
		width: 300px;
	
}

#dirigible{
		position: absolute;
		top:0px;
		bottom:0px;
		left: 0px;
		right: 0px;
		margin: auto;
		height:100%;
		
		z-index: -1;
		 /* align left edge with center of viewport */
		animation-name: flo;
        animation-duration: 5s;
        animation-iteration-count: infinite;
	}
	
	

#nubes1{
		position: absolute;
		
		top:0px;
		bottom:0px;
		left: 0px;
		right: 0px;
		margin: auto;
		height:100%;
		z-index: -1;
		 /* align left edge with center of viewport */
		animation-name: flo3;
        animation-duration: 5s;
        animation-iteration-count: infinite;
	}

#nubes2{
		position: absolute;
		
		top:0px;
		bottom:0px;
		left: 0px;
		right: 0px;
		margin: auto;
		height:100%;
		
		z-index: 10;
		 /* align left edge with center of viewport */
		animation-name: flo4;
        animation-duration: 5s;
        animation-iteration-count: infinite;
	}

#dialogos{
		position: absolute;
		top:0px;
		bottom:0px;
		left: 0px;
		right: 0px;
		margin: auto;
		height:100%;
		
		z-index: 10;
		 /* align left edge with center of viewport */
		animation-name: flo;
        animation-duration: 5s;
        animation-iteration-count: infinite;
	}

#aviones{
		position: absolute;
		top:0px;
		bottom:0px;
		left: 0px;
		right: 0px;
		margin: auto;
		height:100%;
		
		z-index: 10;
		 /* align left edge with center of viewport */
		animation-name: flo;
        animation-duration: 5s;
        animation-iteration-count: infinite;
	}
	
#sobres{
		position: absolute;
		top:0px;
		bottom:0px;
		left: 0px;
		right: 0px;
		margin: auto;
		height:100%;
		
		z-index: 10;
		 /* align left edge with center of viewport */
		animation-name: flo;
        animation-duration: 5s;
        animation-iteration-count: infinite;
	}

#bg2-3p {
		position: absolute;
		
		top:10%;
	
		height:30%;
		left: 10%;
		 /* align left edge with center of viewport */
		animation-name: flo2;
        animation-duration: 5s;
        animation-iteration-count: infinite;
	}
#bg2-2p {
		position: absolute;
		
		top: 12%;
	
		height:50%;
		left: 12%;
		 /* align left edge with center of viewport */
		animation-name: flo;
        animation-duration: 5s;
        animation-iteration-count: infinite;
	}


@keyframes flo2 {
  50% {
    transform: translateX(30px) scale(0.8) rotate(1deg) ;
  }
}

@keyframes desvanecer{
	 0% {
    opacity: 0;
  }
   25% {
    opacity: 1;
  }
  
}

@keyframes flo{

  50%{
    transform: translateY(20px);
    
  }
  
  
}

@keyframes flo3{
  0%{
    transform: translateX(10px);
  }
  50%{
    transform: translateX(-10px);
  }
  100%{
    transform: translateX(10px);
  }

}	

@keyframes flo4{
  0%{
    transform: translateX(-10px);
  }
  50%{
    transform: translateX(10px);
  }
  100%{
    transform: translateX(-10px);
  }

}	

@keyframes floleft{
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
 
}

@keyframes floright{
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}		
@keyframes flo5{
  0%{
    transform: translateX(30px);
 
}



@media (max-width: 480px) {
  #bg2-4p {
    top: 5%;
    height: 80%;
    width:auto;
    left: 2%;
  }
  #bg2-3p {
    top: 8%;
    height: 38%;
    left:8%;
  }
  #bg2-2p {
    top: 14%;
    width: 65%;
    height:auto;
    left: 12%;
  }
  
}

@media (max-width: 768px) {
 
	
  #bg2-4p {
    top: 5%;
    height: 80%;
    width:auto;
    left: 2%;
  }
  #bg2-3p {
    top: 8%;
    height: 38%;
    left:8%;
  }
  #bg2-2p {
    top: 14%;
    width: 65%;
    height:auto;
    left: 12%;
  }
}


@media (max-width: 480px) {
 .ocultar{
display: none;


}
}
@media (max-width: 768px) {
 .ocultar{
display: none;


}
}



