body {
    background: none repeat scroll 0 0 #fff;
	font-family: 'Source Sans Pro', sans-serif;
}

hr {
    border-top: 1px solid;
    display: block;
    height: 1px;
    margin-top: 25px;
    width: 100%;
    color: #c81591;
}

#wrapper,
.wrapper{

	margin-left: auto;
	margin-right: auto;
	background: #fff;
}


.header {
    padding: 1%;
}
.header_bg{
	background: none;
}

.header_wm{
	border-bottom: 1px solid #e5e5e5;
	/*box-shadow: 0 5px 19px 2px rgba(0, 0, 0, 0.1);*/
	/*background: url(../images/back_top.png) no-repeat center center;*/
	background: #D0D0D0 url(../images/back_top.png) repeat-x center top;
	height: 165px;
	padding: 1%;
	width: 100%;
}

.responsive-nav {
    min-height: 110px;
    /*position: fixed;*/
    width: 100%;
    top: 0;
    z-index: 99999;
    /*
    -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
    */
    /*
    -ms-filter: “alpha(opacity=0)”;
          filter: alpha(opacity=0);
                 -khtml-opacity: 0;
                   -moz-opacity: 0;
                        opacity: 0;
    */

    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 1%, rgba(206,206,206,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(206,206,206,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 1%,rgba(206,206,206,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 1%,rgba(206,206,206,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 1%,rgba(206,206,206,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 1%,rgba(206,206,206,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cecece',GradientType=0 ); /* IE6-9 */


    /*border-bottom: 1px solid rgba(229,234,235,1);*/
    border-bottom: 1px solid #e5e5e5;
}

.logo img{
    margin: 5px 0 0 18px;
    max-height: 100px;
    vertical-align: middle;
}

.logo a{
    display: block;
}

.responsive-nav ul {
    list-style: none;
    float: right;
    padding: 0;
    margin: 0;
}

.responsive-nav ul li {
    list-style-type: none;
    display: inline-block;
    cursor: pointer;
    float: left;

    text-transform: uppercase;
    font-weight: normal;
}

.responsive-nav ul li a {
    padding: 13px 17px;
    display: block;
    -webkit-transition: 0.2s;
            transition: 0.2s;
    color: #5A646E;
    font-size: 12px;
}

.responsive-nav ul li a:hover{
    color: #c81591;
    text-decoration: none;
}

.responsive-nav ul li .active a {
    color: #C81591;
    background: none;
}

.responsive-nav ul li.lang_es {
    width: 30px;
}

.responsive-nav ul li.lang_en{
    width: 30px;
}

.responsive-nav ul li.lang_pt{
    width: 30px;
}

.responsive-nav ul li.lang_pt{
    margin-left: 0;
    margin-right: 20px;
}

.lang .select a{
    font-weight: bold;
    color: #c81591;
}

.responsive-nav ul li.lang_en a::after,
.responsive-nav ul li.lang_es a::after {
    content: '|';
    padding: 0 3px 0 3px;
}

.main_bg{
    background: none;
}

.main_bg .wrap{
    background: #fff;
}

#wrapper{
    margin-top: 50px;
}



.main_bg{
	background: none;
}

.main_bg .wrap{
	background: #fff;
}

footer{
	background: #F1F4F5;
	padding: 0;
	color: #000;
    font-size: 15px;
}

footer a {
    color: #5a646e;
    text-decoration: none;
    font-size: 16px;
}

footer h3{
	font-size: 22px;
    font-weight: bold;
    text-align: left;
    margin: 0 0 10px 0;
    color: #c81591;
}


footer .widget .fa{
	color: #c81591;
}



footer .widget-title{
	font-size: 22px;
    font-weight: bold;
    text-align: left;
    margin: 0 0 10px 0;
}

footer .textwidget ul li a,
footer .textwidget p{
	font-size: 18px;
}

footer .widget ul li{
	padding-left: 1.2em;
	margin: 10px 0 0 0;
	text-align: left;
}

footer ul li:before {
	content: '\f054'; /* FontAwesome char code inside the '' */
	font-family: FontAwesome; /* FontAwesome or whatever */
	display: inline-block;
	width: 1.2em; /* same as padding-left set on li */
	margin-left: -1.2em; /* same as padding-left set on li */
	color: #c81591;
}​

footer ul li a:hover{
	text-decoration: underline;
}

footer ul li.fa-phone::before{
	content: '\f095';
}

footer ul li.fa-building::before{
	content: '\f1ad';
}

footer ul li.fa-globe::before{
	content: '\f0ac';
}

footer .col-md-3{
	padding-left: 15px;
    padding-right: 15px;
    color: #5a646e;
}

.footer {
    clear: both;
    padding: 4% 2% 1%;
    background: #f1f6f2;
}

.footer ol, .footer ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.footer_bg{
	background: none;
}

.footer_bg .wrap{
	background: #F1F6F2;
	border-top: 1px solid #e5e5e5;
}


.footer_btm {

    margin-top: 2%;
    padding-top: 1%;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
}

.footer_btm a{
	font-size: 12px;
    font-weight: 600;
}

.span1_of_4 {
    float: left;
    margin-right: 4%;
    width: 20.3333%;
}

.menu-movil{
	position: absolute;
	width: 100%;
	top: 39px;
	left: 0;
	background-color: #202227;
	z-index: 99999;
	display: none;
}

.menu-movil li{
	border-bottom: 1px solid #fff;
    padding: 3% 3%;
    width: 94%;
    color: #ffffff;
}
.menu-movil li a{
	 color: #ffffff;
    display: block;
    height: 35px;
    line-height: 35px;
    width: 100%;
}
.menu-movil li:hover{

}

#user_data{
	float: left;
    font-size: 14px;
    margin: 0 0 10px 20px;
    width: 220px;
}

.cssmenu {
	float: right;
}


.cssmenu > ul > li {
    display: inline-block;
    position: relative;
}

.cssmenu > ul > li > a{
	color: #555555;
	text-transform: none;
	font-size: 15px;
	padding: 5px 15px;
}
.cssmenu > ul > li > a:hover{
	color: #555555;
	text-decoration: underline;
}

#Info{
	text-align:center;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #222222;
	border-radius: 0;
	padding: 20px 0px;
	margin:0 auto;

}


#lang_select{
	float: right;
    margin: 40px 0 0;
    text-align: right;
    width: 60%;
}

.fl-l{
	float: left;
}

.fl-r{
	float: right;
}
.clear{
	clear: both;
}

.w-100{
	width: 100%;
}

.w-320p{
	width: 320px;
}

.w-50{
	width: 45%;
}

.mr-l{
	margin-left: 20px;
}

.mr-r{
	margin-right: 20px;
}

.contact-form input[type="text"], .contact-form input[type="password"], .contact-form textarea, .contact-form select{
	width: 304px;
}


.contact-form input[type="submit"], .contact-form input[type="button"]{
	background: #1E7816;
}

.contact-form input[type="submit"]:hover, .contact-form input[type="button"]:hover{
	background: #1E7816;
}


.main.w75 {
    float: right;
    padding: 1%;
    width: 71%;
    background: #fff;
    margin: 1%;
}



#sidebar{
	background: #fff;
}

#sidebar ul li a{
	color: #000;
}



div.info_table{
	float: left;
	width: 98%;
	margin: 20px 0;
	padding: 1%;
	border: 1px solid #1e7816;
}
.info_table .title{
	float: left;
	width: 98%;
	padding: 1%;
	background: #1e7816;
	font-size: 16px;
	color: #fff;
}

.info_table p{
	float: left;
    margin: 2% 0 0;
    width: 100%;
}
.footer span1_of_4{
		font-size: 12px;
}
.footer h2,
.footer h3{
	color: #c81591;
	font-size: 16px;
	text-transform: none;
}

.footer ul li{
	margin: 0 0 10px 0;
	background: url(https://www.whatsmarketing.es/wp-content/themes/whatsappmarketing/img/li_style.png) no-repeat 2px 6px;
	padding-left: 17px;
}

.footer ul li a{
	color: #aaa;
}
.footer ul li a:hover{
	text-decoration: underline;
}

.footer ul li.address{
	background: url(https://www.whatsmarketing.es/wp-content/themes/whatsappmarketing/img/address.png) no-repeat left center;
	padding-left: 25px;
}

.footer ul li.phone{
	background: url(https://www.whatsmarketing.es/wp-content/themes/whatsappmarketing/img/phone.png) no-repeat left center;
	padding-left: 25px;
}

.buy_credits{
	font-weight: bold;
	background: url(https://www.whatsmarketing.es/wp-content/themes/whatsappmarketing/img/shopping-24.png) no-repeat left center;
	margin: 0 0 0 10px;
    padding: 0 0 0 14px;
}

#loading{
	border: 1px solid #1e7816;
	padding: 1%;
	display: inline;
	margin: 1%;
}

#loading img{
	margin: 0 5px 0 0;
}

#msg_error{
	border: 1px solid #1e7816;
	padding: 1%;
	display: block;
}



#emoji_close{
	background: url(../images/close_window.png) no-repeat center center;
	display: none;
}

#emoji_container{
	position: relative;
	float:left;
	width: auto;
	height: auto;
}

#emoji_list{
	background: #F0F0F0;
	border: 1px solid #000000;
    left: 0;
    overflow-x: scroll;
    position: absolute;
    top: 45px;
    width: 390px;
    padding: 5px;
	display: none;
	height: 200px;
}

#emoji_list .emoji_icon{
	float: left;
	width: 20px;
	height: 20px;
	margin: 0 2px 0 2px;
	cursor: pointer;

}

.note_small{
	font-size: 12px;
	font-weight: normal;
	color: green;
}



#page-wrapper {
    min-height: auto;
}

#page-inner {
    min-height: 200px;
}


.navbar.navbar-default.navbar-cls-top{

}
.navbar-side{
	background-color: #f8f8f8;
	width: 255px;
	padding: 20px 0 0 0;
}

.credit-count{
	text-align: center;
	font-weight: bold;
}

.page-wrapper-cls{
	margin-left: 255px;
}

.nav .nav-divider {
    background-color: #000;
    height: 1px;
    margin: 0;
    overflow: hidden;
    padding: 2px 0 0;
}




.panel.panel-default{
	width: 100%;
	margin:30px auto;
}

.panel.panel-default .form-control, .panel.panel-default .textbox{
	max-width: 305px;
}

.sidebar-collapse{
	background: #fff;
}

.col-md-3{
	padding: 0;
}

#pull{
	font-size: 20px;
	display: block;
	width: 100%;
	padding: 10px 2% 10px 45px;
	height: auto;
	color: #FFFFFF;
	background-color: #202227;
	cursor:pointer;
	border-bottom: 1px solid #fff;
	position: relative;
	display: none;
}

#pull:after{
	background:url('../images/nav-icon.png')no-repeat;
	width: 30px;
	content:"";

	height: 30px;
	display: inline-block;
	position: absolute;
	left: 15px;
	top: 10px;
}

.menu-movil{
	position: absolute;
	width: 100%;
	top: 39px;
	left: 0;
	background-color: #202227;
	z-index: 99999;
	display: none;
}

.menu-movil li{
	border-bottom: 1px solid #fff;
    padding: 3% 3%;
    width: 94%;
    color: #ffffff;
}
.menu-movil li a{
	 color: #ffffff;
    display: block;
    height: 35px;
    line-height: 35px;
    width: 100%;
}
.menu-movil li:hover{

}

.nav > li.visible-desktop{
	display: block;
}

.nav > li.visible-tablet, .nav > li.visible-phone{
	display: none;
}

.requerido{
	color: red;
}

pre{
	width: 220px;
	height: 150px;
	white-space: pre-wrap;       /* CSS 3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}


a.carousel-control.left,
a.carousel-control.right{
    background: none;
    background-image: none;
}

.modal-open .modal{
    background: rgba(0, 0, 0, 0.6);
}

#upload-demo-i img{
    border-radius:  65px;
    border: none;
}