
/******Cinta******/

.promounit { width: 100%; max-width: 300px;
             border: 1px solid #333333;
             display: flex; 
                -webkit-display: flex; 
                -ms-display: flex; 
                flex-flow: row nowrap;
                -webkit-flex-flow: row nowrap;
                -ms-flex-flow: row nowrap;
                justify-content: space-between;
                -webkit-justify-content: space-between;
                -ms-justify-content: space-between;         
                align-items: center;
                -webkit-align-items: center;
                -ms-align-items: center; 
                align-content: center; }

.promounitleft { width: 47%;
                 position: relative;
                 aspect-ratio: 1/1; }

            .promounitfoto { min-width: 100%;
                             width: 100%;
                             max-width: 100%;
                             aspect-ratio: 1/1;
                             line-height: 0; }

.promounitright { 
            width: 53%;
            /*background-color: rgb(255,255,255);
            background-color: rgb(226,226,226);
            */
            background-color: rgb(245,245,245);
            /*background-image: repeating-linear-gradient(
                0deg,
                rgba(0,0,0,0.03),
                rgba(0,0,0,0.03) 1px,
                transparent 1px,
                transparent 6px
              );*/
            color: #4a5659;
            padding-left: 7px;
            padding-right: 10px;
            padding-top: 5px;
            padding-bottom: 5px;
            align-self: stretch;
            display:flex; 
            -webkit-display:flex; 
            -ms-display:flex; 
            flex-flow:column nowrap;
            -webkit-flex-flow:column nowrap;
            -ms-flex-flow:column nowrap;
            justify-content: space-between;
            -webkit-justify-content: space-between;
            -ms-justify-content: space-between;     
            align-items: flex-start;
            -webkit-align-items: flex-start;
            -ms-align-items: flex-start; 
            align-content:center; }

.promounitright h2,
.promounitright .titularh2 { 
                        font-family: "Barlow Condensed", system-ui;
                        font-weight: 800;
                        font-size: 1.5em;
                        letter-spacing: .02em;
                        width: 100%;
                        margin-bottom: 5px !important;
                        text-transform: uppercase;
                        font-style: normal; }

    .promoname { 
                max-width: 100%; 
                font-family: 'Barlow', system-ui;
                font-size: .95em; 
                line-height: 1em;
                word-break: break-word;
                display: -webkit-box;
                    overflow: hidden;
                    -webkit-line-clamp: 4;
                    -webkit-box-orient: vertical;
                    text-overflow: ellipsis; }

    .promofuente { 
                max-width: 100%; 
                font-family: 'Barlow', system-ui;
                font-size: .9em; 
                font-weight: 600; }                    

/******End cinta******/

/*Boards de producto**************************/

.tablaproducts { 
width: 100%; max-width: 100%;
margin: 0 auto;
margin-top: 15px;
/*background-color: rgb(226,226,226);
background-color: rgb(240,240,240);
background-color: rgb(245,245,245);*/
background-color: rgb(240,240,240);
border-bottom: 1px solid rgb(74,86,89);
/*background-image: repeating-linear-gradient(
    0deg,
    rgba(0,0,0,0.03),
    rgba(0,0,0,0.03) 1px,
    transparent 1px,
    transparent 6px
  );
*/
position: relative;
display:flex; 
-webkit-display:flex; 
-ms-display:flex; 
flex-flow:column nowrap;
-webkit-flex-flow:column nowrap;
-ms-flex-flow:column nowrap;
justify-content:flex-start;
-webkit-justify-content:flex-start;
-ms-justify-content:flex-start;
align-items:center;
-webkit-align-items:center;
-ms-align-items:center;
align-content:flex-start; }


.tablatrailer { 
width: 100%; max-width: 100%;
height: 400px; max-height: 400px;
position: relative;
margin: 0 auto;
margin-top: 15px;
margin-bottom: 35px;
/*background-color: rgb(226,226,226);
background-color: rgb(240,240,240);
background-color: rgb(245,245,245);*/
background-color: rgb(240,240,240);
border-bottom: 1px solid rgb(74,86,89);
/*background-image: repeating-linear-gradient(
    0deg,
    rgba(0,0,0,0.03),
    rgba(0,0,0,0.03) 1px,
    transparent 1px,
    transparent 6px
  );
*/
position: relative;
display:flex; 
-webkit-display:flex; 
-ms-display:flex; 
flex-flow:column nowrap;
-webkit-flex-flow:column nowrap;
-ms-flex-flow:column nowrap;
justify-content:center;
-webkit-justify-content:center;
-ms-justify-content:center;
align-items:center;
-webkit-align-items:center;
-ms-align-items:center;
align-content:flex-start; }

.tablaproducts:last-of-type,
.tablaproductstrailer:last-of-type { margin-bottom: 0; }

        .borderred, 
        .borderverd,
        .bordernavy, 
        .bordergolden,
        .yellowgreen,
        .euronewsblue,
        .googleblack,
        .bluegreen
          { width: 100%; max-width: 100%; 
              height: 2px;
              position: absolute; 
              top: 0; }

.decorframe { width: 100%; max-width: 980px;
              margin: 0 auto;
              text-align: center;
              position: absolute;
              top: -5px; }

        .border2red, 
        .border2verd,
        .border2navy, 
        .border2golden,
        .yellow2green,
        .euronews2blue,
        .google2black,
        .blue2green  { width: 100%; max-width: 60%;
                        margin-left: 0;
                        height: 8px; }

        .borderred,
        .border2red { background-color: rgb(187,39,26); }

        .borderverd,
        .border2verd { background-color: rgb(10,82,32); }

        .bordernavy,
        .border2navy { background-color: rgb(2,5,96); }

        .bordergolden,
        .border2golden { background-color: rgb(237,181,37); }

        .yellowgreen,
        .yellow2green { background-color: rgb(144,212,4); }

        .euronewsblue,
        .euronews2blue { background-color: rgb(46,99,238); }

        .googleblack,
        .google2black { background-color: rgb(74,86,89); } 

        .bluegreen,
        .blue2green { background-color: rgb(10, 166, 158); }                


.leadproducts { 
width: 100%; 
font-style: italic;
display:block; 
text-align:left; }

.tablaproductsframe,
.ablaproductstrailerframe {   
width: 100%;  
margin: 0 auto; }

.productitem {  
width: 100%; 
position: relative; 
overflow: hidden;           
display:flex;
-webkit-display:flex; 
-ms-display:flex; 
flex-flow:column nowrap;
-webkit-flex-flow:column nowrap;
-ms-flex-flow:column nowrap; 
justify-content:space-between;
-webkit-justify-content:space-between;
-ms-justify-content:space-between;  
align-items:center;
-webkit-align-items:center;
-ms-align-items:center;
align-content:flex-start; }

.productitem img { min-width: 100%; width: 100%;
                   min-height: 100%; height: 100%; 
                   position: absolute;
                   top: 0; left: 0; right: 0; bottom: 0; }                    

.productitem,
.productitem img,
.productinfo { 
border-bottom-left-radius: 10px;
-moz-border-bottom-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
-moz-border-bottom-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px; }

.productinfo { 
width:100%; max-width:100%;
position: absolute;
left:  0; right: 0; bottom: 0;                  
margin: 0 auto;
display:flex;
-webkit-display:flex; 
-ms-display:flex; 
flex-flow:row nowrap;
-webkit-flex-flow:row nowrap;
-ms-flex-flow:row nowrap; 
justify-content: space-between;
-webkit-justify-content: space-between;
-ms-justify-content: space-between;  
align-items:center;
-webkit-align-items:center;
-ms-align-items:center;
align-content:center;  
background-color: rgba(49, 49, 49, .9); } 

        .productname {  width:100%; max-width: 80%;
                        align-self: stretch;
                        font-family: "Barlow Condensed", system-ui;
                        font-weight: 400;
                        display: -webkit-box;
                        overflow: hidden;
                        -webkit-box-orient: vertical;
                        text-overflow: ellipsis;                        
                        color: rgba(255,255,255,1);
                        text-decoration: none; }

            .productname:hover { color: rgba(255,255,255,1); }

        .producticon { width:100%; 
                       font-size: 1.5em;
                       text-align: right;
                       margin-right: 0;
                       transform:rotate(-45deg); }

        .producticon:hover { text-decoration: none !important; }

            .productinfo .goicon { color: deeppink !important; }
            .promofuente .goicon { color: #333333; }
            .goicon:hover { font-weight: 900; }


        .productinfo .goiconcinta { color: #333333 !important;
                       padding-left: 10px;
                       transform:rotate(-45deg); }
        .promofuente .goiconcinta { 
                       color: #333333;
                       padding-left: 10px;
                       transform:rotate(-45deg); }                       
        .goiconcinta:hover { font-weight: 900; }


/*End boards de producto**************************/

.APVertline { 
    width: .35px;
    align-self: stretch;
    margin-left: 25px;
    margin-right: 15px;
    background-color: #B0B0B0; }

.prodimg { 
    width: 100%; max-width: 100%; 
    text-align: center;
    margin:0 auto;
    position: relative;
    border: .75px solid #B8B8B8;
    overflow: hidden; }

    .prodimg img { width: 100%; max-width: 100%; }

    .conmodal { cursor: pointer; }

    .modalframeicon { color: #686868;
                  text-shadow: -1px 1px 1px #FFFFFF;
                  position: absolute;
                  font-size: 1.8em;
                  cursor:pointer;
                  right: 2%;
                  bottom: 4%; }

.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    padding-top: 3%;
    padding-bottom: 3%;
    z-index: 3;         
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.6), rgba(0,0,0,1));
    display: none;
        -webkit-display: none; 
        -ms-display: none; 
        flex-flow: column nowrap;
        -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        -ms-justify-content: flex-start;
        align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-content: center; }

    .modal-close {
        width: 100%;
        margin: 0 auto;
        position: fixed;
        color: #40e0d0;
        font-weight: 600;
        cursor: pointer;
        z-index: 4;
        top: 1%;
        right: 5%;
        padding-top: 2.5%;
        text-align: right; 
        font-size: 1em; }

        .modal-close:hover { 
            -webkit-text-stroke: 1px #40e0d0; 
            text-stroke: 1px #40e0d0; }

    .modal-content { width: 80% !important;
                     max-width: 80% !important; }



.boardventaproduct { 
width:100%; 
margin:0 auto;
display:flex; 
-webkit-display:flex; 
-ms-display:flex; 
flex-flow:row nowrap;
-webkit-flex-flow:row nowrap;
-ms-flex-flow:row nowrap;
justify-content:space-between;
-webkit-justify-content:space-between;
-ms-justify-content:space-between;          
align-items:flex-start;
-webkit-align-items:flex-start;
-ms-align-items:flex-start; 
align-content:center; }

.boardventaproduct h1 { font-size: 1.7em; margin-bottom: 15px; }

.productrigtside { display:flex;
                    -webkit-display:flex; 
                    -ms-display:flex; 
                    flex-flow:column nowrap;
                    -webkit-flex-flow:column nowrap;
                    -ms-flex-flow:column nowrap;
                    justify-content:flex-start;
                    -webkit-justify-content:flex-start;
                    -ms-justify-content:flex-start;
                    align-items:flex-start;
                    -webkit-align-items:flex-start;
                    -ms-align-items:flex-start; 
                    align-content:center;
                align-self: stretch; }

.sumwrapper { width: 100%; max-width: 100%;
              margin: 0 auto; }

.boardventaproduct h1 span { padding-left: 10px;
                             font-family: "Barlow", system-ui;
                             font-weight: 350;
                             font-size: .7em; }

.boardventaproduct .robacont { height: 100%; }

.imagenproduct { width: 100%; max-width: 100%; }
.imgprodcont { width: 100%; max-width: 100%;
position: relative; }

.imagenproduct img { 
  width: 100%; max-width: 100%;
  aspect-ratio: 1/1.4;
  border: 0.5px solid #333333; }

.imgprodlayer { 
/*background-image: linear-gradient(to right, rgba(66,133,244,.2), rgba(49,49,49,.6));*/
/*background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%), linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%);
background-image: 
linear-gradient(45deg, rgba(0, 0, 0, 0.15) 25%, rgba(186, 97, 9,.15) 25%, rgba(186, 97, 9,.15) 75%, rgba(0, 0, 0, 0.15) 75%), 
linear-gradient(45deg, rgba(0, 0, 0, 0.15) 25%, rgba(186, 97, 9,.15) 25%, rgba(186, 97, 9,.15) 75%, rgba(0, 0, 0, 0.15) 75%);*/
background-image: 
linear-gradient(45deg, rgba(0, 0, 0, 0.15) 25%, rgba(9, 118, 156,.15) 25%, rgba(9, 118, 156,.15) 75%, rgba(0, 0, 0, 0.15) 75%), 
linear-gradient(45deg, rgba(0, 0, 0, 0.15) 25%, rgba(9, 118, 156,.15) 25%, rgba(9, 118, 156,.15) 75%, rgba(0, 0, 0, 0.15) 75%);
z-index: 1; }

.descripcionproduct { 
width: 100%; max-width: 100%;
padding-top: 25px;
text-align: left;
font-size: 1.15em;
line-height: 1.3em; }

.descripcionproduct ul { margin-top: 30px; }   
.descripcionproduct ul li { margin-bottom: 12px; } 
.descripcionproduct ul li:last-of-type 
            { margin-bottom: 0; }   

.compraproduct  { 
min-width: 300px; max-width: 100%;
margin-left: 50px;
display:flex;
-webkit-display:flex; 
-ms-display:flex; 
flex-flow:row nowrap;
-webkit-flex-flow:row nowrap;
-ms-flex-flow:row nowrap;
justify-content:flex-end;
-webkit-justify-content:flex-end;
-ms-justify-content:flex-end;
align-items:flex-start;
-webkit-align-items:flex-start;
-ms-align-items:flex-start; 
align-content:center;   }

.docprice { width: 100%; max-width: 100%;
text-align: left;
text-stroke: .5px rgb(165,54,15);
-webkit-text-stroke: .5px rgb(165,54,15);
font-size: 1.5em;
color: rgb(165,54,15); } 

.comprainnercont {  width: 100%; max-width: 300px;
    margin-top: 50px;
         display:flex;
            -webkit-display:flex; 
            -ms-display:flex; 
            flex-flow:column nowrap;
            -webkit-flex-flow:column nowrap;
            -ms-flex-flow:column nowrap;
            justify-content:flex-start;
            -webkit-justify-content:flex-start;
            -ms-justify-content:flex-start;
            align-items:center;
            -webkit-align-items:center;
            -ms-align-items:center; 
            align-content:center; }

.comprainnercont h3 { margin-bottom: 10px; } 

.eligemetodo { 
width: 100%; max-width: 100%;
text-align: left;
font-size: .85em;
padding-top: 2px;
padding-bottom: 15px; }

.fourmethods {  
width: 100%; max-width: 100%;
display:flex; 
-webkit-display:flex; 
-ms-display:flex; 
flex-flow:row wrap;
-webkit-flex-flow:row wrap;
-ms-flex-flow:row wrap;
justify-content:space-between;
-webkit-justify-content:space-between;
-ms-justify-content:space-between;          
align-items:flex-start;
-webkit-align-items:flex-start;
-ms-align-items:flex-start; 
align-content:center; }

.metodopago { width: 100%; max-width: 47%;
        height: 50px; max-height: 50px;
        overflow: hidden;
        font-size: .9em;
        border: .5px solid #333333;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 2.5%;
        padding-right: 2.5%;
        margin-bottom: 20px;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        border-radius:5px;
            display:flex;
                -webkit-display:flex; 
                -ms-display:flex; 
                flex-flow:row nowrap;
                -webkit-flex-flow:row nowrap;
                -ms-flex-flow:row nowrap;
                justify-content: flex-start;
                -webkit-justify-content: flex-start;
                -ms-justify-content: flex-start;
                align-items:center;
                -webkit-align-items:center;
                -ms-align-items:center; 
                align-content:center; }

.metodopago div { width: 100%; max-width: 50%;
                display:flex;
                    -webkit-display:flex; 
                    -ms-display:flex; 
                    flex-flow:row nowrap;
                    -webkit-flex-flow:row nowrap;
                    -ms-flex-flow:row nowrap;
                    align-items:center;
                    -webkit-align-items:center;
                    -ms-align-items:center; 
                    align-content:center; }

.paymentname { font-size: .95em; }

.productcoin {  fill: #333333;
            height: auto;
            width: 100%; max-width: 25%;
            margin-right: 7px; }

.googlecoin { height: 100%;
                fill: #FFFFFF;
            background-color: #333333;
                                padding-left: 3px;
                                padding-right: 3px; }


.disclaimer { width: 100%; max-width: 100%;
height: auto;
text-align: left;
padding-top: 10px;
padding-bottom: 10px;
margin-bottom: 20px;
border-top: 1px dotted #333333;
border-bottom: 1px dotted #333333;
font-size: .75em;
color: #808080;
font-family: Menlo, monospace; }

.proddisclaimer { width: 100%; max-width: 980px;
font-family: Menlo, monospace;
margin: 0 auto;
text-align: center;
        font-size: .8em;
        color: #606060;
        position: absolute;
        left: 0; right: 0;
        bottom: 10px; }

.sumarioproduct  { 
width: 100%; max-width: 100%;
text-align: left;
margin-bottom: 35px; }

.sumarioproduct span { hyphens: auto; } 

.sumarioproduct div { padding-bottom: 7px;  }

.sumarioproduct div:last-of-type { 
padding-bottom: 0; }

.sumarioclave { padding-right: 5px; }
.prodtags a { padding-left: 3px; }
.prodtags a:first-of-type { padding-left: 5px; }           

.spanbold { -webkit-text-stroke: .5px #333333;
    text-stroke: .5px #333333; }

.precioprod { color: #1585ed;
  -webkit-text-stroke: .5px #1585ed;
    text-stroke: .5px #1585ed; }

.fichabottom img { border: .75px solid #B8B8B8;
                    margin-bottom: 3px; }
                    
.fichatop .idioma { paddding-left: 3px; padding-right: 3px; }

p { padding-bottom: 15px; }
b { font-weight: 550; }

#bloqueOculto { display: none; } 

.productrigtside .robacont { margin-bottom: 25px; }

.productleftside h1 { line-height: 1.15em; }













