/* ==== Google font ==== */

#import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,600,700,800|Roboto:400,500,700,900");

body {
  width: 100%;
  height: 100%;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #666;
  background-color: transparent;
  font-size: 18px;
  line-height: 1.6em;
}

html {
  width: 100%;
  height: 100%;
}

.centrado {
  text-align: center;
}

label,
input,
button,
select,
textarea {
  font-family: "Open Sans", sans-serif;
  font-size: inherit;
  line-height: inherit;
}

/*tooptil*/

.tooltip > .tooltip-inner {
  
  float: left;
  text-transform: uppercase;
  margin-top: 15px;
}

.nav .xl-oculto {
  display: none;
}

#logoTxt,
#logo,li.marca-tecnologica img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#logoTxt{
  margin-top: 12px;
  width: 135px;
}
#logo {
  float: left;
  width: 65px;
  margin-right: 10px;
  margin-top: 8px;
}

.img-responsive {
  max-width: 100% !important;
  margin: 10px auto;
}

.logo {
  color: #f44336;
  font-size: 200px;
}

.idiomas {
  margin-top: 10px;
  margin-right: 25px;
  display: inline-block;
}

.sinPadding {
  padding: 0;
}

.myBoton {
  background: #f44336;
}

.navbar-header h1 a,
.navbar-header h2 a {
  color: #333;
}

/*footer*/

#textFooter p {
  padding: 69px 10px;
}

#footer p {
  color: #888;
}

.btn:hover {
  color: #fff;
  opacity: 0.9;
}

/*FORMULARIO*/

#sendmessage {
  border: 1px solid #fff;
  display: none;
}

#sendmessage.show,
.show {
  display: block;
}

.validation {
  color: #f44336;
  margin-top: 3px;
}

.panel {
  box-shadow: none;
  margin-bottom: 0;
}

.bg-primary,
.bg-primary a {
  color: #fff;
}

.bg-primary {
  background-color: #f44336;
}

.bg-success,
.bg-success a {
  color: #fff;
}

.bg-success {
  background-color: #91c957;
}

.widget-header {
  padding: 15px 15px 50px 15px;
  min-height: 125px;
  position: relative;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}

.panel .panel-footer,
.panel > :last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.widget-body {
  padding: 50px 15px 15px;
  position: relative;
}

.panel-body {
  padding: 25px 20px;
}

.pad-all {
  padding: 15px;
}

.widget-img {
  position: absolute;
  width: 64px;
  height: 64px;
  left: 50%;
  margin-left: -32px;
  top: -32px;
  background: #fff;
}

.img-md {
  width: 64px;
  height: 64px;
}

.widget-bg {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}

.img-border-light {
  box-shadow: 0 0 0 4px #fff;
}

.img-border {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
}

/*Modal INFO*/

#myModal {
  /*   display: block;*/
  padding-right: 0px;
  background-color: rgba(4, 4, 4, 0.8);
}

#myModal * {
  color: #fff;
}

#myModal .modal-dialog {
  top: 20%;
  width: 100%;
  position: absolute;
}

#myModal .modal-content {
  border-radius: 0px;
  border: none;
  top: 40%;
}

#myModal .modal-body {
  background-color: #8bc34a;
  color: white;
  padding: 20px 0;
}

.modal-body {
  padding: 0;
}

.panel,
.widget {
  border: 0;
  border-radius: 10px;
}

/* footer social icons */

.social-network a.icoRss:hover {
  background-color: #f56505;
}

.social-network a.linked:hover {
  background-color: #0077b5;
}

.social-network a.icoFacebook:hover {
  background-color: #3b5998;
}

.social-network a.icoTwitter:hover {
  background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
  background-color: #bd3518;
}

.social-network a.icoVimeo:hover {
  background-color: #0590b8;
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}

.social-network a.icoRss:hover i,
.social-network a.linked:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
  color: white;
}

a.socialIcon:hover,
.socialHoverClass {
  color: #44bcdd;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 0;
  text-align: center;
  width: 50px;
  font-size: 18px;
}

.social-circle li i {
  margin: 0;
  line-height: 50px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: rgba(85, 85, 85, 0.62);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

/* stats */

.stats .icon {
  margin: 0 0 20px 0;
}

.stats strong.number {
  font-size: 38px;
}

.stats span.text {
  font-weight: 700;
  font-size: 24px;
}

ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}

/* ===========
layout
============= */

#wrapper.boxed {
  margin: 0 auto;
  background-color: #fff;
}

/* ===========
Typo
============= */

h1,
h2 {
  font-size: 1.7em;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  color: #444;
  line-height: 1em;
}

h1.h-xlight,
h2.h-xlight,
h3.h-xlight,
h4.h-xlight,
h5.h-xlight,
h6.h-xlight {
  font-weight: 100;
}

h1.h-light,
h2.h-light,
h3.h-light,
h4.h-light,
h5.h-light,
h6.h-light {
  font-weight: 300;
}

h1.h-normal,
h2.h-normal,
h3.h-normal,
h4.h-normal,
h5.h-normal,
h6.h-normal {
  font-weight: 400;
}

h1.h-medium,
h2.h-medium,
h3.h-medium,
h4.h-medium,
h5.h-medium,
h6.h-medium {
  font-weight: 500;
}

h1.h-bold,
h2.h-bold,
h3.h-bold,
h4.h-bold,
h5.h-bold,
h6.h-bold {
  font-weight: 700;
}

h1.h-ultra,
h2.h-ultra,
h3.h-ultra,
h4.h-ultra,
h5.h-ultra,
h6.h-ultra {
  font-weight: 900;
}

h1.font-light,
h2.font-light,
h3.font-light,
h4.font-light,
h5.font-light,
h6.font-light {
  color: #fff;
}

h1.italic,
h2.italic,
h3.italic,
h4.italic,
h5.italic,
h6.italic {
  font-style: italic;
}

.big-heading {
  font-size: 48px;
  font-weight: 700;
}

.carousel-caption p {
  text-align: center;
}

p {
  margin: 0 0 20px;
  text-align: justify;
}

p.medium {
  font-weight: 500;
}

p.bold {
  font-weight: 700;
}

p.ultra {
  font-weight: 900;
}

.highlight-light {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px;
  display: inline-block;
  color: #111;
}

.highlight-dark {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  display: inline-block;
  color: #fff;
}

.highlight-color {
  padding: 2px 5px;
  display: inline-block;
  color: #fff;
}

a {
  color: #666;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover,
a:focus {
  text-decoration: none;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 300;
  color: #999;
}

blockquote.bg-light {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  color: #222;
}

blockquote.bg-dark {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px;
}

blockquote strong {
  font-weight: 700;
}

.light {
  font-weight: 400;
}

/* Credit to bootsnipp.com for the css for the color graph */

.colorgraph {
  height: 5px;
  border-top: 0;
  background: #c4e17f;
  margin: 0;
  padding-bottom: 0;
  background-image: -webkit-linear-gradient(
    left,
    #c4e17f,
    #c4e17f 12.5%,
    #f7fdca 12.5%,
    #f7fdca 25%,
    #fecf71 25%,
    #fecf71 37.5%,
    #f0776c 37.5%,
    #f0776c 50%,
    #db9dbe 50%,
    #db9dbe 62.5%,
    #c49cde 62.5%,
    #c49cde 75%,
    #669ae1 75%,
    #669ae1 87.5%,
    #62c2e4 87.5%,
    #62c2e4
  );
  background-image: -moz-linear-gradient(
    left,
    #c4e17f,
    #c4e17f 12.5%,
    #f7fdca 12.5%,
    #f7fdca 25%,
    #fecf71 25%,
    #fecf71 37.5%,
    #f0776c 37.5%,
    #f0776c 50%,
    #db9dbe 50%,
    #db9dbe 62.5%,
    #c49cde 62.5%,
    #c49cde 75%,
    #669ae1 75%,
    #669ae1 87.5%,
    #62c2e4 87.5%,
    #62c2e4
  );
  background-image: -o-linear-gradient(
    left,
    #c4e17f,
    #c4e17f 12.5%,
    #f7fdca 12.5%,
    #f7fdca 25%,
    #fecf71 25%,
    #fecf71 37.5%,
    #f0776c 37.5%,
    #f0776c 50%,
    #db9dbe 50%,
    #db9dbe 62.5%,
    #c49cde 62.5%,
    #c49cde 75%,
    #669ae1 75%,
    #669ae1 87.5%,
    #62c2e4 87.5%,
    #62c2e4
  );
  background-image: linear-gradient(
    to right,
    #c4e17f,
    #c4e17f 12.5%,
    #f7fdca 12.5%,
    #f7fdca 25%,
    #fecf71 25%,
    #fecf71 37.5%,
    #f0776c 37.5%,
    #f0776c 50%,
    #db9dbe 50%,
    #db9dbe 62.5%,
    #c49cde 62.5%,
    #c49cde 75%,
    #669ae1 75%,
    #669ae1 87.5%,
    #62c2e4 87.5%,
    #62c2e4
  );
}

/* =======
Top area
======== */

.top-area {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  width: 100%;
  text-align: right;
}

.top-area.top-padding {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  /*  
    AQUI REDUCE TOB BAR
    padding-top: 6px;
    padding-bottom: 0;
    margin-bottom: 10px;*/
}

.top-area p {
  margin-bottom: 10px;
}

/* ===========
Navigation
============= */
.navbar-header.page-scroll {
  width: 250px;
}
.navbar-brand.reduce {
  margin-top: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.navbar.navbar-custom {
  width: inherit;
  margin: 0 auto;
  padding-bottom: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}

li.marca-tecnologica img {
  width: 192px;
}
.navbar {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.navbar-brand {
  font-weight: 700;
}

.navbar-brand:focus {
  outline: 0;
}

.navbar.navbar-custom.navbar-fixed-top {
  background: #fff;
}

.navbar-custom.top-nav-collapse .nav.navbar-nav {
  background-color: rgba(0, 0, 0, 0);
}

.navbar.navbar-custom {
  padding-top: 0;
}

.navbar.navbar-custom ul.nav.navbar-nav {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.navbar.navbar-custom.top-nav-collapse ul.nav.navbar-nav {
  margin-top: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.navbar-custom ul.nav li a {
  height: 100%;
  vertical-align: middle;
  margin: 0 auto;
  color: #333;
  font-weight: 700;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 32px 20px;
}

.navbar-custom ul.nav li p {
  height: 100%;
  vertical-align: middle;
  margin: 0 auto;
  color: #333;
  font-weight: 700;
  font-size: 1em;
  letter-spacing: 0em;
  text-transform: uppercase;
  padding-top: 28px;
  transition: all 0.6s ease-in-out;
}

li.wrapper-idiomas {
  display: flex !important;
  flex-wrap: nowrap;
  margin-left: 20px;
}

.navbar-custom ul.nav li a.idiomas {
  font-size: 0.65em;
  padding: 32px 4px;
}

.navbar-custom ul.nav li a.idiomas.unselected {
  color: #888;
  padding: 32px 4px;
}

.navbar-custom ul.nav li a.idiomas.unselected:hover {
  color: #F44336;
}

.navbar.navbar-custom.top-nav-collapse {
  background: #fff;
}

.navbar.navbar-custom.top-nav-collapse .navigation {
  padding-bottom: 0px;
  /*REDUCE*/
}

.navbar-custom.top-nav-collapse ul.nav li a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #444;
}

.navbar-custom ul.nav ul.dropdown-menu {
  border-radius: 0;
  margin-top: 16px;
}

.navbar-custom ul.nav ul.dropdown-menu li {
  border-bottom: 1px solid #f5f5f5;
}

.navbar-custom ul.nav ul.dropdown-menu li:last-child {
  border-bottom: none;
}

.navbar-custom ul.nav ul.dropdown-menu li a {
  padding: 6px 20px;
  font-size: 13px;
  text-transform: uppercase;
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
  background: #fefefe;
}

.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
  color: #666;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.navbar-custom.navbar-fixed-top .nav li a:hover,
.navbar-custom.navbar-fixed-top .nav li a:focus,
.navbar-custom.navbar-fixed-top .nav li.active a,
.navbar-custom.navbar-fixed-top .nav li.active {
  outline: 0;
  background: none;
}

.navbar-custom.top-nav-collapse .nav li a:hover,
.navbar-custom.top-nav-collapse .nav li a:focus,
.navbar-custom.top-nav-collapse .nav li.active {
  outline: 0;
  background-color: rgba(255, 255, 255, 0.2);
}

.navbar-toggle {
  font-size: 29px;
  color: #fff;
  float: left;
}

.navbar-toggle:focus,
.navbar-toggle:active {
  outline: 0;
}

#parallax1 {
  background: url(../img/parallax/23.jpg) no-repeat 64%;
}

blockquote.bigquote {
  border: none;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.7em;
}

blockquote {
  font-family: Georgia, serif;
  padding: 10% 27% 14% 4%;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
  color: #ecdbdb;
}

/**Footer */

#footer {
  background: #242424;
  text-align: center;
}
.row.animated.opacity.mar-bot20 {
    padding: 8% 0;
}

/*Contact form*/

#contact-form {
  margin-bottom: 20px;
  overflow: auto;
}

/* loader */

#page-loader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: white;
  z-index: 9999;
}

#page-loader img {
  margin: 100px auto;
  display: block;
}

.loader {
  text-align: center;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
}

.loader {
  text-align: center;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
}
.loader span {
  display: block;
  font: 14px "Montserrat", sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.spinner {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.con1 > div,
.con2 > div,
.con3 > div {
  width: 7px;
  height: 7px;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.con2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.con3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.circle1 {
  top: 0;
  left: 0;
}

.circle2 {
  top: 0;
  right: 0;
}

.circle3 {
  right: 0;
  bottom: 0;
}

.circle4 {
  left: 0;
  bottom: 0;
}

.con2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.con3 .circle1 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.con1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.con2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.con3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.con1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.con2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.con3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.con1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.con2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.con3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes boxSpin {
  0% {
    transform: translate(-10px, 0px);
  }
  25% {
    transform: translate(10px, 10px);
  }
  50% {
    transform: translate(10px, -10px);
  }
  75% {
    transform: translate(-10px, -10px);
  }
  100% {
    transform: translate(-10px, 10px);
  }
}

@keyframes shadowSpin {
  0% {
    box-shadow: 10px -10px #39cccc, -10px 10px #ffdc00;
  }
  25% {
    box-shadow: 10px 10px #39cccc, -10px -10px #ffdc00;
  }
  50% {
    box-shadow: -10px 10px #39cccc, 10px -10px #ffdc00;
  }
  75% {
    box-shadow: -10px -10px #39cccc, 10px 10px #ffdc00;
  }
  100% {
    box-shadow: 10px -10px #39cccc, -10px 10px #ffdc00;
  }
}

#load {
  z-index: 9999;
  background-color: #ff4136;
  opacity: 0.75;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin: -5px auto 0 auto;
  left: 0;
  right: 0;
  border-radius: 0px;
  border: 5px solid #ff4136;
  box-shadow: 10px 0px #39cccc, 10px 0px #01ff70;
  animation: shadowSpin 1s ease-in-out infinite;
}

/* misc */

hr {
  margin-top: 10px;
}

hr.bold {
  border-top: 3px solid #eee;
}

.divider-short {
  display: block;
  width: 60px;
  height: 1px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.dividersolid {
  border-top: 1px solid #eee;
  margin: 30px 0 30px;
}

/* margins */

.marginbot-0 {
  margin-bottom: 0 !important;
}

.marginbot-10 {
  margin-bottom: 10px !important;
}

.marginbot-20 {
  margin-bottom: 20px !important;
}

.marginbot-30 {
  margin-bottom: 30px !important;
}

.marginbot-40 {
  margin-bottom: 40px !important;
}

.marginbot-50 {
  margin-bottom: 50px !important;
}

.marginbot-60 {
  margin-bottom: 60px !important;
}

.marginbot-70 {
  margin-bottom: 70px !important;
}

.marginbot-80 {
  margin-bottom: 80px !important;
}

.marginbot-90 {
  margin-bottom: 90px !important;
}

.marginbot-100 {
  margin-bottom: 100px !important;
}

.margintop-0 {
  margin-top: 0 !important;
}

.margintop-10 {
  margin-top: 10px !important;
}

.margintop-20 {
  margin-top: 20px !important;
}

.margintop-30 {
  margin-top: 30px !important;
}

.margintop-40 {
  margin-top: 40px !important;
}

.margintop-45 {
  margin-top: 45px !important;
}

.margintop-50 {
  margin-top: 50px !important;
}

.margintop-100 {
  margin-top: 100px !important;
}

/* padding */

.paddingtop-0 {
  padding-top: 0 !important;
}

.paddingtop-10 {
  padding-top: 10px !important;
}

.paddingtop-20 {
  padding-top: 20px !important;
}

.paddingtop-30 {
  padding-top: 30px !important;
}

.paddingtop-40 {
  padding-top: 40px !important;
}

.paddingtop-50 {
  padding-top: 50px !important;
}

.paddingtop-60 {
  padding-top: 60px !important;
}

.paddingtop-70 {
  padding-top: 70px !important;
}

.paddingtop-80 {
  padding-top: 80px !important;
}

.paddingtop-90 {
  padding-top: 90px !important;
}

.paddingtop-100 {
  padding-top: 100px !important;
}

.paddingbot-0 {
  padding-bottom: 0 !important;
}

.paddingbot-10 {
  padding-bottom: 10px !important;
}

.paddingbot-20 {
  padding-bottom: 20px !important;
}

.paddingbot-30 {
  padding-bottom: 30px !important;
}

.paddingbot-40 {
  padding-bottom: 40px !important;
}

.paddingbot-50 {
  padding-bottom: 50px !important;
}

.paddingbot-60 {
  padding-bottom: 60px !important;
}

.paddingbot-70 {
  padding-bottom: 70px !important;
}

.paddingbot-80 {
  padding-bottom: 80px !important;
}

.paddingbot-90 {
  padding-bottom: 90px !important;
}

.paddingbot-100 {
  padding-bottom: 100px !important;
}

/* ===========================
--- General sections
============================ */

.home-section {
  padding-top: 100px;
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 120;
  background-color: #fff;
}

.home-section strong {
  font-weight: 700;
  color: #f44336;
}

.home-section.nopadding {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  z-index: 120;
}

.home-section.nopadding-bot {
  padding-bottom: 0;
}

.home-section.nopadding-top {
  padding-top: 0;
}

.inner-section {
  padding-top: 110px;
  padding-bottom: 110px;
}

.home-section.nopadd-bot {
  padding-bottom: 0;
}

.section-heading h2 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 2.7em;
}

.section-heading p {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.6em;
}

.color-dark .section-heading h2 {
  color: #111;
}

.color-dark .section-heading p {
  color: #444;
}

.divider-short,
.color-dark .divider-short,
.bg-gray .divider-short {
  background: #aaa;
}

.color-light .divider-short {
  background: #fefefe;
}

.color-light .section-heading h2 {
  color: #fff;
}

.color-light .section-heading p {
  color: #fefefe;
}

.color-light blockquote,
.color-light p {
  color: #fefefe;
}

/* --- section bg var --- */

.bg-white {
  background: #fff;
}

.bg-gray {
  background: #fafafa;
}

.bg-dark {
  background: #404040;
}

/* --- section color var --- */

.text-light {
  color: #fff;
}

/* ===========================
--- Intro
============================ */

.intro {
  width: 100%;
  position: relative;
}

.intro-content {
  background: #ffffff;
  padding: 76px 0 0 0;
}

.intro-content.intro-nobg {
  background: #fff;
  position: relative;
  margin: 0;
  padding: 140px 0 60px;
}

.slogan {
  margin-bottom: 20px;
}

.white-box {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border-radius: 4px;
}

.intro-content h2 {
  margin-bottom: 16px;
}

/* ---- lead form --- */

ul.lead-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 20px;
}

ul.lead-list li {
  margin: 0 0 20px 0;
  line-height: 1.6em;
}

ul.lead-list li span.fa {
  margin: 5px 5px 0 0;
  float: left;
}

ul.lead-list li span.list {
  display: inline-block;
  margin: 0 0 0 10px;
}

p.lead-footer {
  font-size: 16px;
  margin: 20px 0 0;
}

.panel-heading {
  padding: 20px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel.panel-skin {
  border-color: #ddd;
}

.panel-skin > .panel-heading {
  color: #fff;
  background-color: #444;
  border-color: #444;
  box-shadow: none;
}

.panel-body {
  padding: 20px;
}

.form-wrapper h3.panel-title {
  font-size: 20px;
  font-weight: 700;
}

.form-wrapper h3.panel-title span {
  font-size: 20px;
  margin: 0 10px 0 0;
}

.form-wrapper h3.panel-title small {
  font-size: 16px;
  color: #ddd;
}

form.lead label,
form.lead input {
  font-size: 16px;
}

.panel-body {
  background: #fff;
}

.panel-skin > .panel-heading .badge {
  background-color: #fff;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* ---- CTA 1  --- */

.well.well-trans {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.cbp-l-filters-button .cbp-filter-item {
  margin: 0 0 !important;
}

.cbp-popup-singlePage .cbp-l-member-desc {
  font: 400 14px "Open Sans", sans-serif;
  margin-top: 40px;
  line-height: 1.9em;
  clear: both;
  text-align: justify;
}

/* =========================
Buttons
=========================== */

.width30 {
  width: 34%;
}

.width70 {
  margin-right: 5%;
  width: 60%;
}

.btn-skin {
  color: #fff;
}

.btn-skin:hover {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.btn-skin:hover,
.btn:focus,
.btn-skin:active,
.btn-skin.active,
.open > .dropdown-toggle.btn-skin {
  color: #fff;
}

.btn-skin:active,
.btn-skin.active,
.open > .dropdown-toggle.btn-skin {
  background-image: none;
}

.btn-skin .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 2em;
  border-radius: 6px;
}

/* ===========================
--- Works
============================ */

.item {
  margin: 10px;
}

.item img {
  display: block;
  width: 100%;
  height: auto;
}

.company-social .social-facebook a i {
  background: #3873ae;
}

.company-social .social-twitter a i {
  background: #62c6f8;
}

.company-social .social-dribble a i {
  background: #d74980;
}

.company-social .social-deviantart a i {
  background: #8da356;
}

.company-social .social-google a i {
  background: #000;
}

.company-social .social-vimeo a i {
  background: #51a6d3;
}

.company-social .social-facebook a:hover i {
  background: #4893ce;
}

.company-social .social-twitter a:hover i {
  background: #82e6ff;
}

.company-social .social-dribble a:hover i {
  background: #f769a0;
}

.company-social .social-deviantart a:hover i {
  background: #adc376;
}

.company-social .social-google a:hover i {
  background: #333;
}

.company-social .social-vimeo a:hover i {
  background: #71c6f3;
}

/* ===========================
--- Footer
============================ */

footer {
  background-color: #f2f2f2;
}

footer {
  padding: 50px 0 0;
}

footer .widget {
  margin-bottom: 30px;
}

footer .widget h5 {
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.sub-footer {
  margin-top: 30px;
  background-color: #f7f7f7;
  border-top: 1px solid #ddd;
  padding: 30px 0 10px;
}

.sub-footer a {
  color: #888;
}

footer .sub-footer p {
  font-size: 14px;
}

/* -- icon var -- */

.bg-dark {
  background: #666;
}

.bg-light {
  background: #fff;
}

.icon-primary {
  color: #4765a0;
}

.icon-success {
  color: #7db53b;
}

.icon-info {
  color: #51b6bf;
}

.icon-warning {
  color: #e6e039;
}

.icon-danger {
  color: #e24e47;
}

/* scroll to top */

.scrollup {
  position: fixed;
  width: 40px;
  height: 36px;
  bottom: 0px;
  right: 20px;
  background: rgba(34, 34, 34, 0.9);
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  z-index: 999;
}

a.scrollup {
  outline: 0;
  text-align: center;
}

a.scrollup:hover,
a.scrollup:active,
a.scrollup:focus {
  opacity: 1;
  text-decoration: none;
}

a.scrollup i {
  margin-top: 10px;
  color: #fff;
}

a.scrollup i:hover {
  text-decoration: none;
}

/* ===========================
--- Elements
============================ */

/* --- tooltip --- */

.tooltip {
  font-size: 16px;
  line-height: 1.6em;
}

/* --- Pricing box --- */

.pricing-box {
  padding-left: 0;
  padding-right: 0;
}

.pricing-content {
  background: #fff;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative;
  border-radius: 4px;
}

.pricing-content.general {
  z-index: 99;
}

.pricing-content:hover {
  margin-top: -10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
}

.pricing-content h2 {
  background-color: #666;
  color: #fff;
  font-size: 17px;
  text-align: center;
  margin-bottom: 0;
  padding: 30px 0;
  border-radius: 4px 4px 0 0;
}

.pricing-content h3 {
  color: #fff;
  text-align: center;
  font-size: 32px;
  background: #444;
  margin-bottom: 0;
  font-weight: 700;
  padding: 30px 0;
}

.pricing-content h3 span {
  font-weight: 300;
  font-size: 18px;
}

.pricing-content h3 sup {
  font-size: 18px;
}

.pricing-content ul {
  list-style: none;
  margin: 25px 0;
}

.pricing-content li {
  border-top: 1px dotted #efefef;
  width: 75%;
  color: #333;
  margin: 0 auto;
  padding: 15px 0;
}

.pricing-content li:first-child {
  border-top: none;
}

.pricing-content li i {
  float: right;
}

.pricing-content li del {
  color: #aaa;
}

.price-bottom {
  background: #f7f7f7;
  text-align: center;
  padding: 25px 0;
  border-radius: 0 0 4px 4px;
}

.pricing-content p {
  background: #f8f8f8;
  padding: 20px;
}

.pricing-content.featured {
  margin-top: -20px;
  position: relative;
  z-index: 9999;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
}

.pricing-content.featured h3 {
  font-size: 38px;
  padding: 45px 0;
}

/* --- scroll --- */

.page-scroll .btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {
  0 {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes pulse {
  0 {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

/* blink btn */

.blink {
  -webkit-animation-name: blink;
  -moz-animation-name: blink;
  -o-animation-name: blink;
  animation-name: blink;
  -webktit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}

.blink-infinite {
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.blink-5 {
  -webkit-animation-iteration-count: 5;
  -moz-animation-iteration-count: 5;
  -o-animation-iteration-count: 5;
  animation-iteration-count: 5;
}

.blink-furiously {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

@-webkit-keyframes blink {
  50% {
    opacity: 0;
  }
}

@-moz-keyframes blink {
  50% {
    opacity: 0;
  }
}

@-o-keyframes blink {
  50% {
    opacity: 0;
  }
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

/* --- button --- */

.btn {
  position: relative;
  display: inline-block;
  outline: none;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  font-size: 14px;
}

.btn.btn-noradius {
  border-radius: 0;
}

a.btn:focus {
  outline: 0;
}

.btn-red {
  color: #fff;
  background-color: #c83539;
  border-color: #c83539;
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}

.btn-red:active {
  background-image: none;
}

.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}

.btn-default:hover,
.btn-default:focus {
  border: 1px solid #28c3ab;
  outline: 0;
  color: #000;
  background-color: #28c3ab;
}

.btn-huge {
  padding: 25px;
  font-size: 26px;
}

.banner-social-buttons {
  margin-top: 0;
}

/* ==== partner ==== */

.partner {
  text-align: center;
}

/* ============== options panel for live preview ======================= */

#t_options {
  position: fixed;
  top: 60px;
  left: -230px;
  width: 230px;
  background: #fefefe;
  color: #444;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  z-index: 5000;
  font-size: 11px;
  font-family: "Open Sans", arial, sans-serif;
}

#t_options hr {
  margin: 20px 0;
  border: 0;
  border-top: none;
  border-bottom: 1px dotted #ddd;
}

#t_options h6 {
  color: #444;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

#t_options input {
  width: 60px;
  border: none;
  border: 1px solid #ddd;
  font-size: 14px;
  text-align: center;
}

#t_options .col {
  width: 50px;
  margin: 0 10px 0;
}

.colorpicker {
  z-index: 5001;
}

.options_inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.options_box {
  margin: 0 14px;
  padding: 10px 0 20px;
  overflow: hidden;
}

.options_box .solidline {
  margin-bottom: 10px;
}

.options_box h6 {
  text-align: center;
  font-weight: bold;
}

.options_box .full {
  width: 100%;
  overflow: hidden;
  padding-bottom: 10px;
}

.options_box .full strong {
  text-transform: uppercase;
  margin-right: 10px;
}

.options_box .halfcol {
  width: 90px;
  float: left;
  margin: 0 5px;
}

.options_box .fourcol {
  width: 30px;
  float: left;
  margin: 0 5px;
}

.options_box .fourcol.color a {
  width: 30px;
  height: 30px;
  display: block;
  margin-bottom: 5px;
}

.options_box .halfcol .wideboxed h6 {
  font-size: 12px;
  font-weight: 600;
}

.options_toggle_holder {
  position: absolute;
  right: -40px;
}

.options_toggle {
  margin: 6px 0 0 4px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: 1px solid #eee;
  border-left: none;
  display: block;
  background: #f7f7f7;
}

.options_toggle span i {
  margin: 10px 0 0 7px;
  display: block;
}

.options_toggle:hover,
.options_toggle:focus,
.options_toggle:active {
  outline: 0;
  text-decoration: none;
}

.options_heading {
  color: #444;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #eee;
}

.width100 {
  width: 100%;
}

.height100 {
  height: 100%;
}

.backgroundRed {
  background: #f44336;
  border-radius: 5px;
  display: block;
  color: white;
  width: 100%;
  margin: auto;
  overflow: auto;
  padding: 20px 10px;
  height: auto;
}

.backgroundRed:hover {
  opacity: 0.9;
  color: white;
}

.bgr .bg {
  width: 28px;
  height: 28px;
  border: 1px solid #e6e6e6;
}

.bgr .bg.bg1 {
  background: url(../img/bodybg/bg1.png) repeat left top;
}

.bgr .bg.bg2 {
  background: url(../img/bodybg/bg2.png) repeat left top;
}

.bgr .bg.bg3 {
  background: url(../img/bodybg/bg3.jpg) repeat left top;
}

.bgr .bg.bg4 {
  background: url(../img/bodybg/bg4.png) repeat left top;
}

.bgr .bg.bg5 {
  background: url(../img/bodybg/bg5.png) repeat left top;
}

.bgr .bg.bg6 {
  background: url(../img/bodybg/bg6.png) repeat left top;
}

.bgr .bg.bg7 {
  background: url(../img/bodybg/bg7.png) repeat left top;
}

.bgr .bg.bg8 {
  background: url(../img/bodybg/bg8.jpg) repeat left top;
}

.bgr .bg.bg9 {
  background: url(../img/bodybg/bg9.png) repeat left top;
}

.bgr .bg.bg10 {
  background: url(../img/bodybg/bg10.png) repeat left top;
}

#accent_color {
  color: #fff;
  background: #ef5523;
  border: none;
  text-transform: uppercase;
  margin-left: 2px;
  text-align: center;
  outline: 0;
}

#bodybg_color {
  color: #fff;
  background: #ccc;
  border: none;
  text-transform: uppercase;
  margin-left: 2px;
  text-align: center;
  outline: 0;
}

/* Media queries */

@media (min-width: 768px) and (max-width: 1200px) {
  .navbar-brand {
    float: none;
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .navbar.navbar-custom .navigation {
    width: 100%;
  }
  .container {
    width: 100%;
  }
  .navbar-header h1:first-letter,
  .navbar-header h2:first-letter {
    font-size: 1.4em;
  }
  .navbar-header h1,
  .navbar-header h2 {
    font-size: 1.4em !important;
    /* margin-top: 17px !important; */
  }
}
@media (max-width: 768px) {
  .nav {
    margin: 0;
  }
  img#logoTxt {
    width: 108px;
    margin-top: 14px;
  }
  img#logo {
    width: 52px;
    margin-top: 10px;
  }
  .navbar-header h1,
  .navbar-header h2 {
    font-size: 1.7em !important;
    margin-top: 21px !important;
  }
  .navbar.navbar-custom .navigation {
    padding-bottom: 0;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse,.navbar.navbar-custom.navbar-fixed-top ,.container.navigation{
    max-height: 100%;
  }
  .navbar.navbar-custom.navbar-fixed-top {
    background-color: #fff;
  }
  .navbar-custom ul.nav li {
    border-bottom: 1px solid #eee;
  }
  .navbar-custom ul.nav li:last-child {
    padding-bottom: 0;
  }
  .navbar-custom ul.nav ul.dropdown-menu li {
    border-bottom: 1px solid #eee;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .navbar-custom ul.nav li p {
    padding: 4px 0 0 0;
    margin: 0;
  }
  .navbar-custom ul.nav li a {
    padding: 6px 15px;
    margin: 0;
  }
  .navbar-custom ul.nav li a.idiomas {
    padding: 6px 8px;
    margin: 0;
  }
  .navbar-custom ul.nav li a.idiomas.unselected {
    padding: 6px 8px;
    margin: 0;
  }
  .navbar-custom ul.nav li.wrapper-idiomas {
    display: inline-flex;
    float: left;
    padding: 6px 4px;
    margin: 0 0 0 12px;
  }
}

@media (max-width: 480px) {
  /* .home-section {
    padding-top: 70px;
  } */
  .section-heading h2 {
    font-size: 1.9em;
  }
  #aerogenerador {
    padding: 0;
  }
  .liGuion {
    padding: 0 15px;
  }
  .myBoton {
    width: 100%;
  }
  .navbar-header h1:first-letter,
  .navbar-header h2:first-letter {
    font-size: 1em;
  }
  .navbar-header h1,
  .navbar-header h2 {
    font-size: 1.7em !important;
    /* margin-top: 22px !important; */
  }
  .box {
    padding: 45px;
  }
  .box i {
    margin-bottom: 30px;
  }
  blockquote.bigquote {
    font-size: 1em;
    line-height: 1.4em;
  }
}

@media (max-width: 320px) {
  .navbar-brand {
    text-align: center;
    display: block;
    margin: 0 auto;
  }
  blockquote {
    padding: 7% 10% 0% 0%;
  }
  .navbar-header h1,
  .navbar-header h2 {
    font-size: 1.3em;
    margin-top: 24px;
  }
}

/**CARROUSEL*/

.carousel .item {
  margin: 0;
}

.carousel-control {
  position: absolute;
  left: 0;
  width: 15%;
  font-size: auto;
  color: #fff;
  text-align: center;
  opacity: 1;
  text-shadow: none;
}

.carousel-caption {
  position: absolute;
  z-index: 10;
  color: #fff;
  text-align: center;
  right: 0;
  left: 51%;
}

.carousel-control.right,
.carousel-control.left {
  z-index: 99;
}

.carousel .item {
  height: 100%;
  width: 100%;
}

.carousel .item video {
  height: 100%;
  width: 100%;
}

.carousel-caption h3,
.carousel .icon-container,
.carousel-caption button {
  background-color: rgba(51, 51, 51, 0.42);
  color: #eee;
  border-radius: 9px 0 0 9px;
  font-size: 2em;
}

.carousel-caption h3 {
  padding: 0.5em;
}

.carousel .icon-container {
  display: inline-block;
  font-size: 25px;
  line-height: 25px;
  padding: 1em;
  text-align: center;
  border-radius: 50%;
}

.carousel-caption button {
  border-color: #00bfff;
  margin-top: 1em;
}

/* Animation delays */

.carousel-caption h3:first-child {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.carousel-caption h3:nth-child(2) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.carousel-caption button {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.liGuion > li {
  background: url("../img/guion.jpg") no-repeat 5px 12px;
  list-style: none;
  padding-left: 22px;
  margin: 0;
}

.liGuion ul {
  padding-left: 70px;
}

/**proyectos**/

.hoverProyecto {
  width: 100%;
  /*height: 130px;*/
  float: left;
  position: relative;
  text-align: center;
  cursor: default;
}

.hoverProyecto h2,
.hoverProyecto img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hoverProyecto img {
  display: block;
  position: relative;
  height: 130px;
  width: 100%;
}

.hoverProyecto:hover img {
  opacity: 0.8;
}

.hoverProyecto h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  top: 100%;
  width: 100%;
  margin: 0;
}

.hoverProyecto a.info {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  padding: 13px;
  top: 28%;
  left: 21%;
  right: 22%;
}

.hoverProyecto:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background-color: #f44336;
}

.modal-dialog-proyect img {
  width: 235px;
  margin: 21px 0;
  height: 130px;
  float: left;
}

/**hover imagenes**/

.hovereffect {
  height: 100%;
  width: 85%;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  filter: grayscale(1) blur(3px);
  -webkit-filter: grayscale(1) blur(3px);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  margin: 0;
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect a.info,
.hovereffect h2 {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  text-transform: uppercase;
}

.hovereffect:hover a.info,
.hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media (max-width: 768px) {
  .cbp-popup-singlePage .cbp-l-member-desc {
    font: 400 16px "Open Sans", sans-serif;
  }
  .hoverProyecto img {
    margin-top: 15px;
  }

  .intro-content {
    background: #ffffff;
  }
  .top-area p {
    text-align: center;
  }
  .badge.custom-badge {
    margin: 0 0 0 0;
  }
  .navbar-header i {
    color: #5c5555;
  }
  .boxes3 {
    width: 100%;
  }
  .service-box {
    margin: 20px 0 30px;
  }
  .pricing-content.featured {
    margin-top: 20px;
  }
  .pricing-content:hover {
    margin-top: 20px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .cta-text {
    float: none;
    text-align: center;
  }
  .cta-btn {
    float: none;
    text-align: center;
  }
  .sub-footer p {
    float: none;
    text-align: center;
  }
  .sub-footer p {
    float: none;
    text-align: center;
  }
  #wrapper.boxed {
    width: 100%;
  }
  .carousel-caption h3 {
    font-size: 1em !important;
  }
  .carousel-caption {
    z-index: 10;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0;
    padding-bottom: 0;
  }
  .carousel-caption h3,
  .carousel .icon-container,
  .carousel-caption button {
    background-color: rgba(51, 51, 51, 0.42);
    color: #eee;
    border-radius: 0;
    font-size: 2em;
    margin: 0;
    padding: 0.9em;
  }
}

@media (min-width: 767px) {
  #wrapper.boxed {
    width: 810px;
  }
  .modal-dialog-proyect {
    width: 768px;
  }
}

@media (min-width: 980px) {
  #wrapper.boxed {
    width: 1030px;
  }
}
@media (max-width: 768px) {
  .carousel, .carousel .item {
    height: 300px;
    overflow: hidden;
  }
  .carousel .item>video, .carousel .item>img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
  }
  .carousel-caption {
    top: 5%;
    font-size: 1.1em;
  }
}

@media (min-width: 1200px) {
  #wrapper.boxed {
    width: 1230px;
  }
}

.desc_modal a:hover,
.desc_modal a:focus {
  color: #444 !important;
}

.mb {
  margin-bottom: 25px;
}

.responsive {
  width: 100%;
}

section#links {
    background: #181616;
    overflow: auto;
    padding: 18px;
    color: white;
}

/* ================================
            Servicios y nosotros
==================================== */
.cardcell {
  justify-content: space-between;
  border-radius: 1rem;
  display: grid;
  padding: 20px;
  transition: 0.3s ease;
  
  touch-action: auto;
}

.cc12 {
  grid-template-columns: 1fr 2fr;
}

.cc21 {
  grid-template-columns: 2fr 1fr;
}

.cc13 {
  grid-template-columns: 1fr 3fr;
}

.cc31 {
  grid-template-columns: 3fr 1fr;
}

.cardcell .text {
  display: block;
  justify-content: center;
  text-align: center;
  margin: auto 1rem;
}

.cardcell .funcard,
.cardcell .card {
  position: relative;
  overflow: hidden;
  border-radius: 1.2rem;
  margin: 1rem;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.cardcell .funcard {
  transition: transform 0.3s ease;
  height: 300px;
}

.cardcell .card {
  height: 200px;
}

.card h1, .funcard h1 {
  position: relative;
  text-align: center;
}

.funcard h1 {
  font-size: 2.4em;
}

.card img, .funcard img {
  opacity: 0.35;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  border-radius: 1.2rem;
}

section#nosotros .cardcell:nth-child(2) img {
  opacity: 0.7;
}

section#nosotros .cardcell:nth-child(3) img {
  opacity: 0.6;
}

section#nosotros .cardcell:nth-child(4) img {
  opacity: 0.5;
}

.funcard video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  border-radius: 1.2rem;
}

.defaultcard {
  background-color: #ffffff;
}
.defaultcard video {
  display: none;
}
.defaultcard .funcard h1 {
  display: block;
}
.touchedcard, .cardcell:hover {
  background-color: #e1e1e1;
}
.touchedcard .funcard>video, .cardcell:hover .funcard>video {
  display: block;
}
.touchedcard .funcard>h1, .cardcell:hover .funcard>h1 {
  display: none;
}

@media (max-width: 1200px) {
  .cardcell .card,
  .cardcell .funcard {
    width: 240px;
    height: 240px;
    margin: auto;
  }
  .funcard h1 {
    font-size: 1.8em;
  }
}

@media (max-width: 768px) {
  .cardgrid .cardcell {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .cardcell .card, .cardcell .funcard {
    width: 70%;
    height: 100%;
    margin-bottom: 1em;
  }
  section#servicios .cardcell .corr {
    object-position: 0% 20%;
  }
  section#nosotros .cardcell:nth-child(1) img {
    object-position: 0% 40%;
  }
  section#nosotros .cardcell:nth-child(2) img {
    object-position: 0% 30%;
  }
  .touchedcard .funcard>video, .cardcell:hover .funcard>video {
    display: block;
    opacity: 0.35;
    z-index: -1;
  }
  .touchedcard .funcard>img, .cardcell:hover .funcard>img {
    display: none;
  }
  .touchedcard .funcard>h1, .cardcell:hover .funcard>h1 {
    display: block;
  }
  .cc21 div:first-child, .cc31 div:first-child {
    order: 1;
  }
  .cardcell .text {
    font-size: 0.9em;
  }
  .section-heading h2 {
    font-size: 1.7em;
  }
  .card h1, .funcard h1 {
    font-size: 1.4em;
  }
}

/* ================================
            Clientes swiper
==================================== */

.swiper {
  width: 100%;
  height: 300px;
}

.swiper-slide {
  height: auto;
  width: auto;
  margin: 5px;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.swiper-wrapper {
  -webkit-transition-timing-function:linear!important; 
  -o-transition-timing-function:linear!important;
  transition-timing-function:linear!important; 
}


/* ================================
            Contacto
==================================== */
#contacto .backimg {
  opacity: 0.2;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 86%;
  object-fit: cover;
}

@media (max-width: 768px) {
  #contacto  img.marca-tecnologica {
      height: 4em;
    }
}
