/*
 * Author: Carlos Alvarez
 * URL: http://Alvarez.is
 *
 * Project Name: SHIELD - Free Bootstrap 3 Theme
 * Version: 1.0
 * Date: 02-11-2013
 * URL: http://blacktie.co/
 */


/* ==========================================================================
   Base Styles and Bootstrap Modifications
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #f2c2c9;
    color: #a4003a;
    text-shadow: none;
}

::selection {
    background: #16a085;
    color: #a4003a;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

 img {
    vertical-align: middle;
}

/*
 * Allow only vertical resizing of textareas.
 */

 textarea {
    resize: vertical;
}


/* ==========================================================================
   General styles
   ========================================================================== */

#boton_lucia, #boton_ulises, #boton_mariela {
    display: none
}

html,
body {
    height: 100%;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 19px;
    color: #000;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

.col-md-4 {
	padding-bottom: 20px;
}

.row {
    margin-right: 0px;
    margin-left: -15px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 45px;
}

.modal-header {
	background: #FFF;
    border-bottom: none
}

.modal-header h4 {
	color: white;
}

.modal-footer {
	background: transparent;
}

.modal-body .row {
    margin: 0
}

.navbar-default {
border-color: transparent;
background-color: #fff;
}


.navbar-toggle {
border-color: transparent;
border: 1px solid transparent;
}

.navbar-default .navbar-nav > li > a:hover {
	background-color: transparent;
	color: #000;
}



hr {
    position: relative;
    border: none;
}

hr:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 25%;
    width: 50%;
    height: 2px;
    background: #ccc;
}

a img {
    background: white;
}

.odd a img {
    background: #f5f5f5;
}

/* Titles */
h1, /* h2, */ h3, h4, h5, h6 {
    font-family: "Raleway";
    font-weight: 300;
    color: #fff;
}

h2 {
    font-family: 'Pacifico', cursive;
}


/* Paragraph & Typographic */
p {
    /*! line-height: 58px; */
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

.paragraph-lead {
    font-size: 20px;
    color: #3498db;
}

strong {
    font-weight: 700;
}

em {
    font-weight: 300;
}

pre {
    background: #ebebeb;
    border: none;
    font-family: "Monaco";
    font-size: 16px;
    color: #666;
    padding: 20px;
    line-height: 28px;
}

small {
    font-size: 12px;
}

blockquote,
blockquote p {
    line-height: 28px;
    color: #999;
    font-weight: 300;
    font-style: italic;
}

blockquote {
    position: relative;
    margin: 0 0 40px -30px;
    padding-left: 30px;
    border-left: 5px solid #3498db;
}

blockquote cite {
    position: absolute;
    bottom: -25px;
    right: 0;
    font-size: 12px;
    font-style: italic;
    color: #333;
    font-weight: 300;
}

blockquote cite:before {
    content: "-- "
}

/* Images */
.overflow-image {
    margin-top: -65px;
}

/* Links */

.col-lg-4 a {
	color: #555;
}

.col-lg-6 a {
	color: #2471CD;
}

a {
    color: #F5821F;
    word-wrap: break-word;
	font-family: 'Raleway', sans-serif;
	font-size:17px;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #000;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

/* Mision-Vision */

.mision-vision {
    text-align: center;
    font-size: 15px;
    margin-top: 55px;
    margin-bottom: 20px;
}

.mision-vision p {
    margin-top: -25px;
}

.btn-circle:hover i.animated {
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.btn-circle i.animated {
    transition-property: -moz-transform;
    transition-duration: 1s;
}

.btn-circle:hover, .btn-circle:focus {
    color: #FC8004;
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 30px;
    padding: 7px 16px;
    border: 2px solid #000;
    border-radius: 35px;
    font-size: 40px;
    color: #000;
    background: none repeat scroll 0px 0px transparent;
    transition: #6363CE 0.3s ease-in-out 0s;
}

/* dis graf - dis ind */

.justificado1 {
    list-style-type:none;
    text-align: right;
}

.justificado2 {
    list-style-type:none;
    text-align: left;
    padding-left: 10px;
}

/* contact */

.salto, #que_hacemos_2 {
    display: none
}

.contact_btns {
    padding: 20px;
    text-align: center
}

.contact_btns a {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 50px
}

.contact_btns a:hover {
    color: #FC8006
}

.contact_btns span {
    color: #FC8006;
    font-size: 16px;
    margin-left: 20px
}

.contact_btns div {
    margin: 15px 0
}

.direccion {
    display: none
}

.direccion a:hover {
    color:#fff;
}

.redes_contacto {
    text-align: center;
}

.redes_contacto img {
    background-color: rgba(0,0,0,0);
    padding: 0 10px 10px 10px;
}

.redes_home {
	float:right;
	width:50%;
	text-align:right;
	margin-top:10px;
}

.redes_home a {
    color: #ccc;
    font-size: 13px
}

.redes_home a:hover {
    color: #000
}

#contacto .redes {
    background-color: rgba(0,0,0,0.5);
}

/* home */

.idea {
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 60px;
    line-height: 62px;
    color: #3D0900
}

.idea p {
    text-align: left
}

/*#quienes_somos .row,*/ #contacto .row {
    margin-top: 70px
}

#quienes_somos {
    background-color: #FC8006;
    /*padding-bottom: 60px*/
}

/* menu */

.menu {
	background-color:#fff;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 990;
}

/* logo */

.logo {
	float:left;
    width: 30%;
    padding-left: 8px;
    margin: 15px 0px;
}

/* botonera */

.botonera {
	float:right;
	width:70%;
	text-align:right;
  margin-top: -5px;
}

.botonera a:link {
	color:#EDBD30
}
.botonera a:hover {
	color:#000
}

.botonera ul {
    list-style-type:none;
    margin:0;  
    padding-left:0;
    margin-top: 18px;
}

.botonera ul li {
	display:inline-block;
	list-style:none;
    padding-left: 20px;
}

/* que hacemos */

.flecha_vertical {
    display: none
}

#que_hacemos {
    background-color: #fff;
    padding-bottom:50px;
}

#que_hacemos h3 {
    color: #000;
    font-size: 22px
}

#que_hacemos h1 {
    color: #FC8006
}

#que_hacemos img {
    padding: 30px 0
}

#que_hacemos .circulo {
    padding: 0px 25px;
	border-radius:50%;
    border: 1px dotted #000;
	-webkit-border-radius: 50%;  /* Safari  */
    -moz-border-radius: 50%;     /* Firefox */
    width: 220px;
	height: 220px;
	text-align: center;
	display: inline-block;
	display: table-cell;
	vertical-align: middle;
}

.flecha_horizontal img {
    position: absolute;
    left: 222px;
    top: 98px
}

#quehacemos img {
    margin-top: 58px;
}

#que_hacemos .col-sm-3 {
    margin: 0 auto;
    text-align: center
}

#que_hacemos .row {
    margin-top: 30px
}

/* donde enfocamos */

#donde_enfocamos {
	background: url(../img/pop_consulting_bg2.jpg) no-repeat center top;
	padding:20px 0 60px 0;
	background-attachment: relative;
	background-position: top center;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#donde_enfocamos .fondo_blanco {
   background: rgb(255, 255, 255); /* The Fallback */
   background: rgba(255, 255, 255, 0.8); 
}

#donde_enfocamos .col-md-6 {
    padding: 20px;
}

#donde_enfocamos ul li {
    text-align: left;
    font-size: 23px;
    border-bottom: 1px dashed;
    padding: 8px 0;
    margin: 0;
    list-style-type: none;
    font-family: 'Raleway', sans-serif
}

#donde_enfocamos ul {
    margin: 0;
    padding: 0
}

#donde_enfocamos h1 {
    color: #FC8006;
    margin-bottom: 20px
}

#donde_enfocamos span {
    font-size: 11px;
    color: #FC8006;
}

/* como trabajamos */

#como_trabajamos {
    margin: 55px 0 70px 0
}

#como_trabajamos h1, #como_trabajamos h3 {
    color: #000   
}

#como_trabajamos .como_trabajamos_padding .col-md-4 {
    padding: 0 65px;
}

#como_trabajamos h3 {
    font-family: 'Pacifico', cursive;
    font-size: 35px;
    background-color: #F5821F;
    line-height: 49px
}

#como_trabajamos .row {
    margin-top: 0px
}

.icono_1 {
    background: url("../img/pop_consulting_iconos.png");
    padding-left: 105px;
    padding-bottom: 120px;
    line-height: 0px;
    background-position: -5px 0;
    display: inline-block
}

.icono_2 {
    background: url("../img/pop_consulting_iconos.png");
    padding-left: 105px;
    padding-bottom: 120px;
    line-height: 0px;
    background-position: -120px 0;
    display: inline-block
}

.icono_3 {
    background: url("../img/pop_consulting_iconos.png");
    padding-left: 122px;
    padding-bottom: 120px;
    line-height: 0px;
    background-position: -230px 0;
    display: inline-block
}

.linea_vert {
    display: none
}

.linea_horiz {
    position: absolute;
    margin-top: 55px;
    margin-left: 45px;
    z-index: -1
}

/* que logramos */

#que_logramos {
	background: url(../img/pop_consulting_bg3.jpg) no-repeat center top;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#que_logramos .well img {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    margin-top: -10px
}

#que_logramos .fondo_blanco {
    background-color: #fff;
    padding: 30px 50px;
    text-align: left
}

#que_logramos .row {
    margin: 0
}

#que_logramos ul li {
  text-align: left;
    font-size: 23px;
    padding: 8px 0;
    margin: 0;
    list-style-type: none;
    font-family: 'Raleway', sans-serif
}

#que_logramos ul {
    margin: 0;
    padding: 0;
    margin-top: 35px;
    margin-bottom: 40px
}

#que_logramos h1 {
    color:#FC8006;
    margin-bottom: 20px;
}

#que_logramos span {
    font-size: 11px;
    color: #FC8006;
}

#que_logramos .negro {
    color: #000;
    font-weight: 700
}

/* quienes somos */

#quienes_somos h1 {
    color: #000
}

#quienes_somos h2 {
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 80px;
    line-height: 44px
}

.fotos .galeria-inner span {
    font-size: 18px
}

/* fotos */

.fotos {
    background-color: #fff
}

.fotos .col-sm-4 {
    padding: 0px
}

.fotos .row {
    margin: 0
}

.modal-body p {
    font-size: 15px;
    font-family: 'Raleway', sans-serif
}

.modal-body a {
    color: #000
}

.modal-body a:hover {
    color: #FC8006
}

.modal-body .redes_home {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.modal-body .redes_home a {
    font-size: 18px
}

.modal-body .avatar {
    /* cambia estos dos valores para definir el tamaño de tu círculo */
    height: 310px;
    width: 100%;
    max-width: 350px;
    /* los siguientes valores son independientes del tamaño del círculo */
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 330px;
    border-bottom: 1px solid #606060;
    margin: 0 auto

    /*
    border-radius: 50%;
    background-size: 100% auto;
    margin: 0 auto;
    -moz-box-shadow: 0px 0px 4px #444;
	-webkit-box-shadow: 0px 0px 4px #444;
	box-shadow: 0px 0px 4px #444;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444');
    */
}

/* galeria fotos */

#galeria{
    padding-bottom: 5px;
  background-color: #fff
}

#galeria .row {
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 25px
}

.galeria-wrap {
  position: relative;
}

.galeria-wrap h3 {
  position: absolute;
  margin-top: -40px;
  margin-left: 20px;
  font-family: "Fjalla One",sans-serif;
  font-style: normal;
  text-transform: uppercase;
    font-size: 18px
}

.galeria-wrap img{
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}

.galeria-wrap .galeria-inner{
  background: transparent;
  opacity: .8;
  border-radius: 0;
  /*! margin: -40px 0 0 -90px; */
  position: absolute;
}

.galeria-wrap .galeria-inner h4 {
	font-family: 'Lato', sans-serif;
	font-size: 15px
}

.galeria-wrap .galeria-inner h2 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 25px;
	font-weight: bolder
}

.galeria-wrap .galeria-inner hr {
	border: 1px dashed #fff
}

.galeria-wrap .galeria-inner h3{
  margin: 10px 0;
}

.galeria-wrap .galeria-inner h3 a{
  font-size: 24px;
  color: #fff;
	text-decoration: none
}

.galeria-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background: #9A9A9A;
  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;  
  padding: 30px;
}

.galeria-wrap .overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background: #000;
  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;  
  padding: 30px;
}

.galeria-wrap .overlay .fancybox, .galeria-wrap .overlay2 .fancybox  {
  color: #fff;
  font-size: 35px;
    font-weight: bolder
}

.galeria-wrap:hover .overlay {
  opacity: 0.8;
}

.galeria-wrap:hover .overlay2 {
  opacity: 0.1;
}

.portfolio .col-xs-6, .portfolio .col-md-6 {
    padding: 0px;
}

/* fin galeria */

/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	background: url(../img/pop_consulting_bg.jpg) no-repeat center top;
	margin-top: 95px;
	padding-top:120px;
	text-align:center;
	background-attachment: relative;
	background-position: top center;
	min-height: 100%;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap h1 {
	color:#ffffff;
	margin-top: 90px;
	padding-bottom: 30px;
	letter-spacing: 8px;
	font-size: 100px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
}

#greywrap {
	background: #f5f5f5;
	margin-top: 0px;
	padding-top: 40px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

#greywrap .callout {
	margin-bottom: 20px;
}

#greywrap p {
	margin-left: 30px;
	margin-right: 30px;
	letter-spacing: 1px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#greywrap .icon {
	font-size: 60px;
	line-height: 30px;
	margin-bottom: 10px;
}

#footerwrap {
	background: #2b2b2b;
	margin-top: 0px;
	padding-top: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

#footerwrap h4 {
	color: white;
}


/* ==========================================================================
   Box Sections
   ========================================================================== */

.white h1 {
	padding-top: 35px;
}

.white p {
	padding-top: 25px;
}

/* Section Dividers */
.section-divider {
    z-index: 999;
    width: 100%;
    display: table;
    max-height: 450px;
    border-bottom: 2px solid #E6EAED;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    /* padding-top: 30px;
    padding-bottom: 70px; */
    margin-top: 45px;


    background-position: center center;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    background-attachment: relative;
    
    text-align: center;
}

.textdivider h1 {
	padding-top: 70px;
	color: white;
	font-size: 40px;
}

.textdivider p {
	color: white;
	font-size: 25px;
}


/* Section Dividers Backgrounds */

.divider1 {
	background: url(../img/modo_activo_marketing_que_hacemos.jpg) no-repeat center top;
	background-attachment: relative;
	background-position: top center;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.divider2 h2 {
	font-size: 34px;
}

.divider3 {
    width: 100%;
    background-color:#f2cc67;
    padding:20px 0px;
}

.divider3 h2 {
    font-size: 34px;
}

.divider4 {
	background-color: white;
    padding: 20px 0px;
}

.divider5 {
	background: url(../img/modo_activo_marketing_como_hacemos.jpg) no-repeat scroll center top;
	background-attachment: relative;
	background-position: top center;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;}

.divider6 {
	background: url(../img/pop_consulting_bg4.jpg) no-repeat scroll center top;
	background-attachment: relative;
	background-position: center center;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;}

/* ==========================================================================
   Services Section
   ========================================================================== */

.service-trigger {
    display: block;
	position: relative;
    margin-bottom: 15px;
    color: white;
    font-size: 20px;
    text-align: center;
    height: 168px;
    cursor: pointer;
	padding: 90px 20px 50px 20px;
    border: none;
    background: #333;
}

.service-trigger:before {
    width: 100%;
    top: 50px;
    color: #3498db;
    font-size: 36px;
    text-align: center;
	position: absolute;
	left: 0;
}

.service-active .service-trigger {
    background: #222;
}

.service-active p {
	font-family: 'Lato', sans-serif;
	padding-top: 10px;
}

.service-content {
    padding: 15px 20px;
    background: #e6eaed;
    display: block;
    height: auto
}

.service-content p:last-child {
    margin: 0;
}


/* ==========================================================================
   Image Mask
   ========================================================================== */

.grid figure {
	margin: 0;
	position: relative;
}

.grid figure img {
	width: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	color: #fff;
	background: #3498db;
}

.grid figcaption h5 {
	margin: 0;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #fff;
	font-weight: 700;
	text-align: left;
	letter-spacing: 2px;
	
}

.grid figcaption a {
	text-align: left;
	padding: 5px 10px;
	margin-left: 20px;
	display: inline-block;
	background: #2f2f2f;
	color: #fff;
	font-size: 13px;
}

/* Caption Style */
.mask figure {
	overflow: hidden;
}

.mask figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .mask figure:hover img,
.mask figure.cs-hover img {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}

.mask figcaption {
	height: 50px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .mask figure:hover figcaption,
.mask figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.mask figcaption a {
	position: absolute;
	top:10px;
	bottom: 10px;
	right: 30px;
}


/* ==========================================================================
   Blog Section
   ========================================================================== */

.blog-bg {
	background: #2b2b2b;
	padding-right: 0px;
	padding-left: 0px;
	
}

.blog-bg h4 {
	color: #dadada;
	padding-top: 0px;
}

.blog-bg h5 {
	color: #dadada;
	font-size: 11px;
}

.blog-content {
	padding-top: 10px;
	background: #f2f2f2;
}


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


@media screen and (max-width:1050px), screen and (max-device-width:1050px){
	body .header{background-attachment: scroll;}
}


/*ipad portrait*/
@media only screen and (min-device-width:768px) and (max-device-width : 1024px) and (orientation : portrait){
	.header{background-attachment: scroll;}
}

@media screen and (max-width:991px) {
    #que_hacemos_1 {
        display: none
    }
    #que_hacemos_2 {
        display: inline-block;
        margin: 0 auto;
    }
    #que_hacemos h1 {
        text-align: center
    }
    #que_hacemos .circulos .circulo {
        display: block;
        margin: 0 auto;
        padding: 30px 35px;
    }
    .linea_horiz {
        display: none;
    }
    .linea_vert {
        display: block;
        margin: 30px
    }
    .flecha_horizontal img {
        display: none
    }
    .flecha_vertical {
        display: block;
        position: absolute;
        margin-top: 160px;
        margin-left: 64px;
        z-index: 1
    }
    .nav > li {
      float: none;
      display: inline-block;
    }
    .navbar-nav {
        float: left;
    }
    .navbar-nav > li > a {
        padding: 4px;
        margin-top: 4px;
        font-size:16px;
    }
    .redes_home {
        float: right;
        width: 50%;
        margin-right: -15px;
    }
    .navbar-header img {
        width: 230px;
    }
    .redes_home img {
        width: 32px;
    }
    .logo {
        float: left;
        width: 20%;
        text-align: left;
        margin-bottom:0px;
    }
    .logo img {
        float: none;
        width: 230px;
    }
    .botonera {
        float: right;
        width: 80%;
        text-align: right;
        margin-top: -15px;
    }
    .botonera ul li {
        padding: 0 4px;
    }
    .botonera a:link {
        font-size: 15px;
    }
}

@media screen and (max-width:1199px) {
    .linea_horiz {
        margin-left: 15px;
    }
    .salto {
        display: initial
    }
    .flecha_horizontal img {
        left: 203px;
        width: 40px;
        top: 100px;
        z-index: 1
    }
    .redes_home {
        left: 830px;
        top:-85px;
    }
    .justificado1, .justificado2 {
        text-align: center;
    }
    .dg-di img {
        width: 70%;
    }
    .row {
        margin-top: 48px;
    }
    #como_trabajamos h3 {
        line-height: 40px
    }
}

@media screen and (max-width:980px) {
    #headerwrap {
        padding-top:50px;
        background-position: top center;
        min-height: 40%;
    }
    #headerwrap p {
        font-size: 50px;
        width: 70%
    }
}

@media screen and (max-width:768px) {

    #boton_lucia, #boton_ulises, #boton_mariela {
        display: block;
        position: absolute;
        text-align: right;
        top: 20px;
        right: 20px;
        font-size: 25px;
        color: #000;
        line-height: 22px
    }
    
    #boton_lucia span, #boton_ulises span, #boton_mariela span {
        color: #FC8006;
        font-size: 15px;
    }
    
    .galeria-wrap {
        border-bottom: 1px solid #ccc
    }
    
    .overlay {
        display: none
    }
    
    #headerwrap {
        margin-top: 95px;
        padding-top:10px;
        padding-bottom: 30px;
        background-attachment: relative;
        background-position: top left;
        min-height: 0;
    }
    
	#headerwrap h1 {
		font-size: 80px;
	}
	#headerwrap p {
		font-size: 50px;
		line-height: 68px;
        text-align:left;
        width: 70%
	}
    .navbar-nav {
        float: none;
        border-bottom: 1px solid #ccc;
  }
    
    .navbar-nav > li > a {
        font-size:20px;
        text-align: center;
        margin-left: -50px;
    }
    
    .navbar-header {
        text-align: center;
        margin-top:10px;
    }
   
    .nav > li {
      display: block;
    }

    /* dis graf - dis ind */

    .justificado1 {
        text-align: center;
    }

    .justificado2 {
        text-align: center;
    }
    
    
   .redes_home {
       margin-right: 25px;
       width: 100%;
       text-align: center;
       margin-top: 5px;
   }
    .redes_home img {
        width:25px;
        padding: 0px;
    }
    .logo {
        width: 100%;
        text-align: center;
        margin-top: 8px;
    }

    .botonera {
        float: none;
        width: 100%;
        text-align: center;
        margin-top: -40px;
    }
    .botonera ul li {
        padding: 0 20px;
        margin-bottom: 1px
    }
    .botonera a:link {
        font-size: 15px;
    }
    .white_quienes p {
        text-align: center;
        width: 100%;
    }
    .row {
        margin-top: 45px;
    }
}

@media screen and (max-width:660px) {
    #quienes_somos h1, #que_hacemos h1, #donde_enfocamos h1, #como_trabajamos h1, #que_logramos h1, #contacto h1 {
        font-size: 35px
    }
    #quienes_somos h2 {
        font-size: 25px;
        line-height: 34px
    }
    .botonera ul li {
        padding: 0 3px;
    }
    #headerwrap {
        margin-top: 75px;
    }
    #headerwrap p {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 0px;
        text-align: left;
        width: 70%
    }
    #quehacemos img {
        margin-top: 10px;
    }
    .btn-circle {
        width: 50px;
        height: 50px;
        margin-top: 10px;
        padding: 5px 6px;
        font-size: 30px;
    }
    #que_logramos .negro {
        text-align: center;
        font-family: 'Roboto Condensed', sans-serif
    }
}

@media screen and (max-width:640px) {
    #headerwrap {
        padding-top: 30px;
        padding-bottom: 40px
    }
    #headerwrap p {
        width: 50%
    }
    .galeria-wrap img {
        padding-top: 35px
    }
}

@media screen and (max-width:480px) {
    #headerwrap {
        padding-top: 0px;
        padding-bottom: 30px
    }
    #headerwrap p {
        width: 80%;
    }
    #quienes_somos h1, #que_hacemos h1, #donde_enfocamos h1, #como_trabajamos h1, #que_logramos h1, #contacto h1 {
        font-size: 34px
    }
    .logo img {
        width: 50%;
    }
    .botonera {
        float: none;
        text-align: center;
        width: 100%;
        margin-top:-40px;
    }
    .botonera ul li {
        padding: 0px;
    }
    .dg-di img {
        width: 90%;
    }
    .row {
        margin-top: 50px;
    }
    .direccion {
        display: block;
        background-color: rgba(0,0,0,0.5);
        padding: 10px;
        text-align: center;
        color: #fff
    }
    .direccion_redes {
        display: none
    }
}


@media screen and (max-width:360px) {
    .galeria-wrap img {
        padding-top: 20px
    }
    #boton_lucia, #boton_ulises, #boton_mariela {
        top: 10px;
        right: 10px;
        font-size: 18px
    }
    #que_hacemos_2 img {
        width: 180px
    }
    #headerwrap {
        padding-top: 50px;
        padding-bottom: 60px
    }
    #headerwrap p {
        width: 100%;
        text-align: center
    }
    .galeria-wrap .overlay .fancybox, .galeria-wrap .overlay2 .fancybox {
        font-size: 22px;
    }
    #quienes_somos h1, #que_hacemos h1, #donde_enfocamos h1, #como_trabajamos h1, #que_logramos h1, #contacto h1 {
        font-size: 28px
    }
    #quienes_somos h2, #donde_enfocamos ul li, #que_logramos ul li {
        font-size: 20px
    }
    #como_trabajamos h3 {
        font-size: 25px
    }
    .home img {
        width: 50%;
    }
    
    .logo img {
        width: 70%;
    }
    
    .botonera ul li a:link {
        padding: 0px 10px;
    }
    
    h1, .h1 {
        font-size: 40px;
    }
    
	#headerwrap p {
		font-size: 30px;
		line-height: 38px;
	}
    #como_trabajamos h3 {
        line-height: 28px
    }
    
    #que_logramos .negro {
        font-size: 25px;
    }
    
}

@media screen and (max-width:320px) {
    #que_logramos .negro {
        font-size: 23px;
    }
}
