.social-home-bar{
  width: 100%;
  margin:auto;
  height: 90px;
  background: white;
}

.social-home-bar img{
  height: 100%;
}

.flechaSeguinos{
  float: left;
  /*width: 20%;*/
  height: 100%;
}

.social-home-icons{
  float: left;
  padding-left: 5px;
  height: 100%;
  /*width: auto;*/  
}

.social-home-icons a{
  display: block;
  float: left;
  margin-top: 25px;
  margin-left: 9px;
}

.social-home-enviar{
  float: left;
  height: 100%;
  /*width: 30%;*/
  /*padding-left: 10px;*/
  padding-top: 15px;
}

.social-home-input{
  border: none;
  padding:5px;
  width: 200px;
  border-radius: 0;
  border-bottom: 1px solid #438214;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.social-home-stat{
  background:#438214;
  height:100%;
  width:20%;
  padding:5px;
  float: left;
}

.social-home-stat img{
  width: 100%;
  height: 100%;
}

.social-home-posts{
  width: 100%;
  margin:auto;
  overflow: auto;
  margin-top: 10px;
}

.social-home-izq{
  width: 80%;
  float: left;
  height: 100%;
}

.social-home-der{
  width: 20%;
  float: left;  
  height: 100%;  
}

.silver-box{
  color:white;
  font-family: 'Gudea-Regular';
  padding: 10px;
  background-color: #A7A9AC;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center; 
  width: 100%;
  height: 90px;
  font-size: 24px;
  padding: 30px 0;
  margin-bottom: 20px;  
}

.home-post-titulo{
  color: #58595b;
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 20px;
  margin-top: 10px;
  /*white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
}

.contNota {
  max-height: 100px;
  overflow: hidden;
}

.social-home-sponsor{
  width: 100%;
  margin:auto;
  padding: 10px;
  overflow: auto;
  margin-bottom: 10px;
  margin-top: 10px;
}

.sponsor-box{
  /*background: yellow;*/
  margin-right: 10px;
  /*height: 80px;*/
  width: 24%;
  float: left;
  margin-bottom: 15px;
}

.sponsor-box img{
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
}

.social-home-eventos{
  width: 100%;
  margin:auto;
  overflow: auto;
  margin-bottom: 20px;
}

.social-home-div{
  background: #438214;
  padding: 5px;
  float: left;
  width: 50%;
  /*height: 392px;*/
}

.social-home-div-header{
  background-color: #FFF;
  color: #58595b;
  text-align: center;
  height: 80px !important;
  padding: 10px 0;
  width: 100%;
  text-decoration: none;
}

.social-home-div-header h4 a{
  color: #58595b!important;
  text-decoration: none!important;
}

.social-home-div-body{
  height: auto;
}

.social-home-div-body img{
  width: 100%;
  height: 100%;
}

.hoverText {  
  text-align: left;
  position: relative;
  display: none;
  padding: 10px;
  color: #FFF;
  background-color: rgba(0, 150, 226, 0.8);
  height: 100%;
  text-decoration: none;
  margin-top: -300px;
  font-family: 'Gudea-Regular';
  font-size: 18px;
  cursor: pointer;
}

.social-home-div-eventos{
  background: white;
  float: left;
  width: 49%;
  margin-left: 1%;
  /*height: 392px;*/
  box-sizing: border-box;
}

.social-home-div-evento-bar{
  background: #438214;
  height: 88px;  
}

.social-home-div-evento-bar img{
  display: block;
  float: left;
}

.social-home-div-evento-bar h3{
  display: block;
  float: left;
  font-family: 'Gudea-Bold';
  color: white!important;
  text-align:center;
  margin-left: 20px;
  margin-top: 30px;  
}

.contCalendario {
  padding: 20px;
  line-height: 24px;
}

p.medium {
    font-size: 15px;
    font-family: 'Gudea-Regular';
}

.social-home-div-content{
  padding-top: 25px;
}



@media screen and (max-width: 1200px) {

    .flechaSeguinos{
      width: 50%;
      background: white;
    }

    .social-home-icons{
      width: 50%;
      background: white;
    }

    .social-home-div{
      width: 100%!important;
    }

    .social-home-enviar{
      width: 50%;
      background: white;
    }

    .social-home-stat{
      width: 50%;
    }

    .social-home-izq{
      width: 100%;
    }

    .social-home-der{
      width: 100%;
    }

    .social-home-stat img{
      margin:auto;
      width: 50%;
      margin-left: 25%;
    }

    .social-home-div{
      width: 50%;
    }

    .social-home-div-eventos{
      width: 100%;      
      margin-left:0px;
      margin-top: 20px;      
      height: 100%;
    }

    .social-home-posts{
      padding-top: 20px;
    }

    .sponsor-box{
      width: 23%;
      margin-right: 2%;
    }

    .social-home-sponsor{
      width: 100%;
    }

    .social-home-div-content{
      width: 100%;
      margin: auto;
      padding-top: 8px;
    }
    .carrousel{  
    width: 100%;
    margin:auto;
    background: silver;
    height: 400px;
    margin-top: 20px;
    margin-bottom: 20px;  
  }
}

@media screen and (max-width: 780px) {
  
  .social-home-stat img{
    width: 35%;
  }

  .flechaSeguinos{
    width: 100%;
  }

  .social-home-icons{
    width: 100%;
    background: white;
  }

  .social-home-icons a{
    margin-left: 15%;
  }

  .social-home-enviar{
    width: 100%;
    text-align: center;
  }

  .social-home-stat{
    width: 100%;
  }

  .flechaSeguinos{
    background: #438214;
    text-align: center;
  }
 .carrousel{  
    width: 100%;
    margin:auto;
    background: silver;
    height: 400px;
    margin-top: 20px;
    margin-bottom: 20px;  
  }
}

@media screen and (max-width: 640px) {

  .social-home-div-evento-bar h3{
    font-size: 22px!important;
    word-break:break-all;
  }

  .sponsor-box{
    width: 100%!important;
    height: 99px!important;
  }

  .social-home-sponsor{
    width: 100%;
  }

  .social-home-stat img{
    height: 100%!important;    
    width: 50%;
  }
 .carrousel{  
    width: 100%;
    margin:auto;
    background: silver;
    height: 400px;
    margin-top: 20px;
    margin-bottom: 20px;  
  }
}

@media screen and (max-width: 550px) {

  .social-home-div-evento-bar h3{
    font-size: 20px!important;
    width: 200px!important;
    word-break: normal!important;
  }

  .social-home-stat img{
    height: 70%!important;    
    margin-top: 15px;
    width: 50%;
  }  

  .social-home-enviar{
    height: 110%;
  }
 .carrousel{  
    width: 100%;
    margin:auto;
    background: silver;
    height: 400px;
    margin-top: 20px;
    margin-bottom: 20px;  
  }
} 

@media screen and (max-width: 440px) {

  .social-home-enviar{
    height: 110%;
  }

  .social-home-div-evento-bar h3{
    font-size: 20px!important;
    width: 164px!important;
    word-break: normal!important;
    margin-top: 20px;
  }

  .social-home-stat img{
    height: 70%!important;    
    margin-top: 15px;
    width: 50%;
  }
 .carrousel{  
    width: 100%;
    margin:auto;
    background: silver;
    height: 350px;
    margin-top: 20px;
    margin-bottom: 20px;  
  }
}