 /*enlaces y logos de pie de pagina*/
 .logos {
     font-size: 0;
     padding-top: 19px;
     padding-bottom: 19px;
	 margin-top: -3px !important; 
 }

 .logos a:focus {
     outline: none;
 }

 .blanco a {
     outline: none !important;
     border: none !important;
 }

 .blanco a:focus,
 a:active {
     outline: none !important;
     border: none !important;
 }

 .blanco {
     color: white !important;
 }

 .blanco:hover {
     color: #C6DB00 !important;
 }


 /*pie de pagina*/
 .mapa {
     display: block;
     margin: auto;
     width: 90%;
	 margin-left: 21px;
 }

 .facebook {
     margin-left: 20px;
     width: 40px;
     margin-bottom: -18px !important;
 }

 .instagram {
     margin-left: 5px;
     width: 40px;
     margin-bottom: -18px !important;
 }

 .twitter {
     margin-left: 5px;
     width: 40px;
     margin-bottom: -18px !important;
 }

 .submenu:hover {
     color: #06B6D4;
 }

 footer {
     background-color: #00A4BA
 }

 .pie_de_pagina_contacto {
     text-align: left;
     margin-left: 20px
 }

 .linea {
     background-color: #C6DB00
 }

 .linea lcont {
     height: 2px;
     background-color: #C6DB00;
 }
hr.linea.lcont {
    margin-top: 15px !important;
}
 .copyright-info {
     text-align: center;
     color: white
 }


.contact-details{
	margin-top: -25px !important;
}

 .contact-details a {
     color: white
 }

 .contact-details a:hover {
     color: #C6DB00
 }

 .contact-details .icon {
     width: 32px;
     height: 32px;
     vertical-align: middle;
     margin-right: 8px;
 }

 .pie_de_pagina_contacto h2 {
     background-color: #00a4ba;
     color: white;
 }

 .contenedor_footer {
     background-color: #06b6d4 !important;
 }

 .wp-block-code {
     background-color: #06b6d4 !important;
 }

/* Responsive: en móviles, columnas en vertical */
@media (max-width: 768px) {
    .wp-block-columns {
        flex-direction: column !important;
    }

    .wp-block-column {
        flex-basis: 100% !important;
        margin-bottom: 20px;
    }

    .mapa_pie {
        height: 200px;
    }
}