﻿body {}

.image-bg-imagen_texto {
    width: inherit;
    height: 400px;
    max-width: 1920px;
    max-height: 570px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.image-bg-colecciones {
    width: inherit;
    height: 220px;
    /*
    max-width: 330px;
    */
    max-width: inherit;
    max-height: 220px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.image-bg-dos-fotos {
    width: inherit;
    height: 290px;
    max-width: 690px;
    max-height: 290px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.image-bg-marcas {
    width: inherit;
    height: 110px;
    max-width: 170px;
    max-height: 110px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.image-bg-blog {
    width: inherit;
    height: 300px;
    max-width: 450px;
    max-height: 300px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.image-bg-imagenconhover {
    width: inherit;
    height: 400px;
    max-width: 690px;
    max-height: 400px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.image-bg-foto-con-link {
    width: inherit;
    height: 580px;
    max-width: 1410px;
    max-height: 580px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.image-bg-imagen-texto {
    width: inherit;
    height: 540px;
    max-width: 690px;
    max-height: 540px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.image-bg-cita {
    width: inherit;
    height: 129px;
    max-width: 228px;
    max-height: 129px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.image-bg-instagram {
    width: inherit;
    height: 282px;
    max-width: 282px;
    max-height: 282px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.image-bg-coleccion-producto {
    width: inherit;
    height: 363px;
    /*
    max-width: 330px;
    */
    max-width: inherit;
    max-height: 363px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}


.price_box span {
    text-decoration: line-through;
    font-size: 14px;
    margin-right: 5px;
    font-weight: 600;
    line-height: 16px;
    color: #1e1e1f;
}

.price_box {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    color: #1e1e1f;
}

.image-bg-productos {
    width: inherit;
    height: 363px;
    max-width: 330px;
    max-height: 363px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.container-video {
    width: inherit;
    height: 580px;
    max-width: 1410px;
    max-height: 580px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}



.estilo-custom-button {
    font-weight: 400 !important;
    height: 42px !important;
    line-height: 42px !important;
    padding: 0 30px !important;
    text-transform: capitalize !important;
    border: none !important;
    background: #232323 !important;
    color: #ffffff !important;
    cursor: pointer !important;
    -webkit-transition: 0.3s !important;
    transition: 0.3s !important;
    border-radius: 4px !important;
    max-width: fit-content;
}

.subscribe_form input {
    width: 100%;
    background: none;
    padding: 0 50px 0 3px;
    height: 45px;
    font-size: 16px;
    color: #666;
    border: 0;
    border-bottom: 2px solid #dfdfdf;
}

.subscribe_form button {
    font-size: 24px;
    height: 100%;
    border: 0;
    position: absolute;
    top: 0;
    right: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #232323;
    background: inherit;
    padding: 0;
}

/* necesario para estilos en combos*/
.container-select-custom {}

.container-select-custom>select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    -webkit-box-sizing: border-box;
    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;
    max-width: 330px;
}

.container-select-custom>label {}




/* necesario para estilos en combos*/
.image-bg-blog-parent {}

.image-bg-blog {
    width: inherit;
    height: 220px;
    /*max-width: 330px;*/
    max-height: 220px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: .3s;
}

.image-bg-blog-parent:hover .image-bg-blog,
.image-bg-blog-parent:focus .image-bg-blog {
    transform: scale(1.2);

}

.image-bg-detalle-blog {
    width: inherit;
    height: 700px;
    /*
    max-width: 1050px;
    */
    max-height: 700px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: .3s;
}

.image-bg-blog-relacionado {
    width: inherit;
    height: 220px;
    /*
    max-width: 330px;
    */
    max-height: 220px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: .3s;
}

.select-custom-precios {
    display: inline-block;
    position: relative;
    margin-right: 20px;
    padding-right: 20px;
    line-height: 15px;
    opacity: 1;
    text-transform: capitalize;
    line-height: 15px;
    font-size: 13px;
    display: inline-block;
    font-weight: 400;
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}

.btn-color-borrar-filtros {
    background: #232323;
    color: #ffffff;
}

.bolas_colores {
    list-style-type: none;
}

.image-bg-productos-buscador {
    width: inherit;
    height: 363px;
    /*
    max-width: 1050px;
    */
    max-height: 363;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: .3s;
}

.current_price {
    text-decoration: none !important;
}

.button_wishlist_custom {
    border-color: #fe3737 !important;
    border: 1px solid !important;
    background-color: transparent !important;
    color: #fe3737 !important;
}

.container_buscador_top_custom {
    position: relative;
    width: 100%;
}

.container_buscador_top_custom>input {
    width: 100%;
    border: 0;
    background: inherit;
    height: 42px;
    color: #232323;
    padding: 0 50px 0 10px;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}


.container_buscador_top_custom>button {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    background: inherit;
    height: 100%;
    width: 40px;
    text-align: center;
    font-size: 18px;
    color: #232323;
}


/* customizamos fuentes*/
@font-face {
    font-family: 'Times Bold Italic';
    src: url("../fonts/times-bold-italic");
}

/*
.section_title h2 {
    font-family: 'Times Bold Italic';
    font-style: italic;
}

.breadcrumb_content h3 {
    font-family: 'Times Bold Italic';
    font-style: italic;
}

.faq_content_wrapper h4 {
    font-family: 'Times Bold Italic';
    font-style: italic;
}

.contact_message h3 {
    font-family: 'Times Bold Italic';
    font-style: italic;
}

.about_content h1 {
    font-family: 'Times Bold Italic';
    font-style: italic;
}

.unlimited_services_content h1 {
    font-family: 'Times Bold Italic';
    font-style: italic;
}

.newsletter_title h3 {
    font-family: 'Times Bold Italic';
    font-style: italic;
}

.product_availability p {
    font-family: 'Times Bold Italic';
    font-style: italic;
}


.product_d_right h1 a {
    color: #0C2340 !important;
    font-family: 'Times Bold Italic' !important;
    font-style: italic !important;
}
*/


.product_d_right .product_desc p {
    line-height: 24px !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-family: "Lato", sans-serif;
    letter-spacing: 0.3px !important;
    text-transform: uppercase;
}

.fa {
    margin-top: 13px !important;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    text-align: center;
    padding-top: 8px;
}

.action_links ul li a {
    text-align: center;
    padding-top: 10px;
}

.page-selected {
    background-color: #e5cec7;
}

.index_contacto_btn {
    width: 40% !important;
    margin-left: 30%;
    border: 0;
    margin-bottom: 15px;
}

.menu_two nav>ul>li:hover .mega_menu {
    max-height: inherit !important;
}

.canvas_close a i {
    display: block;
    padding-top: 6px;
}

.canvas_open a i {
    display: block;
    margin-top: 4px;
}

.contrasenaEvento {
    width: 50%;
    background: none;
    padding: 0 50px 0 3px;
    height: 45px;
    font-size: 16px;
    color: #666;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: 2px solid #dfdfdf;
}

.btnEvento {
    background-color: #568eb2;
    color: #fff;
    padding: 10px 35px;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
}

.rd_eventoGC, .link_regresar {
    color: #666;
    font-size: 15px;
    font-weight: 600;
}

.breadcrumbs_area_evento {
    padding: 100px 0;
}

/*JCHC 31/03/2022*/
.evento_foto {
    width: 100%;
    height: 250px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

.evento_tit {
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.evento_fecha {
    font-size: 17px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
    border-bottom: 1px solid #ededed;
}

@media (max-width: 575.98px) {
    .contrasenaEvento {
        width: 100%;
    }

    .image-bg-detalle-blog {
        height: 200px;
    }
}

/*JCHC 31/03/2022*/

/*jchc 07/04/2022*/
#contact-form {
	display: flex;
	flex-direction: column;
}

.contact_message textarea, .contact_message input {
    color: #666;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: 2px solid #dfdfdf;
}

.index_contacto_btn {
    margin-left:unset;
    align-self: end;
    border-radius: 0 !important;
}

/*jchc 07/04/2022*/