/* / 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-blanco {
  color: #fff;
}

.texto-durazno-oscuro {
  color: #ea5155;
}

.texto-durazno {
  color: #fe5858;
}

.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;
}

.subtitulo-principal {
  font-size: 1.1875em;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 20px;
}

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


/* / Estilos / Header
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.encabezado {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 30px;
  font-size: .875em;
  font-weight: 400;
  letter-spacing: 3px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.encabezado-logotipo {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
}

.encabezado-logotipo img {
  width: 120px;
  height: auto;
  text-align: center;
}

.encabezado-servicios {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  font-weight: 600;
}

/* / Estilos / Banner princcipal
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.banner-emprendedor-principal {
  width: 100%;
  height: 600px;
  margin-top: 40px;
  background: url("../img/emprendedor-banner-principal.jpg") no-repeat center top;
  background-size: cover;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.fortalece-emprendimiento {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.fortalece-emprendimiento-contenido {
  width: 100%;
  max-width: 600px;
  padding: 120px 50px;
  background-color: #0200ff;
}

/* / Estilos / Conecta con una buena imagen
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.contenido-centrado {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 80px;
  text-align: center;
}

/* / Estilos / Productos o servicios innovadores 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.contenido-alineado {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.contenido-alienado-texto {
  width: 100%;
  max-width: 600px;
  padding: 0px 0px 30px 0px;
  text-align: center;
}

.contenido-alineado-imagen {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.contenido-alineado-imagen img {
  max-width: 100%;
  position: relative;z-index: 5;
}

.contenido-alienado-texto li {
  list-style: none;
  text-align: left;
  margin-bottom: 10px;
}

.contenido-alienado-texto li:before {
  content: "● ";
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #0200ff;
  vertical-align: 1px;
  display: inline-block; width: 1em;
  margin-left: -1em
}

.padding-left {
  padding-left: 20px;
}

/* / Estilos / Desarrollo de una imagen tardío
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.contenido-extendido {
  width: 100%;
  margin-top: 50px;
  padding: 70px 20px 40px 20px;
}

.contenido-extendido-texto {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  padding: 30px 0px 0px 0px;
  text-align: center;
}

.border-top {
   border-top: 1px solid #0200ff;
}

.contenido-extendido-texto li {
  list-style: none;
  text-align: left;
  margin-bottom: 10px;
}

.contenido-extendido-texto li:before {
  content: "● ";
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #0200ff;
  vertical-align: 1px;
  display: inline-block; width: 1em;
  margin-left: -1em
}

/* / Estilos / Somos Bellota Estudio 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.contenido-superpuesto {
  width: 100%;
  margin-top: 50px;
  padding: 100px 0px;
  background: url("../img/emprendedor-bellota.jpg") no-repeat center top;
}

.contenido-superpuesto-centrado {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
   display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.contenido-superpuesto-texto {
  width: 100%;
  max-width: 600px;
  padding: 30px 20px 30px 20px;
  background-color: #fff;
}

.boton-crear-marca {
  width: 100%;
  padding: 20px 20px;
  background-color: #0200ff;
  text-align: center;
  font-size: 1.125em;
  font-weight: 400;
  color: #fff;
}

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


/* / Estilos / Plan para emprendedores
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.branding-proceso {
  width: 100%;
  background: url("../img/emprendedor-branding.jpg") no-repeat center top;
  padding: 0px 0px 0px 0px;
  margin-top: 100px;
}

.branding-proceso-texto-contenedor {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 9999;
  top: 100px;
}

.branding-proceso-texto {
  width: 100%;
  max-width: 600px;
  background-color: #fff;
  padding: 40px 20px;
}

.branding-proceso-contenido {
  width: 100%;
  margin: 0 auto;
  background-color: #f3f3f3;
  padding: 150px 0px 100px 0px;
}

.branding-proceso-contenido-titulo {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.branding-proceso-contenido-servicios {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.branding-proceso-contenido-cuadro {
  width: 100%;
  max-width: 300px;
  text-align: center;
  margin-bottom: 30px;
  padding: 20px;

}

.branding-proceso-contenido-cuadro img {
  width: 80px;
}

/* / Estilos / Contacto
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.contendor-que-podemos-hacer {
  width: 100%;
  background: url("../img/emprendedor-escribenos.jpg") no-repeat center top;
  padding: 100px 0px;
  margin-top: 80px;
}

.que-podemos-hacer {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 25px;
  background-color: #fff;
  text-align: center;
}

.que-podemos-hacer a {
  color: #ff0474;
}

.que-podemos-hacer a:hover {
  text-decoration: underline;
  -webkit-transition: .6s ease;
  transition: .6s ease;
}

/* / Estilos / Pié de página gris
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.contenedor-pie-pagina-gris { 
  width: 100%;
  padding: 60px 0px 30px 0px;
  background-color: #e6ebee;
}

.pie-pagina-gris {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.pie-pagina-gris-servicios {
  width: 100%;
  max-width: 700px;
  font-size: 1em;
  margin-bottom: 30px;
  text-align: center;
}

.copyright {
  padding: 20px 0px;
  border-top: 1px solid #1e1e1d;
  border-bottom: 1px solid #1e1e1d;
}

.copyright a {
  color: #1e1e1d;
}

.copyright a:hover {
  color: #ff0474;
}

.pie-pagina-gris-logotipo {
  width: 100%;
  max-width: 200px;
  text-align: center;
}

.pie-pagina-gris-logotipo img {
  max-width: 100%;
}



/* / Estilos / Responsivo
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* ///// 1200px //// */
@media (max-width: 1200px) {

}

/* ///// 1000px //// */
@media (max-width: 1099px) {

}

/* ///// 700px //// */
@media (max-width: 700px) {
}

/* ///// 600px //// */
@media (max-width: 600px) {

}

@media (max-width: 499px) {

}

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

}

/* ///// 700px //// */
@media (min-width: 700px) {
/*de aqui*/
.titulo-principal {
  font-size: 2em;
}
.titulo-secundario {
  font-size: 1.75em;
}
.subtitulo-principal {
  font-size: 1.375em;
}

.contenido-alienado-texto {
  width: 60%;
  max-width: 600px;
  padding: 0px 30px 0px 0px;
  text-align: left;
}
.contenido-alineado-imagen {
  width: 40%;
  max-width: 500px;
}
.contenido-superpuesto-texto {
  padding: 50px 30px 50px 30px;
}
.branding-proceso-texto {
  padding: 70px;
}
}

/* ///// 1000px //// */
@media (min-width: 1000px) {
/*de aqui*/
.titulo-principal {
  font-size: 2.5em;
}
.titulo-secundario {
  font-size: 2em;
}
.pie-pagina-gris-servicios {
  text-align: left;
}

.pie-pagina-gris-logotipo {
  text-align: right;
}
}

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

}

/* ///// 1100px //// */
@media (min-width: 1100px) {
.encabezado-logotipo {
  text-align: left;
}

.encabezado-servicios {
  text-align: right;
}
.que-podemos-hacer {
  padding: 130px 170px;
}
}

/* ///// 1300px //// */
@media (min-width: 1300px)  {
/* / Estilos / Recientes proyectos / Portafolio
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*de aqui*/
.titulo-principal {
  font-size: 3em;
}
.contenido-alineado {
  margin-top: 100px;
}
.contenido-alienado-texto {
  padding: 0px 60px 30px 60px;
}
 
.contenido-superpuesto-texto {
  width: 600px;
  padding: 60px 60px 60px 60px;
}
}

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

}

