/*--------------------ESTILOS DEL BANNER-----------------*/

.banner {
   
    position: relative;
}

.banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /*background: rgba(0,0,0,0.7);*/
    z-index: 1000;
    top: 0;
}

.banner__img {
    width: 100%;
    height: 500px;
    
}

.banner__content {
    width: 90%;
    color: white;
    text-align: center;
    position: absolute;
    z-index: 1500;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 3.5em;
    font-weight: bold;
    background: rgba(0,0,0,0.4);
    font-family: cursive; 
}

.banner__content .resiliencia {
    margin: 0;
}

.banner__content .plantasymacetas {
    margin: 0;
    font-size: 30px;
}

/*--------------------ESTILOS DEL SLIDER-----------------*/

/*.container-slider {
    
    width: 100%;
    
    margin: auto;
    overflow: hidden;
    box-shadow: 0 0 0 10px #fff,
                0 15px 50px;
    
    position: relative;
    
    margin-top: 20px;
    margin-bottom: 20px;
    
}

.slider {
    display: flex;
   width: 400%;    
   height: 400px; 
   margin-left: -100%; 
}

.slider__section {
    width: 100%;
    
}

.slider__img {
    
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}

.slider__btn {
    
    position: absolute;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.7);
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    font-weight: bold;
    font-family: monospace;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

.slider__btn:hover {
    background: #fff;
}

.slider__btn--left{
    left: 10px;
}

.slider__btn--right{
    right: 10px;
}*/

/*-------------------------------------------------------*/


/*------------ESTILOS DEL SLIDER INFINITO DE VARIAS FOTOS--------------*/

.contenedor {
    width: 100%;
    margin: auto;
    overflow: hidden;
}

#slider_fotografico {
    width: 100%;
    height: 420px;
    
    margin-top: 20px;
    margin-bottom: 20px;
    
    background-image: url(/MI_SITIO_WEB_2024/img/pexels-cottonbro-4503261.jpg);
    background-size: 100% 100%;
    object-fit: cover;
    
    
    /*animation: slider 10s infinite linear;*/
    
}

/*@keyframes slider {
    to {
        background-position: 2000px;
    }
}*/


/*-------------------Estilos principales DEL MAIN-----------------------*/
.contenedor_main {
    width: 90%;
    margin: auto;
}


.container--flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

/*.column {
    width: 100%;
    box-shadow: rgba(0,0,0,0.9) 0 0 15px 10px;
}*/


.group--color .container {
    background: rgba(0,0,0,0.5);
    color: white;
    padding: 10px;
    text-align: center;
}

.main__title {
    margin: 15px 0;
    font-size: 1.8em;
    font-family: 'Pacifico', cursive;
    font-weight: 100;
}

img {
    display: block;
    width: 100%;
    max-width: 100%;
}

/*-------SECCION SORTEOS--------*/
/*.comlumn__title {
    font-size: 1.3em;
}

.main__about__description .column:nth-child(2) {
    padding: 10px;
}

.comlumn__title {
   color: aliceblue; 
}
.comlumn__title a{
    text-decoration: none;
    color: #AE1F10;
}
.column__txt {
    background: rgba(142,156,93,0.9);
    color: white;
}

.btn {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 120px;
    background: #DE423A;
    color: white;
    padding: 10px;
    margin: 10px auto;
}*/

/*---------------------*/

.group__title {
    font-family: 'Pacifico', cursive; 
    text-align: center;
    font-weight: 100;
    font-size: 1.8em;
    margin: 30px;
    background: #fff;
    border-radius: 5px;
}




.today-special .column {
    margin-bottom: 30px;
    text-align: center;
}

.today-special__img {
    margin: auto;
    max-width: 350px;
}

.today-special__title {
    height: 60px;
    
    font-size: 1.3em;
    padding-top: 10px;
    padding-bottom: 20px;
    color: white;
     /*background: linear-gradient(rgba(255,255,255,0.0), rgba(0,0,0,1));*/
    background: rgba(0,0,0,0.8);
    
}

.today-special__price {
    font-size: 1.5em;
    color: #DE423A;
    font-weight: bold;
    /*background: linear-gradient(rgba(255,255,255,0), rgba(0,0,0,1));*/
    background: rgba(0,0,0,0.8);
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    
}

@media screen and (min-width:480px) {
    .column--50 {
    width: 49%;
    }

    .column--50-25 {
    width: 49%;
    height: 330px;
    }
    .main__about__description .btn {
        margin: 0;
    }
    .today-special .column {
        border: 5px solid #ddd;
        padding: 5px;
    }
    
    .today-special__img {
        height: 200px;
        object-fit: cover;
    }
    
    .today-special__title {
    height: 60px;
    
    font-size: 1.1em;
  
    
    }

    .today-special__price {
        font-size: 1.3em;
        padding-top: 10px;
    }
    
}

@media screen and (min-width:768px) {
    
    .banner__img {
        width: 100%;
        height: 500px;
        object-fit: cover;
    }
    
    .banner__content .resiliencia {
    font-size: 65px;
    }

    .banner__content .plantasymacetas {
    margin: 0;
    font-size: 40px;
    }
    
    .main__title {
        font-size: 2.2em;
    }
    .main__about__description {
        margin-top: 30px;
    }
    .main__about__description .column--50:nth-child(2){
        font-size: 1em;
    }
    .main__about__description .column--50:nth-child(2) .column__txt{
        line-height: 30px;
    }
    .column--50-25{
        width: 24.5%;
    }
    .column__title{
        font-size: 1em;
    }
    .today-special__price {
        font-size: 1.3em;
        padding-top: 0;
    }
    
}

@media screen and (min-width:1024px) {

    .main__title {
        font-size: 2.3em;
    }
    .main__about__description {
        margin-top: 30px;
    }
    .main__about__description .column--50:nth-child(2){
        font-size: 1em;
    }
    .main__about__description .column--50:nth-child(2) .column__txt{
        line-height: 35px;
    }
    .column--50-25{
        width: 24.5%;
    }
    .column h3{
        font-size: 1.6em;
    }
    .group__title{
        font-size: 2.5em;
    }
    
    .today-special__title {
        font-size: 1em;
    }
    .today-special__price {
        font-size: 1.3em;
    }
}

@media (min-width:1200px) {
    
     .today-special__title {
        font-size: 1.1em;
    }
    .today-special__price {
        font-size: 1.3em;
    }
}

@media (min-width:1400px) {
    
     .today-special__title {
        font-size: 1.2em;
    }
    .today-special__price {
        font-size: 1.4em;
    }
}




.today-special__nombre {
    
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
background: rgb(69,72,77); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

    color: orange;
    height: 70px;
    font-size: 1.3em;
    padding-top: 10px;
    padding-bottom: 20px;
    
}

.today-special__caracteristica {
    
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
background: rgb(69,72,77); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    
    color: gainsboro;
    height: 100px;
    font-size: 1.3em;
    padding-top: 10px;
    padding-bottom: 20px;
}

.today-special__descripcion {
    
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
background: rgb(69,72,77); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

    
    height: 160px;
    font-size: 1.1em;
    color: #DE423A;
    font-weight: bold;
    
}


