@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow);
@import url(https://fonts.googleapis.com/css?family=Fjalla+One);

@charset "UTF-8";

*, *:after, *:before
{
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

a{ 
  color: #2E3B4D; 
  text-decoration: none;
}

a:hover{ color: #40ACA6; }

html, body, ul, ol,li, p{
	border: 0;
  color: #777575;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 15px;
	font-weight: 400;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

h2,h3,h4,h5{
  font-family: 'Fjalla One', sans-serif;
  color: #333;
}

section {
  height: 100%;
  min-height: 600px;
  padding: 4.5em 1.5em 2em 1.5em;
  text-align: justify;
  width: 100%;
}

section:nth-child(2n) { background-color: #eee; }

section p { padding: 5px 0px 3px 0px;}

section > div{     
  display: inline-block;
  padding: 1.5em;
  vertical-align: top;
  width: 49%; 
}

table { 
  display: table;
  border-collapse: collapse;
  border-spacing: 0px;
  border-color: gray;
  margin: auto;
}

tr { border-bottom: thin solid #d4d4d4; }

td {
    padding: 0.5em;
    border-right: thin solid #E6E6E6;
}

#main{
	max-width: 1200px;
	margin: auto;
}

.TT{
  font-size: 25px;
  border-bottom: thin solid #333;
  padding: 0.5em 0em 0em 0em;
}
.btn{
  color: #000;
  border: thin solid #000;
  padding: 0.5em;
}

.transicion{
	-ms-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

/*☰*/

/********* Menu *********/
#cssmenu {
	background: #40ACA6;
	margin: auto;
	padding: 0;
	line-height: 1;
	display: block;
	position: fixed;
	top: 0px;
	width: 100%;
	box-shadow: 0 0 40px #222;
	-webkit-box-shadow: 0 0 40px #222;
	-moz-box-shadow: 0 0 40px #222;
	z-index: 30;
	font-family: 'PT Sans Narrow', sans-serif;
	max-width: 1200px;
}
#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#cssmenu ul:after,
#cssmenu:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  max-width: 110px;
}
#cssmenu ul li:first-child{
  padding: 0px;
}
#cssmenu ul li a {
  text-decoration: none;
  display: block;
  margin: 0;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul > li {
  float: none;
  display: inline-block;
}
#cssmenu.align-center > ul {
  text-align: center;
}
#cssmenu.align-right > ul {
  float: right;
}
#cssmenu > ul > li:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  background: #ffffff;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}
#cssmenu > ul > li > a {
  color: #ffffff;
  display: block;
  height: 65px;
  padding: 10px 6px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  min-width: 80px;
  font-size: 11px;
  z-index: 2;
  position: relative;
}
#cssmenu > ul > li:hover:after,
#cssmenu > ul > li.active:after {
  height: 100%;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #000000;
}
#cssmenu > ul > li:hover > a:after,
#cssmenu > ul > li.active > a:after {
  background: #000000;
}
#cssmenu > ul > li:hover > a:before,
#cssmenu > ul > li.active > a:before {
  border-top-color: #ffffff;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu > ul > li > a span {
    padding-top: 13px;
    display: inline-block;
}
#cssmenu > ul > li {
  width: auto;
}

/********** Slider ***********/

div#cym { margin-top: 50px; }

/*********** Slider logos **********/

.loguitos img { width: 35%; }

.slide-clientes {
  background: #E6E6E6;
  padding: 1em 0em 0.5em 0em;
}

.slide-clientes h3 {
  color: #6E6E6E;
  font-family: 'Fjalla One', sans-serif;
  font-weight: normal;
  text-align: left;
  border-bottom: thin solid #A4A4A4;
  padding: 0.3em 1em;
}

.slick-slider {
    /*background: rgba(255,255,255,0.7);*/
    padding: 0.5em;
}
/***************** Telemarketing ****************/
td.td-head, td.td-head-non, td.td-pais, td.td-pais-non{
  background: #2E3B4D;
  border: thin solid #fff;
  color: #fff;
  text-align: center;
}
td.td-head-non { background: #4D6280;}
td.td-pais { background: #5B8298;}
td.td-pais-non { background: #657FAB;}
td.td-prin-non{background: #E6E6E6;}

td.td-prin{
  background: #D8D8D8;
  border: thin solid #fff;
}

#tabla-base {
  display: inline-block;
  overflow: scroll;
  width: 100%;
}
/***************** Promotores ****************/
section#promo, section#evento{
  background: url(../img/logi.jpg), linear-gradient(to left, #2E3B4D 32%,#fff 100%);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-blend-mode: multiply;
  max-height: 600px;
  overflow: hidden;
}
section#promo > div:first-child { text-align: right;}
section#promo .TT, section#evento .TT{color: #fff;}
section#promo p, section#promo li, section#evento p, section#evento li{color: #BDBDBD;}
section#promo .destaco, section#evento .destaco, .AQ{color: #40ACA6;}
section#promo li{ font-size: 20px; }
#promo img {
    max-height: 750px;
    height: 100%;
}
.destaco {
    display: inline-block;
    padding: 1em 0.5em;
    text-align: center;
    margin: auto;
    font-size: 17px;
    width: 100%;
}
/***************** Informatic ****************/
section#informatic > div{ width: 100%; text-align: center;}
section#informatic > div > div ul{
    display: inline-block;
    text-align: center;
    margin: 1.5em 0em;
    width: 18%;
}
section#informatic > div > div ul i {
  display: inline-block;
  margin: 4px;
  min-width: 60px;
  text-align: center;
}
#display > div {
    display: inline-block;
    width: 32%;
    padding: 1em;
}
#display div img { width: 100%;}
/***************** Eventos ****************/
section#evento {
  background: url(../img/eventos.jpg), linear-gradient(to right, #2E3B4D 32%,#fff 100%);
  background-attachment: fixed;
  background-size: 100% 100%;
  padding: 70px 0px 0px 0px;
  vertical-align: bottom;
  min-height: 492px;
}
.ev-palabras li{
  display: inline-block;
  text-align: center;
  padding: 0.5em;
  width: 30%;
}
.ev-palabras i, .ev-palabras label{
  display: inline-block;
  width: 100%;
}
#evento div:last-child{ 
  padding: 0; 
  vertical-align: bottom;
}
#evento div:last-child img { 
  min-width: 369px;
  vertical-align: bottom;
  width: 100%;
}
/***************** Demanda ****************/
section#demanda div{ 
  text-align: center;
  width: 100%;
}
section#demanda div img{
  padding: 1em;
  width: 100%;
}
section#demanda div img#GenDem{ max-width: 850px;}
.generali li{
  display: inline-block;
  padding: 0.5em;
  min-width: 200px;
  max-width: 300px;
  width: 30%;
}
section#demanda div img#GenDem {
  max-width: 700px;
  padding: 1.5em 0.5em;
}
/***************** Polaroid ****************/
section#lealtad > div { width: 100%; }

center{ margin-top: 1.5em; }

div.polaroid{
  background-color: white;
  box-shadow: 8px 8px 15px rgba(0,0,0,.2);
  display: inline-block;
  padding: 10px; 
  margin-bottom: 25px;
  margin-right: 2%;
  width: 290px;
}

div.polaroid:hover{ transform: rotate(-20deg);}
div.polaroid img{ filter: grayscale(100%); width: 100%;}
div.polaroid img:hover{ filter: blur(0); }

/********** Contacto y Form Eventos ************/

#contacto a,{
    color: #086A87;
    text-decoration: none;
}
.datos-contacto, { margin: 1em 0em; }
input.btn_contacto{
  display: inline-block;
  font-size: 15px;
  background: #fff;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  border: thin solid #eee;
  padding: 0.3em 0.7em;
  width: 121px;
}
input.btn_contacto:hover{
  background: #eee;
  cursor: pointer;
}
.datos{
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	vertical-align: top;
	width: 49%;
}
.contact-form label{
  display: inline-block;
  width: 85px;
}
.contact-form input[type="text"], .contact-form input[type="email"]{
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  padding: 0.5em;
  margin: 0.5em;
  min-width: 150px;
  width: 65%;
}
.contact-form input[type="text"]:focus, .contact-form  textarea:focus{
	outline:0px;
}
.contact-form  textarea{
  max-width: 540px;
  width: 98%;
  height: 117px;
  margin-top: 12px;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  padding: 0.5em;
}
.formulario-eventos input[type="text"]{  border: thin solid #848484; }
.direcciones div {
  display: inline-block;
  min-width: 194px;
  padding: 0.5em;
  text-align: left;
  vertical-align: top;
  width: 49%; 
}
.ban {
  background: url(../img/mx.png) no-repeat center;
  background-clip: content-box;
  background-size: 100%;
  display: inline-block;
  height: 20px;
  margin: 0px 6px 0px 0px;
  width: 20px;
}
.ban-cl{ background: url(../img/col.png) no-repeat center;   background-size: 100%;}
.ban-ar{ background: url(../img/ar.png) no-repeat center;   background-size: 100%;}
/***********Footer************/
#footer{
  background: #343C4E;
  margin: auto;
  vertical-align: top;
  width: 100%;
}
#footer>div{
  display: inline-block;
  color: #fff;
  text-align: right;
  vertical-align: top;
  width: 49%;
}
#footer .text{
  color: #fff;
  display: inline-block;
  font-family: tahoma;
    font-size: 14px;
    padding: 0.5em;
    text-align: center;
    margin: 0px;
    width: 95%;    
}
.redes_foot img{
  padding: 0.5em 0.5em;
  width: 42px;

}

@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  
  a#logo img {
    padding: 5px;
    width: 90px;
  }
  #cssmenu > ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease-out;
    -moz-transition: max-height 0.35s ease-out;
    -ms-transition: max-height 0.35s ease-out;
    -o-transition: max-height 0.35s ease-out;
    transition: max-height 0.35s ease-out;
  }
  #cssmenu > ul > li > ul {
    width: 100%;
    display: block;
  }
  #cssmenu.align-right ul li a {
    text-align: left;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu.align-center > ul > li {
    display: block;
  }
  #cssmenu > ul.open {
    max-height: 1000px;
    border-top: 1px solid rgba(110, 110, 110, 0.25);
  }
  #cssmenu ul {
    width: 100%;
  }
  #cssmenu ul > li {
    float: none;
    max-width: 600px;
    width: 100%;
  }
  #cssmenu ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    width: 100%;
    padding: 12px 20px;
  }
  #cssmenu > ul > li > a {
    height: 42px;
  }
  #cssmenu ul > li:after {
    display: none;
  }
  #cssmenu ul li.has-sub > a:after,
  #cssmenu ul li.has-sub > a:before,
  #cssmenu ul li ul,
  #cssmenu ul li ul li ul,
  #cssmenu ul li ul li:hover > ul,
  #cssmenu.align-right ul li ul,
  #cssmenu.align-right ul li ul li ul,
  #cssmenu.align-right ul li ul li:hover > ul {
    left: 0;
    position: relative;
    right: auto;
  }
  #cssmenu ul li ul li:hover > a {
    color: #000000;
  }
  #cssmenu > ul > li > a span {
    padding-top: 0px;
    display: inline;
}
  #cssmenu #menu-button {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    cursor: pointer;
  }
  #cssmenu #menu-button:after {
    display: block;
    content: '';
    position: absolute;
    height: 7px;
    width: 22px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    right: 20px;
    top: 16px;
  }
  #cssmenu #menu-button:before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    right: 20px;
    top: 26px;
  }
  #cssmenu ul li:first-child { height: 75px;}
}

@media (min-width: 1000px){
  #cssmenu > ul > li > a span {
    padding-top: 5px;
  }
  #cssmenu ul li {
    max-width: 140px;
    height: 65px;
    vertical-align: bottom;
    padding-top: 11px;
  }
  #cssmenu > ul > li > a {
    font-size: 13px;
    height: 65px;
    padding: 6px 10px;
    min-width: 100px;
  }
}


@media screen and (max-width: 815px){
  div#cym { margin-top: 45px; }
  section#informatic > div > div ul { width: 15%; }
  .direcciones div { width: 100%; }
  .contact-form input[type="text"], .contact-form input[type="email"] { width: 100%;}
  section#demanda div img { padding: 0em; }
}

@media screen and (max-width: 640px){
  section > div{ width: 100%; }
  section#promo > div:first-child { display: none;}
  #display > div { width: 100%;}
  #cssmenu ul li { max-width: 94px;}
  #evento div:last-child{ display: none;}
  .generali li {
    padding: 0px;
    width: 50%;
  }
  section > div { padding: 0em; }
  section#evento div:first-child { padding: 0em 1.3em;}
}

@media screen and (max-width: 480px){
	.loguitos img { width: 40%; }
  section#informatic > div > div ul { width: 47%;}
}


