/**********************************************************************************************************************/
/** ESTILOS																											  */
/**********************************************************************************************************************/

/**********************************************************************************************************************/
/** FUENTES ***********************************************************************************************************/
/**********************************************************************************************************************/

@import url('https://fonts.googleapis.com/css?family=Roboto:100,400,400i,700,700i');


/**********************************************************************************************************************/
/** ELEMENTOS GENERALES ***********************************************************************************************/
/**********************************************************************************************************************/

html {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

body.scrollOff {
    overflow: hidden;
}

iframe.oculto {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    visibility: hidden;
    display: none;
}

p {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    line-height: 1.5em;
}

ul {
	list-style: square;
}
ul ul {
    list-style: circle;
}
ul ul ul {
    list-style: disc;
}

li {
    margin-bottom: 1em;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
}

a {
    outline: none;
    color: #000000;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

img {
    border: 0px;
    margin: 0px;
    padding: 0px;
    display: block; 
}

h1 {
	font-family: 'Roboto', sans-serif;
    font-size: 1.3em;
    font-weight: normal;
    color: #000000;
}

h2 {
	font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 1px;
    color: #000000;
}

h3 {
	font-family: 'Roboto', sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    color: #000000;
}

*:focus {
    outline: none;
}

input {
	width: 100%;
    box-sizing: border-box;
    height: 32px;    
    margin: 0px;
    padding: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    border: 0px;
    background-color: #f1f1f1;
}
input[type="checkbox"], input[type="radio"] {
    width: auto;
    height: 1em;
    float: left;
}

textarea {
	resize: none;
	width: 100%;
    box-sizing: border-box;
    margin: 0px;
    padding: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    border: 0px;
    background-color: #f1f1f1;
}

select {
	width: 100%;
    box-sizing: border-box;
    height: 32px;    
    margin: 0px;
    padding: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    border: 0px;
    background-color: #f1f1f1;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #f1f1f1 inset;
}

table {
    margin: 0px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
}

td, th {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    line-height: 2em;
    text-align: left;
}

fieldset {
    margin: 0px;
    margin-top: 15px;
    padding: 10px;
    border: 1px solid #484848;
}

legend {
    color: #d6704f;
    font-family: 'Roboto', sans-serif;
    font-size: 1.1em;
}


/**********************************************************************************************************************/
/** BOTONES ***********************************************************************************************************/
/**********************************************************************************************************************/
    
.boton {
	width: auto;
    margin: 0px;
    padding: 5px 10px 5px 10px;
    background-color: #5c5c5c;
    display: table;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-size: 0.8em;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff; 
    text-align: center;
    border: 0;
}
.boton:hover {
    background-color: #691b20;
}

.botonOff {
	width: auto;
    margin: 0px;
    padding: 5px 10px 5px 10px;
    background-color: #dedede;
	display: none;
    font-family: 'Roboto', sans-serif;
    font-size: 0.8em;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff; 
    text-align: center;
    border: 0;
}

.bVolver {
    margin-top: 2em;
    margin-bottom: 2em;
}


/**********************************************************************************************************************/
/** AVISO DE COOKIES **************************************************************************************************/
/**********************************************************************************************************************/

#avisoCookie {
    display: none;
    box-sizing: border-box;
    position: fixed;
    padding: 10px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: #000000;
    background-color: rgba(0,0,0,0.8);
    z-index: 1000003;
    overflow: hidden;
}

#avisoCookie p {
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 0.9em;
    text-align: center;
    color: #ffffff;
}

#avisoCookie a {
    color: #ffffff;
    text-decoration: underline;
    font-weight: 700;
}

#avisoCookie a:hover {
    text-decoration: none;
}

.botonCookies {
    display: table;
    margin: 0px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ff0000;
    cursor: pointer;
}

.botonCookies p {
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: .8em;
    text-align: center;
    letter-spacing: 1px;
    color: #ffffff;
}    

.botonCookies:hover {
    background-color: #000000;
}


/**********************************************************************************************************************/
/** CABECERA **********************************************************************************************************/
/**********************************************************************************************************************/

.cabecera, .cabeceraM {
    background-color: #FFFFFF;
}
.cabeceraM {
    margin-top: 38px;
}

.bloqueCabeceraSuperior {
    margin-top: .5em;
    background-color: #FFFFFF;
}

.bloqueLogosCabecera {
    margin-left: 1em;
    float: left;
}

#datosCabeceraSuperior {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    float: right;
}

#datosCabeceraSuperior > div {
    margin-top: 1.3em;
    border-right: 1px solid #dedede;
    padding-left: 1em;
    padding-right: 1em;
}
#datosCabeceraSuperior > div:first-child {
    border-left: 1px solid #dedede;
}

#datosCabeceraSuperior img {
    margin-right: .5em;
    max-height: 28px;
    float: left;
}

#datosCabeceraSuperior p {
    margin: 0px;
    color: #666666;
    line-height: 28px;
}

img.logotipo {
    width: 100%;
    max-width: 170px;
    float: left;
}

img.logoAllianzCabecera {
    margin-left: 2em;
    margin-top: .9em;
    max-width: 100px;
    float: left;
}

.botonRRSS {
    float: left;
}


/**********************************************************************************************************************/
/** CONTENIDO *********************************************************************************************************/
/**********************************************************************************************************************/

.contenido {
    padding-top: 0px;
    background-color: #FFFFFF;
}


/**********************************************************************************************************************/
/** PIE ***************************************************************************************************************/
/**********************************************************************************************************************/

.bloquePie {
    background-color: #202020;
    min-height: 5em;
}

.bloquePie p {
    margin: 0;
    font-size: .9em;
    color: #6c6c6c;
    line-height: 5.5em;
}
.bloquePie p a {
    color: #6c6c6c;
    text-decoration: none;
}
.bloquePie p a:hover {
    text-decoration: underline;
}

.bloquePie p.avisoLegal {
    text-align: right;
}


/**********************************************************************************************************************/
/** ELEMENTOS *********************************************************************************************************/
/**********************************************************************************************************************/

#mensajeResultados {
    margin: 0px;
    margin-top: 5em;
    margin-bottom: 5em;
    margin-left: auto;
    margin-right: auto;
    padding: 2em;
    width: 70%;
    border-left: 3px solid #D0D0D0;
    border-right: 3px solid #D0D0D0;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}

/**********************************************************/

.bloqueSeccion {
    padding-top: 4em;
    padding-bottom: 4em;
}

/**********************************************************/

h1.tituloSeccionInterior {
    margin: 0px;
    margin-top: 1.5em;
    margin-bottom: 2em;
    font-size: 1.5em;
    letter-spacing: 2px;
    text-align: left;
}
h2.tituloSeccionInterior {
    margin: 0px;
    margin-top: -2em;
    margin-bottom: 2em;
    padding-left: 1em;
    font-size: 1.2em;
    color: #666666;
    letter-spacing: 2px;
    text-align: left;
}
.tituloSeccionInterior::before {
    content: ">";
    float: left;
    font-weight: bold;
    color: #691b20;
}

/**********************************************************/

.tablaResultados {
    margin-top: 2em;
    margin-bottom: 5em;
}

.tablaResultados table {
    width: 100%;
}

.celdaCabecera {
    background-color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    height: 30px;
}

.celdaListado {
    margin: 0px;
    padding: 0px;   
    border-bottom: 1px solid #BEBEBE;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: left;
    color: #000000;
    line-height: 18px;
    height: 30px;
}

.filaDatos {
    background-color: #ffffff;
}
.filaDatos:hover {
    background-color: #EEEEEE;
}

.botonTabla {
    border: 0px;
    margin-left: 4px;
    margin-right: 4px;
    float: left;
}

/**********************************************************/

p.nota {
    font-size: .9em;
}

/**********************************************************/

.videoResponsive {
       position: relative;
       padding-bottom: 56.25%; /* 16:9 */
       height: 0;
}

.videoResponsive iframe {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       z-index: 1;
}


/**********************************************************************************************************************/
/** MENU PRINCIPAL ****************************************************************************************************/
/**********************************************************************************************************************/

.bloqueMenu {
    width: 100%;
    background-color: #691b20;
    z-index: 1000001;
}

.bloqueMenu > div {
    position: relative;
}

.bloqueMenu img.logoMenu {
	margin-top: .3em;
	max-height: 90px;
	display: none;
    float: left;
}

#logoPequenio {
    position: absolute;
}

.bloqueMenu .menuPpal ul {
    margin: 0;
    margin-top: 1em;
    padding: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: width 1s;
    transition: width 1s;
}
.bloqueMenu .menuPpal ul.condensed {
    float: right;
    width: 85%;
}

.bloqueMenu .menuPpal li {
    box-sizing: border-box;
    margin: 0px;
    margin-top: 1.1em;
    min-height: 3.4em;
    list-style: none;
    color: #FFFFFF;
    font-size: 1em;
    letter-spacing: 1px;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
    flex-grow: 1;
}
.bloqueMenu .menuPpal li:hover {
    color: #d8d8d8;
    border-bottom: .5em solid #ffffff;
}
.bloqueMenu .menuPpal li.activo {
    color: #d8d8d8;
    border-bottom: .5em solid #ffffff;
}

.menuFijo {
    position: fixed;
    top: 0px;
}

/**********************************************************/

#botonMenuMovil {
    cursor: pointer;
    float: left;
    margin: 7px;
    margin-left: 0px;
}
#botonMenuMovil .bar1, #botonMenuMovil .bar2, #botonMenuMovil .bar3 {
    margin: 4px;
    width: 25px;
    height: 3px;
    display: block;
    background-color: #FFFFFF;
    border-radius: 1px;
}
#botonMenuMovil .bar:last-child {
    margin-bottom: 0;
}

#menuLateralMovil {
    position: fixed;
    z-index: 1000000;
    top: 0;
    left: -240px;
    width: 240px;
    height: 100%;
    padding-top: 50px;
    overflow-y: auto;
    background-color: #646564;
    background-color: rgba(100,100,100,0.95);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition: left 0.5s ease-in-out;
    -moz-transition: left 0.5s ease-in-out;
    -ms-transition: left 0.5s ease-in-out;
    -o-transition: left 0.5s ease-in-out;
    transition: left 0.5s ease-in-out;
}
#menuLateralMovil.open-sidebar {
    left: 0;
}

#menuLateralMovil ul {
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-right: 5px;
    margin-bottom: 10px;
    list-style: none;
}
#menuLateralMovil ul li {
    cursor: pointer;
    margin: 0;    
    padding: 1em;
    font-size: 1em;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}
#menuLateralMovil ul li:last-child {
    border-bottom: 0px;
}
#menuLateralMovil ul li a {
    color: #ffffff;
    text-decoration: none;
}

#menuLateralMovil ul ul {
    list-style: square;
    list-style-position: inside;
}
#menuLateralMovil ul ul li {
    padding: .5em;
    padding-bottom: 0px;
    border-bottom: 0px;
}

/**********************************************************/

#logoPequenioM {
    float: left;
}

#logoPequenioM img.logoMenu {
    margin-top: 0;
    margin-left: 1em;
    max-height: 40px;
}

ul.menuM li {
    margin-top: 1em;
}


/**********************************************************************************************************************/
/** SLIDE PORTADA *****************************************************************************************************/
/**********************************************************************************************************************/

#slidePortada {
    width: 100%;
    margin-top: 0px;
    overflow: hidden;
}

.bxslider {
    position: relative;
    z-index: 10;
    visibility: hidden;
}  

.bx-pager {
    bottom: 10px !important;
}
.bx-pager.bx-default-pager a {
    background: transparent !important;
    width: 15px !important;
    height: 15px !important;
    border: 2px solid #FFFFFF !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
}
.bx-pager.bx-default-pager a:hover,
.bx-pager.bx-default-pager a.active {
    background: #FFFFFF !important;
    background: rgba(255,255,255,0.8) !important;
}


/**********************************************************************************************************************/
/** LA EMPRESA ********************************************************************************************************/
/**********************************************************************************************************************/

.tituloSeccionEmpresa {
    margin: 0px;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: .5em;
}

.tituloSeccionEmpresa h1 {
    margin: 0;
    text-align: center;
    font-weight: bold;
    color: #691b20;
}

.tituloSeccionEmpresa div.rayaTitulo {
    margin-left: auto;
    margin-right: auto;
    width: 2%;
    border-bottom: 1px solid #89878c;
}

#empresa p {
    text-align: center;
}


/**********************************************************************************************************************/
/** SERVICIOS *********************************************************************************************************/
/**********************************************************************************************************************/

.bloqueSeccionServicios {
    background-color: #691b20;
    border-top: 2px solid #ffffff;
}

.tituloSeccionServicios {
    margin: 0px;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: .5em;
}

.tituloSeccionServicios h1 {
    margin: 0;
    color: #ffffff;
    font-size: 3.1em;
    font-weight: bold;
    line-height: .8em;
    float: left;
}

.tituloSeccionServicios h2 {
    margin: 0;
    margin-left: .5em;
    color: #ffffff;
    font-size: 1.8em;
    font-weight: 100;
    line-height: 2em;
    float: left;
}

.contenidoServicios {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
}

.servicio {
    width: 30%;
}

.servicio img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 170px;
}

.servicio h1 {
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    line-height: 1.8em;
    color: #ffffff;
}

.servicio p {
    font-weight: 100;
    color: #ffffff;
    text-align: center;
    line-height: 1.2em;
}

.servicio div.rayaTitulo {
    margin-left: auto;
    margin-right: auto;
    width: 10%;
    border-bottom: 1px solid #89878c;
    line-height: .5em;
}


/**********************************************************************************************************************/
/** SEGUROS ***********************************************************************************************************/
/**********************************************************************************************************************/

.tituloSeccionSeguros {
    margin: 0px;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: .5em;
}

.tituloSeccionSeguros h1 {
    margin: 0;
    color: #000000;
    font-size: 3.1em;
    font-weight: bold;
    line-height: .8em;
    float: left;
}

.tituloSeccionSeguros img {
    width: 100%;
    max-width: 200px;
    float: right;
}

p.tiposSeguros {
    text-align: center;
    color: #004b93;
    font-weight: bold;
}
p.tiposSeguros a {
    color: #004b93;
    text-decoration: underline;
}
p.tiposSeguros a:hover {
    text-decoration: none;
}

img.fotoAllianz {
    margin-right: 2em;
    margin-bottom: 2em;
    float: left;
    width: 100%;
    max-width: 600px;
}

.botonSeguros {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    padding: 1em;
    padding-left: 3em;
    padding-right: 3em;
    background-color: #004b93;
    font-size: 1.1em;
}


/**********************************************************************************************************************/
/** NOTICIAS **********************************************************************************************************/
/**********************************************************************************************************************/

.bloqueSeccionNoticias {
    background-color: #e9eaed;
    border-top: 2px solid #ffffff;
}

.noticiaPortada {
    margin: 0px 20px 0px 20px;
}

.noticiaPortada img {
    width: 100%;
}

.noticiaPortada h2 {
    margin: 0;
    padding: .5em;
    font-size: .9em;
    font-weight: normal;
    line-height: 1em;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #691b20;
}

.noticiaPortada h2 a {
    text-decoration: none;
    font-weight: normal;
    color: #ffffff;
}
.noticiaPortada h2:hover a {
    text-decoration: underline;
}

.owl-theme .owl-controls .owl-buttons div {
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  padding: 2px 0px;
  font-size: 2em;
  font-weight: bold;
  background-color: #FFFFFF !important;
  border-radius: 50%;
  border: 2px solid #444444;
}
 
.owl-theme .owl-controls .owl-buttons .owl-prev{
  left: -50px !important;
  top: 50% !important;
  font-size: 1.8em !important;
  color: #444444;
}
 
.owl-theme .owl-controls .owl-buttons .owl-next{
  right: -50px !important;
  top: 50% !important;
  font-size: 1.8em !important;
  color: #444444;
}

/**********************************************************/

.noticia h1 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 1.5em;
    font-weight: bold;
    color: #691b20;
    text-align: justify;
}

.noticia h2 {
    font-size: 1em;
    font-weight: 700;
    color: #000000;
    text-align: justify;
}

.noticia h3 {
    margin-top: 0px;
    margin-bottom: 1.5em;
    font-size: 1em;
    font-style: italic;
    text-align: justify;
}

.noticia img {
    width: 100%;
}

.tag {
    cursor: pointer;
    display: inline-table;
    margin-right: 10px;
    padding: 5px 10px 5px 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 0.8em;
    color: #ffffff;
    background-color: #6998b7;
    border-radius: 5px;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -ms-transition: background-color 0.2s;
    transition: background-color 0.2s;          
}

.tag:hover {
    background-color: #486578;
}

/**********************************************************/

.noticiaRelacionados {
    margin-top: 30px;
    margin-bottom: 20px;
    background-color: #e3e3e3;
    text-align: center;
}

.noticiaRelacionado {
    display: inline-table;
    width: 21%;
    margin: 1%;
    padding: 1%;
}

.noticiaRelacionado img {
    width: 100%;
}

.noticiaRelacionado p {
    margin: 0px;
    padding: 5px;
    font-size: 0.8em;
    text-align: left;
    background-color: #545454;
    color: #ffffff;
}

.noticiaRelacionado p a {
    color: #ffffff;
    text-decoration: none;
}

.noticiaRelacionado p a:hover {
    color: #6998b7;
}

/**********************************************************/

#galeriaPost {
    margin-top: 30px;
}

/**********************************************************/

.datosNoticia {
    margin-bottom: 30px;
    padding: 0px;
    background-color: #6e6e6e;
}

.datosNoticia p {
    margin: 0px;
    font-size: 0.9em;
    color: #ffffff;
}

.datosNoticia p a {
    text-decoration: none;
    color: #ffffff;
}

.datosNoticia p.f {
    float: left;
    box-sizing: border-box;
    margin: 0;
    padding: 10px 20px 10px 20px;
    text-align: center;
    font-size: 0.8em;
}

.datosNoticia div.rs {
    float: left;
    box-sizing: border-box;
    margin: 0px;
    padding: 9px 20px 5px 20px;
    text-align: center;
}

.brs {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

/**********************************************************/

.adjuntosNoticia {
    margin-bottom: 1em;
    padding-left: .5em;
    padding-right: .5em;
    background-color: #edeef0;
}

.documentoAdjuntoImagen {
    margin-right: 1em;
    margin-top: .5em;
    margin-bottom: .5em;
    float: left;
}
.documentoAdjuntoImagen img {
    max-height: 120px;
}

.documentoAdjunto {
    margin-top: .5em;
    margin-bottom: 1em;
    padding-top: .5em;
}
.documentoAdjunto img {
    margin-right: .5em;
    max-width: 25px;
    float: left;
}
.documentoAdjunto p {
    margin: 0px;
}


/**********************************************************************************************************************/
/** PROFESIONALES *****************************************************************************************************/
/**********************************************************************************************************************/

.tituloSeccionProfesionales {
    margin: 0px;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: .5em;
}

.tituloSeccionProfesionales h1 {
    margin: 0;
    text-align: center;
    font-size: 3.1em;
    font-weight: bold;
    color: #691b20;
}

.tituloSeccionProfesionales div.rayaTitulo {
    margin-left: auto;
    margin-right: auto;
    width: 2%;
    border-bottom: 1px solid #89878c;
}

.profesional img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 170px;
    border: 3px solid #691b20;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
}

.profesional h2 {
    text-align: center;
}

.profesional p {
    text-align: center;
    color: #691b20;
}


/**********************************************************************************************************************/
/** CONTACTO **********************************************************************************************************/
/**********************************************************************************************************************/

.bloqueSeccionContacto {
    background-color: #282828;
    border-top: 2px solid #ffffff;
}

.tituloSeccionContacto {
    margin: 0px;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: .5em;
}

.tituloSeccionContacto h1 {
    margin: 0;
    color: #ffffff;
    font-weight: bold;
    line-height: .8em;
    float: left;
}

.tituloSeccionContacto div.rayaTitulo {
    width: 10%;
    border-bottom: 1px solid #89878c;
}

.datosContacto {
    margin-top: 1em;
}

.datosContacto img {
    margin-top: .3em;
    width: 8%;
    max-width: 16px;
    float: left;
}

.datosContacto p {
    margin: 0;
    margin-bottom: 0em;
    font-size: .9em;
    line-height: 1.8em;
    color: #ffffff;
    float: right;
    width: 92%;
}

.datosContacto p a {
    color: #949494;
}

.botoneraRRSSContacto {
    margin-top: 1.5em;
    display: table !important;
}