@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
body{
    font: normal normal normal 100%/normal sans-serif !important;
}
a{
    text-decoration: none;    
}
.borde{     
    margin: 0; 
    padding: 0;
    width: 100%;
        border-top:15px solid #1A82C0;        
        opacity: 100%;
           
}
.espaciador{
    width: 100%;
    border-top: 10px transparent;
    margin: 70px;
}

.partebaja{
    margin: 0;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: #5D5D5D;
    color: white;

}
.flex-container {
    display: flex;
    flex-direction: row;
    font-size: 15px;
    text-align: left;
    color:#f1f1f1;        
  }
  
  .flex-item-left {
    background-color: #f1f1f1;
    padding: 10px;
    flex: 50%;
  }
  
  .flex-item-right {
    background-color: #5D5D5D;
    padding: 10px;
    padding-top: 40px;
    flex: 50%;
  }
  /*galeria de productos*/
  .galeria{
    display: flex;
    flex-flow: wrap;
    justify-content: center;
  }
  
  .galeria img{
    max-width: 350px;
    max-height: 250px;
    padding: 1rem;
  }

  /* ---------------------------------------------------
    Tablas
----------------------------------------------------- */

table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
 /* border: 3px solid #6d7fcc;*/
  border-collapse: collapse;
}
th{
  padding: 8px;
  color: #669;
  font-family: 'Poppins', sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.5em;
 
  background: #b9c9fe;
  border-top: 4px solid #aabcfe;    
  border-bottom: 1px solid #fff; color: #039; 
}
td{
  padding: 8px;
  color: #f5f5f5;
  font-family: 'Poppins', sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.7em;
 
  background: #e8edff;     
  border-bottom: 1px solid #fff;
  color: #669;   
   border-top: 1px solid transparent; 
}

thead th, tfoot th {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1em;
  color: #039;
  
}
tbody tr:nth-child(odd) {
  background-color: #55639c;
}

tbody tr:nth-child(even) {
  background-color: #6d7fcc;
}
thead, tfoot {
  background:#d0dafd ;
  color: #039;
 
}

thead th, tfoot th, tfoot td {
  background: #d0dafd;
 /* background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.5));
  border: 3px solid purple;*/
}
tr:hover td { 
  background: #d0dafd; 
  color: #339; 
}
  /* ---------------------------------------------------
    Galeria
----------------------------------------------------- */
.row{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap; 
	padding: 0px 4px 0px 10px;
    align-content: center; 
  }
  .column{
    display: inherit;
	  -ms-flex: 25%;
	  flex: 25%;
	  max-width: 25%;
	  
        
  }
  
  .column img:hover{
    outline: 5px solid #1A82C0;
    border-radius:15px;
  }

  /*crear boton redondo*/
  button{
    background-color: #1a83c0be; 
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 10px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
  }
  button:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
  }
  .social{
    border: none;
    color: white;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;        
    border-radius: 50%;       
  }
  .copyright{
    font-size: 12px;
  }

  .ir-arriba {
    display:none;
    padding:20px;
    background:#1a83c0be;
    font-size:20px;
    color:#fff;
    cursor:pointer;
    position: fixed;
    bottom:20px;
    right:20px;
  }

  .controls{
    display: none;
  }
  #toggle:checked+.controls{
    display: block;
  }
/* Card container */
.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius: 5px; /* Rounded corners */
  }
  
  /* On mouse-over, add a deeper shadow */
  .card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  }
  
  /* Add some padding inside the card container */
  .container2 {
  padding: 2px 16px;  
  } 
  
  /* Add rounded corners to the top left and top right corner of the image */
  img {
  border-radius: 5px 5px 0 0;
  }

  /* Responsive layout - makes a one column-layout instead of two-column layout */
  @media (max-width: 800px) {
    .flex-container {
      flex-direction: column;
    }
    .espaciador{
        width: 100%;
        border-top: 10px transparent;
        margin: 40px;
    }
    .column{      
      -ms-flex: 50%;
      flex: 50%;
      max-width: 50%;          
    }
    .column img{
      border-radius: 5px;
    }
   
  }

  .snip1418 {    
    position: relative;
    overflow: hidden;
    margin: 10px;
    min-width: 230px;
    max-width: 315px;
    width: 100%;
    background: #ffffff;
    text-align: left;
    color: #000000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    font-size: 16px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-perspective: 20em;
    perspective: 20em;
  }
  .snip1418 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .snip1418 img {
    max-width: 100%;
    vertical-align: top;
    position: relative;
  }
  .snip1418 .add-to-cart {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 10px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9em;
    opacity: 0;
    background-color: #1A82C0;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  .snip1418 .add-to-cart i {
    display: inline-block;
    margin-right: 10px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #1F4E76;
    color: #ffffff;
    font-size: 1.4em;
  }
  .snip1418 figcaption {
    padding: 20px;
  }
  .snip1418 h3,
  .snip1418 p {
    margin: 0;
  }
  .snip1418 h3 {
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  .snip1418 p {
    font-size: 0.9em;
    letter-spacing: 1px;
    font-weight: 400;
  }
  .snip1418 .price {
    font-weight: 500;
    font-size: 1.5em;
    line-height: 48px;
    letter-spacing: 1px;
  }
  .snip1418 .price s {
    margin-right: 5px;
    opacity: 0.5;
    font-size: 0.9em;
  }
  .snip1418 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .snip1418:hover .add-to-cart,
  .snip1418.hover .add-to-cart {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  .snip1418:hover .add-to-cart i,
  .snip1418.hover .add-to-cart i {
    background-color: #1F4E76;
  }

  #whatsapp {
    position: fixed;
    bottom: 20px;
    left:20px;
 }
 svg {
  width: 80px;
  filter: drop-shadow(0 1px 4px rgba(0,0,0,.4));
}
circle {
  fill: #25d366;
}
path {
  fill: #fff;
}