  .red0{
    position: fixed;
    top: 155px;
    z-index: 100;
    right: 0;
    float:right;
  }

  .red0 #calendario a{
    background: #002843;
    padding: 10px 4px;
    color: #fff;
    text-decoration: none;
    transition: all .4s ease;
    border-top-left-radius: 15px;
    border-bottom-left-radius:  15px;
  }
  .red0 #calendario a:hover{
    position: relative;
    background: #002843;
    width: 32px;
    height: 32px;  
    padding: 10px 20px;
  }
  .red0 #calendario a img{
    position: relative;
    top: -2px;
    left: 5px;
    width: 32px;
    height: 32px;  
  }

  .red1{
    position: fixed;
    top: 200px;
    z-index: 100;
    right: 0;
    float:right;
  }

  .red1 #facebook a{
    background: #002843;
    padding: 10px 4px;
    color: #fff;
    text-decoration: none;
    transition: all .4s ease;
    border-top-left-radius: 15px;
    border-bottom-left-radius:  15px;
  }
  .red1 #facebook a:hover{
    position: relative;
    background: #002843;
    width: 32px;
    height: 32px;  
    padding: 10px 20px;
  }
  .red1 #facebook a img{
    position: relative;
    top: 4px;
    left: 5px;
    width: 32px;
    height: 32px;  
  }
  .red2{
    position: fixed;
    top: 245px;
    z-index: 100;
    right: 0;
    float:right;
  }

  #instagram a{
    background: #002843;
    padding: 10px 2px;
    color: #fff;
    text-decoration: none;
    transition: all .4s ease;
    border-top-left-radius: 15px;
    border-bottom-left-radius:  15px; 
  }
  #instagram a:hover{
    position: relative;
    background: #002843;
    width: 32px;
    height: 32px;  
    padding: 10px 20px;    
  }

  #instagram img{
    position: relative;
    top: 2px; 
    left: 5px;
    width: 32px;
    height: 32px;   
  }

  .red3{
    position: fixed;
    top: 290px;
    z-index: 100;
    right: 0;
    float:right;
  }

  #youtube a{
    background: #002843;
    padding: 10px 2px;
    color: #fff;
    text-decoration: none;
    transition: all .4s ease;
    border-top-left-radius: 15px;
    border-bottom-left-radius:  15px; 
  }
  #youtube a:hover{
    position: relative;
    background: #002843;
    width: 32px;
    height: 32px;  
    padding: 10px 20px;  
  }

  #youtube img{
    position: relative;
    top: 2px; 
    left: 5px;
    width: 32px;
    height: 32px;   
  }

  .red4{
    position: fixed;
    top: 335px;
    z-index: 100;
    right: 0;
    float:right;
  }

  #whatsapp a{
    background: #002843;
    padding: 10px 2px;
    text-decoration: none;
    transition: all .4s ease;
    border-top-left-radius: 15px;
    border-bottom-left-radius:  15px; 
  }
  #whatsapp a:hover{
    position: relative;
    background: #002843;
    width: 32px;
    height: 32px;  
    padding: 10px 20px;  
  } 

  #whatsapp img{
    position: relative;
    top: 2px; 
    left: 5px;
    width: 32px;
    height: 32px;   
  }

  @media only screen and (max-width: 768px) {
    .social{
      display: none;
    }
  }  