@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}


h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: "helveticaneue;
  font-weight: 400;
  margin: 0 0 20px 0;
}

.atavicas {
    max-width:100%;
    height: auto;
    text-align: center;
}

.atavicas img{
    width: 290px;
    height: auto;
    margin: 7px;
    display: block;
}

.container1{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.logonora {
    width:100%;
    height:auto;  
    margin: 0 auto;
    padding: 0px;
}

.logonora img{
    width:150px;
    height:auto;
}

#norablog{
    width: 100%;
    height: auto;
    padding:0px;
    padding-top: 0px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}

.norainicio{
    max-width: 30%;
    margin: 10px;
    display: inline-block;
}

.blogtxt{
    font-size: 12px;
    padding: 10px;
}

.ediciones{
    max-width: 900px;
    height: auto;
    padding: 75px;
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
}

.ediciones img{
    max-width: 600px;
    height: auto;
    padding: 20px;
}

.prensa{
    width: 100%;
    height: auto;
    padding: 75px;
    font-size: 14px;
    margin: 0 auto;
}

.prensa img{
    max-width: 700px;
    height: auto;
    padding: 12px;
    margin: 0 auto;
    display: inline-block;
}

.prensa h2{
    text-align: center;
}

.piedepagina{
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 0px;
}



.videos1 {
    	max-width: 100%; /* Set a pixel value instead if no parent container*/
    	margin: 0px auto; /* Center the container */
        text-align: center;
	}

.videos1 video {
    	width: 100%; /* Fill the available width */
    	height: auto; /* Adjust height automatically */
        padding: 10px;
}


body {margin:0;height:2000px;}

.icon-bar {
  position: fixed;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
    z-index: 99999;
}

.icon-bar a {
  width: 50px;
  height: 50px; 
  vertical-align: middle;
  text-align: center;
  padding: 10px;    
  display: block;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #505050;
}

.facebook {
  background: #909090;
  color: white;
}

.twitter {
  background: #909090;
  color: white;
}

.instagram {
  background: #909090;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #909090;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

.content {
  margin-left: 75px;
  font-size: 30px;
}

@media screen and (max-width: 480px) {
  .icon-bar a {
  font-size: 14px;
}  

  
.icon-bar {
  position: fixed;
  width: 100%;
  top: 90%;
  left: 33px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
}

.icon-bar a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0;    
  text-align: center;
  padding: 0px;
  transition: all 0.3s ease;
  color: white;
  font-size: 28px;
  border-radius: 50%;   
}  
}


footer p{
    font-size:12px;
    padding:33px;
    color: darkgrey;
}

.textomigratium{
    margin-top: 100px;
    width: 100%;
    height: auto;
    color: #000;
    background-color: antiquewhite;
}

.textomigratium p{
    padding: 0px;
    margin: 66px;
    font-size: 14px;
}

.textomigratium h3{
    padding-top: 33px;
}


.dropbtn {
  color: #626262;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  color: seagreen;
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #eaecee;
  min-width: 140px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index:999;
}

.dropdown-content a {
  font-size: 12px;
  color: #808b96;  
  padding: 7px 7px;
  text-decoration: none;
  display: block; 
  border-bottom: solid #dadada;
}


.dropdown-content a:hover {background-color: #fdfefe;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #626262;}



.curriculo{
   max-width: 900px;
   padding: 20px;
   font-size: 14px;
    margin: 0 auto;
}

.curriculo img{
   max-width: 330px;
   padding: 20px;
    float:right;
}

.proyectos {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}


.proyectos img{
    max-width: 330px;
    height: auto;
    margin: 0px;
}


@media (min-width: 300px) and (max-width: 992px) {   

.logonora {
    width:100%;
    height:auto;  
text-align: left;
}

.logonora img{
    width:160px;
    height:auto;
    margin: 0 auto;
    padding: 0px;
}    
    
.ediciones{
    width: 100%;
    height: auto;
    padding: 0px;
}
.ediciones img{
    max-width: 100%;
    height: auto;
    padding: 12px;
}  

.prensa {
        width: 100%;
        padding: 0px;
    }  
    
.prensa p{
        padding: 20px;
    } 
    
.prensa h2{
        padding: 20px;
    }       
    
.prensa img{
    max-width: 100%;
    height: auto;
    padding: 12px;
    margin: 0 auto;
} 
    
.prensa iframe{
    max-width: 100%;
    height: 400px;
    padding: 0px;
    margin: 0 auto;
}   
    
   .piedepagina p{
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 0px;  
    font-size: 11px;    
}
  
    .blogtxt{
        margin: 0px;
        padding: 5px;
        font-size: 14px;
    }
}
