
.data-protection .container {
    max-width: 1351px;
}
.data-protection-content .breadcrumb p.actual {
    margin-bottom: inherit;
    vertical-align: middle;
    float: none;
    display: inline-block;
}

@media (max-width:1400px){
	.data-protection .container {
		max-width:1200px;
	}
}
.data-protection-content {
    padding-bottom: 88px;
}
@media(max-width:1279px){
    .data-protection-content{
        padding: 0 20px 50px;
    }
}
@media(max-width:767px){
    .data-protection-content{
        padding: 0 0 28px;
    }
}
.data-protection .data-protection-banner {
	padding-bottom: 15.42%;
	position: relative;
	background-size: cover;
    background-position: center center;
    margin-bottom: 10px;
}
@media(max-width:1279px) {
	.data-protection .data-protection-banner{
		padding-bottom: 23.5%;
		margin-bottom: 0;
	}
}
@media(max-width:767px) {
    .data-protection .data-protection-banner{
	padding-bottom: 39%;
    }
    .data-protection-content .breadcrump{
        padding: 10px 0;
    }
    .data-protection-content .home_icono {
        display:none;
    }
}
.data-protection_container{

}

.data-protection_container h1{
    font-size: 24px;
    font-family: 'montserratbold';
    color: #641F2D;
    margin-top: 6px;
}
@media(max-width:767px) {
    .data-protection_container h1{
    font-size: 18px;
    }
}
.data-protection_container h2{
    font-size: 16px;
    font-family: 'montserratbold';
    color: #641F2D;
    margin-top: 19px;
    margin-bottom: 20px;
}
@media(max-width:1279px){
    .data-protection_container h2{

margin-top: 15px;

}
}
@media(max-width:767px) {
    .data-protection_container h2{
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 24px;
    }
}
.data-protection_container p{
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 1.5;
}

.data-protection_container p a{
    width: auto;
    float: none;
    display: inline;
    color:#AC5471;
}

/* Popup Css */
.popup_wraper {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
    display: none;
}
.popup_wraper .popup-inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 787px;
    margin: 0 auto;
    float: none;
    background-color: #fff;
    left: 0;
    right: 0;
    border: 1px solid #824A56;
    overflow: hidden;
    height: calc(100vh - 100px);
}
@media(max-width:767px){
    .popup_wraper .popup-inner {
        height: calc(100vh - 140px);
        padding-bottom: 78px;
    }
}
.popup_wraper .popup-inner .inner {
    padding: 20px;
    max-height: 100%;
    overflow-y: auto;
    height: calc(100vh - 148px);
    position: relative;
}
@media(max-width:767px){
    .popup_wraper .popup-inner .inner {
        padding: 15px;
        height: calc(100vh - 65px);
    }
}
.popup_wraper .popup-inner .inner::after{
    content: '';
    width: 97%;
    height: 20px;
    background: #ffffff;
    bottom: 0;
    left: 0;
    position: fixed;
}
.popup_wraper .popup-inner .title {
    background-color: #824A56;
    position: relative;
    padding: 14px 75px 14px 60px;
    text-align: left;
}
@media(max-width:767px){
    .popup_wraper .popup-inner .title {
        padding: 13px 46px 13px 56px;
    }
}
.popup_wraper .popup-inner .title img {
    width: auto;
    position: absolute;
    left: 16px;
    top: 8px;
}
.popup_wraper .popup-inner .title h5 {
    width: auto;
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-family: 'montserratsemibold';
    text-transform: uppercase;
}
.popup_wraper .popup-inner .title span.close {
    background-image: url(../images/close_popup.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 25px;
    height: 26px;
    background-size: 23px 24px;
    right: 21px;
    top: 12px;
    cursor: pointer;
    z-index: 999;
}
@media(max-width:767px){
    .popup_wraper .popup-inner .title span.close {
        background-image: url(../images/white-close.svg);
        background-size: 15px;
        position: absolute;
        width: 16px;
        height: 16px;
        right: 16px;
    }
}
.popup_wraper .general_conditions_block_container  h2{

margin: 0 0 18px;
}