#contenedor-footer{
  margin-top: 13%;
  
}

.logo_col{
  margin: auto;
  display: block;
}

.logo_co {
    display: block;
    margin: auto;
    width: 70px;
    margin-top: 3%;
}

.titulos_footer {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    font-family: 'Montserrat',sans-serif;
}

.sub_titulo_footer {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    font-family: 'Montserrat',sans-serif;
}


 

.footer_container{
  background: #f3f3f3; 
  position: relative;
 /*z-index: 5;*/
  border-top: 30px solid white;
 /* margin-top: 3rem;*/
 /* padding: 0px;*/
}

#block-footer2-2{
    border-right: 1px solid #f3f3f3;
    border-left: 1px solid #f3f3f3;
    padding: 0px 3%;
}

.redes-sociales{
  
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
/* control del footer temporal  */


@media (min-width: 812px) {
  
  .region-footer{
    
    /*flex-direction: row !important;*/
    justify-content: space-between;
    flex-direction: column-reverse;
  }
  

  
}

@media (max-width: 811px) {
  

#block-footer2-2{
  padding: 0px 3%;
  padding-bottom: 50px;
  border-right: none;
  border-left: none;
}


#block-footer1-2{
  
  padding-bottom: 25px;
}

.region-footer{
    
    flex-direction: column-reverse !important;
  }
  
}


.copy{
    text-align: center;
    padding-top: 0.5%;
    font-size: 11px;
    max-height: 20px; 
}



#block-footer3-2{
  margin-right: -20px;
  margin-left: 10px;
}

.sub_titulo_footer a:hover{
  
  color: #fefeff;

}

.region-footer
{
  
 /* margin-top: -100px;*/
}

.mr-3{
  
  margin-right: 1rem!important;

}


.list-group-item{
  
  border-width: 0 0 1px;
  
}


.mr-16{
  
  
  border-radius: 16px;
  
}


.texttitle{
  
  font-weight: bold;
  color: #090;
}


.buttomtext{
  
  background-color: #067c06;
  padding-bottom: 7px;
  padding-top: 5px;
  
}

.ftfooter{
  font-size: 14px;
  

}

.brmap{
  
  border-radius: 29px;
  
}

.row.sectionsft a{
  
  color: #067c06;
  
}

.row.sectionsft a:hover{
  
  color: #1c6e1c;

}

.row.sectionsft a:visited{
  
  color: #6b746b;
  
}


.mbfooterb{
  margin-bottom: -45px;
  
}


.mt-3 a{
  
  color: #067c06;
  
}

.mt-3 a:hover{
  
  color: #1c6e1c;

}

.mt-3 a:visited{
  
  color: #6b746b;
  
}

@media (max-width: 500px) {
  
  .mbfooterb{
    
    padding-right: 2rem !important;
    padding-left: 2rem !important;
    
  }
  
  .brmap {
    
    height: 220px;
    display: none;
  }
  .buttonsft{
    
    display:none;
  }
}

.mrlcontent{
  margin-right: 40px;
  margin-left: 30px;
}

.bordert {
  box-shadow: 0px 4px 9px #dfd3d3;
}