.matcher-start-wrapper{
    cursor: pointer;
    right: 10px;
    position: fixed;
    height: 75px;
    width: 75px;
    display: block;
    border-radius: 46px;
    overflow: hidden;
    z-index: 2147483647;

    -webkit-box-shadow: 0px 0px 10px #555;
 	-moz-box-shadow: 0px 0px 10px #555;
  	filter: shadow(color=#555555, direction=135, strength=2);

    background-color: #2b2c4f;
}

.matcher-start-wrapper img{
    position: relative;
    top: 1px;
    right: 2px;
}

.matcher-board-selector{
    text-align:center;
}

.matcher-brillo span{
     position:relative;
     display: block;
     background:url(https://rescueseeker-default-697653561069.europe-west1.run.app/static/rate-check/common/icons/brillo.png) no-repeat;
     background-position: -300px 0px;
     margin-top:-75px;
     height: 75px;
     width: 75px;
}

.matcher-brillo:hover span{
    background-position: -300px 0px;
    animation: animatedBrilloMatcher 1.5s linear infinite;
    -moz-animation: animatedBrilloMatcher 1.5s linear infinite;
    -webkit-animation: animatedBrilloMatcher 1.5s linear infinite;
    -ms-animation: animatedBrilloMatcher 1.5s linear infinite;
    -o-animation: animatedBrilloMatcher 1.5s linear infinite;
}




@keyframes animatedBrilloMatcher {
    0% { background-position: -300px 0; }
    100% { background-position: 300px 0; }
}
@-moz-keyframes animatedBrilloMatcher {
    0% { background-position: -300px 0; }
    100% { background-position: 300px 0; }
}
@-webkit-keyframes animatedBrilloMatcher {
    0% { background-position: -300px 0; }
    100% { background-position: 300px 0; }
}
@-ms-keyframes animatedBrilloMatcher {
    0% { background-position: -300px 0; }
    100% { background-position: 300px 0; }
}
@-o-keyframes animatedBrilloMatcher {
    0% { background-position: -300px 0; }
    100% { background-position: 300px 0; }
}

.matcher-brillo-automatic{
    background-position: -300px 0px;
    animation: animatedBrilloMatcher 1.5s  linear 1;
    -moz-animation: animatedBrilloMatcher 1.5s  linear  1;
    -webkit-animation: animatedBrilloMatcher 1.5s  linear  1;
    -ms-animation: animatedBrilloMatcher 1.5s  linear  1;
    -o-animation: animatedBrilloMatcher 1.5s  linear 1;
}




.matcher-main-wrapper {
    display: inline-block;
    width: 275px;
    font-family: Roboto;
    margin: 0px;
	padding: 0px;
	letter-spacing: 0.1em;
	font-size: 13px;
	font-weight: 300;
    z-index: 2147483647;
    bottom:0px;
  	right: 0px;}
.matcher-main-wrapper .matcher-header-wrapper {
    cursor: pointer;
    background: #2b2c4f;
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    border-top-left-radius: 20px;
    vertical-align: top;
    border-radius: 13px 13px 0 0!important;}
.matcher-main-wrapper .matcher-header-wrapper .matcher-open {
    display: inline-block;
    float: left;
    margin-top: 5px; }
.matcher-main-wrapper .matcher-header-wrapper .matcher-open .fa {
    color: #ffffff; }
.matcher-main-wrapper .matcher-header-wrapper .matcher-title {
    display: inline-block;
    float: right; }
.matcher-main-wrapper .matcher-header-wrapper .matcher-title img {
    vertical-align: bottom; }
.matcher-main-wrapper .matcher-ourprice-wrapper {
    display: inline-block;
    background: #073973;
    width: 100%;
    padding: 15px 20px;
    box-sizing: border-box;
    vertical-align: top;
    color: #ffffff; }
.matcher-main-wrapper .matcher-ourprice-wrapper .matcher-our-price-container {
    width: 100%;
    border-bottom: solid 1px;
    display: inline-block;
    padding-bottom: 10px;
}
.matcher-main-wrapper .matcher-ourprice-wrapper .our-price {
    float: left;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1.2px; }
.matcher-main-wrapper .matcher-ourprice-wrapper .matcher-price-our {
    float: right;
    font-size: 17px;
    letter-spacing: 2px;
    font-weight: normal; }
.matcher-main-wrapper .matcher-ourprice-wrapper .matcher-price-our span {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: normal; }
.matcher-main-wrapper .matcher-ourprice-wrapper .matcher-board-selector {
    clear: both;
    padding-left: 20px;
    font-size: 12px;
    display: inline-block; }
.matcher-main-wrapper .matcher-ourprice-wrapper .list_services {
    margin: 10px 0px 0px 0px;
    float: left;
    clear: both;
    padding-left: 20px;
    font-size: 12px;
    display: inline-block;
    list-style-type: disc; }
.matcher-main-wrapper .matcher-ourprice-wrapper .services_title {
    padding-top: 5px;
    float: left; }
.matcher-main-wrapper .matcher-ourprice-wrapper .list_services .element_services {
    clear: both;
    line-height: 15px; }
.matcher-main-wrapper .matcher-ourprice-wrapper .matcher-board-selector .matcher-board {
clear: both; }
.matcher-main-wrapper .white_wrapper {
    display: inline-block;
    background: white;
    width: 100%;
    padding: 15px 20px;
    box-sizing: border-box;
    vertical-align: top; }
.matcher-main-wrapper .white_wrapper .matcher-board-selector {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px; }
.matcher-main-wrapper .white_wrapper .matcher-board-selector .matcher-board {
    cursor: pointer;
    display: inline-block;
    width: calc(100%/5);
    text-align: center; }
.matcher-board:hover img{
    opacity: 0.75;
}
.matcher-board.active-board img{
    opacity: 0.5;
}
.matcher-main-wrapper .white_wrapper .matcher-board-selector .matcher-board .element_image {
    background: #2b2c4f;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin: auto;
    position: relative;}
.matcher-main-wrapper .white_wrapper .matcher-board-selector .matcher-board .element_image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%); }
.matcher-main-wrapper .white_wrapper .regimen_wrapper {
    min-height: 22px;
    display: inline-block;
    width: 100%; }
.matcher-main-wrapper .white_wrapper .regimen_wrapper div {
    float: left;
    color: #2b2c4f;
    font-weight: bold; }
.matcher-main-wrapper .white_wrapper .regimen_wrapper .matcher-board-close {
    float: right; }
.matcher-main-wrapper .white_wrapper .regimen_wrapper .matcher-board-close img {
    background-color: #2b2c4f;
    vertical-align: baseline; }
.matcher-main-wrapper .white_wrapper .regimen_wrapper .fa {
    float: right;
    color: #2b2c4f;
    font-size: 16px;
    margin-top: 3px; }
.matcher-main-wrapper .white_wrapper .list_otas {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    color: #000000; }
.matcher-main-wrapper .white_wrapper .list_otas .matcher-result-line {
    float: left;
    width: 100%; }
.matcher-main-wrapper .white_wrapper .list_otas .matcher-result-line .matcher-ota {
    cursor: pointer;
    float: left;
    font-weight: bolder;
    text-decoration: underline; }
.matcher-main-wrapper .white_wrapper .list_otas .matcher-result-line .matcher-price {
    float: right;
    font-weight: bold; }
.matcher-main-wrapper .white_wrapper .list_otas .matcher-result-line .matcher-prices-wrapper {
    height: 30px;
    line-height: 30px;
    width: 100%; }
.matcher-main-wrapper  .matcher-ota-description{
	font-size: 12px;
    text-align: center;
    line-height: 16px;
    color: #2b2c4f;
    padding-top: 10px;
    cursor: pointer;
}
.matcher-main-wrapper .matcher-footer-wrapper {
    display: inline-block;
    background: #2b2c4f;
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    vertical-align: top; }
.matcher-main-wrapper .matcher-footer-wrapper .powered {
    display: inline-block;
    float: left;
    font-style: italic;
    font-size: 12px;
    color: #ffffff; }
.matcher-main-wrapper .matcher-footer-wrapper .click-moreinfo-dataseekers {
    cursor: pointer;
    display: inline-block;
    float: right;
    opacity: .4; }
.matcher-main-wrapper .matcher-footer-wrapper .click-moreinfo-dataseekers .fa {
    color: #ffffff;
    vertical-align: top; }
.matcher-main-wrapper .moreinfo-dataseekers-wrapper{
	color: #ffffff;
    background-color: #073973;
    position: absolute;
    bottom: 40px;
    padding: 15px;
    font-size: 12px;
    text-align: center;
    line-height: 16px;

    cursor: pointer;
    border-radius: 5px;
    margin: 20px;

    -webkit-box-shadow: 0px 0px 10px #555;
 	-moz-box-shadow: 0px 0px 10px #555;
  	filter: shadow(color=#555555, direction=135, strength=2);

}


/**
 * Tooltip Styles
 */

/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition:
      opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition:
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition:
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform:    translate3d(0, 0, 0);
  transform:         translate3d(0, 0, 0);
  pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  /*width: 160px;*/
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.99);
  color: #fff;
  content: attr(data-tooltip);
  font-size: 12px;
  line-height: 1.2;
 text-align: center;


}

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 10%;
}
.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #000;
  border-bottom-color: hsla(0, 0%, 20%, 0.99);

  margin-left: 15px;

}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  -webkit-transform: translateY(12px);
  -moz-transform:    translateY(12px);
  transform:         translateY(12px);
}


.tooltip-bottom-right5:before,
.tooltip-bottom-right5:after {

  right: 10%;
  left:auto;

}

.tooltip-bottom-right5:before{
    margin-right: 15px;
    margin-left: 0px;
}



.matcher-tooltip-price {

    position: absolute;
    background-color: RGBA(0,0,0,0.8);
    z-index: 10;
    padding: 5px;
    line-height: 19px;
    color: white;
    width: 160px;
    left: 0;
    font-size: 11px;
    font-weight: normal;

}


.matcher-price:hover div{
    display: block!important;
}


/* Responsive */
.wrapper_popup .matcher-main-wrapper .matcher-corner{
    border-radius: 0;
}

.wrapper_popup .matcher-main-wrapper{
    border-top-left-radius: 0;
}

/*# sourceMappingURL=rate-check-v2.css.map */


/*===== Styles Template v3 ======*/
.matcher-main-wrapper.rate-check-v3 {
  top: auto;
  right: 20px;
  bottom: 30px;
  overflow: visible;
  border-radius: 13px;
  box-shadow: 0 0 5px 0 black;
  width: 260px;
}
.matcher-main-wrapper.rate-check-v3 .matcher-ourprice-wrapper {
  background: #073973;
  color: white;
}
.matcher-main-wrapper.rate-check-v3 .background-board-image {
  float: left;
  width: 15%;
  background: #073973;
  height: 35px;
  position: relative;
}
.matcher-main-wrapper.rate-check-v3 .background-board-image .board_ico {
  max-height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.matcher-main-wrapper.rate-check-v3 .matcher-header-wrapper {
  border-top-left-radius: 0;
}
.matcher-main-wrapper.rate-check-v3 .matcher-header-wrapper .matcher-title {
  float: left;
}
.matcher-main-wrapper.rate-check-v3 .matcher-header-wrapper .matcher-open {
  float: right;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.matcher-main-wrapper.rate-check-v3 #matcher-board-select-options {
  width: 85%;
  height: 35px;
  float: right;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ececec !important;
  border-radius: 0;
  border: 0;
  padding: 10px;
}
.matcher-main-wrapper.rate-check-v3 #matcher-board-select-options option {
  text-transform: capitalize;
}
.matcher-main-wrapper.rate-check-v3 .regimen_wrapper {
  display: none;
}

.matcher-main-wrapper.rate-check-v3 .matcher-footer-wrapper {
    text-align: center;
    background: white;
    padding-top: 3px;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
}
.matcher-main-wrapper.rate-check-v3 .matcher-footer-wrapper .powered {
  float: none;
}
.matcher-main-wrapper.rate-check-v3 .matcher-footer-wrapper .click-moreinfo-dataseekers {
  display: none;
}
.matcher-main-wrapper.rate-check-v3 .list_otas {
  margin-top: 0;
}
.matcher-main-wrapper.rate-check-v3 .list_otas .matcher-result-line .matcher-ota {
  text-decoration: none;
}
.matcher-main-wrapper.rate-check-v3 .white_wrapper {
  padding-bottom: 0;
}

.matcher-start-wrapper.matcher-start-v3 {
    border-radius: 0;
    height: auto;
    bottom: 30px !important;
    color: white;
    font-family: Roboto;
    font-weight: 100;
    width: auto;
    padding: 6px 27px 4px 7px;
    line-height: 13px;
    font-size: 15px;
    font-weight: lighter;
    top: auto;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #2b2c4f !important;

}

.matcher-start-wrapper.matcher-start-v3.hide{
    right: -100%;
}

.matcher-start-wrapper.matcher-start-v3 strong {
  font-weight: 900;
  display: block;
    background-size: 13px;
}

.matcher-main-wrapper.rate-check-v3 .matcher-ourprice-wrapper .matcher-our-price-container{
    border-bottom: 0;
    padding-bottom: 0;
}

.matcher-main-wrapper.rate-check-v3 .matcher-ourprice-wrapper .our-price {
    font-weight: 100;
    font-size: 15px;
}

.matcher-main-wrapper.rate-check-v3 .matcher-ourprice-wrapper .matcher-price-our {
    font-weight: bolder;
}

.matcher-main-wrapper.rate-check-v3 .matcher-ourprice-wrapper .list_services .element_services{
    font-size: 11px;
}

.font-icon {
    color: white;
    font-size: 21px!important;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*===== Styles Template v4 ======*/
.matcher-main-wrapper.rate-check-v4 {
  top: auto;
  right: 20px;
  bottom: 30px;
  overflow: visible;
  border-radius: 13px;
  box-shadow: 0 0 5px 0 black;
  width: 260px;
}
.matcher-main-wrapper.rate-check-v4 .matcher-ourprice-wrapper {
  color: white;
  font-weight: 500;
  background: #073973;
}
.matcher-main-wrapper.rate-check-v4 .background-board-image {
  float: left;
  width: 15%;
  background: #073973;
  height: 35px;
  position: relative;
}
.matcher-main-wrapper.rate-check-v4 .background-board-image .board_ico {
  max-height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.matcher-main-wrapper.rate-check-v4 .matcher-header-wrapper {
  border-top-left-radius: 0;
}
.matcher-main-wrapper.rate-check-v4 .matcher-header-wrapper .matcher-title {
  float: left;
}
.matcher-main-wrapper.rate-check-v4 .matcher-header-wrapper .matcher-open {
  float: right;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.matcher-main-wrapper.rate-check-v4 #matcher-board-select-options {
  width: 85%;
  height: 35px;
  float: right;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ececec !important;
  border-radius: 0;
  border: 0;
  padding: 10px;
}
.matcher-main-wrapper.rate-check-v4 #matcher-board-select-options option {
  text-transform: capitalize;
}
.matcher-main-wrapper.rate-check-v4 .regimen_wrapper {
  display: none;
}

.matcher-main-wrapper.rate-check-v4 .matcher-footer-wrapper {
    text-align: center;
    background: white;
    padding-top: 3px;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
}
.matcher-main-wrapper.rate-check-v4 .matcher-footer-wrapper .powered {
  float: none;
}
.matcher-main-wrapper.rate-check-v4 .matcher-footer-wrapper .click-moreinfo-dataseekers {
  display: none;
}
.matcher-main-wrapper.rate-check-v4 .list_otas {
  margin-top: 0;
}
.matcher-main-wrapper.rate-check-v4 .list_otas .matcher-result-line .matcher-ota {
  text-decoration: none;
}
.matcher-main-wrapper.rate-check-v4 .white_wrapper {
  padding-bottom: 0;
}

.matcher-start-wrapper.matcher-start-v4 {
    border-radius: 0;
    height: auto;
    bottom: 30px !important;
    color: white;
    font-family: Roboto;
    font-weight: 100;
    width: auto;
    padding: 6px 27px 4px 7px;
    line-height: 13px;
    font-size: 15px;
    font-weight: lighter;
    top: auto;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #2b2c4f !important;

}

.matcher-start-wrapper.matcher-start-v4.hide{
    right: -100%;
}

.matcher-start-wrapper.matcher-start-v4 strong {
  font-weight: 900;
  display: block;
    background-size: 13px;
}

.matcher-main-wrapper.rate-check-v4 .matcher-our-price-container {
    color: #ffffff;
    background-color: #2b2c4f;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    padding: 10px;
    font-weight: 500;
}

.matcher-main-wrapper.rate-check-v4 .matcher-our-price-container .our-price {
    font-weight: 700;
    font-size: 12px;
    float: left;
    text-transform: uppercase;
}

.matcher-main-wrapper.rate-check-v4 .matcher-our-price-container .matcher-price-our {
    font-weight: bolder;
    float: right;
}

.matcher-main-wrapper.rate-check-v4 .matcher-our-price-container .matcher-price-our span {
    font-size: 9px!important;
}

.matcher-main-wrapper.rate-check-v4 .matcher-our-price-container .list_services .element_services{
    font-size: 11px;
}

.matcher-main-wrapper.rate-check-v4 .matcher-our-price-container .matcher-discount-ota {
    text-align: center;
    width: 100%;
    clear: both;
}


/**OJO FIX Version Movil*/
@media (max-width: 600px) {
    .matcher-main-wrapper.rate-check-v4 {
        right: 0;
        left: 0;
        margin: auto;
    }
}