#footer {
  background-color: #1a1a1a;
  color: #fff;
  border-top: 5px solid cf2834;    
}
#footer a {
  color: #FFF;
  font-size: 16px;
}

#footer-top {
  background-color: #f2f3f5;
}

/* marcas */
#footer-top .front-marcas .title-bar:after {
  background-color: #0056a6;
  color: #0056a6; 
  margin: 20px 0 40px;
}

#footer-top .front-marcas {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  width: 100%;
}

#footer-top .front-marcas > div {
  flex: 0 0 50%;
  position: relative;
}

#footer-top .front-marcas img {
  object-fit: cover;
  width: 100%;
  height: -webkit-fill-available;
}

@media (max-width: 756px) {
  #footer-top .front-marcas > div {
    flex: 1 1 100%;
    position: relative;
  }
}

#footer-top .front-marcas__text {
  padding: 4vw 12vh;
}

@media (max-width:485px) {
  #footer-top .front-marcas__text {
    padding: 20px;
  }
}

.front-marcas .h3.final {
  text-align: right;
  color: #af3375;
  font-size: 28px;
}

/* valores */

.portada-valores .title {
    text-align: center;
    color: #0056a6;
}

.portada-valores {
  background-color: #ffffff;
  padding: 20px 10px;
}

.portada-valores .title {
  text-align: center;
}

.portada-valores-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}


.portada-valores__item {
    max-width: 300px;
    margin: 10px;
    text-align: center;
    padding: 10px;
    background-color: #c8d3ea;  
      transition: .2s;
}

.portada-valores__marco {
  /*background-color: white;*/
  background: rgba(255, 255, 255, .75);   
  padding: 20px;
    font-family: sans-serif;
  height: 160px;    
  /*background-size: 100% 0%;*/
  background-repeat: no-repeat;
  transition: .4s;
  border: solid 5px #0057a5;
}


.portada-valores__item:hover {    
    transform: scale(1.1);
    box-shadow: 0 2px 8px 0 rgb(59 57 55 / 20%);
    transition: .2s;
}


.portada-valores__item.calidad {
    background-image: url(/themes/custom/barraca/images/calidad.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.portada-valores__item.compromiso {
    background-image: url(/themes/custom/barraca/images/compromiso.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.portada-valores__item.responsabilidad {
    background-image: url(/themes/custom/barraca/images/responsabilidad.jpg);
      background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.portada-valores__item.innovacion {
    background-image: url(/themes/custom/barraca/images/innovacion.jpg);
      background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/*
.portada-valores__marco {
    background-color: white;
    padding: 20px;
    font-family: 'Montserrat', sans-serif;  
    height: 160px
}*/

.portada-valores-items .subtitle {
  text-transform: uppercase;
    text-shadow:unset;
   
}

.portada-valores-items p{    
    text-shadow: 1px 1px 5px #5c8cb9;
}


/* quote */

/* footer */

#footer .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

#footer .site-branding img {
  max-width: 100%;
  margin: 10px;
}

#footer .site-branding {
  margin: 50px auto;
  text-align: center;
  font-weight: 700;
    font-family: 'Josefin Slab',Georgia,"Times New Roman",serif !important;   
    letter-spacing: 1px;    
  text-transform: uppercase;
}

.footer-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 30px;
  text-align: center;
}

#footer .footer-right ul {
  text-align: center;
  font-size: 16px;
}

/* contacto */
.footer-contacto {
  background-color: #dc3344;
  color: white;
  padding: 4vh 4vw;

}

.footer-contacto .title {  
  background: url(/themes/custom/astec/images/blob.png) center center no-repeat;
  background-size: contain;
  max-width: 800px;
  color: white;
  text-align: center;
  padding: 40px 0;
  margin: auto;
}

.footer-contacto .title.title-bar::after {
  background-color: white;
}

.footer-contacto-items {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}

.footer-contacto .subtitle.title-bar::after {
  background-color: white;
}

.footer-contacto__item .subtitle {
  font-size: 24px;
}

.footer-contacto__item {
  text-align: center;
  font-size: 16px;
}

/* footer bottom */

#footer-bottom {
  background-color: #cf2834;
  color: #FFF;
  padding: 10px 0;
  margin: 0;
    font-family: 'Montserrat', sans-serif  !important;     
    letter-spacing: 1px;    
    font-size: 15px;
    /* font-weight: bold; */
    text-align: center;}

#footer-bottom .content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}

#footer-bottom .content a {  
    color: #fff;  
}

#footer-bottom .content a:hover {  
    color: #000;  
}

#footer-bottom p{
    margin:0px;
}



/* FOOTER */

#footer {    
    font-family: 'Montserrat', sans-serif  !important;    
    font-size: 16px;
    /*font-weight: bold;*/
    padding: 10px 0px;
    color: #fff;
    letter-spacing: 1px;
}

#footer-first img{
    width: auto;
    max-width: 300px;
    padding: 10px 0px;
    margin-bottom: 10px;
    border-bottom: 5px solid #cf2834;
    ;
}

#footer-second,
#footer-third,
#footer-fourth{
    font-size : 16px;
}


/* FOOTER - PIE DE PAGINA */

#block-piedepagina {
    text-align: center;
    font-family: 'Josefin Slab',Georgia,"Times New Roman",serif !important;   
    letter-spacing: 1px;    
}

#block-piedepagina span {
    color:#fff;
    font-weight: bold;
}


#redes-footer{
  list-style-type: none;
}

#redes-footer span svg{
  margin-right: 10px;
  font-size: 25px;
    margin-top: 7px;
}
#redes-footer li{
    margin: 0;
    padding-top: 0.2em;
}

#redes-footer li:hover{
    border-bottom: 2px solid #990000;
}

#footer .menu-item:hover{
    border-bottom: 2px solid #990000;
    
}