/*
Theme Name: blogalizate 2015
Theme URI: http://www.blogalizate.com
Description:  Theme creado desde cero para blogalizate.com
Version: 4.0
Design: www.blogalizate.com
Author: blogalizate
Author URI: http://www.blogalizate.com
*/

body {
	background: #b2ced1;
	font-family: 'Lato', sans-serif;
	font-size: 1rem;
	font-size: 16px;
	color: #222;
    line-height: 1.3em;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #2D343D;
	margin: 0;
    line-height: 1.5em;
}

blockquote {
	font-style: italic;
}


a {
	color: #2d343d;
	text-decoration: underline;
}

a:hover {
	color: #31bfc9;
	text-decoration: underline;
}

.centrar {
    max-width: 300px;
    margin: auto;
    padding: 0 1rem;
}

.scrollup{
    width:40px;
    height:40px;            
    text-indent:-9999px;
    opacity:0.3;
    position:fixed;
    bottom:50px;
    right:50px;
    display:none;           
    background: url('images/icon-top.png') no-repeat;
}

li {
    margin-bottom: 0.5rem;
}

.video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* COLORES
============================= */
.azul-celeste {
	color: #31bfc9;
}

.azul-oscuro {
	color: #2D343D;
}

.verde-claro {
	color: #EFF2E7;
}

/* ALINEACION DE LAS IMAGENES + CAPTION
=========================================== */
img.alignnone,
img.alignleft {
	float:left;
	margin:1rem 1rem 1rem 0;
}

img.alignright {
	float:right;
	margin:1rem 0 1rem 1rem;
}


img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top:1rem;
	margin-bottom:1rem;
}

a img.alignnone,
a img.alignleft {
	float:left;
	margin:1rem 1rem 1rem 0;
}

a img.alignright {
	float:right;
	margin:1rem 0 1rem 1rem;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top:1rem;
	margin-bottom:1rem;
}

.wp-caption {
	border:1px solid #ddd;
	background:#fff;
	padding:2px;
}

.wp-caption .wp-caption-text {
	text-align:center;
	margin-top:2px;
}


/* MAQUETA BÁSICA
============================= */
.max {
	max-width: 1200px;
	margin: 0 auto;
    padding: 0 1rem;
}


/* FORMS
==================================== */
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    background: #fafafa;
    padding: 1rem;
    border: 1px solid #ddd;
    color: #000;
    -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 1% 0;
    -webkit-appearance: none;
}

textarea {
	min-height: 10rem;
}


input[type="checkbox"] {
	max-width: 20px;
	background: #fff;
	margin-right: 0.5rem;
}

input[type="submit"] {
	padding: 1rem;
    margin: 1% 0;
    background: #F38421;
    border: none;
	color: #fff;
	display: block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* BOTÓN ACCIÓN
============================= */
a.btn-accion {
    padding: 1rem;
    margin: 1rem 0;
    background: #F38421;
    text-decoration: none;
    color: #fff;
    display: block;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.btn-accion:hover {
	background: #f77225;
}


/* HEADER
==================================== */
header {
    background: #2d343d;
    color: #fff;
    padding: 1rem 0;
}

.logo-eslogan {
    float: left;
}

header .logo {
    max-width: 250px;
    margin: 0.5rem 0 0 0;
}

header .cabecera {
    overflow: hidden;
}

h2.eslogan {
    font-size: 80%;
    text-align: center;
    margin: 0;
}

/* MENU SUPERIOR
==================================== */
nav.menu-superior ul {
    padding: 0;
    margin: 1rem auto 0 auto;
}

nav.menu-superior li {
    display: inline-block;
    margin: 0 1rem;
    font-size: 110%;
}

nav.menu-superior li a {
    color: #fff;
    text-decoration: none;
}

nav.menu-superior li a:hover {
    color: #31bfc9;
    text-decoration: none;

}

div#movimiento-menu {
    margin: 1rem;
}

span.ico-menu {
    font-size: 200%;
    color: #fff;
    cursor: pointer;
    padding: 0 0.5rem;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px #fff solid;
    float: right;
}

nav#menu-movil ul {
    display: none;
    z-index: 2;
    margin: 1rem auto 0 auto;
    list-style: none;
    padding: 1rem 0 0 0;
    clear: both;
}

nav#menu-movil li {
    border-top: 1px solid #fff;
    width: 100%;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
}


nav#menu-movil li a {
    padding: 1rem 0 1rem 0.5rem;
    color: #fff;
    display: block;
    text-decoration: none;
 }


 #nav-principal{
    display: none;
}


/* PORTADA > GENERAL
======================== */
div.inicio {
    background: #fff;
}

div.inicio h2.titular {
    font-size: 200%;
    text-align: center;
    margin: 2rem 0 1rem 0;
}


/* PORTADA > SLIDER
==================================== */
.slider {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: -9999;
}

div.inicio .txt-slider h1 {
    font-size: 200%;
    font-weight: 900;
    color: #fff;
    padding: 5%;
    position: absolute;
    max-width: 1200px;
}

.slider video,
.slider img  {
    width: 100%;
    margin: 0 auto;
    position: absolute;
}

div.inicio .txt-slider h1 {
    font-size: 200%;
}


/* PORTADA > NEWSLETTER
==================================== */
section.newsletter {
    background: #5DA9B1;
    margin: 0;
    padding: 1rem 0;
    color: #fff;
}

section.newsletter a {
    color: #fff;
    text-decoration: underline;
}

section.newsletter a:hover {
    color: #23282D;
    text-decoration: underline;
}


section.newsletter h3 {
    color: #fff;
    font-size: 150%;
    text-align: left;
    margin-bottom: 0.5rem;
}

.newsletter input[type="text"], 
.newsletter input[type="email"] {
    background: #fff;
    padding: 1rem;
    border: none;
    color: #000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 100%;
}

/* NEWSLETTER COMUN */

section.newsletter.comun h3 {
    color: #fff;
    font-size: 125%;
    text-align: left;
    margin-bottom: 0;
}


/* PORTADA > TRABAJOS
=================================== */
section.nuestros-trabajos {
    background: #fff;
    padding: 1rem;
}

article.trabajo {
    margin: 0 0 2rem 0;
}

article.trabajo img {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
}

article.trabajo img:hover {
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.trabajo h3 {
    text-align: center;
    font-size: 100%;
    margin: 1rem auto;
}

.icono  {
    text-align: center;
}

.icono a i.fa {
    color: #fff;
}

.icono a i.fa:hover {
    color: #31bfc9;
}

/* PORTADA > SERVICIOS
=================================== */
section.servicios {
    background: #fafafa;
    padding: 1rem;
}


article.servicio {
    background: #2D343D;
    border: none;
    padding: 5% 5% 1% 5%;
    margin: 5% auto;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

article.servicio h2 {
    font-size: 175%;
    margin: 5%;
    color: #31bfc9;
    text-align: center;
}

article.servicio h2 a {
    color: #31bfc9;
    text-decoration: none;
}

article.servicio h2 a:hover {
    color: #fff;
    text-decoration: none;
}


article.servicio a {
    color: #31bfc9;
    text-decoration: underline;
}

article.servicio a:hover {
    color: #fff;
    text-decoration: underline;
}


article.servicio a.btn-accion {
    color: #fff;
    text-decoration: none;
    margin-top: 3rem;
 }



/* PORTADA > OPINIONES (TESTIMONIALES)
======================================== */
section.opiniones {
    background: #F5F5F5;
    overflow: hidden;
    padding-bottom: 2%;
}

article.testimonial {
    background: #fafafa;
    padding: 1rem;
    margin: 1rem;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

article.testimonial .nombre-cliente {
    font-weight: bold;
}

article.testimonial .avatar-cliente {
    width: 80px;
    height: 80px;
    background: #eee;
    float: left;
    margin: 0 1rem 0.5rem 0;
    overflow: hidden;
}

article.testimonial .web-cliente {
    font-style: italic;
    color: #999;
}

article.testimonial .leer-mas-opiniones {
    margin: 0.5rem 0;
}

/* PÁGINA > OPINIONES (TESTIMONIALES) LISTADO
============================================== */
article.testimonial-listado {
    margin: 1rem 0;
    border-bottom: 1px solid #ddd;
    padding: 1rem 0;
}

article.testimonial-listado .avatar-cliente{
    width: 100px;
    height: 100px;
    background: #eee;
    float: left;
    margin: 0 1rem 0 0;
    overflow: hidden;
}

article.testimonial-listado .nombre-cliente {
    font-weight: bold;
}

article.testimonial-listado .web-cliente {
    font-style: italic;
    color: #999;
}


/* PORTADA > CLIENTES (LOGOS)
==================================== */
section.nuestros-clientes {
    padding: 1%;
    background: #eee;
}

section.nuestros-clientes img {
    margin: 1%;
    width: 30%;
}

/* RASTRO DE MIGAS 
=================================== */
.breadcrumbs {
    padding: 0 0 1rem 0;
}

/* FOOTER
==================================== */
footer {
	background: #2D343D;
	color: #fff;
	padding: 1rem;
	clear: both;
}

footer h2 {
	color: #fff;
    font-size: 230%;
    margin: 1rem 0;
}
footer .rrss {
    padding: 1rem 0;
}

footer .rrss .fa {
    margin-right: 1rem;
}

footer a {
    color: #fff;
    text-decoration: underline;
}

footer .telefonos {
    font-size: 120%;
}


/* CONTACTO EN FOOTER
==================================== */
form.contacto {
    max-width: 600px;
}


/* BLOG
=============== */
section.loop,
aside {
    background: #fff;
    padding: 2rem;
    margin: 2rem auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

aside .widget.widget_search {
    margin-bottom: 2rem;
}

aside input.buscar {
    border: 0 none;
     -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin:0 2% 0 0;
    width: 62%;
}

aside input.btn-buscar {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 36%;
}


.metas {
    margin: 0 0 1rem 0;
}

.metas .icono .fa {
    margin:0 0.5rem 0 1rem;
    color: #31BFC9;
}

span.avatar-autor img {
    vertical-align: middle;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 0.5rem;
}

section.loop h2.title-post {;
    margin: 0 0 1rem 0;
}

section.loop h2.title-post a {
	font-size: 2rem;
	text-decoration: none;
}

article.post {
    border-bottom: 1px solid #eee;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

article.post .img-destacada-post img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

article.post .content-post {
    overflow: hidden;
}

.etiquetas {
    background: #fafafa;
    padding: 1rem;
    margin: 1rem auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    clear: both;
}


article.post .btn-accion {
    float: right;
}

aside .widgettitle {
    color: #31BFC9;
    font-size: 120%;
    font-weight: bold;
    margin: 0;
}

.archive h1 {
    font-size: 150%;
    margin: 0 0 1rem 0;
}


/* BLOG > CAJA AUTOR 
============================ */
.caja-autor {
    background: #D9EBEC;
    padding: 1rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.caja-autor h2 {
    margin: 0 0 1rem 0;
}

.txt-bio {
    clear: both;
}

.autor-metas {
    padding: 1rem 0;
}

.avatar-autor {
    float: left;
    margin: 0 1rem 0 0;
}

.avatar-autor img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}



/* COMENTARIOS
============================= */
section.comentarios ul {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0 0;
}


.txt-comentario .avatar {
    width: 80px;
    float: left;
    margin: 0 1rem 0 0;
     -webkit-border-radius:50%;
    -moz-border-radius:50%; 
    border-radius:50%;
}

cite.fn {
    font-style: normal;
}

ul.commentlist, ul.commentlist ul{
    list-style: none;
    margin: 0;
    -webkit-padding-start: 0;
}

ul.commentlist li {
    background: #fafafa;
    padding: 1em;
    margin: 0 0 1em 0;
    border:none;
    -webkit-border-radius:5px;
    -moz-border-radius:5px; 
    border-radius:5px;
}

.byuser {
    border-radius: 5px;
    padding: 1em;
    background: #fff;
    margin: 0 0 1em 0;
}

a.comment-reply-link {
    color: #284680;
    list-style: none;
    text-decoration: none;
    font-size: 0.9em;
}

.comment-reply-link a:hover {
    color: #284680;
    text-decoration: underline;

}

.commentlist .bypostauthor{
    background: #D9EBEC !important;
    border: none !important;

}

.commentlist .children li{
    background: #fff;
    overflow: hidden;

}

ul.commentlist ul.children {
    margin-left: 2rem;
}

.bypostauthor .avatar{
    border-radius: 50px;
    float: right;
}

section.comentarios {
    padding: 0;
}
section.comentarios input[type="text"],
section.comentarios input[type="email"] {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fafafa;
    border: 1px solid #ddd;
    font-size: 100%;
    color: #222;
    margin:0.5em 0 1em 0;
    padding: 2%;
}

section.comentarios textarea {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fafafa;
    border: 1px solid #ddd;
    font-size: 100%;
    color: #222;
    margin:0.5em 0 1em 0;
    padding: 2%;
}

/* PÁGINA > PAGE 
===================== */
.page section.full{
    background: #fff;
    padding: 2rem;
    margin: 2rem auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

section.full h1 {
    text-align: center;
}


/* PÁGINA > PORTAFOLIO - TRABAJOS
=================================== */
.nube-etiquetas {
    padding: 1rem;
    border-radius: 5px;
    background: #E8F3F7;
}

.nube-etiquetas a {
    padding:0.5rem;
}

.portafolio {
    margin-top: 1rem;
}

/* PÁGINA > NOSOTROS
============================= */
.datos {
    text-align: center;
}

.avatar-nosotros img {
    margin: 1rem auto 0 auto;
    border-radius: 50%;
}

h4.cargo {
    font-size: 90%;
    color: #31BFC9;
}


/*
===========================================
 MEDIA QUERIES
===========================================
 */

@media screen and (min-width: 500px) {

    div.inicio .txt-slider h1 {
        
    }

}

@media screen and (min-width: 600px) {

    div.inicio .txt-slider h1 {
        
    }

}

@media screen and (min-width: 700px) {

    div.inicio .txt-slider h1 {
        
    }

	article.trabajo {
    width: 45.5%;
    display: inline-block;
    margin: 2%;
	}

}


@media screen and (min-width: 800px) {

    .logo-eslogan {
    float: inherit;
    }

    header .logo {
    max-width: 200px;
    margin: 0 auto;
    }

    #nav-principal {
    display: block;
    margin: 1rem auto 0 auto;
    text-align: center;
    }

    div#movimiento-menu {
      display: none;
      padding-bottom: 0;
    }

    nav#menu-movil a {
        display: none;
    }

    nav.menu-superior ul {
        list-style: none;
        margin: 0 auto ;
        max-width: 1200px ;
    }

    nav.menu-superior ul li {
        display: inline-block;
    }

    nav.menu-superior ul li a {
        color: #fff;
        text-decoration: none;
        padding: 0.5rem;
    }

    nav.menu-superior ul li a:hover,
    nav.menu-superior ul li.current_page_item a {
        color: #97E1FA;
        text-decoration: none;
        padding: 0.5rem;
    }

    section.nuestros-clientes img {
        margin: 1%;
        width: 14%;
    }

    div.inicio .txt-slider h1 {
    font-size: 300%;
    margin-top: 10rem;
    }

    .separador-newsletter {
    margin-top: 18rem;
    }

}

@media screen and (min-width: 900px) {
    .home header {
    background: rgba(45, 52, 61, 0.74);
    }

    .logo-eslogan {
    text-align: center;
    }

    div.inicio .txt-slider h1 {
    font-size: 350%;
    margin-top: 10rem;
    }
    
    .separador-newsletter {
    margin-top: 20rem;
    }

    .newsletter input[type="text"], 
    .newsletter input[type="email"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0 none;
    }


	form.newsletter .campo-form {
	border: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 40%;
    margin-right: 2%;
	}

	form.newsletter .btn-form {
	border: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 16%;
    float: left;
	}

    div.inicio h2.titular {
    font-size: 300%;
    }

    article.trabajo {
    width: 29%;
    display: inline-block;
    margin: 2%;
    }

    article.servicio {
    width: 45.5%;
    display: inline-block;
    vertical-align: top;
    margin: 2%;
    padding: 3% 3% 1% 3%;
    }

    article.testimonial {
    margin: 1%;
    width: 43%;
    display: inline-block;
    vertical-align: top;
    }

    .datos {
    text-align: left;
    }

    section.nosotros article {
    width: 39%;
    display: inline-block;
    margin: 5%;
    vertical-align: top;
    }

    .avatar-nosotros img {
    float: left;
    margin: 0 2rem 0 0;
    border-radius: 50%;
    }

}

@media screen and (min-width: 950px) {

	section.loop {
    width: 67%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

	aside {
    float: right;
    width: 30%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

}

@media screen and (min-width: 1024px) {

	article.trabajo {
    width: 20.5%;
	}

}

@media screen and (min-width: 1100px) {

    div.inicio .txt-slider h1 {
    font-size: 350%;
    }

    article.testimonial {
    width: 44.5%;
    }

}
