/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

.logo img {
	filter: drop-shadow(2px 4px 6px rgb(0 0 0 / 50%));
}

.menu-toggle-icons svg {
	filter: drop-shadow(2px 4px 6px rgb(0 0 0 / 100%));
}

.menu-item-text {
	text-shadow: 0px 0px 8px rgb(0 0 0 / 50%);
}

.card-servicio .left {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 4px;
    height: calc(100% - 20px);
    background-color: #ffffff;
    transform: translateY(-50%);
    z-index: 1;
}

.card-servicio .right {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 4px;
    height: calc(100% - 20px);
    background-color: #ffffff;
    transform: translateY(-50%);
    z-index: 1;
}

.card-servicio .top {
    position: absolute;
    top: 10px;
    left: 50%;
    height: 4px;
    width: calc(100% - 20px);
    background-color: #ffffff;
    transform: translateX(-50%);
    z-index: 1;
}

.card-servicio .bottom {
    position: absolute;
    bottom: 10px;
    left: 50%;
    height: 4px;
    width: calc(100% - 20px);
    background-color: #ffffff;
    transform: translateX(-50%);
    z-index: 1;
}

.livwise-button {
	position: relative;
	margin: 0;
	border: none;
	padding: 10px 30px;
	outline: none;
	display: inline-block;
	background-color: #4BA530;
	color: #4BA530;
	overflow: hidden;	
	cursor: pointer;
}

.livwise-button span {
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	font-weight: 700;
	font-style: italic;
	z-index: 10;
	transition: color 0.4s;
}

.livwise-button:hover span {
	color: #ffffff;
}

.livwise-button::before,
.livwise-button::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.livwise-button::before {
	content: "";
	background-color: #F4BE47;
    width: calc(100% + 40px);
    left: -20px;
	transform: skew(30deg);
	transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.livwise-button:hover::before {
	transform: translate3d(100%, 0, 0);
}


[class*="circulo-"] {
  opacity: 0;
}

.card-servicio img {
    transition: all 0.3s ease;
}

.card-servicio .cotizar {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease;
    cursor: pointer;
}

.card-servicio:hover img {
	scale: 1.1
}

.card-servicio:hover .cotizar {
	opacity: 1
}

.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-text,
.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-select {
    border: 1px solid #ffffff;
    background-color: transparent;
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	color: #ffffff;
}

.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-select option {
	color: #000000;
}

.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-text::placeholder,
.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-select::placeholder {
	color: #ffffff;
	text-transform: uppercase;
	opacity: 1;
}

form.wpcf7-form.init p {
	margin-bottom: 0;
}

#page .wpcf7-submit,
#page .wpcf7-submit:hover {
	background: #4DA62C;
	border-color: #4DA62C;
}