/* CSS Document */
/* 
 *	Go-media | Design + Comunication + Development + Marketing Online
 *  info@go-media.com | www.go-media.com.ar
 * 
*/
@charset "utf-8";

/* Start Settings */

.swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 1062px;
    height: 600px;
}

.swiper-slide div {
    width: 100%;
    height: 100%;
    background-color: red;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#productoinfo .cardreservar{
    box-shadow: none;
    position: sticky;
    top: 120px;
    display: inline-block;
    width: 100%;
    padding: 25px 0;
    height: 314px;
}
#productoinfo .divcardreservar{
    height: 274px;
}
/* Mobile Devices */
@media screen and (max-width: 600px) {
    #productoinfo .cardreservar{
        height: auto;
    }
    #productoinfo .divcardreservar{
        height: auto;
    }
}

/*collapsible*/
/* Contenedor general */
.collapsible {
    border: none; /* quita el borde por defecto */
    box-shadow: none; /* elimina la sombra dura */
    background: transparent;
}

/* Encabezado */
.collapsible-header {
    font-weight: 500;
    padding: 14px 20px;
    background: #f9f9f9;
    border-bottom: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background 0.3s ease;
}

.collapsible-header:hover {
    background: #eee;
}
.collapsible .active .collapsible-header{
    background: #eee;
}

/* Icono de flecha */
.collapsible-header i {
    margin-right: 12px;
    color: #666;
    transition: transform 0.3s ease;
}

.collapsible-header.active i {
    transform: rotate(90deg);
    color: #00796b; /* un verde Material Design */
}

/* Contenido */
.collapsible-body {
    background: #fff;
    color: #444;
    line-height: 1.5;
}
/*collapsible*/



/*productoinfo*/
#productoinfo{

}
#productoinfo .container{

}

/*SERVICIOS*/
#servicios{

}
#servicios .container{
    margin-top: -40px;
    z-index: 99;
    position: relative;
}
/* Mobile Devices */
@media screen and (max-width: 600px) {
    #servicios .container{
        margin-top: 0px !important;
    }
}

#servicios .card-image img {
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
}
#servicios .card-image:hover img{
    transform: scale(1.2);
}
#servicios .card-title{
    text-shadow: #000000 1px 0 10px;
    width: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 30%, rgba(255,255,255,0) 100%);
}


/* Mobile Devices */
@media screen and (max-width: 600px) {
    #productoinfo .container {
        margin-top: 0px !important;
    }
}

#productoinfo .card-image img {
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
}
#productoinfo .card-image:hover img{
    transform: scale(1.2);
}
#productoinfo .card-title{
    text-shadow: #000000 1px 0 10px;
    width: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 30%, rgba(255,255,255,0) 100%);
}


/* Large & desktop Desktop Devices */
@media screen and (min-width: 993px) {

}

/* Tablet Devices */
@media screen and (max-width: 992px) {

}

/* Mobile Devices */
@media screen and (max-width: 600px) {

}

