/* CARACTERISTICAS */

.features_cores {
    background: url("../images/caracteristicas/CORES.png");
    width: 115px;
    height: 115px;
    -webkit-transition: width .25s, height .25s, -webkit-transform .25s; /* Safari */
    transition: width .25s, height .25s, transform .25s;
    -moz-transition: width .25s, height .25s, transform .25s;
}

.features_cores:hover {
    background: url("../images/caracteristicas/CORES2.png");
    width: 115px;
    height: 115px;
    -webkit-transform: rotate(30deg); /* Safari */
    transform: rotate(30deg);
    -moz-transition: rotate(30deg);
}

.features_dinamismo {
     background: url("../images/caracteristicas/DINAMISMO.png");
    width: 115px;
    height: 115px;
    -webkit-transition: width .25s, height .25s, -webkit-transform .25s; /* Safari */
    transition: width .25s, height .25s, transform .25s;
    -moz-transition: width .25s, height .25s, transform .25s;
}


.features_dinamismo:hover {
     background: url("../images/caracteristicas/DINAMISMO2.png");
    width: 115px;
    height: 115px;
     -webkit-transform: rotate(-10deg); /* Safari */
    transform: rotate(-10deg);
    -moz-transition: rotate(-10deg);
}

.features_seguranca {
    background: url("../images/caracteristicas/SEGURANCA.png");
    width: 115px;
    height: 115px;
    -webkit-transition: width .25s, height .25s, -webkit-transform .25s; /* Safari */
    transition: width .25s, height .25s, transform .25s;
    -moz-transition: width .25s, height .25s, transform .25s;
}

.features_seguranca:hover {
     background: url("../images/caracteristicas/SEGURANCA2.png");
    width: 115px;
    height: 115px;
    -webkit-transform: rotate(-5deg); /* Safari */
    transform: rotate(-5deg);
    -moz-transition: rotate(-5deg);
}

.features_eficiencia {
    background: url("../images/caracteristicas/EFICIENCIA.png");
    width: 115px;
    height: 115px;
    -webkit-transition: width .25s, height .25s, -webkit-transform .25s; /* Safari */
    transition: width .25s, height .25s, transform .25s;
    -moz-transition: width .25s, height .25s, transform .25s;
}

.features_eficiencia:hover {
     background: url("../images/caracteristicas/EFICIENCIA2.png");
    width: 115px;
    height: 115px;
    -webkit-transform: rotate(-40deg); /* Safari */
    transform: rotate(-40deg);
    -moz-transition: rotate(-40deg);
}

.features_qualidade {
     background: url("../images/caracteristicas/QUALIDADE.png");
    width: 115px;
    height: 115px;
    -webkit-transition: width .25s, height .25s, -webkit-transform .25s; /* Safari */
    transition: width .25s, height .25s, transform .25s;
    -moz-transition: width .25s, height .25s, transform .25s;
}

.features_qualidade:hover {
     background: url("../images/caracteristicas/QUALIDADE2.png");
    width: 115px;
    height: 115px;
    -webkit-transform: rotate(23deg); /* Safari */
    transform: rotate(23deg);
    -moz-transition: rotate(23deg);
}

.features_velocidade {
   background: url("../images/caracteristicas/VELOCIDADE.png");
    width: 115px;
    height: 115px;
    -webkit-transition: width .15s, height .15s, -webkit-transform .15s; /* Safari */
    transition: width .15s, height .15s, transform .15s;
    -moz-transition: width .15s, height .15s, transform .15s;  
}

.features_velocidade:hover {
     background: url("../images/caracteristicas/VELOCIDADE2.png");
    width: 115px;
    height: 115px;
    -webkit-transform: rotate(340deg); /* Safari */
    transform: rotate(340deg);
    -moz-transition: rotate(340deg); 
}


.row-centered {
    text-align: center;
    vertical-align: bottom;
}

#menuServGrande {
        display: table;
    }
    
    #menuServPequeno {
        display: none;
    }

@media(max-width: 500px) {
   
    #menuServGrande {
        display: none;
    }
    
    #menuServPequeno {
        display: table;
    }
    
}


.miniatura_port {
 height: 150px;
 width: 150px;
 margin: 5px;
 float:left;
    -moz-border-radius:5px;
-webkit-border-radius:5px;
 border-radius:5px;
}


/*--------------------------------------
########################################
            POPUP Pulseiras 
########################################
----------------------------------------*/

#PopupPulseiras {
    border: 1px solid #ffb30f;
    border-radius: 5px;
    box-shadow: #a7a8aa -6px 6px 0 0;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 999999999999999;
    padding: 0px !important;
}

.PopupPulseirasQ1 {
    padding: 10px;
    background: linear-gradient(to right bottom, #ffc809 50%, #ffb30f 50%);
    width: 100%;
}

.PopupPulseirasQ2 {
    background-color: #ffffff;
    padding:20px;
    text-align: center;
    width: 100%;
}

.PopupPulseiraAtencao {
    text-align:center;
    width: 100%;
    font-family: Arial;
    font-weight: bold;
    font-size: 13pt;
    color: #3d3d3d;
    padding-bottom: 7px;
}

.PopupPulseiraContent {
    font-family: Arial;
    color: #040100;
    padding-left:40%;
    font-size: 14px;
    font-weight: bold;
}

.PopupPulseirasBtn {
    background-color: #3c3d3f;
    border: 2px solid #1f1424;
    border-radius: 10px;
    width: 75%;
    box-shadow: #a7a8aa -3px 3px 0 0;
    color: #ffce11;
    font-size: 12px;
    line-height: 14px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: 600;
    display: inline-block;
    cursor: pointer;
}

.PopupPulseiraImg {
    position: absolute;
    margin-top: -50px;
    margin-left: -40px;
}

.PopupPulseiraClose {
    position: absolute;
    background-color: #ffffff;
    border: 2px solid #ffb30f;
    right: 0;
    top: 0;
    border-radius: 90px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 25px;
    margin-top: -10px;
    margin-right: -6px;
    font-size: 18px;
    cursor: pointer;
}


.divHomeOffice {
    border: 1px solid yellow;
    width: 40%;
    margin-left: 30%;
    margin-top: 35px;
    padding: 15px;
}

.divHomeOffice table {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

/* xs */
@media (max-width: 767px) {
    .PopupPulseiraImg {
        position: absolute;
        margin-top: -50px;
        margin-left: -25px;
    }

    .OverlayContent {
        position: absolute;
        top: -150px;
    }

    .divHomeOffice {
        border: 1px solid yellow;
        width: 96%;
        margin-left: 2%;
        margin-top: 35px;
    }

    .divHomeOffice table {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 15px;
        margin-left: 0px;
        margin-right: 0px;        
    }
}

.OverlayButton {
    background-color: #9a0000;
    border-radius: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 60px;
    color: #fff;
    min-width: 180px;
    display: inline-block;
    cursor: pointer;
}

#produtos {
    background: url(../images/produtos/background2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.myCard {
    border: 1px solid #acacac;
    border-radius: 5px;
    box-shadow: #b2b2b291 3px 3px 2px;
    background-color: #fdfff7;
    width: 100%;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    min-height: 200px;
    margin-bottom: 20px;
}

.produtoTitulo {
    color: #1aa1ce;
    font-size: 18px;
    font-weight: bold;
}

.produtoImagem {
    width: 95%;
    height: auto;
    max-height: 140px;
    padding-top: 10px;
}

.produtoImagemUrl {
    height: 140px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.produtosLabel {
    font-size: 14px;
    font-style: italic;
    font-family: Arial;
}

.produtosValor {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Arial;
    font-size: 14px;
    display: block;
    text-align: right;
    padding-right: 25px;
}

.produtosValor b {
    font-size: 15px;
}

.btn-compraOnline {
    width:90%;
    margin-bottom:20px;
    padding: 0px !important;
    border: 0px !important;
    background-color: #13a5de;
    box-shadow: #3333336e 1px 4px 6px;
}

.btn-compraOnline .fa-shopping-cart {
    color: #13a5de;
}

.btn-compraWhats {
    width:90%;
    margin-bottom:10px;
    padding: 0px !important;
    border: 0px !important;
    background-color: #00e676;
    box-shadow: #3333336e 1px 4px 6px;
}


.btn-icon {
    display: inline;
    float: left;
    background: #f3f1f6;
    padding-left: 10px;
    padding-right: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 3px 0px 0px 3px;
}

.btn-content {
    display: inline-block;
    padding-top: 5px;
}