
/* =================================== */
/*	Basic Style 
/* =================================== */

/* PANTONE: 289 C -> https://www.pantone.com/color-finder/289-C -> RGB: 12 35 64 HEX/HTML: #0C2340 CMYK: 100 76 12 70 */
/* PANTONE: 410EC -> https://www.pantone.com/color-finder/410-C -> RGB: 116 102 97 HEX/HTML: #746661 CMYK: 22 33 28 60 */

body {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  line-height: 21px;
font-size: 13px;
  color: #6a737b;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure, p {
  margin: 0;
}

a {
  color: #fff;

  -webkit-transition: all .3s ease-in 0s;
     -moz-transition: all .3s ease-in 0s;
      -ms-transition: all .3s ease-in 0s;
       -o-transition: all .3s ease-in 0s;
          transition: all .3s ease-in 0s;
}

a.color {
  color: #0f3258;
}

iframe {
  border: 0;
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus, a:hover {
  /* color: #6CB670; */
color: #0f3258;
}

h1, h2, h3,
h4, h5, h6 {
font-weight: normal;
margin: 0;
}

.destacado{
  font-size: 110%;
  font-weight: bold;
}

.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
 clear: both;
}

.clear {
 *zoom: 1;
}

span.color {
/* color: #0feb9e; */
color: #0f3258;
}
span.color.white {
color: #FFFFFF;
}

body > section,
.footer {
padding: 70px 0;
}

.sec-title {

}

.sec-title h2 {
/*color: #0eb493;*/
color: #0f3258;
font-size: 28px;
font-weight: 800;
text-transform: uppercase;
}

.sec-sub-title {
margin: 35px 0 45px;
}

.sec-sub-title p {
line-height: 20px;
font-size: 15px;
color: #5b646e;
}

.devider {
margin-top: 30px;
}

.devider i {
color: #cccccc;
}

.devider:before,
.devider:after {
content: "______________________";
color: #e6e8ea;
position: relative;
bottom: 6px;
}

.devider:before {
right: 10px;
}

.devider:after {
left: 10px;
}

.mb50 {
margin-bottom: 50px;
}

#preloader {
background-color: #fff;
height: 100%;
position: fixed;
width: 100%;
z-index: 1100;
}

#preloader > img {
left: 47%;
position: absolute;
top: 48%;
}

.tACenter {
text-align: center;
}

img.alfa50 {
opacity: 0.5;
}

img.grayscale50 {
-webkit-filter: grayscale(50%); /* Safari */
filter: grayscale(50%);
}

img.grayscale100 {
-webkit-filter: grayscale(100%); /* Safari */
filter: grayscale(100%);
}
span.white {
color: #CCC ;
}

/*=========================================
Header
==========================================*/



#navigation {
background-color: rgba(100, 100, 100, 0.3);
border: 0 none;
min-height: 80px;
margin: 0;

  -webkit-transition: background-color 800ms linear;
     -moz-transition: background-color 800ms linear;
    -ms-transition: background-color 800ms linear;
       -o-transition: background-color 800ms linear;
    transition: background-color 800ms linear;
}

.navbar-toggle i {
color: #fff;
}

.navbar-brand {
  padding-top: 5px;
}

.navbar-nav li a {
border-top: 1px solid transparent;
padding-right: 10px;
padding-left: 10px;
font-family: 'Open Sans', sans-serif;
padding-top: 30px !important;
font-size: 12pt;
font-weight: 400;
}

.navbar-nav li a.current,
.navbar-nav li a:focus,
.navbar-nav li a:hover {
background-color: transparent;
border-top: 1px solid #32B0EE;
color: grey;
}

.demo.navbar-right {
margin-bottom: 15px;
margin-top: 15px;
}

.demo.navbar-right .form-control {
font-size: 10px;
height: 20px;
margin-top: 1.5px;
}

.demo.navbar-right .btn {
font-size: 10px;
padding: 2px 10px;
margin-top: 2.2px;
}


/*=========================================
Slider
==========================================*/

#slider {
padding: 0;
}

#slider .carousel-inner .item:before {
content: "";

-webkit-filter: blur(5px);
-moz-filter: blur(5px);
-o-filter: blur(5px);
-ms-filter: blur(5px);
filter: blur(5px);
}

#slider .carousel-inner .item {
background-size: cover;
}

.carousel-caption {
top: 50%;
}

.carousel-caption h2 {
font-size: 62px;
font-weight: 300;
}

.carousel-caption h2 span {
font-weight: 800;
}

.carousel-caption h3 {
font-size: 48px;
font-weight: 300;
margin: 6px 0 20px;
}

.carousel-caption p {
color: #fff;
font-size: 18px;
font-weight: 300;
}

.carousel-caption p:before,
.carousel-caption p:after {
/* color: #0feb9e; */
color: #0f3258;
content: "___";
position: relative;
top: -8px;
}

.carousel-caption p:before {
right: 20px;
}

.carousel-caption p:after {
left: 20px;
}

.social-links {
margin-top: 5%;
}

.social-links li {
display: inline-block;
}

.social-links li a {
color: rgba(255, 255, 255, 0.3);
display: block;
margin: 0 6px;
}

.social-links li a:hover {
color: #fff;
}

.carousel-indicators {
bottom: 10px;
left: inherit;
margin: 0;
right: 30px;
top: 49%;
width: 0;
}

.carousel-indicators li {
border: 1px solid rgba(255, 255, 255, 0.3);
height: 8px;
width: 8px;
}

.carousel-indicators .active {
height: 8px;
width: 8px;
}



/*=========================================
Features
==========================================*/

.features {
background-color: #f4f7f9;
}

.owl-controls {
bottom: -45px;
margin-top: 10px;
position: relative;
text-align: center;
}

.owl-controls .owl-page {
display: inline-block;
}

.owl-controls .owl-page span {
border: 1px solid #C7CED3;
border-radius: 20px;
display: block;
height: 8px;
margin: 5px 4px;
width: 8px;
}

.owl-controls .owl-page.active span {
background: #062033;
border: 0;
}

.service-icon {
/* border: 1px solid #0eb493; */
border: 1px solid #0f3258;
border-radius: 50%;
/* color: #0eb493; */
color: #0f3258;
float: left;
padding: 10px 13px;
}

.service-desc {
margin-left: 70px;
position: relative;
top: 5px;
}

.service-desc h3 {
color: #062033;
font-size: 20px;
font-weight: 600;
margin-bottom: 25px;
}

.feature {
padding-top: 15px;
padding-bottom: 15px;
margin-bottom: 10px;
}


/*=========================================
Our Works
==========================================*/

.work-filter {
margin-bottom: 35px;
}

.work-filter ul li {
  display: inline-block;
}

.work-filter ul li a {
color: #062033;
display: block;
font-size: 14px;
font-weight: 700;
padding: 5px 17px;
border-radius: 6px;
text-transform: capitalize;
}

.work-filter ul li a:hover,
.work-filter ul li a.active {
/* background-color: #0eb493; */
background-color: #0f3258;
border-radius: 6px;
color: #fff;
padding: 5px 17px;
}

.mix {
  display: none;
}

.work-item {
  float: left;
  width: 25%;
  position: relative;
}

.work-item > img {
display: block;
height: auto;
max-width: 100%;
}

.work-item > h2 { 
position: absolute; 
top: 30%; 
left: 0; 
width: 100%; 

font-size: 18px;
font-weight: 700;
line-height: 24px;
margin: 25px 0 8px;
text-align: center;
color: #0C2340;
}

.work-item .overlay > p {
 padding: 7px 10px;
}

/*=========================================
Modulos Style
==========================================*/
/* Cards modules style */
.ilustracion{
width: 70%;
margin-top: 0%;
}

.card-block {
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}

.card {
  margin: 20px 0;
}

.front{
  border-radius: 5px;
  border-color: #0C2340;
}

.back{
  border-radius: 5px;
  background-color: rgba(168, 210, 0, 0.682);
  padding: 10px;
}

/* Flip Cards CSS */
.card-title{
  color: #87B636;
}

.card-container {
  perspective: 700px;
}
.card-flip {
  position: absolute;
  width: 100%;
  transform-style: preserve-3d;
  height: auto;
  transition: all 0.5s ease-out;
  border: none;
}

.card-flip div {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  height: 100%;
  width: 100%;
  border: none;
}

.card-flip .front {
  position: absolute;
  z-index: 1;
}

.card-flip .back {
  position: relative;
  z-index: 0;
  transform: rotateY(-180deg);
}

.card-container:hover .card-flip {
  transform: rotateY(180deg);
}


.plus {
font-weight: bold;
color: #87B636;
}
.subtitles {
color: #edf8ff;
}
.margin-left-sub {
margin-left: 50px;
}
.texto_plano {
font-family: 'Open Sans', sans-serif;
  line-height: 21px;
font-size: 14px !important;
}

.overlay {
background-color: rgba(168,210,0,.8);
text-align: center;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
color: #fff;

opacity: 0;
filter: alpha(opacity=0);

-webkit-transition: all 450ms ease-out 0s;	
   -moz-transition: all 450ms ease-out 0s;
   -o-transition: all 450ms ease-out 0s;
      transition: all 450ms ease-out 0s;
    
-webkit-transform: rotateY(180deg) scale(0.5,0.5);
   -moz-transform: rotateY(180deg) scale(0.5,0.5);
  -ms-transform: rotateY(180deg) scale(0.5,0.5);
   -o-transform: rotateY(180deg) scale(0.5,0.5);
    transform: rotateY(180deg) scale(0.5,0.5);
}

.work-item:hover .overlay {
opacity: 1;
filter: alpha(opacity=100);

-webkit-transform: rotateY(0deg) scale(1,1);
   -moz-transform: rotateY(0deg) scale(1,1);
  -ms-transform: rotateY(0deg) scale(1,1);
   -o-transform: rotateY(0deg) scale(1,1);
      transform: rotateY(0deg) scale(1,1);
}

.work-item .overlay a {
border: 1px solid #fff;
border-radius: 50%;
display: inline-block;
margin-top: 20%;
padding: 7px 10px;
}

.work-item .overlay a:hover {
color: #fff;
}

.work-item .overlay h4 {
font-size: 18px;
font-weight: 700;
line-height: 24px;
margin: 25px 0 8px;
}

.work-item .overlay p {
font-size: 14px;
line-height: 24px;
}



/*=========================================
Our Team Member
==========================================*/

.member-thumb {
width: 273px;
position: relative;
}

.member-thumb .overlay h5 {
font-size: 16px;
font-weight: 700;
line-height: 24px;
margin: 10px 0;
}

.member-thumb .overlay {
font-size: 16px;
padding: 20px;
line-height: 24px;
}

.team-member h4 {
color: #062033;
font-size: 18px;
font-weight: 600;
line-height: 24px;
margin: 15px 0 8px;
}

.member-thumb:hover .overlay {
cursor: pointer;
opacity: 1;
filter: alpha(opacity=100);

-webkit-transform: rotateY(0deg) scale(1,1);
   -moz-transform: rotateY(0deg) scale(1,1);
  -ms-transform: rotateY(0deg) scale(1,1);
   -o-transform: rotateY(0deg) scale(1,1);
      transform: rotateY(0deg) scale(1,1);
}

.team-member:hover h4 {
/* color: #0eb493; */
color: #0f3258;
}

.team-member .social-links {
margin-top: 24%;
}

.team-member .social-links li a {
background-color: #0d7c67;
color: #fff;
height: 42px;
padding: 10px 0 0;
width: 42px;
}

strong{
  font-size: 18px;
}
/*=========================================
Some fun facts
==========================================*/

#contadores {
background-image: url("../img/parallax/torres_1.jpg");
background-color: rgba(6,32,51,.8);
background-attachment: fixed !important;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
color: white;

}

#experiencias {
background-image: url("../img/parallax/city_1.jpg");
background-color: rgba(6,32,51,.8);
background-attachment: fixed !important;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
padding: 0;
}

#empresas_colab{
padding-left: 20%;
}


.facts .devider:before,
.facts .devider:after {
color: #737C85;
}

.facts .devider i {
color: #fff;
}

.parallax-overlay {
padding:px 0;
height: 300px;
}

.counters-item {
color: #fff;
}

.counters-item i {
border: 1px solid #737C85;
border-radius: 50%;
color: #fff;
display: inline-block;
height: 120px;
margin: 0 0 35px;
padding: 40px 0 0;
width: 120px;
}

.counters-item strong {
display: block;
font-size: 60px;
font-weight: 600;
line-height: 60px;
}

.counters-item p {
font-size: 18px;
line-height: 24px;
margin-top: 15px;
text-transform: uppercase;
}
.centrado{
  text-align: left;
  margin: auto;
}

/*=========================================
Contact Us
==========================================*/

.contact {
padding-bottom: 0;
}

.contact-address h3 {
color: #062033;
font-size: 22px;
line-height: 32px;
margin-bottom: 25px;
}

.contact-address p {
line-height: 24px;
}

.contact-form {}

.contact-form h3 {
color: #062033;
font-size: 24px;
font-weight: 700;
line-height: 32px;
margin-bottom: 25px;
}

.contact-form .input-group {
width: 100%;
}

.contact-form .form-control {
border-color: -moz-use-text-color -moz-use-text-color #cccccc;
border-radius: 0;
border-style: none none solid;
border-width: 0 0 1px;
box-shadow: none;
margin-bottom: 10px;
}

.contact-form .input-field {
width: 48%;
float: left;
margin-right: 4%;
}

.contact-form .input-field:last-child {
margin-right: 0;
}

.contact-form .form-control.error {
border-bottom-color: #c0392b;
}

label.error {
color: #c0392b;
font-weight: normal;
text-transform: capitalize;
}

.contact-form #form-submit {
background: url("") no-repeat scroll 0 15px transparent;
border: 0 none;
color: #000;
font-size: 16px;
line-height: 24px;
padding-top: 20px;
text-align: left;
width: 150px;
}

.contact-form #form-submit:hover {
  background: url("") no-repeat scroll 0 15px transparent;
  border: 10px;
  color: greenyellow;
  font-size: 18px;
  line-height: 26px;
  padding-top: 22px;
  text-align: left;
  width: 180px;
  }

.footer-social {
margin-top: 17px;
}

.footer-social li a {
color: #cdd2d6;
display: block;
margin-bottom: 10px;
}

#map_canvas {
height: 215px;
width: 100%;
}
.tit_pastilla {
background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  color: #a8d200;
  font-size: 14pt;
  left: 25%;
  padding: 10px;
  position: absolute;
  top: 40% !important;
}
.ftr-soporte-sm{
  padding-top: 0%;
  text-align:center ;
  padding-bottom: 0%;
}


/*=========================================
Contact Us
==========================================*/


.footer {
/* background-color: #1ea78d; */
background-color: #1f3146;
color: #fff;
}

.footer a:hover {
color: #062033;
}

.footer h6 {
font-size: 14px;
font-weight: 700;
line-height: 24px;
margin-bottom: 0px;
}

.about-us p {
line-height: 24px;
}

.footer-single .subscribe {
margin-bottom: 0px;
}

.subscribe #subscribe {
background-color: transparent;
border: 2px solid #fff;
border-radius: 2px;
height: 40px;
text-indent: 10px;
width: 100%;
}

.subscribe #subs {
background-color: transparent;
border: 0 none;
font-size: 24px;
right: 0;
top: 6px;
}

.footer-single {
line-height: 24px;
}

.footer-single ul {
}

.footer-single li {
line-height: 32px;
}

.footer-single p i {
margin: 0;
}

.credit a {
color: #062033;
}

.credit a:hover {
color: #fff;
}

.copyright {
color: #fff;
margin-top:20px
}

#back-top {
bottom: 0px;
position: fixed;
right: 25px;
z-index: 9;
color: #000;
}

/* Envio del formulario*/

#correctShare{
  border-radius: 10px;
  border-color: #87B636;
}

#errorShare{
  border-radius: 10px;
  border-color: red;
}

/* Cookies style */

.aviso-cookies {
	display: none;
	background: #fff;
	padding: 20px;
	width: calc(100% - 40px);
	max-width: 300px;
	line-height: 150%;
	border-radius: 10px;
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 100;
	padding-top: 60px;
	box-shadow: 0px 2px 20px 10px rgba(222,222,222,.25);
	text-align: center;
}

.aviso-cookies.activo {
	display: block;
}

.aviso-cookies .galleta {
	max-width: 100px;
	position: absolute;
	top: -50px;
	left: calc(50% - 50px);
}

.aviso-cookies .titulo,
.aviso-cookies .parrafo {
	margin-bottom: 15px;
}

.aviso-cookies .boton {
	width: 100%;
	background: #a8d200;
	border: none;
	color: #fff;
	text-align: center;
	padding: 15px 20px;
	font-weight: 700;
	cursor: pointer;
	transition: .3s ease all;
	border-radius: 5px;
	margin-bottom: 15px;
	font-size: 14px;
}

.aviso-cookies .boton:hover {
	background: #062033;
}

.aviso-cookies .enlace {
	color: #4DBFFF;
	text-decoration: none;
	font-size: 14px;
}

.aviso-cookies .enlace:hover {
	text-decoration: underline;
}

.fondo-aviso-cookies {
	display: none;
	background: rgba(0,0,0,.20);
	position: fixed;
	z-index: 99;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
}

.fondo-aviso-cookies.activo {
	display: block;
}