@charset "UTF-8";
/* CSS Document */

/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  /*background: rgb(0,124,194);
background: linear-gradient(90deg, rgba(0,124,194,1) 0%, rgba(148,187,233,1) 100%);*/
font-family: 'Albert Sans';




}

.bg-text{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 600px;
    height: 600px;
    margin: auto;
    color: #fff;
    font-size: 16px;
}


input[type=text], select {
    width: 60px;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    /*border: 1px solid #ccc;
    border-radius: 10px;*/
    box-sizing: border-box;
    border:0;
    text-align: center;
  }
  
  .agregarmas{
    border: 1px solid #ccc;
  }

  input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
  
  }
  
  input::placeholder {
    color: #007cc2;
  }

  input[type=submit] {
    background-color: #007cc2; 
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 5px;
    width: 100%;
    height: 80px;
  }

  .encabezado{
    width: 100%;
    height: 80px;
    margin:0 auto;
    /*background-color: #007cc2; */
    border-bottom: 1px solid #f2f2f2;
    background-color: #FFF;
  }

  .dentroenca{
    width: 100%;
    margin:0 auto;
  }
  .rest1{
    width: 15%;
    height: 100vh;
    margin:0 auto;
    float:left;
    background-color: #201a8e; 
  }

  .rest2{
    width: 85%;
    height: 100vh;
    margin:0 auto;
    float:right;
    background-color: #e2e4e2; 
  }

  .enca1{
    width: 15%;
    padding-top: 10px;
    padding-left: 10px;
    height: auto important!;
    margin: 0 auto;
    float: left;
  }

  .enca2{
    width: 70%;
    height: auto important!;
    margin: 0 auto;
    float: left;
  }

  .enca3{
    width: 15%;
    height: auto important!;
    margin: 0 auto;
    float: right;
    

  }

  .enca3a{
    float: left;
    width: 30%;
    height: auto;
    margin: 0 auto;
    color: #007cc2;
    cursor: pointer;
  }

  .menucito{
    width: 100%;
    height: 60px;
    margin: 0 auto;
    color: #fff;
  }

  .menucito:hover {
    background-color: #fff;
    opacity: 0.2;
    color: #201a8e;
  }

  .menucitodentro{
    width: 60%;
    height: auto;
    margin: 0 auto;
    
  }

  .ico{
    width: 30%;
    height: auto;
    margin: 0 auto;
    float: left;
    padding-top: 20px;
  }
  .tex{
    width: 70%;
    height: auto;
    margin: 0 auto;
    float: right;
    padding-top: 17px;
  }

  .rest2dentro{
    width: 98%;
    height: auto;
    margin: 0 auto;
  }

  .titventanas{
    font-size: 40px;
    color: #000;
    letter-spacing: 3px;
  }

  .encabezadorest{
    width: 100%;
    height: 60px;
    margin: 0 auto;
  }

  .enre1{
    width: 10%;
    height: auto;
    margin: 0 auto;
    float: left;
  }

  .cuadrodentro{
    width:100%;
	  height:auto !important;
	  margin:0 auto;
	  border-radius: 5px;
	  background-color: #fff;
	  border:1px solid #f5f6f9;
	  margin: 0 auto; 
  }

  .cuadrodentro2{
    width:50%;
	  height:auto !important;
	  margin:0 auto;
	  border-radius: 5px;
	  background-color: #fff;
	  border:1px solid #f5f6f9;
	  margin: 0 auto; 
    float: left;
  }

  .cuadrodentro3{
    width:40%;
	  height:auto !important;
	  margin:0 auto;
	  border-radius: 5px;
	  background-color: #fff;
	  border:1px solid #f5f6f9;
	  margin: 0 auto; 
    float: left;
  }


  .cuadrodentro4{
    width:40%;
	  height:auto !important;
	  margin:0 auto;
	  border-radius: 5px;
	  background-color: #fff;
	  border:1px solid #f5f6f9;
	  margin: 0 auto; 
    float: right;
  }

  table {
    border-collapse: collapse;
    width: 100%;
  }
  th{
    font-size: 18px;
    color: dimgray;
  }

  th, td {
    padding: 8px;
    text-align: center;
    border-bottom: 1px solid #ddd;
  }
  
  /*tr:hover {background-color: #007cc2;  
color: #FFF; ;}*/


.car {
  font-size:12px;
  color:#000;
}

.botonagregar{
  width:100%;
	  height:40px;
	  margin:0 auto;
	  border-radius: 5px;
	  background-color: #007cc2;
	  border:1px solid #f5f6f9;
	  margin: 0 auto; 
    text-align: center;
    padding-top: 10px;
    padding-left: 7px;
    color: #fff;
}

.botonagregar2{
  width:100%;
	  height:40px;
	  margin:0 auto;
	  border-radius: 5px;
	  background-color: #201a8e;
	  border:1px solid #f5f6f9;
	  margin: 0 auto; 
    text-align: center;
    padding-top: 10px;
    padding-left: 7px;
    color: #fff;
    margin-left: 20px;
}
  

.formdentro{
  width: 95%;
  height: auto;
  margin: 0 auto;
}

.cuerpotodo{
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  background-color: #e2e4e2;
}

.dentrocuerpo{
  width: 1000px;
  max-width: 1200px;
  margin: 0 auto;
  height: auto;
}



.elmenu{
  width: 100%;
  font-size: 14px;
  color: #000;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 40px;
  padding-top: 10px;
}

.elmenu2{
  width: 90%;
  font-size: 14px;
  background-color: #007cc2;
  color: #FFF;
  border-radius: 10px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 40px;
  padding-top: 10px;
}



.cuerpoiz{
  width: 10%;
  margin: 0 auto;
  height: 100vh;
  float: left;
  background-color: #fff;
}

.cuerpode{
  width: 90%;
  margin: 0 auto;
  height: 100vh;
  float: right;
  background-color: #FFF;
}


.prods{
    width:250px;
	  height:300px;
	  margin:0 auto;
	  border-radius: 5px;
	  background-color: #fff;
	  border:1px solid #f5f6f9;
	  margin-right: 20px; 
    margin-bottom: 20px;
    float: left;
}

.dentroder{
  width: 90%;
  margin: 0 auto;
  height: 100vh;
}

div.elmenu:hover {
  color:#007cc2;
}

hr.new1 {
  border-top: 1px solid #f2f2f2;
}

.producs{
  width: 1000px;
  max-width: 1200px;
  margin: 0 auto;
  height: 600px;
}

.pro_iz{
  width: 50%;
  float: left;
  margin: 0 auto;
  height: auto;
}


.pro_de{
  width: 50%;
  float: right;
  margin: 0 auto;
  height: auto;
}

.pro_de1{
  width: 10%;
  float: left;
  margin: 0 auto;
  height: auto;
}
.pro_de2{
  width: 90%;
  float: right;
  margin: 0 auto;
  height: auto;
}

.tituloprodu{
  font-size: 30px;
  letter-spacing: 5px;
  margin-bottom: 20px;
}

.imgprod{
  border: 1px solid #f2f2f2;
}

.navegacion{
  width: 1000px;
  max-width: 1200px;
  margin: 0 auto;
  height: 60px;
}

.txt_descripcion{
  text-align: justify;
  font-size: 14px;
  color: #828282;
  line-height: 20px;
}

.cuadroau {
  width: 50%;
  float: left;
  border: 1px solid #f2f2f2;
  padding-top: 10px;
}

.cuadrobtn {
  width: 48%;
  float: right;
  background-color: #007cc2; 
  height: 80px;
  border-radius: 5px;
  color: #FFF;
}

.button {
  background-color: #007cc2; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
}

.button2 {background-color: #008CBA;} /* Blue */
.button3 {background-color: #f44336;} /* Red */ 
.button4 {background-color: #e7e7e7; color: black;} /* Gray */ 
.button5 {background-color: #555555;} /* Black */

.cart {
  position: relative;
}

.circulocarro {
  background-color: #f44336;
  position: absolute;
  top: -60%;
  left: 20%;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.lineaabajo{
  width: 100%;
  height: 70px;
  margin:0 auto;
}

.lb1{
  width: 50%;
  float: left;
  margin: 0 auto;
  height: auto;
}

.lb2{
  width: 50%;
  float: right;
  margin: 0 auto;
  height: auto;
}

.btnactu{
  width: 250px;
  float: right;
  background-color: #007cc2; 
  height: 70px;
  border-radius: 5px;
  color: #FFF;
  letter-spacing: 5px;
  font-size: 11px;
  cursor: pointer;
}

.resumentotal{
  width: 100%;
  height: 60px;
  margin: 0 auto;
}

.r1{
  width: 40%;
  float: right;
  height: auto;
  font-size: 40px;
}

.footer{
position: absolute;
bottom: 0px;
border-top: 1px solid #f2f2f2;
width: 100%;
margin: 0 auto;
height: 50px;
}

.dentrofooter{
  width: 60%;
  margin: 0 auto;
}

.fo1{
  width: 30%;
  float: left;
  margin: 0 auto;
  height: auto;
  font-size: 11px;
  color: #828282;
}

.fo2{
  width: 90%;
  margin: 0 auto;
  height: auto;
  font-size: 11px;
  color: #828282;
}

.menuperfil{
  width: 80%;
  height: auto;
  margin: 0 auto;
}

.mp1{
  width: 20%;
  height: 300px;
  margin: 0 auto;
  float: left;
  border-right: 1px solid #f2f2f2;
}

.mp2{
  width: 75%;
  height: auto;
  margin: 0 auto;
  float: right;
  
}

