@charset "UTF-8";
/*
 Theme Name:   GP - Canto y espíritu
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Tema hijo de GeneratePress
 Author:       John Doe
 Author URI:   https://officeweb.com.mx
 Template:     generatepress
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         canto, espíritu
 Text Domain:  generatepresschild
*/
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@700&family=Montserrat:wght@600&family=Poppins:ital,wght@0,400;0,600;1,400&display=swap");
html {
  scroll-behavior: smooth; }

body {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  background-color: #fff1b2;
  color: #255871;
  overflow-x: hidden; }
  body p {
    font-size: 15px; }
  body .inside-article {
    background-color: transparent !important; }

@media (min-width: 800px) {
  body, body p {
    font-size: 16px; } }
@media (min-width: 1200px) {
  body, body p {
    font-size: 17px; } }
.copete {
  display: block;
  font-size: 13px;
  line-height: 1.2em;
  color: #cb5382;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-bottom: 2px;
  text-transform: uppercase;
  letter-spacing: 6px; }

h1, h2, h3 {
  font-family: "Lora", serif;
  line-height: 1.2;
  color: #3885ab; }

h1 {
  font-size: 37px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 22px; }

@media (min-width: 800px) {
  h1 {
    font-size: 50px; }

  h2 {
    font-size: 40px; }

  h3 {
    font-size: 30px; } }
@media (min-width: 1200px) {
  h1 {
    font-size: 62px; }

  h2 {
    font-size: 50px; }

  h3 {
    font-size: 37px; } }
a {
  text-decoration: none;
  color: #3885ab; }
  a:hover, a:focus, a:active {
    color: #ffe98b; }
  a:visited {
    color: #3885ab; }

ul li::marker {
  font-size: 140%;
  color: #ffe98b; }

.color-uno {
  color: #3885ab; }

.color-uno-claro {
  color: #63a9cc; }

.color-dos {
  color: #ffe98b; }

.color-tres {
  color: #cb5382; }

.texto-centro {
  text-align: center; }

.contenedor {
  display: block;
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 0 20px; }

.fondo-degradado {
  width: 100%;
  background-image: linear-gradient(180deg, #3885ab 33%, #63a9cc 65%); }

.fondo-degradado-dos {
  width: 100%;
  background-image: linear-gradient(180deg, #ffe98b 33%, #fff8d8 65%); }

h2.cita {
  text-align: center;
  color: #63a9cc;
  line-height: 1.08;
  margin: 20px 10% 60px; }

/* Menu */
#cabeza-menu {
  width: 100%;
  height: 90px;
  background: #3885ab; }
  #cabeza-menu a.logo {
    display: inline-block;
    height: 60px;
    margin: 15px 0 0 30px; }
    #cabeza-menu a.logo img {
      height: 60px; }
  #cabeza-menu a.hamburguesa {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px; }

#menu-principal {
  width: 100%;
  background: #3885ab;
  text-align: center;
  padding: 10px;
  transform-origin: 0 0;
  transform: scale(1, 0);
  transition: transform .6s;
  position: absolute;
  border-top: 2px solid #fff1b2;
  top: 90px;
  left: 0;
  z-index: 100; }
  #menu-principal.visible {
    transform: scale(1); }
  #menu-principal a {
    display: block;
    color: #ffe98b;
    padding: 10px 0; }
    #menu-principal a.seleccionado {
      color: #fff; }
    #menu-principal a:hover, #menu-principal a:focus, #menu-principal a:active {
      color: #fff !important; }
  #menu-principal a.logo {
    display: none; }

@media (min-width: 800px) {
  #cabeza-menu {
    display: none; }

  #menu-principal {
    transform: scale(1);
    height: 120px;
    padding: 0;
    position: relative;
    border-top: none;
    top: 0;
    background: #3885ab; }
    #menu-principal a {
      position: relative;
      display: inline-block;
      width: 140px;
      height: 120px;
      padding: 0px; }
      #menu-principal a span {
        display: inline-block;
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    #menu-principal a.logo {
      display: inline-block;
      width: 120px;
      height: 120px; }
      #menu-principal a.logo span {
        height: 120px; }
        #menu-principal a.logo span img {
          height: 120px; }

  body.home #menu-principal {
    background: #3885ab; } }
/* Cabeceras */
#cabeza-home {
  position: relative;
  background: #3885ab;
  overflow: visible;
  background-color: transparent;
  background-image: linear-gradient(180deg, #3885ab 33%, #63a9cc 65%);
  margin-bottom: 40px; }
  #cabeza-home:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 15%;
    left: 0;
    bottom: 0;
    background: #fff1b2; }
  #cabeza-home .imagen-fondo {
    position: relative;
    display: block;
    width: 93%;
    margin: 0 auto;
    background-size: cover;
    background-position: center center;
    padding-bottom: 50%;
    z-index: 1; }
    #cabeza-home .imagen-fondo:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(56, 133, 171, 0.4);
      opacity: 0.7; }
    #cabeza-home .imagen-fondo .fondo-titulo {
      position: absolute;
      z-index: 1;
      top: 60%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 80%; }
      #cabeza-home .imagen-fondo .fondo-titulo h2.titDentroCabeza {
        display: none;
        text-align: center;
        color: #fff1b2;
        line-height: 1.08; }

h2.titFueraCabeza {
  text-align: center;
  color: #63a9cc;
  line-height: 1.08;
  margin: 0 10% 40px; }

@media (min-width: 800px) {
  #cabeza-home .imagen-fondo {
    padding-bottom: 45%; }
    #cabeza-home .imagen-fondo .fondo-titulo {
      top: 75%; }
      #cabeza-home .imagen-fondo .fondo-titulo h2.titDentroCabeza {
        display: block; }

  h2.titFueraCabeza {
    display: none; } }
@media (min-width: 1200px) {
  #cabeza-home .imagen-fondo {
    padding-bottom: 35%; }
    #cabeza-home .imagen-fondo .fondo-titulo {
      top: 80%; } }
.cabeza-con-imagen {
  position: relative;
  background-size: cover;
  background-position: center center;
  width: 100%;
  padding-bottom: 45%; }
  .cabeza-con-imagen:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, #3885ab 25%, rgba(56, 133, 171, 0.4) 60%, #3885ab 75%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3885ab 25%, rgba(56, 133, 171, 0.4) 60%, #3885ab 75%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3885ab 25%, rgba(56, 133, 171, 0.4) 60%, #3885ab 75%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    opacity: 0.7; }
  .cabeza-con-imagen .fondo-titulo {
    position: absolute;
    z-index: 1;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; }
    .cabeza-con-imagen .fondo-titulo h1 {
      text-align: center;
      color: #fff1b2;
      line-height: 1.05; }

@media (min-width: 800px) {
  .cabeza-con-imagen {
    margin-top: -120px;
    padding-bottom: 40%; }
    .cabeza-con-imagen:after {
      content: '';
      background: -moz-linear-gradient(top, #3885ab 33%, rgba(56, 133, 171, 0.4) 60%, #3885ab 95%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #3885ab 33%, rgba(56, 133, 171, 0.4) 60%, #3885ab 95%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #3885ab 33%, rgba(56, 133, 171, 0.4) 60%, #3885ab 95%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
    .cabeza-con-imagen .fondo-titulo {
      top: 80%;
      transform: translate(-50%, -50%); } }
@media (min-width: 1200px) {
  .cabeza-con-imagen {
    padding-bottom: 30%; } }
.cabeza-sin-imagen h1 {
  text-align: center;
  margin-top: 40px; }

/* Items: título e imagen redonda */
.items-redonda {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly; }
  .items-redonda .item-redonda {
    display: inline-block;
    margin: 10px;
    padding: 0; }
    .items-redonda .item-redonda .imagen-redonda img {
      width: 130px;
      height: 130px;
      border-radius: 50%;
      border: solid 5px #3885ab; }
    .items-redonda .item-redonda .titulo-redonda {
      color: #cb5382;
      text-align: center;
      margin-bottom: 10px; }

@media (min-width: 800px) {
  .items-redonda .item-redonda .imagen-redonda img {
    width: 180px;
    height: 180px; } }
@media (min-width: 1200px) {
  .items-redonda .item-redonda .imagen-redonda img {
    width: 210px;
    height: 210px; } }
/* Experiencia (home) */
.home-experiencia {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly; }
  .home-experiencia .columna {
    width: 100%;
    padding: 15px;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .home-experiencia .columna .interior-columna .imagen {
      position: relative;
      border-radius: 50%;
      border: solid 5px #cb5382;
      overflow: hidden;
      padding-bottom: 90%;
      margin: 5%; }
      .home-experiencia .columna .interior-columna .imagen img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .home-experiencia .columna .interior-columna .copete {
      color: #ffe98b; }
    .home-experiencia .columna .interior-columna .titulo {
      color: #fff;
      margin-bottom: 10px; }
    .home-experiencia .columna .interior-columna p {
      color: #fff1b2; }
    .home-experiencia .columna .interior-columna .boton {
      padding: 1em 2em;
      border-radius: 2em; }

@media (min-width: 600px) {
  .home-experiencia .columna {
    width: 50%; } }
/* Canto holístico */
.holistico-2col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly; }
  .holistico-2col .columna {
    width: 100%;
    padding: 15px;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .holistico-2col .columna .interior-columna .imagen img {
      width: 100%; }
    .holistico-2col .columna .interior-columna .cita {
      color: #63a9cc; }

@media (min-width: 600px) {
  .holistico-2col .columna {
    width: 50%; } }
/* Alternado */
.alternado {
  margin-top: 40px; }
  .alternado .par {
    display: flex;
    flex-direction: column; }
    .alternado .par .img {
      order: 2; }
      .alternado .par .img .foto {
        padding-bottom: 56%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }
    .alternado .par .txt {
      order: 1; }
      .alternado .par .txt:after {
        content: '';
        position: absolute;
        width: 12px;
        height: 12px;
        top: 15px;
        left: -7px;
        border-radius: 50%;
        background: #cb5382; }
    .alternado .par .izq, .alternado .par .der {
      position: relative;
      width: 100%;
      padding: 0 30px 40px;
      margin: 0 0 0 15px;
      border-left: 2px solid #cb5382; }

@media (min-width: 600px) {
  .alternado .par {
    flex-direction: row; }
    .alternado .par .izq, .alternado .par .der {
      width: 50%;
      margin: 0;
      padding: 0 40px 60px; }
    .alternado .par .izq {
      order: 1;
      text-align: right;
      border: none; }
      .alternado .par .izq:after {
        display: none; }
    .alternado .par .der {
      order: 2; }
      .alternado .par .der:after {
        content: '';
        position: absolute;
        width: 12px;
        height: 12px;
        top: 15px;
        left: -7px;
        border-radius: 50%;
        background: #cb5382; } }
/* footer */
.site-footer .footer-widgets {
  background-color: #3885ab;
  color: #fff1b2 !important; }
  .site-footer .footer-widgets a {
    text-decoration: none;
    color: #ffe98b !important; }
    .site-footer .footer-widgets a:hover, .site-footer .footer-widgets a:focus, .site-footer .footer-widgets a:active {
      color: #fff !important; }
  .site-footer .footer-widgets h3 {
    font-size: 1.8em;
    color: #fff; }
.site-footer .site-info {
  background-color: #255871; }
  .site-footer .site-info .inside-site-info {
    padding: 10px 20px; }
    .site-footer .site-info .inside-site-info a {
      color: #fff1b2 !important; }

.contactoFooter a {
  display: inline-block;
  font-size: 1.1em;
  margin-bottom: .6em; }
  .contactoFooter a i {
    color: #fff !important;
    width: 1.4em; }

/* WPForms */
.frmContacto {
  display: block;
  margin: 0 auto 40px !important;
  width: 100% !important;
  max-width: 600px;
  padding: 0 20px !important; }

.enviarWPForm {
  background-color: #3885ab !important;
  color: #fff !important;
  padding: .6em 1.8em !important;
  border-radius: 2em !important;
  font-size: 1.1em !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  border: none !important; }
  .enviarWPForm:hover, .enviarWPForm:focus, .enviarWPForm:active {
    background-color: #63a9cc !important;
    color: #fff !important; }

/* */
a.boton,
button.boton {
  display: inline-block;
  margin: 0 0 1em 0;
  padding: 0.4em 1em 0.4em 1em;
  line-height: 1.2;
  border: 1px solid transparent;
  border-radius: 1em;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  font-size: inherit;
  color: #fff;
  background-color: #3885ab; }
  a.boton:hover, a.boton:focus, a.boton:active,
  button.boton:hover,
  button.boton:focus,
  button.boton:active {
    text-decoration: none;
    outline: 0;
    background-image: none;
    color: #fff;
    background-color: #255871; }
  a.boton[disabled],
  button.boton[disabled] {
    cursor: not-allowed;
    background-color: #a6a6a6; }

a.boton.color-dos,
button.boton.color-dos {
  color: #444;
  background-color: #ffe98b; }
  a.boton.color-dos:active, a.boton.color-dos:focus, a.boton.color-dos:hover,
  button.boton.color-dos:active,
  button.boton.color-dos:focus,
  button.boton.color-dos:hover {
    color: #444;
    background-color: #ffda3f; }
  a.boton.color-dos[disabled], a.boton.color-dos[disabled]:hover, a.boton.color-dos[disabled]:focus,
  button.boton.color-dos[disabled],
  button.boton.color-dos[disabled]:hover,
  button.boton.color-dos[disabled]:focus {
    background-color: #a6a6a6; }

a.boton.color-tres,
button.boton.color-tres {
  color: #fff;
  background-color: #cb5382; }
  a.boton.color-tres:active, a.boton.color-tres:focus, a.boton.color-tres:hover,
  button.boton.color-tres:active,
  button.boton.color-tres:focus,
  button.boton.color-tres:hover {
    color: #fff;
    background-color: #a1315d; }
  a.boton.color-tres[disabled], a.boton.color-tres[disabled]:hover, a.boton.color-tres[disabled]:focus,
  button.boton.color-tres[disabled],
  button.boton.color-tres[disabled]:hover,
  button.boton.color-tres[disabled]:focus {
    background-color: #a6a6a6; }

/*# sourceMappingURL=style.css.map */
