/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Poppins-Regular;
  src: url('../../recursos/fonts/poppins/Poppins-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Medium;
  src: url('../../recursos/fonts/poppins/Poppins-Medium.ttf'); 
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../../recursos/fonts/poppins/Poppins-Bold.ttf'); 
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url('../../recursos/poppins/Poppins-SemiBold.ttf'); 
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

html, body {
	/*min-height: 100%;*/
	height: 100%;
	font-family: Poppins-Regular, sans-serif;
}

/*body {
	font: 100%/1 'PT Serif', serif;
	background: #fff;
	color: #333;
}*/

:active, :focus {
	outline-style: none;
}

a:link {
	color: #cc8500;
	text-decoration: none;
}

a:hover {
	color: #cc1400;
	/*text-decoration: underline;*/
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}

#site {
	/*max-width: 960px;*/
	width: 100%;
	margin: 0 auto;
	/*padding: 0 1em;*/
}

.container {
	max-width: 1000px;
	/*width: 100%;*/
}

/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.container-contact100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 5px;
  /*padding: 10px;*/
  background: #a64bf4;
  background: -webkit-linear-gradient(45deg, #00dbde, #fc00ff);
  background: -o-linear-gradient(45deg, #00dbde, #fc00ff);
  background: -moz-linear-gradient(45deg, #00dbde, #fc00ff);
  background: linear-gradient(45deg, #00dbde, #fc00ff);
  
}

.wrap-contact100 {
  width: 960px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 2px 2px 2px 2px;
}

#masthead {
	/*margin-top: 3em;*/
	border-bottom: 0px solid #ddd;
}

#masthead h1 {
	margin: 0;
	padding-top: 20px; /* arriba*/
	padding-right: 10px;
	padding-bottom: 10px; /* abajo*/
	font-size: 3.5em;
	overflow: hidden;
	padding-left: 85px;
	min-height: 50px;
	/*line-height: 2.3;*/
	/*background: url(../images/logo.png) no-repeat 0 50%;*/
	color: #900;
	
}

.tagline {
	float: right;
	color: #666;
	font-size: 14px;
	padding-top: 3.5em;
}

#products ul {
	margin: 1.5em 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

#products li {
	float: left;
	width: 31%;
	margin: 0 1%;
	display: block;
}

.product-image {
	margin: 0 auto 1em auto;
	background: #000;
	width: 150px;
	height: 150px;
	overflow: hidden;
	border-radius: 50%;
	
}

.product-description {
	padding: 1em;
	background: #000;
	color: #fff;
	border-radius: 5px;
}

.product-name {
	text-align: center;
	color: #fc0;
	margin: 0;
	font-size: 1.4em;
	padding-bottom: 0.2em;
	border-bottom: 1px dotted #666;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.product {
	text-align: left;
	color: #000000;
	margin: 1em auto;
	line-height: 1.5;
	font-size: 1.4em;
	padding: 0.2em;
	border-bottom: 1px dotted #666;
	/*text-transform: uppercase;*/
	letter-spacing: 0.1em;
	border-radius: 5%;
	border: 2px solid #000;
}
.product:focus {
  background: #ffff00;
}

.product-price {
	width: 4em;
	height: 4em;
	font-size: 1.2em;
	text-align: center;
	margin: 1em auto;
	background: #fff;
	color: #800;
	line-height: 4;
	border-radius: 50%;
}

.price {
	width: 5em;
	height: 5em;
	font-size: 1.2em;
	text-align: center;
	margin: 1em auto;
	padding: 0.2em;
	background: #fff;
	color: #000000;
	line-height: 5;
	border-radius: 50%;
	border: 5px solid #000;
}

.price:focus {
  background: #ffff00;
}


form.add-to-cart div,
form.add-to-cart p {
	text-align: center;
}

form input.qty {
	width: 25px;
	height:25px;
	border: 1px solid #000;
	font: 1em 'PT Serif', serif;
	/*background: #f9f9f9;*/
	background: #ffffff;
	color: #800;
	border-radius: 3px;
	margin-left: 0.0em;
	font-size: 20px;
	text-align: center;	
	font-weight: bold;
    	
}

form input.qty:focus {
  background: #999999;
}

input.input100 {
	width: 250px;
	height:25px;
	border: 1px solid #000;
	font: 1em 'PT Serif', serif;
	/*background: #f9f9f9;*/
	background: #ffffff;
	color: #000000;
	border-radius: 3px;
	margin-left: 0.0em;
	font-size: 20px;
	text-align: center;	
	font-weight: bold;
    	
}

input.input100:focus {
  background: #999999;
  color: #ffffff;
}
.btn, a.btn {
	display: inline-block;
	background: #cc1400;
	color: #fff;
	font: 1em 'PT Serif', serif;
	padding: 0.6em 1em ;
	text-align: center;
	font-weight: bold;
	border-radius: 4px;
	border: 1px solid #a00;
}
.btn1, a.btn1 {
	display: inline-block;
	background: #FFFF00;
	color: #000000;
	font: 1em 'PT Serif', serif;
	padding: 0.6em 1em ;
	text-align: center;
	font-weight: bold;
	border-radius: 4px;
	border: 1px solid #a00;
}


#site-info {
	height: 3em;
	width: 100%;
	line-height: 3;
	text-align: center;
	background: #cc8500;
	/*position: absolute;*/
	color: #fff;
	left: 0;
	bottom: 0;
}

body#checkout-page #site-info {
	position: static;
}


        #galeria {
            margin: 1rem auto;
            width:100%;
            max-width:960px; 
			padding-top: 3px; /* arriba*/
			padding-right: 3px;
			padding-bottom: 3px; /* abajo*/
			padding-left: 3px;			
            box-sizing: border-box;
            column-count: 3;

            /* Espacio entre columnas */
            -moz-column-gap: 20px;
            -webkit-column-gap: 20px;
            column-gap: 20px;
            
            /* Filete entre columnas */
            /*-moz-column-rule: 1px solid #bbb;
            -webkit-column-rule: 1px solid #bbb;
            column-rule: 1px solid #bbb;*/


        }
        
        #galeria header {
            -webkit-column-span:all;
            column-span:all;
        }
		
        article {
            background:#fff;
            border-radius:5px;
            border:0px solid #ccc;
            margin:0 0 20px 0;
            text-align: center;
			width: auto;
			height: auto;
            max-width: 100%;
            /*filter: opacity(70%);*/
			filter: opacity(100%);

            /*Evitamos que se corte al cambiar de columna*/
            break-inside: avoid;
            page-break-inside: avoid;         
       
        }

        figure {
            /*padding:1rem;*/
            box-sizing: border-box;
        }
			
#shopping-cart {
margin: 3px;
border: 0px solid #ddd;
/*
margin: 2px 2px 2px 2px;
padding: 10px;
overflow-x:auto;
*/
}

#shopping-cart h2 {
	font-size: 2em;
	text-align: center;
}
.shopping-cart {
	width: 100%;
	border-collapse: collapse;
	border-radius:5px;
	/*padding-top: 10px; 
	padding-right: 10px;
	padding-bottom:10px;
	padding-left: 10px;	*/
	border: 1px solid #ddd;
}
.shopping-cart table {
	margin: 0 auto;	
	/*margin:0 auto 15px auto; */ 
	border-collapse: collapse;
	border-spacing: 0;
	/*table-layout: fixed;*/	
	width: 100%;
	text-align:center;
	border: solid #ccc 1px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius:  6px 6px 6px 6px;
	-webkit-box-shadow: 0 1px 1px #ccc; 
	-moz-box-shadow: 0 1px 1px #ccc;
	box-shadow: 0 1px 1px #ccc;	
	/*overflow: auto;*/
	/*padding-top: 10px;
	padding-right: 10px;
	padding-bottom:10px;
	padding-left: 10px;*/
}
.shopping-cart th { 
background-color: #dce9f9;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
background-image:-ms-linear-gradient(top, #ebf3fc, #dce9f9);
background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
-moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
border-top: none;
text-shadow: 0 1px 0 rgba(255,255,255,.5); 
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
padding: 10px;
text-align: center;		
}
/* Zebra striping */
.shopping-cart tr {
	background-color: #fbf8e9;	
	border-top: 1px solid #ccc;
	/*background-color: #fbf8e9; # f5f5f5 verde*/
}
.shopping-cart tr:nth-of-type(odd) { 
	background: #eee; 
}
.shopping-cart tr:nth-child(even) {
	background: #fafafa;
}

.shopping-cart tr:hover {background-color: #fbf8e9;}

.shopping-cart td { 
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 3px;
	text-align: center; 
}
/*.shopping-cart th {
	font-size: 1.3em;
	padding: 0.3em;
	width: 33.3%;
	border: 1px solid #ddd;
	text-transform: uppercase;
}*/

/*.shopping-cart td {
	padding: 0.3em;
	width: 33.3%;
	border: 1px solid #ddd;
	text-align: center;
}*/

/*.shopping-cart tr:nth-child(even) {
	background: #fafafa;
},*/

.shopping-cart td.pdelete {
	text-align: center;
}

.pdelete a,
.pdelete a:hover {
	margin: 0;
	color: #c00;
	text-decoration: none;
	background: url(../images/icono_eliminar.png) no-repeat 0 50%;
	/*background: url(../images/action_delete.png) no-repeat 0 50%;*/
	padding: 0em 0em 0em;
	padding: 3px; 	
    background-image: center;
    background-position: center;	
	font-size: 2.5em;
	display: block;
	text-align: center;
}

#shopping-paso-compra {	
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
}
.pasocompra1 {
	font-size: 3.5em;
	min-height: 120px;
	line-height: 2.3;
	background: url(../images/pasocompra1.jpg) no-repeat 0 50%;
	color: #900;
	background-image: center;
    background-position: center;
    /*border: 1px solid #ddd;*/	
}

.pasocompra2 {
	font-size: 3.5em;
	min-height: 120px;
	line-height: 2.3;
	background: url(../images/pasocompra2.jpg) no-repeat 0 50%;
	color: #900;
	background-image: center;
    background-position: center;
    /*border: 1px solid #ddd;*/		
}

.pasocompra3 {
	font-size: 3.5em;
	min-height: 120px;
	line-height: 2.3;
	background: url(../images/pasocompra3.jpg) no-repeat 0 50%;
	color: #900;
	background-image: center;
    background-position: center;
    /*border: 1px solid #ddd;*/		
}

.pasoservicio1 {
	font-size: 3.5em;
	min-height: 120px;
	line-height: 2.3;
	background: url(../images/pasoservicio1.jpg) no-repeat 0 50%;
	color: #900;
	background-image: center;
    background-position: center;
    /*border: 1px solid #ddd;*/	
}

.pasoservicio2 {
	font-size: 3.5em;
	min-height: 120px;
	line-height: 2.3;
	background: url(../images/pasoservicio2.jpg) no-repeat 0 50%;
	color: #900;
	background-image: center;
    background-position: center;
    /*border: 1px solid #ddd;*/		
}

.pasoservicio3 {
	font-size: 3.5em;
	min-height: 120px;
	line-height: 2.3;
	background: url(../images/pasoservicio3.jpg) no-repeat 0 50%;
	color: #900;
	background-image: center;
    background-position: center;
    /*border: 1px solid #ddd;*/		
}

#shopping-cart-actions {
	margin: 1.5em 0;
	/*padding: 0;*/		
	list-style: none;
	text-align: center;
}

#shopping-cart-actions li {
	display: inline-block;
	/*margin-right: 1em;*/
	margin: 0.5em 0.5em;
	padding: 3px; 
}

#pricing {
	padding: 0.5em;
	margin: 1em 0;
	/*background: #fafafa;*/
}

#sub-total, #shipping {
	margin: 1.5em 0;
	text-align: right;
}

#sub-total span,
#shipping span {
	margin-left: 1em;
}

#content > h1,
#checkout-order-form h2 {
	font-size: 2em;
	text-align: center;
}

#pricing #sub-total,
#pricing #shipping {
	margin: 1em 0;
}

#checkout-order-form {
	margin: 5px;
}

#checkout-order-form fieldset {
	border: 1px solid #ddd;
	border-radius: 6px;
	/*padding: 1em;*/
	/*margin-bottom: 1.3em;*/
	/*width: 100%;*/
	/*margin: 1.5em 0;*/
	margin: 5px;
	padding: 1em;
}

#checkout-order-form legend {
	padding: 0.3em;
	background: #fafafa;
	font-weight: bold;
	text-align: center;
}

#checkout-order-form div {
	margin-bottom: 1em;
}

#checkout-order-form label {
	display: block;
	/*font-weight: bold;*/
	margin-bottom: 0.3em;
	text-align: left;
}

#checkout-order-form input[type="text"] {
	width: 240px;
	display: block;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 0.3em;
}

#checkout-order-form textarea {
	width: 240px;
	display: block;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 0.3em;
}

#checkout-order-form select {
	width: 245px;
	height: 35px;
	display: block;
	border: 1px solid #ddd;
	border-radius: 4px;	
}

.select-selection--single .select-selection__rendered {
  font-family: Poppins-Medium;
  font-size: 18px;
  color: #333333;
  line-height: 1.2;
  padding-left: 5px ;
  background-color: transparent;
}

.select-container--default .select-selection--single .select-selection__arrow {
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.select-selection__arrow b {
  display: none;
}

.select-selection__arrow::before {
  content: '';
  display: block;
  
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid #999999;
  margin-bottom: 2px;
}

.select-selection__arrow::after {
  content: '';
  display: block;
  
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #999999;
}

/*------------------------------------------------------------------
[ Dropdown option ]*/
.select-container--open .select-dropdown {
  z-index: 1251;
  border: 0px solid #e5e5e5;
  border-radius: 0px;
  background-color: white;

  box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
}

.select-dropdown--above {top: -30px;}
.select-dropdown--below {top: 8px;}

.select-container .select-results__option[aria-selected] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.select-container .select-results__option[aria-selected="true"] {
  background: #a64bf4;
  background: -webkit-linear-gradient(right, #00dbde, #fc00ff);
  background: -o-linear-gradient(right, #00dbde, #fc00ff);
  background: -moz-linear-gradient(right, #00dbde, #fc00ff);
  background: linear-gradient(right, #00dbde, #fc00ff);
  color: white;
}

.select-container .select-results__option--highlighted[aria-selected] {
  background: #a64bf4;
  background: -webkit-linear-gradient(right, #00dbde, #fc00ff);
  background: -o-linear-gradient(right, #00dbde, #fc00ff);
  background: -moz-linear-gradient(right, #00dbde, #fc00ff);
  background: linear-gradient(right, #00dbde, #fc00ff);
  color: white;
}

.select-results__options {
  font-family: Poppins-Regular;
  font-size: 15px;
  color: #333333;
  line-height: 1.2;
}

.select-search--dropdown .select-search__field {
  border: 1px solid #aaa;
  outline: none;
  font-family: Poppins-Regular;
  font-size: 15px;
  color: #333333;
  line-height: 1.2;
}

.message {
	display: block;
	margin: 0.5em 0;
	color: red;
}

#user-details {
	margin: 1.5em 0;
}

#user-details > h2 {
	text-align: center;
	font-size: 2em;
}

#user-details-content {
	margin: 1.5em 0;
	padding: 1em;
	border: 1px solid #ddd;
	border-radius: 6px;
	overflow: hidden;
}

#user-details-content .detail {
	float: left;
	width: 20%;	
}

#user-details-content .detail.right {
	float: right;
	width: 80%;
	font-weight: bold;	
}

#user-details-content .detail > h2 {
	text-align: center;
	font-size: 1.6em;
	margin-bottom: 0.5em;
}

#user-details-content ul {
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
}

#user-details-content li {
	display: block;
	margin-bottom: 0.5em;
	/*padding-bottom: 0.3em;*/
	padding: 3px 3px 3px 3px;	
	border-bottom: 1px solid #ddd;
}

#paypal-form {
	margin: 1.5em 0;
}
/* Móviles en horizontal o tablets en vertical */
@media (max-width: 767px) { 
    #galeria {
        columns:2;
    }

}

/* Móviles en vertical */

@media (max-width: 480px) {
    #galeria {
        columns: 1;
    }
}
