/* ESTILO ITPOINT **
** 
** Colores oficiales:
** Negro        #000000
** Rojo     #C51C10
******************************/

body {
  font-family: "Open Sans", sans-serif;
  /* font-family: 'DM Serif Display', serif; */
  font-size: 16px;
  line-height: 1.8em;
  font-weight: normal;
  text-align: center;
  background-color: #000000;
  padding: 0.5em 0.5em 2em 0.5em;
}

a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #c51c10;
  text-decoration: none;
}

a > img:hover {
  opacity: 0.9;
}

img.img-redondeada {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.btn-primary {
  background-color: #000000;
  border: none;
}
.btn-primary:hover {
  background-color: #c51c10;
}

.cev-wrapper {
  margin-top: 0.1em;
  padding-left: 25px;
  padding-right: 25px;
  background-color: white;
  text-align: left;
  border: 2px solid #000000;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.cev-logo-col {
  text-align: left;
}
.cev-logo-col h1 {
  display: inline-block;
  font-size: 1em;
  line-height: 1em;
  margin: 0;
  text-align: center;
}
.cev-logo-col h1 em {
  font-size: 0.95em;
  font-family: "DM Serif Display", serif;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  color: #000000;
}
a > img.cev-logo {
  display: inline-block;
  width: auto;
  height: 60px;
  transition: 0.3s;
  will-change: transform, opacity;
}
a > img.cev-logo:hover {
  transform: scale(1.05);
  opacity: 1;
}
@media (max-width: 767px) {
  a > img.cev-logo {
    height: 50px;
  }
  .cev-logo-col {
    text-align: center;
  }
}

.cev-titulo {
  font-size: 2.5em;
  margin: 0.5em 0 0 0;
}
@media (max-width: 570px) {
  .cev-titulo {
    font-size: 2.2em;
    margin: 0.5em 0 0 0;
  }
}
@media (max-width: 540px) {
  .cev-titulo {
    font-size: 2em;
    margin: 0.5em 0 0 0;
  }
}
@media (max-width: 460px) {
  .cev-titulo {
    font-size: 2em;
    margin: 0.3em 0 0 0;
  }
  .cev-titulo span {
    font-size: 0.9em;
    display: block;
  }
}

.header-center {
  /* margin-top: 1em; */
  color: #777777;
}
.header-center h1 {
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
  color: #000000;
}

.header-right {
  margin: 0;
}
.header-right-contenido {
  margin: 0;
}
.header-right .header-right-contenido p {
  margin: 0;
  font-size: 1em;
  line-height: 1.3em;
  text-align: right;
  margin: 0.5em 0 0.5em 0;
}
.foto-header {
  text-align: right;
}
.foto-header img {
  display: inline-block;
}
@media (max-width: 767px) {
  .header-right .header-right-contenido p {
    margin: 0;
    font-size: 0.8em;
    line-height: 1.3em;
    text-align: right;
    margin: 0.5em 0 0.5em 0;
  }
}

nav.cssmenu {
  /* background-color: #C51C10;
	background-color: #7F8080;*/
  background-color: #000000;
  color: white;
  padding: 0.4em 1.5em 0.4em 1.5em;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
}
.page-template-page-home nav.cssmenu,
.page-template-page-contacto nav.cssmenu {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
nav.cssmenu div#menu-button {
  text-align: left;
}
nav.cssmenu ul {
  display: inline-block;
  text-align: left;
}
@media (max-width: 1024px) {
  nav.cssmenu ul {
    display: none;
  }
}

.cev-main {
  margin: 0 0 2em 0;
}

.cev-home-h3 {
  /* font-weight: bold; */
  /* border: 1px solid #000000; */
  background-color: #000000;
  color: white;
  padding: 0.4em 1em 0.4em 1em;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.cev-home-noticia h4 {
  font-size: 1.1em;
  font-weight: bold;
  padding: 0em 1.5em 0em 1.5em;
}
.cev-home-noticia p {
  font-size: 0.9em;
  padding: 0em 1.5em 0em 1.5em;
}
.cev-home-noticia img {
  border: 1px solid #000000;
  margin-top: 1em;
}

.wp-block-latest-posts a {
  font-size: 1.1em;
  font-weight: bold;
  padding: 0;
}
.wp-block-latest-posts img {
  border: 1px solid #000000;
  margin-top: 1em;
  margin-bottom: 1em;
  max-height: 240px;
}

.page-template-page-home img.wp-post-image,
.single-post img.wp-post-image {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.cev-home-h3-facebook {
  color: white;
  background-color: #000000;
  margin: 17px 0 0 0;
  padding: 10px 15px 10px 15px;
}

.cev-facebook-box iframe {
  overflow: hidden;
  border: 15px solid #000000;
  border-left: 15px solid #000000;
}
@media (max-width: 767px) {
  .cev-home-h3 {
    font-size: 1.2em;
    padding: 0.4em 1em 0.4em 1em;
  }
  .cev-home-noticia h4 {
    font-size: 1em;
    padding: 0em 1.5em 0em 1.5em;
  }
}

/* Páginas */

.contenedor-img-header-full {
  position: relative;
  overflow: hidden;
  margin-bottom: 2em;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.contenedor-img-header-full img {
  position: relative;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.contenedor-img-header-full h2 {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 1em 3em 1em 2em;
  color: #ffffff;
  background-color: #000000;
  /*   -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px; */
}
h2 {
  display: inline-block;
  padding: 0.5em 3em 0.4em 0;
  margin: 1em 0 1em 0;
  font-size: 1.5em;
  color: #c51c10;
  font-weight: bold;
  border-bottom: 1px solid #c51c10;
}
.cev-h2 {
  display: inline-block;
  padding: 0.5em 4em 0.4em 0;
  margin: 1em 0 1em 1em;
  font-size: 2em;
  color: #c51c10;
  font-weight: bold;
  border-bottom: 1px solid #c51c10;
}
.cev-h2 a {
  color: #c51c10;
}

.cev-row-archive {
  margin-top: 2em;
}

.cev-h4 {
  font-weight: bold;
  font-size: 1.2em;
  margin: 1em 0 0.5em 0;
}

.contenido section {
  padding-left: 5em;
  padding-right: 5em;
}
@media (max-width: 991px) {
  .contenido section {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media (max-width: 767px) {
  .contenido section {
    padding-left: 0;
    padding-right: 0;
  }
}

ul.otras-noticias {
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.otras-noticias li {
  margin: 0 0 0.5em 1em;
  padding: 0;
  list-style-type: none;
}
body.blog img.img-single {
  /* border: 1px solid #000000; */
  float: right;
  width: 480px;
  max-width: 40%;
  margin: 0 0 1em 1em;
}
body.single img.img-single {
  /* border: 1px solid #000000; */
  /* float: right;
  width: 480px;
  max-width: 40%;
  margin: 0 0 1em 1em; */
}

.contenedor-listas {
  margin: 0 5em 0 5em;
}
.boton-listas {
  max-width: 100%;
  white-space: normal;
}
.paginacion {
  margin: 2em 1em 1em 1em;
}
.paginacion div {
  text-align: center;
}
a.page-numbers {
  font-size: 1.2em;
  padding: 0.5em;
  border: 1px solid #7f8080;
  background-color: #eeeeee;
}
a.page-numbers:hover {
  border: 1px solid #000000;
  background-color: #bbbbbb;
}
span.page-numbers {
  font-size: 1.2em;
  font-weight: bold;
  padding: 0.5em;
  border: 1px solid #7f8080;
  background-color: #eeeeee;
}
@media (max-width: 767px) {
  .cev-h2 {
    display: inline-block;
    padding: 0.5em 1em 0.4em 0;
    margin: 0 0 1em 0.5em;
    font-size: 1.3em;
  }
  .contenedor-listas {
    margin: 0 0 0 0;
  }
}

.tabla-comunidad {
  margin: 2em 0 1em 0 !important;
}
.tabla-comunidad table tbody tr {
  border-top: 1px solid #eeeeee;
}
.tabla-comunidad table tbody tr td {
  padding: 1em;
}

.tabla-servicios {
  width: 100%;
  margin: 2em 0 1em 0 !important;
  font-size: 1em;
}
.tabla-servicios table {
  width: 100%;
}
.tabla-servicios table tbody tr {
  border-top: 2px solid #dddddd;
}
.tabla-servicios table tbody tr td {
  padding: 1em;
  border: 0;
  vertical-align: top;
}
.tabla-servicios table tbody tr td:nth-child(2) {
  width: 400px;
}
.tabla-servicios table tbody tr td img {
  width: 320px;
  max-width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .tabla-servicios {
    font-size: 0.8em;
  }
  .tabla-servicios table tbody tr td:nth-child(2) {
    width: 150px;
  }
  .tabla-servicios table tbody tr td img {
    width: 150px;
  }
}
@media (max-width: 486px) {
  .tabla-servicios {
    font-size: 0.8em;
  }
  .tabla-servicios table tbody tr td:nth-child(2) {
    width: 120px;
  }
  .tabla-servicios table tbody tr td img {
    width: 120px;
  }
}

/* CONTACT FOMR 7 */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"] {
  display: block;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  border: 2px solid #000000;
  color: #000000;
}
.wpcf7-form textarea {
  display: block;
  width: 100%;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 2px solid #000000;
  color: #000000;
}
.wpcf7-form input[type="submit"] {
  display: block;
  width: 360px;
  padding: 0.5em 3em 0.5em 3em;
  background-color: #000000;
  border: 2px solid #000000;
  color: white;
  cursor: pointer;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  will-change: transform;
  transition: transform 0.5s;
}
.wpcf7-form input[type="submit"]:hover {
  opacity: 0.8;
  background-color: #c51c10;
  border: 2px solid #c51c10;
  transform: scale(1.05);
}

/* Plugin de carrusel boottrap */
.carousel,
.carousel .carousel-inner,
.carousel .carousel-inner > .item > img {
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.carousel-control.left {
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-left-radius: 8px;
}
.carousel-control.right {
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  border-bottom-right-radius: 8px;
}
@media (max-width: 560px) {
  .carousel-indicators {
    display: none;
  }
}

footer {
  font-size: 0.8em;
  text-align: center;
  border-top: 1px solid #000000;
  margin: 4em 2em 2em 2em;
  padding: 3em 0 0 0;
}
@media (max-width: 540px) {
  footer {
    font-size: 1em;
    margin: 2em 0 2em 0;
  }
}

.pie-copyright {
  font-weight: bold;
  font-size: 1.2em;
}
img.cev-logo-footer {
  display: inline-block;
  height: 50px;
}

.pie-info {
  font-weight: normal;
  font-size: 0.9em;
}

.footer_top {
  margin-top: 2em;
}
.footer_top p {
  font-size: 1.2em;
}
.footer_top span.separadormenu {
  display: inline-block;
  height: 1px;
  width: 10px;
}
@media (max-width: 540px) {
  .footer_top span.separadormenu {
    display: block;
    height: 1px;
    width: 0px;
  }
}
.footer_middle {
  margin-top: 2em;
}
.footer_bottom {
  margin-top: 2em;
}

.footer_bottom ul,
ul.menu-pie {
  color: #000000;
  margin: 0 0 0 0;
  padding: 0;
}
.footer_bottom ul li,
ul.menu-pie li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  border-left: 1px solid #000000;
}
.footer_bottom ul li:first-child,
ul.menu-pie li:first-child {
  border-left: none;
}
.footer_bottom ul li a,
ul.menu-pie li a {
  display: block;
  padding: 0.05em 1em 0.05em 1em;
}

.pie-diseno {
  margin: 3em 1em 3em 1em;
  font-family: "Open Sans", sans-serif;
  font-size: 0.6em;
  color: white;
}
.pie-diseno a {
  color: white;
  opacity: 0.8;
}
.pie-diseno a:hover {
  color: #eee;
  opacity: 0.8;
}
@media (max-width: 767px) {
  ul.menu-pie li a {
    padding: 0.05em 0.5em 0.05em 0.5em;
  }
  .pie-copyright {
    font-size: 1em;
    margin-bottom: 1.3em;
  }
  img.cev-logo-footer {
    width: 40px;
  }
}

/* Clases sueltas */
.texto-azul {
  color: #000000 !important;
}
.texto-verde {
  color: #4bad32 !important;
}
.texto-rojo {
  color: #c51c10 !important;
}
.texto-amarillo {
  color: #ffd41f !important;
}

.margintop10 {
  margin-top: 10px;
}
.margintop20 {
  margin-top: 20px;
}
.margintop30 {
  margin-top: 30px;
}
.margintop40 {
  margin-top: 40px;
}
.margintop50 {
  margin-top: 50px;
}
.marginbottom10 {
  margin-bottom: 10px;
}
.marginbottom20 {
  margin-bottom: 20px;
}
.marginbottom30 {
  margin-bottom: 30px;
}
.marginbottom40 {
  margin-bottom: 40px;
}
.marginbottom50 {
  margin-bottom: 50px;
}
