/*
Theme Name: Sagrada Familia Tucumán 2018
Author: Ide Consultora & Nicolás Fanjul Arguijo
Theme URI: //ideconsultora.com.ar/
Description: Tema hijo para el tema Twenty Seventeen.
Version: 2018
Template: twentyseventeen
Text Domain: twentyseventeen
*/

body {
  background: #fff;
  font-family: "Roboto", sans-serif !important;
}
#page {
  overflow: hidden;
}

a:link,
a:active,
a:visited {
  text-decoration: none;
}

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

#ideconsultora {
  background: #999;
  font-size: 12px;
  padding: 10px 0;
  position: relative;
  text-decoration: none;
}
#ideconsultora .container {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
#ideconsultora .container a {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#ideconsultora .container img {
  margin-right: 15px;
  width: 25px;
}
#ideconsultora .container span {
  line-height: 1.2;
  max-width: 80%;
}

.btn-primary {
  background-color: #0079ae;
  border-color: #0079ae;
  font-size: 1.5rem;
  font-weight: 300;
  padding: 0.5rem 2rem;
}

section h1 {
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
}

/* MASTHEAD */
#masthead .logo {
  margin: 0;
  width: 150px;
}
#masthead .logo img {
  max-width: 100%;
}
.navbar {
  background: #1f385b;
  color: #fff;
  padding: 1rem;
}
.navbar-toggler {
  color: #fff;
}
.navbar-nav li {
  text-align: right;
}
.navbar-nav .nav-link {
  color: #fff;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
}

/* SLIDER */
#slider {
  border-bottom: 20px solid #1f385b;
}

/* VIDEO */
#video {
  background: #0079ae;
  display: none !important;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#video iframe {
  height: 400px;
  width: 100%;
}

/* SERVICIOS */
#servicios {
  background: #fff;
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center;
}
#servicios h1 {
  color: #1f385b;
  margin-bottom: 2rem;
}
#servicios .loop {
  display: block;
  position: relative;
  width: 100%;
}
#servicios .loop {
  list-style: none;
  margin-bottom: 2rem;
  padding: 0;
  position: relative;
  width: 100%;
}
#servicios .imagen {
  margin: 0 auto 0.5rem;
  position: relative;
  width: 49%;
}
#servicios .imagen a {
  display: block;
  position: relative;
}
#servicios .btn {
  margin: 0 auto;
}

/* MÉDICOS */
#medicos {
  background: #1f385b;
  color: #fff;
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center;
}
#medicos .loop {
  width: 100%;
}
#medicos .loop ul {
  list-style: none;
  margin-bottom: 2rem;
  padding: 0;
  position: relative;
  text-align: left;
  width: 100%;
}
#medicos .imagen {
  border-radius: 5px;
  height: 200px;
  overflow: hidden;
  position: relative;
}
#medicos .imagen div {
  background-size: cover !important;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
#medicos ul:hover .imagen div {
  transform: scale(1.2, 1.2) rotate(0);
  -webkit-transform: scale(1.2, 1.2) rotate(0);
  -moz-transform: scale(1.2, 1.2) rotate(0);
  transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease-in;
  transition-duration: 400ms;
  -webkit-transition-duration: 400ms;
  -moz-transition-duration: 400ms;
}
#medicos .texto {
  margin-bottom: 0;
  padding: 1rem 2rem;
  text-align: left;
}
#medicos .texto .titulo {
  margin-bottom: 0.5rem;
}
#medicos .texto .titulo a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  display: block;
}
#medicos .texto .extracto {
  color: #fff;
}
#medicos .texto .extracto p {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 0;
}
#medicos .texto .extracto a {
  display: none;
}
#medicos .btn {
  margin: 0 auto;
}

/* TURNO */
#turno {
  background-image: url(/gestor/wp-content/themes/sagradafamiliatucuman.com.ar/imagenes/turnos-2021.jpg);
  background-color: #1f385b;
  background-blend-mode: multiply;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  padding: 5rem 0;
}
#turno .container {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#turno .logo-whatsapp {
  color: #fff;
  display: inline-block;
  margin-bottom: 2rem;
  text-shadow: 0 0 20px #212529;
}
#turno .logo-whatsapp i {
  font-size: 8rem;
}
#turno .texto {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#turno .texto h1 {
  color: #fff;
  margin-bottom: 2rem;
  text-align: center;
}

/* REDES */
#redes {
  background: #0079ae;
  color: #fff;
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center;
}
#redes p {
  font-size: 2rem;
}
#redes ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#redes ul li {
  margin: 0 0.5rem;
}
#redes ul li a {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: #0079ae;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 2rem;
  height: 48px;
  justify-content: center;
  width: 48px;
}

/* NUESTROS FEEDS */
#nuestros-feeds {
  background: #1f385b;
  display: none;
  padding: 5rem 0;
  position: relative;
}
#nuestros-feeds .container {
  display: flex;
  flex-direction: column;
  padding: 0;
}
#nuestros-feeds .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#nuestros-feeds h1 {
  color: #fff;
  text-align: center;
  width: 100%;
}
#nuestros-feeds .instagram {
  background: #fff;
  margin-top: 2rem;
  padding: 0.5rem;
  position: relative;
  width: 100%;
  z-index: 1;
}

/* NOVEDADES */
#novedades {
  background: #fff;
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center;
}
#novedades h1 {
  color: #1f385b;
}
#novedades .loop {
  width: 100%;
}
#novedades .loop ul {
  background: #e3e3e3;
  border-top: 25px solid #1f385b;
  border-bottom: 25px solid #1f385b;
  list-style: none;
  margin-bottom: 2rem;
  padding: 0;
  position: relative;
  text-align: left;
  width: 100%;
}
#novedades .imagen {
  height: 350px;
  overflow: hidden;
  position: relative;
}
#novedades .imagen div {
  background-size: cover !important;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
#novedades ul:hover .imagen div {
  transform: scale(1.2, 1.2) rotate(0);
  -webkit-transform: scale(1.2, 1.2) rotate(0);
  -moz-transform: scale(1.2, 1.2) rotate(0);
  transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease-in;
  transition-duration: 400ms;
  -webkit-transition-duration: 400ms;
  -moz-transition-duration: 400ms;
}
#novedades .texto {
  margin-bottom: 0;
  padding: 1rem 2rem;
}
#novedades .texto .titulo {
  margin-bottom: 0.5rem;
}
#novedades .texto .titulo a {
  color: #333;
  font-weight: 700;
  display: block;
}
#novedades .texto .extracto {
  color: #0079ae;
}
#novedades .texto .extracto p {
  font-weight: 700;
  margin-bottom: 0;
}
#novedades .texto .extracto a {
  display: none;
}
#novedades .btn {
  margin: 0 auto;
}

/* GALERIA */
#galeria {
  background: #1f385b;
  color: #fff;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/* COLOPHON */
#colophon {
  background: #fff;
  color: #333;
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-align: center;
}
#colophon .logo {
  width: 150px;
}
#colophon .logo img {
  max-width: 100%;
}
#colophon .info {
  font-size: 12px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#colophon .info p {
  margin-bottom: 0;
}
#colophon .redes {
  list-style: none;
  margin: 0;
  padding: 0;
}
#colophon .redes li {
  margin: 0 0.5rem;
}
#colophon .redes a {
  align-items: center;
  background: #1f385b;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 32px;
  justify-content: center;
  width: 32px;
}

/* FORMULARIOS */
form {
  display: flex;
  flex-wrap: wrap;
}
form .col-sm-12 {
  margin-bottom: 1rem;
  padding: 0;
}
form .col-sm-12.last {
  margin-bottom: 0;
}
form .col-sm-12 button,
form .col-sm-12 input,
form .col-sm-12 select,
form .col-sm-12 textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  color: #1f385b;
  display: block;
  padding: 1rem;
  width: 100%;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
form .col-sm-12 button::placeholder,
form .col-sm-12 input::placeholder,
form .col-sm-12 select::placeholder,
form .col-sm-12 textarea::placeholder {
  color: #1f385b;
}
form .col-sm-12 input,
form .col-sm-12 select,
form .col-sm-12 textarea {
  background: #fff;
  border: none;
  font-size: 16px;
  line-height: 1;
}
form .col-sm-12 textarea {
  height: 6rem;
  max-height: 6rem;
  min-height: 6rem;
}
form .col-sm-12 input[type="submit"] {
  background: #1f385b;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  opacity: 1;
  padding: 1rem 1.5rem;
  text-align: center;
  text-transform: uppercase;
}
div.wpcf7-validation-errors {
  clear: both;
}
div.wpcf7-response-output {
  background: #fff;
  margin: 1rem 0 0;
  padding: 0.5rem 1rem;
  text-align: center;
  width: 100%;
}
div.wpcf7 .ajax-loader {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999999;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  background: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

/* SINGLES */
.single .site-main,
.page .site-main {
  padding: 3rem 0;
}
.page-id-26 .site-main,
.page-id-28 .site-main {
  background-image: url("/gestor/wp-content/themes/sagradafamiliatucuman.com.ar/imagenes/turnos-2021.jpg");
  background-color: #ccc;
  background-blend-mode: multiply;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.archive #novedades {
  padding: 3rem 0;
}

.entry-title {
  color: #000;
  font-weight: 700;
}
.entry-content {
  margin-bottom: 0.5rem;
}
.entry-content p,
.resumen p {
  font-size: 18px;
  line-height: 1.3 !important;
  text-align: justify;
}
.entry-content iframe {
  display: block;
  min-height: 4rem;
  width: 100%;
}
.entry-content img {
  height: auto !important;
  max-width: 100% !important;
  width: auto !important;
}

/* EXTRAS */
#breadcrumbs a {
  color: #000 !important;
}
section h1 {
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
  text-transform: uppercase;
}

.wp-pagenavi {
  display: block;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
}
.wp-pagenavi a,
.wp-pagenavi span {
  background: #1f385b;
  border: 4px solid #1f385b;
  color: #fff !important;
  display: inline-block;
  font-weight: 700;
  padding: 5px 10px;
  text-transform: uppercase;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  background: #0079ae;
  border-color: #1f385b;
  color: #fff !important;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
  display: block !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}
#jp-relatedposts h4 em,
div.sharedaddy h3.sd-title {
  color: #fff !important;
}
#jp-relatedposts .jp-relatedposts-items-visual {
  margin-right: 0 !important;
}
#jp-relatedposts h4.jp-relatedposts-headline,
div.sharedaddy h3.sd-title {
  background: #000 !important;
  color: #fff !important;
  display: inline-block !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  margin: 0 0 0.5rem !important;
  padding: 0.5rem 1rem !important;
  text-transform: uppercase !important;
}
#jp-relatedposts h4.jp-relatedposts-headline em {
  font-style: normal !important;
}
div.sharedaddy h3.sd-title:before {
  display: none !important;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
  color: #333 !important;
  font-size: 18px !important;
}
#compartir .sd-content ul {
  margin: 0 !important;
}
.sd-content ul li {
  margin: 0 0.5rem 0 0 !important;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
  /* MASTHEAD */
  #masthead .logo {
    width: 200px;
  }

  #servicios .imagen {
    width: 19%;
  }

  #medicos .loop ul {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #medicos .imagen {
    width: 50%;
  }
  #medicos .texto {
    width: 50%;
  }

  #redes p {
    margin-right: 0.5rem;
    margin-bottom: 0;
  }
  #novedades .loop ul {
    width: 32%;
  }

  #colophon .logo {
    width: 200px;
  }
  #colophon .info {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 250px;
  }

  #jp-relatedposts .jp-relatedposts-items-visual {
    display: flex;
    justify-content: space-between;
  }
  #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
    width: 32% !important;
  }
  #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
    padding-right: 0 !important;
  }
  #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img {
    height: auto;
    margin-bottom: 1rem;
    width: 100%;
  }

  #ideconsultora {
    border-bottom: none;
  }
  #ideconsultora .container span {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .navbar-brand {
    max-width: 240px;
  }
  .navbar-nav .nav-link {
    font-size: 0.65rem;
    padding: 2rem;
  }
  .navbar-nav .nav-link {
    background: url(/gestor/wp-content/themes/sagradafamiliatucuman.com.ar/imagenes/iso.png) center no-repeat;
    background-position: 50% -100px;
    background-size: auto 100%;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
  }
  .navbar-nav .nav-link:hover {
    background: url(/gestor/wp-content/themes/sagradafamiliatucuman.com.ar/imagenes/iso.png) center no-repeat;
    background-position: 50% 0;
    background-size: auto 100%;
  }

  #medicos .loop ul {
    width: 49%;
  }
  #medicos .imagen {
    height: 140px;
    width: 35%;
  }
  #medicos .texto {
    width: 65%;
  }

  /* TURNO */
  #turno .logo-whatsapp i {
    font-size: 10rem;
  }

  #redes p {
    font-size: 3rem;
  }
  #redes ul li a {
    height: 64px;
    width: 64px;
  }

  /* NUESTROS FEEDS */
  #nuestros-feeds {
    display: block;
  }
  #nuestros-feeds .container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #nuestros-feeds .fb-page,
  #nuestros-feeds .instagram {
    width: calc(50% - 1rem);
  }
  #nuestros-feeds .instagram {
    margin-top: 0;
  }

  #colophon .info {
    font-size: 14px;
    max-width: 330px;
  }
}

@media (min-width: 1200px) {
  .navbar-nav .nav-link {
    font-size: 0.75rem;
    padding: 2rem 1rem !important;
  }

  #colophon .info {
    max-width: 450px;
  }
}
