﻿#modalNewsLetter {
    display: none;
	margin-top: 100%;
}

#modalNewsLetter * {
    font-family: inherit;
}

.themodal-lock .themodal-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
}

#modalNewsLetter .left img {
    max-height: 350px;
}

#modalNewsLetter .right {
    position: relative;
}

#modalNewsLetter .right .content {
    position: relative;
    background: #fff;
    width: 300px;
    height: auto;
    padding-top: 20px;
	margin-top: 0;
}

#modalNewsLetter .right .content .sucess {
    margin: 56px auto 82px;
}

#modalNewsLetter .right .content .close {
    width: 110px;
    height: 25px;
    background-color: #000000;
    color: #ffffff;
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#modalNewsLetter .right .content p {
    margin-bottom: 6px;
    text-align: center;
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

#modalNewsLetter .right .content p.error {
    color: #d60000;
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 13px;
    visibility: hidden;
    opacity: 0;
}

#modalNewsLetter .right .content p.error.active {
    visibility: visible;
    opacity: 1;
}

#modalNewsLetter .right .content p.info__bottom {
    text-align: center;
    margin-top: 10px;
    color: #000000;
    font-size: 10px;
    font-weight: 400;
}

#modalNewsLetter .right .img__back {
	position: absolute;
    top: -359px;
    left: 0px;
    z-index: -1;
	max-height: 404px;
}

#modalNewsLetter .right .logo-modal {
    max-width: 151px;
    margin-bottom: 20px;
    max-height: 50px;
}

#modalNewsLetter .right .btn-block {
    margin: 20px auto;
    padding: 5px;
    width: 110px;
    height: 25px;
    background-color: #000000;
    display: block;
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.72px;
}

#modalNewsLetter .right .logo-modal.dudalina {
    filter: invert(1);
}

#modalNewsLetter .newslettersales {
    display: flex;
    flex-direction: column;
}

#modalNewsLetter .newslettersales input {
    margin-bottom: 10px;
    width: 261px;
    height: 36px;
    border: 1px solid #acacac;
    color: #acacac;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}

#modalNewsLetter .newslettersales input.error {
    border: 1px solid #d60000;
    color: #d60000;
}

#modalNewsLetter .newslettersales input.error::placeholder {
    color: #d60000;
    opacity: 1;
}

#modalNewsLetter .newslettersales input.error:-ms-input-placeholder {
    color: #d60000;
}

#modalNewsLetter .newslettersales input.error::-ms-input-placeholder {
    color: #d60000;
}

#modalNewsLetter .FakeClose {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 25px;
}

form.newsSales input.form-control::placeholder{
	color: #171717!important;
}

@media (min-width:767px) {
	#modalNewsLetter {
		margin-top: 0;
	}
	
	#modalNewsLetter .right .content {
		margin-top: 0;
	}	
}

@media (min-width: 992px){
	#modalNewsLetter .right .content{
		height: 350px;
		justify-content: space-around;
	}
}

@media (min-width: 300px) and (max-width: 768px){
	#modalNewsLetter .right .img__back{
		width: 100%;
		top: -357px;
	}
} 