/* OVERRIDES ==================> */
@font-face {
    font-family: MyriadPro;
    font-style: normal;
    src: url("../fonts/myriadpro-light.eot");
    src: url("../fonts/myriadpro-light.eot?#iefix") format("embedded-opentype"),
        url("../fonts/myriadpro-light.woff") format("woff"),
        url("../fonts/myriadpro-light.ttf") format("truetype"),
        url("../fonts/myriadpro-light.svg") format("svg"),
        url("../fonts/myriadpro-light.otf");
    font-weight: 400;
}

@font-face {
    font-family: MyriadPro;
    font-style: bold;
    src: url("../fonts/myriadpro-bold.eot");
    src: url("../fonts/myriadpro-bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/myriadpro-bold.woff") format("woff"),
        url("../fonts/myriadpro-bold.ttf") format("truetype"),
        url("../fonts/myriadpro-bold.svg") format("svg"),
        url("../fonts/myriadpro-bold.otf");
    font-weight: 700;
}

/* OVERRIDES BOOTSTRAP ====== */
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 2.5rem;
        padding-left: 2.5rem;
    }
}

@media (min-width: 576px){
    .product-card{
        height: 175px !important;
    }
}
* {
    font-family: MyriadPro;
}
html,
body {
    min-height: 100vh;
    flex-flow: column;
}
body {
    display: flex;
}
footer {
    margin-top: auto;
    background-color: #2a2a2a;
}
footer .brand {
    max-width: 256px;
}

footer {
    color: #fff;
    font-size: 13px;
}
footer ul.information {
    list-style: none;
    padding-left: 0px;
}
footer ul.information li {
    margin-top: 20px;
}

h2{
    font-size: 1.5rem;
}

.carousel-indicators .active{
    background-color:#006C9A;
}

.carousel-indicators li{
    background-color:#C3C3C3;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23006C9A' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23006C9A' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.btn,
.form-control {
    border-radius: 0px !important;
    padding: 0.25rem 0.72rem !important;
}

.bg-primary-gray {
    background-color: #575757 !important;
}
.bg-primary-green {
    background-color: #d4e344;
}

.text-primary-green {
    color: #d4e344;
}

.navbar a{
    color: #000 !important
}
.navbar-nav .nav-link {
    font-size: 14px;
    color: #fff !important;
    font-family: MyriadPro;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 14px;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-item.active .nav-link {
    color: #3587aa !important;
}

h1.titulo-rtk,
h1.titulo-sds {
    font-size: 22px;
    font-weight: 700;
}

/* RIGHT TO KNOW & SBS =====> */
#tblrtk td,
#tblrtk th,
#tblsds td,
#tblsds th {
    font-size: 14px;
}
#tblrtk a,
#tblsds a {
    color: #000000;
}
#tblrtk a:hover,
#tblsds a:hover {
    color: #5966f2;
}
#accordenRTK .card-header,
#accordenSDS .card-header {
    background-color: #006C9A;
}

#accordenRTK .card-header h5 .btn,
#accordenSDS .card-header h5 .btn {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
#accordenRTK .card-header h5 .btn::after,
#accordenSDS .card-header h5 .btn::after {
    font-family: "Font Awesome 5 Free";
    float: right;
    color: #fff;
    content: "\f068";
}
#accordenRTK .card-header h5 .collapsed::after,
#accordenSDS .card-header h5 .collapsed::after {
    content: "\f067";
}

#tblComponents thead th {
    background-color: #949fb2;
    border-color: #949fb2;
}
#formSearchRTK {
    width: 300px;
    margin: 15px auto;
    justify-content: space-around;
}
#txtSearch {
    width: 200px;
}

.miniatura {
    width: 60px;
    margin: 4px;
}

.text-head {
    color: #09b5da;
    font-size: 20px;
    font-weight: bold;
}

.text-body,
.text-buy {
    font-size: 14px;
}

.etiqueta {
    background-color: #09b5da;
    color: white;
}

.fragance-text{
    background-color: #006C9A;
    color: white;
    border-radius: 0%;
}

.product-desc{
    color: #006C9A;
    font-size: 1.2em;
}

.boton,
.precio {
    margin: auto;
}

.miniatura {
    width: 60px;
}


#content{
    padding: 0;
}

#carrito{
    margin-left: 300px;
}

.product-card{
    height: auto;
    cursor: pointer;
}

.buy-product{
    background-color: #F90706;
    color: #fff;
    max-height: 35px;
}
.product-icon{
    margin: 5px 5px;
    max-width: 55px;
    max-height: 50px;
    cursor: pointer;
}
.icon{
    margin-right: 5px;
    margin-top: 5px;
    max-width: 45px;
    max-height: 40px;
    cursor: pointer;
    border: 1px solid #000;
}
.row{
    margin-left: 0px;
    margin-right: 0px;
}


.card-body > p, .card-title{
    margin-bottom: 0px;
}

.card-body > p{
    color: #777777;
    font-size: 16px;
    line-height: 17px;
}


small{
    color: #006C9A;
}

.box-item{
    font-size: 13px;
}

.card-img{
    padding: 5px;
}

#product-page p {
    font-size: 17px;
    line-height: 21px;
}

#contact-page h1, #contact-page h2{
    font-family: arimo, sans-serif;
    color: #333333;
}
#contact-page p{
    color: #777777;
    font-family: open-sans, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
}
#contact-page h1{
    font-size: 20px;
    font-weight: 400;
}
#contact-page h2{
    line-height: 24px;
    font-size: 20px;
    font-weight: 400;
}
#contact-page .bluediv{
    text-align: center;
    line-height: 19px;
    background-color: #4c83c3;
    position: relative;
    color: #fff;
    display: inline-block;
    padding: 5px 30px;
    font-size: 16px;
}
#contact-page form label{
    font-family: arimo, sans-serif;
    color: #6B6B6B;
}
#contact-page form label.error{
    color: crimson;
}
#contact-page form .btn{
    font-family: arimo, sans-serif;
    font-size: 14px;
    line-height: 20px;
    border-color: transparent;
    background-color: #4c83c3;
    font-weight: 400;
    text-align: center;
    border-width: 0px;
    color: #FFFFFF;
    position: relative;
    padding: 10px 30px !important;
}

#contact-page form .btn:hover{
    background-color: #3d6ba0;
}

#contact-page iframe.mapa{
    width: 100%;
    height: 350px;
}

#seleccion a:focus{
    color: none !important;
    outline: 0 !important;
   box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

#seleccion a[aria-expanded="true"]{
    border-bottom: 3px solid #3d6ba0;
}

.product-name{
    font-size: .9em !important;
    margin-left: .4em;
    line-height: .9em !important;
}

.pdf-image {
    cursor: pointer;
}

.pdf-image:hover img:not(.descargar){
    opacity: .25;
}

.pdf-image:hover .overlay {
    opacity: 1;
}
  
  .overlay img {
    color: white;
    padding: 2em 2em;
  }

.overlay {
    transition: .5s ease;
    margin-left: 1.4em;
    margin-top: 1em;
    position: absolute;
    top: 25%;
    left: 25%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;  
}

.cursor-icon{
    cursor: pointer;
}

.download-img{
    margin-top: 1.5em;
}

.download-all-img{
    height: auto;
}

.btncontacto{
    background-color: #eee;
    color: #555;
    padding: 8px 0;
    width: 160px;
    display: inline-block;
    text-align: center;
}

.btnwhatsapp{
    background-color: #00D729;
    color: #fff;
    padding-top: 8px;
    padding-bottom: 7px;
    width: 160px;
    display: inline-block;
    text-align: center;
}

label.error{ color:crimson; }

.locaciones_web a{
    color: #fff;
    width: 150px;
}


/* =================================== */
.w-100-carousel{
    width: 100%;
}

.route-card{
    cursor: pointer;
}

.contact-container{
    border-bottom: 2px solid #ccc;
    margin-bottom: 2.5em;
}

.contact-title{
    font-size: 2.5em;
    font-weight: 300;
}

.contact-tagline{
    padding: 0 3em;
}

.contact-tagline p{
    font-size: 1.3em;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* optional: adjust for styling */
}

.dropdown-menu {
    left: unset !important;
}

.railway{
    font-family: 'Railway', sans-serif;
}

.visit-usa{
    margin-right: 17rem;
    margin-top: 3rem;
    display: flex;
    justify-content: end;

}

.visit-usa span{
    font-weight: 600;
}

@media (max-width: 990px){
    .visit-usa{
        text-align: center;
        margin: 3rem auto 0 auto;
        justify-content: center;
    }

    .visit-usa a{
        font-size: 1.5em;
    }
}

/* =================================== */
/* Distribuidores */
/* =============================== */

.map-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.map-head div {
    width: 33%;
    display: flex;
    justify-content: center;
}

.map-head img{
    width: 50%;
}

.map-container {
    width: 100%;
    height: 50rem;
}

#map {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

@media (min-width: 992px) {
    #estadoModal .modal-lg {
        max-width: 1000px !important;
    }
}