.imagen {
    /* Escalamiento proporcional */
    width: 100%;
    height: 500px;

    /* Posicionamiento */
    position: relative;
    top: 0;
    left: 0;
    object-fit: cover;
}
@media screen and (max-width: 800px) { /* Hacemos la búsqueda y si coincide modificamos las propiedades de la imagen */
    imagen {
        left: 50%;
        margin-left: -400px;   /* Agregamos un margen negativo que represente el 50% */
        min-width: 350px;
        width: 100%;
        height: 250px;
    }
}

.nuevoContenedor{
	content: ' ';
    display: block;
    /*position: absolute;*/
    left: 0;
    width: 100%;
    /*height: 100%;*/
    z-index: 1;
    /*opacity: 0.6;*/
    background-image: url('../img/fondo/Marca-agua-vainilla-2.svg');
    background-repeat: repeat;
    background-size: 100% !important;
    background-position: 0% 0;
    -ms-background-size: auto;
    -o-background-size: auto;
    -moz-background-size: auto;
    -webkit-background-size: auto;
    background-size: auto;
}
.nuevoContenedor:after{
	    content: ' ';
    display: block;
    /*position: absolute;*/
    left: 0;
    width: 100%;
    /*height: 100%;*/
    z-index: 1;
    opacity: 0.6;
    background-image: url('../img/fondo/fondoContenido.png');
    background-repeat: space repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.nuevoContenedorCafe{
	content: ' ';
    display: block;
    /*position: absolute;*/
    left: 0;
    width: 100%;
    /*height: 100%;*/
    z-index: 1;
    /*opacity: 0.6;*/
    background-image: url('../img/fondo/Marca-agua-cafe-2.svg');
    background-repeat: repeat;
    background-size: 100% !important;
    background-position: 50% 0;
    -ms-background-size: auto;
    -o-background-size: auto;
    -moz-background-size: auto;
    -webkit-background-size: auto;
    background-size: auto;
}

.nuevoContenedorEmpresa{
	content: ' ';
    display: block;
    /*position: absolute;*/
    left: 0;
    width: 100%;
    /*height: 100%;*/
    z-index: 1;
    /*opacity: 0.6;*/
    background-image: url('../img/fondo/Marca-agua-kalakapala-2.svg');
    background-repeat: repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: 100% !important;
}

.bg-table{
    background-color:rgba(255, 255, 255, 0.5);
}


.nuevoContenedorCar{
	content: ' ';
    display: block;
    /*position: absolute;*/
    left: 0;
    width: 100%;
    /*height: 300px;*/
    
    /*opacity: 0.6;*/
    background-image: url('../img/fondo/Marca-agua-vainilla-2.svg');
    background-repeat: repeat;
    background-size: 195% !important;
    background-position: 0% 0;
    -ms-background-size: auto;
    -o-background-size: auto;
    -moz-background-size: auto;
    -webkit-background-size: auto;
    background-size: auto;
    
}

.nuevoContenedorCar2{
	content: ' ';
    display: block;
    margin: 20px!important;
    left: 0;
    width: 100%;
    background-color: #000;
    background-image: url('../img/newsletter/ma_newsletter.png');
    background-repeat: repeat;
    background-size: 94% !important;
    background-position: 25px 20px ;
    -ms-background-size: auto;
    -o-background-size: auto;
    -moz-background-size: auto;
    -webkit-background-size: auto;
    
}

.nuevoContenedorCar3{
	content: ' ';
    /*display: block;*/
    left: 0;
    width: 100%;
    background-color: transparent;
    /*background-image: url('../img/newsletter/ma_newsletter.png');*/
    background-repeat: repeat;
    background-size: 94% !important;
    background-position: 25px 20px ;
    -ms-background-size: auto;
    -o-background-size: auto;
    -moz-background-size: auto;
    -webkit-background-size: auto;
    
}

.image-cent-all{
    align-items: center !important;
    text-align: center !important;
}

.newsletter{
    color: #F1DBC6!important;
}

.newsletter2{
    color: #F1DBC6!important;
    font-size: 1.5rem !important;
}

.btn-newsletter{
    background-color: #F1DBC6!important;
    color: #000!important;
}

.input-newsletter{
    background-color: #F1DBC6!important;
    color: #000!important;
    margin-bottom: 1rem;
}


.news-back{
	
    background-image: url('../img/fondo/Marca-agua-kalakapala-2.svg');
    background-repeat: repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}