/*IPM form te llamamos*/
#tellamamos_msg{
	display: none;
	margin: 10px 0 0;
	line-height: 20px;
}
.tellamamos{
	position: relative;
	float: right;
	display: inline-block;
}
#showtellamamos i{
	display: none;
}
.tellamamos > span#showtellamamos{
	cursor: pointer;
	font-family: "Raleway-SemiBold, sans-serif";
	vertical-align: middle;
	text-align: center;
	padding: 0 15px;
	margin-left: 10px;
	height: 42px;
	line-height: 42px;
	background-color: #cdefe3;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	/* color: #0a0061; */
	display: inline-block;
}
.tellamamos #tellamamos_container{
	visibility: hidden;
	transform: translateY(-2em);
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;
	width: 300px;
	z-index: 9;
	position: absolute;
	top: 120px;
	right: 0;
	background-color: #cdefe3;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 10px 20px 20px 20px;
	text-align: center;
	line-height: 14px;
}
.site-navigation-fixed.navigation-top .tellamamos #tellamamos_container{
	top: 65px;
}
.home .tellamamos #tellamamos_container{
	top: 42px;
}
.home .site-navigation-fixed.navigation-top .tellamamos #tellamamos_container{
	top: 65px;
}
.tellamamos #tellamamos_container input,
.tellamamos #tellamamos_container select,
.tellamamos #tellamamos_container textarea,
.tellamamos #tellamamos_container label{
	font-size: 12px;
	line-height: 14px;
	margin-top: 10px;
}
.tellamamos #tellamamos_container textarea{
	resize: none;
	margin-bottom: 10px;
}

.tellamamos .resp_sit_lab {
    display: inline-block;
    width: 100%;
		margin-bottom: 10px;
}

.tellamamos #tellamamos_container label {
    margin-right: 10px;
}

.tellamamos #tellamamos_container .label_sitlab {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 5px;
	float: inherit;
}

.tellamamos label#aceptar_politica_tellamamos_label{
		display: inline-block;
    text-align: left;
    padding-right: 0px;
    margin-right: 0px;
    font-size: 11px;
}

.tellamamos #tellamamos_container input[type="text"],
.tellamamos #tellamamos_container select{
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding: 2px 10px;
	background-color: #fff;
}
.tellamamos #tellamamos_container label{
	margin-bottom: 0;
}
.tellamamos #tellamamos_container label > a{
	display: inline;
	color: #333;
	text-decoration: underline;
	font-weight: normal;
	float: none;
}
.tellamamos #tellamamos_container input[type="submit"]{
	/* background-color: #0a0061; */
	color: #fff;
	height: 40px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	margin-top: 10px;
}
.tellamamos #tellamamos_container [type="checkbox"]:not(:checked) + label::before{
	top: -5px;
}
.tellamamos #tellamamos_container label.error {
    font-size: 11px;
    color: #bd0000;
    font-style: italic;
    float: left;
    width: 100%;
    margin-top: 0px;
    text-align: left;
    margin-bottom: 10px;
}

.tellamamos #tellamamos_container .resp_sit_lab + label.error {
	margin-top: 5px;
}


.tellamamos #tellamamos_container .errores_form {
    font-weight: bold;
    font-size: 11px;
    font-style: italic;
    color: #bd0000;
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
}
.tellamamos #tellamamos_container .errores_form > div > p{
	margin-bottom: 5px;
}
.tellamamos #tellamamos_container.llamactivo{
	visibility: visible; /* shows sub-menu */
	  opacity: 1;
	  transform: translateY(0%);
	  transition-delay: 0s, 0s, 0.3s;
	z-index: 9;
}
/*fin IPM*/