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

body {
  font-family: 'Roboto', 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  background-color: #ffffff;
  overflow-x: hidden;
}

main {
  height: auto;
  background-color: white;
  margin-top: 100px;
}

/* Esta es la barra de navegacion. */
.navbar {
  font-family: 'Lato';
  background-color: #f6f6f6;
  overflow: hidden;
  height: 63px;
  text-align: right;
  /* border-bottom: 1px solid rgba(128, 128, 128, 0.454); */
  /* box-shadow: 1px 0px 50px rgba(68, 68, 68, 0.488); */
}

.logodiv h1 {
  position: absolute;
  top: 32px;
  right: -130px;
  font-family: futura;
  font-size: 30px;
}

/* Este es el truquito del logo que se cambia con el hover */
.logodiv {
  width: 300px;
  height: 0px;
  position: relative;
  right: 0px;
  left: 60px;
  bottom: 5px;
  display: block;
  margin: 0px;
}

.logodiv .logostw {
  display: none;
  position: absolute;
}

.logodiv:hover .logostw {
  display: block;
  z-index: 99;
}
  
.logostw {
  width: 300px;
  padding: 0px;
  opacity: 0.7;
}

.LogoRed {
  width: 300px;
  opacity: 0.7;
}
  
/* Este es el menu hamburguesa. */
.navbar a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 16px 16px;
  text-decoration: none;
  font-size: 15px;
  border-radius: 30px;
  
}

.hamburger:hover path{
  stroke: white;
}

/* Lista no ordenada de links */
.navbar ul {
  margin: 8px 100px 0 0;
  list-style: none;
}
  
/* Mouseover links */
.navbar a:hover {
  background-color: rgba(0, 0, 0, 0.714);
  border-radius: 0px;
  color: white;
  text-decoration: underline;
  text-underline-position: under;
  transition: 1s;
}
  
.navbar ul li a:hover {
  /* background-color: rgba(221, 221, 221, 0.146); */
  color: white;
  text-decoration: underline;
  /* border-radius: 50%; */
  box-shadow: 10 10 10 10 black;
  backface-visibility: hidden;
  transition: 1s;
  /* text-shadow: 1px 1px 2px white; */
  /* border-bottom: dashed 1px rgba(0, 0, 0, 0.515); */
}
  
.hamburger:hover {
  background-color: #ddd;
  transition: .2s; 
}
  
/* Lista de links */ 
.navbar ul li {
  display: inline-block;
}
  
.side-nav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  opacity: 0.9;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
}
  
.side-nav a {
  padding: 10px 10px 10px 30px;
  text-decoration: none;
  font-size: 22px;
  color: #ccc;
  display: block;
  transition: 0.3s;
}
  
.side-nav a:hover {
  color: white;
  text-decoration: underline;
  /* background-color: white; */
  /* border-radius: 100px; */
  transition: .5s;
}

/* Este es el boton para cerrar la barra de navegacion. */
.side-nav .btn-close {
  position: absolute;
  top: 0px;
  right: 10px;
  font-size: 30px;
  margin-left: 0px;
}
  
/* Este es el boton de Spanish */
input[class=spanish] {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 63px;
  background-color: #0082cb;
  border: none;
  color: rgba(255, 255, 255, 0.796);
  padding: 16px 20px;
  text-decoration: none;
  margin: 0px;
  cursor: pointer;
  transition: .5s;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
  
input[class=spanish]:hover {
  background-color: #ee3b44;
  color: white;
  transition: .5s;
  text-shadow: 1px 1px 2px black;
  -webkit-appearance: none;
}

.textWrite {
  height: 650px;
}

.js-type-writer {
  font-size: 48px;
  font-family: 'Roboto';
  color: black;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 100px;
}

.js-type-writer > span {
  border-right: .05em solid;
  animation: caret 1s steps(1) infinite;
}

@keyframes caret {
  50% {
    border-color: transparent;
  }
}

.texteditor {
  padding-top: 50px;
  padding-bottom: 100px;
  background: #525764;
  font-family: Arial, sans-serif;
  font-size: 16px;
}

.texteditor h1 {
  text-align: center;
  color: rgba(189, 189, 189, 0.611);

}

.wrap {
  width: 70%;
  min-width: 562px;
  margin: 60px auto 0;
  background: #fafafa;
  border-radius: 8px;
  box-shadow: 0 5px 8px 0 rgba(0,0,0,.4);
  padding: 10px;
}

.toolbar {
  width: 100%;
  margin: 0 auto 10px;
  display: none;
}

button {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: none;
  border: none;
  box-sizing: border-box;
  padding: 0;
  font-size: 20px;
  color: #a6a6a6;
  cursor: pointer;
  outline: none;
}

button:hover {
  border: 1px solid #a6a6a6;
  color: #777;
}

#bold,
#italic,
#underline {
  font-size: 18px;
}

#underline,
#align-right {
  margin-right: 17px;
}

#align-left {
  margin-left: 17px;
}

select {
  height: 24px;
  font-size: 15px;
  font-weight: bold;
  color: #444;
  background: #fcfcfc;
  border: 1px solid #a6a6a6;
  border-radius: 3px;
  margin: 0;
  outline: none;
  cursor: pointer;
}

select > option {
  font-size: 15px;
  background: #fafafa;
}

#fonts {
  width: 140px;
}

.sp-replacer {
  background: #fcfcfc;
  padding: 1px 2px 1px 3px;
  border-radius: 3px;
  border-color: #a6a6a6;
  margin-top: -1px;
}

.sp-replacer:hover {
  border-color: #a6a6a6;
  color: inherit;
}

.sp-preview {
  width: 15px;
  height: 15px;
  border: none;
  margin-top: 2px;
  margin-right: 3px;
}

.sp-preview-inner, 
.sp-alpha-inner, 
.sp-thumb-inner {
  border-radius: 3px;
}

.editor {
  position: relative;
  width: 100%;
  height: 60vh;
  margin: 0 auto;
  padding: 20px;
  background: #fcfcfc;
  border-radius: 3px;
  box-shadow: inset 0 0 8px 1px rgba(0,0,0,.2);
  box-sizing: border-box;
  overflow: hidden;
  word-break: break-all;
  outline: none;
}

.footer {
  height: auto;
  background-color: black;
  padding-top: 70px;
  /* margin-top: 50px; */
  }

.footer h3 {
 font-size: 28px;
  }

.footer p {
  font-size: 24px;
    }

.footer1 {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  /* margin-top: 50px; */
  background-color: black;
  height: 300px;
  overflow: hidden;
  color: white;
  display: flex;
  justify-content: space-between;
  /* margin-top: 20px;
  position: relative; */
}

.footer1 p {
  padding: 3px 0px;
}

#scroll {
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 40px;
  width: 40px;
  background-color: #6bb3dd;
  opacity: 0.9;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
}

#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  border: 8px solid transparent;
  border-bottom-color: white;
}

#scroll:hover {
  background-color: #0082cb;
  opacity: 0.7;
  filter: "alpha(opacity=100)";
  -ms-filer: "alpha(opacity=100)";
}

@media(max-width:1159px) {
  
.navbar-nav {
  display: none;
}

.logodiv {
  width: 240px;
  height: 0px;
  position: relative;
  right: 0px;
  left: 100px;
  bottom: 5px;
  display: block;
  margin: 0px;
}

.logodiv .logostw {
  display: none;
  position: absolute;
  z-index: 99;
}

.logodiv:hover .logostw {
  display: inline;
}

.logostw {
  width: 250px;
  position: absolute;
  right: 30px;
  top: 5px;
}

.LogoRed {
  width: 250px;
  position: absolute;
  right: 30px;
  top: 5px;
}

.logodiv h1 {
  position: absolute;
  top: 35px;
  right: -75px;
  font-family: futura;
  font-size: 24px;
}

}
    
@media(min-width: 1160px) {
  
.open-slide {
  display: none;
}
  
}
    
@media(max-width: 590px) {

.logodiv h1 {
  display: none;
}

}

@media(max-width: 400px) {

  .logodiv h1 {
    display: none;
  }
  
} 