/* / Estilos / Reset & basics (inspired by E. Meyers)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del,
dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt,
var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;/* 62.5% */
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clear {clear:both;}

a {
  text-decoration: none;
}

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


/* / Estilos / Estilos Generales
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

body  {
  font-family: 'Montserrat', sans-serif;
  color: #1e1e1d;
  background-color: #fff;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
}

a, img {
  outline: 0;/* removes red-dotted-line on selected link on FF */
  text-decoration: none;
}

a, input[type="submit"] {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

/*  azul #001e5f; naranja #ff6800; verde #25D366; */

/* / Estilos / Tamaños textos y colores
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/*1em= 16px*/
.texto-amarillo {
  color: #ffff00;
}

.texto-azul {
  color: #0200ff;
}

.texto-rosa {
  color: #ff0474;
}

.texto-aqua {
  color: #10ffff;
}

.texto-aqua-light {
  color: #81ecec;
}

.texto-melon {
  color: #ee5253;
}

.texto-azul-light {
  color: #0984e3;
}

.texto-morado {
  color: #6c5ce7;
}

.texto-bg-rosa {
  color: #fff;
  background-color: #ff0474;
  padding: 0px 10px;
}

.texto-bg-amarillo {
  color: #1e1e1d;
  background-color: #ffff00;
  padding: 0px 10px;
}

.texto-parrafo {
  font-size: 
}

.subtitulo {
  font-size: 2.5em;
  font-weight: 600;
}

.titulo {
  font-size: 3em;
}

.bold {
  font-weight: 700;
}

.titulo-principal {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 30px;
}

.titulo-secundario {
  font-size: 1.25em;
  font-weight: 600;
  margin-bottom: 20px;
}

.titulo-terciario {
  font-size: 1.25em;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 34px;
}

.super-titulo {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 30px;
}

.parrafos-generales { 
  font-size: 1.125em;
  font-weight: 400;
  line-height: 30px;
}

/* / Estilos / Header
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.servicio-branding-emprendedores {
  width: 100%;
  background-color: #0200ff;
  padding: 10px 0px;
}

.branding-emprendedores-contenedor {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: .875em;
  line-height: 24px;
  font-weight: 400;
}

.branding-emprendedores-texto {
  color: #fff;
  padding: 0px 15px;
  text-align: center;
}

.branding-emprendedores-boton{
  padding: 10px 0px;
}

.boton-branding {
  padding: 7px 10px;
  color: #0200ff;
  background-color: #ffff00;
  text-align: center;
}

.boton-branding:hover {
  color: #0200ff;
  background-color: #fff;
  -webkit-transition: .6s ease;
  transition: .6s ease;
}
.encabezado {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 50px;
  font-size: .875em;
  font-weight: 400;
  letter-spacing: 3px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

.encabezado-logotipo {
  margin-right: 20px;
}

.encabezado-logotipo img {
  width: 100px;
  height: auto;
}

.encabezado-servicios {
  width: 75%;
}

.encabezado-menu {
  width: 25%;
  text-align: center;
}

.boton-portafolio {
  padding: 10px 10px;
  color: #1e1e1d;
  background-color: #fff;
  border: 1px solid #1e1e1d;
  text-align: center;
}

.boton-portafolio:hover {
  color: #fff;
  background-color: #ff0474;
  border: 1px solid #ff0474;
  -webkit-transition: .6s ease;
  transition: .6s ease;
}

/* / Inicio / Bienvenida banner / 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.banner-bienvida {
  width: 100%;
 /* background: url("../img/banner-bienvida-fondo.jpg") no-repeat center top;*/
  margin-top: 40px;
}


.banner-bienvenida-titulo {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 40px;
}

/* / Inicio / Beneficios de nuestros servicios / 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.fondo-gris {
  width: 100%;
  padding: 30px 0px;
  background-color: #f4f4ff;

}

.fondo-ondas {
 width: 100%;
 height: 150px;
 background: #f4f4ff url("../img/ondas-fondo.png") no-repeat center top;
/*  background-color: #f4f4ff;
  background: url("../img/ondas-fondo.png") no-repeat center top;*/
  margin-top: 40px;
}

.fondo-ondas-invertido {
 width: 100%;
  height: 150px;
  background: #f4f4ff url("../img/ondas-fondo-invertido.png") no-repeat center bottom;
}


.beneficios-bienvenida {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 60px;
}

.beneficios-bienvenida-contenedor, .beneficios-bienvenida-contenedor-sin-columna {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.beneficios-bienvenida-texto {
  width: 100%;
  max-width: 450px;
}
.beneficios-bienvenida-imagen {
  width: 100%;
  max-width: 300px;
  text-align: center;
}

.beneficios-bienvenida-imagen img {
  max-width: 100%;
}

.frase-centrada-rosa {
  width: 100%;
  padding: 60px 10px;
  background-color: #ff0474;
}

.frase-centrada-rosa h3 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.frase-centrada-rosa p {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.boton-beneficios {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
  padding: 20px 0px;
  background-color: #fff;
  font-size: 1.125em;
  color: #ff0474;
} 

.boton-beneficios:hover {
  background-color: #0200ff;
   color: #fff;
  -webkit-transition: .6s ease;
  transition: .6s ease;
}

/* / Estilos / 360ª
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.contenedor-estrategias-marca {
  width: 100%;
  margin: 0 auto;
  padding: 50px 10px;
  background-color: #f4f4ff;
}

.estrategias-marca-contenido {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}


.estrategias-marca-contenido-rosa{
  width: 90%;
  max-width: 800px;
  padding: 40px 10px;
  text-align: center;
  margin: 0 auto;
  padding: 50px 40px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}


/* / Estilos / Bienvenida
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.bienvenida {
  width: 90%;
  margin: 0 auto;
  padding: 80px 10px 30px 10px;
  text-align: center;
}

.bienvenida h3 {
  font-size: 1.25em;
  font-weight: 700;
}

.bienvenida-proyectos {
  width: 90%;
  margin: 0 auto;
  padding: 80px 10px;
  text-align: center;
}

.bienvenida-proyectos h1 {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 30px;
}

.bienvenida-proyectos p {
  font-size: 1.25em;
  line-height: 32px;
}

.bienvenida-proyectos h3 {
  font-size: 1.25em;
  font-weight: 700;
}

.bienvenida-proyectos .circulo {
  font-size: .25em;
  vertical-align: 4px;
}

/* / Estilos / Equipo
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.equipo {
  width: 100%;
  padding: 30px 0px 50px 0px;
}

.equipo-contenido {
  width: 90%;
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}

.equipo-contenido p {
  font-size: 1.25em;
}

/* / Estilos / Imagen central
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.imagen-central {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.imagen-central img {
  max-width: 100%;
}

/* / Estilos / Servicios Bellota
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.servicios-bellota {
  width: 100%;
  margin-bottom: 40px;
}

.servicios-grupos {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.servicios-individuales {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  padding: 30px 0px;
  text-align: center;
/*  border-bottom: 1px solid #ccc;*/
}

.servicios-individuales h2 {
  font-size: 1.125em;
  font-weight: 600;
  margin-bottom: 10px;
}
.servicios-individuales p {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 34px;
}

.servicios-individuales img {
  max-width: 100%;
  margin-bottom: 20px;
  vertical-align: bottom;
}

/* / Estilos / Nuestro proceso creativo
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.proceso-creativo{
  width: 100%;
  margin-bottom: 80px;
}

.titulo-proceso-creativo {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 100px;
  text-align: center;
  font-size: 1.5em;
  font-weight: 700;
}

.numeracion-proceso-creativo{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.pasos-proceso-creativo {
  width: 270px;
  padding: 50px 30px;
  margin-bottom: 30px;
  font-size: 1em;
  font-weight: 400;
  line-height: 28px;
/*  border: 1px solid #ff0474;*/
}

.pasos-proceso-creativo h4 {
  font-size: 3em;
  font-weight: 700;
}

.pasos-proceso-creativo h5 {
  font-size: 1.125em;
  font-weight: 700;
  margin-bottom: 10px;
}

.proceso-bg-aqua {
  background-color: #defcfc;
}

.texto-proceso-aqua {
  color: #02b6b2;
}

.proceso-bg-naranja {
  background-color: #ffecec;
}

.texto-proceso-naranja {
  color: #ff7675;
}

.proceso-bg-azul {
  background-color: #cfe8fc;
}

.texto-proceso-azul {
  color: #0984e3;
}

.proceso-bg-amarillo {
  background-color: #fff3de;
}

.texto-proceso-amarillo {
  color: #f9b22f;
}

.delay1 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  delay: 0.2s;
}

.delay2 {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  delay: 0.4s;
}

.delay3 {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  delay: 0.6s;
}

.delay4 {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  delay: 0.8s;
}

/* / Estilos / Fortalezas
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@keyframes animatedBackground {
  from { background-position: 0 0; }
  to { background-position: 100% 0; }
}

.fortalezas {
  width: 100%;
  height: 600px;
  background-color: #ffff00;
/*  padding: 130px 0px;*/
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff000;
  background-image: url("../img/bg-lineas-amarillas.png");
  background-position: 0px 0px;
  background-repeat: repeat-x;

  animation: animatedBackground 40s linear infinite;
}

.fortalezas-cuadro {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 10px;
  text-align: center;
  background-color: #FFF;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.fortalezas-titulo {
  width: 100%;
}

.fortalezas-parrafo {
  width: 100%;
}

.fortalezas-titulo h2 {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 30px;
}

.fortalezas-parrafo p {
  font-size: 1em;
  font-weight: 400;
  line-height: 30px;
}

.fortalezas-parrafo img {
  height: 10px;
  width: auto;
  margin-top: 30px;
}


/* / Estilos / Recientes proyectos
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.encabezado-proyectos {
  width: 100%;
  background-color: #fff;
  margin-top: 100px;
}

.encabezado-proyectos-titulo {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 0px 150px 0px;
  text-align: center;
  background-color: #fff;
  border-top: 1px solid #ccc;
}

.encabezado-proyectos-titulo h2 {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 30px;
}

.encabezado-proyectos-titulo p {
  font-size: 1em;
  font-weight: 400;
  line-height: 30px;
}

.encabezado-proyectos-titulo img {
  height: 20px;
  width: auto;
  margin-top: 30px;
}

.recientes-proyectos {
  width: 100%;
  margin-bottom: 120px;
}

.recientes-proyectos-gpo {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.recientes-proyectos-ind {
  width: 100%;
}

.recientes-proyectos-ind img{
  width: 100%;
  height: 100%;
}


/* / Estilos / Recientes proyectos / Efecto zoom imaágenes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
figure {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}

.hover01 figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.hover01 figure:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

/* / Estilos / Emmpresas con las que hemos trabajado
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.empresas-clientes {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.empresas-clientes img {
  width: 150px;
  vertical-align: top;
}

/* / Estilos / Contacto mail
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.contacto-mail {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 0px 10px;
  margin-bottom: 100px;
  text-align: center;
}

.contacto-mail h2 {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 30px;
}

.contacto-mail p {
  font-size: 1.125em;
  line-height: 34px;
}

.mail {
  padding: 20px 50px;
  margin-top: 300px;
  color: #ff0474;
  text-align: center;
  border: 1px solid #ff0474;
}

.escribe-mail {
  padding: 50px 0px;
}

.mail:hover {
  color: #fff;
  background-color: #ff0474;
  -webkit-transition: .6s ease;
  transition: .6s ease;
}

.sumate {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 0px 10px;
  margin-top: 80px;
  margin-bottom: 25px;
  text-align: center;
}

.sumate h2 {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 30px;
}

/* / Estilos / Pie de página
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.pie-pagina {
  width: 100%;
  padding: 100px 0px 30px 0px;
  color: #fff;
  background-color: #ff0474;
  text-align: center;
}

.pie-pagina h3 {
  font-size: 2.5em;
  font-weight: 600;
  margin-bottom: 100px;
}

.pie-pagina h3 {
  font-size: 2.5em;
  font-weight: 600;
}

.pie-pagina p {
  font-size: 1.125em;
  font-weight: 400;
}

.pie-pagina-contacto {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.pie-pagina-contacto img {
  margin-bottom: 70px;
}

.pie-pagina-contacto a {
  color: #fff;
}

.pie-pagina-contacto a:hover {
  color: #10ffff;
}

.pie-nos-vemos {
 width: 100%;
  height: 80px;
  margin-top: 40px;
  background: #ff0474 url("../img/nos-vemos-pronto.png") no-repeat center top;
}

/* / Estilos / Recientes proyectos / Portafolio
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.bienvenida-proyectos .txt-servicios {
  font-size: 1em;
}
.txt-portafolio {
  font-size: 1.25em;
}
.imagen-1000px {
  width: 90%;
  margin: 50px auto;
  text-align: center;
}

.imagen-1000px img {
  max-width: 100%;
  vertical-align: top;
}

.imagen-1000px-sin-margen {
  width: 90%;
  margin: 0px auto;
  text-align: center;
}

.imagen-1000px-sin-margen img {
  max-width: 100%;
  vertical-align: top;
}

.margen-inferior {
  margin-bottom: 50px;
}

.margen-superior{
  margin-top: 50px;
}

.siguiente-proyecto {
  width: 100%;
  text-align: center;
  padding: 150px 10px;
  color: #fff;
}

.siguiente-proyecto h2 {
  font-size: 1.75em;
  font-weight: 600;
  line-height: 30px;
}

.bg-la-cruda {
  background-color: #ffdc45;
}

.txt-la-cruda {
  color: #000;
}

.bg-cogniplay {
  background-color: #462d88;
}

.txt-cogniplay {
  color: #7d6eaf;
}

.bg-cupbop {
  background-color: #ffb400;
}

.txt-cupbop {
  color: #259bdb;
}

.bg-187 {
  background-color: #e5002b;
}

.txt-187 {
  color: #002955;
}

.bg-privadas-color {
  background-color: #242857;
}

.txt-privadas {
  color: #f07925;
}

.bg-bosques-color {
  background-color: #3b3944;
}

.txt-bosques {
  color: #c79766;
}

.bg-privadas {
  padding: 100px 10px;
  background-color: #d9e2f5;
}

.bg-bosques {
  padding: 100px 10px;
  background-color: #c79a69;
}

.siguiente-proyecto:hover {
  background-image: url("../img/bg-lineas-blancas.png");
  background-position: 0px 0px;
  background-repeat: repeat-x;

  animation: animatedBackground 40s linear infinite;

  -webkit-transition: .6s ease;
  transition: .6s ease;
}

.siguiente-proyecto:hover .txt-cogniplay, .siguiente-proyecto:hover .txt-cupbop,
.siguiente-proyecto:hover .txt-privadas, .siguiente-proyecto:hover .txt-la-cruda,
.siguiente-proyecto:hover .txt-bosques, .siguiente-proyecto:hover .txt-187
{
  color: #fff;
  -webkit-transition: .6s ease;
  transition: .6s ease;
}

/* / Estilos / Responsivo
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* ///// 1200px //// */
@media (max-width: 1200px) {
.encabezado-servicios {
    display: none;
  }
.encabezado-menu {
    width: 40%;
}
.img-max-1200 {
  display: none;
}
}

/* ///// 1000px //// */
@media (max-width: 1099px) {
.servicios-introduccion img {
 display: none;
}
.beneficios-bienvenida-contenedor {
  display: flex;
  flex-direction: column-reverse;
}
.beneficios-bienvenida-contenedor-sin-columna  {
  display: flex;
  justify-content: center;
}
.beneficios-bienvenida-texto {
  text-align: center;
}
}

/* ///// 700px //// */
@media (max-width: 700px) {
.encabezado-menu {
  width: 60%;
}
}

/* ///// 600px //// */
@media (max-width: 600px) {
.grafico-2-lineas img {
 display: none;
}
}

@media (max-width: 499px) {
.img-max-600 {
  display: none;
}
}

/* ///// 500px //// */
@media (min-width: 500px) {
.menu {
  display: flex;
  justify-content: space-around;
}
.empresas-clientes img {
  width: 250px;
  vertical-align: top;
}
.boton-portafolio {
  padding: 12px 20px;
}
.img-max-300 {
  display: none;
}
}

/* ///// 700px //// */
@media (min-width: 700px) {
.bienvenida {
  width: 80%;
}
.bienvenida-proyectos {
  width: 80%;
  padding: 80px 10px;
}
.bienvenida-proyectos h1 {
  font-size: 2em;
}
.fortalezas-cuadro {
  padding: 100px;
}

.fortalezas-titulo h2 {
  font-size: 1.75em;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 30px;
}

.fortalezas-parrafo p {
  font-size: 1.25em;
  font-weight: 400;
}

.encabezado-proyectos-titulo p {
  font-size: 1.25em;
  font-weight: 400;
}

.encabezado-proyectos-titulo h2 {
  font-size: 1.75em;
  font-weight: 600;
  line-height: 50px;
}
.recientes-proyectos-ind {
  width: 33.333333333333333%;
}
.contacto-mail h2 {
  font-size: 1.75em;
  font-weight: 600;
  line-height: 50px;
}
.sumate h2 {
  font-size: 1.75em;
  font-weight: 600;
  line-height: 50px;
}
.siguiente-proyecto h2 {
  font-size: 3em;
  font-weight: 600;
  line-height: 50px;
}
.titulo-principal {
  font-size: 2em;
}
.titulo-secundario {
  font-size: 1.75em;
}
.super-titulo {
  font-size: 2.25em;
}
}

/* ///// 1000px //// */
@media (min-width: 1000px) {
.bienvenida {
  width: 80%;
  max-width: 700px;
}

.bienvenida-proyectos {
  width: 80%;
  max-width: 700px;
  padding: 120px 10px;
}
.bienvenida-proyectos h1 {
  font-size: 2.5em;
}

.recientes-proyectos-ind {
  width: 33%;
}
.recientes-proyectos {
  width: 100%;
  margin-bottom: 150px;
}
.branding-emprendedores-contenedor {
  font-size: 1em;
}
.titulo-principal {
  font-size: 2.5em;
}
.titulo-secundario {
  font-size: 2em;
}
.super-titulo {
  font-size: 3em;
}
}

/* ///// 1050px //// */
@media (min-width: 1050px) {

}

/* ///// 1100px //// */
@media (min-width: 1100px) {

}

/* ///// 1200px //// */
@media (min-width: 1201px) {
.img-max-600 {
  display: none;
}
}

/* ///// 1300px //// */
@media (min-width: 1300px)  {
.encabezado {
  margin-top: 50px;
}
.encabezado-logotipo img {
  width: 140px;
  height: auto;
  margin-right: 30px;
}
.bienvenida {
  width: 70%;
  max-width: 700px;
  margin: 0 auto;
}
.bienvenida-proyectos {
  width: 70%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 150px 10px 80px 10px;
}
.bienvenida-proyectos h1 {
  font-size: 3em;
  font-weight: 600;
  margin-bottom: 30px;
}

.fortalezas-cuadro {
  padding: 100px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  background-color: #FFF;
  position: relative;
}

.fortalezas-titulo h2 {
  font-size: 1.75em;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 30px;
}

.fortalezas-parrafo p {
  font-size: 1.25em;
  font-weight: 400;
}

.encabezado-proyectos-titulo {
  padding: 150px 0px 150px 0px;
}

.encabezado-proyectos-titulo h2 {
  font-size: 1.75em;
  font-weight: 600;
  line-height: 50px;
}
/* / Estilos / Recientes proyectos / Portafolio
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.imagen-1000px {
  width: 90%;
  margin: 150px auto;
  text-align: center;
}
.imagen-1000px img {
  max-width: 100%;
}
.margen-inferior {
  margin-bottom: 150px;
}
.margen-superior{
  margin-top: 150px;
}
.bg-privadas {
  padding: 150px 10px;
  background-color: #d9e2f5;
}
.titulo-principal {
  font-size: 3em;
}
.super-titulo {
  font-size: 4.5em;
}
}

/* ///// 1600px //// */
@media (min-width: 1600px) {
.bienvenida{
  width: 60%;
}
}

