div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #115b2d;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	border: 2px solid #115b2d;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #115b2d;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url('../../images/ajax-loader.gif');
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}
.alignCenter{
	text-align:center;
}
.icoSubItems{
	max-width:100px
}
.imgEstablecimiento{
	background: url("../img/icono1.png");
	width:102px;
	height:102px;
    display: inline-block;
	/*background: url('../img/icono1.png') no-repeat center center fixed;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.imgEstablecimiento:hover{
	background: url("../img/icono1seleccion.png");
}
.imgPromociones{
    background: url("../img/icono2.png");
    width:102px;
    height:102px;
    display: inline-block;
    /*background: url('../img/icono1.png') no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.imgPromociones:hover{
    background: url("../img/icono2seleccion.png");
}
.imgServicios{
    background: url("../img/icono3.png");
    width:102px;
    height:102px;
    display: inline-block;
    /*background: url('../img/icono1.png') no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.imgServicios:hover{
    background: url("../img/icono2seleccion.png");
}
.colorWhite{
	color: white;
}
.colorWhiteImportant{
	color: white !important;
}
.hidden{
	display: none;
}
.cursorPointer{
	cursor: pointer;
}
.inputCycle{
	color:#737373 !important;
	border: 1px solid #ddd;
	width: 100%;
	margin-left: 5px;
	margin-right: 5px;
	padding: 15px;
	border-radius: 10px;
	outline: none;
}
.inputCycle:active, .inputCycle:focus{
	border: 1px solid #ddd;
	outline-color: #115b2d;

}
.inputCycle::placeholder{
	color:#d3d3d3 !important;
}
.inputCycle:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:#d3d3d3 !important;
}

.inputCycle::-ms-input-placeholder { /* Microsoft Edge */
	color:#d3d3d3 !important;
}
.marginPadding0{
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.marginBottom15{
    margin-bottom: 15px;
}
.marginTopBottom15{
    margin-top: 15px;
    margin-bottom: 15px;
}
.marginTop60{
	margin-top: 60px;
}
.marginTop150{
	margin-top: 150px;
}
.colorRed{
    color: red;
}
.marginLeft{
	margin-left: 6px;
}
.errorTextLogIn{
	text-align: right;
	margin-right: 20px;
	font-size: 15px;
	color: red;
	display: none;
}
.Short {
	width: 100%;
	background-color: #dc3545;
	margin-top: 5px;
	height: 3px;
	color: #dc3545;
	font-weight: 500;
	font-size: 12px;
	margin-left: 5px;
}
.Weak {
	width: 100%;
	background-color: #ffc107;
	margin-top: 5px;
	height: 3px;
	color: #ffc107;
	font-weight: 500;
	font-size: 12px;
	margin-left: 5px;
}
.Good {
	width: 100%;
	background-color: #398f14;
	margin-top: 5px;
	height: 3px;
	color: #398f14;
	font-weight: 500;
	font-size: 12px;
	margin-left: 5px;
}
.Strong {
	width: 100%;
	background-color: black;
	margin-top: 5px;
	height: 3px;
	color: black;
	font-weight: 500;
	font-size: 12px;
	margin-left: 5px;
}
@media (max-width: 479px) {
    .marginOnSmall{
        margin-left: 50px;
        margin-right: 50px;
    }
    .marginOnSmall70{
        margin-left: 70px;
        margin-right: 70px;
    }
    .displayOnPhone{
        display: block !important;
    }
    .alignCenterMobile{
        text-align: center;
    }
}