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

body {
  background: #fff;
  font-family: "Lato", sans-serif !important;
}
#page {
  overflow: hidden;
}
.animated {
  visibility: hidden;
}
a:link,
a:active,
a:visited,
a:hover,
a:focus {
  color: #333;
  text-decoration: none !important;
}
img {
  max-width: 100%;
}
.single img,
.page img {
  width: 100%;
  height: auto;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900 !important;
}

a:focus,
a:hover {
  color: #3474b4 !important;
}

/* MASTHEAD */
.navbar {
  display: flex;
}
.navbar-brand {
  margin-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.navbar-toggler-right {
  top: 39px;
}
.navbar-nav {
  align-items: center;
  flex-direction: row !important;
  flex-wrap: wrap;
}
.navbar-nav li {
  text-align: center;
  width: 50%;
}
.navbar-nav li a {
  color: #000 !important;
  font-weight: 700;
  text-transform: uppercase;
}
.navbar-nav li.face a,
.navbar-nav li.twitt a {
  border-radius: 50%;
  color: #fff !important;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 30px;
}
.navbar-nav li.face a {
  background: #3b5998;
}
.icono {
  color: #fff;
  border: 1px solid black;
  border-radius: 50%;
  padding: 1rem;
}
.navbar-nav li.twitt a {
  background: #55acee;
}
.navbar-toggleable-md .navbar-nav .dropdown-menu {
  background: rgba(242, 242, 242, 1);
  border: none;
  border-radius: 0;
  position: absolute !important;
}
.navbar-toggleable-md .navbar-nav .dropdown-menu a {
  font-size: 14px;
}
.sello img{
  width: 15px!important;
}
/*neo */
.flex-container {
  max-width: 100%;
  width: 100%;
  list-style-type: none;
  margin: auto;
  padding: 0;

  /*Flexbox setup*/
  display: flex;
}

.fech {
  align-content: center;
}

/* SLIDE */
.carousel-item {
  align-content: center;
  align-items: center;
  position: relative;
  height: 500px;
  justify-content: center;
}
.carousel-item a.link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.carousel-item a.link div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.carousel-item a.link .over {
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.carousel-item .extracto {
  margin-right: 30px;
  margin-left: 30px;
  max-width: 100%;
  text-align: center;
  width: 500px;
  z-index: 3;
}
.carousel-item .extracto .titulo a {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0 0 10px #000;
  text-transform: uppercase;
}
.carousel-item .extracto .titulo a:hover {
  color: #fff !important;
}
.carousel-item .extracto .titulo:after {
  background: #fff;
  content: "";
  display: block;
  height: 2px;
  margin: 10px auto;
  max-width: 100%;
  position: relative;
  width: 250px;
}
.carousel-item .extracto .texto p {
  color: #fff;
  margin: 0;
  text-shadow: 0 0 10px #000;
  text-transform: uppercase;
}

/* NOVEDADES */
#novedades {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
#novedades a.boton {
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  color: #3474b4;
  display: inline-block;
  font-weight: 700;
  padding: 8px 30px;
}
#novedades a.boton:hover {
  background: #3474b4;
  color: #e6e6e6 !important;
}

/* SPONSORS */
#sponsors {
  background: #fff url(imagenes/bg-spo.jpg) center repeat;
  padding: 75px 0;
}
#sponsors img {
  border: 1px solid #999 !important;
}

/* NEO WORKSHOP */
#workshop {
  background-image: url("//fedecatur.com.ar/gestor/wp-content/themes/fedecatur2017/imagenes/bg-ws.jpg");
  background-size: cover;
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0;
}
#workshop a {
  display: inline-block;
}
#workshop a img {
  display: block;
}
#workshop .dos {
  padding: 50px;
}
#workshop .tres {
  padding-bottom: 50px;
}
#workshop #metaslider_container_30 {
  box-shadow: 0 0 50px -10px #000;
}
#workshop .uno,
#workshop .dos {
  align-items: center;
  display: flex;
  flex-direction: column;
}
#workshop .uno {
  padding: 0;
}
#workshop .uno img {
  width: 100% !important;
}
#workshop .dos img {
  max-height: 200px;
}
#workshop .tres {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
#workshop .tres img {
  max-width: 275px;
}

/* CONSULTA */
#consulta .container-fluid {
  display: flex;
  flex-direction: column;
  padding: 0;
}
#consulta .marca-pais {
  align-content: center;
  align-items: center;
  background: #3b5998;
  color: #fff;
  display: flex;
  min-height: 100vh;
  justify-content: center;
  text-align: center;
}
.marca-pais img {
  width: 60%!important;
}
#consulta .marca-pais .fab.fa-facebook-f {
  background: #fff;
  border-radius: 50%;
  color: #3b5998;
  font-size: 80px;
  font-weight: bold;
  height: 150px;
  line-height: 150px;
  width: 150px;
}
#consulta .marca-pais h2 {
  margin: 25px 0 0;
}
#consulta .formulario {
  align-content: center;
  align-items: center;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,cccccc+100 */
  background: #ffffff; /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #cccccc 100%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #cccccc 100%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #ffffff 0%, #cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  color: #4d4d4d;
  display: flex;
  min-height: 100vh;
  justify-content: center;
}
#consulta .formulario h2 {
  font-weight: 300 !important;
  text-align: center;
}
#consulta .formulario h2 strong {
  font-weight: 900 !important;
}
#consulta .formulario h2:after {
  background: #3474b4;
  content: "";
  display: block;
  height: 2px;
  margin: 20px auto;
  max-width: 100%;
  position: relative;
  text-align: center;
  width: 250px;
}
/* NUESTROS FEEDS */
#nuestros-feeds {
  background: #fafafa;
  color: #000;
  padding: 6rem 0;
}
#nuestros-feeds h1 {
  color: #606060;
  margin-top: 0;
  margin-bottom: 4rem;
  text-align: center;
}
#nuestros-feeds .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#nuestros-feeds .fb-page,
#nuestros-feeds .instagram {
  width: 100%;
}
#nuestros-feeds .instagram {
  background: #fff;
  margin-top: 2rem;
  padding: 0.5rem;
  position: relative;
  z-index: 1;
}
#nuestros-feeds .fb-page span,
#nuestros-feeds .instagram {
  border-radius: 10px;
  box-shadow: 0 0 10px #aaa;
  overflow: hidden;
}
/* COLOPHON */
#colophon {
  background: #333 url(imagenes/bg-col.png) center fixed repeat;
  color: #fff;
  padding: 50px 0;
  text-align: center;
}
#colophon a {
  color: #fff;
}
#colophon a:hover {
  color: #3474b4;
}
#colophon .menu {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 15px 0 0;
  padding: 0;
}
#colophon .menu li {
  margin: 10px;
  text-align: center;
}
#colophon .menu li a {
  font-weight: 700;
  text-transform: uppercase;
}
#colophon .menu li .fab {
  background: #fff;
  border-radius: 50%;
  color: #333;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  width: 30px;
}
#colophon .menu li .fab:hover {
  background: #3474b4 !important;
}
#colophon p {
  font-weight: 300;
  margin: 0;
  padding: 0 15px;
}

/* EXTRAS */
.page-header {
  margin-top: 35px;
}
.page .site-main article,
.single .site-main article {
  margin: 35px auto 50px;
}
.archive .site-main {
  margin: 0 auto 50px;
}
article,
aside,
footer,
header,
nav,
section {
  width: 100%;
}
.container .row {
  margin: 0;
}

/* FORMULARIOS */
form .col-sm-6,
form .col-sm-12 {
  margin-bottom: 10px;
  padding: 0;
}
form .col-sm-12 button,
form .col-sm-6 input,
form .col-sm-6 select,
form .col-sm-12 input,
form .col-sm-12 textarea {
  display: block;
  padding: 7px 15px;
  width: 100%;
}
form .col-sm-6 input,
form .col-sm-6 select,
form .col-sm-12 input,
form .col-sm-12 textarea {
  border: 2px solid #b2b2b2;
}
form .col-sm-12 textarea {
  height: 100px;
  max-height: 100px;
  min-height: 100px;
}
form .col-sm-12 input[type="submit"] {
  background: #3474b4;
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: 900;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
div.wpcf7-validation-errors {
  clear: both;
}
div.wpcf7-response-output {
  margin: 0;
  padding: 10px 15px;
  text-align: center;
}
div.wpcf7 .ajax-loader {
  display: block;
  margin: 0 auto;
}

/* LOOP */
#modulos.container {
  text-align: center;
}
#modulos.container,
#novedades .archive {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0;
  text-align: left;
  width: 100%;
}
.archive article {
  background: #fff;
  border: 1px solid #e6e6e6;
  max-width: 100%;
  margin-bottom: 30px;
  padding: 0;
  width: 100%;
}
.archive article ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: right;
  width: 100%;
}
.archive article ul li.imagen {
  height: 250px;
  margin-bottom: 15px;
  position: relative;
  text-align: left;
}
.archive article ul li.imagen div {
  background-size: cover !important;
}
.archive article ul li.titulo {
  padding: 0 15px 5px;
  text-align: left;
}
.archive article ul li.titulo a {
  display: block;
  font-weight: 900;
}
.archive article ul li.titulo a:hover {
  color: #000;
}
.archive article ul li.excerpt {
  padding: 0 15px;
  text-align: left;
}
.archive article ul li.excerpt p {
  line-height: 1.3;
  margin: 0;
}
.archive article ul li.excerpt a {
  display: none;
}
.archive article ul li.seguir {
  display: inline-block;
  margin: 15px;
  text-align: right;
}
.archive article ul li.seguir a {
  background: #3474b4;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  font-weight: 900;
  padding: 2px 10px;
  text-transform: uppercase;
}
.archive article ul li.seguir a:hover {
  background: #333;
}

/* SINGLES */
.entry-title,
.page-title {
  border-bottom: 2px solid #3474b4;
  color: #3474b4;
  font-weight: 900;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  border: 2px solid #3474b4;
  font-weight: 900;
  padding: 5px;
  text-transform: uppercase;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  background: #3474b4;
  color: #fff;
}

/* COMISION DIRECTIVA */
.page-id-54 .entry-content ul {
  align-items: stretch;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-id-54 .entry-content ul li {
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  padding: 5px 15px;
  text-align: center;
  width: 100%;
}

/* TAGS */
#tags {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1.5rem;
}
#tags .tags-title {
  color: #000;
  display: inline-block !important;
  font-family: inherit !important;
  font-size: 1.5rem !important;
  font-style: italic !important;
  font-weight: 800 !important;
  letter-spacing: normal !important;
  line-height: 1 !important;
  margin: 0 0 20px !important;
  -webkit-font-smoothing: antialiased;
}
#tags ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
#tags ul li {
  margin-bottom: 5px;
  margin-right: 10px;
}
#tags ul li:last-child {
  margin-right: 0;
}
#tags ul li::before {
  content: none;
}
#tags ul li a {
  background: #3474b4;
  border: 1px solid #3474b4;
  border-radius: 5px;
  color: #fff !important;
  font-size: 0.9rem;
  font-weight: 400 !important;
  padding: 2px 10px;
  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;
}
#tags ul li:hover a,
#tags ul li:active a,
#tags ul li a:hover,
#tags ul li a:active {
  background: #4d4d4d;
  border: 1px solid #4d4d4d;
  color: #fff !important;
}

/* IDE CONSULTORA */
#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;
  width: 100%;
}
#ideconsultora .container img {
  margin-right: 15px;
  width: 25px;
}
#ideconsultora .container span {
  line-height: 1.2;
  max-width: 80%;
}

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

@media (min-width: 768px) {
  .navbar-nav li {
    width: 33.333%;
  }

  #consulta .container-fluid {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #consulta .marca-pais {
    min-height: 0;
  }
  #consulta .formulario {
    min-height: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #consulta .formulario .wpcf7-form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  form .col-sm-6:nth-child(even) {
    padding: 0 5px 0 0;
  }
  form .col-sm-6:nth-child(odd) {
    padding: 0 0 0 5px;
  }
  #modulos.container,
  #novedades .archive {
    flex-direction: row;
    align-content: stretch;
    justify-content: space-between;
  }

  .archive article {
    align-content: stretch;
    display: flex;
    max-width: 33%;
  }
  .archive article ul {
    padding: 0 0 50px;
  }
  .archive article ul li.seguir {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  #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: 10px;
    width: 100%;
  }

  .page-id-54 .entry-content ul {
    border-right: none;
    border-bottom: none;
  }
  .page-id-54 .entry-content ul li {
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    flex: 1 1 50%;
    width: 50%;
  }
  #workshop {
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
    padding-bottom: 50px;
  }
  #workshop .dos,
  #workshop .tres {
    margin: 30px 0 0;
    padding: 0;
    width: auto;
  }
  #workshop .tres img {
    max-width: 355px;
  }

  /* IDE */
  #ideconsultora {
    border-bottom: none;
  }
  #ideconsultora .container a {
    width: auto;
  }
  #ideconsultora .container span {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .navbar-toggleable-md {
    justify-content: space-between;
  }
  .navbar-toggleable-md .navbar-collapse {
    width: auto !important;
  }
  .navbar-nav li {
    width: auto;
  }
  .navbar-nav li.face,
  .navbar-nav li.twitt {
    margin: 0 0 0 5px;
    width: 30px;
  }
  .navbar-nav li a {
    font-size: 14px;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 12px;
  }

  #consulta .formulario .container {
    max-width: 80%;
  }

  #workshop .tres img {
    max-width: 475px;
  }

  form .col-sm-6,
  form .col-sm-12 {
    margin-bottom: 25px;
  }
  form .col-sm-6:nth-child(even) {
    padding: 0 15px 0 0;
  }
  form .col-sm-6:nth-child(odd) {
    padding: 0 0 0 15px;
  }

  .archive article {
    max-width: 32%;
  }
  .archive article ul li.imagen {
    height: 325px;
  }
  /* NUESTROS FEEDS */
  #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;
  }
}

@media (min-width: 1200px) {
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .navbar-toggleable-md .navbar-nav .nav-item.face .nav-link,
  .navbar-toggleable-md .navbar-nav .nav-item.twitt .nav-link {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .navbar-nav li a {
    font-size: 16px;
  }
  .navbar-nav li a {
    font-size: 16px;
  }

  #workshop .tres img {
    max-width: 520px;
  }
}
