/*
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
*/




/* -----------------------------GENERAL-------------------------- */

h2,h3 {
	color:#006666;
}

li a {
    color: #85868c;
    text-decoration: none;
}

.sideright li {
    list-style-image: url('/wp-content/uploads/2017/11/arrow.gif');
}

.vc_btn3.vc_btn3-color-warning:hover {
    background-color: #006666;
    transition: unset;
}

.footer .textwidget a:hover {
    color: white;
    text-decoration: underline;
}

.vc_btn3.vc_btn3-color-warning, .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat {
    color: #FFF;
    background-color: #006666;
	transition: unset;
}


.servicioshome img {
    border-radius: 10px;
	width: 278px;
}

/* -----------------------MENU---------------------- */
span.coletilla {
    font-weight: 100;
    font-size: 15px;
}

span.menu-text {
    color: white !important;
}

.main-nav > li > a .menu-text {
    font: normal 22px / 25px "Roboto", Helvetica, Arial, Verdana, sans-serif;
    text-transform: none;
}


/* -----------FOOTER---------------- */
.wf-container-bottom, #bottom-bar.full-width-line {
    background-color: #003030;
}

#footer p {
    font-size: 15px;
    font-weight: lighter;
}

#footer h2 {
    font-weight: lighter;
}


.bordecontenido {
    border: 1px solid;
    background-color: #f8f8f8;
    padding: 15px;
    margin-bottom: 40px;
}

.imagencien * {
    width: 100%;
}

#bottom-bar .wf-td p {
    margin-bottom: 0;
    text-align: center;
}

/*  --------------------- SIDEBAR EMPRESA --------------------- */
h2.sideright {
    color: #006666 !important;
	font-weight: 100;
}

.vc_custom_1509626263811 {
    background-size: cover;
}

.vc_column_container>.vc_column-inner {
    padding: 0px 10px;
}


/* ---------------------FORM------------------------- */
/*
#page input[type="text"], #page input[type="search"], #page input[type="tel"], #page input[type="url"], #page input[type="email"], #page input[type="number"], #page input[type="date"], #page input[type="range"], #page input[type="password"], #page select, #page textarea, #page .wpcf7-number {
    width: 50%;
}
*/
.wpcf7-select {
    width: 25% !important;
}

/* h1 header image */


/* -------------------h1---------------------------- */

.vc_row-has-fill>.vc_column_container>.vc_column-inner {
    margin-top: 80px;
}

.h1sectores {
	color: black;
	background-color: rgba(0,0,0,0);
}



.sliderhome .vc_column-inner {
    height: 240px;
    padding: 0 !important;
}

.sliderhome p {
    margin-top: 90px;
}






/*
-----------------------------------------------Desktop
*/
@media (min-width: 1100px) {
	



/* -------------------BUTTON---------------------- */

	.vc_btn3.vc_btn3-size-md {
    	font-size: 22px;
    	padding: 0px 125px;
	}


}

/* --------------SLIDER HOME -------------------- */
	.sliderhome p {
    	margin-left: 15px;
	}

	.sliderhome p {
    	font-size: 22px;
	}


	.slidernone .vc_column-inner {
    	margin-top: 0px !important;
	}

	.wpb-js-composer .vc_tta.vc_tta-o-no-fill.vc_tta-tabs .vc_tta-panels {
    	height: 340px;
	}



/*
-----------------------------------------------Movil
*/


@media (max-width: 650px) {


	#main {
    	padding: 20px 0 70px 0;
	}




	/* ---------------------BOTON HOME-------------------------------- */
	
	.wf-container-footer img.vc_single_image-img.attachment-thumbnail {
    	margin-left: 5%;
	}

	.wf-container-footer img.vc_single_image-img.attachment-full {
    	margin-left: 5%;
	}


	#footer .wf-container-footer {
    	padding-top: 60px;
    	padding-bottom: 25px;
    	text-align: center;
	}



	/* --------------MENU------------------- */

	span.menu-text {
    	color: black !important;
	}

	.dt-mobile-menu-icon .lines, .dt-mobile-menu-icon .lines:before, .dt-mobile-menu-icon .lines:after {
    	background-color: white;
	}


	/* ------------------SLIDER DISPLAY NONE -------------------------- */

	.sliderhome {
    	display: none;
	}

	.slidernone {
		display: none;
	}
}