.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
	margin : 70px 30px; 
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    width: 569px;
    height: 209px;
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
	display: none !important;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    /* padding: 15px; */
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    /* padding: 15px; */
    /* height: 0px; */
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    /*.modal-dialog {
        width: 600px;
        margin: 30px auto
    }*/
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.modal-footer:after,
.modal-header:after,


.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-calendar:before {
    content: "\e109"
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}


/*PARRA*/

#modal_content_custom{
	border-radius: 25px;
}

.custom-dialog{
	position: fixed;
    right: 0;
    top: 10px;
}

#button_default{
	border-radius: 40px;
	color: #ad2076;
	padding: 7px 19px;
	/* border-color: #EF96B8; */
	border: 2px solid #EF96B8;
	margin-left: 56px;
	width: 236px;
	height: 51px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

#close_btn{
	font-size: 28px;
	font-weight: 200;
	color: #aa2074 !important;
	opacity: 10;
	padding-right: 20px;
	padding-top: 15px;
}

#image_promo{
	float: left;
	width: 34%;
	position: absolute;
	top: -77px;
	left: -12px;
}

#text_promo_div{
	float: right;
	width: 58%;
	/* font: 300 18px / 1.5 'museo_sans300',"Helvetica Neue",Helvetica,Arial,sans-serif; */
	/* padding-bottom: 3%; */
	/* padding-top: 3%; */
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
    padding-top: 8px;
}

#footer_modal_custom{
	border-top: none;
	/*padding: 15px 15px 0px 15px;*/
	text-align: center;
}
#image_promo img{
	width: 90%;
	position: absolute;
	/* top: -20% !important; */
    top: 16px;
    left: 10px;
}

#modal_header_custom{
	/* padding: 15px 15px 0px 0px; */
	border-bottom: none;
}

#modal_popup{
	width: 1%;
}

.modal-backdrop{
	background-color: transparent;
}

#text_head, #text_phone, #text_free, #text_title, #text_dh{
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    text-align: right !important;
}

#text_head{
    color: #333;
    font-size: 16px;
}

#text_phone{
    font-size: 41px;
	font-weight: 600;
    color: #aa2074 !important;
}

#logo_phone {
    position: absolute;
    top: 64px;
    left: 170px;
}

#text_free{
    position: relative;
    top: -10px;
    color: #a60077;
}

div #text_promo_div{
    margin-right: 30px;
    padding-top: 11px !important;
}

/*TABLET*/
@media (min-width: 768px) and (max-width: 992px){ 	
	.modal-content{
		height: unset;
		width: unset;
        margin: 0;
        height: 158px !important;
	}
	
	.tm-header{
		z-index: 8;
	}
	
	#image_promo{
		float: left;
		width: 25%;
		position: absolute;
		top: -8px;
		left: -12px;
	}
	
	.modal-dialog {
		width: 431px;
		height: 204px;
		margin: 70px 30px;
		float: right;
	}
	
	#text_promo_div{
		float: right;
		width: 61%;
		font-family: 'Open Sans', sans-serif;
		font-size: 16px;
        padding-top: 8px;
    }
    /**/
    #text_head{
        text-align: center !important;
        margin-left: 48px !important;
        font-size: 14px;
    }
    
    #text_phone{
        font-size: 30px;
        font-weight: 600;
    }
    
    #logo_phone {
        position: absolute;
        top: 56px;
        left: 90px;
    }
    
    #text_free{
        position: relative;
        top: -10px;
        color: #a60077;
    }

    #text_dh, #text_title{
        font-size: 12px;
        position: relative !important;
        top: -5px !important;
    }
    
    div #text_promo_div{
        margin-right: 30px;
        padding-top: 6px !important;
        width: 80% !important;
    }

    .phone-line, #text_title, #text_dh{
        margin-right: 20px !important;
    }
	/**/
	.mobile-menu-toggle{
		z-index: 9;
	}
}

@media (max-width: 767px){
    #modal_content_custom {
        height: 208px !important;
    } 
    
    #logo_phone{
        top: 84px;
        left: 10px;
     }

     #text_phone{
         font-size: 26px;
         padding-left: 30px;
         text-align: center !important;
     }
     
     #text_head, #text_free, #text_title, #text_dh{
         font-size: 14px;
         text-align: center !important;
     }

     #text_free{
        text-align: right !important;
        padding-right: 20px;
    }

	#image_promo{
		display:none;
	}
	
	#text_promo{
		margin: 25px 0 9px 0;
    }
    
    div #text_promo_div{
        width: 80% !important;
    }
	
	.modal-content{
		height: unset;
		width: unset;
		margin: 0;
	}
	
	#text_promo_div{
		float: left;
		margin-left: 6%;
		width: 90%;
		margin-top: 2%;
		font-family: 'Open Sans', sans-serif;
		/* padding-bottom: 3%; */
		padding-top: 3%;
		font-size: 16px;
	}
	
	.modal-dialog{
		width: 290px;
		margin: 10px 10px;
		float: right;
	}
	
	#modal_content_custom{
		width: 290px;
		height: 178px;
	}
	
	#close_btn{
		position: absolute;
		right: 0;
		z-index: 99;
	}
	
	#button_default{
		margin-left: 0px;
	}
	
	.mobile-menu-toggle{
		z-index: 9;
	}
	.tm-header{
		z-index: 8;
	}
}

.modal-open{
	overflow: initial;
}


.popup_custom_span{
	color: #EF96B8;
	font-size: 16px;
	margin-right: 3px;
}