/*
Theme Name: Trework
Author: Plexo
Author URI: http://www.plexosistemas.com.ar
Description: Tema para Trework
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: temaDos
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*---Generales---*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background:#3B3535;
    font-size: 12pt;
    font-family: 'Marvel', sans-serif;
}
header {
    width: 100%;
    height: 100px;
    margin: 0px auto;
}
footer {
    width: 100%;
    margin: 0px auto;
}
main {
    width: 100%;
}
#divisor {
    width: 80%;
    margin: 0px auto;
} 
#divisor hr {
 border: 1px solid #f7b101;
 background-color: #f7b101;
 margin-bottom: 20px; 
}

  /*---------Header---------*/
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgba(0,0,0,.5);
}
header label  {
    float: right;
    font-size: 20px;
    color: #f7b101;
    padding: 20px;
    display:none;
}
header label:hover  {
    cursor: pointer;
    background:  rgba(0,0,0,.3);
}
#bt-menu {
    display: none;
}

.menu ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    list-style: none;
    justify-content: flex-end;
}
.menu ul li a{
    display: block;
    padding: 35px 20px;
    color: #f7b101;
    text-decoration: none;
    font-size: 25px;
    font-weight: bold;
}
.menu ul li a:hover{
    color: #fff;
}
.menu ul li:hover{
    cursor: pointer;
    background:  rgba(0,0,0,.3);
}
.menu{
    width: 50%;
    float: right;
}
#logo {
    width: 50%;
    float: left;
    z-index: 100;
    position:absolute;
    top:20px;
    margin-left: 5%;
}
#logo img {
    width: 100%;
    height: 100%;
    max-width: 350px;
}

  /*---------Main-----------*/

#baner {
    position: relative;
    overflow:hidden;
}
#baner img {
    width: 100%;
    opacity: 60%;
}
#baner .contenedor {
    width: 60%;
    max-width: 800PX;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateX(-50%) translateY(-30%);
    justify-content: center;
}
#baner .contenedor h1{
    font-size: 50px;
    font-weight: bold;
    color:#f7b101;
    text-align: center;
   }
#baner .contenedor p{
    font-size: 35px;
    font-weight: lighter;
    color: #fff;
    text-align: center;   
}
#blog .contenedor {
    position: relative;
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
    text-align: center;
    font-size:15px; 
    margin-bottom: 20px;
}
#blog article {
     margin:20px;
}
#blog img {
   width: 100%;
   max-width: 280px;
   opacity: 80%;
   border-radius: 10px;
   margin-bottom: 25px;
}
#blog h4{
  font-size: 30px;
  font-weight:bold;
  color: #f7b101;
  padding: 10px 25px;
  background-color: black;
  border-radius: 10px;
}

form {
    width: 90%;
    max-width: 800px;
    margin:0 auto;
    padding: 10px 20px;
 }
form h1{
 margin:0;
 font-size: 30px;
 text-align: center;
 margin-bottom: 15px;
 color: #f7b101;
 }
form input {
     width: 100%;
     margin-bottom: 10px;
     padding: 10px;
     box-sizing: border-box;
     font-size: 15px;
     font-weight: bold;
     border-radius: 10px;
     border-color:black;
 }
 form #boton {
     background: #f7b101;
 }
 form textarea{
     width: 100%;
     margin-bottom: 10px;
     padding: 20px;
     box-sizing: border-box;
     font-size: 15px;
     border-radius: 10px;
     min-height: 100px;
     max-height: 200px;
}
#redes .contenedor {
    position: relative;
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
}
#redes h4 {
        color:#f7b101;
        font-size: 25px;
        padding: 5px;
}

  /*---------Footer----------*/

footer .contenedor {
     
    width: 100%;
    height: 60px;
    background: rgba(0,0,0,.5);
    position: absolute;
    z-index: 100;
    text-align: center;
    line-height: 20px;
    color: #f7b101;
    padding: 5px; 
}
footer h1{
    font-size: 15px;
}
footer p{
    font-size:10px;
}

 /*--------RESPONSIVE-------*/

@media (max-width:1024px){
#baner .contenedor {
    top:40%;
}
#baner .contenedor h1{
        font-size: 38px;
}
#baner .contenedor p{
        font-size: 22px;
}
}
@media (max-width:768px){

header label {
    display: block;
    padding: 38px;
}
.menu{
    position: absolute;
    top: 100px;
    right: 0px;
    background: rgba(0,0,0,.5);
    width: 50%;
    margin-right: -100%;
}
.menu ul {
    flex-direction: column;
}
.menu ul li a{
    font-size:22px;
}
.menu li{
    border-top: 1px solid #f7b101;
}
#bt-menu:checked ~ .menu {
    transition: all 0.5s;
    margin-right: 0px;
}
#baner .contenedor {
    top:60%;
}
#baner .contenedor h1{
    font-size: 30px;
}
#baner .contenedor p{
    font-size: 20px;
}
}

@media (max-width:450px){
header{
    height: 65px;
}
header label {
    padding: 20px;
}
#logo{
    top:15px
}
.menu{
    top:65px;
    width: 100%;
}
#baner .contenedor {
    top:50%;
}
#baner .contenedor h1{
    font-size: 22px;
}
#baner .contenedor p{
    font-size: 15px;  
}
}
@media (max-width:375px){
#logo{
        top:20px
}
#baner .contenedor {
        top:55%;
}
#baner .contenedor h1{
        font-size: 18px;
}
#baner .contenedor p{
        font-size: 12px;  
}  
}