.bg_header {
    background: #ff6600 !important;
    color: #fff;
}

.btn-primary {
    background: #ff6600 !important;
}

.btn-fe {
    background: #17a2b8 !important;
    /* margin-top: 35px !important; */
}

.btn-fe:hover {
    color: #fff !important;
}

.google-map {
    border: 1px solid #d7cdcd;
}

.marcoMAPA {
    background: #333;
    width: 100%;
    height: 350px;
    border: 8px solid #fff;
    box-shadow: 0px 0px 10px 0px rgba(119, 119, 119, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(119, 119, 119, 0.75);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(119, 119, 119, 0.75);
    /* margin-top: 15px; */
}

.title_store {
    background: #ff6600;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    font-family: GothamBook;
    text-transform: uppercase;
}

.main-container .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 11px;
}

.main-container .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.main-container .php-email-form .error-message br+br {
    margin-top: 25px;
}

.main-container .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.main-container .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.main-container .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.copyright-info {
    text-transform: uppercase;
}

.menu_item {
    font-size: 15px;
    font-family: GothamBold;
}

.menu_item:hover {
    background: #fff !important;
    color: #000 !important;
}

.active_menu {
    background: #fff !important;
    color: #000 !important;
}

.border-a {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}


.btn-msg {
    background: #03c100;
    color: #ffffff;
    margin: 0;
    padding: 0;
    border: 0;
    position: fixed;
    width: 55px;
    height: 55px;
    line-height: 55px;
    bottom: 30px;
    right: 30px;
    border-radius: 50px;
    text-align: center;
    font-size: 23px;
    box-shadow: 0 1px 10px #0000004d;
    z-index: 100;
}

.icon_WhatsApp {
    color: #28a745;
    font-weight: bold;
    font-size: 20px;
}

.nro_WhatsApp {
    color: #28a745;
    font-weight: bold;
}

.item_store {
    color: #ff6600;
    font-size: 20px;
}

.icon_banner {
    color: #ffb600;
    font-size: 50px;
    margin-bottom: 10px;
}

.text_banner {
    font-size: 15px !important;
}


.span_line {
    height: 2px;
    background: #212121;
    width: 34%;
    margin: auto;
    margin-top: 10px;
}

.content_card {
    cursor: pointer;
    width: 100%;
    height: 300px;
    padding: 5px;
    border: 2px solid #ff6600;
}

.content_card:hover {
    opacity: 0.8;
}

.img_card {
    width: 100%;
    height: 100%;
}

.img_card img {
    width: 100%;
    height: 100%;
}

.txt_card {
    background: #ff6600;
    padding: 5px;
    color: #fff;
    font-weight: bold;
}

.content_wrapper {
    display: flex;
    align-items: center;
    /* justify-content: center;
    min-height: 100vh; */
    background: #343F4F;
}

.wrapper {
    max-width: 1200px;
}

.wrapper .carousel {
    font-size: 0px;
    cursor: pointer;
    white-space: nowrap;
}

.wrapper img {
    height: 110px;
    object-fit: cover;
    width: calc(100% / 3);
}

.nav_custom {
    padding: 0;
    background: #ff6600 !important;
}

.nav_custom img {
    width: auto;
    height: 70px;
}

.menu_Movil .menu_Movil_a {
    color: #fff !important;
}

.menu_Movil_a:hover {
    padding: 10px !important;
    background: #fff !important;
}

.content_video {
    /* background-color: #d7cdcd; */
    margin: 20px auto;
    width: 80%;
}

.item_redSocial {
    font-size: 30px;
    background: #eee;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    margin: 0 10px;
}

.item_redSocial .red_01 {
    margin-left: 10px;    
}

.item_redSocial:hover{
    background: #ff6600 !important;
    color: #fff;
    cursor: pointer;
}

.item_redSocial .red_02 {
    margin-left: 10px;
    margin-right: 10px;
}

.item_redSocial:hover{
    background: #ff6600 !important;
    color: #fff;
    cursor: pointer;
}

.content_btn_bookClaims {
    text-align: center;
    margin-top: 20px;
}

.btn_bookClaims {
    width: 250px;
    height: 80px;
    border-radius: 10px;
}

.btn_bookClaims:hover {
    -webkit-box-shadow: -1px 2px 14px 1px rgba(255, 102, 0, 1);
    -moz-box-shadow: -1px 2px 14px 1px rgba(255, 102, 0, 1);
    box-shadow: -1px 2px 14px 1px rgba(255, 102, 0, 1);
}