/* CSS Document */
/* 
 *	Go-media | Design + Comunication + Development + Marketing Online
 *  info@go-media.com | www.go-media.com.ar
 * 
*/
@charset "utf-8";

/* Start Settings */






/*** SLIDER ***/
#slidercont{
    position: relative;
    height: calc(100vh - 215px);
    margin: 0 auto 0 auto;
    top: 0;
    width: 95%;
}
#slidercont .slider .slides li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    background-color: rgb(0, 0, 0);
}
#slidercont .slider .slides li .caption{
    top:auto;
}

#slidercont .slider .slides li img {
    opacity: 1;
}
.slider ul.indicators .indicator-item{
    background: none !important;
}
#slidercont .arrows {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(0%, -50%);
    z-index: 2;
    /*
    display: block;
    position: absolute;
    top: calc(50vh - 215px);
    z-index: 2;
    */
}
#slidercont .arrows.next {
    right: 0;
}
#slidercont .arrows.prev {
    left: 0;
}
.slider-animation {
    animation-name: slider-animation3;
    animation-timing-function: linear;
    animation-duration: 50s;
    animation-iteration-count: infinite;
}
@keyframes slider-animation3 {
    0%   {background-position: center center; transform: scale(1.2);}
    50%  {background-position: 100% 110%; transform: scale(1);}
    100%   {background-position: center center; transform: scale(1.2);}
}
@keyframes slider-animation2 {
    0%   {background-position: center center; transform: scale(1);}
    50%  {background-position: 100% 100%; transform: scale(1.3);}
    100%   {background-position: center center; transform: scale(1);}
}
@keyframes slider-animation1 {
    0%   {background-position: 10% 10%; transform: scale(1);}
    50%  {background-position: 20% 20%; transform: scale(1.1);}
    100%   {background-position: 20% 10%; transform: scale(1);}
}

#slidercont .card-panel{
    background-color: rgb(0,0,0,0.3);
    border-radius: 8px;
    padding:40px;
}
#slidercont .slider-titulo{
    line-height: 1;
    font-weight: bold;
}
/* Mobile Devices */
@media screen and (max-width: 600px) {
    #slidercont .slider-titulo{
        font-weight: normal;
    }
}

/*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%);
}

#productos .card-image{

}

#nosotros .parallax-container{
    height: 750px;
}
#nosotros .slider-back {
    filter:brightness(0.2);
}

#nosotros {
    /*
    background-image: url('../../../img/ruidoazulfondo.jpg');
    background-repeat: repeat;
    background-size: auto;
    background-position: center top;
    */
}
#nosotros .textonosotros{
    padding-right: 40px;
}
/* Mobile Devices */
@media screen and (max-width: 600px) {
    #nosotros .parallax-container{
        height: auto !important;
    }
    #nosotros .textonosotros{
        text-align: left !important;
        padding-right: 0;
    }
}

#promociones{}

.promo-cont {
    position: relative; /* Permite posicionar los botones relativos a este contenedor */
}

.carousel-nav {
    width: 100%;
    position: absolute;
    top: 50%; /* Centra verticalmente */
    transform: translate(0, -50%); /* Ajusta la posición vertical */
}
.carousel-nav .i{
    position: absolute;
    left: 0; /* Alinea a la izquierda */
}
.carousel-nav .d{
    position: absolute;
    right: 0; /* Alinea a la izquierda */
}

/* 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) {

}

