html {
  overflow-y: scroll;
}

body * {
    -webkit-text-size-adjust:none;
    -ms-text-size-adjust:none;
    -moz-text-size-adjust:none;
    text-size-adjust:none;
}

.container{
    max-width: 480px!important;
}

a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    color: inherit;
}

tbody tr {
    outline: 2px solid #221F20;
    outline-offset: -2px;
}

.icon {
    opacity: 0.6;
    margin: 5px 5px;
}

.icon:hover {
    opacity: 1;
}

.icon img {
    width: 25px;
}

table.dataTable {
    margin-top: 0px !important;
    border-collapse:separate!important;
    border-spacing: 0 6px!important;
}

table.dataTable td, table.dataTable th {
    vertical-align: middle;
}


table.dataTable td:first-child {
    text-align: center;
}

.replica {
    visibility: hidden;
}

td a { display: inline-block!important; }
td a img { max-width: 75px; float: left!important; }
td p { margin:  0px; }

.table>:not(caption)>*>* { border-bottom-width: 0px; }

#example_wrapper > .row > .col-md-6:first-child { display: none; }
#example_wrapper > .row > .col-md-6:last-child {  width: 100%;  }


#example_filter {
    background-color: white;
    padding: 0px 3px 10px 3px;
    outline: 5px solid white;
    border-bottom: 1px solid #ced4da;
    z-index: 10!important;
}

.brand {
    color: grey;
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 12px;
}

.brand:before {
    content: "Marca";
}

.model a {
    color: #221F20;
    font-family: Arial, sans-serif;
    font-size: 35px;
    font-weight: 800;
}

.model a:hover {
    text-decoration: underline;
}

.brand:before {
    content: "Marca";
    margin-top: -15px;
}
.model:before{
    content: "Modelo";
    margin-top: -9px;
}

.brand:before,
.model:before {
    display: block;
    position: absolute;
    font-size: 10px;
    color: grey;
    z-index: 2;
    font-weight: 300;
    text-transform: capitalize;
    
} 
.table thead>tr>th {
    padding: 0px !important;
    height: 1px;
    color: pink;
    font-size: 0em
}

div.dataTables_wrapper div.dataTables_filter label { width: 100%; }
div.dataTables_wrapper div.dataTables_filter label p {
    background-color: #221F20;
    color: white;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    font-family: Arial, sans-serif; 
    font-size: 22px;
    line-height: 45px;
    height: 45px;
    font-weight: 700;
}

@media screen and (min-width: 370px){
    div.dataTables_wrapper div.dataTables_filter label p {
        font-size: 25px;
    }
    .icon {
        float: left;
        opacity: 0.6;
        margin: 0px 5px;
    }
}


div.dataTables_wrapper div.dataTables_filter label input {
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
    border-radius: 0;
    margin-left: 0;
    height: 45px;
    padding-left: 55px;
    background-image: url("../imagenes/search.png");
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 10px;
    border-color: #221F20;
    border-width: 2px;
    font-weight: 700;
    color: #221F20;
}


::-webkit-input-placeholder { 
  color: #a1a4a7; text-transform: none; font-weight: 500;
}

:-ms-input-placeholder { 
  color: #a1a4a7; text-transform: none; font-weight: 500; 
}

::placeholder {
  color: #a1a4a7; text-transform: none; font-weight: 500;  
}

[placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.5s ease; 
  opacity: 0;
}

/* .sumergibilidad {
    padding: 0 4px;
    margin-bottom: 0;
}
.btn-sumergibilidad {
    background-color: #2f3f80;
    margin-bottom: 0;
    height: 45px;
    color: white;
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 22px;
    line-height: 45px;
    font-weight: 700;
}
.btn-sumergibilidad:hover {
    color: white;
}
.btn-sumergibilidad small {
    display: inline-block;
    text-transform: uppercase;
} */

.sumergibilidad {
    padding: 0 3px;
    margin-bottom: 0;
    display: none;
}
.btn-sumergibilidad {
    background-color: #221F20;
    border: 3px solid #221F20;
    color: white;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    height: 45px;
    line-height: 39px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    max-width: 450px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    box-sizing: inherit;
}

.btn-sumergibilidad:hover {
    color: #424242;
    background-color: white;
}
.btn-sumergibilidad small {
    display: inline-block;
    text-transform: uppercase;
}

/* 
.btn-back-to-top {
    font-size: 40px;
    font-weight: bolder;
    position: fixed;
    bottom: 20px;
    right: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    box-sizing: inherit;
    color: #2f3f80;
    border: 3px solid #2f3f80;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    max-height: 50px!important;
    line-height: 40px;
    transform: rotate(270deg);
    font-family: ui-rounded;
    text-align: center;
    font-family: serif;
    background-color: white;
}
.btn-back-to-top span {
    -webkit-transform: scaleY(1.25);
    -moz-transform: scaleY(1.25);
    -o-transform: scaleY(1.25);
    transform: scaleY(1.25);
    display: block;
    margin-top: 2px;
    margin-left: 2px;
} 
*/

.btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    -webkit-transition: all 0.75s ease-in-out;
    -moz-transition: all 0.75s ease-in-out;
    -o-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out;
    box-sizing: border-box;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    max-height: 50px!important;
    max-width: 50px!important;
    /* transform: rotate(270deg); */ 
    background-color: rgb(198, 198, 198);
    background-image: url('../imagenes/back-to-top-white-arrow.png');
    background-position: center;
    background-size: 35px 30px;
    background-repeat: no-repeat;
    opacity: 1;
}

.btn-back-to-top:hover {
    background-color: #333333;
}

.start-top .btn-back-to-top {
    opacity: 0;
}


/* @media screen and (min-width: 440px) {
    .btn-sumergibilidad::before{
        content: 'MANUAL DE ';
        display: inline;
    }   
} */

@media screen and (min-width: 370px){
    .btn-sumergibilidad {
        font-size: 25px;
    }
}

.maty {
    background-color: #221F20;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    margin: 10px 0px;
}

.maty>p {
    color: white;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    line-height: 45px;
    height: 45px;
    margin: 0;
}

.maty-manual p {
    margin: 0;
}

.maty-manual {
    max-width: 100%;
    display: flex;
    border: solid 2px #221F20;
    margin: 10px 0px;
}

.maty-manual>div{
    width: 50%;
    padding: 20px;
}

.maty-manual div img {
    max-height: 120px;
}

.reloj-img{
    display: flex;
    justify-content: center;
    align-items: center;
}

.marca, .modelo {
    font-size: 12px;
    color: grey;
    font-weight: 500;
    text-transform: capitalize;
}

.nombre-marca {
    color: grey;
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}

.nombre-modelo {
    color: #221F20;
    font-family: Arial, sans-serif;
    font-size: 28px;
    font-weight: 800;
}

.nombre-modelo:hover{
    text-decoration:underline;
}