.rights {
  display: flex;
  justify-content: center ;
  align-items: center;
  text-align: center;

}

.rights {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    align-items: center;
  }
  
  .rights img {
    grid-row: 2;
  }

@media (max-width: 768px) {
  .rights {
    width: 100%;
  }
}

@media (min-width: 768px) {
    .rights {
      margin: 0 auto;
    }
  }

.footie{
    
    bottom: 0!important;
    width: 100%;
}

.novi-icon:hover{

  color: white;
  background-color:  rgb(0,123,255);
}

#seccionmover{ margin-bottom: 
-9rem !important;
margin-top: -0px!important;

};

footer{
display: flex;
  justify-content: center;
  margin-bottom: 0px;
  
}

.botondaniel{
display: flex;
justify-content: center!important;
bottom: 4rem;

}



.logoimg{

 transform: translateY(2%);
}

.fa-whatsapp{

  margin-left: 25px;
  color: rgb(0,123,255);
}

.colortext-fone{

  color:whitesmoke;
}

.colortext-fone:hover{

  color: orange;
}

.icon_delay{

  animation-delay: 2s;
  }
  
  
  .icon_delay2{
  
  animation-delay: 0.5s;
  }
  
  

  .blue {
    background: #347fd0;
}




.news {
    box-shadow: inset 0 -15px 30px rgba(0,0,0,0.4), 0 5px 10px rgba(0,0,0,0.5);
       min-width: 100%!important;
    margin: 20px auto;

    overflow: hidden;
    border-radius: 4px;
    padding: 1px;
  
}

.news span {
    float: left;
    color: #fff;
    padding: 9px;
    position: relative;
    top: 1%;
    box-shadow: inset 0 -15px 30px rgba(0,0,0,0.4);
    font: 16px 'Raleway', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
 
    cursor: pointer;
}

.text1{

 box-shadow:none !important;
    width: 750px;
}


#altura-cabeza{


  min-height: 200px !important;

 }


 .seccionajustar{

  margin-top: 70px;
 }

 .espacio-sponsor{

  background-color: rgb(204,204,204);

  height: 200px;
 }

 .letras-sponsor{
  color: rgb(150,150,150);
  font-size: xx-large;
transform: translateY(-20%);
font-weight: 200;

}
 .centrar-horizontal-flex{
  justify-content: center!important;
 }

 .centrar-vertical-flex{
  align-items: center!important;
 }


 .flex{
  display: flex!important;
 }


#seccionmover1{

  height: 200px!important;
  margin-bottom: -70px;
  vertical-align: middle!important;
  align-items: center;

}

#seccion3{
  margin-bottom: 70px;
}

.whatsapp-black{

  background-color: black;
  color: whitesmoke;
}


#seccion-after{ margin-top: 1rem;

}


.novi2:hover{
color: orange;

}

footer .novi-icon{
  background-color: transparent!important;
}

.contenido3-imagen{
  background-image: url(/images/image-topgrafo_dark.png);
}

.contenido3-color{
  color: white;
}


