/**
* 2007-2019 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2019 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/


@media (max-width: 410px){
  .linea{
    display: none !important;
  }
  
  .sumar {
    padding: 0px 5px 0px 5px !important;
    font-size: 17px !important;
    line-height: 21px !important;
  }
  
  .restar {
    padding: unset !important;
    font-size: 25px !important;
    line-height: 15px !important;
  }
  
  .right, .left{
    padding-right: unset !important;
    padding-left: unset !important;
  }
  
  .signo {
    width: 20px !important;
    height: 20px !important;
  }
  
  .value{
    max-width: 18% !important;
  }
}

@media (max-width: 991px){
  .hrVertical, .tree{
    display: none !important;
  }
  
  .footer:after{
    right: auto !important;
    border-bottom-color: rgb(218, 4, 4) !important;
  }
}

@media (min-width: 992px) {
  .left .box{
    margin-right: 25px;
  }
  
  .right .box{
    margin-left: 25px;
  }
  
  .left .bottom{
    position: absolute;
  }
  
  input[type="range"]{
    width: 80%;
  }
  
  .potencia{
    float: left;
  }
}

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

*:focus {
  outline: none;
}

.ahorro{
  display: inline-block;
  margin-bottom: 20px;
}

.ahorroTitle{
  font-size: 12px;
  font-weight: bold;
}

.bottom{
  background-color:rgb(234, 234, 234);
}

.left .bottom{
  bottom: 0;
  left: 0;
  width: 100%;
}

.left, .right{
  margin-top: 50px;
}

.box{
  box-shadow: 2px 6px 10px -3px rgba(0, 0, 0, 0.5);
  height: 100%;
  position: relative;
}

.buttonSlider{
  border-radius: 50% !important;
  height: 25px;
  width: 20px;
}

.clear{
  clear: both;
}

#content{
  background-image: linear-gradient(white, rgb(233, 233, 233));
}

.footer{
  background-image: linear-gradient(90deg, rgb(175, 20, 20), rgb(218, 2, 2), rgb(230, 0, 0));
  color: white;
  margin-top: 40px;
  position: relative;
}

.gradient{
  background-image: linear-gradient(-90deg, red, yellow);
  height: 5px;
}

h1{
  font-weight: unset !important;
}

.hand{
  width: 75%;
  margin-right: -15px;
}

.header{
  margin-top: 50px;
  margin-bottom: 50px;
}

hr{
  width: 90%;
}

.hrVertical{
  display: inline-block;
  border-left:1px solid white;
  height:90px;
  margin-left: 25px;
  opacity: 0.3;
  margin-right: 20px;
  margin-top: 30px;
}

.slider{
  text-align: left !important;
}

.input-box{
  margin-left: 15px;
}

.imagen-secador{
  width: 50%;
}

.linea{
  display: inline-block;
  border-bottom:2px solid white;
  height:10px;
  width: 40px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.lead{
  opacity: 0.5;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.maximo, .minimo{
  position: absolute;
  opacity: 0.5;
  font-size: 12px;
  margin-top: 25px;
}

.maximo{margin-left: -30px;}

.restar{
  padding: 0px 9px 3px 9px;
  font-size: 25px;
  line-height: 20px;
}

.precios{
  background-color: white;
  color: black;
  font-size: 25px;
  width: 50px;
  border-radius: 3px;
  display: block;
  width: 175px;
  display: inherit;
}

.signo{
  display: inline-block;
  background-color: #d31a1a;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  width: 25px;
  height: 25px;
  text-align: center;
  vertical-align: middle;
}

span{
  user-select: none;
}

.subtitle{
  float: left;
  margin-bottom: 40px;
  margin-left: 30px;
  margin-right: 100px;
}

.sumar{
  padding: 0px 5px 1px 5px;
  font-size: 17px;
  line-height: 25px;
}

/* TITLES */

.title{
  background-color: black;
  color: white;
  padding: 15px 10px;
  font-size: 0.9em;
  font-weight: 500;
  margin: 0;
}

.titleFooter{
  display: block;
  font-size: 45px;
}

.value{
  background-color:rgb(234, 234, 234);
  border-radius: 3px;
  font-weight: bold;
  -webkit-appearance: button-bevel;
  text-align: center;
  padding: .3em;
}

.vs{
  background-color:rgb(234, 234, 234);
}

/* HIDE RADIO */
.nombreSecador{
  opacity: 0.5;
}

.radioSecador{
  text-align: left !important;
}

.radioSecador [type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.potencia{
  margin-left: 30px;
  margin-right: 30px;
}

  /* IMAGE STYLES */
[type=radio] + img {
  border-radius: 10%;
  cursor: pointer;
  box-shadow: 0 0 0 1.5pt rgb(207, 207, 207);
}
  
  /* CHECKED STYLES */
[type=radio]:checked + img {
  box-shadow: 0 0 0 1.5pt red;
}

/* IMPUT RANGE STYLES */

input[type="range"] {
    cursor: pointer;
    width: 70%;
    height: 10px; /* thumbHeight + (2 x thumbBorderWidth)*/
    -webkit-appearance: none; /*remove the line*/
    outline: none;
    background-color: transparent;
    border: 0; /*for firefox on android*/
    padding: 0 8px; /*for IE*/
    margin: 8px 0;
}

input[type="range"]::-webkit-progress-value{
  background-color: red;
}

/*chrome and opera*/
input[type="range"]::-webkit-slider-runnable-track {
    background: #ccc; /*trackColor*/
    height: 6px; /*trackHeight*/
    border-radius: 4px; /*trackHeight*/
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: white; /*thumbColor*/
    width: 17px; /* thumbHeight + (2 x thumbBorderWidth)*/
    height: 17px; /* thumbHeight + (2 x thumbBorderWidth)*/
    border-radius: 50%;
    margin-top: -6px; /* -[thumbHeight + (2 x thumbBorderWidth) - trackHeight]/2*/
    border: 4px solid rgb(235, 13, 13); /*border-width should be equal to thumbBorderWidth if you want same border width across all browsers and border-color should match the background*/
}

/*firefox*/
input[type="range"]::-moz-focus-outer {
    border: 0;
}

input[type="range"]::-moz-range-track {
    background: #ccc; /*trackColor*/
    height: 6px; /*trackHeight*/
    border-radius: 4px; /*trackHeight*/
    /*background isn't animatable, so can't use transition*/
}

input[type="range"]::-moz-range-thumb {
    background: white; /*thumbColor*/
    width: 10px; /*thumbHeight*/
    height: 10px; /*thumbHeight*/
    border-radius: 50%;
    cursor: pointer;
    border: 4px solid rgb(235, 13, 13); /*border-width = thumbBorderWidth, border-color should match the background*/
}

input[type="range"]::-moz-range-progress {
    background: rgb(235, 13, 13); /*thumbColor*/
    border-radius: 4px; /*trackHeight*/
    height: 6px; /*trackHeight*/
}

/*edge and IE*/
input[type="range"]::-ms-track {
    background: #ccc; /*trackColor*/
    height: 6px; /*trackHeight*/
    border-radius: 4px; /*trackHeight*/
    border: none;
    color: transparent;
}

input[type="range"]::-ms-thumb {
    background: rgb(235, 13, 13); /*thumbColor*/
    width: 20px; /*thumbHeight*/
    height: 20px; /*thumbHeight*/
    border-radius: 50%;
    border: none;
    margin: 0 4px 0; /*0 thumbBorderWidth 0*/
    box-shadow: 0 0 0 4px #fff; /*0 0 0 thumbBorderWidth #fff, box-shadow color should match the background*/
    /*cursor:pointer; doesn't work*/
}

input[type="range"]::-ms-tooltip {
    display: none; /*tooltip makes thumb sliding lagy*/
}

input[type="range"]::-ms-fill-lower {
    background: rgb(235, 13, 13); /*thumbColor*/
    border-radius: 4px; /*trackHeight*/
}

.vertically-stacked-slider {
    padding: 8px;
}

.vertically-stacked-slider > input[type="range"] {
    padding: 0;
}

.horizontally-stacked-slider {
    display: flex;
    align-items: center;
}

.horizontally-stacked-slider > .title {
    flex: 1;
    padding: 8px;
}

.horizontally-stacked-slider > input[type="range"] {
    flex: 1;
}


/* CUSTOM RADIO BUTTONS */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

[type="radio"]:checked + label:before{
  border: 1px solid #d31a1a !important;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}


[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #d31a1a;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* DOTTED VS TREE DIAGRAM */

.tree{
  width: 100%;
  position: absolute;
  left: 0;
  top: 180px;
}

.tree ul {
  position: relative;
  padding: 1em 0;
  text-align: center;
}

.tree li {
  display: inline-block;
  position: relative;
  padding: 1em 1.5em 0 1.5em;
}
.tree li::before, .tree li::after {
  content: '';
  position: absolute;
  top: 0px;
  right: 10%;
  border-top: 4px dashed #d31a1a;
  width: 100%;
}
.tree li:only-child::after, .tree li:only-child::before {
  display: none;
}

.tree ul ul::before {
  content: '';
  position: absolute;
  top: -38px;
  left: 50%;
  border-left: 4px dashed #d31a1a;
  width: 0;
  height: 4em;
}

.tree li a {
  padding: .55em .7em;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  top: -40px;
  font-size: 25px;
}

/* SPEECH BUBBLE BOTTOM*/

.footer:after {
  content: '';
  position: absolute;
  top: -19px;
  right: 21%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-bottom-color: rgb(224, 5, 4);
  border-top: 0;
}

/* INPUT BUBBLE VALUE */

output { 
  font-weight: bold;
  padding: 0.3em 0.4em 1.5em 0.4em;
  position: absolute;
  background-color: #d1181a;
  min-width: 40px;
  height: 20px;
  font-size: 12px;
  text-align: center;
  color: white;
  border-radius: 3px;
  display: inline-block;
  bottom: 175%;
  left: 0;
  margin-left: -1%;
  margin-bottom: -5px;
}
output:after { 
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid #d1181a;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  margin-top: -1px;
}