*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tlp a:hover{
    font-weight: bolder;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
img { max-width: 100% }
p { width: 100%; }

textarea {
    resize: vertical;
}
a, a:hover, a:active, a:focus { text-decoration: none; outline: 0; }
.hidden {
    display: none !important;
    visibility: hidden;
}
.hide { display: none; }
.invisible { visibility: hidden; }
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
*::before,
*::after,
* {
	box-sizing: border-box;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
	transition: all 1s ease;
}
.no-trans,
.no-trans::before,
.no-trans::after,
.no-trans * {
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    transition: all 0s ease;
}

.ffOsw {
	font-family: Oswald;
}
.fftahoma{
    font-family: tahoma; 
}

@font-face {
  font-family: BRLNSR;
  src: local('Berlin Sans FB'),
       url('Berlin Sans FB.TTF') format('truetype');
  font-weight: normal;
}

.ffberlin {
    font-family: BRLNSR;
}

.bold { font-weight: bold; }
.redular { font-weight: normal; }
.upper { text-transform: uppercase; }
.w100 {  width: 100%; }
.w50 { width: 50%; }
.w50p { width: 50px; }
.absolute {
    position: absolute;
    top: 0;
    left: 0;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
}
.relative { position: relative; }

.block { display: block; }

.left { float: left; }
.right { float: right; }
.tleft { text-align: left; }
.tright { text-align: right; }
.tcenter { text-align: center; }

.fs12 { font-size: 12px; }
.fs13 { font-size: 13px; }
.fs14 { font-size: 14px; }
.fs15 { font-size: 15px; }
.fs16 { font-size: 16px; }
.fs17 { font-size: 17px; }
.fs18 { font-size: 18px; }
.fs20 { font-size: 20px; }
.fs22 { font-size: 22px; }
.fs25 { font-size: 25px; }
.fs27 { font-size: 27px; }
.fs30 { font-size: 30px; }
.fs34 { font-size: 34px; }
.fs100 { font-size: 100px; }

.tc000000 { color: #000000; }
.tc0033CC { color: #0033CC; }
.tc0066CC { color: #009900; }
.tc0066FF { color: #0066FF; }
.tc00CCFF { color: #00CCFF; }
.tc0C4BBE { color: #0C4BBE; }
.tc333333 { color: #000; }
.tc535353 { color: #535353; }
.tc666666 { color: #666666; }
.tc73B200 { color: #73B200; }
.tc777777 { color: #777777; }
.tc7FFF00 { color: #7FFF00; }
.tcFF0000 { color: #FF0000; }
.tcFFFFFF { color: #FFFFFF; }

/*********************
* MARGIN
*********************/

.margin00{
    margin: 0px;
}
.margin05{
    margin: 5px;
}
.marginb10{
    margin-bottom: 10px;
}
.marginb20{
    margin-bottom: 20px;
}
.marginb40{
    margin-bottom: 40px;
}
.marginl10{
    margin-left: 10px;
}
.marginl20{
    margin-left: 20px;
}
.marginr10{
    margin-right: 10px;
}
.marginr20{
    margin-right: 20px;
}
.margint10{
    margin-top: 10px;
}
.margint20{
    margin-top: 20px;
}
.margint40{
    margin-top: 40px;
}
.margin1000{
    margin: 10px 0px;
}
.margin15005000{
    margin: 15px 0px 50px 0px;
}

/*********************
* PADDING
*********************/
.padding08{
    padding: 8px;
}
.padding12{
    padding: 12px;
}
.padding20{
    padding: 20px;
}
.padding0310{
    padding: 3px 10px;
}
.padding1000{
    padding: 10px 0px;
}
.paddingr05{
    padding-right: 5px; font-style: oblique;
}

/*********************
* BORDE
*********************/

.border1CCCCCC{
    border: 1px solid #CCCCCC;
}
.border1D3D3D3{
    border: 1px solid #D3D3D3;
}


/*********************
* BACKGROUND
*********************/

.bc0E4BBE { background: #2B95FF; }
.bceee { background: #eee; }

.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.cover {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

.cpointer { cursor: pointer; }
body {
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #000;
}


*[class*="flex-"] {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
}
*[class*="flex-c-"] {
    -webkit-align-items: center;
    align-items: center;
}
*[class*="flex-st-"] {
    -webkit-align-items: stretch;
    align-items: stretch;
}
*[class*="flex-b-"] {
    -webkit-align-items: baseline ;
    align-items: baseline ;
}
*[class*="flex-fe"] {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
*[class*="flex-fs"] {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
*[class*="-sa-box"] {
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
*[class*="-sb-box"] {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
*[class*="-fe-box"] {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
*[class*="-fs-box"] {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
*[class*="-c-box"] {
    -webkit-justify-content: center;
    justify-content: center;
}
*[class*="-col-"] {
    -webkit-flex-direction: column;
    flex-direction: column;
}
*[class*="-row-"] {
    -webkit-flex-direction: row;
    flex-direction: row;
}
*[class*="-wrap-"] {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
*[class*="fi-start"] {
    -webkit-align-self: flex-start;
    align-self: flex-start;}
*[class*="fi-end"] {
    -webkit-align-self: flex-end;
    align-self: flex-end;
}

.content{
    padding: 15px 15px 0px 15px;
}
.main {
    width: 100%;
    max-width: 1100px;
}
.mainm {
    width: 100%;
    max-width: 1010px;
    margin: 0 auto;
}

.usrname-hide {
    display: none;
}
/******************************
*   HOME
******************************/
.search_div{
    display: none;
}
.header .logo{
    position: relative;
    display: block;
    width: 200px;
    height: 75px;
    background: url("../img/logo.png") center center no-repeat;
    margin: 15px 0px;
}

.nav .slider_main + .oferta_div{
    margin-bottom: 0px;
}
.header .socials {
    margin-left: 15px;
}
.header .socials > a{
    display: block;
    margin-left: 15px;
}
.header .socials > div > *{
    margin-left: 15px;
}
.header .socials label {
    display: none;
    height: 100%;
}

.header .socials .fb , .header .socials .tw {
    position: relative;
    display: block;
    background: url("../img/icons_social.png") no-repeat;
    width: 32px;
    height: 32px;
    opacity: 0.5;
}

.log{
    position: relative;
    display: block;
    background: url("../img/icons_log.png") no-repeat;
    width: 32px;
    height: 32px;
    opacity: 0.5;
}

.log:hover { opacity: 1; }

.logout{
    width: 32px;
    height: 32px;
    opacity: 0.5;
}

.logout:hover { opacity: 1; }

.header .socials .fb:hover , .header .socials .tw:hover {
    opacity: 1;
}
.header .socials .fb {
    background-position: 0 0;
}
.header .socials .tw {
    background-position: 0 -32px;
}
.social a:first-child{
    position: relative;
    display: block;
    color: #0E4BBE;
    padding-right: 5px;
}

.header .search input[type="text"] {
    display: inline-block;
    width: 290px;
    height: 31px;
    padding: 0px 10px;
    margin-right: 12px;
    background-color: #FFF;
    color: #000;
    border: 1px solid #CCCCCC;
}
.header .search input[type="submit"] {
    display: inline-block;
    width: 28px;
    height: 28px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: none;
    background: url("../img/icon_search.png") #0099FF no-repeat scroll center center;
}
.header .search input[type="submit"]:hover {
    background-color: #0E4BBE;
}

.header .home_quote{
    position: relative;
    display: block;
    width: 115px;
    height: 30px;
    background: -webkit-linear-gradient(#0099FF, #0081D7);
    background: -o-linear-gradient(#0099FF, #0081D7);
    background: linear-gradient(#0099FF, #0081D7);
    padding: 8px 20px 8px 8px;
}
.header .home_quote:hover{
    background: -webkit-linear-gradient(#85CB01, #70AB01);
    background: -o-linear-gradient(#85CB01, #70AB01);
    background: linear-gradient(#85CB01, #70AB01);
}
.archivo_css{
    position: absolute;
    width: 15px;
    height: 19px;
    background: #FFFFFF;
    top: 5px;
    right: 5px; 
}
.archivo_css:before{
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    background: -webkit-linear-gradient(#0099FF, #0081D7);
    background: -o-linear-gradient(#0099FF, #0081D7);
    background: linear-gradient(#0099FF, #0081D7);
    top: 0px;
    right: 0px;
}
.header .home_quote:hover .archivo_css:before{
    background: -webkit-linear-gradient(#85CB01, #70AB01);
    background: -o-linear-gradient(#85CB01, #70AB01);
    background: linear-gradient(#85CB01, #70AB01);
}
.archivo_css:after{
     position: absolute;
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    border-color: transparent transparent #FFFFFF #FFFFFF ;
    border-style: solid;
    border-width: 3px;
    top: 0;
    right: 0;
}
.menu_acordion{
    position: relative;
    width: 100%;
}
.menu_acordion .menu{
    position: relative;
    width: 100%;
    min-height: 35px;
    display: table;
}
.menu_acordion .menu li{
    display: table-cell;
    min-height: 35px;
}
.menu_acordion .menu li a{
    width: 100%;
    text-align: center;
    min-height: 40px;
    height: 100%;
}
.menu_acordion .menu li a:hover{
    background: -webkit-linear-gradient(#0099FF, #0081D7);
    background: -o-linear-gradient(#0099FF, #0081D7);
    background: linear-gradient(#0099FF, #0081D7);
}
.menu_activo{
    background: -webkit-linear-gradient(#D90000, #D90000);
    background: -o-linear-gradient(#D90000, #D90000);
    background: linear-gradient(#D90000, #D90000);
}
.oferta_div{
    width: 240px;
    height: 300px;
    border: 1px solid #CCCCCC;
    background: radial-gradient(circle,#FFFFFF , #FEFEFE ,#FEFEFE , #EFEFEF, #EFEFEF ); 
}
.oferta_div > span img{
    max-width: 200px;
    max-height: 150px;
}
.oferta_div > p{
    max-width: 300px;
    text-align: center;
    padding: 0px 8px;
}
.oferta_div_titulo{
    width: 100%;
    height: 35px;
    background: -webkit-linear-gradient(#85CB01, #70AB01);
    background: -o-linear-gradient(#85CB01, #70AB01);
    background: linear-gradient(#85CB01, #70AB01); 
    border-bottom: 1px solid #CCCCCC;
    text-align: center;
    padding: 5px 0px;
}
.oferta_div_datos{
    position: relative;
    width: 100%;
    height: 40px;
    padding: 0px 5px 10px 5px;
}
.oferta_div_datos p{
    max-width: 90px;
}
.oferta_div_datos a:nth-of-type(1){
    position: relative;
    width: 30px;
    height: 30px;
    border: 1px solid #CCCCCC;
}

.oferta_div .oferta_div_datos{
    padding: 0px 10px 10px 10px;
    margin-top: 10px;
}

.archivo{
    position: absolute;
    width: 15px;
    height: 19px;
    background: #555555;
    bottom: 5px;
    left: 6px;
}
.archivo:before{
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    background: #FFFFFF;
    top: 0px;
    right: 0px;
}
.archivo:after{
     position: absolute;
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    border-color: transparent transparent #555555 #555555 ;
    border-style: solid;
    border-width: 3px;
    top: 0;
    right: 0;
}
.oferta_div .archivo:before{
    background: #ECECEC;
}
.oferta_div_datos a:nth-of-type(1):hover .archivo{
    background: #0066FF;
}
.oferta_div_datos a:nth-of-type(1):hover .archivo:after{
    border-color: transparent transparent #0066FF #0066FF ;
}
.oferta_div_datos a:nth-of-type(1):hover .archivo .cloud-left{
    z-index: 2;
    -webkit-transition: opacity 1s linear;
    -moz-transition: opacity 1s linear;
    transition: opacity 1s linear;
    opacity: 1;
}

.servicios{
    position: relative;
    width: 240px;
    height: 190px;
}
.servicios:hover{
    opacity: .5;
}
.servicios img{
    padding: 5px;
    border: 1px solid #CCCCCC;
    margin-bottom: 15px;
}

.productos{
    position: relative;
    max-width: 800px;
}
.producto_div{
    position: relative;
    max-width: 255px;
    width: 100%;
    margin-right: 10px;
}
.producto_div  > div{
    border-right: 1px solid #CCCCCC;
}
.producto_div > div:nth-of-type(1){
    position: relative;
    width: 100%;
    height: 210px;
}
.producto_div > div:nth-of-type(1) img{
    max-width: 248px;
    max-height: 210px;
}
.productos > div:not(.menu_productos,.search_products) > div{
    border-left: 1px solid #CCCCCC;
}
.producto_div > p{
    padding: 5px;
}

.menu_productos{
    position: relative;
    width: 100%;
    border: none;
    width: 
}
.menu_productos a:hover{
    color: #0000FF;
}
.menu_productos_02{
    position: relative;
    max-width: 400px;
    width: 100%;
}
.habilitar_mp{
    color: #0066FF;
    pointer-events: none;
}
.deshabilitar_mp{
    color: #CCCCCC;
    pointer-events: none;
}
.deshabilitar_mp img{
    opacity: 0.5;
}
.next_img{
    position: relative;
    display: block;
    content: '';
    width: 15px;
    height: 20px;
    background: url("../img/siguiente.png") center center no-repeat;
}
.next_img:hover{
    background: url("../img/siguienteb.png") center center no-repeat;
}
.prev_img{
    position: relative;
    display: block;
    content: '';
    width: 15px;
    height: 20px;
    background: url("../img/anterior.png") center center no-repeat;
}
.prev_img:hover{
    background: url("../img/anteriorb.png") center center no-repeat;
}

.footer{
    position: relative;
    width: 100%;
    min-height: 130px;
    background: -webkit-linear-gradient(#F0F0F0, #FFFFFF);
    background: -o-linear-gradient(#F0F0F0, #FFFFFF);
    background: linear-gradient(#F0F0F0, #FFFFFF); 
}

.footer > div > a:nth-of-type(1){
    margin-left: 5px;
}
.footer > div > div:nth-of-type(1) {
    margin-right: 10px;
}
.footer > div > .logo{
    position: relative;
    display: block;
    width: 200px;
    height: 75px;
    background: url("../img/logo.png") center center no-repeat;
}

.footer > div > div:nth-of-type(1){
    position: relative;
    max-width: 240px;
    min-height: 75px;
}
.footer > div > div:nth-of-type(1) > p{
    position: relative;
    padding: 2px 0px;
    font-size: 14px;
    color: #000 !important;
}
.datos_empresa{
    position: relative;
    max-width: 520px;
    height: 130px;
    width: 100%;
    padding: 10px 10px 20px 5px;
}

.footer .menu li{
   padding: 0px 7px;
}
.footer .menu li:not(:first-child){
    border-left: 1px solid #000000; 
}

.datos_empresa .social{
    position: relative;
    height: 32px;
    padding: 8px 75px 5px 0px;
}
.datos_empresa .social .fb , .datos_empresa .social .tw {
    position: absolute;
    display: block;
    background: url("../img/icons_social.png") no-repeat;
    width: 32px;
    height: 32px;
    opacity: 0.5;
}
.datos_empresa .social .fb:hover , .datos_empresa .social .tw:hover {
    opacity: 1;
}
.datos_empresa .social .fb {
    top: 0px;
    right: 0px;
    background-position: 0 0;
}
.datos_empresa .social .tw {
    top: 0px;
    right: 35px;
    background-position: 0 -32px;
}
.mensaje_superior{
    min-height: 35px;
    background: #173271;
}
.mensaje_superior > span{
    padding: 5px;
    text-align: center;
}

.mensaje_inferior{
    min-height: 35px;
    background: #0E4BBE;
    padding: 10px 5px;
}
.mensaje_inferior span:nth-of-type(2){
    padding: 0px 5px;
}
.menu_acordion label, .menu_acordion input{
    display: none;
}

.go_detail {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: none;
    background: url("../img/icon_search.png") #0099FF no-repeat scroll center center;
    background: url("../img/icon_search2.png") #0099FF no-repeat scroll center center;
}
.cloud-right{
    position: absolute;
    opacity: 0;
    width: 80px;
    height: 45px;
    top: 39px;
    right: 0px;
    padding: 5px;
    border: 1px solid #CCCCCC;
    background: #70AB01;
    z-index: -2;
}
.cloud-right::before{
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    border-color: transparent transparent #CCCCCC transparent;
    border-style: solid;
    border-width: 10px;
    top: -20px;
    right: 5px;
    color: #FFFFFF !important;
}
.cloud-right::after{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-color: transparent transparent #70AB01 transparent;
    /*border-color: transparent transparent #EFEFEF transparent;*/
    border-style: solid;
    border-width: 8px;
    top: -16px;
    right: 7px;
}

.cloud-left{
    position: absolute;
    opacity: 0;
    width: 80px;
    height: 45px;
    top: 35px;
    left: -10px;
    padding: 5px;
    border: 1px solid #CCCCCC;
    background: #0066FF;
    /*background: #EFEFEF;*/
    z-index: -2;
}
.cloud-left::before{
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    border-color: transparent transparent #CCCCCC transparent;
    border-style: solid;
    border-width: 10px;
    top: -20px;
    left: 5px;
}
.cloud-left::after{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-color: transparent transparent #0066FF transparent;
    border-style: solid;
    border-width: 8px;
    top: -16px;
    left: 7px;
}

.go_detail:hover {
    background-color: #75B201;
}
.go_detail:hover .cloud-right {
    z-index: 2;
    -webkit-transition: opacity 1s linear;
    -moz-transition: opacity 1s linear;
    transition: opacity 1s linear;
    opacity: 1;
}

/********************************
*   MENU DESPLEGABLE
********************************/

.menu_lateral > input,.menu_lateral > label{
    display: none;
}
.box-search{
    display: none;
}

.menu_lateral > div:first-child{
    width: 190px;
    /*height: 32px;*/
    background: #75B201;
    text-align: center;
    padding: 8px;
    border-width: 1px 1px 0px 1px;
    border-color: #CCCCCC;
    border-style: solid;
}
.menu_lateral .spoiler{
    width: 190px;
    border: 1px solid #CCCCCC;
}

.menu_lateral .promociones{
    max-width: 190px;
}
.menu_lateral .promociones .oferta_div {
    height: auto !important;
    width: 190px !important;
}
.menu_lateral .promociones .oferta_div > span img {
    max-height: 180px;
    max-width: 180px;
}
.menu_lateral .promociones .oferta_div > p {
    max-width: 180px;
}
.menu_lateral .promociones .oferta_div .oferta_div_datos p {
    max-width: 40px;
}
.menu_lateral ul{
    position: relative;
    list-style: none;
    width: 100%;
}
.menu_lateral ul li{
    position: relative;
    min-height: 25px;
}

.accordion ul li label:before{
    position: absolute;
    content: "";
    width: 12px;
    height: 2px;
    right: 10px;
    top: 50%;
    margin-top: -1px;
    background: #333333;
}
.accordion ul li label:after{
    position: absolute;
    content: "";
    width: 2px;
    height: 12px;
    right: 15px;
    top: 50%;
    margin-top: -6px;
    background: #333333;
}
.select_brands{
    /*background: -webkit-linear-gradient(#85CB01, #70AB01);
    background: -o-linear-gradient(#85CB01, #70AB01);
    background: linear-gradient(#85CB01, #70AB01);*/
    background: #0E4BBE;
    color: #FFFFFF;
}

.groups_brands{
    display: none;
    position: relative;
    background: #FFFFFF;
    width: 100%;
}
.groups_brands > a{
    position: relative;
    display: block;
    width: 100%;
    min-height: 25px;
    padding: 5px 25px 5px 12px;
}
.groups_brands > a:hover{
    color: #FFFFFF;
    background: -webkit-linear-gradient(#85CB01, #70AB01);
    background: -o-linear-gradient(#85CB01, #70AB01);
    background: linear-gradient(#85CB01, #70AB01);
}
.menu_lateral{
    position: relative;
    max-width:190px;
    margin-right: 10px;
}
.accordion {
    position: relative;
    width: 100%;
    max-height: 650px;
    overflow: auto;
}
.prodacor{
    max-height: 880px;
}
.accordion ul {
    list-style:none;
    margin:0;
    padding:0;    
}
.accordion li {
    margin:0;
    padding:0;
}
.accordion [type=radio], .accordion [type=checkbox] {
    display:none;
}
.accordion label {
    position: relative;
    display:block;
    min-height: 25px;
    font-size:13px;
    background:#EDEDED;
    color:#333333;
    cursor:pointer;
}
.accordion ul li label:hover,  
.accordion [type=checkbox]:checked ~ label {
    background:#0066FF;
    color:#FFFFFF;
}
.accordion ul li label:hover, 
.accordion [type=radio]:checked ~ label {
    background: -webkit-linear-gradient(#0099FF, #0081D7);
    background: -o-linear-gradient(#0099FF, #0081D7);
    background: linear-gradient(#0099FF, #0081D7);
    color:#FFFFFF;
}
.accordion .groups_brands {
    padding: 0px;
    height: auto;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    transition: all 0s ease;
}

.accordion ul li label:hover:before,
.accordion ul li label:hover:after,
.accordion [type=radio]:checked ~ label:before,
.accordion [type=checkbox]:checked ~ label:before{
    background: #FFFFFF;
}
.accordion ul li label:hover:before,
.accordion ul li label:hover:after
{
    background: #FFFFFF;
}
.accordion [type=radio]:checked ~ label:before,
.accordion [type=radio]:checked ~ label:after,
.accordion [type=checkbox]:checked ~ label:before,
.accordion [type=checkbox]:checked ~ label:after
{
    background: #FFFFFF;
}
.accordion [type=radio]:checked ~ label:after,
.accordion [type=checkbox]:checked ~ label:after
{
    background: #FFFFFF;
    opacity: 0;
}

/* Vertical */

.vertical ul {
    position: relative;
    width: 100%; 
}
.vertical ul li {
    position: relative;
    overflow:hidden;
    margin:0 0 0px;
    width: 100%;
    height: auto;   
}
.vertical ul li label {
    padding: 5px 30px 5px 12px;
    max-width: 190px;
    height: auto;
}
.vertical [type=radio]:checked ~ label, .vertical [type=checkbox]:checked ~ label {
    border-bottom:0;
}
.vertical ul li .groups_brands {
    height:0px;
    border-top:0;
}
.vertical [type=radio]:checked ~ label ~ .groups_brands, .vertical [type=checkbox]:checked ~ label ~ .groups_brands {
    height:auto;
    width: 100%;
    display: block;
    position: relative;
}

/******************************
* QUIENES SOMOS
******************************/

.quienes_somos.serv {
    max-width: 750px;
}
.quienes_somos > p{
    position: relative;
    max-width: 750px; 
}
.qs_lista{
    position: relative;
    max-width: 750px; 
    margin-top: 10px;
}
.qs_lista ul, .qs_lista ol {
    list-style: outside none none;
    margin-top: 15px;
}
.qs_lista ul li, .qs_lista ol li {
    line-height: 30px;
    padding-left: 30px;
    position: relative;
}
.qs_lista ul li::before, .qs_lista ol li::before {
    position: absolute;
    background: #0066FF;
    content: "";
    width: 15px;
    height: 4px;
    top: 12px;
    left: 6px;
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    transform: rotate(120deg);
    /*Solucción para navegadores WebKit/Blink*/
    -webkit-backface-visibility: hidden;
}
.qs_lista ul li::after, .qs_lista ol li::after {
    position: absolute;
    background: #0066FF;
    content: "";
    width: 8px;
    height: 4px;
    top: 15px;
    left: 4px;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg);
    /*Solucción para navegadores WebKit/Blink*/
    -webkit-backface-visibility: hidden;
}
.qs_eclipse{
    position: relative;
    max-width: 720px;
    min-height: 70px;
    width: 100%;
    height: 100%;
    background: #CCCCCC;
    border-radius: 15px;
    padding: 10px;
    line-height: 15px;
}
.quienes_somos > *{
    position: relative;
    max-width: 750px;
    width: 100%;
}
.promocion{
    position: relative;
    width: 240px;
    background: -webkit-linear-gradient(#F0F0F0, #FFFFFF);
    background: -o-linear-gradient(#F0F0F0, #FFFFFF);
    background: linear-gradient(#F0F0F0, #FFFFFF); 
    padding: 10px;
}
.promocion > p,.promocion > span > p,.promocion > img{
    max-width: 220px;
}

.qs_quote{
    position: relative;
    display: block;
    width: 115px;
    height: 30px;
    background: -webkit-linear-gradient(#0099FF, #0081D7);
    background: -o-linear-gradient(#0099FF, #0081D7);
    background: linear-gradient(#0099FF, #0081D7);
    padding: 8px 20px 8px 8px;
}
.qs_quote:hover{
    background: -webkit-linear-gradient(#85CB01, #70AB01);
    background: -o-linear-gradient(#85CB01, #70AB01);
    background: linear-gradient(#85CB01, #70AB01);
}

.file_quote{
    position: absolute;
    width: 15px;
    height: 19px;
    background: #FFFFFF;
    top: 5px;
    right: 5px; 
}
.file_quote:before{
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    background: -webkit-linear-gradient(#0099FF, #0081D7);
    background: -o-linear-gradient(#0099FF, #0081D7);
    background: linear-gradient(#0099FF, #0081D7);
    top: 0px;
    right: 0px;
}
.qs_quote:hover .file_quote:before{
    background: -webkit-linear-gradient(#85CB01, #70AB01);
    background: -o-linear-gradient(#85CB01, #70AB01);
    background: linear-gradient(#85CB01, #70AB01);
}
.file_quote:after{
     position: absolute;
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    border-color: transparent transparent #FFFFFF #FFFFFF ;
    border-style: solid;
    border-width: 3px;
    top: 0;
    right: 0;
}

.menu_pictur_div{
    position: relative;
    width: 240px;
    height: 230px;
    /*background: -webkit-radial-gradient(circle,#FFFFFF , #EFEFEF);
    background: -O-radial-gradient(circle,#FFFFFF , #EFEFEF);
    background: radial-gradient(circle,#FFFFFF , #EFEFEF);*/
}
.menu_pictur_div:hover{
    /*background: -webkit-radial-gradient(circle,#FFFFFF , #DEDEDE);
    background: -O-radial-gradient(circle,#FFFFFF , #DEDEDE);
    background: radial-gradient(circle,#FFFFFF , #DEDEDE);*/
}
.menu_pictur_div > a{
    position: relative;
    width: 100%;
    height: 100%;
}
.menu_pictur_div > a > img{
    max-width: 240px;
    max-height: 150px;
}

.menu_pictur_div_datos{
    position: relative;
    width: 100%;
    height: 40px;
    padding: 0px 30px 10px 10px;
}
.menu_pictur_div div{
    position: relative;
    max-width: 240px;
    width: 100%;
    max-height: 100px;
    height: 100%;
}
.menu_pictur_div div img{
    position: relative;
    max-width: 240px;
    max-height: 100px;
}

/******************************
* SERVICIOS
******************************/

.serv_list{
    position: relative;
    max-width: 750px; 
    margin-top: 10px;
}
.serv_list ul, .serv_list ol {
    list-style: outside none none;
}
.serv_list ul li, .serv_list ol li {
    line-height: 30px;
    padding-left: 30px;
    position: relative;
}
.serv_list ul li::before, .serv_list ol li::before {
    background: none repeat scroll 0 0 #0066FF;
    content: "";
    width: 15px;
    height: 4px;
    top: 12px;
    left: 6px;
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    transform: rotate(120deg);
    /*Solucción para navegadores WebKit/Blink*/
    -webkit-backface-visibility: hidden;
    position: absolute;
}
.serv_list ul li::after, .serv_list ol li::after {
    background: none repeat scroll 0 0 #0066FF;
    content: "";
    width: 8px;
    height: 4px;
    top: 15px;
    left: 4px;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg);
    /*Solucción para navegadores WebKit/Blink*/
    -webkit-backface-visibility: hidden;
    position: absolute;
}
.serv_list > div:nth-of-type(1){
    position: relative;
    max-width: 250px;
    width: 100%;
}
.serv_list > div:nth-of-type(2){
    position: relative;
    max-width: 500px;
    width: 100%;
}
.serv_list div:nth-of-type(2) ul li{
    position: relative;
    width: 50%;
    float: left;
}
.serv_coment{
    position: relative;
    max-width: 690px;
    width: 100%;
    background: -webkit-linear-gradient(#FFFFFF, #E4E4E4);
    background: -o-linear-gradient(#FFFFFF, #E4E4E4);
    background: linear-gradient(#FFFFFF, #E4E4E4);
}
.serv_coment > div{
    position: relative;
    max-width: 690px;
    width: 100%;
}
.serv_coment > div p{
    position: relative;
    max-width: 690px;
    width: 100%;
}

/******************************
* PRODUCTOS
******************************/

.banner-products{
    position: relative;
    width: 100%;
    min-height: 125px;
    padding: 5px 15px 5px 15px;
}
.banner-products .products-img img{
    position: relative;
}

.banner-products div:not(:first-child){
    margin-left: 10px;
}
.banner-products .qs_quote {
    padding: 5px 25px 5px 5px;
}
.promocion .qs_quote {
    padding: 5px 25px 5px 5px;
}
.search_products{
    position: relative;
    max-width: 780px;
    width: 100%;
    min-height: 45px;
    background: #E0E0E0;
    padding: 5px;
    margin: 0px 10px;
}
.search_products .search input[type="text"] {
    display: inline-block;
    width: 325px;
    height: 26px;
    padding: 0px 10px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
}
.search_products .search input[type="submit"] {
    display: inline-block;
    width: 28px;
    height: 28px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: none;
    margin-left: 10px;
    background: url("../img/icon_search.png") #0099FF no-repeat scroll center center;
}
.search_products .search input[type="submit"]:hover {
    background-color: #0E4BBE;
}
.order_product select{
    position: relative;
    width: 150px;
    height: 25px;
    padding: 5px;
    margin-left: 10px;
}

/******************************
* DETALLE DE PRODUCTO
******************************/

.product-detail{
    position: relative;
    max-width: 755px;
    width: 100%;
}
.product-detail > div{
    position: relative;
    width: 100%;
}
.product-detail > div p{
    position: relative;
    width: 100%;
}
.product-detail-img{
    position: relative;
    width: 280px;
    height: 240px;
    border: 1px solid #CCCCCC;
}
.product-detail-img img
{
    max-height: 240px;
    height: 100%;
}
.product-detail-desc{
    position: relative;
    min-height: 240px;
}
.product-detail-desc > a{
    position: relative;
    width: 150px;
    height: 30px;
    padding: 6px 5px 6px 30px;
    border: 1px solid #CCCCCC;
    background: -webkit-linear-gradient(#FFFFFF, #CCCCCC);
    background: -o-linear-gradient(#FFFFFF, #CCCCCC);
    background: linear-gradient(#FFFFFF, #CCCCCC);
}
.product-detail-desc .archivo{
    left: 8px;
}
.product-detail-desc .archivo::before {
    background: linear-gradient(#F5F5F5, #EDEDED);
}
.product-detail-desc > a:hover{
    color: #00CCFF;
}
.product-detail-desc > a:hover .archivo{
    background: #0066FF;
}
.product-detail-desc > a:hover .archivo::after{
    border-color: transparent transparent #0066FF #0066FF;
}

/* tabla */
.product_detail_table{
    position: relative;
}
.product_detail_table th,.product_detail_table td{
    position: relative;
    padding: 5px;
    text-align: left;
}

.product-detail .Row{
    display: table-row;
}
.product-detail .Cell{
    display: table-cell;
    padding: 5px 15px 5px 0px;
}
.pdsheet{
    position: relative;
    width: 100%;
}
.pdsheet ul, .pdsheet ol {
    list-style: outside none none;
    margin-top: 15px;
}
.pdsheet ul li, .pdsheet ol li {
    line-height: 30px;
    padding-left: 30px;
    position: relative;
}
.pdsheet ul li::before, .pdsheet ol li::before {
    position: absolute;
    background: #0066FF;
    content: "";
    width: 15px;
    height: 4px;
    top: 12px;
    left: 6px;
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    transform: rotate(120deg);
    /*Solucción para navegadores WebKit/Blink*/
    -webkit-backface-visibility: hidden;
}
.pdsheet ul li::after, .pdsheet ol li::after {
    position: absolute;
    background: #0066FF;
    content: "";
    width: 8px;
    height: 4px;
    top: 15px;
    left: 4px;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg);
    /*Solucción para navegadores WebKit/Blink*/
    -webkit-backface-visibility: hidden;
}

/******************************
* COBERTURA
******************************/

.cobertura{
    position: relative;
    width: 100%;
    height: 800px;
}
.cobertura > div{
   /* position: relative;
    max-width: 980px;
    max-height: 421px;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(#0099FF, #0052DC);
    background: -o-linear-gradient(#0099FF, #0052DC);
    background: linear-gradient(#0099FF, #0052DC);
    padding: 10px;*/
}
.cobertura > div > a{
    position: relative;
    width: 100%;
}
.cobertura > div > a > span{
    position: relative;
    max-width: 500px;
    max-height: 400px;
    width: 100%;
    height: 100%;
}
.cobertura > div > a > span > img{
    position: relative;
    max-width: 500px;
    max-height: 400px;
    width: 100%;
    height: 100%;
}
.cobertura > div > a > div{
    position: relative;
    margin-left: 20px;
    max-width: 50%;
    width: 100%;
    height: 100%;
}
.cobertura > div > a > div img{
    position: relative;
    max-width: 263px;
    max-height: 155px;
    width: 100%;
    height: 100%;
}
.cobertura > div > a > div > div:first-child{
    position: relative;
    width: 100%;
}
.cobertura > div > a > div > div > p{
    position: relative;
    width: 100%;
} 
.cobertura > div > a > div > div > div{
    position: relative;
    width: 100%;
}
.cobertura > div > a > div > div > div > p{
    position: relative;
    width: 100%;
}

/******************************
* DETALLE COBERTURA
******************************/

.detalle_cobertura{
    position: relative;
    width: 100%;
}
.detalle_cobertura .map{
    position: relative;
    max-width: 730px;
    width: 100%;
}
.detalle_cobertura .map p{
    position: relative;
    max-width: 730px;
    width: 100%;
}
.states-cobertura{
    position: relative;
    max-width: 240px;
    width: 100%;
    background: #F3F3F3;
    padding: 15px;
}
.states-cobertura ul, .states-cobertura ol {
    list-style: outside none none;
}
.states-cobertura ul li, .states-cobertura ol li {
    line-height: 24px;
    padding-left: 30px;
    position: relative;
}

.states-cobertura ul li::before, .states-cobertura ol li::before {
    background: #0066FF;
    content: "";
    width: 15px;
    height: 4px;
    left: 6px;
    position: absolute;
    top: 9px;
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    transform: rotate(120deg);
    /*Solucción para navegadores WebKit/Blink*/
    -webkit-backface-visibility: hidden;
}
.states-cobertura ul li::after, .states-cobertura ol li::after {
    background: #0066FF;
    content: "";
    width: 8px;
    height: 4px;
    left: 4px;
    position: absolute;
    top: 12px;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg);
    /*Solucción para navegadores WebKit/Blink*/
    -webkit-backface-visibility: hidden;
}

/******************************
* REFURBISH
******************************/

.refurbish{
    position: relative;
    width: 100%;
}
.refurbish .refurbish_div{
    position: relative;
    width: 240px;
    height: 260px;
    padding: 10px;
    background: #F5F5F5;
    border: 1px solid #CCCCCC;
}
.refurbish .refurbish_div > div:first-of-type{
    position: relative;
    width: 200px;
    height: 200px;
}
.refurbish .refurbish_div > div:first-of-type img{
    position: relative;
    max-width: 200px;
    max-height: 200px;
}

.refurbish_div > a:nth-of-type(1){
    position: absolute;
    width: 40px;
    height: 30px;
    top: 5px;
    left: 5px;
    z-index: 11;
    border: 1px solid #CCCCCC;
}
.refurbish_div > a:nth-of-type(2){
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 11;
}
.refurbish_div .archivo::before {
    background: #F5F5F5;
}
.refurbish_div a:nth-of-type(1):hover .archivo{
    background: #0066FF;
}
.refurbish_div a:nth-of-type(1):hover .archivo:after{
    border-color: transparent transparent #0066FF #0066FF ;
}
.refurbish_div a:nth-of-type(1):hover .archivo .cloud-left{
    z-index: 2;
    -webkit-transition: opacity 1s linear;
    -moz-transition: opacity 1s linear;
    transition: opacity 1s linear;
    opacity: 1;
}



/******************************
* CLIENTE
******************************/

.customer{
    position: relative;
    width: 100%;
}
.main_customer{
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.main_customer div:nth-of-type(1){
    position: relative;
    max-width: 555px;
    max-height: 215px;
    width: 100%;
    border: 1px solid #CCCCCC;
    padding: 30px 5px; 
    margin-right: 10px;
}
.main_customer div:nth-of-type(1) img{
    position: relative;
    max-width: 555px;
    max-height: 215px;
    width: 100%;
}
.main_customer div:nth-of-type(2){
    position: relative;
    max-width: 410px;
    width: 100%;
}
.main_customer div:nth-of-type(2) p{
    position: relative;
    width: 100%;
}
.main_customer div:nth-of-type(2) p:first-child{
    line-height: 20px; 
}
.custumers_div{
    position: relative;
    width: 100%;
}

.custumers{
    position: relative;
    width: 230px;
    height: 200px;
    background: #FFFFFF;
    border: 1px solid #B0B0B0;
}
.custumers:hover{
    background: #A6DBFF;
}
.custumers a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.custumers{
    position: relative;
    max-width: 230px;
    max-height: 200px;
}

.custumer_case{
    position: relative;
    width: 100%;
}
.custumer_case > div{
    position: relative;
    max-width: 490px;
    min-height: 180px;
    width: 100%;
    padding: 10px;
    border: 1px solid #CCCCCC;
    background: -webkit-linear-gradient(left, #EEEEEE, #FFFFFF, #EEEEEE);
    background: -mox-linear-gradient(right, #EEEEEE, #FFFFFF, #EEEEEE);
    background: -o-linear-gradient(left, #EEEEEE, #FFFFFF, #EEEEEE);
    background: linear-gradient(to right, #EEEEEE, #FFFFFF, #EEEEEE);
}
.custumer_case > div > div{
    position: relative;
    width: 50%;
}
.custumer_case > div > p{
    position: relative;
    width: 100%;
}
.custumer_case > div > div > img{
    position: relative;
    max-width: 240px;
    max-height: 170px;
    width: 100%;
}

.see_more{
    position: relative;
    display: block;
    width: 110px;
    height: 30px;
    padding: 5px;
    background: -webkit-linear-gradient(#0099FF, #0081D7);
    background: -o-linear-gradient(#0099FF, #0081D7);
    background: linear-gradient(#0099FF, #0081D7);
}
.see_more:hover{
    background: -webkit-linear-gradient(#85CB01, #70AB01);
    background: -o-linear-gradient(#85CB01, #70AB01);
    background: linear-gradient(#85CB01, #70AB01);
}
.custumers_banner{
    padding: 20px 38px;
    background: -webkit-linear-gradient(left, #003466, #0062C5, #003466);
    background: -o-linear-gradient(left, #003466, #0062C5, #003466);
    background: linear-gradient(to right, #003466, #0062C5, #003466);
}
.custumers_banner > p:first-of-type{
    padding: 5px;
    background: -webkit-linear-gradient(left, #830101, #EE3B41, #830101);
    background: -o-linear-gradient(left, #830101, #EE3B41, #830101);
    background: linear-gradient(to right, #830101, #EE3B41, #830101);
}

/******************************
* CONTACTO
******************************/

.contact{
    position: relative;
    width: 100%;
}
.contact > div{
    position: relative;
    width: 248px;
    min-height: 260px;
    padding: 5px;
    border-right: 1px solid #CCCCCC;
}
.contact > div:first-of-type{
    border-left: 1px solid #CCCCCC;
}
.contact > div p{
    position: relative;
    width: 248px;
    padding: 5px;
}
.form_contact{
    position: relative;
    width: 100%;
}
.form_contact input{
    position: relative;
    width: 200px;
    height: 26px;
    margin-bottom: 10px;
    background: #C1E0FF;
    border: 1px solid #2B95FF;
    padding: 5px 8px;
    color: #000;
}

.radius {
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
}

.form_contact textarea{
    position: relative;
    width: 200px;
    color: #000;
    height: 60px;
    margin-bottom: 10px;
    resize:none;
    padding: 4px;
    background: #C1E0FF;
    border: 1px solid #2B95FF;
}

.send_message{
    position: relative;
    width: 200px;
    max-height: 30px;
    min-height: 30px;
    border: none!important;
    color: #FFFFFF!important;
    font-size: 14px!important;
    /*background: #85CB01 !important;*/
    background: -webkit-linear-gradient(#85CB01, #70AB01)!important;
    background: -o-linear-gradient(#85CB01, #70AB01) !important;
    background: linear-gradient(#85CB01, #70AB01)!important;
}

.send_message:hover{
    background: -webkit-linear-gradient(#0099FF, #0081D7);
    background: -o-linear-gradient(#0099FF, #0081D7);
    background: linear-gradient(#0099FF, #0081D7);
}

.map_address{
    position: relative;
    width: 220px;
    height: 135px;
}

.error{
    background-color: #BC1010;
    border-radius: 4px 4px 4px 4px;
    color: white;
    top: -3px;
    padding: 6px 12px;
    position: relative;
    font-size: 13px;
}
.error:before{
    border-color: transparent transparent #BC1010 transparent;
    border-style: solid;
    border-width: 6px 8px;
    content: "";
    display: block;
    height: 0;
    left: 12px;
    position: absolute;
    top: -12px;
    width: 0;
}
.result_fail{
    background: none repeat scroll 0 0 #BC1010;
    border-radius: 20px 20px 20px 20px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 10px 20px;
    text-align: center;  
}
.result_ok{
    background: none repeat scroll 0 0 #1EA700;
    border-radius: 20px 20px 20px 20px;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 10px 20px;
    text-align: center; 
}

/******************************
* AVISO DE PRIVACIDAD
******************************/

.aviso_priva{
    position: relative;
    max-width: 755px;
    width: 100%;
}
.aviso_priva img{
    position: relative;
    width: 100%;
}

.slider_main{
    position: relative;
    /*max-width: 755px;
    width: 100%;*/
    width: 100%;
  height: auto;
}


/******************************
* COTIZACION
******************************/

.quote_product{
    position: relative;
    width: 100%;
}
.quote_product div:first-of-type{
    position: relative;
    width: 100%;
}
.quote_product div:first-of-type p{
    position: relative;
    display: inline-block;
}
.quote_product div:first-of-type p:nth-of-type(2){
    position: relative;
    max-width: 60px;
    width: 100%;
}
.quote_product_menu{
    position: relative;
    width: 100%;
    height: 45px;
    border: 1px solid #D3D3D3;
    background: #F0F0F0;
    padding: 0px 5px 0px 35px;
}
.quote_product_menu .qpdimg{
    position: relative;
    max-width: 80px;
    width: 100%;
}
.quote_product_menu .qpdprod{
    position: relative;
    max-width: 540px;
    width: 100%;
}
.quote_product_menu .qpdcant{
    position: relative;
    max-width: 60px;
    width: 100%;
}
.quote_product_menu .qpdprec{
    position: relative;
    max-width: 120px;
    width: 100%;
}
.quote_product_menu .qpdimp{
    position: relative;
    max-width: 120px;
    width: 100%;
}
.quote_product_menu .qpdborrar{
    position: relative;
    max-width: 50px;
    width: 100%;
}

.quote_products{
    position: relative;
    width: 100%;
    min-height: 45px;
    border-color: #D3D3D3;
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    background: #FFFFFF;
    padding: 0px 5px 0px 35px;
}
.quote_products .qpdimg{
    position: relative;
    max-width: 80px;
    width: 100%;
    padding-right: 10px;
}
.quote_products .qpdprod{
    position: relative;
    max-width: 540px;
    width: 100%;
    padding-right: 10px;
}
.quote_products .qpdcant{
    position: relative;
    max-width: 60px;
    width: 100%;
    padding-right: 5px;
}
.quote_products .qpdprec{
    position: relative;
    max-width: 120px;
    width: 100%;
    padding-right: 5px;
}
.quote_products .qpdimp){
    position: relative;
    max-width: 120px;
    width: 100%;
    padding-right: 5px;
}
.quote_products .qpdborrar{
    position: relative;
    max-width: 50px;
    height: 20px;
    width: 100%;
}
.quote_products img{
    position: relative;
    max-width: 70px;
    max-height: 43px;
}
.delete{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.delete::before {
    position: absolute;
    background: #FF0000;
    content: "";
    width: 15px;
    height: 4px;
    top: 7px;
    left: 15px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    /*Solucción para navegadores WebKit/Blink*/
    -webkit-backface-visibility: hidden;
}
.delete::after{
    position: absolute;
    background: #FF0000;
    content: "";
    width: 15px;
    height: 4px;
    top: 7px;
    left: 15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    /*Solucción para navegadores WebKit/Blink*/
    -webkit-backface-visibility: hidden;
}
.delete:hover::before , .delete:hover::after{
    background: #FF9900;
}
.menu_quote{
    position: relative;
    width: 100%;
}
.menu_quote > a{
    position: relative;
    width: 150px;
    height: 30px;
    display: block;
    padding: 7px;
    background: #0E4BBE;
}
.menu_quote > a:hover{
    background: #75B201;
}
.menu_quote span{
    position: relative;
    max-width: 450px;
    width: 100%; 
}
.menu_quote span input,
.menu_quote span label{
    display: none;
}
.menu_quote span input{
    position: relative;
    width: 20px;
    height: 20px;
}

.menu_flags > a:nth-of-type(1){
    position: relative;
}
.menu_flags > a:nth-of-type(1):hover{
    color: #0E4BBE;
}

.set_emails{
    position: relative;
    width: 100%;
}
.set_email{
    position: relative;
    width: 100%;
}
.set_email_div{
    position: relative;
    width: 100%;
    border: 1px solid #D3D3D3;
    background: #F0F0F0;
    padding: 30px 10px;
}
.set_email_div .distable{
    position: relative;
    display: table;
    max-width: 440px;
    width: 100%;
}
.set_email_div .Row{
    position: relative;
    display: table-row-group;
    max-width: 440px;
    width: 100%;
}
.set_email_div .Cell{
    position: relative;
    display: table-cell;
}
.set_email_div > div {
    position: relative;
    width: 100%;
}
.set_email_div > div > div {
    position: relative;
    max-width: 440px;
}

.set_email_div > div > div label {
    position: relative;
    width: 120px;
    height: 25px;
    padding: 5px 15px 5px 0px;
    vertical-align: top;
}
.set_email_div > div > div input {
    position: relative;
    max-width: 320px;
    width: 100%;
    height: 25px;
    margin-bottom: 20px;
    color: #000000;
    padding: 5px 10px;
}
.set_emails > div:nth-of-type(1) > p{
    width: 150px;
}

.comments{
    position: relative;
    width: 100%;
}
.comments label{
    position: relative;
    width: 100px;
    height: 25px;
    padding: 5px 10px;
}
.comments textarea {
    position: relative;
    max-width: 815px;
    width: 100%;
    height: 100px;
    resize: none !important;
    margin-right: 10px;
    padding: 7px;
    color: #000000;
}

.menu_quote input{
    position: relative;
    width: 200px;
    height: 30px;
    border: none;
    background: #0E4BBE;
}
.menu_quote input:hover{
    background: #77B601;
}
.return_index{
    position: relative;
    display: block;
    width: 200px;
    height: 30px;
    padding: 7px;
    background: #0C4BBE;
}
.return_index:hover{
    background: #77B601;
}
.customernew{
    position: relative;
    width: 100%;
    min-height: 65px;
    padding: 10px;
    border: 1px solid #D3D3D3;
    background: #F1F1F1;
    padding: 10px;
}
.install{
    position: relative;
    width: 100%;
    height: 65px;
    padding: 10px;
    border: 1px solid #D3D3D3;
    background: #F1F1F1;
}
.customernum{
    position: relative;
    max-width: 630px;
    width: 100%;
    min-height: 25px;
    padding: 10px 0px;
}
.customernum input{
    position: relative;
    width: 180px;
    height: 25px;
    color: #000000;
}
.customernew label{
    padding: 10px 0px;
} 
.customernew input{
    padding: 0px 5px;
} 
.customernew [type=radio]:checked:nth-of-type(1) ~ .customernum{
    display: none;
}

.mapa-cobertura{
    width: 100%;
    background: transparent !important;
}

.mapa-texto{
    width: 720px;
    font-family: arial;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    float: left;
}

.mapa-img{
    width: 720px;
    float: left;
}

.img-mapa {
    max-width: 100%;
    height: auto;
}

.cobertura-ciudades-div {
    width: 240px;
    color: #000;
    text-align: center;
    background: #F3F3F3;
    float: left;
    text-align: left;
}

.cobertura-ciudades-div p{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 20px;
}

.cobertura-ciudades-div ul{
    list-style: none;
    margin-left: 20px;
}

.cobertura-ciudades-div ul li{
    margin-bottom: 10px;
}

.img-ul-cobert { margin-right: 10px; }

/*Modal Productos*/

#vtproducto {
   background: rgba(0, 0, 0, 0.9);
  color: #fff;
  position: fixed;
  top: -4500px;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 100;
  transition: all .5s;
}
 
#vtproducto:target {
   top: 0;
}

/*---------------------------Modal-----------------*/
#sesion {
   background: rgba(0, 0, 0, 0.9);
  color: #fff;
  position: fixed;
  top: -4500px;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 100;
  transition: all .5s;
}
 
#sesion:target {
   top: 0;
}
.sesion-contenedor {
   position: relative;
   margin:7% auto;
   padding:30px 50px;
   background-color: #fafafa;
   color:#333;
   border-radius: 3px;
   width:40%;
}
a.sesion-cerrar {
   position: absolute;
  top: 1em;
  right: 1em;
  z-index: 100;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  background: tomato;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  transition: all .5s;
}

.inicio-se span{
    font-size: 14px;
}

.inicio-se input {
    width: 160px;
    height: 25px;
}

.btn-inicio-se {
    
    height: 30px;
    text-align: center;
    color: #FFF;
    background: -webkit-linear-gradient(#0099FF, #0081D7);
    background: -o-linear-gradient(#0099FF, #0081D7);
    background: linear-gradient(#0099FF, #0081D7);
    padding: 8px;
}
.btn-inicio-se:hover
{
    background: -webkit-linear-gradient(#85CB01, #70AB01);
    background: -o-linear-gradient(#85CB01, #70AB01);
    background: linear-gradient(#85CB01, #70AB01);
}

#mensaje-ses {
    text-align: center;
    color: #000;
    text-align: center;
    font-size: 14px;
}
/*---------------------------Modal-----------------*/

@media only screen and (max-width : 1025px) {
    .slider{
        margin-bottom: 20px;
    }
    .contact_header + .promociones{
        display: none;
    }
    .custumers_banner{
        padding: 20px 28px;
    }
}
@media only screen and (max-width : 900px) {
    .header .socials .home_quote span:nth-of-type(1){
        display: none;
    }
    .header .socials .home_quote{
        width: 32px;
        height: 32px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: none;
    }
    .header .socials .home_quote .archivo_css {
        right: 8px;
        top: 6px;
    }

    /*****************************
    * FOOTER
    *****************************/

    .footer > div > .logo {
        width: 135px;
        height: 79px;
    }
    .datos_empresa{
        max-width: 350px;
        padding: 5px 0px 5px 0px;
        text-align: center;
    }
    .datos_empresa .fs16{
        font-size: 14px;
    }
}
@media only screen and (max-width : 800px) {
    .header .socials > a{
        padding-top: 5px;
    }
    .header .socials{
        padding-top: 20px;
        margin: 0px 10px 0px 0px;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .custumers_banner{
        padding: 15px 20px;
    }
    .custumers_banner .fs22{
        font-size: 18px;
    }
    .custumers_banner .fs27{
        font-size: 22px;
    }
    .custumers_banner .fs34{
        font-size: 28px;
    }
}
@media only screen and (max-width : 710px) {
    .mensaje_superior{
        min-height: 50px;
    }
    .mensaje_superior p > span{
        display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;      /* TWEENER - IE 10 */
        display: -webkit-flex;     /* NEW - Chrome */
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .mensaje_superior span span:nth-of-type(1),
    .mensaje_superior span span:nth-of-type(2){
        font-size: 16px !important;
        padding: 0px;
    }
    .mensaje_superior span > span:nth-of-type(1){
        font-size: 12px !important;
    }

    /********************************
    *   BUSQUEDA OCULTA
    ********************************/
    
    .header .main{
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    .header > div{
        -webkit-justify-content: space-around;
        justify-content: space-around;
    }

    .socials{
        position: relative;
        width: 185px;
        -webkit-align-items: flex-end;
        align-items: flex-end;
    }
    .socials > a{
        margin: 5px 33px 5px 5px;
    }
    .header .socials label {
        display: block;
        height: 32px;
    }
    .header-cont{
        position: relative;
        display: block;
    }
    .header-cont > div{
        position: relative;
        display: block;
    }
    .header-cont > div > form{
        position: relative;
        display: none;
    }
    .search_div{
        display: inline-block;
    }
    .search_div input{
        display: none;
    }
    .search_div label{
        display:block;
        top: 20px;
        left: 7px;
        cursor:pointer;
        width: 32px;
        height: 32px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: none;
        background: url("../img/icon_search.png") #0E4BBE no-repeat scroll center center;
        position: absolute;
    }
    .search_div input + label {
        display: block;
        margin: 0 auto;
        cursor: pointer;
    }
    .search_div input:checked + label {
    }
    .search_div input + label + .spoiler {
        width: 0px;
        height: 0px;
        overflow: hidden;
        opacity: 0;
        margin: 10px auto 0;
        position: absolute;
    }
    .search_div input:checked + label + .spoiler{
        display: inline-block;
        position: relative;
        margin-top: 10px;
        margin-bottom: 5px;
        width: 100%;
        height: auto;
        opacity: 1;
    }
    .header .search input[type="text"] {
        width: 250px;
    }
    .header .logo {
        width: 97px;
        height: 34px;
    }

    .header .socials {
        margin-left: 0px;
    }
    .header .socials > a{
        margin-left: 0px;
    }
    .header .socials > div > *{
        margin-left: 0px;
    }

    .header .socials .fb, .header .socials .tw {
        height: 27px;
        width: 27px;
        margin-left: 10px;
    }
    .header .socials .fb {
        background-position: 0px 0px;
    }
    .header .socials .tw {
        background-position: 0px -27px;
    }

    .log {
        width: 27px;
        height: 27px;
        margin-left: 10px !important;
    }

    .nodisplay { display: none !important; }

    .header .socials label {
        display: block;
        height: 27px;
        width: 27px;
    }
    .header .socials .home_quote {
        height: 27px;
        width: 27px;
    }
    .archivo_css {
        height: 16px;
        right: 5px;
        top: 5px;
        width: 13px;
    }
    .header .socials .home_quote .archivo_css {
        right: 7px;
        top: 5px;
    }

    /********************************
    *   MENU ARCORDION
    ********************************/

    .menu_acordion{
        display: inline-block;
    }
    .menu_acordion input{
        display: none;
    }
    .menu_acordion label{
        display:block;
        cursor:pointer;
        width: 100%;
        height: 25px;
        position: relative;
        padding: 5px 0px;
    }
    .menu_acordion input + label {
        display: block;
        margin: 0 auto;
        cursor: pointer;
    }
    .menu_acordion input:checked + label {
    }
    .menu_acordion input + label + .spoiler {
        height: 0px;
        overflow: hidden;
        opacity: 0;
        margin: 10px auto 0;
        position: absolute;
    }
    .menu_acordion input:checked + label + .spoiler{
        display: inline-block;
        position: relative;
        margin-top: 40px;
        margin-bottom: 20px;
        width: 100%;
        height: auto;
        opacity: 1;
        -webkit-transition: opacity 2s ease;
        -moz-transition: opacity 2s ease;
        transition: opacity 2s ease;
    }

    .menu_acordion .menu{
        width: 100%;
    }
    .menu_acordion .menu ul{
        height: auto;
    }
    .menu_acordion .menu li{
        display: table-header-group;
    }
    .menu_acordion .menu li a{
        min-height: 25px;
        width: 100%;
    }
    .menu_acordion input:checked + label + .spoiler {
        margin-bottom: 0px;
        margin-top: 0px;
        position: absolute;
        background: #0E4BBE;
        z-index: 12;
    }

    /******************************
    * PRODUCTOS
    ******************************/

    .banner-products div:not(:first-child) {
        margin-left: 0px;
    }
    .banner-products{
        -webkit-flex-direction: column;
        flex-direction: column;
        text-align: right;
        padding: 15px;
    }
    .banner-products > div:first-child{
        position: relative;
        width: 100%;
        margin-bottom: 20px; 
    }
    .banner-products div:nth-of-type(2){
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        align-items: center;
        width: 100%;
    }
    .banner-products div:nth-of-type(2) .marginb20 {
        margin-bottom: 0px;
    }
    .banner-products > div > div > img{
        width: 105px;
        height: 60px;
    }
    .banner-products .fs27{
        font-size: 13px;
    }
    .banner-products .fs12{
        font-size: 10px;
    }
    .banner-products p span{
        font-size: 10px !important;
    }
    .banner-products > div > img{
        width: 98px;
        height: 14px;
    }
    .banner-products .qs_quote{
        width: 115px;
        height: 30px;
        padding: 4px 20px 4px 8px;
    }
    .banner-products .file_quote{
        width: 13px;
        height: 19px;
        top: 5px;
        right: 5px; 
    }
    .banner-products .file_quote:before{
        width: 7px;
        height: 7px;
        top: 0px;
        right: 0px;
    }
    .banner-products .file_quote:after{
        border-width: 3px;
        top: 0;
        right: 0;
    }
    .box_cel{
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .search_products{
        position: relative;
    }
    .productos {
        position: relative;
        max-width: 320px;
    }
    .menu_productos {
        max-width: 320px;
    }
    .search_products .search input[type="text"] {
        max-width: 250px;
    }

    /******************************
    * COBERTURA
    ******************************/

    .cobertura > div .fs20{
        font-size: 15px;
    }
    .cobertura > div .fs25{
        font-size: 20px;
    }
    .cobertura > div > a > div img{
        max-width: 102px;
        max-height: 60px;
    }

    /*****************************
    * FOOTER
    *****************************/

    .footer{
        min-height: 210px;
        border: 1px solid #CCCCCC;
    }
    .footer > div {
        position: relative;
        height: 100%;
    }
    .footer > div > .logo {
        width: 100px;
        height: 36px;
    }
    .footer > div > div:first-of-type {
        min-height: 0px;
        font-size: 11px;
        text-align: right;
        padding-top: 2px;
    }
    .footer > div > div:first-of-type p{
        padding: 1px 0px;
    }
    .datos_empresa{
        max-width: 710px;
        padding: 5px 0px 5px 0px;
    }
    .datos_empresa > div{
        position: relative;
        width: 100%;
        text-align: center;
        border-top: 1px solid #CCCCCC;
        padding: 10px;
    }
    .datos_empresa > ul{
        width: 100%;
        padding: 5px 10px !important;
        border-top: 1px solid #CCCCCC;
    }
    .datos_empresa .fs16{
        font-size: 12px;
        text-align: center;
    }
    .datos_empresa .social {
        min-height: 37px;
        padding: 5px 105px 5px 0;
    }
    .datos_empresa .social .fb , .datos_empresa .social .tw {
        width: 27px;
        height: 27px;
    }
    .datos_empresa .social .fb {
        right: 35px;
        top: 4px;
    }
    .datos_empresa .social .tw {
        right: 70px;
        top: 4px;
        background-position: 0 -27px;
    }   
}
@media only screen and (max-width : 600px) {
    .custumers_banner .fs22{
        font-size: 16px;
    }
    .custumers_banner .fs27{
        font-size: 18px;
    }
    .custumers_banner .fs34{
        font-size: 20px;
    }
}
@media only screen and (max-width : 550px) {

    /********************************
    *   MENSAJE SUPERIOR
    ********************************/

    .mensaje_superior span span:nth-of-type(1){
        font-size: 12px !important;
    }
    .mensaje_superior span span:nth-of-type(2){
        font-size: 12px !important;
        padding: 0px;
    }
    .mensaje_superior span > span:nth-of-type(1){
        font-size: 10px !important;
    }

    /********************************
    *   MENU PRODUCTOS
    ********************************/
    
    .products{
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: stretch;
        align-items: stretch;
    }
    .producto_div > div{
        border: none;
    }
    .datos_empresa .menu .fs12{
        font-size: 11px;
    }

    /********************************
    *   MENU DESPLEGABLE
    ********************************/

    .menu_lateral .promociones{
        display: none;
    }
    .groups_brands > a{
        max-width: 550px;
        width: 100%;
    }
    .menu_lateral{
        max-width: 550px;
        width: 100%;
    }
    .vertical ul li label {
        max-width: 550px;
    }
    .accordion {
        max-width: 550px;
        width: 100%;
        height: 250px;
    }

    .box-search-form{
        position: relative;
        width: 100%;
    }
    .box-search-form input[type="text"]{
        position: relative;
        max-width: 260px;
        width: 100%;
        height: 26px;
        padding: 0px 10px;
    }
    .box-search-form input[type="submit"]{
        position: relative;
        display:block;
        top: 0px;
        right: 0px;
        cursor:pointer;
        width: 28px;
        height: 28px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: none;
        background: url("../img/icon_search.png") #0099FF no-repeat scroll center center;/
        z-index: 4;
    }
    .box-search-form input[type="submit"]:hover{
        background-color: #0E4BBE;
    }
    .box-btn-search{
        position: absolute;
        top: 0px;
        right: 0px;
        width: 40px;
        height: 35px;
        border: 1px solid #CCCCCC;
        background: #B3B3B3;
        z-index: 2;
    }

    .menu_lateral > div:first-child {
        display: none;
    }
    .menu_lateral .spoiler {
        border-bottom: 1px solid #CCCCCC;
        border-left: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
    }
    .menu_lateral > input, .menu_lateral > label {
        display: none;
    }
    .menu_lateral > .menu_late{
        position: relative;
        width: 100%;
        height: 35px;
        background: #838383;
        border: 1px solid #CCCCCC;
        cursor: pointer;
        display: block;
        padding: 8px 0;     
    }
    .menu_lateral #menu_late:checked + .menu_late {
        /*background-color: red;*/
    }

    .menu_lateral #menu_late + .menu_late {
        margin: 0 auto;
        cursor: pointer;
    }
    
    .menu_lateral #menu_late ~ .menu_late ~ .spoiler {
        position: absolute;
        height: 0px;
        opacity: 0;
        overflow: hidden;
    }
    .menu_lateral #menu_late:checked ~ .menu_late ~ .spoiler {
        position: absolute;
        background: #EFEFEF;
        height: auto;
        opacity: 1;
        width: 100%;
        z-index: 12;
    }

    .menu_lateral > .search_product{
        position: absolute;
        display:block;
        top: 4px;
        right: 6px;
        cursor:pointer;
        width: 28px;
        height: 28px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: none;
        background: url("../img/icon_search.png") #0099FF no-repeat scroll center center;
        z-index: 3;
    }
    .menu_lateral > .search_product:hover{
        background-color: #0E4BBE;
    }
    .menu_lateral #search_product:checked + .search_product {
        background-color: red;
    }
    .menu_lateral #search_product + .search_product {
        margin: 0 auto;
        cursor: pointer;
    }
    .box-search{
        display: none;
        border-right: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
        border-left: 1px solid #CCCCCC;
        background: #EFEFEF;
        padding: 10px;
    }
    .menu_lateral #search_product ~ .search_product ~ .box-search{
        height: 0px;
        overflow: hidden;
        opacity: 0;
        position: absolute;
    }
    .menu_lateral #search_product:checked ~ .search_product ~ .box-search{
        position: relative;
        display: block;
        width: 100%;
        min-height: 85px;
        z-index: 12;
        opacity: 1;
        border-top: none;
    }

    /******************************
    * QUIENES SOMOS
    ******************************/

    .quienes_somos{
        border-bottom: 1px solid #CCCCCC;
        margin-bottom: 20px; 
    }
    .quienes_somos .fs12{
        font-size: 11px;
    }
    .quienes_somos .fs14{
        font-size: 11px;
    }
    .quienes_somos .fs20{
        font-size: 13px;
    }

    .qs_lista ul li, .qs_lista ol li {
        line-height: 15px;
        padding-bottom: 10px;
        padding-left: 30px;
        position: relative;
    }
    .qs_lista ul li::before, .qs_lista ol li::before {
        top: 6px;
    }
    .qs_lista ul li::after, .qs_lista ol li::after {
        top: 9px;
    }
    .menu_pictur_div{
        margin: 15px 10px 0px 10px;
    }
    .menu_pictur_div span{
        position: relative;
        width: 100%;
        height: 100%;
    }

    /******************************
    * SERVICIOS
    ******************************/

    .serv_list div ul li{
        margin-top: 15px;
        width: 100%;
    }
    .serv_list div:nth-of-type(2) ul li{
        margin-top: 15px;
        float: none;
        width: 100%;
    }
    .serv_list ul li, .serv_list ol li {
        line-height: 15px;
    }
    .serv_list ul li::before, .serv_list ol li::before {
        top: 6px;
    }
    .serv_list ul li::after, .serv_list ol li::after {
        top: 9px;
    }

    .search_products{
        display: none;
    }
    .promocion{
        display: none;
    }
    
    /******************************
    * PRODUCTOS
    ******************************/

    .prod .fs20{
        font-size: 13px;
    }

    .banner-products .qs_quote {
        width: 71px;
        height: 19px;
        padding: 2px 20px 4px 2px;
        font-size: 12px;
    }
    .banner-products .qs_quote .fs16 {
        font-size: 12px;
    }
    .file_quote{
        width: 10px !important;
        height: 14px !important;
        top: 2px !important;
        right: 2px !important; 
    }
    .file_quote:before{
        width: 5px !important;
        height: 5px !important;
        top: 0px !important;
        right: 0px !important;
    }
    .file_quote:after{
        border-width: 2px !important;
        top: 0 !important;
        right: 0 !important;
    }

    /******************************
    * COBERTURA
    ******************************/

    .cobertura{
        position: relative;
        width: 100%;
    }
    .cobertura > .fs20{
        font-size: 13px;
    }
    .cobertura > div .fs20{
        font-size: 10px;
    }
    .cobertura > div .fs25{
        font-size: 14px;
    }
    .cobertura > div > a > div img{
        max-width: 59px;
        max-height: 34px;
    }
    .cobertura > div > a > span{
        max-width: 125px; 
    }
     .cobertura > div > a > span img{
        position: relative;
        max-width: 125px;
     }
    .cobertura > div > a > div {
        height: 100%;
        margin-left: 0px;
        max-width: 100%;
        position: relative;
    }
    .cobertura > div > a > div img {
        display: none;
    }
    .cobertura > div > a {
        background: url(../img/logo-cobertura.png) left 0px bottom 0px no-repeat ;
        background-size: 59px 34px;
    }


    .cobertura > div > a > div p{
        text-align: right;
        max-width: 240px;
    }
    .cobertura > div > a > div > div > p {
        max-width: 140px;
    }
    .ref .fs20{
        font-size: 13px;
    }


    /******************************
    * DETALLE COBERTURA
    ******************************/
    
    .detalle_cobertura .fs20{
        font-size: 14px;
    }
    .states-cobertura{
        max-width: 550px;
        padding: 15px;
    }
    .map .fs14{
        font-size: 11px;
        font-weight: normal;
    }

    /******************************
    * CONTACTOS
    ******************************/

    .contact > div{
        border: none !important;
    }

    .aviso_priva + .promociones{
        display: none;
    }
    .contact > .fs20{
        font-size: 13px;
    } 

    /******************************
    * CLIENTES
    ******************************/

    .main_customer div:nth-of-type(1) {
        margin-bottom: 20px;
    }
    .customer .fs20{
        font-size: 13px;
    }
    .customer .fs14{
        font-size: 12px;
    }

    /******************************
    * COTIZACION
    ******************************/

    .quote_product_menu{
        display: none;
    }

    .quote_products{
        -webkit-flex-direction: column;
        flex-direction: column;
        border: none;
        margin-bottom: 20px;
        padding: 0px;
        border-bottom: 1px solid #CCCCCC;
    }
    .quote_products div:nth-of-type(1),
    .quote_products div:nth-of-type(2),
    .quote_products div:nth-of-type(3),
    .quote_products div:nth-of-type(4),
    .quote_products div:nth-of-type(5),
    .quote_products div:nth-of-type(6)
    {
        max-width: 550px;
        width: 100%;
        height: auto;
        padding: 5px;
        display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;      /* TWEENER - IE 10 */
        display: -webkit-flex;     /* NEW - Chrome */
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .quote_products div:nth-of-type(odd){
        border: 1px solid #CCCCCC;
    }
    .quote_products div:nth-of-type(even){
        background: #EEEEEE; 
        border-left: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
    }
    .quote_products div:nth-of-type(even){
    }
    .delete{
        position: relative;
        display: block; 
        height: 20px;
    }
    .delete::before {
        margin-top: -2px;
        margin-left: -7px;
        top: 50%;
        left: 50%;
    }
    .delete::after{
        margin-top: -2px;
        margin-left: -7px;
        top: 50%;
        left: 50%
    }
    .custumers_banner .fs22{
        font-size: 16px;
    }
    .custumers_banner .fs27{
        font-size: 16px;
    }
    .custumers_banner .fs34{
        font-size: 16px;
    }
}
@media screen and (max-width : 1300px) {
    .sesion-contenedor
    {
        width: 70%;
        padding: 30px 50px;
    }
}
@media screen and (max-width : 650px) {
    .product-detail-img{
        height: 100px;
        width: 150px;
    }
    .product-detail-img img{
        max-height: 100px;
        max-width: 100px;
    }
    .sesion-contenedor
    {
        width: 90%;
        padding: 15px 25px;
    }
    .marginb20
    {
        margin-bottom: 5px;
    }
    .product-detail-desc{
        position: relative;
        min-height: 205px;
    }
}

@media screen and (max-width : 450px) {
    .custumer_case > div{
        -webkit-flex-direction: column;
        flex-direction: column; 
    }
    .custumer_case > div img{
        margin-top: 20px;
    }
    .custumer_case > div > div:first-child{
        position: relative;
        width: 100%;
    }
    .serv_coment{
        position: relative;
        max-width: 450px;
        height: auto;
        width: 100%;
    }

    .sesion-contenedor { width: 60%; padding: 30px 0px; }

    .logout {
        width: 27px;
        height: 27px;
        margin-left: 10px;
    }

    .usrname { display: none; }

    .usrname-hide { display: block; margin-top: 5px; }

    .product-detail-img{
        height: 100px;
        width: 150px;
    }
    .product-detail-img img{
        max-height: 100px;
        max-width: 150px;
    }
    .sesion-contenedor
    {
        width: 90%;
    }
}

@media screen and (max-width : 350px) {

    .sesion-contenedor { width: 90%; }
}