
.valor {

    border: 5px solid blue;
    box-shadow: 4px 4px 9px 2px  rgb(148,148,148);
    -webkit-box-shadow: 4px 4px 9px 2px  rgb(148,148,148);
    -moz-box-shadow: 4px 4px 9px 2px  rgb(148,148,148);

}


.valor_gris {

    border: 5px solid rgb(73, 80, 87);
    box-shadow: 4px 4px 9px 2px  rgb(148,148,148);
    -webkit-box-shadow: 4px 4px 9px 2px  rgb(148,148,148);
    -moz-box-shadow: 4px 4px 9px 2px  rgb(148,148,148);

}





.texto_estandar {
    font-size: 16px;
    margin-bottom: -17px;
    color: #000;
    font-weight: 500;
    text-align: justify;
}


.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #fff;
}


.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color:blue;
}

.single_product_details_area .single_product_desc span {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
    display: block;
}


.nice-select:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
    display: block;
    height: 15px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 37%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 15px;
}



.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #0315ff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
    color: #fff;
}
 

.texto_estandar_producto {
    font-size: 16px;   
    color: #000;
    font-weight: 500;
    text-align: justify;
}




.header_area .classy-navbar, .header_area .header-meta {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
    width: 100%;
    /*background: rgb(2,0,36);*/

    background:#060760;

   /* background: linear-gradient(7deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 48%, rgba(0,26,255,1) 98%);*/
    color:#fff;

}


.header_area .classynav ul li a {
    color: #fff;
    
}

.header_area .classynav ul li a:hover {
    color: #fff;
    font-weight:bold;
    text-decoration-line: underline;

}

.single-product-wrapper .product-description span {
    font-size: 20px;
    color:#000;

}

.single-product-wrapper .product-description h6 {
    color:#888;
}
 
.header_area .classynav ul li .megamenu li a, .header_area .classynav ul li .dropdown li a {
    font-size: 16px;
    color: #333;
}

.regular-page-content-wrapper .regular-page-text h2 {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.footer_area .single_widget_area .subscribtion_form form input {
    width: 100%;
    border: none;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-size: 12px;
    height: 35px;
    background-color: transparent;
}


.link_negro {
 
    
    font-size: 12px;
    
    color: #000000;
   
   
 
}
.bg-img {
    background-position:inherit;
    background-size: cover;
    background-repeat: no-repeat;
}


.cta-area .cta-content .cta--text {
    padding-right: 400px;
}





.footer_area .single_widget_area .footer_menu ul li a {
    font-size: 16px;
    color: #fff;
    display: block;
    font-weight: 400;
    font-family: "Ubuntu", sans-serif;
    padding: 0 10px;
    text-transform: capitalize;
}

.table th{

text-align: center;
}
.table td{

    text-align: center;
}

.has-down .dd-arrow::before, .megamenu-item .dd-arrow::before {
    width: 8px;
    height: 1px;
    background-color: #fff;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-radius: 5px;
}

.classynav>ul>li.has-down.active>.dd-arrow::after, .has-down .dd-arrow::after, .has-down.active>.dd-arrow::after, .megamenu-item .dd-arrow::after, .megamenu-item.active>.dd-arrow::after {
    width: 8px;
    height: 1px;
    background-color: #fff;
    content: '';
    position: absolute;
    right: -3px;
    border-radius: 1px;
    top: 0;
    font-weight: bold;
}




#scrollUp {
    background-color: #060760;

}

.fa {
    display: inline-block;
    font: normal normal normal 40px/1 FontAwesome;
    /* font-size: inherit; */
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.circular--square {
    border-radius: 50%;
    border-top-left-radius: 50% 50%;
  border-top-right-radius: 50% 50%;
  border-bottom-right-radius: 50% 50%;
  border-bottom-left-radius: 50% 50%;
  }
  

  .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}


  .table thead  th {
    border: none;
     
    font-size: 13px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table th, .table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

th {
    text-align: inherit;
}

.regular-page-content-wrapper .regular-page-text p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 50px;
    color: #000;
 
    text-align: justify;
}

 
p {
    color: #000;
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
}

.footer_area {
    position: relative;
    z-index: 1;
    background-color:#060760;
    padding: 70px 0 60px;
}

.blanco p {

color:#fff;

}


.section-padding-80 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.breakpoint-off .classynav ul li .megamenu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    left: 0;
    top: 120%;
    background-color: #fff;
    z-index: 200;
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}



.sub-menu {
    margin-left: 60px;
    margin-bottom: 60px;
    
}

.regular-page-content-wrapper .regular-page-text p {
    font-size: 16px;
  
    margin-bottom: -17px;
    color: #000;
    font-weight: 500;
    text-align: justify;
}

.single_product_details_area   span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #787878;
    margin-bottom: 10px;
     
}



 
 




.header_area .classynav ul li .megamenu li a, .header_area .classynav ul li .dropdown li a {
    font-size: 15px;
    color: #000;
}

.classynav ul li .megamenu .single-mega .title {
    font-size: 14px;
   /* border-bottom: 1px solid #f2f4f8; */
    padding: 8px 12px;
    color: #000;
    background-color: #f3f3f3;
}

.widget .catagories-menu li > a {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 15px;
    display: block;
}



.single-product-wrapper {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
    overflow: hidden;   
    background-color: transparent;
}
.widget .catagories-menu .sub-menu li > a {
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
    font-weight: 300;
    color: #000;

}


.breakpoint-off .classynav ul li .dropdown li .dropdown {
    top: 10px;
    left: 200px;
    z-index: 200;
    opacity: 0;
    visibility: hidden;
}


.breakpoint-off .classynav ul li .dropdown {
    width: 280px;
    position: absolute;
    background-color: #fff;
    top: 120%;
    left: 0;
    z-index: 100;
    height: auto;
    box-shadow: 0 1px 5pxrgba(0,0,0,.1);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
}

.classynav ul li .megamenu .single-mega .title {
    font-size: 14px;
    /* border-bottom: 1px solid #f2f4f8; */
    background-color: #f3f3f3;
    padding: 8px 12px;
}

.breakpoint-on .classynav ul li .megamenu .single-mega.cn-col-3, .breakpoint-on .classynav ul li .megamenu .single-mega.cn-col-4, .breakpoint-on .classynav ul li .megamenu .single-mega.cn-col-5 {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #f2f4f8;
    background: #000140;
}

