#CalculadorDeco{
   /* background: #F9F7F0;
    background: linear-gradient(180deg, rgba(249, 247, 240, 1) 50%, rgba(91, 194, 231, 1) 49%);*/
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 800px;
    padding-top: 0px;
    background-image: url(../calculador/fondo.png);
    background-repeat: repeat-x;
    background-position: top left;
    background-size: 100% 100%;
}

#Deco1a,
#Deco1b{
    position: relative;
    padding-top: 20px;
}
.deco-card {
    position: absolute;
    left: -5%;
    top: 0;
    width: 30%;
}

.deco-card-1 {
    left: 0;
    top: 100px;
    transform: rotate(-10deg)
}
.deco-card-2 {
    left: 20%;
    top: 40px;
    transform: rotate(10deg)
}
.deco-card-3 {
    left: 44%;
    top: 160px;
    transform: rotate(-5deg);
}
.deco-card-4 {
    left: auto;
    right: 42%;
    top: 100px;
    transform: rotate(10deg)
}
.deco-card-5 {
    left: auto;
    right: 20%;
    top: 40px;
    transform: rotate(-15deg);
    z-index: 1;
}
.deco-card-6 {
    left: auto;
    right: -5%;
    top: 100px;
    transform: rotate(10deg);
}

.CalculadorWrap {
    background: white;
    position: relative;
    width: 600px;
    margin: auto;
    padding: 30px 30px 40px;
    border-radius: 30px;
    box-shadow: 0px 0px 20px 0px #0000001a;
    z-index: 2;
    margin-bottom: 60px;
}

#bodegon-sugerencia{
    background: #F6F6F5;
    padding: 20px 20px 0;
    border-radius: 14px;
    max-width: 80%;
    margin: auto;
    max-width: 400px;
    text-align: center;
    margin-bottom: 20px;
}
#bodegon-sugerencia p{
    margin-bottom: 0;
    color: gray;
    line-height: 130%;
}
#bodegon-sugerencia img{
    max-width: 260px;
    margin: auto;
}

.bibliografia-calculador{
    
}

.bibliografia-calculador p, 
.bibliografia-calculador li::marker {
    color: #9b9b9b;
    font-size: 12px;
    text-align: left;
    font-family: sans-serif;
    line-height: 111%;
}

.wpcf7-form,
.wpcf7-form.invalid{
      
}



#calculo {
    /*border: 1px solid lime;*/
}
#calculo * {
    /*border: 1px solid;*/
}
#calculo .row,
#resultado .row{
    margin: 0;
    width: 100%;
}
#calculo .radio-group {
    margin-bottom: 20px;
}

#calculo .row p{
    margin: 0;
    width: 100%;
    padding: 0;
}


.radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.titulo-radio {
    width: 100%;
    font-weight: bold;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #49b6db;
}

.radio-btn input[type="radio"] {
   /*display: none;*/
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    appearance: none;          /* Quita estilos nativos en algunos navegadores */
    -webkit-appearance: none;  /* Quita estilos nativos en Safari/iOS */
}

.radio-btn {
  /*border: 2px solid #ccc;*/
  border-radius: 8px;
  padding: 15px 20px;
  cursor: pointer;
  background-color: #fff;
  color: #000;
  flex: 1 1 45%;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
    
  padding: 0;
  display: flex;
  gap: 10px;
}
    
#calculo .wpcf7-list-item{
    border: 2px solid #ccc;
    border-radius: 8px;
    padding: 38px 10px 0 10px;
    cursor: pointer;
    background-color: #fff;
    color: #000;
    flex: 1 1 45%;
    text-align: left;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    margin: 0 !Important;
    min-height: 80px;
    position: relative;
    cursor: pointer;
}  
#calculo .wpcf7-list-item-label{
    pointer-events: none;
}

.radio-group-1 .wpcf7-list-item{
    background-image: url(../calculador/icon-1.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 10px 10px;
    min-height: 90px;
}

.calculador-select-wrap-1{
    border: 2px solid #ccc;
    border-radius: 20px;
    padding: 0 !important;
    cursor: pointer;
    background-color: #fff;
    color: #000;
    flex: 1;
    text-align: left;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    margin: 0 !Important;
    min-height: 0;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
.calculador-select-wrap-1:after{
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    left: 10px;
    top: 6px;
    z-index: 1;
    background-image: url(../calculador/icon-1.png);
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: 10px 10px;
    pointer-events: none;
}

.calculador-select-wrap-1:before{
    content: "";
    width: 70px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #f9f9f900;
    z-index: 1;
    background-image: url(../calculador/arrow-down.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 22px 22px;
    pointer-events: none;
}
.calculador-select-wrap-2{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.calculador-select-wrap-2 select {
    text-transform: none;
    padding: 15px 60px;
    width: 110%;
    font-size: 18px;
    font-weight: 500;
    background: transparent;
    border: none;
}

.radio-group-1 .wpcf7-list-item-label:after{
    content: "Peso en KG";
    position: relative;
    FONT-SIZE: 14PX;
    DISPLAY: BLOCK;
    FONT-WEIGHT: 400;
    MARGIN-TOP: -4PX;
    COLOR: GRAY; 
}

.radio-group-2 .wpcf7-list-item{
    min-height: 80px;
}
.radio-group-2 .wpcf7-list-item:nth-child(1){
    background-image: url(../calculador/icon-2.png);
    background-repeat: no-repeat;
    background-size: 9px;
    background-position: 10px 10px;
}
.radio-group-2 .wpcf7-list-item:nth-child(2){
    background-image: url(../calculador/icon-3.png);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: 10px 10px;
}
.radio-group-2 .wpcf7-list-item:nth-child(3){
    background-image: url(../calculador/icon-4.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 10px 10px;
}
.radio-group-2 .wpcf7-list-item:nth-child(4){
    background-image: url(../calculador/icon-5.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 10px 10px;
}
    
#calculo .wpcf7-list-item label {
    display: block;
    font-size: 16px;
    margin-bottom: 3px;
    color: #3c3c3c;
    text-align: left;
    font-weight: 600;
}
#calculo .wpcf7-list-item:hover {
  border-color: #000000;
}

#calculo .wpcf7-list-item.selected {
 border-color: #000000;
}
#calculo .wpcf7-list-item:after {
    content: "";
    position: absolute;
    right: 2px;
    top: 3px;
    width: 30px;
    height: 30px;
    background-image: url(../calculador/icon-6.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    opacity: 0;
    pointer-events: none;
}
#calculo .wpcf7-list-item.selected:after {
    opacity: 1;
}

/* Botón calcular */
.btn-calcular {
    background-color: #e30613;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 30px;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    min-width: 300px;
    margin: auto;
    text-align: center;
    background-image: url(../calculador/flecha.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center right 20px;
}
#resultado{
    /*border: 1px solid blue;*/
}
#resultadoBox{
    background: #1898D8;
    color: white;
    padding: 26px 20px;
    width: 100%;
    max-width: 400px;
    margin: auto;
    border-radius: 10px;
    margin-bottom: 20px;
}
#equivalenciaBox{
    /*border: 1px solid red;*/
    text-align: center;
}

#equivalenciaBox{
    color: gray;
    font-size: 18px;
    font-weight: 400;
}
.equivalencia-p{
    font-size: 16px;
    display: inline-block;
    background-image: url(../calculador/botella.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center left;
    margin: 0;
    padding: 14px 0 14px 28px;
    margin-bottom: 20px;
    max-width: 410px;
    text-align: left;
    line-height: 120%;
    padding-right: 30px;
}
.equivalencia-1{
    display: inline-block;
    margin-right: 4px;
}
.equivalencia-2{
    font-weight: 700;
    display: block;
}
    


.resultado-p{
    text-align: center;
    margin-bottom: 0;
   
}
.resultado-1{
     font-size: 44px;
    line-height: 110%;
    font-weight: 600;
    display: inline-block;
    background-image: url(../calculador/gota.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center left 0px;
    padding: 0 34px;
}
.resultado-2{
    display: block;
    line-height: 90%;
    font-size: 26px;
    font-weight: 400;
}

.aceptacion input[type=checkbox], 
.aceptacion input[type=radio]{ 
    color: #05aae4;
    height: 18px;
    width: 18px;
    border: 1px solid #828282;
    background: white;
}

.info-legal-calculador{
    color: #9b9b9b;
    font-size: 13px;
    text-align: left;
    font-family: sans-serif;
    line-height: 120%;
}
.RetoWrap{
    background: #F6F6F5;
    padding: 20px;
    border-radius: 30px 20px;
}


.RetoWrap .wpcf7-list-item{
    padding: 0;
    border: none;
    background: none;
}

.RetoWrap .row-title h3 {
    color: #1898D8;
    line-height: 110%;
    padding: 0;
}
.RetoWrap .row-title p{
    color: gray;
    font-weight: 400;
    line-height: 120%;
    font-size: 16px;
    margin-bottom: 20px;
} 

.wpcf7 .RetoWrap input[type="email"]{
    border: 2px solid #5bc2e7;
    background-color: white;
    background-image: url(../calculador/mail.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center left 20px;
    padding-left: 58px;
    line-height: 100%;
    
}
.aceptacion{
    margin-bottom: 10px;
}
.aceptacion p{
    margin: 0;
    padding: 0;
}
.RetoWrap .wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 30px;
}
.RetoWrap .wpcf7-list-item label{
    display: flex;
}

.RetoWrap .wpcf7-list-item label,
.RetoWrap .wpcf7-list-item label p,
.RetoWrap .wpcf7-list-item label span,
.RetoWrap .wpcf7-list-item label a{
    color: #646464 !important;
    font-family: sans-serif;
    line-height: 130%;
    font-size: 11px;
}

.RetoWrap input[type="submit"]{
    background-color: #e30613;
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 30px;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    width: 300px;
    margin: auto;
    text-align: center;
    background-image: url(../calculador/flecha.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center right 20px;
    
}
.EnviarWrap,
.EnviarWrap p{
    display: inline-block;
    position: relative;
}
.EnviarWrap .wpcf7-spinner{
    background: #e30613;
    opacity: 1;
    position: absolute;
    right: -6px;
    top: 16px;
    transform: scale(1.2);
    border: 1px solid #ffffff57;
}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #e30613;
    color: red;
    font-size: 14px;
    font-family: sans-serif;
    border: 1px solid;
    padding: 17px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #e30613 !important;
}




/*//////////////////////////////////////*/
/*//////////////////////////////////////*/
@media screen and (max-width: 990px) {
    #Box1 .row{
       width: 100%;
        padding: 0;
        margin: 0;
    }
    .CalculadorWrap {
        width: 95%;
        padding: 20px;
    }
    .radio-btn {
        flex-wrap: wrap;
    }
    #CalculadorDeco {
        background-size: 100% 2000px;
        background-image: url(../calculador/fondo-mobile.png);
        /*background-color: #009ed6;*/
        background-position: top 10% left;
    }
    
    #Deco1a, #Deco1b {
        min-height: 90px;
        height: 30vw;
    }
    #Deco1b {
        position: absolute;
    }
    .deco-card-1 {
        left: 0;
        top: 20px;
        transform: rotate(-10deg);
    }
    .deco-card-2 {
        left: 20%;
        top: 10px;
        transform: rotate(10deg);
    }
    .deco-card-3 {
        display: none;
    }
    .deco-card-4 {
        display: none;
    }
    .deco-card-5 {
        left: auto;
        right: 16%;
        top: 10px;
        transform: rotate(-15deg);
        z-index: 1;
    }
    .deco-card-6 {
        left: auto;
        right: -5%;
        top: 20px;
        transform: rotate(10deg);
    }
    .RetoWrap {
        padding: 20px 10px;
        border-radius: 10px;
    }
    .EnviarWrap,
    .EnviarWrap p,
    .RetoWrap input[type="submit"]{
        width: 100%
    }
    input.form-control, select.form-control, input.wpcf7-form-control {
        border-radius: 10px;
    }
    .resultado-1 {
        font-size: 38px;
        background-size: 20px;
    }
    .resultado-2 {
        font-size: 24px;
    }
    #equivalenciaBox {
        padding: 0 20px;
    }
}
