/*
Gris: #949B9F
*/
body {
  font-family: 'Open sans';
  color: #000000;
}

img {
  max-width: 100%;
}
hr{
  width: 100%;
}

.titulo1 hr{
  border-color: #949B9F;
  max-width: 50px;
  margin: 0;
  border-width: 2px;
}

header {
  z-index: 1001;
  background-color: #FFFFFF;
  transition: top 0.3s;
}

input:focus, textarea:focus, select:focus, button:focus {
  outline: none;
}

a, button{
  transition: all 0.4s;
}

a:hover {
  text-decoration: none;
}
h3{
  font-family: Cinzel;
  font-weight: 600;
  font-variant: small-caps;
  font-size: 22px;
  color: #949B9F;
}
h4{
font-weight: 900;
font-size: 24px;
color: #000000;
margin-top: 15px;
text-transform: none;
}
h5{
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 16px;
  letter-spacing: 2px;
}
h6{
  font-weight: 900;
}
input:focus{
  outline: none;
}
header .a-logo-header{
  background-color: #949B9F;
  padding: 30px 25px;
  display: inline-block;
  box-shadow: 0 0 8px #666666;
}

header h1{
  font-family: Cinzel;
  font-weight: 600;
  font-variant: small-caps;
  color: #FFFFFF;
  font-size: 24px;
  display: inline-block;
  margin-bottom: 0;
}

header h2{
  text-transform: uppercase;
  font-size: 10px;
  display: inline-block;
  color: #000000;
  letter-spacing: 2px;
}
header .logo-sanxenxo{
  margin-top: 32px;
  display: inline-block;
}.logo-sanxenxo img, .logo-sanxenxo-footer{		width: 100%;	}
footer{
  margin-top: 50px;
  margin-bottom: 50px;
  border-top: solid 1px #949B9F;
  padding-top: 40px;
}
footer img{
  margin: auto;
  display: block;
}

.header-fijo {
  position: fixed;
  top: 0;
  box-shadow: 0 1px 4px 0px #000000;
  width: 100%;
}

.header-fijo .menu-area-socios {
  margin-top: 8px !important;
}

.header-fijo #logo-header {
  max-height: 55px;
  margin-top: 10px;
}

.header-fijo #div-menu-secundario {
  display: none;
}

.header-fijo #menu-principal a {
  margin-top: 15px;
  margin-bottom: 20px;
}

.header-fijo #menu-principal {
  margin-bottom: 15px;
  min-height: 65px;
}

.header-fijo #menu-principal .menu-link {
  margin-top: 26px;
  margin-bottom: 0px;
}

.header-fijo .a-logo-header {
  top: -16px;
}

.seccion {
  margin-top: 90px;
  margin-bottom: 90px;
}

.seccion p {
  font-size: 14px;
  line-height: 1.8;
}
.seccion-primera{
  margin-top: 60px;
}
.seccion1 p{
	font-size: 14px;
    line-height: 2.6;
}
.seccion .titulo1 hr{
  margin-bottom: 30px;
}
/* HEADER */

.boton1, button{
  border: solid 1px #949B9F;
  color: #949B9F;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Open sans';
  font-size: 10px;
  font-weight: 600;
  margin: auto;
  min-width: 110px;
  display: inline-block;
}
.boton1:hover, button:hover{
  background-color: #949B9F;
  color: #FFFFFF;
}
.row-boton{
  margin-top: 60px;
  text-align: center;
}

#menu-principal {
  margin-top: 40px;
}

#menu-principal a {
  color: #000000;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 20px;
  font-size: 14px;
  border-bottom: solid 2px #FFFFFF;
}

#menu-principal a:hover {
  border-bottom: solid 2px #949B9F;
  color: #949B9F;
}

#menu-principal .icon {
  display: none;
}

.noticia img{
  width: 100%;
  height: 150px;
}
.noticia h4{
  color: #000000;
  font-weight: 800;
  font-size: 16px;
  min-height: 80px;
}
.noticia .fecha, .noticia .boton2{
  display: block;
  text-transform: uppercase;
  color: #949B9F;
  text-align: left;
  font-weight: 600;
  font-size: 12px;
  margin: 5px 0;
  padding: 5px 0;
}
.noticia .boton2:hover{
  color: #000000;
}
.noticia .fecha{
  border-bottom: solid 1px #949B9F;
}

/* CHECKBOX */

.container-chk {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-chk input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 3px;
  border: solid 1px #666666;
}

/* On mouse-over, add a grey background color */
.container-chk:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-chk input:checked ~ .checkmark {
  background-color: #EEE;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-chk input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-chk .checkmark:after {
  left: 8px;
  top: 5px;
  width: 7px;
  height: 10px;
  border: solid #333333;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* CHECKBOX */


@media only screen and (max-width: 1200px) {
  .menu .menu-link {
    padding: 14px 0;
    width: 33%;
  }

  .menu a:not(:first-child) {
    display: none;
  }

  .menu a.icon {
    float: right;
    display: block;
  }

  .menu a:last-child {
    border: none;
  }

  .menu.responsive {
    position: relative;
  }

  .menu.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .menu.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

@media only screen and (max-width: 992px) {}

  @media only screen and (min-width: 1200px) {
    .invisible-escritorio{
      display: none;
    }
  }
  @media only screen and (max-width: 1200px) {
    .visible-escritorio{
      display: none;
    }
  }
