/*
==================================================================
Theme Name: Intralia
Author: La Sastreria Comunicación
Author URI: http://www.lasastreria.co
==================================================================
*/

/* Variables =================================================== */

body,input,textarea,select,option,p,a,h1,h2,h3,h4,h5,h6{
  font-family: 'PT Sans', sans-serif;
  color: #606263;
  font-weight: normal;
  margin-top: 0;
}

h1,h2,h3,h4,h5,h6, ol, ul{
  font-family: 'Enriqueta', sans-serif;
  margin-bottom: 0.8em;
}

*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  float:left;
  background-color: #fff;
  color: #9c9e9f;
}

p {
  margin-bottom: 0.8em;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  margin-top: 0;
}

a {
  color:#22d3c5;
}

a:hover {
  color:#008684;
}

a, a img, a i{
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

a img:hover, a i:hover{
  opacity: 0.5;
}

.boton, .button{
  border: 2px solid #22d3c5;
  color: #9c9e9f;
  display: table;
  font-family: "PT sans",sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin: 0 auto;
  padding: 10px 24px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.boton:hover{
  color: #fff;
  background-color: #ffc842;
  cursor: pointer;
}

.boton.active{
  color: #ffc842;
  border-color: #ffc842;
  cursor: pointer;
}

.boton.active:hover{
  color: #fff;
}

.boton.blanco, .button.blanco{
  border-color: #fff;
  color: #fff;
}

.alignleft{
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.alignright{
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

.aligncenter{
  float: none;
  margin: 20px auto;
  display: block;
}

input, select, textarea{
  float: left;
  padding: 10px 15px;
  min-height: 40px;
  font-family: 'PT Sans', sans-serif;
  color: #c6c7c8;
  font-weight: normal;
  font-size: 16px;
  background-color: #f6f6f6;
  border: none;
}

input.input-checkbox {
  display: block;
  margin: 4px;
  min-height: 0;
}

iframe, object, embed{
  max-width: 100%;
}

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

/*Estructura*/

.centrar {
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
}

/* Header */

header {
  float: left;
  padding-bottom: 25px;
  position: relative;
  width: 100%;
}

header a#logo {
  float: left;
  margin: 0;
  width: auto;
}

header a#logo img{
  float: left;
  width: auto;
  margin-top: 25px;
}

header ul{
  margin: 0;
}

header ul li{
  list-style: none;
  display: inline-block;
}

header i.fa {
  background-color: #9c9e9f;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  width: 25px;
}

nav#superior {
  background-color: #eceded;
  float: left;
  margin: 0;
  padding: 10px 0;
  width: 100%;
}

nav#superior ul#contact{
  float: left;
}

nav#superior ul#contact a {
  font-size: 12px;
  margin-right: 10px;
  color: #9c9e9f;
}

nav#superior ul#contact a i{
  margin-right: 5px;
}

nav#superior ul#miRs{
  float: right;
}

nav#superior ul#miRs i{
  background-color: #22d3c5;
}

/*Nav*/

#menuMovil {
  border-radius: 5px;
  color: #fff;
  display: none;
  float: right;
  font-size: 30px;
  height: 45px;
  line-height: 36px;
  margin-top: 32px;
  padding: 5px;
  text-align: center;
  width: 45px;
  background-color: #9c9e9f;
}

#menuMovil:hover, #menuMovil:focus, #menuMovil.active {
  cursor: pointer;
  background-color: #ffc842;
}

/*Menu*/

header .menu-principal-container {
  float: right;
  margin-top: 45px;
}

#menu-principal {
  float: right;
  text-align: right;
  width: 100%;
  margin: 0;
  padding: 0;
}

#menu-principal li {
  display: inline-block;
}

#menu-principal li a{
  color: #22d3c5;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 10px;
  margin-bottom: 0;
}

#menu-principal li a:hover, #menu-principal li.current-menu-item a{
  color: #ffc842;
}

/*Columnas*/

section{
  float: left;
  width: 100%;
}

.colLeft{
  float: left;
  width: 50%;
  padding-right: 20px;
}

.colRight{
  float: right;
  width: 50%;
  padding-left: 20px;
}

.colLeft4{
  float: left;
  width: 25%;
  padding-right: 20px;
}

.colCentral4{
  float: left;
  width: 25%;
  padding: 0 20px;
}

.colRight4{
  float: right;
  width: 25%;
  padding-left: 20px;
}

/*Común*/

#cabecera{
  float: left;
  width: 100%;
  height: 190px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: url('images/bgSlider.png');
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

#cabecera h1 {
  color: #fff;
  font-size: 38px;
  line-height: 40px;
  margin-bottom: 10px;
  margin-top: 55px;
  position: relative;
  text-transform: uppercase;
  z-index: 9;
}

#cabecera h2{
  font-size: 20px;
  color: #fff;
  font-family: 'PT Sans', sans-serif;
  position: relative;
  z-index: 9;
}

.imagenCabecera{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.05;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.titulo {
  float: left;
  margin: 0 0 50px;
  text-align: center;
  width: 100%;
}

.titulo h4 {
  color: #22d3c5 !important;
  font-size: 40px !important;
  margin-bottom: 5px;
}

.titulo h5{
  font-size: 20px !important;
  color: #ffc842 !important;
  font-family: 'PT Sans', sans-serif !important;
  font-style: normal !important;
  margin-bottom: 0;
}

#desc {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}

#desc p {
  font-family: "Enriqueta",sans-serif;
  font-size: 16px;
  font-style: normal;
  text-align: left;
}

/*Formularios*/

form.wpcf7-form{
  float: left;
  width: 100%;
}

form.wpcf7-form input,
form.wpcf7-form textarea{
  margin-bottom: 10px;
}

form.wpcf7-form input#nombre,
form.wpcf7-form input#email{
  width: 49%;
  float: left;
}

form.wpcf7-form input#apellidos,
form.wpcf7-form input#telefono{
  width: 49%;
  float: right;
}

form.wpcf7-form textarea#comentario{
  width: 100%;
  float: left;
}

form.wpcf7-form input#enviar{
  float: right;
}

form.wpcf7-form input.wpcf7-not-valid,
form.wpcf7-form textarea.wpcf7-not-valid{
  background-color: #FFE1E3;
}

form.wpcf7-form span.wpcf7-not-valid-tip,
div.wpcf7-validation-errors{
  display: none !important;
}

form.wpcf7-form .wpcf7-form.sent .wpcf7-mail-sent-ok{
  display: none !important;
}

form.wpcf7-form .wpcf7-form.sent #enviar{
  border-color: #5DC43F;
  color: #5DC43F;
}

form.wpcf7-form .oculto{
  display: none;
}

/*Inicio*/

#slider {
  float: left;
  font-size: 24px;
  width: 100%;
  margin-bottom: 100px;
}

#slider .item{
  float: left;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 580px;
  position: relative;
}

#slider .centrar{
  position: relative;
  z-index: 9;
  text-align: center;
  margin-top: -500px;
}

#slider .item .centrar img{
  width: auto;
  height: auto;
}

#slider,
#slider a,
#slider p,
#slider h1,
#slider h2,
#slider h4,
#slider h5,
#slider h6{
  color: #fff;
}

#slider h2{
  font-size: 55px;
  font-weight: bold;
}

#slider .boton.blanco{
  margin-top: 20px;
}

#slider .owl-nav div {
  border: 2px solid #fff;
  border-radius: 25px;
  color: #fff;
  font-size: 32px;
  height: 50px;
  line-height: 47px;
  position: absolute;
  text-align: center;
  top: 46%;
  width: 50px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#slider .owl-nav div:hover {
  border: 2px solid #fff;
  background-color: #fff;
  color: #9c9e9f;
}

#slider .owl-nav .owl-prev {
  left: 25px;
}

#slider .owl-nav .owl-next {
  right: 25px;
}

#slider .owl-item .centrar p{
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
  margin-left: -500px;
  opacity: 0;
}

#slider .owl-item.active .centrar p{
  margin-left: 0;
  opacity: 1;
}

#slider .owl-item .centrar h2{
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
  margin-right: -500px;
  opacity: 0;
}

#slider .owl-item.active .centrar h2{
  margin-right: 0;
  opacity: 1;
}

/*Blog Inicio*/

#blog{
  float: left;
  width: 100%;
  background-color: #f6f6f6;
  padding: 100px 0;
  margin: 0;
}

#blog ul {
  float: left;
  margin-bottom: 40px;
  position: relative;
  width: 100%;
}

#blog ul li{
  float: left;
  width: 100%;
  display: inline-block;
  background-color: #fff;
}

#blog ul li img {
  float: left;
  transform-style: inherit;
  width: 50%;
}

#blog ul li .contenido{
  float: left;
  width: 50%;
  padding: 20px;
}

#blog ul li .contenido .fecha{
  color: #ffc842;
  float: left;
  font-family: "Enriqueta",sans-serif;
  font-size: 12px;
  margin-bottom: 5px;
  width: 100%;
}

#blog ul li .contenido h3{
  float: left;
  font-size: 18px;
  margin-bottom: 8px;
  width: 100%;
  line-height: 22px;
}

#blog ul li .contenido p{
  font-size: 13px;
}

#blog ul .owl-nav div {
  border: 2px solid #22d3c5;
  border-radius: 25px;
  color: #22d3c5;
  font-size: 32px;
  height: 50px;
  line-height: 42px;
  position: absolute;
  text-align: center;
  top: 46%;
  width: 50px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#blog ul .owl-nav div:hover {
  border: 2px solid #22d3c5;
  background-color: #22d3c5;
  color: #fff;
}

#blog ul .owl-nav .owl-prev {
  left: -100px;
}

#blog ul .owl-nav .owl-next {
  right: -100px;
}

/*Formación Inicio*/

#formacion{
  float: left;
  width: 100%;
}

/*Testimonios Inicio*/

#testimonios {
  background-color: #22d3c5;
  float: left;
  padding: 100px 0;
  width: 100%;
  margin-top: 100px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

#testimonios ul{
  float: left;
  width: 100%;
  position: relative;
}

#testimonios li{
  list-style: none;
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 20px;
}

#testimonios .foto{
  border-radius: 100%;
  margin: 0 auto;
  display: inline-block;
  margin-bottom: 10px;
  border: 1px solid #ffc842;
  padding: 5px;
}

#testimonios .foto img {
  background-color: #fff;
  border: 1px solid #22d3c5;
  border-radius: 100%;
  float: left;
  height: 100px;
  width: 100px;
  overflow: hidden;
}

#testimonios p{
  color: #fff;
  float: left;
  width: 100%;
  font-style: italic;
  font-weight: bold;
  font-size: 20px;
}

#testimonios h6{
  color: #fff;
  float: left;
  width: 100%;
  font-size: 18px;
  font-weight: normal;
}

#testimonios h5{
  color: #fff;
  float: left;
  width: 100%;
  font-size: 16px;
  color: #252634;
  font-style: italic;
  font-weight: lighter;
}

#testimonios ul .owl-nav div {
  border: 2px solid #ffffff;
  border-radius: 25px;
  color: #ffffff;
  font-size: 32px;
  height: 50px;
  line-height: 42px;
  position: absolute;
  text-align: center;
  top: 46%;
  width: 50px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#testimonios ul .owl-nav div:hover {
  border: 2px solid #ffffff;
  background-color: #ffffff;
  color: #22d3c5;
}

#testimonios ul .owl-nav .owl-prev {
  left: -100px;
}

#testimonios ul .owl-nav .owl-next {
  right: -100px;
}

/*Testimonios interior*/

#testimoniosInterior{
  background-color: #f6f6f6;
  float: left;
  margin: 0;
  padding: 100px 0;
  width: 100%;
  overflow: hidden;
}

#testimoniosInterior ul{
  float: left;
  width: 100%;
  position: relative;
}

#testimoniosInterior li{
  list-style: none;
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 20px;
}

#testimoniosInterior .foto{
  border-radius: 100%;
  margin: 0 auto;
  display: inline-block;
  margin-bottom: 10px;
  border: 1px solid #ffc842;
  padding: 5px;
}

#testimoniosInterior .foto img {
  background-color: #fff;
  border: 1px solid #22d3c5;
  border-radius: 100%;
  float: left;
  height: 100px;
  overflow: hidden;
  text-indent: -300em;
  width: 100px;
}

#testimoniosInterior p{
  float: left;
  width: 100%;
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
}

#testimoniosInterior h6{
  color: #22d3c5;
  float: left;
  width: 100%;
  font-size: 18px;
  font-weight: normal;
}

#testimoniosInterior h5{
  color: #fff;
  float: left;
  width: 100%;
  font-size: 16px;
  color: #252634;
  font-style: italic;
  font-weight: lighter;
}

#testimoniosInterior ul .owl-nav div {
  border: 2px solid #22d3c5;
  border-radius: 25px;
  color: #22d3c5;
  font-size: 32px;
  height: 50px;
  line-height: 42px;
  position: absolute;
  text-align: center;
  top: 46%;
  width: 50px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#testimoniosInterior ul .owl-nav div:hover {
  border: 2px solid #22d3c5;
  background-color: #22d3c5;
  color: #fff;
}

#testimoniosInterior ul .owl-nav .owl-prev {
  left: -100px;
}

#testimoniosInterior ul .owl-nav .owl-next {
  right: -100px;
}

/*Cursos*/

ul.cursos{
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}

ul.cursos li{
  float: none;
  margin: 0 auto;
  display: inline-flex;
  list-style: none;
  width: 24%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#formacion ul.cursos li{
  width: 33%;
}

ul.cursos li:hover{
  top: -5px;
  -webkit-box-shadow: 0px 10px 3px -7px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 10px 3px -7px rgba(0,0,0,0.3);
  box-shadow: 0px 10px 3px -7px rgba(0,0,0,0.3);
}

ul.cursos li .imagenCurso{
  position: relative;
  float: left;
  width: 100%;
}

ul.cursos li .imagenCurso img{
  position: relative;
  float: left;
  width: 100%;
}

ul.cursos li .fecha {
  background: transparent url("images/bgFechaA.png") no-repeat scroll left bottom;
  bottom: 0;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  height: 100%;
  left: 0;
  line-height: 32px;
  padding: 55% 174px 20px 20px;
  position: absolute;
  text-align: left;
  width: 100%;
  z-index: 9;
}

#formacion ul.cursos li .fecha {
  background: transparent url("images/bgFechaA.png") no-repeat scroll left bottom / 60% auto;
  padding: 70% 210px 20px 20px;
}

ul.cursos li:nth-child(2n+2) .fecha{
  background: transparent url("images/bgFechaV.png") no-repeat scroll left bottom;
}

#formacion ul.cursos li:nth-child(2n+2) .fecha{
  background: transparent url("images/bgFechaV.png") no-repeat scroll left bottom / 60% auto;
}

ul.cursos li .contenido {
  background-color: #ffc842;
  float: left;
  padding: 15px 20px;
  text-align: left;
  width: 100%;
}

ul.cursos li:nth-child(2n+2) .contenido {
  background-color: #22d3c5;
}

ul.cursos li .contenido h3 {
  float: left;
  width: 100%;
  font-size: 15px;
  text-transform: lowercase;
  color: #fff;
  font-weight: normal;
  margin: 0;
}

ul.cursos li .contenido h2 {
  color: #fff;
  float: left;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  min-height: 45px;
  text-transform: uppercase;
  width: 100%;
}

/*Páginas*/

#pagina{
  float: left;
  width: 100%;
  padding-bottom: 50px;
}

/*Single Formación*/

#singleFormacion{
  float: left;
  width: 100%;
  padding-bottom: 50px;
}

#singleFormacion #horas {
  color: #22d3c5;
  float: left;
  margin-top: 20px;
  text-align: center;
  width: 100%;
}

#singleFormacion #horas > div{
  display: inline-block;
  padding: 0 20px;
}

#singleFormacion #horas > div .num {
  font-size: 76px;
  font-weight: bold;
  line-height: 70px;
  margin-bottom: 5px;
}

#singleFormacion #horas > div .tipo{
  text-transform: uppercase;
  font-size: 22px;
}

#singleFormacion #fecha {
  background-color: #ffc842;
  color: #fff;
  float: left;
  margin: 25px 0;
  padding: 10px;
  text-align: center;
  width: 100%;
  text-transform: capitalize;
}

#singleFormacion #botones{
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

#singleFormacion #botones .boton {
  display: inline-block;
  float: left;
  font-size: 12px;
  margin-right: 1%;
  padding: 10px 0 7px;
  text-align: center;
  width: 24.2%;
}

#singleFormacion #botones .boton:last-child {
  margin-right: 0;
}

#singleFormacion #contenedores > div{
  background-color: #f6f6f6;
  border: 1px solid #ffc842;
  float: left;
  width: 100%;
  padding: 25px;
  display: none;
}

#singleFormacion #contenedores > div #profesores{
  float: left;
  width: 100%;
}

#singleFormacion #contenedores > div #profesores li {
  border-bottom: 1px solid #ccc;
  float: left;
  list-style: outside none none;
  margin-bottom: 20px;
  padding-bottom: 20px;
  width: 100%;
}

#singleFormacion #contenedores > div #profesores li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

#singleFormacion #contenedores > div #profesores li .foto{
  float: left;
  width: 20%;
  padding-right: 10px;
  display: block !important;
  margin-bottom: 10px;
}

#singleFormacion #contenedores > div #profesores li .foto img{
  float: left;
  width: 100%;
}

#singleFormacion #contenedores > div #profesores li h3{
  float: left;
  width: 80%;
  margin: 0;
  color: #22d3c5;
  font-family: "PT Sans",sans-serif;
  font-size: 16px;
  font-weight: bold;
}

#singleFormacion #contenedores > div #profesores li h4{
  float: left;
  width: 80%;
  margin-bottom: 10px;
  color: #10101d;
  font-family: "PT Sans",sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
}

#singleFormacion #contenedores > div #profesores li p {
  float: left;
  font-size: 13px;
  margin: 0;
  width: 80%;
}

#singleFormacion #galeria{
  float: left;
  width: 100%;
  margin-bottom: 25px;
}

#singleFormacion #galeria li {
  float: left;
  list-style: outside none none;
  padding: 1px;
  width: 33.333%;
}

#singleFormacion #galeria li img{
  float: left;
  width: 100%;
}

#singleFormacion h5{
  float: left;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #87888a;
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}

#singleFormacion .compartirRs{
  float: left;
  width: 100%;
  border-top: 1px solid #9c9e9f;
  padding-top: 20px;
  margin-top: 20px;
}

#singleFormacion .compartirRs span {
  float: left;
  margin-top: 9px;
}

#singleFormacion .compartirRs i {
  border: 2px solid #9c9e9f;
  border-radius: 20pc;
  float: left;
  font-size: 22px;
  height: 40px;
  line-height: 36px;
  margin-left: 10px;
  text-align: center;
  width: 40px;
  color: #9c9e9f;
}

/*Quiénes somos*/

#personal{
  float: left;
  width: 100%;
  text-align: center;
}

#personal li {
  float: none;
  list-style: outside none none;
  margin-bottom: 20px;
  margin-right: 4%;
  min-height: 550px;
  text-align: center;
  width: 30%;
  display: inline-block;
  vertical-align: top;
}

#personal li:nth-child(3n+3) {
  margin-right: 0;
}

#personal li .foto {
  border: 2px solid #e2c271;
  border-radius: 100%;
  display: inline-block;
  margin: auto;
  padding: 8px;
  margin-bottom: 10px;
}

#personal li .foto img{
  float: left;
  width: auto;
  border: 1px solid #5cb1af;
  border-radius: 100%;
}

#personal li h2{
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #22d3c5;
  margin-bottom: 0;
}

#personal li h4{
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
  color: #10101d;
  margin-bottom: 20px;
}

#personal li p{
  font-size: 16px;
  text-align: left;
  text-align: justify;
}

/*Tu futuro*/

#futuro{
  float: left;
  width: 100%;
}

#futuro > h2 {
  background-color: #9c9e9f;
  color: #fff;
  float: left;
  font-family: "PT Sans",sans-serif;
  font-size: 20px;
  margin-bottom: 20px;
  padding: 8px 20px 4px;
  text-align: center;
  width: 100%;
}

#futuro > div{
  float: left;
  width: 20%;
  text-align: center;
  margin-bottom: 50px;
}

#futuro > div img{
  width: 100px;
  height: auto;
  border: 1px solid #e2c271;
  display: inline-block;
  border-radius: 100%;
  margin-bottom: 10px;
}

#futuro > div h3{
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  color: #22d3c5;
  text-transform: uppercase;
}

#pagina h4.ti{
  float: left;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
}

/*Contacto*/

#mapa{
  width: 100%;
  border: 1px solid #ffc842;
  float: left;
}

#contactos{
  float: left;
  width: 100%;
  text-align: center;
}

#contactos a{
  text-align: center;
  margin: 50px;
  display: inline-block;
}

#contactos a i {
  background-color: #9c9e9f;
  border-radius: 20px;
  color: #fff;
  font-size: 22px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  text-align: center;
  width: 40px;
}

div.wpcf7-mail-sent-ok {
  background-color: #22d3c5;
  border: 2px solid #22d3c5;
  border-radius: 5px;
  color: #fff;
  float: left;
  margin-top: 0;
  padding: 10px;
  text-align: center;
  width: 100%;
}

/*Te puede interesar*/

#tePuedeInteresar{
  background-color: #f6f6f6;
  float: left;
  margin: 50px 0 0;
  padding: 50px 0;
  width: 100%;
}

/*Blog*/

#paginaBlog {
  background-color: #f6f6f6;
  float: left;
  margin: 0;
  padding: 50px 0 100px;
  width: 100%;
}

#menu-categorias-blog{
  float: left;
  width: 100%;
  text-align: center;
  margin: 0;
}

#menu-categorias-blog li{
  list-style: none;
  display: inline-block;
  text-transform: uppercase;
}

#menu-categorias-blog li a{
  border: 2px solid #22d3c5;
  color: #9c9e9f;
  display: table;
  font-family: "PT sans",sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin: 0 auto;
  padding: 10px 24px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#menu-categorias-blog li a:hover{
  color: #fff;
  background-color: #ffc842;
  cursor: pointer;
}

#menu-categorias-blog li.current-menu-item a{
  color: #ffc842;
  border-color: #ffc842;
  cursor: pointer;
}

#menu-categorias-blog li.current-menu-item a:hover{
  color: #fff;
}

#paginaBlog ul.entradas {
  float: left;
  margin-top: 50px;
  position: relative;
  width: 100%;
}

#paginaBlog ul.entradas li{
  float: left;
  width: 50%;
  display: inline-block;
  background-color: #fff;
}

#paginaBlog ul.entradas li img {
  float: left;
  transform-style: inherit;
  width: 50%;
  height: 100%;
}

#paginaBlog ul.entradas li .contenido{
  float: left;
  width: 50%;
  padding: 20px;
}

#paginaBlog ul.entradas li .contenido .fecha{
  color: #ffc842;
  float: left;
  font-family: "Enriqueta",sans-serif;
  font-size: 12px;
  margin-bottom: 5px;
  width: 100%;
}

#paginaBlog ul.entradas li .contenido h3{
  float: left;
  font-size: 18px;
  margin-bottom: 8px;
  width: 100%;
  line-height: 22px;
}

#paginaBlog ul.entradas li .contenido p{
  font-size: 13px;
}

#paginaBlog.portada ul.entradas li:first-child{
  width: 100%;
}

#paginaBlog.portada ul.entradas li:first-child .contenido .fecha{
  font-size: 14px;
}

#paginaBlog.portada ul.entradas li:first-child .contenido h3 {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 20px;
}

#paginaBlog.portada ul.entradas li:first-child .contenido p{
  font-size: 16px;
}

#paginaBlog .navegacion.boton {
  padding: 20px 30px;
  position: relative;
}
#paginaBlog .navegacion.boton a {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*Single Blog*/

#menuSingle{
  background-color: #f6f6f6;
  float: left;
  margin: 0;
  padding: 50px 20px;
  width: 100%;
  margin-bottom: 50px;
}

#single{
  float: left;
  width: 100%;
  padding-bottom: 100px;
}

#single #titular{
  float: left;
  width: 77%;
  margin-bottom: 25px;
}

#single #titular h1{
  font-size: 45px;
  color: #22d3c5;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 0;
}

#single #titular .fecha{
  font-size: 14px;
  color: #ffc842;
  font-style: italic;
}

#single .colLeft{
  float: left;
  width: 70%;
  padding-right: 20px;
}

#single .colRight {
  background-color: #f6f6f6;
  float: right;
  padding-left: 0;
  width: 30%;
}

#single .bloque {
  float: left;
  padding: 2px;
  width: 100%;
}

#single .bloque h6{
  float: left;
  width: 100%;
  padding: 10px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #9c9e9f;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  margin-bottom: 0;
}

#single .entradas{
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}

#single .entradas li {
  background-color: #fff;
  float: left;
  list-style: outside none none;
  margin-top: 2px;
  width: 100%;
}

#single .entradas li img {
  float: left;
  transform-style: inherit;
  width: 50%;
}

#single .entradas li .contenido {
  float: left;
  padding: 14px;
  width: 50%;
}

#single .entradas li .contenido h3{
  float: left;
  font-size: 15px;
  margin-bottom: 8px;
  width: 100%;
  line-height: 20px;
}

#single .compartirRs{
  float: left;
  width: 100%;
  text-align: center;
  padding: 20px;
}

#single .compartirRs i {
  border: 2px solid #9c9e9f;
  border-radius: 20pc;
  font-size: 22px;
  height: 40px;
  line-height: 36px;
  margin-left: 10px;
  text-align: center;
  width: 40px;
  color: #9c9e9f;
}

#single .gallery{
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

#single .gallery dl{
  margin: 0;
}

#single .gallery img{
  border: none;
  float: left;
  width: 100%;
  height: auto;
  padding: 1px;
}

#disqus_thread {
  border-top: 1px solid #eee;
  float: left;
  margin-top: 50px;
  padding-top: 50px;
  width: 100%;
}

/*Footer*/

footer{
  float: left;
  width: 100%;
  padding: 50px;
  position: relative;
  color: #fff;
  background-color: #22d3c5;
}

footer p, footer a, footer h5{
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
}

footer .colLeft4{
  border-right: 2px solid #1DB8AD;
}

footer .colRight4{
  width: 50%;
  border-left: 2px solid #1DB8AD;
  text-align: right;
}

footer .boton{
  margin-top: 20px;
  float: left;
}

footer #miRsFooter{
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

footer #miRsFooter li{
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}

footer #miRsFooter li i {
  background-color: #fff;
  border-radius: 20px;
  color: #22d3c5;
  font-size: 22px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  width: 40px;
}

footer .menu-principal-container ul{
  float: right;
  width: 100%;
  text-align: right;
  border-bottom: 2px solid #1DB8AD;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

footer .menu-principal-container li{
  list-style: none;
  display: inline-block;
  margin-left: 15px;
}

footer .menu-principal-container li a{
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}

footer .menu-principal-container li a:hover, footer .menu-principal-container li.current-menu-item a{
  color: #136C66;
}

footer #copyR{
  float: right;
}



