@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?uswvvx');
  src:  url('fonts/icomoon.eot?uswvvx#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?uswvvx') format('truetype'),
    url('fonts/icomoon.woff?uswvvx') format('woff'),
    url('fonts/icomoon.svg?uswvvx#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
  content: "\e900";
}
.icon-twitter:hover {
  color: #43c8f5;
  font-weight: bold;
}
.icon-social:before {
  content: "\e900";
}
.icon-facebook:before {
  content: "\e901";
}
.icon-facebook:hover {
  font-weight: bold;
  color: #3b5998;
}
.icon-social2:before {
  content: "\e901";
}
.icon-person_outline:before {
  content: "\e902";
}
.icon-search:before {
  content: "\e903";
}
.icon-triangle-down:before {
  content: "\e904";
}
.icon-primitive-dot:before {
  content: "\e905";
}
.icon-menu:before {
  content: "\e9bd";
}



.menu {
  display:none;
}
 
header {
  width: 100%;
  transition: all 0.4s ease;
}
 
header nav {
  background:#fff;
  z-index:1000;
  width:95%;
  margin:auto;
}
 
header nav ul {
  list-style:none;
  text-align: center;
}
 
header nav ul li {
  display:inline-block;
  position: relative;
}
header nav ul li:hover {
  background:#4ac5ee;
}
header nav ul li a:hover {
  color: #fff;
  text-decoration: none;
}
header nav ul li a {
  color:#000;
  display:block;
  text-decoration:none;
  padding: 20px;
  font size: 18px;
}
 
header nav ul li a span {
  margin-right:10px;
}
 
header nav ul li:hover .children {
  display:block;
}
 
header nav ul li .children {
  display: none;
  background:#011826;
  position: absolute;
  width: 150%;
  z-index:1000;
}
 
header nav ul li .children li {
  display:block;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,.5);
}
 
header nav ul li .children li a {
  display: block;
}
 
header nav ul li .caret {
  position: relative;
  top:3px;
  margin-left:10px;
  margin-right:0px;
}
 
@media screen and (max-width: 800px) {

  .menu {
    display:block;
    width:100%;
    background:#4ec1f0;
  }
 
  .menu .bt {
    display: block;
    padding: 20px;
    color: #fff;
    overflow: hidden;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
  }
 
  .menu span {
    float: lefts;
    font-size: 40px;
  }
  .second-header-cv, .h {
    display: none;
  }

  header nav {
    width: 80%;
    position: fixed;
    right:100%;
    margin: 0;
    overflow: scroll;
  }
  header nav ul {

    border-right: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
  }

  header nav ul li {
    border: solid 1px #f0f0f0;
    display: block;
    border-bottom:1px solid rgba(255,255,255,.5);
  }
  header nav ul li:hover {
    border: solid 1px #ffffff;
    
  }
 
  header nav ul li a {
    display: block;
  }
 
  header nav ul li:hover .children {
    display: none;
  }
 
  header nav ul li .children {
    width: 100%;
    position: relative;
  }
 
  header nav ul li .children li a {
    margin-left:20px;
  }
 
  header nav ul li .caret {
    float: right;
  }
  .logotipo img {
    display: none;
  }
  header nav ul #wrap {
    display: none;
  }
}
@media screen and (max-width:980px) {
  header nav ul li a {
    padding: 10px;
  }
}

@media screen and (max-width: 360px) {
    .menu img {
    width: 170px;
    margin: 12px auto;
    margin-top: 3%;
  }
}

.fixed {
  /*
  position: fixed;
top: 0;
left: 0;
width: 100%;
display: block;
right: 0;
margin:auto;
*/
  position: fixed;
  top: 0;
  display: block;
  margin: 0 auto;
}
.fixed  {
  margin:0;
  width: 100%;
  font-size: 18px;
  transition: all 0.4s ease;
}
.fixed nav {
  background: #000000;
  z-index: 1000;
  width: 100%;
  margin: auto;
}
.fixed nav ul li a {
  color: #fff;
  }
.fixed .icon-search{
    color: #fff;
  }
  .fixed #wrap input[type="text"]:focus {
    padding: 14px;
    width: 930px;
  }
/*
.logo-cv-h {
  top: 42px;
  left: 0;
  width: 53%;
  height: 65%;
  background: #fff;
  overflow-y: auto;
  padding: 2px 0px;
  position: absolute;
}
*/

@media screen and (max-width: 800px) {
  .fixed {    
  margin:0;
  width: 100%;
  font-size: 12px;
  transition: all 0.4s ease;
  }
  .fixed nav {
  background: #ffffff;
  z-index: 1000;
  width: 80%;
  margin: auto;
  }
  .fixed nav ul {

    border-right: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
  }

  .fixed nav ul li {
    border: solid 1px #f0f0f0;
    display: block;
    border-bottom:1px solid rgba(255,255,255,.5);
  }
  .fixed nav ul li:hover {
    border: solid 1px #ffffff;
    
  }
  .fixed nav ul li .children {
    width: 100%;
    position: relative;
  }
 
  .fixed nav ul li .children li a {
    margin-left:20px;
  }
 
  .fixed nav ul li .caret {
    float: right;
  }
  .fixed nav ul li a {
  color: #000;
  }
}

.menu img {
  width: 45%;
  float: right;
}

.menu .bt span {
  margin-top: 1%;
}


/*style search*/

#wrap {
  
  display: inline-block;
  position: relative;
}

#wrap input[type="text"] {
  font-family: "Open Sans",sans-serif;
  font-size: 0.9em;
  font-style: italic;
  font-weight: 100;
  display: inline-block;
  border: none;
  outline: none;
  color: #555;
  padding: 0;
  padding-right: 60px;
  width: 0px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  z-index: 3;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
}

#wrap input[type="text"]:focus:hover {
  background: #f2f2f2;
}

#wrap input[type="text"]:focus {
  margin:0;
  width: 910px;
  z-index: 10;
  cursor: text;
  background: #f0f0f0;
  right: 30px;
  padding: 15px ;
  top: -10px;
}
#wrap input[type="submit"] {
  width: 100%;
  height: 100%;
  display: inline-block;
  float: right;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  cursor: pointer;
  transition: opacity .4s ease;
}

#wrap input[type="submit"]:hover {
  opacity: 0.1;
}

@media screen and (max-width: 1080px) {
  #wrap input[type="text"]:focus {
  width: 700px;
  }
}
.icon-search {
  font-size: 30px;
}

/*segundo header*/
.second-header-cv {
  width: 100%;

}
.second-header-cv nav{
  background:#f2f2f2;
  z-index:1000;
  margin:auto;
}

.second-header-cv nav ul {
  list-style:none;
  text-align: center;
}


 
.second-header-cv nav ul li {
  display:inline-block;
  position: relative;
}
 
.second-header-cv nav ul li:hover {
  background:#4ac5ee;
}
 
.second-header-cv nav ul li a {
  color:#000;
  display:block;
  text-decoration:none;
  padding: 15px;
  font-size: 12px;
}
.second-header-cv nav ul li a:hover {
  color: #fff;
  text-decoration: none;
}
.second-header-cv nav ul li a span {
  margin-right:10px;
}
.second-header-cv nav ul li:hover .children {
  display:block;
}
 
.second-header-cv nav ul li .children {
  display: none;
  background: #31839e;
  position: absolute;
  width: 150%;
  z-index:1000;
}
 
.second-header-cv nav ul li .children li {
  display:block;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,.5);
}
 
.second-header-cv nav ul li .children li a {
  display: block;
  color: #fff;
}
 
.second-header-cv nav ul li .children li a span {
  float: left;
  position: relative;
  top:3px;
  margin-right:0;
  margin-left:10px;
}
 
.second-header-cv nav ul li .caret {
  position: relative;
  top:3px;
  margin-left:10px;
  margin-right:0px;
}

