input{
    cursor: pointer;
}

.swal2-styled.swal2-confirm
{
    background-color: #FF2B25;
}

.marcaAgua{
    position: absolute;
    right: 0;
    bottom: 140px;
    left: 0;
    width: 35%;
    margin: auto;
    z-index: 5; 
}
.vista-producto-container
{
    margin: 0 auto;
    margin-bottom: 80px;
    padding: 0 80px;
}

.oferta {
    right: 50px !important;
}

.producto
{
    display: flex;
}

.title-producto-container
{
    padding: 50px 0 ;
}
.productos-relacionados .owl-thumbs{
    display: none;
}
.foto
{
    object-fit: contain;
    display: block;
    margin: 0 auto;
    height: 100%;
    max-height: calc(100vh - 300px);
}

.producto-contacto
{
    padding: 40px;
    display: flex;
    align-items: center;
}

.producto-contacto2
{
    padding: 40px;
    display: flex;
    align-items: center;
    background:#FF2B25;
    border-radius: 8px;
    color: #fff;
    box-shadow: -5px -4px 18px -5px rgba(0,0,0,0.62);
    -webkit-box-shadow: -5px -4px 18px -5px rgba(0,0,0,0.62);
    -moz-box-shadow: -5px -4px 18px -5px rgba(0,0,0,0.62);
}

.inputs
{
    border: none;
    outline: none;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 7px;
    background-color: rgb(247, 247, 247);
    transition: all .2s;
}

.inputs:focus
{
    background-color: #fff;
}

legend
{
    font-size: 20px;
}

.btn_contactar
{
    width: 100%;
    border: none;
    outline: none;
    background: #fff;
    padding: 10px 0;
    color: #FF2B25;
    border-radius: 7px;
    margin-top: 20px;
    transition: all .3s;
}

.btn_contactar:hover
{
    background: #000;
    color: #fff;
}


.radios input
{
    color: #FF2B25;
}


.imagenes
{
    position: relative;
}

.super
{
    position: absolute;
    top: 0px;
    left: 0;
    /* right: 0; */
    margin: auto;
    width: 30% !important;
    z-index: 5;
}

/************************************/
.title-descripcion-container
{
    padding: 40px 0;
    position: relative;
    padding-bottom: 10px;
}

.title-descripcion-container h1
{
    font-size: 25px;
}

.title-descripcion-container::before
{
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 30%;
    height: 4px;
    background:#FF2B25;
    border-radius: 10px;
}

.descripcion-container
{
    margin-top: 20px;
}

/**********************/

.first-part-main .owl-carousel .owl-stage-outer
{
   border: 1px solid #cacaca;
   margin-bottom: 20px;
   border-radius: 5px;
}

.precios{
    justify-content: inherit;
    gap: 20px;
    font-size: 28px;
}

.owl-prev
{
    position: absolute;
    top: 40%;
    left: 20px;
    background: none !important;
    color: #F8C713 !important;
}

.owl-next
{
    position: absolute;
    top: 40%;
    right: 20px;
    background: none !important;
    color: #F8C713 !important;
}


/**********************/
.galeria-imgs-main  .item{
    margin: 30px 0;
    color: #000;
    text-align: justify;
}


.galeria-imgs-main .owl-thumbs{
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -o-flex;
    flex-flow: row wrap;
    gap: 15px;
}
.galeria-imgs-main .owl-thumbs .owl-thumb-item{
    position: relative;
    width: 20%;
    height: 100px !important;
    background: transparent;
    border: 1px solid #cacaca;
    height: 100%;
    display: block;
    line-height: 1;
    cursor: pointer;
    padding: 0;
}
.galeria-imgs-main .owl-thumbs .owl-thumb-item:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
}

.galeria-imgs-main .owl-thumbs .owl-thumb-item.active:before{
    opacity: 0.5;
}
.galeria-imgs-main .owl-thumbs .owl-thumb-item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.galeria-imgs-main .owl-thumbs .owl-thumb-item:focus,
.galeria-imgs-main .owl-thumbs .owl-thumb-item.active{
    outline: none;

}
.img-producto-container{
    height: 75%;
    position: relative;
}
.foto{
    height: 100%;
    object-fit: contain;
}
/***************************/
.productos-relacionados-container
{

}

.precios2{
    justify-content: space-between;
    font-size: 18px;
    padding-top: 10px;
}

.title-producto-rel-container
{
    padding: 50px 0;
}

.info-producto-container
{
    padding: 10px 20px;
    height: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.info-producto-container h5
{
    word-break: break-word;
    overflow-wrap: break-word;
    font-size: 18px;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
}

.title-producto-rel-container h1
{ 
    text-align: center;
    font-weight: 700;
}

.productos-relacionados
{

}

.productos-relacionados .owl-carousel .owl-stage-outer
{
    padding: 40px 0;
}

.textarea
{
    max-height: 80px;
}

/************************/

.formulario
{

}


.radios
{
    width: 100%;
}

@media(max-width: 1200px)
{

}


@media(max-width: 992px)
{
    .producto
    {
        flex-direction: column;
    }

    .producto-contacto
    {
        margin: 40px auto;
    }

    .producto-contacto2
    {
        margin: 40px auto;
    }
}


@media(max-width: 768px)
{
    
}


@media(max-width: 576px)
{
    .vista-producto-container
    {
        padding: 0 40px;
        padding-top: 50px;
    }

    .foto
    {
        width: 100% !important;
        height: 300px;
    }

    .super
    {
        width: 80% !important;
    }
}

.oferta2{
    right: 80px;
    width: 90px;
    height: 90px;
    font-size: 18px;
}

.oferta2::before{
    width: 95px;
    height: 95px;
}

  
.zoom img:hover{
    opacity: 0;
}

.zoom img{
    transition: opacity .1s;
    display: block;
    width: 100%;
    background-repeat: no-repeat;
}

.zoom {
    background-position: 50% 50%;
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: zoom-in;
    background-repeat: no-repeat;
}

.zoom2 img:hover{
    opacity: 0;
}

.zoom2 img{
    transition: opacity .1s;
    display: block;
    width: 100%;
    background-repeat: no-repeat;
}

.zoom2 {
    background-position: 50% 50%;
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: zoom-in;
    background-repeat: no-repeat;
}


.zoom3 img:hover{
    opacity: 0;
}

.zoom3 img{
    transition: opacity .1s;
    display: block;
    width: 100%;
    background-repeat: no-repeat;
}

.zoom3 {
    background-position: 50% 50%;
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: zoom-in;
    background-repeat: no-repeat;
}