@import url('https://fonts.googleapis.com/css?family=Cabin|Lato|Open+Sans|Quicksand|Roboto');
html,
body {
    margin: 0;
    padding: 0 !important;
    font-family: sans-serif;
    color: #555555;
    overflow-x: hidden;
}

body {
    background-color: #ffffff;
}

a {
    color: #fd5200;
    font-weight: bold;
}

a:hover,
a:focus {
    color: #444444;
    font-weight: bold;
}

button:focus {
    outline: 0;
}

/************* GENERIC *************/

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-top-25 {
    margin-top: 25px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-bottom-25 {
    margin-bottom: 25px !important;
}

.vh-full {
    width: 100%;
    height: 100vh;
}

.vh-90 {
    width: 100%;
    height: 90vh;
}

/************* NAVBAR **************/

.navbar {
    border-radius: 0px !important;
}

.navbar-custom {
    background-color: rgba(255, 255, 255, 1);
    color: rgba(0, 60, 123, 0.1);
    border-bottom: 1px solid rgba(212, 212, 212, 0.6);
    margin: 0px !important;
}

.navbar-brand {
    font-size: 1.8em;
    font-weight: bolder;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    color: #fd5200;
}

.navbar-brand:hover {
    color: #666666;
}

.navbar-brand img {
    max-height: 25px;
    display: inline-flex;
    margin-right: 6px;
}

.navbar-toggle {
    background-color: #666666;
    border: 1px solid #ffffff;
}

.navbar-toggle .icon-bar {
    background-color: white;
}

/************* HERO SECTION *****************/


/*.hero-info {
    margin: 60px 0px;
}*/


.hero-heading {
    display: table-cell;
    vertical-align: middle;
    width: 100vw;
    height: 40vh;
    padding-bottom: 24px;
    padding-top: 7rem;            
}

.hero-container {
    display: table-cell;
    vertical-align: middle;
    margin: 2em 0px;
    background-color: #fd5200;
    background-image: url(../img/hero-bg.jpg);
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: darken;
    width: 100vw;
    height: 40vh;
}

.flex-center {           
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    height: -moz-available;
    height: -webkit-fill-available;
}

.hero-heading .hero-title {
    margin: 20px 0;
    display: block;
    font-size: 3.5vh;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    text-align: left;
    color: #ffffff;
    text-shadow: 3px 1px rgba(0, 0, 0, 0.2);
}

.hero-heading h4 {
    margin: 20px 0;
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    text-align: justify;
    color: rgba(255, 255, 255, 0.8);
    word-wrap: break-word;
}

.hero-logo {
    /*display: block;
    height: 120px;
    opacity: 0.9;
    margin: 24px 0px 0px 0px;
    background: url(../img/logo-white.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;*/
    width: 300px;
}

@media (max-width: 767px) {
    .hero-logo {
        margin-top: 20px;
    }
    .hero-heading .hero-title {
        text-align: center;
    }
    .hero-container {
        height: 80vh;
    }
    .hero-heading {
        height: 80vh;
    }
    .flex-center {
        align-items: start!important;
        height: auto!important;
    }
    .flotante {
        display: scroll;
        position: fixed;
        bottom: 320px;
        right: 0;
}

}

.hero-image {
    content: url(../img/hero/01.png);
    animation: hero-img-animation 15s infinite ease alternate 2s;
    -webkit-animation: hero-img-animation 15s infinite ease alternate 2s;
    -moz-animation: hero-img-animation 15s infinite ease alternate 2s;
    -o-animation: hero-img-animation 15s infinite ease alternate 2s;
}

.hero-actions button {
    border-radius: 0px !important;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    border: 2px solid white;
    font-weight: bold;
    padding: 16px;
    text-transform: uppercase;
    text-align: center;
    margin: 10px 0px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.hero-actions button:hover,
.hero-actions button:active {
    background-color: rgba(255, 255, 255, 1);
    color: #fd5200;
    transform: scale(1.1);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.btn-arrow {
    padding: 20px;
    color: #bbbbbb;
}

.btn-arrow:hover,
.btn-arrow:active,
.btn-arrow:focus {
    color: #666666;
}

/**************** CATEGORIES SECTION *****************/

section#categories {
    padding: 5vh 0;
}

.btn-category {
    background-color: #444444;
    color: #ffffff;
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 10px 16px;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.7em;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    margin-top: 12px;
    -webkit-transition: all .9s ease;
    /* Safari y Chrome */
    -moz-transition: all .9s ease;
    /* Firefox */
    -o-transition: all .9s ease;
    /* IE 9 */
    -ms-transition: all .9s ease;
    /* Opera */
    transition: all .9s ease;
    /* default */
}

.btn-category:hover,
.btn-category:active,
.btn-category:focus {
    background-color: #fd5200;
    border-color: transparent;
    color: #ffffff;
    -webkit-transform: scale(1.10);
    -moz-transform: scale(1.10);
    -ms-transform: scale(1.10);
    -o-transform: scale(1.10);
    transform: scale(1.10);
}



.thumbnail-item {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    width: auto;
    cursor: pointer;
    margin-bottom: 2rem;
}

.thumbnail-item img {
    width: 200px;
    -webkit-transition: all .9s ease;
    /* Safari y Chrome */
    -moz-transition: all .9s ease;
    /* Firefox */
    -o-transition: all .9s ease;
    /* IE 9 */
    -ms-transition: all .9s ease;
    /* Opera */
    transition: all .9s ease;
    /* default */
}

.thumbnail-item img:hover {
    -webkit-transform: scale(1.10);
    -moz-transform: scale(1.10);
    -ms-transform: scale(1.10);
    -o-transform: scale(1.10);
    transform: scale(1.10);
}

.thumbnail-item>.caption {
    align-items: center;
    display: flex;
    width: auto;
    flex-flow: column nowrap;
}

.caption {
    text-align: justify;
    /*min-height: 200px;*/
}

.caption p {
    padding: 0px 15px;
    font-size: 1em;
    min-height: 90px;
}

.caption h5 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #fd5200;
}

@media (max-width: 767px) {
    .caption p {
        padding: 0px;
        font-size: 16px;
        /*min-height: 140px;*/
    }
}

.row-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

.row-container>* {
    flex: 1 30%;
}

@media (max-width: 768px) {
    .row-container>* {
        flex: 1 100%;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .row-container>* {
        flex: 1 50%;
    }
}

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

section#products {
    background-color: #222222;
    /*background-image: url(../img/bg.gif);
    background-blend-mode: multiply;*/
    color: #ffffff;
    padding: 100px 0px;
}

h1.title {
    text-align: center;
    font-size: 3.5rem;
    word-wrap: break-word;
    font-family: 'Cabin', sans-serif;
    color: #eeeeee;
    text-shadow: 2px 2px #333333;
}

@media (max-width: 768px) {
    section#products {
        background-color: #1b1b1b;
        color: #ffffff;
        padding: 20px 0px;
    }
}

/******************* TABLES ********************/

table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    margin: 0 0 50px 0;
}

#info-resistencia{
    margin-bottom: 30px;
}

#tblTapas {    
    margin: 0;
}

table tr {
    background-color: transparent;
    color: #ffffff;
    margin-bottom: 15px;
}

table caption {
    font-size: 1.5em;
    margin: 10px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    /*border-bottom: 1px solid #eeeeee;*/
    color: #eeeeee;
    text-shadow: 1px 2px #333333;
    /*box-shadow: 0 1px #333333;*/
}

.tbl-info tfoot td {
    font-size: 1.2rem;
}

.div-th {
    background-color: #fd5200;
    padding: 6px;
    border-radius: 6px;
    width: 100%;
}

.div-td {
    background-color: #ffffff;
    color: #444444;
    padding: 6px;
    border-radius: 6px;
    width: 100%;
}

.first-td div {
    background-color: #fd5200;
    color: #ffffff;
}

table th,
table td {
    padding: .625em;
    text-align: center;
}

table th {
    font-size: .85em;
    letter-spacing: .1em;
}

table td img {
    text-align: center;
}

.btn-details {
    background-color: #fd5200;
    color: #ffffff;
    border: 1px solid #fd5200;
    border-radius: 6px;
    padding: 8px 12px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.7em;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
}

.btn-details:hover {
    background-color: #444;
    border-color: #444;
    color: #ffffff;
}

@media screen and (max-width: 1199px) {
    table th, table td {
        padding: .25em;
        text-align: center;
    }

    /*table {
        border: 0;
    }
    table caption {
        font-size: 16px;
    }
    table thead {
        display: none;
    }
    table tr {
        display: block;
    }
    table td {
        display: block;
        font-size: 16px;
        text-align: right;
    }
    table td:before {
        content: attr(data-label);
        color: #fd5200;
        float: left;
        padding: 6px;
        font-weight: bold;
        text-transform: uppercase;
    }
    table.tbl-details td:before {
        padding: 0px;
    }
    .table-details>tbody>tr>td,
    .table-details>tbody>tr>th,
    .table-details>tfoot>tr>td,
    .table-details>tfoot>tr>th,
    .table-details>thead>tr>td,
    .table-details>thead>tr>th {
        padding: 4px 0px;
    }
    .first-td::before {
        color: #ffffff;
    }
    table td:last-child {
        border-bottom: 0;
    }
    table th,
    table td {
        padding: 0.3em;
    }*/
}

@media (max-width:991px){
    th.th-container:not([data-key="MODELO"]):not([data-key="A(mm)"]):not([data-key="RESISTENCIA"])  {
        display: none;
        position: absolute;
    }
}


table.tbl-details {
    margin: 0px;
}

.tbl-details td {
    color: #444444;
    text-align: center;
    padding-left: 0px !important;
}

.tbl-details tr {
    border: 1px solid #dddddd;
}

.td-descrip {
    background-color: #444444;
    color: #ffffff !important;
    text-align: left !important;
}

.td-title {
    background-color: #fd5200;
    color: #ffffff !important;
    text-align: left !important;
}

.tbl-details-caption {
    font-size: 1.5rem;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
    color: #444444;
    padding: 2px;
}

span.td-number {
    background-color: #fd5200;
    padding: 7px 10px;
    margin: 0px 6px 0px 0px;
}

@media (max-width: 767px) {
    .tbl-details-caption {
        font-size: 16px;
    }
}

.img-detail {
    display: inline-block;
    border: 1px solid #eeeeee;
    border-radius: 10px;
}

.img-detail img {
    width: 200px;
    display: block;
}

.div-detail {
    display: inline-block;
    background-color: black;
}

.text-detail-descrip {
    color: #888888;
}

.tbl-details.table-hover>tbody>tr:hover {
    background-color: #cccccc;
}

.modal-header {
    background-color: #fd5200;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #ffffff;
}



/*********** CIRCLE TABLE LEGEND ************/

/* .circle-legend {
    display: inline-flex;
    align-items: center;
    padding: 12px;
    justify-items: center;
    margin: 20px 0px; 
} */

.circle-legend {
    display: inline-flex;
    align-items: center;
    justify-items: center;
    margin: 0 0 20px 0;
    padding: 12px;
    width: 200px;
    min-height: 86px;
    /*border: 1px solid #555555;*/
    border-radius: 6px;
    justify-content: center;
}

.circle-icon {
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    padding: 4px;
    background-color: #fd5200;
    border-radius: 50px;
    width: 32px;
    height: 32px;
}

.circle-text {
    display: block;
    padding: 8px;
    text-align: left;
    font-size: 1.15rem;
}

@media(max-width: 768px) {
    .circle-legend {
        width: 100%;
        margin: 0px 12px;
        min-height: 50px;
        justify-content: left;
    }
    .circle-text {
        font-size: 16px;
    }
}

/***************** CLIENTS *******************/

section#clients {
    padding: 10vh 0;
}

div#info-clientes {
    margin: 5vh 0;
}

.container-flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.item-flex {
    display: flex;
    flex-direction: column;
    max-width: 140px;
    -webkit-transform: scale(0.95);
    -webkit-transition: all .9s ease;
    /* Safari y Chrome */
    -moz-transform: scale(0.95);
    -moz-transition: all .9s ease;
    /* Firefox */
    -o-transform: scale(0.95);
    -o-transition: all .9s ease;
    /* Opera */
    -ms-transform: scale(0.95);
    -ms-transition: all .9s ease;    
    /* IE 9 */
    transform: scale(0.95);
    transition: all .9s ease;
    /* default */

}

.item-flex:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/****************** CONTACT ********************/

section#contact {
    border-top: 1px solid #333;
    padding: 12vh 3vw;
    background-image: url(../img/bg.gif);
    background-blend-mode: multiply;
    background-color: #1b1b1b;
}

h5.contact-subheading {
    color: #999999;
}

.contact-title {
    margin-bottom: 4vh;
}

.btn-form-submit {
    background: #fd5200;
    color: rgba(255, 255, 255, .87);
    padding: 2rem 3rem;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
}

.btn-form-submit:hover,
.btn-form-submit:focus,
.btn-form-submit:active {
    background: #444444;
    color: rgba(255, 255, 255, .87);
    padding: 2rem 3rem;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
}

.form-control {
    border-radius: 0px !important;
}

.form-control:focus {
    border-color: #969696;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #fd5200;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #fd5200;
}

@media (max-width: 768px) {
    iframe.contact-map {
        width: 100%;
        padding-top: 36px;
    }
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #fd1900;
}

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

.btn-fixed-bottom {
    background: #060606;
    color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.5);
    position: fixed;
    opacity: .3;
    right: 20px;
    bottom: 20px;
}

.btn-fixed-bottom:hover,
.btn-fixed-bottom:active,
.btn-fixed-bottom:focus {
    opacity: .9;
    color: rgba(255, 255, 255, 1);
}

.vertical-divider {
    border-right: 1px solid #333333;
    text-align: center;
    width: 50%;
    height: 150px;
}

footer {
    background-color: #222222;
    border-top: 1px solid #333;
    color: #bbbbbb;
    font-family: 'Lato', sans-serif;
}

footer a {
    padding: 20px;
}

footer a:visited,
footer a:focus {
    text-decoration: none;
    color: #ffffff;
}

footer a:hover {
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
}

footer .footer-panel {
    padding: 4rem 0rem;
}

footer h4 {
    margin: 20px 0px 12px 0px;
    text-transform: uppercase;
    font-size: medium;
}

footer .footer-logo {
    margin: 20px 0px;
}

footer .footer-author {
    font-size: 14px;
    color: #888888;
    margin-bottom: 12px;
    text-transform: uppercase;
}

@media (max-width:768px) {
    footer .footer-author {
        font-size: 16px;
    }
}

/*********** ALERTIFY JS ************/

.alertify .alert nav button:not(.btn):not(.pure-button):not(.md-button):not(.mdl-button),
.alertify .dialog nav button:not(.btn):not(.pure-button):not(.md-button):not(.mdl-button) {
    background: #fd5200;
    color: rgba(255, 255, 255, .87);
}

.alertify .alert nav button:not(.btn):not(.pure-button):not(.md-button):not(.mdl-button):hover,
.alertify .dialog nav button:not(.btn):not(.pure-button):not(.md-button):not(.mdl-button):hover {
    background: #444444;
    color: rgba(255, 255, 255, .87);
}

button.cancel {
    background-color: transparent !important;
    color: #444444 !important;
}

/*********** ANIMATIONS ************/

@keyframes about-img-animation {
    1%,
    33% {
        background-image: url(../img/about-img-1.jpg);
    }
    33%,
    66% {
        background-image: url(../img/about-img-2.jpg);
    }
    66%,
    100% {
        background-image: url(../img/about-img-3.jpg);
    }
}

@keyframes hero-img-animation {
    1%,
    33% {
        content: url(../img/hero/01.png);
    }
    33%,
    66% {
        content: url(../img/hero/02.png);
    }
    66%,
    100% {
        content: url(../img/hero/03.png);
    }
}

/************ MODAL VERTICAL CENTER ******************/

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}



/***************** CSS GRID LAYOUT **************/

/* .grid-container{
	width: 100%;
    display:grid;   
    grid-template-columns: repeat(12, 1fr);
    grid-auto-columns: auto;
    grid-auto-flow: dense;
    grid-gap: 1rem;
    padding: 10px;
} */


.grid-container{
	width: 100%;
    display:grid;   
    grid-template-columns: repeat(auto-fill, minmax(300px, 360px));
    grid-gap: 1rem;
    padding: 10px;
    justify-content: center;
}

.grid-container-home {
    display:grid;
    grid-template-columns: repeat(12, 1fr);
    width: 100%;    
    grid-gap: 1rem;
    padding: 10px;
    justify-content: center;
}

.grid-item {    
  cursor: pointer;
  position: relative;
  padding: 3px;
  background-color: #f2f2f2; 
  box-shadow: 1px 3px 8px 0px #555;
}

.span-col-3 {
    grid-column-end: span 3!important;
}

.grid-item-button {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    padding: 6px 12px;
}


.span-row-2{
    grid-row-end: span 2!important;
}

 @media all and (max-width:480px){
    .grid-item {
        grid-column: span 12;
    }
}

@media all and (min-width: 481px) and (max-width: 1024px){
    .grid-item {
        grid-column: span 6;
    }
} 


.grid-image {
  display: block;
  width: 100%;
  height: 100%;  
  animation: image-anim 5s ease 1;
}

@keyframes image-anim{
    from { 
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        filter: grayscale(100%);
        transition: all 0.5s ease;
    }to{
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        filter: grayscale(0%);
        transition: all 0.5s ease;
    }
}



div.corner-triangle {
    width: 100px;
    height: 100px;
    border-style: solid;
    border-width: 50px 50px 50px 0px;
    border-color: transparent #fd5200 transparent transparent;
    position: absolute;
    top: -50px;
    /* align-content: center; */
    /* justify-content: center; */
    right: -50px;
    z-index: 999;
    color: white;
    text-shadow: 0 0 25px 9px #fff;
    /* -webkit-filter: drop-shadow(0 1px 9px #000000); */
    /* filter: drop-shadow(0 1px 9px #000000); */
    transform: rotate(135deg);
}
div.corner-triangle .corner-triangle-text {
    position: absolute;
    font-size: 0.8em;
    top: 0;
    right: -65px;
    font-family: sans-serif, "Helvetica Neue", Helvetica, Arial;
    font-weight: 200;
    line-height: 1.1;
    transform: rotate(-135deg);
}
  div.corner-triangle .corner-triangle-text span.corner-triangle-firstline {
    margin-left: 29px;
  }
  div.corner-triangle .corner-triangle-text a {
    color: white;
  }
  div.corner-triangle .corner-triangle-text a:hover,
  div.corner-triangle .corner-triangle-text a:link,
  div.corner-triangle .corner-triangle-text a:visited,
  div.corner-triangle .corner-triangle-text a:active,
  div.corner-triangle .corner-triangle-text a:focus {
    text-decoration: none;
  }




/* .grid-overlay {
  position: absolute;
  font-family: 'Roboto', sans-serif;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #222;
  border: 1px solid rgba(255,255,255,0.3);
} */

.grid-overlay {
    position: absolute;
    font-family: 'Roboto', sans-serif;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #222;
    border: 1px solid rgba(255,255,255,0.3);
  }
.grid-item:hover .grid-overlay, .grid-item:focus .grid-overlay, .grid-item:active .grid-overlay {
  opacity: .95;
}

p.grid-text {
  color: #fff;
  margin:1rem;
  font-size: .9em;
  font-weight: lighter;
}

span.text-orange {
    color: #fd5200;
    font-weight: 400;
}
.grid-footer {
    position: absolute;
    bottom: 0px;
    right: 0px;
    text-align: right!important;
}

.grid-overlay h3{
    font-size: 2rem;
	margin: 2rem 1rem 1rem 1rem;
    color: #fd5200;    
}

.products-caption {
    font-size: 2.5rem;
    margin: 24px 10px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    color: #444;
}

.products-caption-home{
    font-size: 1.5em;
    margin: 10px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    color: #eeeeee;
    text-shadow: 1px 2px #333333;
}

a.btn-more {
    display: block;
    max-width: 200px;
    background-color: #fd5200;
    border: none;
    padding: 12px;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    margin-top: 24px;
    margin-bottom: 24px;
    -webkit-transition: all .9s ease;  
    -moz-transition: all .9s ease;
    -o-transition: all .9s ease;
    -ms-transition: all .9s ease;
    transition: all .9s ease;
}

a.btn-more:hover, a.btn-more:active,a.btn-more:focus{
    -webkit-transform: scale(1.10);
    -moz-transform: scale(1.10);
    -ms-transform: scale(1.10);
    -o-transform: scale(1.10);
    transform: scale(1.10);
    transform-style: preserve-3d;
}

.btn-modal {
    display: inline-block;
    background-color: #444;
    width: 120px;
    border: none;
    text-align: center;
    padding: 12px;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    margin-top: 24px;
    margin-bottom: 24px;
    -webkit-transition: all .9s ease;  
    -moz-transition: all .9s ease;
    -o-transition: all .9s ease;
    -ms-transition: all .9s ease;
    transition: all .9s ease;
}

@media (max-width: 380px){
    span.td-number{display: none;}
    .tbl-details td {padding-left: 5px !important;}
}

.btn-active{
    background-color: #fd5200!important;
}

.btn-modal:hover, .btn-modal:active,.btn-modal:focus{
    background-color: #fd5200;
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
    transform-style: preserve-3d;
}

.btn-active{
    background-color: #fd5200!important;
}

.no-shadow{
    box-shadow: none!important;    
}

.bordered {
    border: 1px solid #fff;
}

.hidden-large{
    display: none;
}

.flotante {
    display: scroll;
    position: fixed;
    bottom: 320px;
    right: 0;
}

/*
@media screen and (max-width: 1199px){
    table th, table td {
        padding: 0;        
    }
    .hidden-large{
        display: block;
    }

    i.fa-search{
        display: none;
    }
    .btn-details {
        width: fit-content!important;
        border-radius: 0px;
    }
    .div-td{
        border-radius: 0px;
    }
    table tr{
        margin-bottom: 30px;
    }
    table caption {
        font-size: 24px;
    }
    caption {
        text-align: center;
    }
    .clear-left::before {
        padding: 0px;
    }
}*/

@media only screen and (max-width: 600px) {
  .flotante {
        display: scroll;
        position: fixed;
        bottom: 320px;
        right: 0;
  }
}

