@charset "UTF-8";
/*

    Theme Name: Colegio Santo Tomás 
    Theme URI:
    Author: dosenes.com
    Author URI: https://www.dosenes.com
    Description: Theme personalizado para el sitio web de colegiosantotomas.es
    Version: 1.0
    Text Domain: santotomas

*/
.columns {
  height: 100%;
  display: flex;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0px;
  left: 0px; }
  .columns div {
    height: 100%;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    flex: 1;
    transition: all ease 1s; }
    .columns div.column1, .columns div.column7 {
      flex: 0 0 20px; }
    .columns div.column2, .columns div.column3 {
      display: none; }
    @media screen and (min-width: 600px) {
      .columns div.column1, .columns div.column7 {
        flex: 0 0 40px; }
      .columns div.column2 {
        display: flex; } }
    @media screen and (min-width: 960px) {
      .columns div.column1, .columns div.column7 {
        flex: 0 0 100px; }
      .columns div.column2, .columns div.column3 {
        display: flex; } }

html {
  font-size: 62.5%;
  /* 10px = 1rem! */
  height: 100%; }

body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  height: 100%;
  color: #003d0f;
  background-color: #ffffff; }

*, *:after, *.before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

.contenedor {
  width: calc(100% - 40px);
  margin: 0 auto;
  z-index: 11;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative; }
  @media screen and (min-width: 600px) {
    .contenedor {
      width: calc(100% - 80px); } }
  @media screen and (min-width: 960px) {
    .contenedor {
      width: calc(100% - 200px); } }

.mainGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto; }
  @media screen and (min-width: 600px) {
    .mainGrid {
      grid-template-columns: repeat(4, 1fr); } }
  @media screen and (min-width: 960px) {
    .mainGrid {
      grid-template-columns: repeat(5, 1fr); } }

header {
  position: relative;
  z-index: 100;
  width: 100%; }
  header .contenedor {
    padding: 0; }
  header .menu-menu-top-container {
    background-color: #003d0f;
    border-top: 0.4rem #edc60f solid;
    z-index: 1; }
    header .menu-menu-top-container .menu {
      display: flex;
      justify-content: flex-end; }
      header .menu-menu-top-container .menu .menu-item {
        padding: 1rem; }
        header .menu-menu-top-container .menu .menu-item a {
          color: #edc60f; }
  header .logoMenu1 {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    align-items: center;
    position: relative;
    display: none; }
    @media screen and (min-width: 960px) {
      header .logoMenu1 {
        display: flex; } }
    header .logoMenu1:before {
      content: '';
      width: 100%;
      height: 100%;
      display: flex;
      position: absolute;
      top: 0;
      background-image: linear-gradient(#003d0f, transparent); }
    header .logoMenu1 .custom-logo-link {
      flex: 1 1 20%;
      z-index: 1; }
      @media screen and (min-width: 1280px) {
        header .logoMenu1 .custom-logo-link {
          flex: 1 1 15%; } }
    header .logoMenu1 .menu-menu-principal-container {
      flex: 1 1 80%;
      z-index: 1; }
      @media screen and (min-width: 1280px) {
        header .logoMenu1 .menu-menu-principal-container {
          flex: 1 1 85%; } }
      header .logoMenu1 .menu-menu-principal-container #menu-menu-principal {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        overflow: visible; }
        @media screen and (min-width: 960px) {
          header .logoMenu1 .menu-menu-principal-container #menu-menu-principal {
            flex-direction: row; } }
        header .logoMenu1 .menu-menu-principal-container #menu-menu-principal.menu li.menu-item {
          text-transform: uppercase; }
        header .logoMenu1 .menu-menu-principal-container #menu-menu-principal.menu li.menu-item ul.sub-menu li {
          text-transform: capitalize; }
        header .logoMenu1 .menu-menu-principal-container #menu-menu-principal li {
          width: 100%; }
          header .logoMenu1 .menu-menu-principal-container #menu-menu-principal li a {
            width: 100%;
            text-align: center;
            padding: .2rem 1rem;
            display: block;
            color: #ffffff; }
            header .logoMenu1 .menu-menu-principal-container #menu-menu-principal li a:hover {
              color: #edc60f;
              border-top: 0.2rem #fb9603 solid;
              padding-top: 0; }
          header .logoMenu1 .menu-menu-principal-container #menu-menu-principal li.menu-item-has-children {
            position: relative; }
            header .logoMenu1 .menu-menu-principal-container #menu-menu-principal li.menu-item-has-children ul.sub-menu {
              display: flex;
              flex-direction: column;
              align-items: center;
              width: 100%;
              transition: max-height .4s, opacity .3s;
              max-height: 0;
              opacity: 0;
              overflow: hidden; }
              header .logoMenu1 .menu-menu-principal-container #menu-menu-principal li.menu-item-has-children ul.sub-menu a {
                height: 100%;
                transition: transform .4s;
                transform: translateY(-300%);
                background-color: transparent;
                width: 0%; }
            header .logoMenu1 .menu-menu-principal-container #menu-menu-principal li.menu-item-has-children:hover ul.sub-menu {
              opacity: 0.8;
              overflow: inherit;
              display: block; }
              header .logoMenu1 .menu-menu-principal-container #menu-menu-principal li.menu-item-has-children:hover ul.sub-menu a {
                height: 100%;
                transform: translateY(0%);
                background-color: #2eb314;
                width: 100%;
                display: block;
                padding: 1rem;
                border-top: 0 #fb9603 solid; }
              header .logoMenu1 .menu-menu-principal-container #menu-menu-principal li.menu-item-has-children:hover ul.sub-menu .menu-item-has-children ul.sub-menu {
                display: flex;
                flex-direction: column;
                align-items: center;
                width: 100%;
                transition: max-height .4s, opacity .3s;
                max-height: 0;
                opacity: 0;
                overflow: hidden;
                display: block; }
                header .logoMenu1 .menu-menu-principal-container #menu-menu-principal li.menu-item-has-children:hover ul.sub-menu .menu-item-has-children ul.sub-menu a {
                  height: 100%;
                  transition: transform .4s;
                  transform: translateX(100%);
                  background-color: transparent;
                  width: 0%;
                  border-top: 0 #fb9603 solid; }
              header .logoMenu1 .menu-menu-principal-container #menu-menu-principal li.menu-item-has-children:hover ul.sub-menu .menu-item-has-children:hover ul.sub-menu {
                opacity: 1;
                overflow: inherit;
                position: absolute;
                top: 0;
                left: 100%;
                width: 200px;
                right: auto; }
                header .logoMenu1 .menu-menu-principal-container #menu-menu-principal li.menu-item-has-children:hover ul.sub-menu .menu-item-has-children:hover ul.sub-menu a {
                  transform: translateY(0%);
                  background-color: #16570a;
                  width: 100%;
                  display: block;
                  border-top: 0 #fb9603 solid;
                  text-align: left;
                  transition: all ease 1s; }
                  header .logoMenu1 .menu-menu-principal-container #menu-menu-principal li.menu-item-has-children:hover ul.sub-menu .menu-item-has-children:hover ul.sub-menu a:hover {
                    background-color: #0b2905; }

ul#menu-menu-principal-1 {
  display: flex;
  justify-content: space-around;
  flex-direction: column; }
  @media screen and (min-width: 600px) {
    ul#menu-menu-principal-1 {
      flex-direction: row; } }

.slicknav_menu {
  background-color: transparent;
  position: absolute;
  right: 0px;
  top: 50px;
  border-radius: 0; }
  .slicknav_menu .slicknav_btn {
    background-color: #edc60f; }
  .slicknav_menu ul {
    width: 100vW; }
    .slicknav_menu ul.slicknav_nav {
      background-color: #80808094;
      text-align: center; }
      .slicknav_menu ul.slicknav_nav a {
        color: white;
        text-transform: uppercase;
        font-family: "Lato", sans-serif;
        letter-spacing: 0.4rem;
        font-size: 2rem; }
        .slicknav_menu ul.slicknav_nav a:hover {
          background: #0606068c;
          border-radius: 0px; }
      .slicknav_menu ul.slicknav_nav .sub-menu {
        background: #ffffff78 !important;
        color: #003d0f !important; }
      .slicknav_menu ul.slicknav_nav .slicknav_row:hover {
        background: #edc60f;
        border-radius: 0; }
        .slicknav_menu ul.slicknav_nav .slicknav_row:hover a {
          color: #003d0f; }
      .slicknav_menu ul.slicknav_nav .sub-menu {
        background: white;
        color: #003d0f;
        margin: 0; }
  @media screen and (min-width: 960px) {
    .slicknav_menu {
      display: none; } }

section.bannerSection {
  margin-top: -7rem; }

section .BannerPrincipal img {
  width: 100%; }

.publiColegioSection {
  grid-template-areas: "dibujo dibujo dibujo"  "informacion informacion informacion" "sello sello sello";
  grid-column-gap: 2rem; }
  @media screen and (min-width: 600px) {
    .publiColegioSection {
      grid-template-columns: repeat(2, 1fr);
      grid-template-areas: "dibujo sello"      "informacion informacion"; } }
  @media screen and (min-width: 960px) {
    .publiColegioSection {
      grid-template-columns: repeat(6, 1fr);
      grid-template-areas: "dibujo dibujo informacion informacion sello sello "; } }
  .publiColegioSection .ilutracionninos {
    grid-area: dibujo; }
  .publiColegioSection .infoColegio {
    grid-area: informacion;
    text-align: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .publiColegioSection .infoColegio .bienvenida {
      font-size: 4rem; }
    .publiColegioSection .infoColegio .diferente {
      color: #2eb314;
      font-size: 6rem;
      font-family: "Kristi", cursive; }
    .publiColegioSection .infoColegio .masinfo {
      font-size: 3rem; }
    .publiColegioSection .infoColegio .telefonoColor {
      color: #fb9603;
      font-size: 4rem; }
    .publiColegioSection .infoColegio a.mailColegio {
      color: #2eb314;
      font-size: 2.2rem; }
  .publiColegioSection .selloColegio {
    grid-area: sello; }

section.seccionNoticiasPortada {
  margin-top: -15rem; }

@media screen and (min-width: 600px) {
  .contenedorNoticiasPortada .noticiasTropel {
    display: flex;
    align-items: center; } }

.contenedorNoticiasPortada .noticiasTropel .cuadradoNoticia {
  min-height: 400px;
  flex: 1;
  margin: 2rem;
  background-color: #003d0f;
  -webkit-clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 96%);
  clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 96%);
  position: relative; }
  .contenedorNoticiasPortada .noticiasTropel .cuadradoNoticia:nth-child(odd) {
    -webkit-clip-path: polygon(0 0, 100% 4%, 100% 96%, 0 100%);
    clip-path: polygon(0 0, 100% 4%, 100% 96%, 0 100%); }

.contenedorNoticiasPortada .noticiasTropel figure.infoNoticia {
  margin: 0 !important; }
  .contenedorNoticiasPortada .noticiasTropel figure.infoNoticia:before {
    background-image: linear-gradient(180deg, rgba(0, 61, 15, 0) 25%, #003d0f);
    content: '';
    position: absolute;
    bottom: 0%;
    width: 100%;
    height: 100%; }
  .contenedorNoticiasPortada .noticiasTropel figure.infoNoticia img {
    width: 100% !important;
    height: 100% !important; }

.contenedorNoticiasPortada .noticiasTropel .fecha {
  position: absolute;
  top: 1.5rem;
  background: #fb9603;
  left: 1rem;
  padding: .4rem;
  color: #ffffff; }

.contenedorNoticiasPortada .noticiasTropel .enlaceNoticia {
  position: absolute;
  bottom: 1.5rem;
  left: 1rem; }

.contenedorNoticiasPortada .noticiasTropel .contenedorPostMenor {
  position: absolute;
  top: 40%;
  z-index: 500;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%; }

.contenedorNoticiasPortada .noticiasTropel .titulo {
  line-height: 1.2;
  font-size: 2.8rem;
  font-weight: 700;
  margin-top: 2rem;
  color: #ffffff; }

.contenedorNoticiasPortada .noticiasTropel .enlaceNoticia a.buttonNotic {
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  -webkit-transition: all .25s;
  color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  vert-align: bottom;
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  font-size: 2rem;
  line-height: 1.71429;
  letter-spacing: .10714em;
  font-weight: 700; }
  .contenedorNoticiasPortada .noticiasTropel .enlaceNoticia a.buttonNotic:hover {
    background: #c8ced8;
    color: #000; }
    .contenedorNoticiasPortada .noticiasTropel .enlaceNoticia a.buttonNotic:hover .icon-arrow:before {
      content: "";
      -webkit-animation: arrow-move 1s ease-in-out;
      animation: arrow-move 1s ease-in-out;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite; }

.contenedorNoticiasPortada .noticiasTropel .enlaceNoticia .icon-arrow {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 15px;
  margin-bottom: -3px;
  font-size: 2rem;
  line-height: 1; }
  .contenedorNoticiasPortada .noticiasTropel .enlaceNoticia .icon-arrow:before {
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }

.presentacionSection {
  grid-template-areas: "ilustracion ilustracion ilustracion"  "tituloseccion tituloseccion tituloseccion"  "texto texto texto";
  grid-column-gap: 2rem; }
  @media screen and (min-width: 600px) {
    .presentacionSection {
      grid-template-areas: "ilustracion ilustracion tituloseccion tituloseccion"      "ilustracion ilustracion texto texto"; } }
  @media screen and (min-width: 960px) {
    .presentacionSection {
      grid-template-columns: repeat(7, 1fr);
      grid-template-areas: "ilustracion ilustracion ilustracion ilustracion tituloseccion tituloseccion tituloseccion "      "ilustracion ilustracion ilustracion ilustracion texto texto texto "; } }
  .presentacionSection .fotoIlustracion {
    grid-area: ilustracion; }
    @media screen and (min-width: 600px) {
      .presentacionSection .fotoIlustracion {
        display: flex;
        align-items: center; } }
  .presentacionSection .tituloSeccion {
    grid-area: tituloseccion;
    color: #edc60f;
    text-align: center; }
    @media screen and (min-width: 600px) {
      .presentacionSection .tituloSeccion {
        text-align: left; } }
    .presentacionSection .tituloSeccion h2 {
      text-transform: none !important;
      font-size: 6rem; }
  .presentacionSection .textoPresentacion {
    grid-area: texto;
    padding-right: 2rem;
    padding-left: 2rem; }
    .presentacionSection .textoPresentacion p {
      line-height: 1.7; }

.serviciosSection {
  background-image: url(img/fondo-iconos.jpg);
  background-repeat: repeat;
  background-size: auto;
  background-position: top center; }
  @media screen and (min-width: 600px) {
    .serviciosSection {
      background-repeat: no-repeat;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: inherit; } }
  .serviciosSection .serviciosTropel {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-flow: wrap; }
    @media screen and (min-width: 960px) {
      .serviciosSection .serviciosTropel {
        flex-direction: row; } }
    .serviciosSection .serviciosTropel .servicio {
      padding: 4rem; }
      @media screen and (min-width: 600px) {
        .serviciosSection .serviciosTropel .servicio {
          flex: 1 1 50%;
          padding: 2rem 2rem 4rem 2rem; } }
      @media screen and (min-width: 960px) {
        .serviciosSection .serviciosTropel .servicio {
          flex: inherit; } }
      .serviciosSection .serviciosTropel .servicio .imagenIcono {
        padding: 4rem 4rem 0 4rem;
        margin-bottom: -3rem; }
      .serviciosSection .serviciosTropel .servicio .textoIcono {
        background-color: white;
        padding: 3rem;
        text-align: center; }
        .serviciosSection .serviciosTropel .servicio .textoIcono .tituloicono {
          font-family: "Kristi", cursive;
          font-size: 700;
          font-size: 5rem;
          line-height: 0.9;
          color: #003d0f; }
        .serviciosSection .serviciosTropel .servicio .textoIcono a {
          color: #fb9603;
          text-transform: uppercase;
          font-family: 700;
          margin-top: 2rem;
          display: inline-block;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          .serviciosSection .serviciosTropel .servicio .textoIcono a:hover {
            color: #2eb314; }

section.otrosServiciosSection {
  margin-bottom: 0; }
  @media screen and (min-width: 600px) {
    section.otrosServiciosSection {
      background-image: url(img/fondo-iconos2.jpg);
      background-repeat: no-repeat;
      background-size: cover; } }
  @media screen and (min-width: 600px) {
    section.otrosServiciosSection {
      background-position: top;
      background-size: contain; } }
  @media screen and (min-width: 960px) {
    section.otrosServiciosSection {
      background-size: cover; } }
  section.otrosServiciosSection .mainGrid {
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: "uno" "dos" "tres" "cuatro"; }
    @media screen and (min-width: 600px) {
      section.otrosServiciosSection .mainGrid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas: "uno dos" "tres cuatro"; } }
    @media screen and (min-width: 960px) {
      section.otrosServiciosSection .mainGrid {
        grid-template-columns: repeat(4, 1fr);
        grid-template-areas: "uno dos tres cuatro"; } }
    section.otrosServiciosSection .mainGrid .otrosServicios {
      padding: 2rem;
      text-align: center; }
      section.otrosServiciosSection .mainGrid .otrosServicios .tituloServicio {
        text-transform: uppercase;
        color: #fb9603;
        font-size: 3rem;
        font-weight: 700;
        line-height: 1; }
        @media screen and (min-width: 600px) {
          section.otrosServiciosSection .mainGrid .otrosServicios .tituloServicio {
            font-size: 2.2rem; } }
      section.otrosServiciosSection .mainGrid .otrosServicios .uno {
        grid-area: uno; }
      section.otrosServiciosSection .mainGrid .otrosServicios .dos {
        grid-area: dos; }
      section.otrosServiciosSection .mainGrid .otrosServicios .tres {
        grid-area: tres; }
      section.otrosServiciosSection .mainGrid .otrosServicios .cuatro {
        grid-area: cuatro; }

.post p, .page p {
  margin-bottom: 2rem;
  line-height: 1.5; }

.post .titulo, .page .titulo {
  margin-bottom: 2rem; }
  @media screen and (min-width: 600px) {
    .post .titulo, .page .titulo {
      margin: 2rem 0 4rem 0; } }
  .post .titulo h1, .page .titulo h1 {
    text-align: center;
    font-size: 4rem;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    letter-spacing: 0; }
    @media screen and (min-width: 600px) {
      .post .titulo h1, .page .titulo h1 {
        font-size: 6rem;
        text-transform: uppercase;
        font-weight: normal;
        letter-spacing: 3px; } }
  .post .titulo::after, .page .titulo::after {
    margin-left: auto;
    margin-right: auto;
    width: 25%;
    height: 1rem;
    content: '';
    background: #edc60f;
    display: block; }
    @media screen and (min-width: 600px) {
      .post .titulo::after, .page .titulo::after {
        height: 1.5rem;
        content: '';
        background: #edc60f;
        display: block; } }

.contenedor.sidebar {
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 600px) {
    .contenedor.sidebar {
      flex-direction: row;
      justify-content: space-between; } }
  .contenedor.sidebar .type-post {
    flex-basis: 100%; }
    @media screen and (min-width: 600px) {
      .contenedor.sidebar .type-post {
        flex-basis: 70%; } }
    .contenedor.sidebar .type-post .contenidoPost {
      margin-bottom: 6rem; }
      .contenedor.sidebar .type-post .contenidoPost .imagenPostContenido {
        height: 450px;
        background-size: cover; }
      @media screen and (min-width: 600px) {
        .contenedor.sidebar .type-post .contenidoPost h3 {
          font-size: 7rem; } }
      .contenedor.sidebar .type-post .contenidoPost .botonVerEntrada {
        text-align: right;
        margin-top: 2rem; }
        .contenedor.sidebar .type-post .contenidoPost .botonVerEntrada a {
          color: #edc60f;
          font-size: 3rem;
          font-family: "Kristi", cursive; }
  .contenedor.sidebar .widget {
    background-color: #003d0f;
    color: #edc60f;
    padding: 2rem; }
    .contenedor.sidebar .widget a {
      color: #ffffff; }
    .contenedor.sidebar .widget .wp-calendar-table {
      width: 100%; }
    .contenedor.sidebar .widget form#searchform div {
      display: flex;
      justify-content: space-around; }
    .contenedor.sidebar .widget form label.screen-reader-text {
      display: none; }
    @media screen and (min-width: 600px) {
      .contenedor.sidebar .widget form input {
        font-size: x-small; } }
    @media screen and (min-width: 960px) {
      .contenedor.sidebar .widget form input {
        font-size: 100%; } }
    .contenedor.sidebar .widget form input#searchsubmit {
      border: 0;
      background-color: #edc60f;
      color: #ffffff;
      text-transform: uppercase;
      padding: 1rem 2rem; }

footer {
  background-color: #003d0f; }
  footer .zonaVerde .contenedor {
    padding: 2rem;
    text-align: center; }
    @media screen and (min-width: 600px) {
      footer .zonaVerde .contenedor {
        text-align: left;
        padding-top: 4rem;
        padding-bottom: 4rem;
        display: flex;
        justify-content: space-evenly; } }
    footer .zonaVerde .contenedor a.email {
      color: #edc60f; }
    footer .zonaVerde .contenedor h2.widgettitle {
      text-align: center;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 2rem;
      padding-bottom: 2rem;
      color: #edc60f;
      margin: 0;
      font-family: "Lato", sans-serif; }
      footer .zonaVerde .contenedor h2.widgettitle:after {
        margin-top: 1rem;
        margin-left: auto;
        margin-right: auto;
        width: 75%;
        height: 1rem;
        content: '';
        background: #edc60f;
        display: block; }
    footer .zonaVerde .contenedor li {
      padding-bottom: 1rem;
      padding-top: 1rem; }
      footer .zonaVerde .contenedor li a {
        color: #ffffff; }
  footer .zonaVerde .zonaDosPie {
    border-top: 1px solid #c8cbca; }
    @media screen and (min-width: 600px) {
      footer .zonaVerde .zonaDosPie {
        text-align: left;
        padding-bottom: 4rem;
        display: flex;
        justify-content: space-around;
        align-items: center; } }
    footer .zonaVerde .zonaDosPie .logoYdireccion {
      display: flex;
      align-items: center;
      flex-direction: column;
      padding-top: 2rem; }
      @media screen and (min-width: 600px) {
        footer .zonaVerde .zonaDosPie .logoYdireccion {
          flex-direction: row;
          padding-top: 0rem; } }
      footer .zonaVerde .zonaDosPie .logoYdireccion .direccion {
        margin-left: 0rem;
        padding-left: 0rem;
        border-left: 0px solid #c8cbca; }
        @media screen and (min-width: 600px) {
          footer .zonaVerde .zonaDosPie .logoYdireccion .direccion {
            margin-left: 4rem;
            padding-left: 2rem;
            border-left: 1px solid #c8cbca; } }
        footer .zonaVerde .zonaDosPie .logoYdireccion .direccion p {
          padding-top: 2rem;
          color: #ffffff;
          font-size: 1.2rem; }
    footer .zonaVerde .zonaDosPie .enlacesTextosLegales ul {
      display: flex;
      flex-direction: column; }
      @media screen and (min-width: 600px) {
        footer .zonaVerde .zonaDosPie .enlacesTextosLegales ul {
          flex-direction: row; } }
      footer .zonaVerde .zonaDosPie .enlacesTextosLegales ul li {
        padding: 2rem; }
        footer .zonaVerde .zonaDosPie .enlacesTextosLegales ul li.nombreCole {
          color: #edc60f; }
  footer .zonaAmarilla {
    background-color: #edc60f; }
    footer .zonaAmarilla .menu-menu-principal-container ul#menu-menu-principal-1 {
      text-align: center; }
      @media screen and (min-width: 600px) and (max-width: 959px) {
        footer .zonaAmarilla .menu-menu-principal-container ul#menu-menu-principal-1 {
          flex-wrap: wrap; } }
      footer .zonaAmarilla .menu-menu-principal-container ul#menu-menu-principal-1 .sub-menu {
        display: none; }
      footer .zonaAmarilla .menu-menu-principal-container ul#menu-menu-principal-1 li {
        padding: 2rem; }
        @media screen and (min-width: 960px) and (max-width: 1279px) {
          footer .zonaAmarilla .menu-menu-principal-container ul#menu-menu-principal-1 li {
            padding: 2rem 1rem;
            font-size: 1.4rem; } }
        footer .zonaAmarilla .menu-menu-principal-container ul#menu-menu-principal-1 li a {
          color: #003d0f;
          text-transform: uppercase; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

a {
  text-decoration: none; }

h1, h2, h3, h4 {
  font-family: "Kristi", cursive;
  margin: 1rem 0;
  line-height: 1.2;
  font-weight: 400; }
  h1 a, h2 a, h3 a, h4 a {
    color: #003d0f; }

h1 {
  font-size: 6rem; }

h2 {
  font-size: 4.8rem; }

h3 {
  font-size: 3.6rem; }

h4 {
  font-size: 2.4rem; }

img {
  max-width: 100%;
  height: auto; }

p, ul {
  margin: 0;
  padding: 0; }

.contenido li {
  list-style: inside; }

.contenido p {
  margin: 2rem 0; }

section {
  margin-top: 10rem;
  margin-bottom: 10rem; }

.imagenPrevioContenido {
  height: 220px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: -6.5rem; }

.wpforms-submit-container {
  text-align: center; }
  .wpforms-submit-container .wpforms-submit {
    margin-bottom: 1.5rem;
    font-weight: 700;
    margin-top: 1.5rem;
    text-align: right;
    background-color: #edc60f;
    color: #003d0f;
    text-transform: uppercase;
    padding: 1rem 2rem;
    border: none; }
    @media screen and (min-width: 600px) {
      .wpforms-submit-container .wpforms-submit {
        text-align: center;
        cursor: pointer;
        text-decoration: none; } }

.boton {
  margin-bottom: 2.5rem;
  margin-top: 2.5rem; }
  .boton .btn {
    background-color: #fb9603;
    color: #ffffff;
    border-radius: 3rem;
    padding: 1rem 2rem;
    font-size: 2.7rem;
    font-family: "Kristi", cursive;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .boton .btn:hover {
      background-color: #edc60f;
      color: #003d0f;
      border-radius: 0; }

.tituloSeccion h2 {
  font-size: 3rem; }
  @media screen and (min-width: 600px) {
    .tituloSeccion h2 {
      font-size: 4.8rem; } }

.menuRedes ul {
  display: flex; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body {
    display: block; }
    body * {
      display: initial; }
    body img {
      width: auto; }
    body .formularioConexion {
      width: 80%;
      margin-left: 10%; }
      body .formularioConexion form {
        width: 100%;
        margin: 0 auto; } }
      @media all and (-ms-high-contrast: none) and (min-width: 748px), all and (-ms-high-contrast: active) and (min-width: 748px) {
        body .formularioConexion form {
          width: 25%; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        body .formularioConexion form input[type='text'] {
          font-size: 2rem;
          border-radius: 1rem;
          letter-spacing: 0;
          padding: 0; }
        body .formularioConexion form input[type='submit'] {
          margin-top: 1rem;
          border-radius: 1rem; }
    body .imagenTecnico img {
      width: auto; }
  section {
    display: block;
    margin-bottom: 4rem;
    position: relative; }
  .acceso {
    min-height: 400px; }
    .acceso .textoDescriptivoArea {
      text-align: center;
      width: 100%;
      display: block; } }
    @media all and (-ms-high-contrast: none) and (min-width: 768px), all and (-ms-high-contrast: active) and (min-width: 768px) {
      .acceso .textoDescriptivoArea {
        padding-top: 5rem;
        width: 50%;
        float: left;
        text-align: left; } }
    @media all and (-ms-high-contrast: none) and (min-width: 960px), all and (-ms-high-contrast: active) and (min-width: 960px) {
      .acceso .textoDescriptivoArea {
        text-align: right;
        width: 20%; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .acceso .imagenDesktop {
      width: 80%;
      display: block;
      margin: auto; } }
    @media all and (-ms-high-contrast: none) and (min-width: 768px), all and (-ms-high-contrast: active) and (min-width: 768px) {
      .acceso .imagenDesktop {
        width: 50%;
        float: left; } }
    @media all and (-ms-high-contrast: none) and (min-width: 960px), all and (-ms-high-contrast: active) and (min-width: 960px) {
      .acceso .imagenDesktop {
        width: 60%;
        text-align: center; }
        .acceso .imagenDesktop img {
          display: inline-block; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .acceso .accesoGicoop {
      width: 80%;
      padding-top: 5rem;
      display: block;
      margin-left: 10%; } }
    @media all and (-ms-high-contrast: none) and (min-width: 960px), all and (-ms-high-contrast: active) and (min-width: 960px) {
      .acceso .accesoGicoop {
        margin-left: 0;
        width: 20%;
        float: left; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .soporteSection .TituloArea {
    width: 100%;
    clear: both; }
  .soporteSection .imagenTecnico {
    width: 70%;
    margin: auto; } }
  @media all and (-ms-high-contrast: none) and (min-width: 768px), all and (-ms-high-contrast: active) and (min-width: 768px) {
    .soporteSection .imagenTecnico {
      width: 30%;
      float: left; } }
  @media all and (-ms-high-contrast: none) and (min-width: 1280px), all and (-ms-high-contrast: active) and (min-width: 1280px) {
    .soporteSection .imagenTecnico {
      width: 20%; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .soporteSection .botonTecnico {
    display: block;
    width: 80%;
    margin-left: 10%; } }
  @media all and (-ms-high-contrast: none) and (min-width: 768px), all and (-ms-high-contrast: active) and (min-width: 768px) {
    .soporteSection .botonTecnico {
      width: 70%;
      position: relative;
      float: left; } }
  @media all and (-ms-high-contrast: none) and (min-width: 960px), all and (-ms-high-contrast: active) and (min-width: 960px) {
    .soporteSection .botonTecnico {
      width: 70%; } }
  @media all and (-ms-high-contrast: none) and (min-width: 1280px), all and (-ms-high-contrast: active) and (min-width: 1280px) {
    .soporteSection .botonTecnico {
      width: 44%; } }
  @media all and (-ms-high-contrast: none) and (min-width: 1920px), all and (-ms-high-contrast: active) and (min-width: 1920px) {
    .soporteSection .botonTecnico {
      width: 40%; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .soporteSection .botonTecnico .infoAyuda {
      display: block;
      width: 100%; }
  .soporteSection .areaIconos {
    padding-top: 5rem;
    padding-bottom: 5rem;
    float: left;
    display: block;
    width: 33%; } }
  @media all and (-ms-high-contrast: none) and (min-width: 768px), all and (-ms-high-contrast: active) and (min-width: 768px) {
    .soporteSection .areaIconos {
      padding-top: 2rem;
      width: 26%; } }
  @media all and (-ms-high-contrast: none) and (min-width: 960px), all and (-ms-high-contrast: active) and (min-width: 960px) {
    .soporteSection .areaIconos {
      width: 25%; } }
  @media all and (-ms-high-contrast: none) and (min-width: 1280px), all and (-ms-high-contrast: active) and (min-width: 1280px) {
    .soporteSection .areaIconos {
      width: 18%; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .soporteSection .areaIconos .contenedorIcono {
      display: block;
      text-align: left; } }
    @media all and (-ms-high-contrast: none) and (min-width: 1280px), all and (-ms-high-contrast: active) and (min-width: 1280px) {
      .soporteSection .areaIconos .contenedorIcono {
        text-align: right; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .soporteSection .areaIconos .contenedorIcono .imagenIcono {
        float: left; } }
      @media all and (-ms-high-contrast: none) and (min-width: 1280px), all and (-ms-high-contrast: active) and (min-width: 1280px) {
        .soporteSection .areaIconos .contenedorIcono .imagenIcono {
          width: 30%;
          padding-left: 2rem;
          float: right; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .soporteSection .boton a {
    width: 100%;
    display: block; }
  .soporteSection .telefonoContacto {
    width: 33%;
    float: left;
    padding-bottom: 5rem;
    padding-top: 1rem;
    text-align: center; } }
  @media all and (-ms-high-contrast: none) and (min-width: 768px), all and (-ms-high-contrast: active) and (min-width: 768px) {
    .soporteSection .telefonoContacto {
      width: 18%; } }
  @media all and (-ms-high-contrast: none) and (min-width: 1280px), all and (-ms-high-contrast: active) and (min-width: 1280px) {
    .soporteSection .telefonoContacto {
      width: 40%; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .soporteSection .telefonoContacto span {
      display: none; } }
    @media all and (-ms-high-contrast: none) and (min-width: 1280px), all and (-ms-high-contrast: active) and (min-width: 1280px) {
      .soporteSection .telefonoContacto span {
        display: inline; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .soporteSection .formularioConexion form input[type='submit'] {
    font-size: 2rem;
    padding: 1rem;
    letter-spacing: 0 !important; }
  footer {
    width: 100%;
    clear: both; } }
