@font-face {
  font-family: ”MiFuente”;
  src: url(Metropolis-Black.otf) format(“opentype”);
  }
  
  
  .texto1 {
  font-family: “MiFuente”, Arial, Verdana, sans-serif;
  color: #2374B6;
  font-size:25px;
  }

body {
 height: 100%;
    background-repeat: no-repeat;
    background: url(../images/image004.png) no-repeat center center fixed;
     /*background: url(../images/fondop.jpg) no-repeat center center fixed;*/
    background-size: 100% 100%;
    
}

/*body{
 /* height: 100%;
    background-repeat: no-repeat;
   /* background: url(assets/images/fondop.jpg) no-repeat center center fixed;*/
   /* background: url(../images/image004.png) no-repeat center center fixed;
    background-size: 100% 100%;

}*/
.cardsitas{
  border-radius: 22px 22px 22px 22px;
-moz-border-radius: 22px 22px 22px 22px;
-webkit-border-radius: 22px 22px 22px 22px;
border: 0px solid #000000;
-webkit-box-shadow: -8px 3px 16px 6px rgba(0,0,0,0.52);
-moz-box-shadow: -8px 3px 16px 6px rgba(0,0,0,0.52);
box-shadow: -8px 3px 16px 6px rgba(0,0,0,0.52);
}
.menu-main{

  /*  display: flex;
    justify-content: space-between;*/
    background: #11334b;
   /*height: 45px;*/
   
}
p {
  color: black;
  font-weight: bold;
}
/*.menu-main a{
    flex: 1;
    font-family: arial;
    display: flex;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;    
    justify-content: center;
    align-items: center;
}*/

.menu-main a:hover{
    color: #af7905 ;
   /* text-decoration:none;
    color:white;*/
}
/*
.menu-main a.active{
    background-color: #29487d;
}*/
.titulo {
   font-family: 'Ramabhadra', sans-serif;
   /* font-family: “MiFuente”, Arial, Verdana, sans-serif;*/
    font-size: 50px;
    font-weight: bold;
    color:#0f344b;
   text-shadow: 2px 2px 2px #ffffff;
   text-align: center;
}
.first {
  color: #fff;
  text-align: center;
}
.target {
  text-decoration:none;
  color:#0f344b;
 
}
a:hover {
  color: #af7905; 
  font-family: arial; 
  text-decoration: none;}

.target i:hover {
  text-decoration:none;
  color:#0f344b;
}
/*@media (max-width: 768px) {
    
    .menu-main{
        height: auto;
        border-bottom: 0px;
        display: block;
    }
    
    .menu-main a{
        height: 45px;
        border-bottom: 1px solid #11334b  ;
    }

}*/