.colum_text, .colum_slider_testimonios {
    padding-bottom: 0px !important;
}

#form_testimonios > div > div {
	padding-bottom: 0px !important;
}

#form_testimonios > div > div > input[type=text] {
    border-color: #626261;
    border-radius: 3px;
    box-shadow: none;
}

#form_testimonios > div > div > select {
    border-color: #626261;
    border-radius: 3px;
    box-shadow: none;
}

#form_testimonios > div > div > input[type=text]::placeholder {
    color: #626261;
}

#form_testimonios > div > button.button_form_testimonios {
	background-color: #000 !important;
	color: white !important;
}

#form_testimonios > div > button.button_form_testimonios:hover {
	background-color: #333 !important;
	color: white !important;
}

@media only screen and (max-width: 600px) {
	#form_testimonios > button.button_form_testimonios {
		padding-top: 5px;
	}

    .text_movil_testimonios {
        font-size: 105% !important;
    }

    .img_tips {
        width: 70% !important;
    }
}

.fileUpload {
    border: 1px solid #666;
    border-radius: 11px;
    max-width: 240px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
    text-align: center;
}

.fileUpload span {
    display: block;
    padding: 5px 15px;
    /*position: relative;*/
}

.fileUpload:hover, .fileUpload:active, .fileUpload:focus {
    background: #eee;
  	cursor: pointer !important;
}

.fileUpload input:hover, .fileUpload span {
    cursor: pointer !important;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 46px;
	cursor: pointer;
}

input[type="file"] {
    cursor: pointer;
    position: fixed;
    right: 100%;
    bottom: 100%;
    width: 100% !important;
}

.container_image_fotografia {
    display: inline-block;
    position: relative;
    width: 200px;
    height: 200px;
    overflow: auto;
    margin-right: 10px;
}

.overlay_image_fotografia {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 0.5s ease;
}

.container_image_fotografia:hover .overlay_image_fotografia {
  display: block;
  background: rgba(0, 0, 0, .3);
}

.container_image_fotografia > img {
    position: absolute;
    width: 200px;
    height: auto;
    left: 0;
}

.delete {
    position: absolute;
    top: 5px;
    left: 5px;
    transition: opacity .35s ease;
    color: white;
    opacity: 0;
    cursor: pointer;
}

.delete > span {
    font-size: 200%;
}

.container_image_fotografia:hover .delete {
  opacity: 1;
}

/*Crea Tu Kit*/
@media only screen and (max-width: 600px) {
    .images_fotografias {
        text-align: center;
    }

    .container_image_fotografia > img {
        height: 200px;
    }
}