@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@200;300&display=swap');


html, body{
    margin: 0;
    padding: 0;
    height: 100%;
}

#prueba{
    display: block;
}

a, p ,h1 ,h4, h3, label , span {
    font-family: 'Source Sans Pro', sans-serif;
}


.botonSideNav{
    float: left;
    width:50px;
    height: auto;
}

.derecha{
    float: right;
}

/*nav principal*/

.header .nav{
    background-color:#0096C7;
    width: 100%;
    height:50px;
    z-index: 1;
    position: fixed;
    top: 0px;
}
.header .nav a{
    display: none;
}


.header a{
    background-color:#0096C7;
    border: 0px;
    cursor: pointer;
    margin-left:10px;
    margin-right: 10px;
    margin-top: 15px;
    color:white;

}

.botonSideNav{
    background-color:#0096C7;
    border: 0px;
    cursor: pointer;
    margin:10px;
    margin-top: 15px;
    color:white;
}



/*sidenav*/

.sidenav {
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    display: none;
  }

  .sidenav img{
      max-width:100%;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }

  .sidenav a:hover{
      background-color: floralwhite;
  }

#logo{
    width: 40px;
    margin-top: 5px;
    float: left;
}

#textoLogo{
    margin: 0px;
    margin-left: 2px;
    padding-top: 9px;
    color: white;
    display: inline-block;
    font-family: 'Bebas Neue', cursive; 
}
.fa-lg{
    font-size: 18px !important;
}

.redes-sociales{
    font-size: 25px;
    padding: 20px;
}

.redes-sociales a{
    color: white;
    text-decoration: none;
}
.redes-sociales a:hover{
    color:white;
    padding:30px;
    font-size: 30px;
    transition: all 300ms linear 100ms !important;
}

.btn-whatsapp{
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 1;
}

.logo{
    display: inline-block;
}

.box1{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 200px;
    color:white;
}

.box1 img{
    width: 100px;
}

.box1 h3{
    font-weight: bold;
}

.section{
    padding-top: 18px;
    padding-bottom: 18px;
}

.section h3 {
    font-weight: bold;
}

.caracteristicas{
    padding: 20px;
    text-align: center;
    color: white;
    background-color: #0077b6;
}

.caracteristicas h3{
    font-weight: bold;
}

.contactoSeparador{
    display: flex;
    flex-direction: column;
    padding: 20px;
    max-width: 100%;
} 

.contactoSeparador input{
    padding: 5px;
    border-radius: 5px;
    border-bottom: 2px solid #4477b4;
    border-top: 0px;
    border-right: 0;
    border-left: 0;
}

.contactoSeparador label{
    font-weight: bold;
}

.contactoSeparador textarea{
    border: 2px solid #4477b4;
    border-radius: 5px;
    padding:5px;
}

.boxContacto .btn-success{
    padding: 10px;
    margin-bottom: 10px;
    border: 0px;
    box-shadow: 1px 1px 1px 1px lightgray;
    border-radius: 5px;
}

.contacto h1{
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: bold;
    
}

.contactoTitulo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-color: #f9fafb;
    height: 200px;
}

.instagram{
    padding:20px;
    border-radius: 100%;
    background-color: tomato;
}

.facebook{
    padding:20px;
    border-radius: 100%;
    background-color: #4267B2;
}

.whatsapp{
    padding:20px;
    border-radius: 100%;
    background-color: #25D366;
}

.steam{
    padding:20px;
    border-radius: 100%;
    background-color: #171a21;
}

.error{
    display: none;
    color:red;
}

.modal-success{
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

/*essen*/

.titulo{
    text-align:center; 
    color:#78232a; 
    font-weight:bold;
}
.dimensiones {
    text-align: center;
    margin : 20px !important;
    border-bottom: 1px solid lightblue;
}
.dimensiones  p{
    margin: 2px;
}

.comensales {
    display: inline-block;
    margin : 2px;
}

.capacidad  {
    display: inline-block;
    margin: 2px;
}

.diametro {
    display:inline-block;
    margin : 2px;
}

.cacerolaItem {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom : 10px;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius : 2%;
    box-shadow: 1px 1px 2px 1px lightgray;
    
}



.imagenCacerola{
    width: inherit;
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}


.descripcion {
    text-align: center;
}

.precios {
    display: inline-block;
}

.cuota{
    font-weight: bold;
    display: inline-block;
}

.efectivo{
    font-size: x-large;
}


.fichaTecnica{
    display: flex;
    flex-direction: column-reverse;
    float: right;
}

.imgFichaTecnica{
    width: 30%;
    margin: auto;
}

.marcoCacerola{
    height: 200px;
    display: flex;
}

.marcoTecnologias{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}


.sobreMi{
    padding-top: 80px;
    display: flex;
    background-color: #f8f9fa;
    color: #41464b;
    align-items: center;
    justify-content: center;
}

.sobreMi img{
    border-radius: 100%;
    max-width: 100%;
    width: 60%;
}

.sobreMiImg{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contenidoPortfolio p{
    text-align: justify;
}

.marcoDeTablet {
    border-radius: 15px;
    border: 1px solid lightgrey;
    max-width: 100%;
    padding: 20px;
    background-color: lightgray;
}


.btn-github{
    color: white;
    background-color: black;
    border: 0px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5%;
    text-decoration: none;
}

.btn-github:hover{
    color:white;
    background-color: rgb(30, 30, 30);
}



.btn-youtube{
    color: white;
    background-color: #FF0000;
    border: 0px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5%;
    text-decoration: none;
}

.btn-youtube:hover{
    color:white;
    background-color: #FF0000;
}


.box-portfolio{
    padding:30px;
}

.box-portfolio h3{
    font-size: large;
    font-weight: bold;
}



.tipo-proyecto{
    color:orange;
    font-weight: bold;
}

.iconos-navegacion {
    position: relative;
    margin-top: -40px;
    margin-left: 21px;
    background-color: black;
    padding: 10px;
    width: calc(100% - 41.5px);
    height: 15px;

   
  }
  
  .iconos-navegacion i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    cursor: pointer;
    color: white;
    background-color: black !important;
  }
  
  .iconos-navegacion i:first-child {
    left: 30px;
  }
  
  .iconos-navegacion i:nth-child(2) {
    right: 30px;
  }
  
  .iconos-navegacion i:last-child {
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }

  .redes {
    padding: 20px;
  }
  .redes a{
    color:black;
  }


@media (min-width: 768px) { 
    .sidenav {
        height: 100%; 
        width: 250px;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #111;
        overflow-x: hidden;
        transition: 0.5s;
        z-index: 1;
      }
      
    .header .nav a{
        display: inline-block;
        text-decoration: none;
        }
    .header .nav a:hover{
        color: white;
    }
        
    .nav a:hover  {
        border-bottom: 2px solid orange;
        }

    .nav a{
        text-transform: uppercase;
    }

      #prueba{
          display: none;
      }

      .modal-content {
        width: 50%;
      }

      .modal{
          padding-top: 0px;
      }

      #mapa img{
        width: auto;
        margin:0;
        margin-left: 10px;
    }

    #mapa h1{
        text-align: left;
        margin-left: 10px;
    }

    .contactoBox{
        width: 600px;
        margin-left: 10px;
    }

    .header .nav button{
        display: inline-block;
    }

    #prueba{
        display: none;
    }
    #textoLogo{
        padding-top: 0px;
        display: none;
    }

    .underline{
        color: white;
        background-color: white !important;
        height: 3px;
        display: none;
    }
  }
 

  @media (min-width: 1024px) { 

    .sidenav {
        height: 100%; 
        width: 250px;
        top: 0;
        left: 0;
        background-color: #111;
        overflow-x: hidden;
        transition: 0.5s;
        z-index: 1;
      }

      .header .nav a{
        display: inline-block;
    }

      .carritoDeCompra{
          background-color: black !important;
          margin-top: 2px;
          height: 300px !important;
          width: 300px;
          position: absolute;
          right: 0;
          left:auto !important;
          font-size: small;
          transition: 0.5ms;
      }
      #carritoBox .thumbnail{
        padding: 10px;
        height: 95%;
    }

    .de{
        width: 80px;
    }


      #prueba{
          display: none;
      }

      .modal-content {
        width: 25%;
      }

      .modal{
          padding-top: 3%;
      }

      .header .nav button{
        display: inline-block;
    }

    #prueba{
        display: none;
    }

    #textoLogo{
        padding-top: 0px;
        display: none;
    }
  }

  @media (min-width: 1200px) { }

