/*! Place your custom styles here */




@media all and (max-width: 768px) {

.threecols>.radio {
    width: 48%!important;
}
.fourcols>.radio {
    width: 32%!important;
}    
    
    
}



.opacity-0 {
  opacity:0!important;
}
.opacity-1 {
  opacity:0.2!important;
}
.opacity-2 {
  opacity:0.4!important;
}
.opacity-3 {
  opacity:0.6!important;
}
.opacity-4 {
  opacity:.8!important;
}
.opacity-5 {
  opacity:1!important;
}

/* Maybe even support hover opacity shifts */
.opacity-0h5 {
  opacity:0!important;
  transition: opacity .25s ease-in-out!important;
  -moz-transition: opacity .25s ease-in-out!important;
  -webkit-transition: opacity .25s ease-in-out!important;
}
.opacity-0h5:hover {
  opacity:1!important;
}

.preview{
    letter-spacing: 0.4em;
  opacity:0.4;
}


.etiqueta-frame{
    padding: 20px;
    overflow: hidden;
}

.etiqueta {
    background-color:white;
    width: 100%;
    margin: 20px 0;
    height: 50%;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);

}


.frente-meio-brilho {
background: rgb(227,250,255);
background: linear-gradient(60deg, rgba(227,250,255,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 64%, rgba(227,250,255,1) 100%);
}


.frente-poliester-aluminio {
background: rgb(196,196,196);
background: linear-gradient(60deg, rgba(190,190,190,1) 0%, rgba(245,245,245,1) 38%, rgba(245,245,245,1) 60%, rgba(190,190,190,1) 100%);

}


.frente-pp-branco {
background: rgb(235,240,241);
background: linear-gradient(60deg, rgba(235,240,241,1) 0%, rgba(255,255,255,1) 38%, rgba(255,255,255,1) 60%, rgba(235,240,241,1) 100%);

}


.frente-pp-transparente {
background-color: rgba(255, 255, 255, 0.4);
background: rgba(255, 255, 255, 0.4);
color: rgba(255, 255, 255, 0.4);
}



.silicone-branco {
background-color: #eaeaea;
}

.silicone-amarelo {
background-color: #FFE796;
}

.gap {
    position: absolute;
    bottom:-26px;
    left: 50%;
    margin-left:-16px;
    font-size: 13px;
    color: #999;
    
}

.gap:before {
    font-family: 'iconsmind';
    content: "\edd3";
    font-size: 16px;
}

.horizontal-border {
    border-bottom: dotted 1px #999;
    position: absolute;
    top: -16px;
    text-align: center;
}

.vertical-border {
    border-right: dotted 1px #999;
    position: absolute;
    left: -10px;
    text-align: center;
}


.horizontal-border::after {
 content:'';
  position: absolute;
    top: -4px;
    right: 0;
  padding-bottom:inherit;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #999;
}

.horizontal-border::before {
 content:'';
  position: absolute;
    top: -4px;
    left: 0;
  padding-bottom:inherit;
    border-style: solid;
    border-width: 4px 0 4px 6px;
      transform: rotate(180deg);
    border-color: transparent transparent transparent #999;
}


.horizontal-border span{
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: -5px;
    text-align: right;
    background-color: #FFE796;
    padding: 4px 16px;
    color: #999;
    font-weight: bold;
    font-size: 13px;
    line-height: 0;
}

.vertical-border span{
    position: absolute;
    top: 46%;
    left: -40px;
    text-align: right;
    background-color: #FFE796;
    padding: 5px 16px;
    color: #999;
    font-weight: bold;
    font-size: 13px;
transform: rotate(-90deg);
    line-height: 0;
}

.vertical-border::after {
 content:'';
  position: absolute;
    top: -2px;
    left: -2px;
  padding-bottom:inherit;
      transform: rotate(270deg);
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #999;
}

.vertical-border::before {
 content:'';
  position: absolute;
    bottom: -2px;
    left: -2px;
  padding-bottom:inherit;
    border-style: solid;
    border-width: 4px 0 4px 6px;
      transform: rotate(90deg);
    border-color: transparent transparent transparent #999;
}


.radio-group{
    position: relative;
}

.flip-measure {
    position: absolute;
    top: 0;
    height: 100%;
    border-left: dotted 1px #999;
}
.radio{
    display:inline-block;
    line-height: 1.2;
    margin-bottom: 15px;
    margin-right: 1%;
    background-color: #fff;
    border: 2px solid #dedede;
    border-radius: 4px;
    cursor:pointer;
    padding: 12px;
    font-weight: 500;
}


.jumbo .subtitle{
    font-size:1rem;
    font-weight: 600;
    color:#ffe796!important;
    text-transform: uppercase;
    margin: 10px 0;
    letter-spacing: 0.25em;
}

.jumbo .title{
line-height: 1.2em;
    font-weight: 600;
    font-size: 3.55rem;
}


.tabs-list li{
    font-size: 18px;
    margin-bottom: 20px;
    
}

.features .alert {
    border-radius: 20px;
}


.text-lines{
margin: 0 auto;
text-align: center;
position:relative;
 
}

.text-lines:before{
content: "";
display:block;
width: 280px;
height:2px;
background: #1499db;
position: absolute;
left: 0;
top: 30%;
z-index: -2;
}
.text-lines:after{
content: "";
display:block;
width: 280px;
height:2px;
background: #1499db;
position: absolute;
right: 0;
top: 30%;
z-index: -2;
}

.text-lines span{
background: #fff;
padding: 10px 30px;

}


.threecols > .radio {
    width: 30%;
    line-height: 1.3;

    
}

.radio p{
    margin-bottom: 6px;
    font-size:0.9em;
    font-weight: 600;
    
}


.selected p{
    color: #26bd8f;
    
}


.fourcols > .radio{
    width: 23%;
}


.radio img{
    max-height: 90px;
    margin: 0;
}

.img-thumb{
    max-height: 64px!important;
    margin: 0;
    padding-bottom: 10px;
}



.radio:hover{
    background: #f4f4f4;

}

.builder {
    overflow:visible;
}

.radio.selected{
    border-color: #60d3b0;
    background: #F5FFFD;

}



.tabs li.active .tab__title span:after {
    font-family: 'iconsmind';
    content: "\ebfc"; 
    float: right;

    
}

.cta {
    border-radius: 32px;
    font-size: 1.1rem!important; 
}



.cta span:after {
    font-family: 'iconsmind';
    content: "\ebfc"; 
    float: right;
    font-weight: bold;
    padding: 0 20px;

    
}



.features img{
    width: 110px!important;
    float: right;
    
}


.circles .bg{
    border-radius: 100%;
    text-align: center!important;
    width: 200px;
    height:200px;
    line-height: 1.5em!important;
    color: white;
    display: flex;
    padding: 0 20px;
    margin-bottom: 20px;
    
}


.bg h3{
    font-size:2.3rem;
    line-height: 30px;
    padding-bottom: 0;
    margin-bottom: 12px;
    color: white;
    font-weight: bold;
    width: 100%;
    
}


.bg p {
    line-height: 1.5em;
}


.circles .bg:nth-child(1){
    background-color: #66BEE5;
}

.circles .bg:nth-child(2){
    background-color: #80CEA9;
}

.circles .bg:nth-child(3){
    background-color: #C09881;
}

.circles .bg:nth-child(4){
    background-color: #D9A1BB;
}

.circles .bg:nth-child(5){
    background-color: #EACA78;
}




.primeiro span:nth-child(2n+1),
.segundo span:nth-child(2n+1),
.terceiro span:nth-of-type(2n+1) {
  background-color: lime;
}


.mytooltip {
    display: inline;
    position: relative;
    z-index: 999;
}

.mytooltip .tooltip-item {
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    padding: 0 10px
}

.mytooltip .tooltip-content {
    position: absolute;
    width: 360px;
    left: 50%;
    margin: 0 0 20px -180px;
    bottom: 92%;
    text-align: left;
    font-size: 14px;
    line-height: 30px;
    border-radius: 4px;
    padding: 4px;
-webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .04);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .04);    
    background:#f1fafd;
    color: rgba(240, 240, 240, 0.9);
    opacity: 0;
    border: solid 1px #b9e0ed;
    cursor: default;
    pointer-events: none
}

.mytooltip .tooltip-content::after {
    content: '';
    top: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: #b9e0ed transparent transparent;
    border-width: 8px;
    margin-left: -8px
}

.mytooltip .tooltip-content img {
    position: relative;
    height: 140px;
    display: block;
    float: left;
    margin-right: 1em
}

.mytooltip .tooltip-item::after {
    content: '';
    position: absolute;
    width: 360px;
    height: 20px;
    bottom: 100%;
    left: 50%;
    pointer-events: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.mytooltip:hover .tooltip-item::after {
    pointer-events: auto
}

.mytooltip:hover .tooltip-content {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg);
    transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg)
}

.mytooltip:hover .tooltip-content2 {
    opacity: 1;
    font-size: 18px
}

.mytooltip .tooltip-text {
    font-size: 14px;
    line-height: 22px;
    display: block;
    padding: 1.21em;
    color: #666;
}

.container-preview{
    max-width: 100%;
    margin:auto;
}