body {
  font-family: 'Montserrat', sans-serif;
  color: #656565;
 }

.header {
  margin: 50px 0;
  text-align: center;
}

.header h1 {
  font-size: 25px;
  font-weight: 500;
  list-style: 1.5;

}

.header-separate {
  margin: 50px auto 0;
  width: 100px;
  height: 5px;
  background: #4262FF;
}

.box {
  display: block;
  margin-bottom: 100px;
  }

.box {
  display: block;
  margin-bottom: 50px;
  border-style: solid;
  border-width: 3px;
}

.box-mascotas {
  border-color: #4262FF;
  padding-left: 0;
  padding-right: 0;
}
.box-mascotas h2 {
  background: #4262ff;
}
.box-desempleo {
  border-color: #00E676;
  padding-left: 0;
  padding-right: 0;
}
.box-desempleo h2 {
  background: #00E676;
}
.box h2 {
      color: #fff;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.3;
    margin: 0;
    padding: 15px 25px;
}

.box h2 span {
  float: right;
}

.box_content {
  padding: 25px 15px 25px 25px;
}

.box_content h3 {
  font-size: 25px;
  margin-bottom: 20px;
}
.box_content ul {
    padding-left: 20px;
  }
  .box_content ul li{
    margin-bottom: 17px;
  }

.box-separate {
  margin: 30px 0 20px;
  width: 70px;
  height: 3px;
  background: #4262FF;
}

price {
  color: #4262FF;
  font-size: 25px;
}
price span{
  font-weight: 500;
}

.btn-carrito {
  width: 50px;
  height: 50px;
  background: #00E676;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 50px;
  font-family: "Font Awesome 5 Free";
  position: relative;
  cursor: pointer;
}
.btn-carrito .fa-check {
  position: absolute;
  top: 15px;
  left: 16px;
  z-index: 1111111;
  display: none;
  color: #fff;
  font-size: 20px;
}
.btn-carrito .icon-carrito {
    z-index: 1111111111;
    background: url(../img/carrito.svg) no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    display: inline-block;
    background-size: 30px;
  }


.btn-cobertura,
.btn-cobertura:focus,
.btn-cobertura:active {
  background: #4262FF;
  color: #fff;
  padding: 14px 8px 14px 25px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
    line-height: 1.6;
}

.box-cobertura {
  display: block;
  padding-left: 0;
  padding-right: 0;
  margin: 20px 0 50px;
}
.cobertura_content + .cobertura_content {
  margin-top: 60px;
}

.box-cobertura h2 {
  color: #00E676;
  font-size: 26px;
}
.box-cobertura h2 span {

}

.cobertura-separate {
  margin: 30px 0 50px;
  width: 70px;
  height: 3px;
  background: #00E676;
}

.cobertura_content h3 {
  background: #4262ff;
    color: #fff;
    font-weight: 600;
    font-size: 23px;
    line-height: 1.5;
    margin: 0;
    padding: 5px 20px;
    width: 100%;
}
.cobertura_content ul {
  padding: 10px 0 0 20px;
}
.cobertura_content li {
  padding: 20px 0 0;
  clear: both;
}
.tx-cobertura {
  width: 70%;
  float: left;
}
.ct-cobertura {
  color: #4262FF;
  text-align: right;
  font-weight: 600;
  float: right;
  
}
.ct-cobertura span{
  display: block;
  font-weight: 400;
}

.carrito-cobertura {
    background: #00E676;
    color: #fff;
    font-size: 28px;
    line-height: 65px;
    height: 65px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
}
.carrito-cobertura img {
   margin-top: -7px;
}
.btn-link {
  background: #4262FF;
    color: #fff;
    padding: 10px 13px;
    font-size: 16px;
    font-weight: 500;
    display: block;
    text-align: center;
    line-height: 1.2;
    height: 65px;
}
.btn-link:hover,
.btn-cobertura:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
   
}
.box-cobertura,
#inputMascotas,
#inputDesempleo,
#inputRobo,
#inputCarrito1,
#inputCarrito2,
#inputCarrito3,
#inputCarrito1Mascotas {
    display: none;
}
#inputDesempleo:checked ~ .m1 {
  color: red;
}
#inputMascotas:checked  ~ .cobertura-mascotas {
  display: block;
}
#inputDesempleo:checked  ~ .cobertura-desempleo {
  display: block;
}
#inputRobo:checked  ~ .cobertura-robo {
  display: block;
}
    #inputCarrito1:checked ~ .btn-carrito > i,
    #inputCarrito2:checked ~ .btn-carrito > i,
    #inputCarrito3:checked ~ .btn-carrito > i,
    #inputCarrito1Mascotas ~ .btn-carrito > i {
        display: inline-block;
    }
    #inputCarrito1:checked ~ .btn-carrito > .icon-carrito,
    #inputCarrito2:checked ~ .btn-carrito > .icon-carrito,
    #inputCarrito3:checked ~ .btn-carrito > .icon-carrito,
    #inputCarrito1Mascotas ~ .btn-carrito > .icon-carrito {
        display: none;
    }

/*.btn-carrito:after {
  width: 10px;
  content: "\f00c";
  position: absolute;
  display: inline-block;
}*/
.icon-collapse {
  position: absolute;
    width: 10px;
    display: inline-block;
    left: 8px;
}
.icon-collapse:before {
  content: '+';
  font-size: 24px;
  line-height: 1;
}

.icon-collapse.menos:before {
  content: '-';
  font-size: 24px;
  line-height: 1;

}
.tooltips {
  color: #4262FF;
  display: inline-block;
  clear: both;
  margin-top: 40px;
  margin-bottom: 0;
}
.form-control {
  background: #A1DCA8;  
  color: #fff!important;
  border-radius: 30px;
  padding: 30px;
}
.form-control::placeholder {
    color: #fff;
}

.form-control:focus {
  background: #A1DCA8;
  color: #fff;
}

.form-group label {
  display: none;
}
.btn-primary {
    color: #fff;
    background-color: #00E676;
    border-color: #00E676;
    border-radius: 0px;
    padding: 15px 20px;
    font-weight: 600;
  }
.btn-primary:hover {
    opacity: 0.8;
    background-color: #00E676;
    border-color: #00E676;
  }

  .congrats h1 {
    text-align: center;
    font-size: 40px;
    line-height: 1.45;
    color: #A1DCA8;
  }
    .congrats h2 {
    text-align: center;
    font-size: 28px;
    line-height: 1.45;
    color: #666;
    margin-top: 40px;
  }
  .congrats p {
    text-align: center;
    font-size: 20px;
    line-height: 1.45;
    color: #4262ff;
    margin-top: 40px;
  }
  .congrats p span{
    text-align: center;
    font-size: 20px;
    line-height: 1.45;
    font-weight: 600;
  }
@media (max-width: 640px) {
  .congrats h1 {
    font-size: 30px;
  }
    .congrats h2 {
    font-size: 16px;
  }
  .row-move {
    margin-right: 0px;
    margin-left: 0px;
  }
  .box_content h3 {
    font-size: 23px;
    margin-bottom: 20px;
  }
  .tx-cobertura {
      width: 64%;
      float: left;
  }
  .carrito-cobertura {
    font-size: 24px;
   
  }
  .btn-link {
    padding: 16px 13px;
    font-size: 14px;
  }
}


.bootstrap-select .btn.has-error {
    border: 1px solid #a94442 !important;
}

.bootstrap-select .btn.has-error {
    border: 1px solid #a94442 !important;
}

.has-error .select .bootstrap-select .btn {
    border: 1px solid #a94442 !important;
}

label.claseErrorLabel {
    height: 17px;
    color: #FF0043;
    margin-left: 2px;
    padding: 3px 5px 0px 5px;
    font-size: 12px;
    /*position: absolute;*/
    z-index: 10;
    position: absolute;
    /*top: 50%;*/
    left: 50%;
    margin-top:7px;
    
   
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#form1 .has-error .form-control {
    border-color: #FF0043;
    border-width: 2px
}

#form1 .has-error .help-block {
    color: #FF0043;
    font-size: 12px;
    font-size: 0.75rem;
    font-style: italic
}

.pasos{
    margin-top:50px;
}

.precio-final-leyenda {
    color: #4262FF;
    font-size: 15px !important;
}

.btnRegresar {
    font-family: inherit;
    font-size: inherit;
    background: #4262FF;
    color: #fff;
    padding: 14px 8px 14px 25px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    border-radius: 0px;
    padding: 15px 20px;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5;
}


    .btnRegresar:hover {
        text-decoration: none;
        color: #fff;
        opacity: 0.8;
       
    }

.labelTotalDefault
{
    cursor:pointer;
}

.whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 900;
}
