@charset "utf-8";
/* CSS Document */

body{
	font-family: 'open-sans-regular', Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#999999;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
    text-decoration:none;
}

table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
}
/***********************************/
.ovh{overflow: hidden;}
.mtop10{
  margin-top: 10px !important
}
.mbottom10{margin-bottom: 10px;}
.mbottom20{margin-bottom: 20px;}
.mbottom30{margin-bottom: 30px;}
.pleft20{padding-left: 20px;}
.ptop10{ padding-top: 10px;}
.clear{clear: both;}
.txtCenter{ text-align: center;}
.txtRight{ text-align: right;}
.inline{display: inline-block;}
.wrapper{
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.introhome{
  width: 95%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.nano-content{
  padding-right: 20px;
}

.introhome .nano-content{
  padding-right: 0;
  margin-right: -17px;
}

.cont{
  padding-top: 90px;
}
#menu{
  background: white;
  position:fixed;
  top:0;
  left:0;
  z-index: 70;
  width: 100%;
}
.logo{
	float: left;
	width: 28%;
	padding: 6px 0;
}
.logo a img{
	width: 100%;
	max-width: 100px;
	/*display: block;
  min-width: 130px;*/
}
.menuwrap{
	float: right;
	width: 72%;
}
.mainmenu{
	text-align: right;
  margin-top: 20px;
}
.mainmenu li {
	display:inline-block;
}
.mainmenu li a{
	text-decoration:none;
	color: #5f5c95;
	text-transform: uppercase;
	display: block;
	padding: 0px 8px;
  font-family: 'open-sans-semibold';
  font-size: 14px;
}

.mainmenu li.active a, .mainmenu li a:hover{
	color: #000;
}

.section{
	background-color: #fff;
}

.logohome img{
  width: 10%;
}

.logohome{
  padding-top: 10px;
}

.under{
  height: 90px;
}

.left{
  float: left;
  width: 47%;
}
.right{
  float: right;
  width: 47%;
}
.mpoliticas:hover{
  color: #ccc !important;
}
.mpoliticas-cel{
  display: none;
  font-size: 11px;
  text-decoration: underline;
}

.anecop{
  display: inline-block;
  padding-left: 20px;
}

.anecop img{
  vertical-align: top;
  padding-bottom: 5px;
}

.anecop span, .anecop-in span{
  display: block;
  font-size: 10px;
  text-align: center;
  color: #ccc;
}

.anecop-in span{
  color: #fff;
}

.anecop-in{
  display: inline-block;
  padding-left: 15px;
}

h2{
  font-size: 30px;
  color: #dddddd;
  font-family: 'open-sans-bold';
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 30px;
  margin-top: 39px;
  margin-bottom: 30px;
  background: url("../images/title-line.png") center bottom no-repeat;
}


h2.no-line{
  background: none;
  margin-top: 0;
}

h3{
  font-family: 'open-sans-semibold';
  font-size: 26px;
  color: #cccccc;
  padding-bottom: 5px;
}

h3.title-tab{
  border: solid 1px #5f5c95;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 20px;
}
.cont p{
  text-align: justify;
  padding-bottom: 10px;
}
.box{
  position: relative;
  padding-left: 80px;
  margin-top: 10px;
}

.box .icono{
  position: absolute;
  height: 60px;
  width: 60px;
  text-align: center;
  font-size: 32px;
  color: #b0adef;
  left: 0;
  top: 0;
  background: #5f5c95;
  border-radius: 30px;
  line-height: 63px;
}

.separador{
  margin: 20px 0;
  border-top:solid 1px #000; 
  border-bottom:solid 1px #333; 
}

.separador2{
  margin: 10px 0;
  border-top:solid 1px #000; 
  border-bottom:solid 1px #333; 
}

h5{
  font-size: 18px;
  font-family: 'open-sans-semibold';
  color: #cccccc;
  padding-bottom: 8px;
}
#tabservicios, #tabelegirnos{
  text-align: center;
}

.img{
  padding: 15px 0;
  text-align: center;
}
.img img{
  width: 100%;
  max-width: 426px;
}
.col{
  float: left;
  width: 31%;
  margin-right: 3.5%;
}

.col.last{
  margin-right: 0;
}

.list-simple li{
  padding-left: 20px;
  background: url("../images/guion.png") 5px 10px no-repeat;
}

.col h3{
  padding-top: 13px;
}
.list-check li{
  position: relative;
  padding-left: 25px;
  padding-bottom: 5px;
}
.list-check span{
  position: absolute;
  left: 0;
  top: 2px;
  color: #5f5c95;
}

.list-bullet li{
  padding-left: 15px;
  background: url("../images/bullet.png") left 10px no-repeat;
}

form label{
  display: block;
  padding-bottom: 4px;
}

form label.error{
  color: #E52422;
  font-size: 13px;
  margin-top: -10px;
}

form label.error.hide{
  display: none;
}

form input[type="text"], textarea{
  border: solid 1px #111;
  background: #4D4D4D;
  padding: 6px;
  width: 100%;
  margin-bottom: 10px;
  font-family: 'open-sans-regular', Arial, Helvetica, sans-serif;
  color: #ccc;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}


.boton{
  background: #281f52;
  border: solid 1px #5f5c95;
  color: white;
  padding: 5px 10px;
  border-radius: 2px;
  font-family: 'open-sans-regular', Arial, Helvetica, sans-serif;
  cursor: pointer;
}

.boton:hover{
  background: #5f5c95;
}
.left2{
  width: 58%;
  float: left;
}
.right2{
  width: 38%;
  float: right;
}

.txtSmall{
  font-size: 12px;
  display: block;
}

.movil{display: none;}

#showmenu{
  float: right;
  margin-top: 10px;
  color: white;
  background: #E52422 url('../images/menu.png') 15px 11px no-repeat;
  font-family: 'open-sans-semibold', Arial, Helvetica, sans-serif;
  font-size: 16px;
  border: solid 1px #FD5A5A;
  padding: 0px 15px 0px 38px;
  height: 35px;
  line-height: 35px;
  position: relative;
  z-index: 1000;
}

#showmenu.open{
  border-bottom: none;
}

.box-contact{
  position: absolute;
  width: 440px;
  padding: 15px 20px;
  background: #222;
  background: rgba(0,0,0,0.85);
  top: 90px;
  right: 0;
  margin-top: -130px;
}

.pol-wrap{
  float: left;
}
.pol-wrap input{
  vertical-align: middle;
}
.pol-wrap label{
  margin-top: 0 !important;
}
.but-wrap{
  float: right;
}
.box-contact .nano{
  height: 400px;
}

.box-contact h2{
  font-size: 24px;
  padding-bottom: 20px;
  margin-bottom: 15px;
}

.box-contact h3{
  font-size: 22px;
}

.box-contact p{
  font-size: 14px;
  color: #ccc;
  padding-bottom: 5px;
}

.box-contact p span{
  color: #5f5c95;
}

#footer{
  background: #000000;
  color: #999999;
  height: 50px;
  padding-top: 15px;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 1000;
}
#footer p{
  font-size: 13px;
}
#footer a{
  color: #999999;
}

.phone{
  float: left;
  padding-left: 45px;
  background:url("../images/tel.png") left top no-repeat;
  color: #999;
  font-size: 18px;
  font-family: 'open-sans-semibold';
  margin-right: 20px;
  border-right: solid 1px #555;
  padding-right: 20px;
}

.phone span{
  font-size: 11px;
  display: block;
  font-family: 'open-sans-regular';
}

.foot-info{
  float: left;
}
#success, #error, #successt, #errort {
    display:none
}
#success p, #successt p {
  color:#10E608;
}
#error p, #errort p {
  color:#FF331E;
}

.link{
  color: #a18dff;
}
/**** uniform ***/
/******************************** Uniform ****************/
.selector, .radio, .checker, .uploader, .selector *, .radio *, .checker *, .uploader *{ margin: 0; padding: 0; cursor: pointer; }
div.uploader{
  width: 50%;
  position: relative;
  margin: 0;
  vertical-align: middle;
  color: #cccccc;
  display: inline-block;
  zoom: 1; *display: inline;
  font-size: 12px;
  font-family: 'open-sans-regular';
  height: 20px;
  line-height: 20px;
  padding: 4px 6px;
  vertical-align: middle;
  border: solid 1px #111;
  background: #4D4D4D;
  -webkit-transition: border linear .2s,box-shadow linear .2s;
  -moz-transition: border linear .2s,box-shadow linear .2s;
  -o-transition: border linear .2s,box-shadow linear .2s;
  transition: border linear .2s,box-shadow linear .2s;
}

div.uploader span.action{
  width: 22px; 
  background: #4D4D4D url(../images/addFiles.png) no-repeat 0 0; 
  height: 22px; 
  float: right; 
  text-indent: -9999px; 
  display: inline; 
  overflow: hidden; 
  cursor: pointer;
  margin-top: -1px;
  margin-right: -3px;
}

div.uploader label.error{
  position: absolute;
  bottom: -25px;
}

div.uploader span.filename{ 
    color: #cccccc; 
    max-width: 80%; 
    float: left;
    display: block;
    overflow: hidden; 
    text-overflow: ellipsis; 
    white-space: nowrap; 
    cursor: default;
 }

div.uploader input{ 
  width: 100%;
  opacity: 0;
  filter: alpha(opacity:0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  float: right;
  height: 28px; 
  border: none; 
  cursor: pointer;
}
/***** google map ***/
.map-wrapper {
  width: 100%;
  position: fixed;
}

.map {
  width: 100%;
  height: 230px;
  position:relative;
  display:block;
}

.gmap {
  padding:0px;
  height:230px;
  background:#fff;
  border:none;
}

.gmap div {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}  

.gmap img {
  max-width: none !important;
  vertical-align: baseline !important;
} 

/**** popup ***/

#contentPopup, #contentPopup2{
  background-color:#111111;
  border: solid 1px #C5C5C5;
  display:none;
  min-width:450px;
  padding:25px;
  max-width: 500px;
}

#contentPopup h3, #contentPopup2 h3{
  color: #5f5c95;
  font-size: 20px;
  padding-bottom: 12px;
}

#contentPopup p, #contentPopup2 p{
  color: #fff;
}
.button.b-close, .button.bClose {
    border-radius: 50%;
    box-shadow: none;
    font: bold 120% sans-serif;
    padding: 4px 8px;
    position: absolute;
    right: -7px;
    top: -7px;
}
.button {
    background-color: #E52422;
    border-radius: 6px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.3);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
}

.loading{
  background:url('loader.gif') center center no-repeat;
}

.lt-ie9 .bModal{
  background-color:#000;
}


/**********************************************/
.slidePageInFromLeft {
  -webkit-animation: slidePageInFromLeft .8s cubic-bezier(.01,1,.22,.99) 1 0.25s normal forwards;
  -o-animation: slidePageInFromLeft .8s cubic-bezier(.01,1,.22,.99) 1 0.25s normal forwards;
  animation: slidePageInFromLeft .8s cubic-bezier(.01,1,.22,.99) 1 0.25s normal forwards
}

.openpage {
  -webkit-animation: rotatePageInFromRight 1s cubic-bezier(.66,.04,.36,1.03) 1 normal forwards;
  -o-animation: rotatePageInFromRight 1s cubic-bezier(.66,.04,.36,1.03) 1 normal forwards;
  animation: rotatePageInFromRight 1s cubic-bezier(.66,.04,.36,1.03) 1 normal forwards
}

.slidePageBackLeft {
  opacity: 1;
  left: 0;
  -webkit-animation: slidePageBackLeft .8s ease-out 1 normal forwards;
  -o-animation: slidePageBackLeft .8s ease-out 1 normal forwards;
  animation: slidePageBackLeft .8s ease-out 1 normal forwards
}

.slidePageLeft {
  opacity: 1;
  -webkit-transform: rotateY(0) translateZ(0);
  -ms-transform: rotateY(0) translateZ(0);
  -o-transform: rotateY(0) translateZ(0);
  transform: rotateY(0) translateZ(0);
  -webkit-animation: slidePageLeft .8s ease-out 1 normal forwards;
  -o-animation: slidePageLeft .8s ease-out 1 normal forwards;
  animation: slidePageLeft .8s ease-out 1 normal forwards
}

.fadeOutback {
  -webkit-animation: fadeOutBack 0.3s ease-out 1 normal forwards;
  -o-animation: fadeOutBack 0.3s ease-out 1 normal forwards;
  animation: fadeOutBack 0.3s ease-out 1 normal forwards
}

.fadeInForward-1,
.fadeInForward-2,
.fadeInForward-3 {
  opacity: 0;
  -webkit-transform: translateZ(-5em) scale(0.75);
  -ms-transform: translateZ(-5em) scale(0.75);
  -o-transform: translateZ(-5em) scale(0.75);
  transform: translateZ(-5em) scale(0.75);
  -webkit-animation: fadeInForward .5s cubic-bezier(.03,.93,.43,.77) .4s normal forwards;
  -o-animation: fadeInForward .5s cubic-bezier(.03,.93,.43,.77) .4s normal forwards;
  animation: fadeInForward .5s cubic-bezier(.03,.93,.43,.77) .4s normal forwards
}

.fadeInForward-2 {
  -webkit-animation-delay: .55s;
  -o-animation-delay: .55s;
  animation-delay: .55s
}

.fadeInForward-3 {
  -webkit-animation-delay: .7s;
  -o-animation-delay: .7s;
  animation-delay: .7s
}

@keyframes fadeOutBack {
  0% {
    -webkit-transform: translateX(-2em) scale(1);
    -ms-transform: translateX(-2em) scale(1);
    -o-transform: translateX(-2em) scale(1);
    transform: translateX(-2em) scale(1);
    opacity: 1
  }

  70% {
    -webkit-transform: translateZ(-5em) scale(0.6);
    -ms-transform: translateZ(-5em) scale(0.6);
    -o-transform: translateZ(-5em) scale(0.6);
    transform: translateZ(-5em) scale(0.6);
    opacity: 0.5
  }

  95% {
    -webkit-transform: translateZ(-5em) scale(0.6);
    -ms-transform: translateZ(-5em) scale(0.6);
    -o-transform: translateZ(-5em) scale(0.6);
    transform: translateZ(-5em) scale(0.6);
    opacity: 0.5
  }

  100% {
    -webkit-transform: translateZ(-5em) scale(0);
    -ms-transform: translateZ(-5em) scale(0);
    -o-transform: translateZ(-5em) scale(0);
    transform: translateZ(-5em) scale(0);
    opacity: 0
  }
}

@keyframes fadeInForward {
  0% {
    -webkit-transform: translateZ(-5em) scale(0);
    -ms-transform: translateZ(-5em) scale(0);
    -o-transform: translateZ(-5em) scale(0);
    transform: translateZ(-5em) scale(0);
    opacity: 0
  }

  100% {
    -webkit-transform: translateZ(0) scale(1);
    -ms-transform: translateZ(0) scale(1);
    -o-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
    opacity: 1
  }
}

@keyframes rotatePageInFromRight {
  0% {
    -webkit-transform: rotateY(-90deg) translateZ(5em);
    -ms-transform: rotateY(-90deg) translateZ(5em);
    -o-transform: rotateY(-90deg) translateZ(5em);
    transform: rotateY(-90deg) translateZ(5em);
    opacity: 0
  }

  30% {
    opacity: 1
  }

  100% {
    -webkit-transform: rotateY(0deg) translateZ(0);
    -ms-transform: rotateY(0deg) translateZ(0);
    -o-transform: rotateY(0deg) translateZ(0);
    transform: rotateY(0deg) translateZ(0);
    opacity: 1
  }
}

@keyframes slidePageLeft {
  0% {
    left: 0;
    -webkit-transform: rotateY(0deg) translateZ(0);
    -ms-transform: rotateY(0deg) translateZ(0);
    -o-transform: rotateY(0deg) translateZ(0);
    transform: rotateY(0deg) translateZ(0);
    opacity: 1
  }

  70% {
    opacity: 1
  }

  100% {
    opacity: 0;
    left: -150%;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg)
  }
}

@keyframes slidePageInFromLeft {
  0% {
    opacity: 0
  }

  30% {
    opacity: 1
  }

  100% {
    opacity: 1;
    left: 0
  }
}

@keyframes slidePageBackLeft {
  0% {
    opacity: 1;
    left: 0;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95)
  }

  10% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9)
  }

  70% {
    opacity: 1
  }

  100% {
    opacity: 0;
    left: -150%
  }
}


@media screen and (min-width: 64em) {
@keyframes fadeInForward {
    80% {
      opacity: 0.9
    }

    100% {
      -webkit-transform: translateZ(0) scale(1) translateX(-2em);
      -ms-transform: translateZ(0) scale(1) translateX(-2em);
      -o-transform: translateZ(0) scale(1) translateX(-2em);
      transform: translateZ(0) scale(1) translateX(-2em);
      opacity: 1
    }
}
}

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

.clearfix:after {
  clear: both
}

.clearfix {
  *zoom: 1
}


.demo-wrapper {
  padding: 2em .5em;
  width: 100%;
  height: 100%;
  -webkit-perspective: 3300px;
  -ms-perspective: 3300px;
  -o-perspective: 3300px;
  perspective: 3300px;
  position: relative
}

.dashboard {
  margin: 0 auto;
  width: 100%;
  -webkit-transform: translateX(200px);
  -ms-transform: translateX(200px);
  -o-transform: translateX(200px);
  transform: translateX(200px);
  opacity: 0;
  -webkit-animation: start 1s ease-out forwards;
  -o-animation: start 1s ease-out forwards;
  animation: start 1s ease-out forwards;
  padding-bottom: 30px;
}

@-webkit-keyframes start {
  0% {
    -webkit-transform: translateX(200px);
    opacity: 0
  }

  50% {
    opacity: 1
  }

  100% {
    -webkit-transform: translateX(0);
    opacity: 1
  }
}

@keyframes start {
  0% {
    -webkit-transform: translateX(200px);
    -ms-transform: translateX(200px);
    -o-transform: translateX(200px);
    transform: translateX(200px);
    opacity: 0
  }

  50% {
    opacity: 1
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}


/*** bloques home***/
.blocks{overflow: hidden;}
.block{
  float: left;
  color: white;
  font-size: 1.3em;
  text-align: center;
  height: 180px;
  font-weight: 300;
  overflow: hidden;
  position: relative;
  color: #fff;
  background-color: black;
  font-family: 'metronic_pro_regularregular';
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  width: 14.1%;
  margin: 1px;
  cursor: pointer;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.block.thumb{
  cursor: inherit;
}


.block.bgTransparent{
  background: transparent;
  cursor: inherit;
}

.block.blockMedium{
  width: 28.33%;
}

.block.blockBig{
  width: 42.6%;
  padding: 35px 25px 0;
  text-align: left;
  cursor: inherit;
  /*background: #E73434;*/
}

.blockBig h1{
  text-transform: uppercase;
  font-size: 27px;
  /*font-family: 'open-sans-bold';*/
}

.blockBig p{
  font-size: 15px;
  text-align: justify;
  padding-top: 5px;
}

.block.blockBig:hover{
  background: #fff;
  color: #5f5c95;
}

.block div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 102%;
  height: 100%;
  text-align: center;
  /*display: table;*/
  display: block;
  padding: 10px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.block.thumb div{
  padding: 0;
}
.block div.white{
  background: white;
  color: #333;
  padding-top: 35px;
}
.block div p {
/*  display: table-cell;
  vertical-align: middle*/
}

.block img {
  width: 100%;
}
.block .front{
  font-size: 16px;
  color: #5f5c95;
  padding-top: 38px;
  text-transform: uppercase;
}
.block .front span{
  font-size: 60px;
  display: block;
  margin-bottom: 7px;
}

.block .white{
  text-align: left;
}

div.white h4{
  font-size: 18px;
  /*font-family: 'open-sans-semibold';*/
}

div.white p{
  font-size: 13px;
  padding-top: 5px;
  text-align: justify;
}

div.white ul{
  margin-left:20px; 
  padding-top: 5px;
  list-style: disc;
  font-size: 13px;
}

div.white .more{
  display: block;
  color: #5f5c95;
  font-weight: 700;
  font-size: 13px;
  /*font-family: 'open-sans-semibold';*/
  padding: 5px 0px;
  text-align: right;
  width: 100%;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

/*
.tile {
  float: left;
  margin: 0 auto 1%;
  color: white;
  font-size: 1.3em;
  text-align: center;
  height: 8em;
  font-weight: 300;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  color: #333;
  position: relative;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out
}

.tile-2xbig {
  height: 16.15em;
  width: 100%
}

.tile-big {
  width: 100%
}

.tile img {
  width: 100%;
  height: 70%
}

.tile-caption {
  position: absolute;
  z-index: 1;
  background-color: #455962;
  color: #fff;
  font-size: 1em;
  padding: 1em;
  text-align: left
}

.tile:hover .caption-left {
  left: 0
}

.tile-small {
  width: 49%;
  margin-right: 2%
}

.tile-small.last {
  margin-right: 0
}

.tile div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  padding: 0 1em;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.tile div p {
  display: table-cell;
  vertical-align: middle
}



.tile-1 {
  background-color: #56D9C9;
  color: white
}

.tile-2 {
  background-color: #455962;
  color: white
}

.tile-2:hover {
  background-color: white;
  color: #455962
}

.tile-3 {
  background-color: #ddd;
  color: #455962
}

.tile-3:hover {
  background-color: white;
  color: #455962
}

.tile-5 {
  background-color: #FCC120;
  color: white
}

.tile-5:hover {
  background-color: #fff;
  color: #FCC120
}

.tile-6 {
  background-color: #3EC7F3;
  color: white
}

.tile-7,
.tile-8 {
  background-color: transparent;
}

.tile-10 {
  background-color: #F0514A;
  color: white
}

.tile-10:hover {
  background-color: white;
  color: #F0514A
}

.tile-10 div {
  text-align: left
}

.tile-3 p {
  font-size: 4em;
  margin-top: .5em
}

.tile-5 p,
.tile-6 p {
  font-size: 2em
}

.tile-5 p span,
.tile-6 p span {
  font-size: 1.3em;
  margin-right: .7em;
  position: relative;
  top: .15em
}

.tile-6 p span {
  margin-right: 1em
}

.tile-1 p {
  font-size: 1.3em
}

*/

.slideTextUp div:nth-child(2) {
  top: 100%
}

.slideTextUp:hover div {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%)
}



.slideTextRight div:first-child {
  left: -100%
}

.slideTextRight:hover div {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%)
}



.slideTextLeft div:nth-child(2) {
  left: 101%
}

.slideTextLeft:hover div {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%)
}



.rotate3d {
  -webkit-perspective: 800px;
  -ms-perspective: 800px;
  -o-perspective: 800px;
  perspective: 800px;
  overflow: visible
}

.faces {
  -webkit-transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 1s;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -o-transition: -o-transform 1s;
  transition: -webkit-transform 1s;
  transition: -ms-transform 1s;
  transition: -o-transform 1s;
  transition: transform 1s
}

.rotate3dY .back {
  -webkit-transform: rotateY( 180deg );
  -ms-transform: rotateY( 180deg );
  -o-transform: rotateY( 180deg );
  transform: rotateY( 180deg )
}

.rotate3dX .back {
  -webkit-transform: rotateX( 180deg );
  -ms-transform: rotateX( 180deg );
  -o-transform: rotateX( 180deg );
  transform: rotateX( 180deg )
}

.back p {
  padding: 2.5em 3em
}

.rotate3dY:hover .faces:hover {
  -webkit-transform: rotateY( 180deg );
  -ms-transform: rotateY( 180deg );
  -o-transform: rotateY( 180deg );
  transform: rotateY( 180deg )
}

.rotate3dX:hover .faces:hover {
  -webkit-transform: rotateX( 180deg );
  -ms-transform: rotateX( 180deg );
  -o-transform: rotateX( 180deg );
  transform: rotateX( 180deg )
}




@-webkit-keyframes fadeOutBack {
  0% {
    -webkit-transform: translateX(-2em) scale(1);
    transform: translateX(-2em) scale(1);
    opacity: 1
  }

  70% {
    -webkit-transform: translateZ(-5em) scale(0.6);
    transform: translateZ(-5em) scale(0.6);
    opacity: 0.5
  }

  95% {
    -webkit-transform: translateZ(-5em) scale(0.6);
    transform: translateZ(-5em) scale(0.6);
    opacity: 0.5
  }

  100% {
    -webkit-transform: translateZ(-5em) scale(0);
    transform: translateZ(-5em) scale(0);
    opacity: 0
  }
}

@-webkit-keyframes fadeInForward {
  0% {
    -webkit-transform: translateZ(-5em) scale(0);
    transform: translateZ(-5em) scale(0);
    opacity: 0
  }

  100% {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
    opacity: 1
  }
}

@-webkit-keyframes rotatePageInFromRight {
  0% {
    -webkit-transform: rotateY(-90deg) translateZ(5em);
    transform: rotateY(-90deg) translateZ(5em);
    opacity: 0
  }

  30% {
    opacity: 1
  }

  100% {
    -webkit-transform: rotateY(0deg) translateZ(0);
    transform: rotateY(0deg) translateZ(0);
    opacity: 1
  }
}

@-webkit-keyframes slidePageLeft {
  0% {
    left: 0;
    -webkit-transform: rotateY(0deg) translateZ(0);
    transform: rotateY(0deg) translateZ(0);
    opacity: 1
  }

  70% {
    opacity: 1
  }

  100% {
    opacity: 0;
    left: -150%;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
  }
}

@-webkit-keyframes slidePageInFromLeft {
  0% {
    opacity: 0
  }

  30% {
    opacity: 1
  }

  100% {
    opacity: 1;
    left: 0
  }
}

@-webkit-keyframes slidePageBackLeft {
  0% {
    opacity: 1;
    left: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
  }

  10% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
  }

  70% {
    opacity: 1
  }

  100% {
    opacity: 0;
    left: -150%
  }
}

@-o-keyframes fadeOutBack {
  0% {
    -webkit-transform: translateX(-2em) scale(1);
    -ms-transform: translateX(-2em) scale(1);
    -o-transform: translateX(-2em) scale(1);
    transform: translateX(-2em) scale(1);
    opacity: 1
  }

  70% {
    -webkit-transform: translateZ(-5em) scale(0.6);
    -ms-transform: translateZ(-5em) scale(0.6);
    -o-transform: translateZ(-5em) scale(0.6);
    transform: translateZ(-5em) scale(0.6);
    opacity: 0.5
  }

  95% {
    -webkit-transform: translateZ(-5em) scale(0.6);
    -ms-transform: translateZ(-5em) scale(0.6);
    -o-transform: translateZ(-5em) scale(0.6);
    transform: translateZ(-5em) scale(0.6);
    opacity: 0.5
  }

  100% {
    -webkit-transform: translateZ(-5em) scale(0);
    -ms-transform: translateZ(-5em) scale(0);
    -o-transform: translateZ(-5em) scale(0);
    transform: translateZ(-5em) scale(0);
    opacity: 0
  }
}

@-o-keyframes fadeInForward {
  0% {
    -webkit-transform: translateZ(-5em) scale(0);
    -ms-transform: translateZ(-5em) scale(0);
    -o-transform: translateZ(-5em) scale(0);
    transform: translateZ(-5em) scale(0);
    opacity: 0
  }

  100% {
    -webkit-transform: translateZ(0) scale(1);
    -ms-transform: translateZ(0) scale(1);
    -o-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
    opacity: 1
  }
}

@-o-keyframes rotatePageInFromRight {
  0% {
    -webkit-transform: rotateY(-90deg) translateZ(5em);
    -ms-transform: rotateY(-90deg) translateZ(5em);
    -o-transform: rotateY(-90deg) translateZ(5em);
    transform: rotateY(-90deg) translateZ(5em);
    opacity: 0
  }

  30% {
    opacity: 1
  }

  100% {
    -webkit-transform: rotateY(0deg) translateZ(0);
    -ms-transform: rotateY(0deg) translateZ(0);
    -o-transform: rotateY(0deg) translateZ(0);
    transform: rotateY(0deg) translateZ(0);
    opacity: 1
  }
}

@-o-keyframes slidePageLeft {
  0% {
    left: 0;
    -webkit-transform: rotateY(0deg) translateZ(0);
    -ms-transform: rotateY(0deg) translateZ(0);
    -o-transform: rotateY(0deg) translateZ(0);
    transform: rotateY(0deg) translateZ(0);
    opacity: 1
  }

  70% {
    opacity: 1
  }

  100% {
    opacity: 0;
    left: -150%;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg)
  }
}

@-o-keyframes slidePageInFromLeft {
  0% {
    opacity: 0
  }

  30% {
    opacity: 1
  }

  100% {
    opacity: 1;
    left: 0
  }
}

@-o-keyframes slidePageBackLeft {
  0% {
    opacity: 1;
    left: 0;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95)
  }

  10% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9)
  }

  70% {
    opacity: 1
  }

  100% {
    opacity: 0;
    left: -150%
  }
}

@-o-keyframes start {
  0% {
    -webkit-transform: translateX(200px);
    opacity: 0
  }

  50% {
    opacity: 1
  }

  100% {
    -webkit-transform: translateX(0);
    opacity: 1
  }
}

.dashboard .thumb{
  background: none !important;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -ms-perspective: 800px;
  -o-perspective: 800px;
  perspective: 800px;
}

.dashboard .nav-item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 19.2px;
}

.dashboard .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}

.dashboard .thumb .nav-item {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  -webkit-transition: -webkit-transform 1s;
}
.dashboard .thumb .nav-item img {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.dashboard .thumb .nav-item.flipX .img2 {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.dashboard .thumb .nav-item.flipY .img2 {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.dashboard .thumb.active .flipX {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.dashboard .thumb.active .flipY {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

@media screen and (min-width: 641px ) and (max-width: 960px ) {
  .col{
    text-align: center;
  }

  .col .box{
    padding-left: 0;
    padding-top: 55px;
  }

  .col .box .icono{
    left: 50%;
    margin-left: -30px;
  }

  .col .list-simple li {
    background: transparent;
  }
}

@media screen and (min-width: 769px ) and (max-width: 1140px ) {
  .logo{
    float: none;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
  }
  .logo img{
    display: inline-block;
  }
  .menuwrap{
    float: none;
    width: 100%;
  }
  .mainmenu{
    margin-top: 0 !important;
    margin-bottom: 10px;
    text-align: center;
  }
  .cont {
    padding-top: 120px;
  }
}

@media screen and (max-width: 1200px) {
  .mainmenu {
    margin-top: 20px;
  }

  .mainmenu li a {
    padding: 0px 5px;
    font-size: 13px;
  }

  .blockBig h1{
    font-size: 23px;
  }
}

@media screen and (max-width: 1140px) {
  .block{
    width: 14%;
    height: 140px;
  }
  .block.blockMedium{
    width: 28.2%
  }
  .block.blockBig{
    width: 42.5%;
  }
  .block .front{
    padding-top:25px;
  }
  .block .front span{
    font-size: 45px;
  }
  .block div.white{
    padding-top: 15px;
  }
  div.white h4{
    font-size: 12px;
  }
  div.white ul, div.white p{
    font-size: 11px;
  }
  div.white .more{
    font-size: 11px;
  }
  .block.blockBig{
    padding-top: 32px;
  }
  .blockBig h1{
    font-size: 20px;
  }
  .blockBig p{font-size: 12px;}
}

@media screen and (max-width: 960px) {
  .left2 , .right2{
    float: none;
    width: 100%;
  }

  div.uploader{
    width: 75%;
  }

 .block2, .block3, .block4{
    display: none;
  }
  .block{
    height: 140px;
    width: 19.5%;
  }
}

@media screen and (max-width: 768px) {
  .left , .right{
    float: none;
    width: 100%;
  }
  .img{display: none;}
  .movil{ display: block; }
  h2{ font-size: 24px; }
  h3{font-size: 20px;}
  h5{
    font-size: 16px;
    font-family: 'open-sans-regular';
  }

  .menuwrap{
    width: 100px;
    position: relative;
  }

  .mainmenu{
    display: none;
    width: 200px;
    position: absolute;
    background: #E52422;
    margin-top: 0;
    top: 45px;
    right: 0;
    border: solid 1px #FD5A5A;
  }

  .mainmenu li{
    display: block;
    text-align: left;
  }

  .mainmenu li a{
    padding: 6px 10px;
    border-bottom: solid 1px #FD5A5A;
  }

   .mainmenu li:last-child a{
    border-bottom: none;
   }

  .logo{
    width: 70%;
  }


  #footer .left{
    float: left;
    width: 48%;
  }

  #footer .right{
    float: right;
    width: 48%;
  }
  .box-contact{
    width: 270px;
    margin-top: -140px;
  }
  .box-contact p {
    font-size: 12px;
  }
  .pol-wrap{
    float: none;
  }
  .but-wrap{
    float: none;
    margin-top: 15px;
  }
}

@media screen and (max-width: 640px) {
  .r-tabs-panel h3.title-tab, .r-tabs-panel h5{
    display: none;
  }
   .foot-info{
    position: absolute;
    margin-left: 190px;
    top: -5px;
  }

  .r-tabs-panel ul{
    margin-left: 20px;
  }
  .r-tabs-panel ul li{
    text-align: left !important;
    background: url("../images/guion.png") 5px 10px no-repeat;
    padding-left: 20px;
    padding-bottom: 8px;
  }
  .col{
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  #footer .right{
    width: 40%;
  }
  #footer .left{
    width: 55%;
  }
  #footer p {
    font-size: 11px;
  }
  .phone{
    font-size: 15px;
    padding-bottom: 5px;
  }
  .block1, .block5, .block18{
    display: none;
  }
  .block{
    width: 32.5%;
    height: 170px;
  }
  .logohome{
    text-align: center;
    padding: 40px 0;
  }
  div.white {
    padding-top: 35px !important;
  }
  #contentPopup{
    min-width:inherit;
    max-width: inherit;
    width: 80%;
  }
}

@media screen and (max-width: 480px){
  .thumb, .blockBig, .block.bgTransparent{
    display: none;
  }

  .block{
    width: 49%;
  }
  
  #footer .left{
    width: 42%;
  }
  #footer .right{
    width: 53%;
  }

  #footer .left p:first-child{
    display: none;
  }
  .mpoliticas-cel{
    display: block;
  }

  .logo a img{
    width: 80px;
    vertical-align: top;
    padding-top: 12px;
  }

  .anecop-in{
    text-align: center;
    padding-left: 5px;
  }

  .anecop-in img{
    width: 70px;
  }
  .anecop-in span{
    font-size: 8px;
  }
}


@media screen and (max-width: 400px) {
  .cont {
    padding-top: 70px;
  }
  #showmenu {
    margin-top: 7px;
  }
  .mainmenu{
    top: 42px;
  }
  body{
    min-width: 380px;
  }
  
}
