

*{
	margin: 0;
    padding: 0;
}



@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");

 
body {
  background-color: #fff;
  color: white;
  font-family:Arial;
}

header a {
  text-decoration: none;
}

header {
  padding: 0 10px;
  background-color: #1d1f1d;
  height: 175px;
  display: flex;
  justify-content: space-between;
}

#brand {
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
}

#brand a {
  color: #09c372;
}

ul {
  list-style: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

ul a {
  color: white;
}

ul li {
  padding: 5px;
  margin-left: 10px;
}

ul li:hover {
  transform: scale(1.1);
  transition: 0.3s;
}

.language{
    padding: 10px;
}

.google{
    padding: 10px;
}

 h3{
    color: deepskyblue;
}



#hamburger-icon {
  margin: auto 0;
  display: none;
  cursor: pointer;
}

#hamburger-icon div {
  width: 35px;
  height: 3px;
  background-color: white;
  margin: 6px 0;
  transition: 0.4s;
}

.open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
}

.open .bar2 {
  opacity: 0;
}

.open .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -8px);
  transform: rotate(45deg) translate(-6px, -8px);
}

.open .mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.mobile-menu {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  height: calc(100vh - 50px);
  width: 100%;
}

.mobile-menu li {
  margin-bottom: 10px;
}

@media only screen and (max-width: 600px) {
  header nav {
    display: none;
  }

  #hamburger-icon {
    display: block;
  }
}


.box {
  width: 300px;
    height: 500px;
    font-size: 20px;
    font-family:arial;
  padding: 20px;
  border: 1px solid #ddd;
  margin: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  background: red;
  color: white;
}

.box h2 {
  margin: 0 0 10px;
}

.box p {
  margin: 0;
    
}

 


.box1 {
  width: 300px;
    height: 500px;
    font-size: 20px;
    font-family:arial;
  padding: 20px;
  border: 1px solid #ddd;
  margin: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  background:deepskyblue;
  color: white;
}

.box1 h2 {
  margin: 0 0 10px;
}

.box1 p {
  margin: 0;
 
}





.box2 {
  width: 300px;
    height: 500px;
    font-size: 20px;
    font-family:arial;
  padding: 20px;
  border: 1px solid #ddd;
  margin:20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  background:#F82E2E;
  color: white;
  
}

.box1 h2 {
  margin: 0 0 10px;
}

.box1 p {
  margin: 0;
}

.precio{
	text-align:center;
}




.box2 {
  width: 300px;
    height: 600px;
    font-size: 20px;
    font-family:arial;
  padding: 20px;
  border: 1px solid #ddd;
  margin: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  background:#2ECC71;
  color: white;

}

.box2 h2 {
  margin: 0 0 10px;
}

.box2 p {
  margin: 0;
}





h1{
    text-align: center;
	color:skyblue;
}

p{
    text-align:left;
}


.lista{
	margin: 0;
	padding: 0;
	
}

.contenido{
    text-align:left;
    font-family:helvetica;
    color: black;
    margin: 5px;
    padding: 5px
        
        
    
}

  .contenido h2 {
            text-align: center;
    }

.contenido h3 {
            text-align: center;
    }

.language{
    color: black;
    font-family:arial;
}
 
        
*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.container {
  
}


.container {
  max-width: 600px;
  margin: 50px auto;
  padding: 20px;
  background-color: #000;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form-group {
  margin-bottom: 20px;
}

label {
  display: block;
  font-weight: bold;
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

button {
  background:#fff;
  color: #000;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 4px;
}

.hidden {
  display: none;
}



.container{
    color: aliceblue;
    
}




.dominio p{
	text-align: center;
	font-size: 35px;
	color: chocolate;
}
.boton{
    width: 200px;
    height: 50px;
    background:deepskyblue;
    color: white; 
     right: 10px;
    cursor: pointer;
   margin-left: 10px;
    font-family: sans-serif;
    font-size: 20px;
    
}

.boton:hover{
    background:skyblue;
    color:blue;
}

.btn-wsp{
    position:fixed;
    width:60px;
    height:60px;
    line-height: 63px;
    bottom:25px;
    right:25px;
    background:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:35px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index:100;
    transition: all 300ms ease;
}
.btn-wsp:hover{
    background: #20ba5a;
}
@media only screen and (min-width:320px) and (max-width:768px){
    .btn-wsp{
        width:63px;
        height:63px;
        line-height: 66px;
	}
}


footer  {
    background:black;
    width: 100%;
    height: 50px;
    padding: 10px;
}

.footer p{
     background:black;
    color: aliceblue;
	text-align: center;
   
    
     
}

.redes-sociales a{
    text-align: center;
    font-size: 30px;
    color: black;
    position: center;
    justify-content: center;
}

.redes-sociales .contenedor .twitter:hover{
    background:#55acee;
}
.redes-sociales .contenedor .facebook:hover{
    background: #3b5998;
}
.redes-sociales .contenedor .linkedin:hover{
    background: #004DFF ; 
}
.redes-sociales .contenedor .github:hover{
    background: #666666;
}
.redes-sociales .contenedor .instagram:hover {
    background:#FF00FF;
}

.redes-sociales .contenedor .behance:hover{
    background:#0333cc;
}


.redes-sociales .contenedor .behance:hover{
    background:blue;
}
.redes-sociales .contenedor .email:hover{
    background:silver;
}

.trabajos {
  background: #fff;
  padding: 60px 0; 
  width:100%;
}
 
  .trabajos .contenedor {
    overflow: hidden; }
  .trabajos .titulo {
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 60px;
    font-weight: 300;
    color: #323068;
    text-align: center; }
   .trabajos .contenedor-trabajos {
    display: flex;
    flex-direction: rows;
    flex-wrap: wrap;
    justify-content: space-between; }
     .trabajos .contenedor-trabajos .trabajo {
      width: 23%;
      margin-bottom: 40px; }
       .trabajos .contenedor-trabajos .trabajo .thumb {
        width: 100%;
        margin-bottom: 10px; }
         .trabajos .contenedor-trabajos .trabajo .thumb img {
          vertical-align: top;
          width:100%;
          border-radius: 3px; }
      .trabajos .contenedor-trabajos .trabajo .descripcion {
        text-align: center; }
         .trabajos .contenedor-trabajos .trabajo .descripcion .nombre {
          font-weight: 700;
          color:deepskyblue;
           font-size:25px;
          margin-bottom: 10px;
             text-align: center;
}
         .trabajos .contenedor-trabajos .trabajo .descripcion .categoria {
          font-size: 20px;
            text-align: center; 
          color: #636363; }
 .contacto {
  padding: 60px 0; }
   .contacto .titulo {
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 60px;
    font-weight: 300;
    color: #3895ea;
    text-align: center; }
   .contacto .formulario {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
     .name .text input="text"],
    .contacto .formulario input[type="email"],
     .contacto .formulario textarea {
      border: 2px solid #cecece;
      border-radius: 5px;
      padding: 15px 20px;
      font-size: 20px;
      color: #a4a4a4; }
     .contacto .formulario input[type="text"],
     .contacto .formulario input[type="email"] {
      width: 49%;
      margin-bottom: 15px; }
     .contacto .formulario textarea {
      width: 100%;
      height: 100px;
      min-width: 100%;
      margin-bottom: 15px;
      min-height: 100px;
      max-height: 300px; }
     .contacto .formulario .boton {
      margin: auto;
      background: #3895ea;
      color: #fff;
      border: none;
      border-radius: 3px;
      padding: 15px 40px; }
       .contacto .formulario .boton:hover {
        background: #387bea; }

 .trabajos .contenedor-trabajos .trabajo {
    width: 46%; } 

    

   .redes-sociales .contenedor {
    flex-wrap: wrap; }
    .redes-sociales .contenedor a {
      padding: 20px; } 
