/*
* Elegance - Onepahe HTML Template
* Author    : Carino Technologies
* url       : https:// carinotech.com
* versions  : v 1.0.0 
*/

/*******************************************
* Import stylesheets
*******************************************/


@import url('shortcodes.css');
@import url('normal.css');
@import url('fontello.css');
@import url('fontello-ie7.css');
@import url('magnific-popup.css');

@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:100,300,800);
/*************************************************
* General
*************************************************/

*,:after,:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body,html {
  font-size: 100%;
  padding: 0;
  margin: 0;
  height: 100%;
}

.clearfix:before,.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

body {
  font-size: 100%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: #ecf0f1;
  overflow-x: visible;
  overflow-y: visible;
  background: #f9f9f9;
}


li {
  list-style: none;
}

ol,ul {
  list-style: none;
}

p {
  text-align: left;
  margin-bottom: 30px;
  font-size: .85em;
}


a {
  cursor: pointer;
  color: #48A65B;
  text-decoration: none;
}


/****************************
* HEADINGS
****************************/


h1 {
  margin: 10px 0;
  font-weight: 600;
  letter-spacing: .075em;
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 3.5em;
  margin-bottom: 25px;
}

h2 {
  margin: 10px 0;
  font-weight: 600;
  letter-spacing: .075em;
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 2.5em;
  margin-bottom: 25px;
}

h3 {
  font-weight: 600;
  letter-spacing: .075em;
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 2em;
  margin-bottom: 20px;
}

h4 {
  font-weight: 600;
  letter-spacing: .075em;
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 1.3em;
  margin-bottom: 10px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  font-size: 1.1em;
  margin-bottom: 10px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

/* EXTRA LARGE HEADING */
.xl {
  font-size: 6em;
  color: #FFF;
}

/*MUNDO SPINER SLIDER*/
.earth {
    padding-top: 7em;
    height: 200px;
    width: 70%;
    overflow: hidden;
    margin: auto;
    position: relative;
}
.earth img {
    position: absolute;
    left: 0;
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-duration: 35s;
    animation-duration: 35s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.earth .pin {
    width: 55px;
    height: 55px;
    border-radius: 50% 50% 50% 0;
    background: #3d5c6d;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 4em;
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.earth .pin:after {
  content: '';
  width: 50%;
  height: 50%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50%;
}

.earth .pin.active {
  background: #1795c5;
}

.earth .pin:nth-of-type(1) {
  left: 0;
  right: 0;
  margin: auto;
}

.earth .pin:nth-of-type(2) {
  left: 12.5%;
}

.earth .pin:nth-of-type(3) {
  right: 12.5%;
}
@media (min-width: 940px) {
  .earth {
    height: 275px;
    padding-top: 5em;
  }

  .earth .pin {
    top: auto;
  }

  .earth .pin:nth-of-type(1) {
    top: 15%;
  }

  .earth .pin:nth-of-type(2) {
    bottom: 25%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .earth .pin:nth-of-type(3) {
    bottom: 25%;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.section.welcome {
  padding-bottom: 0 !important;
  position: relative;
}
.section.welcome .container {
  position: relative;
}
.section.welcome header {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  /*-webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);*/
  background: #f7f7f7;
}
.section.welcome header:not(:first-of-type) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.section.welcome header.active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.section.welcome .earth {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  bottom: 0;
}
.section.welcome .earth img {
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.section.welcome .welcome-browsers {
  margin-left: -0.31em;
}
.section.welcome .welcome-browsers .livicon {
  margin-left: 0.5rem;
  cursor: help;
  display: inline-block;
}

.section.welcome .welcome-features {
  width: 100%;
  text-align: left;
}

.section.welcome .welcome-features .section-title {
  margin-bottom: 2.4rem;
  text-align: center;
}
.section.welcome .welcome-features p {
  font-size: 1rem;
}
.section.welcome .tipr_container_top {
  margin-top: -116px;
}
.section.welcome .nav-carousel {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
/*.section.welcome.inactive .earth {
  bottom: -15em;
}
.section.welcome.inactive .earth img {
  -webkit-animation-name: none;
  animation-name: none;
}
*//*
.section.welcome.inactive .pins {
  opacity: 0;
}
.section.welcome.inactive .nav-carousel {
  opacity: 0;
  visibility: hidden;
}*/

@media (max-width: 460px) {
  .section.welcome .earth .pin {
    -webkit-transform: scale(0.75) rotate(-45deg);
    -ms-transform: scale(0.75) rotate(-45deg);
    transform: scale(0.75) rotate(-45deg);
  }

  .section.welcome .title span {
    display: none;
  }
}

@media (max-width: 720px) {
  .section.welcome .welcome-features h4 {
    font-size: 1rem;
  }
}

@media (max-width: 940px) {
  .section.welcome .welcome-features .title {
    margin-top: 0.75em;
  }
  .section.welcome .welcome-features p {
    display: none;
  }
  .txth1{
    font-size: 27px !important;
  }
  .txth2{
    font-size: 0.8em !important;
  }
  .btnServicios{
    margin-right: 0px !important;
  }
  /*#s-welcome{
    padding: 2rem 0 !important;
  }*/
  .welcome-content h2{
    font-size: 29px !important;
  }
  .section.primary .section-title h3{
    font-size: 2rem !important;
  }
  .imgLogosRedes{
    padding-top: 9px;
  }
  .secServicios{
    padding: unset !important;
  }
  .txtClientes{
    font-size: 15px !important;
  }
  .piepagina{
    font-size: 10px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
  #contacto h1{
    font-size: 27px;
  }
  #servicios{
    padding-bottom: unset !important;
  }
  .overlayoriginal{
    background: rgba(0, 0, 0, 0.65) url(../images/pattern.png) repeat;
  }
  .overlayEds h2{
    font-size: 22px;
  }
  .serviceItem span.info{
    margin: -95px 0 0 0 !important;
    padding: 101px 15px !important;
  }

}
.txth2{
  margin-bottom: 50px;font-size: 1.3em;color:white;
}
.btnServicios{
  margin-right: 20px;
  text-decoration: unset;
}
.btnContactanos{
  text-decoration: unset;
}
.secServicios{
    padding: 73px 0;
}
.piepagina{
  background-color: #2c3e50;color: #fff;padding-bottom: 30px;padding-top: 30px;
}
@media (max-width: 1200px) {
  .section.welcome .nav-carousel {
    display: none;
  }
}

/*Mundo sections*/
.section.welcome .earth {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    bottom: 0;
}

.section.welcome .earth img {
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.section.welcome .pins {
    opacity: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}
/*tITULOS SLIDER MUNDO*/
.section.primary {
  background: #f7f7f7;
}

.section.primary:not(.welcome) header {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.section.primary:not(.welcome) header.inactive {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.section.primary + .primary {
  padding-top: 0;
}

.section.primary .section-title h2 {
  font-weight: 100;
  line-height: 0.8;
  font-family: "Raleway", sans-serif;
  font-size: 4rem;
  margin: 0.25em 0;text-transform: initial;
}

.section.primary .section-title h2 b {
  display: inline-block;
  line-height: 1.1;
  color: white;
  background: #1795c5;
  padding: 0 0.125em;
}

.section.primary .section-title h2 span {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  color: #1795c5;
}

.section.primary .section-title h2 strong {
  text-transform: none;
  font-weight: 900;
}

.section.primary .section-title h3 {
  font-weight: 800;
  font-size: 3rem;

}

.section.primary .section-title h4 {
  position: relative;
  font-weight: 100;
  font-size: 1.8rem;
}

.section.primary .section-title h4:before {
  content: "";
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0.3em;
  z-index: 0;
}

.section.primary .section-title h4 span {
  background: #f7f7f7;
  padding: 0 0.5em;
  position: relative;
}

.section.primary .nav-carousel [class*="nav-"] {
  border-color: #c1c1c1;
  color: #c1c1c1;
}

.section.primary .nav-carousel [class*="nav-"]:hover {
  border-color: #1795c5;
  background: #1795c5;
  color: white;
}

@media (min-width: 940px) {
  .section.primary .section-title h4 {
    font-size: 2.2rem;
  }
}

.section header {
  text-align: center;
}

.section header.sep {
  position: relative;
  margin-bottom: 5.25em;
}

.section header.sep:after {
  content: "• • •";
  position: absolute;
  font-size: 24px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.2);
  bottom: -3.25rem;
  left: 0;
  right: 0;
  margin: auto;
}

.section header ul {
  font-size: 1rem;
}

.section header ul li {
  display: inline-block;
}

.section header ul li:after {
  content: "•";
  margin: 0 0.5em;
  color: rgba(0, 0, 0, 0.25);
}

.section header ul li:last-child:after {
  display: none;
}

.section header ul li .fa {
  color: #1795c5;
}

.section header ul li .fa-calendar {
  font-size: 0.9rem;
}

.section .section-title h2,
.section .section-title h3 {
  margin: 0.25em 0;
}

.section .section-title h2:first-child,
.section .section-title h3:first-child {
  margin-top: 0;
}

.section .section-title h2:last-child,
.section .section-title h3:last-child {
  margin-bottom: 0;
}

.section .section-title h2 {
  font-size: 1.8rem;
}

.section .section-title h3 {
  font-size: 1.4rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.section .section-title p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 1;
  color: #1795c5;
}

.section.section-map {
  position: relative;
}

.section.section-map:after {
  display: none;
  content: "";
  background-image: url("../../images/dot-map.png");
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  width: 60%;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0.05;
  height: 20%;
  position: absolute;
  bottom: 0;
}

.section .lead {
  font-size: 1.4rem;
}

.section .nav-carousel {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.section .nav-carousel [class*="nav-"] {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.section .nav-carousel [class*="nav-"] .fa {
  cursor: pointer;
}

.section .nav-carousel .nav-prev {
  left: 3rem;
}

.section .nav-carousel .nav-next {
  right: 3rem;
}

@media (min-width: 720px) {
  .section header {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .section header ul {
    font-size: 1.4rem;
  }

  .section .section-title h2 {
    font-size: 2.2rem;
  }

  .section .section-title h3 {
    font-size: 1.8rem;
    line-height: 0.9;
  }
}

@media (min-width: 940px) {
  .section header p {
    font-size: 1.4rem;
  }

  .section.section-map {
    padding-bottom: 11em !important;
  }

  .section.section-map:after {
    display: block;
  }

  .section .section-title h2 {
    font-size: 2.85rem;
  }

  .section .section-title h3 {
    font-size: 2rem;
  }
}
.pmundo{
  color:#111111 !important; 
  line-height: 1.4 !important;
  font-family:"Lato",
  sans-serif;margin: 1.5rem 0;
  font-weight: 100;
  margin-bottom: 0;
  text-align: center;
}
/******************************
* HTML Styles
*******************************/

.green {
  color: #27AE60;
}

.red {
  color: #c0392b;
}


/******************************
* MAIN GRID CLASSES
*******************************/

.container {
  margin-top: auto;
  margin-bottom: auto;
}

.wrap {
 padding: 46px 0 28px;
}

.wrap-normal {
  padding: 40px 0;
}

.wrapper {
padding: 100px 0 90px;
}


/******************************
* PARALLAX CLASSIES
*******************************/

.parallax-back {
  background: url(../images/back.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin: auto;
}
.parallax-contacto {
  /*background: url(../images/map-image.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin: auto;*/
  background-color: #222222;
  background-image: url(../images/map-image.png);
  background-position: center;
  background-repeat: no-repeat;
}
.header-parallax {
  background: url(../images/header/header-parallax.jpg);
  background-size: cover;
  background-attachment: fixed;
  margin: auto;
  margin-top: 78px;
}

.header-parallax {
  height: 580px;
}

.opcaity {
  background: rgba(0,0,0,0.89);
}
.opcaityContacto {
  background: rgba(0,0,0,0.5);
}
/* QUOTE BLOCK*/
.section.quote {
    padding: 9rem 0;
    background-color: #1795c5;
    overflow: hidden;
}
@media (min-width: 940px){
  .section.quote blockquote {
    width: 80%;
  }
}
blockquote {
    margin: 0;
    border: 0;
    position: relative;
    font-family: "Raleway", sans-serif;
}
.section.quote blockquote {
    margin: auto;
    color: white;
    font-weight: lighter;
    line-height: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}
@media (min-width: 940px){
  .section.quote blockquote h4 {
    font-size: 3.2rem;
}
}
blockquote h4 {
    line-height: 1;
    font-family: "Raleway", sans-serif;
}
blockquote p, blockquote h4 {
    margin: 0;
    padding: 0 3rem;
    font-weight: inherit;text-transform: initial;
}
blockquote p:before, blockquote h4:before {
    content: "\f10d";
    top: -0.25rem;
    left: 0;
}
blockquote p:before, blockquote p:after, blockquote h4:before, blockquote h4:after {
    position: absolute;
    font-family: FontAwesome;
    font-size: 1.8rem;
    color: rgba(0, 0, 0, 0.5);
}
blockquote p:before, blockquote h4:before {
    content: "\f10d";
    top: -0.25rem;
    left: 0;
}
blockquote p:before, blockquote p:after, blockquote h4:before, blockquote h4:after {
    position: absolute;
    font-family: FontAwesome;
    font-size: 1.8rem;
    color: rgba(0, 0, 0, 0.5);
}
blockquote p:after, blockquote h4:after {
    content: "\f10e";
    right: 0;
    bottom: -0.25rem;
}

/******************************
* SPACING
*******************************/

.spacing {
  position: relative;
  padding: .5em 0;
  height: 14.3em;
  z-index: -1;

}

/*****************************************
* Image frames
******************************************/

.circule {
  border-radius: 50%;
}

/*******************************************
* aligments
*******************************************/
.center,.center p {
  text-align: center;
  padding-bottom: 15px;
}

.left,.left p {
  text-align: left;
  padding-bottom: 15px;
}

.right,.right p {
  text-align: right;
  padding-bottom: 15px;
}

/*********************************************
* Underlines
**********************************************/


/* underline headings with image*/
h1.underline,h2.underline,h3.underline,h4.underline {
  background: url(../images/underline-headline.png) bottom center no-repeat;
}

h1.underline,h2.underline,h3.underline,h4.underline {
  padding-bottom: 20px;
}

/* underline headings with dotted border */


h1.underline-dotted,h2.underline-dotted,h3.underline-dotted,h4.underline-dotted {
  border-bottom: 1px dotted #ECF0F1;
}

h1.underline-dotted,h2.underline-dotted,h3.underline-dotted,h4.underline-dotted {
  padding-bottom: 20px;
}


/*********************************************
* Backgrounds
**********************************************/
.row-back {
  background: #2c3e50;
  border-bottom: 1px solid #34495E;
}

.row-gree {
  background: #27AE60;
  border-bottom: 1px solid #27ae60;
}

/*********************************************
* Header Style
*********************************************/
.container > header {
  margin: 0 auto;
  padding: 2em;
  text-align: center;
  background: rgba(0,0,0,0.01);
}

.container > header h1 {
  font-size: 2.625em;
  line-height: 1.3;
  margin: 0;
  font-weight: 300;
}

.header {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  border-bottom: 0 none #e03163;
  background-image: 0;
  background-image: 0;
  background-image: linear-gradient(white,white);
  box-shadow: none;
}

.banner {

  background-color: rgba(255,255,255,1);
  height:80px !important;
  z-index: 1000;
}

.center-fix {
width: 80%;
margin: auto;
}

/********************************************

* Navigation 

*********************************************/
.navbar {
}

.nav {
  margin-top: 0;
}

.menu-li {
  padding-top: 26px;
  padding-bottom: 30px;
}

.menu-li:hover {
  border-top-style: none;
  background-color: #27AE60;
  color: #FFF;
  transition: background, .7s;
}

.banner--clone {
  opacity: 0.8;
background: #FFFFFF !important;
}

/************************************************

* logo

*************************************************/
.elegancelogo {
  display: block;
  height: 76px;
  margin: 0 auto;
  padding-left: 10px;
  background-image: url(../images/logo.png);
  background-position: 100% 45%;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
}

.logo {
  margin-top: 0;
}

/***************************************************

* slider section

****************************************************/
.slidersection {
  display: block;
  background: rgba(255,255,255,0);
}

.banner {
  position: relative;
  /*overflow: auto;*/
}

.banner li {
  list-style: none;
}

.banner ul li {
  float: left;
}

.banner {
  position: relative;
  width: 100% !important;
  /*overflow: auto;*/
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: rgba(255,255,255,0.6);
  text-shadow: 0 0 1px rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.3);
  box-shadow: 0 1px 2px rgba(0,0,0,0.25);
}

.banner ul {
  list-style: none;
  width: 300%;
}

.banner ul li {
  display: block;
  float: left;
  width: 33%;
  min-height: 600px;
  background-size: cover !important;
  background-attachment: fixed !important;
  background-repeat: no-repeat;
  box-shadow: inset 0 -3px 6px rgba(0,0,0,0.1);
}

.banner .dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 999;
}

.banner .dots li {
  display: inline-block;
  width: 35px;
  height: 12px;
  margin: 0 4px;
  text-indent: -999em;
  border: 2px solid #FFF;
  cursor: pointer;
  opacity: .4;
  -webkit-transition: background .5s, opacity .5s;
  -moz-transition: background .5s, opacity .5s;
  transition: background .5s, opacity .5s;
}

.banner .dots li.active {
  background: #FFF;
  opacity: 1;
}

.overlay {
  background:rgba(0, 0, 0, 0.45) url(../images/pattern.png) repeat;
  position: absolute;
  width: 100%;
  top: 80px;
  height: 580px;
}

.fixed-content {
  position: relative;
  margin-top: 8em;
}

#rotate {
  position: relative;
  bottom: .3em;
}

.static {
  background: #27AE60;
  width: 80%;
  margin: auto;
  position: relative;
  bottom: 3.75em;
}

/*******************************************

* Testimonials

********************************************/
.cbp-qtrotator {
  position: relative;
  margin: 1em auto 2em;
  max-width: 800px;
  width: 100%;
}

.cbp-qtrotator .cbp-qtcontent {
  position: absolute;
  min-height: 200px;
  padding: 2em 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  width: 100%;
}

.no-js .cbp-qtrotator .cbp-qtcontent {
  border-bottom: none;
}

.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,.no-js .cbp-qtrotator .cbp-qtcontent {
  position: relative;
  z-index: 100;
  pointer-events: auto;
  opacity: 1;
}

.cbp-qtrotator .cbp-qtcontent:before,.cbp-qtrotator .cbp-qtcontent:after {
  content: " ";
  display: table;
}

.cbp-qtrotator .cbp-qtcontent:after {
  clear: both;
}

.cbp-qtprogress {
  position: absolute;
  background: #47a3da;
  height: 1px;
  width: 0;
  top: 0;
  z-index: 1000;
}

.cbp-qtrotator blockquote {
  margin: 0;
  padding: 0;
  padding-left: 11px;
}

.cbp-qtrotator blockquote p {
  font-size: 2em;
  color: #888;
  font-weight: 300;
  margin: .4em 0 1em;
}

.cbp-qtrotator blockquote footer {
  font-size: 1.2em;
  color: #27AE60;padding-left: 30px;
}

.cbp-qtrotator blockquote footer:before {
  content: '― ';
}

.cbp-qtrotator .cbp-qtcontent img {
  float: right;
  margin-left: 3em;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}


@media screen and max-width 306em {
  .cbp-qtrotator {
    font-size: 70%;
  }
  
  .cbp-qtrotator img {
    width: 80px;
  }

}
.imgLogosRedes{
  width: 468px;
  display: inline-block !important;
  opacity: 0.5;
}
/*TEAM*/
.team-member {
    text-align: center;
    margin-bottom: 50px;
}
.team-member img {
    margin: 0 auto;
    border: 7px solid white;
}
.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}
.team-member p {
    margin-top: 0;text-align: center;
}
ul.social-buttons li a {
    display: block;
    background-color: #222222;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    color: white;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active {
    background-color: #27AE60;
}
/********************************************

* Portfolio section

********************************************/
#Grid {
  text-align: justify;
  font-size: .1px;
}

#Grid .mix {
  display: none;
  opacity: 0;
  width: 33.3333333333%;
  vertical-align: top;
  background: #CCC;
  color: #FFF;
  font-size: 30px;
  text-align: center;
  position: relative;
}

.filter {
  margin: 4em 1em;
  cursor: pointer;
  cursor: 0;
  cursor: 0;
}

.options ul li {
  list-style: none;
  color: #FFF;
  text-align: center;
  display: inline-block;
}

.lb-album li > a span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 150px;
  color: rgba(255,255,255,0.8);
  text-shadow: 0 1px 1px rgba(255,255,255,0.6);
  font-size: 24px;
  opacity: 0;
  filter: alpha(opacity=0);
/* internet explorer */
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
/*IE8*/
  background: rgba(39,174,96,0.93);
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .7s;
  -o-transition: opacity .7s;
  -ms-transition: opacity .7s;
  transition: opacity .3s;
}

.lb-album li > a:hover span {
  opacity: 1;
  filter: alpha(opacity=99);
/* internet explorer */
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=99);
/*IE8*/
}

.description {
  position: relative;
  color: #FFF;
  font-style: italic;
  bottom: 40px;
}

.heading-description {
  padding-top: 75px;
/* border-bottom: 12px double #FFF; */
  padding-bottom: 25px;
  width: 80%;
  margin: auto;
  color: #FFF;
}

.portfolio-parlex {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/******************************

* Pricing table

******************************/
.pricing-section h3 {
  margin-bottom: 20px;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1;
}

.pricing-section {
  text-align: center;
  /*background: #34495E;*/
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  border-right: 1px solid rgba(56,66,86,0.81);
}

.pricing-section .preice {
  font-weight: 300;
  font-size: 1.6em;
}

/*.pricing-section:hover {

margin-top: -25px;

} */
.w-co {
  position: relative;
  float: left;
  min-height: 1px;
}

.pricing-main {
  position: relative;
  bottom: 25px;
}

.header-main {
  padding-bottom: 25px !important;
  border-bottom: 7px solid #0BF46E !important;
  padding-top: 60px !important;
}

.pricing-section .pricing-header {
  padding: 35px 0 25px;
  border-bottom: 7px solid #27AE60;
}

.pricing-section .pricing-content {
  padding: 30px 15px;
  border-bottom: 1px solid rgba(255,255,255,0.35);
}

.pricing-section ul li {
  margin: 15px 0;
  font-size: .85em;
}

.pricing-section .pricing-footer {
  padding: 40px 0;
}

.footer-main {
  padding-bottom: 60px !important;
}

/****************************
* Team section
****************************/
.team-album {
  padding: 3em 0 4em;
}

.team-album .tumbnail > a span {
  position: absolute;
  left: 0;
  padding: 1em;
  top: 0;
  right: 0;
  bottom: 105px;
  text-align: center;
  line-height: 150px;
  color: rgba(255,255,255,0.8);
  text-shadow: 0 1px 1px rgba(255,255,255,0.6);
  font-size: 24px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  background: rgba(39,174,96,0.93);
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .7s;
  -o-transition: opacity .7s;
  -ms-transition: opacity .7s;
  transition: opacity .3s;
}

.team-album .tumbnail > a:hover span {
  opacity: 1;
  filter: alpha(opacity=99);
/* internet explorer */
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=99);
/*IE8*/
}

.team-heading {
  font-size: .8em;
  font-weight: 700;
  position: relative;
  top: 20px;
}

.team-designation {
  font-size: .6em;
  font-weight: 100;
  position: relative;
  bottom: 60px;
  margin-bottom: 0;
}

.team-des {
  font-size: .6em;
  font-weight: 100;
  line-height: 24px;
  position: relative;
  bottom: 90px;
  margin-bottom: 0;
}

.team-social {
  border-top: 7px solid #27AE60;
  padding: 2.5em 1em 2em;
}

.tumbnail {
  position: relative;
  background: #34495E;
}

.thumbnail-img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.social-icons {
  color: #ECF0F1;
}

.circule-info {
  background: #27AE60;
  padding: 1em 0 170px;
  width: 50%;
  max-height: 0;
  margin: auto;
}

.info-strong {
  font-size: 4em;
}

.info-x {
  font-size: 1.95em;
}

.email {
  font-weight: 200;
  letter-spacing: .1em;
  border-bottom: 1px dotted;
}

/*****************************

* Client Section

*****************************/
#clients {
  display: block;
  margin-bottom: 15px;
}

#clients .clients-wrap {
  display: block;
  width: 93%;
  margin: 0 auto;
  overflow: hidden;
}

#clients .clients-wrap ul {
  display: block;
  list-style: none;
  position: relative;
  width: 100% !important;
}

#clients .clients-wrap ul li {
  display: block;
  float: left;
  position: relative;
  width: 270px;
  line-height: 55px;
  text-align: center;
}

#clients .clients-wrap ul li img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  filter: alpha(opacity=65);
  opacity: 0.70;
}

#clients .clients-wrap ul li img:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1.0;
}

/***************************************

* Contact us 

***************************************/
.contact-col {
  display: block;
  margin: 50px auto 30px;
  padding-top: 0;
}

.contact-col-head {
  color: #FFF;
}

.contact-col-text {
  border-right: 4px solid #FFF;
  border-left: 4px none #FFF;
  color: #FFF;
  text-align: center;
}

.contact-col-text-bar-last {
  border-right: 0 none #FFF;
  color: #FFF;
  text-align: center;
}

.message {
  height: 200px !important;
}

.social-footter {
  padding: 1.5em;
}

/*********************************************

* footer section 

*********************************************/
.footer {
  border-top: 12px solid #95A5A6;
}

/* ==========================================================================
Waypoints
========================================================================== */
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6, .wp7, .wp8 { visibility: hidden; }
.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight { visibility: visible; }
.delay-05s { animation-delay: 0.5s; -webkit-animation-delay: 0.5s; }
.delay-1s { animation-delay: 1s; -webkit-animation-delay: 1s; }
.delay-1-5s { animation-delay: 1.5s; -webkit-animation-delay: 1.5s; }
.delay-2s { animation-delay: 2s; -webkit-animation-delay: 2s; }
/* custom */
.button span i.cogelegance-icons- {
font-size: 20px;
position: relative;
right: 13px;
top: 1px;
}
/*ed*/      

.cajalikes{border:6px solid #E2E2E2; border-radius: 5px;padding-top: 25px;transition: 0.5s;background-color: #fff;padding-bottom: 20px;}
.cajalikes:hover{border:6px solid #818181;cursor: pointer;background-color: #FAFAFA;}
.cajalikes h4{color:black;}

.cajalikesSub{color:black !important;border:6px solid #E2E2E2; border-radius: 5px;transition: 0.5s;background-color: #fff;color:white; padding-left: unset !important;padding-right: unset !important;}
.cajalikesSub:hover{border:6px solid #818181;cursor: pointer;background-color: #FAFAFA;}
.cajalikesSub h4{color:black;}

.cajaservice{border:4px solid transparent;}
.cajaservice:hover{border:4px solid red;}
.preciomore{
  font-size: 1.5em;
  font-weight: bold;
  text-decoration: underline;
}

.overlayoriginal{
    background: rgba(0, 0, 0, 0.45) url(../images/pattern.png) repeat;
    position: absolute;
    width: 100%;
    top: 80px;
    height: 580px;
}
.overlay1{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, 0.45) url(../images/pattern.png) repeat;
}
.overlayObscuroFooter {
    background-color: rgba(44,62,80,0.7);
    background: rgba(44,62,80,0.7);
    color: rgba(44,62,80,0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
}
.txth1{
  font-size: 3.5em;color:white;    font-weight: 600;
  /*text-shadow: 2px 2px 6px #000;*/
}
/**/
.menuops{
  font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: rgba(255,255,255,0.6);
    text-shadow: 0 0 1px rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.3);
}
.navbar-nav li:hover{
  background-color: #27AE60;
  color: #FFF !important;
  transition: background, .7s;
}
.navbar-nav li a:hover{
  color: #FFF !important;
  transition: background, .7s;
}
/**/

.serviceItem h2{
  color: white;
  margin-top: 13px;
  /*margin-left: 13px;*/
  background-color: #00000078;
  padding-left: 7px;
}
.serviceItem .overlayEds{
  width: 100%;cursor: default;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  /*background-color: rgba(75,75,75,0.7);*/
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.serviceItem:hover .overlayEds {
  background-color: rgba(0, 0, 0, 0.8);
}
.empresa{
  /*background-color: #2c3e50;*/
  padding-top: 32px;
  padding-bottom: 44px;
}
.empresa .empresaLayer{
    /*background: url(../images/dot-map.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin: auto;
    position: absolute;*/
    margin-top: -30px;
    background-image: url(../images/dot-map.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: 100%;
    background-size: 100%;
    width: 100%;
    left: 0;
    right: 0;
   /* margin: auto;*/
    opacity: 0.5;
    height: 61%;
    position: absolute;
    /*bottom: 0;*/
    opacity: 0.04;
}
.overlayEds a{
  font-weight: bold;
  text-decoration: underline;
  color: #2177d3;
}
.serviceItem span.info {
  width: 100%;
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  margin: -55px 0 0 0;
  padding: 91px 104px;
  cursor: default;
}
.iconBoxed{
  text-align: center;
  border:1px solid #a4a4a4;
  padding: 14px;
  border-radius: 7px;
  margin-top: 22px;background-color: #9797971a;
}
.iconBoxed p{
  text-align: center;letter-spacing: 2px;
}
.iconBoxed i{
  color: #2890ff;
  text-shadow: 2px 2px #c3c3c3;
}
.serviceItem span.info a {
  /*text-decoration: underline;*/
  cursor: pointer;
  color: #1b61ac;
}
.serviceItem img{
  width: 100%;
}
.serviceItem:hover span.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border: 1px solid #fff;
}
#servicios2 {
  background-color: #3b5998;
  -webkit-transition:background 7s;
  -moz-transition:background 7s;
  -o-transition:background 7s;
  transition:background 7s
}
#servicios2:hover {
  background-color: #181818;
}
.frmEdgar{
  height: 47px !important;
  font-size: 16px !important;
}
.chkTipoProy label:hover{
  cursor: pointer;
  background-color: #cacaca;
}