@font-face {
    font-family: 'WeblySleekUISemilight';
    src: url('../fonts/weblysleekuisl.ttf') format('truetype');
    font-weight: normal;
}

* {
	margin: 0;
	padding: 0;
}

.success{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #28276E;
  font-family: 'WeblySleekUISemilight';
  transition: all ease .5s;
  z-index: 9998 !important;
}

.success h1, .success span, .success label, .success p{
  position: absolute;
  display: block;
  margin: 0 auto;
  text-align: center;
  left: 0;
  right: 0;
  color: #FFF;
}

.success h1{
  width: 100%;
  top: 22%;
  font-size: 3.3em;
  font-weight: 800;
}

.success span{
  width: 100%;
  top: 37%;
  font-size: 2.2em;
}

.success label{
  width: 100%;
  top: 47%;
  font-size: 2.8em;
  font-weight: 800;
}

.success p{
  max-width: 800px;
  top: 60%;
  font-size: 1.2em;
  font-weight: 800;
}

.closenot{
  position: absolute;
  top: 20px;
  right: 20px;
  color: #FFF;
  cursor: pointer;
  font-size: 3.2em !important;
  opacity: 0.7;
  z-index: 9999 !important;
}

#hideme{
  position: absolute;
  visibility: hidden;
}

#hideme:checked ~ .success{
  transform: scale(0);
}

.callme{
    position: fixed;
    display: none;
    bottom: 5px;
    left: 5px;
    width: 85px;
    height: 85px;
    border-radius: 85px;
    text-decoration: none;
    background-color: #18bb7c; 
    z-index: 999;
  }
  .callme span{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 85px;
    color: #FFF;
    font-size: 2.5em;
    text-align: center;
  }

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

html, body{
	height:100%;
}

ul, li {
    margin: 0;
    padding: 0;
}

a{
	text-decoration: none;
	outline: 0;
}

body{
  font-family: 'WeblySleekUISemilight';
}

#wrapper{
	min-height:100%;
  margin: 0 auto;
	position:relative;
}

#content{
	max-width: 1200px;
	height: auto;
	margin: 0 auto 120px auto;
  padding: 90px 0 60px 0;
	position: relative;
	background-color: #FFF;
  opacity: 0.95;
}

header{
	width: 100%;
  height: 90px;
  margin: 0 auto;
  display: inline-block;
  position: fixed;
  top: 0;
  background-color: #FFF;
  border-bottom: 1px solid #000;
  z-index: 10;
}


#bg{
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg3.jpg) no-repeat center center;
  background-size: cover;
}

#slider{
  position: fixed;
  top: 90px;
  width: 100%;
  overflow: hidden;
  transition: all 1s ease;
}

#logo{
  position: relative;
  width: 270px;
  height: auto;
  margin: 16px 0 0 50px;
}

#logo img{
  width: 100%;
  height: auto;
}

#togglemenu{
  position: absolute;
  visibility: hidden;
}

.menuresp{
  position: absolute;
  top: 12px;
  right: 15px;
  cursor: pointer;
  font-size: 1.6em;
  color: #2D44C4;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: none;
}

.menu{
  position: absolute;
  top: 25px;
  right: 160px;
  width: 510px;
  transition: all 0.3s ease;
}

.menu ul{
  list-style: none;
}

.menu ul li{
  width: auto;
  text-align: center;
  float: left;
}

.menu ul li a{
  display: table-cell;
  vertical-align: middle;
  height: 40px;
  color: #2D44C4;
  font-family: 'WeblySleekUISemilight';
  font-size: 0.8em;
  text-transform: uppercase;
  padding: 0 15px;
  line-height: 14px;
  transition: all 0.2s ease;
}

.active, .menu ul li a:hover{
  background-color: #2D44C4;
  color: #FFF !important;
}

.social{
  position: absolute;
  top: 25px;
  right: 20px;
}

.social a{
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  overflow: hidden;
}

.social a:hover{
  transform: scale(1.1);
}

.social a:nth-child(2){
  margin: 0 0 0 20px;
}

.social a img{
  width: 100%;
  height: auto;
}

.cntcontent{
  width: 100%;
  height: auto;
}

.cntcontent img{
  width: 100%;
  height: auto;
}

.cntcontent h2{
  text-align: center;
  padding: 0 25px;
  margin: 25px 0 15px 0;
  color: #2D44C4;
  font-size: 2.2em;
}

.cntcontent p{
  position: relative;
  max-width: 1100px;
  padding: 0 25px;
  font-size: 1em;
  color: #666666;
  text-align: justify;
  margin: 10px auto 50px auto;
}

.cntcontent p label{
  width: auto;
  display: initial;
  padding: 0;
  margin: 0;
  font-size: 1em;
  color: #666666;
  font-weight: 800;
}

.cntcontent label{
  color: #2D44C4;
  display: block;
  font-size: 1.2em;
  font-weight: 800;
  margin: 20px 0 10px 50px;
}

.cntcontent span{
  color: #3D3D3D;
  display: block;
  font-size: 1em;
  font-weight: normal;
  margin: 20px 0 10px 10px;
}

.register{
  position:fixed;
  width: 350px;
  top:155px;
  right:0;
  height: auto;
  padding:10px 10px 10px 15px;
  background-color:#FFF;
  opacity:0.85;
  z-index:9;
}

.campaign{
  margin: 0 0 60px 0;
  height: auto;
  background-color: #FFF;
  transition: all 0.2s linear;
}

.campaign img, .campaign #formulario{
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.campaign img{
  margin: 10px 0 20px 40px;
  width: 40%;
  height: auto;
}

#formulario{
  max-width: 45%;
  border-radius: 8px;
  margin: 10px 0 20px 40px;
}

.form-style-5{
  max-width: 95%;
  border-radius: 8px;
}
.form-style-5 fieldset{
  border: none;
}
.form-style-5 legend {
  font-size: 1.4em;
  margin-bottom: 10px;
}
.form-style-5 label {
  display: block;
  margin-bottom: 8px;
}
.form-style-5 input[type="text"],
.form-style-5 input[type="date"],
.form-style-5 input[type="datetime"],
.form-style-5 input[type="email"],
.form-style-5 input[type="number"],
.form-style-5 input[type="search"],
.form-style-5 input[type="phone"],
.form-style-5 input[type="url"],
.form-style-5 textarea,
.form-style-5 select {
  font-family: 'WeblySleekUISemilight';
  background: rgba(255,255,255,.1);
  border: none;
  border-radius: 4px;
  font-size: 15px;
  margin: 0;
  outline: 0;
  padding: 10px;
  width: 100%;
  box-sizing: border-box; 
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; 
  background-color: #e8eeef;
  color:#8a97a0;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
  box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
  margin-bottom: 30px;
}
.form-style-5 input[type="text"]:focus,
.form-style-5 input[type="date"]:focus,
.form-style-5 input[type="datetime"]:focus,
.form-style-5 input[type="email"]:focus,
.form-style-5 input[type="number"]:focus,
.form-style-5 input[type="search"]:focus,
.form-style-5 input[type="time"]:focus,
.form-style-5 input[type="url"]:focus,
.form-style-5 textarea:focus,
.form-style-5 select:focus{
  background: #d2d9dd;
}
.form-style-5 select{
  -webkit-appearance: menulist-button;
  height:35px;
}
.form-style-5 .number {
  background: #2D44C4;
  color: #fff;
  height: 30px;
  width: 30px;
  display: inline-block;
  font-size: 0.8em;
  margin-right: 4px;
  line-height: 30px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255,255,255,0.2);
  border-radius: 15px 15px 15px 0px;
}

.form-style-5 input[type="submit"],
.form-style-5 input[type="button"]
{
  position: relative;
  display: block;
  padding: 19px 39px 18px 39px;
  color: #FFF;
  margin: 0 auto;
  background: #2D44C4;
  font-size: 18px;
  text-align: center;
  font-style: normal;
  width: 100%;
  border: 1px solid #16a085;
  border-width: 1px 1px 3px;
  margin-bottom: 10px;
}
.form-style-5 input[type="submit"]:hover,
.form-style-5 input[type="button"]:hover
{
  background: #2D44C4;
  cursor:pointer;
}

.mvsion{
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 49.4%;
  margin: 15px 0;
  padding: 0;
  transition: all 0.3s ease;
}

.mvsion:hover{
  transform: scale(1.05);
}

.mvsioninfo{
  width: 75%;
  margin: 0 auto;
  padding: 20px;
  background-color: #E3E3E3;
}

.mvsioninfo p{
  padding: 0;
}

.mvsioninfo label{
  margin: 0 0 10px 0;
}

.seemore, .seeless{
  position: relative;
  overflow: hidden;
}

.seemore{
  height: 125px;
}

.seeless{
  height: auto;
}

.paragraph{
  position: relative;
  display: block;
  cursor: pointer;
  color: #2D44C4;
  width: 90px;
  margin: -40px 0 50px 50px;
}

/*Servicios*/

.serv{
  margin: 0 0 60px 0;
  height: auto;
  border-left: 10px solid transparent;
  border-top:1px solid transparent;
  border-bottom:1px solid transparent;
  background-color: #FFF;
  transition: all 0.2s linear;
}

.serv img, .serv p{
  display: inline-block;
  vertical-align: top;
}

.serv img{
  position: relative;
  margin: 10px 0 20px 40px;
  width: 30%;
  height: auto;
}

.serv p{
  width: 56%;
}

.serv label{
  color:  #333333;
}

.serv label i{
  color:  #292D33;
  background-color: #FFF;
  padding: 8px;
  font-size: 0.8em;
  border: 2px solid #292D33;
  border-radius: 20px;
  transition: all 0.8s ease;
}

.serv:hover{
  border-left: 10px solid #F36724;
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
}

.serv:hover i{
  transform: rotateY(180deg);
  color: #FFF;
  background-color: #F36724;
  border: 2px solid #F36724;
}

.serv .paragraph{
  margin: -45px 0 50px 37%;
}

/**/

/*Nuestros Colaboradores y Eventos*/
.empgroup{
  position: relative;
  max-width: 1045px;
  margin: 0 auto;
}

.emp{
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 22.5%;
  height: auto;
  margin: 1%;
  cursor: pointer;
  background-color: #FFF;
  transition: all 0.3s ease;
}

.emp:hover{
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.68);
-moz-box-shadow:    0px 0px 14px 0px rgba(0, 0, 0, 0.68);
box-shadow:         0px 0px 14px 0px rgba(0, 0, 0, 0.68);
}

.show{
  display: block;
}

.hide{
  display: none;
}

.emp img{
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
}

.emp span, .emp label{
  position: absolute;
  display: block;
  width: 100%;
  height: 20px;
  left: 0;
  bottom: 0;
  color: #FFF;
  background-color: #000;
  opacity: 0.8;
  margin: 0;
  line-height: 18px;
  text-align: center;
  padding: 5px 0;
  font-size: 1em;
  cursor: pointer;
  z-index: 1;
}

.emp span{
  bottom: 20px;
}

.emp label{
  bottom: 0px;
  font-weight: normal;
}

.emp p{
  border: 1px solid #ccc;
  margin: 0;
  padding: 10px 10px 60px 10px;
}

.showme{
  position: absolute;
  bottom: 0;
  margin: 0;
  display: block;
  background-color: #2D44C4;
  width: 100%;
  height: 20px;
  text-align: center;
  color: #FFF;
  line-height: 18px;
  font-size: 0.8em;
}

.photo1, .photo2{
  position: absolute;
  width: 100%;
  height: 100%;
}

.photo1{
  background-color: #505A78;
  top: -7px;
  right: -7px;
  z-index: -1;
}

.photo2{
  background-color: #C9CDE0;
  top: -12px;
  right: -12px;
  z-index: -2;
}

.photoevn{
  width: 20.8%;
  border: 1px solid #3D3D3D;
  padding: 8px;
  overflow: hidden;
}

.photoevn label{
  opacity: 1;
  background-color: #FFF;
}

/**/

#map1{
  position: relative;
  width: 100%;
  height: 300px;
  margin: 0 auto;
}

#map1 #content, #map1 p{
  height: initial;
  padding: initial;
  margin: initial;
}

.contact{
  position: relative;
  margin: 10px 10px 0 20px;
  display: inline-block;
  vertical-align: top;
  width: 30%;
}

.contact label{
  margin: 10px 0 0 10px;
  font-size: 1.3em;  
}

.contact span{
  margin: 0 0 0 40px;
  font-size: 1.1em;
}


footer{
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #2D44C4;
  z-index: 11;
}

.footerdatos{
  position: absolute;
  left: 50px;
  top: 9px;
  width: 550px;
}

.footerdatos span{
  color: #FFF;
  font-size: 0.95em;
}

footer a{
  position: absolute;
  display: block;
  right: 40px;
  top:20px;
  color: #FFF;
  font-size: 0.9em;
}