/*
Theme Name: Dotaciones Sanato
Theme URI: https://www.dotacionessanato.com/
Author: Comercial Web
Author URI: https://www.comercialweb.com.co
Description: Dotaciones Sanato
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Dotaciones Sanato

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

:root {
	/*Font*/
	--font-family: 'Montserrat', sans-serif;

	/*Text sizes*/
	--xsm-text: 14px;
	--sm-text: 16px;
	--md-text: 18px;
	--lg-text: 28px;
	--xlg-text: 35px;

	--text-bold: 700;
	--text-bolder: 800;
	--text-black: 900;

	/*Colors*/
	--orange: red;
	--blue: #009cde;
	--dark: #272727;
	--dark-md: #333a4d;
	--white: #fff;
	--white-dark: #f3f3f3;
	--gray-dark: #6a6a6a;
	--gray-md: #bcbcbc;
	--black: #000000;
	--red: #e20000;
	--gold: #c8ae40;
	--verdeclarologo:#99be11;
	--blue:#009cde;
	--gray-medium:#737276;
	--blue-medium:#e0f3fb;
	--pink:#be5182;
	--pink-claro:#be518221;

	/*Transitions*/
	--normal-transition: all 0.4s ease;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}

html {
	overflow-x: hidden;
}
html, body {
	height: 100%;
	max-width: 100%;
	width: 100%;
}

body {
	color: var(--gray-dark);
	font-family: var(--font-family);
	font-weight: 300;
    font-style: normal;
}

/*Generic buttons*/
a.button,
.button,
input.button,
button.button,input.btn.reservar {
	border: 0px;
	cursor: pointer;
	display: inline-block;
	font-size: var(--sm-text);
	font-weight: 500 !important;
	line-height: normal !important;
	padding: 15px 30px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: var(--normal-transition);
	-o-transition: var(--normal-transition);
	transition: var(--normal-transition);
}
	/*Rounded*/
	a.button.rounded,
	.button.rounded,
	input.button.rounded,
	button.button.rounded,input.btn.reservar {
	/*	border-radius: 35px;*/
	}

	/*Primary*/
	a.button.primary,
	.button.primary,
	input.button.primary,
	button.button.primary {
		background-color: #022543;
		color: var(--white);
	}

	/*Primary*/
	a.button.white,
	.button.white,
	input.button.white,
	button.button.white {
		background-color: var(--white);
		color: var(--blue);
	}

	/*Dark*/
	a.button.dark,
	.button.dark,
	input.button.dark,
	button.button.dark {
		background-color: var(--dark);
		color: var(--white);
	}

	/*danger*/
	a.button.danger,
	.button.danger,
	input.button.danger,
	button.button.danger {
		background-color: var(--red);
		color: var(--white);
	}

	/*facebook*/
	a.button.facebook,
	.button.facebook,
	input.button.facebook,
	button.button.facebook {
		background-color: #21579f;
		color: var(--white);
	}

	/*twitter*/
	a.button.twitter,
	.button.twitter,
	input.button.twitter,
	button.button.twitter {
		background-color: #00b2e6;
		color: var(--white);
	}

/*Generic titles*/
.content-page .title {
	font-size: var(--xlg-text);
	font-weight: 800;
	letter-spacing: 3px;
}

/*Common texts*/
.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-justify {
	text-align: justify;
}

.text-sm {
	font-size: var(--sm-text) !important;
}
.text-md {
	font-size: var(--md-text) !important;
}
.text-lg {
	font-size: var(--lg-text) !important;
}
.text-xlg {
	font-size: var(--xlg-text) !important;
}

.text-bold {
	font-weight: 600;
}
.text-bolder {
	font-weight: 800;
}



.main p {
	margin: 10px auto;
}

/*Common backgrounds and colors*/
.bg-black {
	background-color: var(--black);
}

.bg-gray {
	background-color: var(--gray);
}

.bg-green {
	background-color: var(--green);
}

.bg-red {
	background-color: var(--red);
}

.bg-yellow {
	background-color: var(--yellow);
}

.bg-orange {
	background-color: var(--blue);
}

.color-white {
	color: var(--white) !important;
}
	.color-white:hover {
		color: var(--white) !important;
	}

.color-black {
	color: var(--black) !important;
}
	.color-black:hover {
		color: var(--black) !important;
	}

.color-yellow {
	color: var(--yellow) !important;
}
	.color-yellow:hover {
		color: var(--yellow) !important;
	}

.color-red {
	color: var(--red) !important;
}
	.color-red:hover {
		color: var(--red) !important;
	}

.color-green {
	color: #00907e !important;
}
	.color-green:hover {
		color: #00907e !important;
	}

.color-orange {
	color: var(--orange);
}
	.color-orange:hover {
		color: var(--orange) !important;
	}

.color-blue {
	color: var(--blue);
}
	.color-blue:hover {
		color: var(--blue) !important;
	}
	
	


/*Common separator*/
.separator {
	height: 2px;
	margin-bottom: 40px;
	margin-top: 40px;
	width: 100px;
}
	.separator:first-child {
		margin-top: 40px;
	}
	.separator:last-child {
		margin-bottom: 40px;
	}
	.separator.left {
		margin-left: 0px;
		margin-right: auto;
	}
	.separator.center {
		margin-left: auto;
		margin-right: auto;
	}
	.separator.right {
		margin-left: auto;
		margin-right: 0px;
	}

/*Generic forms*/
textarea,
textarea.form-control,
.main textarea {
	height: 100px;
}

/*Top bar*/
.top-bar {
	background-color: var(--white-dark);
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 0px 5%;
	width: 100%;
}
	.top-bar .item {
		display: flex;
		flex-flow: row wrap;
	}
	.top-bar .item a {
		background-color: transparent;
		color: var(--gray);
		display: block;
		font-size: var(--xsm-text);
		font-weight: var(--text-bold);
		line-height: 50px;
		padding: 0px 15px;
		text-decoration: none;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	/*	.top-bar .item a:hover {
			background-color: var(--green);
			color: var(--white);
		}*/

.top-bar .subitem.number a {
	font-weight: 400;
}

.top-bar .social a {
    font-size: var(--md-text);
    height: 50px;
    line-height: 50px;
    padding: 0px;
    width: 50px;
    text-align: center;
}

.top-bar .searchform {
	position: relative;
}

	.top-bar .searchform input[type="text"] {
	    border-radius: 5px;
	    border: 2px solid var(--gray-md);
	    color: var(--dark);
	    font-size: var( --sm-text);
	    outline: 0;
	    padding: 7px 10px;
	    width: 230px;
	}

	.top-bar .searchform input[type="submit"] {
		background-color: var(--gray-md);
		background-image: url('img/search.png');
		background-position: center;
		background-repeat: no-repeat;
		background-size: var(--sm-text);
		border: 2px solid transparent;
		cursor: pointer;
		font-size: 0px;
		height: 38px;
		padding: 0;
		position: absolute;
		right: 2px;
		top: 2px;
		width: 38px;
	}

/*Header styles*/
.header {
	align-items: center;
	background-color:#ffffff;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	padding: 1% 20%;
	width: 100%;
	z-index: 100000;
}
	.header.sticky {
		position: fixed;
		top: 0px;
	}
	.header .logo img {
		margin: 2px 0px;
    height: 100px;
		-webkit-transition: var(--normal-transition);
		-o-transition: var(--normal-transition);
		transition: var(--normal-transition);
	}
		.header.sticky .logo img {
			height: 60px;
		}

		.header.sticky .nav ul.hmenu li a  {
			height: 81px;
			line-height: 81px;
		}

/*Boton responsive*/
.btn-resp {
	cursor: pointer;
	display: none;
	height: 30px;
	position: relative;
	width: 40px;
}
	.btn-resp:before,
	.btn-resp span,
	.btn-resp:after {
		background-color: var(--green);
		border-radius: 5px;
		content: '';
		display: block;
		height: 4px;
		opacity: 1;
		position: absolute;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
		width: 100%;
	}
		.btn-resp:before,
		.btn-resp:after {
			left: 10%;
			width: 80%;
		}
			.btn-resp:before {
				top: -webkit-calc(50% - 10px);
				top: -moz-calc(50% - 10px);
				top: calc(50% - 10px);
			}
			.btn-resp span {
				top: -webkit-calc(50% - 2px);
				top: -moz-calc(50% - 2px);
				top: calc(50% - 2px);
			}
			.btn-resp:after {
				bottom: -webkit-calc(50% - 10px);
				bottom: -moz-calc(50% - 10px);
				bottom: calc(50% - 10px);
			}
				.btn-resp.active:before {
					top: -webkit-calc(50% - 2px);
					top: -moz-calc(50% - 2px);
					top: calc(50% - 2px);
					-webkit-transform: rotate(45deg);
					-moz-transform: rotate(45deg);
					transform: rotate(45deg);
				}
				.btn-resp.active span {
					opacity: 0;
				}
				.btn-resp.active:after {
					bottom: -webkit-calc(50% - 2px);
					bottom: -moz-calc(50% - 2px);
					bottom: calc(50% - 2px);
					-webkit-transform: rotate(-45deg);
					-moz-transform: rotate(-45deg);
					transform: rotate(-45deg);
				}

/*Nav menu*/
.nav {
	align-items: center;
	background-color: #424141;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 0 1%;
	z-index: 1000;
}
.nav ul.hmenu {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	list-style: none;
	    margin: auto;
}
	.nav ul.hmenu li {
		position: relative;
	}
		.nav ul.hmenu li a {
			background-color: transparent;
			color: var(--white);
			display: inline-block;
			font-size: var(--sm-text);
			font-weight: 400;
			height: 57px;
            line-height: 56px;
            padding: 0px 12px;
			position: relative;
			text-decoration: none;
			text-transform: none;
			-webkit-transition: var(--normal-transition);
		    -o-transition: var(--normal-transition);
		    transition: var(--normal-transition);
		}
			.nav > ul.hmenu > li.current-menu-item > a,
			.nav > ul.hmenu > li.current-menu-ancestor > a,
			.nav > ul.hmenu > li > a:hover,
			.nav > ul.hmenu > li:hover > a {
				background-color: var(--white-dark);
				color: #000000;
			}
			.nav > ul.hmenu > li > a:before {
				background-color: #022543;
				bottom: 0;
			    content: "";
			    height: 3px;
			    left: 50%;
			    position: absolute;
			    -webkit-transition: var(--normal-transition);
			    -o-transition: var(--normal-transition);
			    transition: var(--normal-transition);
			    width: 0%;
			}
				.nav > ul.hmenu > li > a:hover:before,
				.nav > ul.hmenu > li:hover > a:before {
					left: 0%;
					width: 100%;
				}

	.nav ul.hmenu ul {
		background-color: var(--gray);
		list-style: none;
	}
		.nav ul.hmenu ul li {
			width: 100%;
		}
			.nav ul.hmenu ul li a {
				color: var(--gray-medium);
				display: block;
				line-height: normal !important;
				height: auto !important;
				padding: 15px 20px;
				text-transform: none;
				border-bottom: 1px solid #e0f3fb;
                width: 100%;
                font-weight: 300;
			}

	.nav > ul.hmenu > li > ul {
	    background-color: var(--white);
	    position: absolute;
	    flex-flow: column wrap;
	    margin-top: 10px;
	    min-width: 370px;
	    opacity: 0;
		right: 0px;
	    -webkit-transition: var(--normal-transition);
	    -o-transition: var(--normal-transition);
	    transition: var(--normal-transition);
	    visibility: hidden;
	}
		.nav > ul.hmenu > li:hover > ul {
			visibility: visible;
			margin-top: 0px;
			opacity: 1;
		}

		.nav > ul.hmenu > li > ul > li:hover > a,
		.nav > ul.hmenu > li > ul > li > a:hover {
			background-color: var(--blue-medium);
		}

		.nav > ul.hmenu > li > ul > li > ul {
			background-color: var(--white);
			left: 100%;
			min-width: 300px;
			margin-left: 10px;
			opacity: 0;
			position: absolute;
			top: 0px;
			-webkit-transition: var(--normal-transition);
			-o-transition: var(--normal-transition);
			transition: var(--normal-transition);
				visibility: hidden;
		}
			.nav ul.hmenu ul ul li a:hover {
				background-color: var(--blue-medium);
			}
			.nav > ul.hmenu > li > ul > li:hover > ul {
				visibility: visible;
				margin-left: 0px;
				opacity: 1;
			}
			.nav > ul.hmenu > li > ul > li > ul ul {
				background-color: var(--dark-md);
				position: relative;
			}
				.nav > ul.hmenu > li > ul > li > ul ul li {
					width: 50%;
				}
					.nav > ul.hmenu > li > ul > li > ul ul li a {
						font-size: var(--xsm-text);
						line-height: 30px;
						padding-left: 35px;
						-webkit-transition: var(--normal-transition);
						-o-transition: var(--normal-transition);
						transition: var(--normal-transition);
					}
						.nav > ul.hmenu > li > ul > li > ul ul li a:hover {
							padding-left: 40px;
						}
						.nav > ul.hmenu > li > ul > li > ul ul li a:after {
							content: "\e606";
							color: var(--white);
							display: inline-block;
							font-family: 'simple-line-icons';
							font-size: 10px;
							font-variant: normal;
							font-weight: 400;
							letter-spacing: 0;
							position: absolute;
							speak: none;
							left: 20px;
							text-transform: none;
							top: 0px;
							vertical-align: middle;
						}

	/*Nav custom items styles*/
	.nav li#menu-item-20 > ul {
	    min-width: 450px;
	}

/*Main*/
.main {
	margin-left: 0px;
	margin-right: 0px;
	-webkit-transition: var(--normal-transition);
	-o-transition: var(--normal-transition);
	transition: var(--normal-transition);
	width: 100%;
}

.main .content-page,
.main .center-content {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

/*product page*/
.product-page-header {
	position: relative;
	z-index: 10;
}
	.product-page-header:before {
		content: '';
		background: rgba(0,0,0,1);
		background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0)));
		background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
		background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
		background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
		display: block;
		opacity: 0.8;
		position: absolute;
		left: 0px;
		right: 0px;
		top: 0px;
		bottom: 0px;
		width: 100%;
		z-index: 0;
		height: 100%;
	}
.product-page-header p {
	margin: 0px;
	text-transform: uppercase;
}

/*Woocommerce*/
div#image-gallery .modal-header {
	color: var(--blue);
	font-size: var(--md-text);
	font-weight: 600;
	letter-spacing: 3px;
	text-align: center;
}
	div#image-gallery .modal-header h4 {
		text-align: center;
		width: 100%;
	}

div#image-gallery #image-gallery-image {
    max-height: 400px;
    width: auto;
    margin: auto;
    display: block;
}

.woocommerce .products ul:before, .woocommerce ul.products:before,
.woocommerce .products ul::after, .woocommerce ul.products::after {
	display: none !important;
}

.product-list li.item {
	margin-bottom: 20px;
    margin-top: 20px;
}

	.product-list .item .image-product {
	    border: 1px solid var(--white-dark);
	    border-radius: 7px;
	    overflow: hidden;
		padding-bottom: 100%;
	    position: relative;
	    -webkit-transition: var(--normal-transition);
		-o-transition: var(--normal-transition);
		transition: var(--normal-transition);
	    z-index: 10;
	}
		.product-list .item:hover .image-product {
			border-color: var(--dark);
		}

		.product-list .item .image-product img {
			position: absolute;
			left: 50%;
			top: 50%;
			-webkit-transform: translate(-50%, -50%);
			-moz-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
		}

	.info-product {
	    margin-top: -7px;
	}

	.product-list .item .name-product {
		background-color: var(--white);
		border-bottom-left-radius: 7px;
		border-bottom-right-radius: 7px;
		margin: 0px;
		padding: 22px 0px 15px 0px;
		-webkit-transition: var(--normal-transition);
		-o-transition: var(--normal-transition);
		transition: var(--normal-transition);
		text-align: center;
	}
		.product-list .item:hover .name-product {
			background-color: var(--white-dark);
		}
		.product-list .item .name-product a {
			color: var(--dark);
			font-size: var(--sm-text);
			font-weight: 600;
			text-transform: capitalize;
		}

/*Marcas del home*/
.marcas-productos .vc_row {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    margin: 30px auto;
}
	.marcas-productos .vc_row:first-child {
		margin-top: 0px;
	}
	.marcas-productos .vc_row:last-child {
		margin-bottom: 0px;
	}
	.marcas-productos img {
		display: block;
		margin: auto;
		max-height: 75px;
		max-width: 90%;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
		.marcas-productos img:hover {
			-webkit-transform: scale(1.1);
			-moz-transform: scale(1.1);
			-ms-transform: scale(1.1);
			transform: scale(1.1);
		}

/*Nuestro equipo*/
.equipo {
	padding-bottom: 20px;
	padding-top: 20px;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-align: center;
}
	.equipo:hover {
		background-color: var(--white-dark);
	}
	.equipo:before,
	.equipo:after {
		background-color: var(--gray-md);
		content: '';
		height: 1px;
		position: absolute;
		left: 5%;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		transition: all 0.4s ease;
		width: 90%;
		z-index: 11;
	}
		.equipo:before {
			bottom: 0px;
		}
		.equipo:after {
			top: 0px;
		}
		.equipo:hover:before,
		.equipo:hover:after {
			background-color: var(--blue);
			height: 3px;
			left: 0%;
			width: 100%;
		}

.equipo .nombre {
	color: var(--black);
	font-size: var(--md-text);
	font-weight: 800;
	margin: 0px;
}
.equipo .cargo {
	font-style: italic;
	font-weight: 800;
	margin: 7px;
}
.equipo .contacto {
	font-weight: 700;
	margin: 0px;
}

/*Loop de videos*/
.videos-loop {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	width: 100%;
}
	.videos-loop .item {
		margin: 20px;
		max-width: -webkit-calc(33.3333% - 40px);
		max-width: -moz-calc(33.3333% - 40px);
		max-width: -ms-calc(33.3333% - 40px);
		max-width: calc(33.3333% - 40px);
		width: 100%;
	}
		.videos-loop .item .video-wrapper {
			position: relative;
			padding-bottom: 56.25%; /* 16:9 */
			padding-top: 25px;
			height: 0;
		}
			.videos-loop .item .video-wrapper iframe {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
			}

.contact-home .form-group.buttons {
	text-align: center;
}

.ir-buttons {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
	.ir-buttons .item {
		align-items: center;
		border-radius: 7px;
		border: 1px solid #ccc;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: flex;
		flex-flow: row nowrap;
		margin: 10px;
		overflow: hidden;
		padding: 0px;
		position: relative;
		-webkit-transition: var(--normal-transition);
		-o-transition: var(--normal-transition);
		transition: var(--normal-transition);
		width: -webkit-calc(33.33% - 20px);
		width: -moz-calc(33.33% - 20px);
		width: -ms-calc(33.33% - 20px);
		width: calc(33.33% - 20px);
	}
		.ir-buttons .item:hover {
			background-color: var(--blue);
		}

		.ir-buttons .item .ir-link {
			height: 100%;
			left: 0px;
			position: absolute;
			top: 0px;
			width: 100%;
			z-index: 10;
		}

		.ir-buttons .item .ir-icon {
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
			height: 100px;
			padding-left: 20px;
			padding-right: 20px;
			text-align: center;
			width: 30%;
		}

		.ir-buttons .item .ir-title {
			background-color: transparent;
			padding-left: 20px;
			padding-right: 20px;
			-webkit-transition: var(--normal-transition);
			-o-transition: var(--normal-transition);
			transition: var(--normal-transition);
			width: 70%;
		}

		.ir-buttons .item h1,
		.ir-buttons .item h2,
		.ir-buttons .item p {
			color: var(--blue);
			font-size: 22px;
			font-weight: 900;
			margin: 0px;
		}
			.ir-buttons .item:hover h1,
			.ir-buttons .item:hover h2,
			.ir-buttons .item:hover p {
				color: var(--white);
			}
		.ir-buttons .item .ir-title a  {
			font-size: 14px;
			margin-top: 5px;
		}
			.ir-buttons .item:hover .ir-title a {
				color: var(--white);
			}

/*Pie de pagina*/
.footer {
	align-items: center;
	    background-color:#303030;
    color: #ffffff;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	padding: 40px 0 0px;
	text-align: center
}
	.footer ul {
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
		list-style: none;
		margin: 0px;
	}
		.footer ul li {
			padding: 0px 25px;
			position: relative;
		}
			.footer ul li:first-child {
				padding-left: 0px;
			}
			.footer ul li a {
				color: var(--gray);
				display: inline-block;
				font-size: var(--sm-text);
				line-height: 33px;
				text-decoration: none;
			}
				.footer ul li a:after {
				    content: "\e606";
				    color: var(--white);
				    display: inline-block;
				    font-family: 'simple-line-icons';
				    font-size: var(--xsm-text);
				    font-variant: normal;
				    font-weight: 400;
				    height: 100%;
				    letter-spacing: 0;
				    line-height: 33px;
				    position: absolute;
				    speak: none;
				    right: -5px;
				    text-transform: none;
				    top: 0;
				    vertical-align: middle;
				}
				.footer ul li:last-child a:after {
					display: none;
				}

			.footer ul ul {
				display: none !important;
			}

	.footer .row {
	    width: 90%;
	}

	.footer .title {
		font-size: var(--sm-text);
		font-weight: var(--text-bold);
		letter-spacing: 2px;
		margin-bottom: 10px;
		text-transform: none;
	}
		.footer .title span {
			color: #00907e;
		}

	.footer .item {
		margin-bottom: 10px;
		margin-top: 10px;
	}
		.footer .item.perfil {
			border-bottom: 1px solid var(--gray-md);
			margin-bottom: 30px;
			padding-bottom: 30px;
			padding-left: 10%;
			padding-right: 10%;
		}

	.footer .item p {
		font-size: var(--sm-text);
		margin: 0px;
	}

	.footer .item.copy {
		font-size: var(--xsm-text);
	}
		.footer a {
			color: var(--gray);
		}
			.footer a:hover {
				color: var(--blue);
			}

	.footer .item.copy {
		background-color:#000000;
		margin-bottom: 0px;
		margin-top: 40px;
		padding: 15px 5%;
		width: 100%;
	}
		.footer .item.copy p {
			color: var(--white);
			font-size: var(--xsm-text);
		}
		.footer .item.copy .sitename,
		.footer .item.copy a {
			color: var(--white);
			font-weight: var(--text-bold);
		}

.footer .social-btn {
	color: var(--white);
	display: inline-block;
	font-size: var(--md-text);
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	margin: 0px 5px;
    padding: 0px;
    width: 50px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
	.footer .social-btn.facebook {
		background-color: #0b60a2;
		border: 2px solid #0b60a2;
	}
		.footer .social-btn.facebook:hover {
			background-color: transparent;
			color: #0b60a2;
		}
	.footer .social-btn.instagram {
		background-color: #ff008d;
		border: 2px solid #ff008d;
	}
		.footer .social-btn.instagram:hover {
			background-color: transparent;
			color: #ff008d;
		}

.footer .social-btn.twitter {
		background-color: #02c1ec;
		border: 2px solid #02c1ec;
	}
		.footer .social-btn.twitter:hover {
			background-color: transparent;
			color: #02c1ec;
		}

.footer .social-btn.youtube {
		background-color: #de2103;
		border: 2px solid #de2103;
	}
		.footer .social-btn.youtube:hover {
			background-color: transparent;
			color: #de2103;
		}






/*Body backgrounds de las lineas*/
body.page-id-81 {
	background-image: url('img/backgrounds/equipamiento-de-espacios-body-bg.png');
	background-position: center top;
	background-repeat: repeat-y;
}
body.page-id-252 {
	background-image: url('img/backgrounds/kioskos-body-bg.png');
	background-position: center top;
	background-repeat: repeat-y;
}

.title-subcategory {
		background-color: var(--blue);
		color: var(--white);
		font-size: var(--md-text);
    font-weight: var(--text-bold);
    padding: 30px 0px;
		text-align: center;
		text-transform: uppercase;
}
	.title-subcategory .wpb_content_element {
		margin: 0px;
	}
	.title-subcategory p {
		margin: 0px;
	}

.title-gallery {
    border-bottom: 1px solid var(--gray-md);
    padding-bottom: 20px;
    font-size: var(--sm-text);
    font-weight: var(--text-bold);
    color: var(--blue);
		text-transform: uppercase;
}

.contact-info .title span,
.contact-info .text-lg span {
	margin-right: -10px;
}

.image-rounded {
	border-radius: 50%;
}

.check-list {
	list-style: none;
}
	.check-list li {
		padding-left: 25px;
		position: relative;
	}
		.check-list li:before {
			color: #00907e;
			content: "\e5ca";
			font-family: 'icomoon' !important;
			speak: none;
			font-style: normal;
			font-weight: normal;
			font-variant: normal;
			left: 0px;
			top: 0px;
			position: absolute;
			text-transform: none;
		}

.plans > .wpb_column > .vc_column-inner {
	margin: auto;
    width: 95%;
}

.plans .head-plan {
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
    padding: 15px 20px;
    text-align: center;
    font-weight: bold;
    font-size: var(--md-text);
	min-height: 100px;
}
	.plans .head-plan p {
		margin: 0px;
	}
	/*.plans .head-plan .head-desc {
		font-weight: normal;
		font-size: var(--sm-text);
	}
	*/
	.plans .time-plan {
		background-color: #f5f5f5;
		padding: 30px 20px;
		text-align: center;
	}
		.plans .time-plan p {
			margin: 0px;
		}
		.plans .time-plan .time {
			font-size: var(--md-text);
			font-weight: bold;
		}

.plans .price-plan {
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	padding: 15px 20px 20px;
    text-align: center;    
}
/*	.plans .price-plan p {
		margin: 0px;
	}
	.plans .price-plan .cop {
		font-weight: bold;
		font-size: var(--md-text);
	}
	.plans .price-plan .usd {
		font-size: 18px;
		font-weight: normal;
	}
	.plans .price-plan .desc {
		font-size: 12px;
		font-weight: normal;
		font-style: italic;
	}*/
	
		.plans .price-plan p {
		margin: 0px;
	}
	.cop {
		font-weight: initial;
		font-size: var(--md-text);
	}
	.usd {
		font-size: 18px;
		font-weight: normal;
	}
	.desc {
		font-size: 12px;
		font-weight: normal;
		font-style: italic;
	}
	
    .head-plan .head-desc {
		font-weight: normal;
		font-size: var(--sm-text);
	}
.plans .price-one .head-plan,
.plans .price-one .price-plan{
	background-color: #ff8986;
    color: var(--white);
	/*color: var(--gray-dark);*/
	
}
.plans .price-two .head-plan,
.plans .price-two .price-plan{
	background-color: var(--pink);
	color: var(--white);
}

.service-header {
	color: var(--white);
	position: relative !important;
	z-index: 1;
}
	.service-header:before {
		display: block !important;
		content: '';
		background-color: rgba(0,0,0,0.5);
		left: 0px;
		height: 100%;
		position: absolute;
		top: 0px;
		width: 100%;
		z-index: 1;
	}
	.service-header .check-list li:before {
		color: var(--white);
	}

/*BOTONES*/
/*Home btns*/
.mv-buttons {
	background: #000;
	height: 0px;
	overflow: hidden;
	padding-bottom: 220px;
	position: relative;
	width: 100%;
}
.mv-buttons:before {
	background-color: var(--blue);
	content: '';
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	width: 0px;
	z-index: 2;
}
.mv-buttons:hover:before {
	width: 10px;
}
.mv-buttons:after {
	background: rgba(23,35,128,0.49);
	background: -moz-linear-gradient(left, rgba(23,35,128,0.49) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(23,35,128,0.49)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(23,35,128,0.49) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(23,35,128,0.49) 0%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left, rgba(23,35,128,0.49) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(23,35,128,0.49) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#172380', endColorstr='#ffffff', GradientType=1 );
	content: '';
	height: 100%;
	left: 0px;
	opacity: 0;
	position: absolute;
	top: 0px;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	width: 100%;
	z-index: 1;
}
.mv-buttons:hover:after {
	opacity: 1;
}
.mv-buttons a.btn-link {
	bottom: 0px;
	font-size: 0px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 100;
}

.mv-buttons img.btn-img {
	-webkit-filter: blur(2px);
	-o-filter: blur(2px);
	filter: blur(2px);
	left: -10px;
	position: absolute;
	min-height: 100%;
	top: 50%;
	max-width: 120%;
	min-width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mv-buttons .text {
	color: var(--white);
	left: 50%;
	padding-left: 0px;
	position: absolute;
	text-align: center;
	text-shadow: 0px 2px 4px rgba(0,0,0,0.7);
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	width: 90%;
	z-index: 99;
}
.mv-buttons:hover .text {
	padding-left: 20px;
}
.mv-buttons .text .top-line {
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	text-transform: uppercase;
}
.mv-buttons .text .title {
	font-size: 30px;
	font-weight: bold;
	margin: 5px 0;
	text-transform: uppercase;
}

form.reservation {
	margin: auto;
    width: 75%;
}
	form.reservation .buttons-bar {
		text-align: center;
	}
		form.reservation .btn.reservar {
			background-color:  #ff8986;
			border-radius: 30px;
		}

.medios-de-pago img {
	max-height: 50px;
	margin: 10px 20px;
}



/****** Estilos texto ****/

p.parrafo{
    font-weight: 300;
    font-style: normal;
    color: #6a6a6a;
    font-size: 1rem;
    line-height: 1.5;
	text-align:justify !important;
}




p.parrafofrase{
    font-weight: 300 !important;
    font-style: normal !important;
    color: #6a6a6a !important;
    font-size: 1.2em !important;
    line-height: 1.5;
    text-align: center!important;
	font-style: italic !important;
	
}

.comilla1{
	
	font-size: 20pt;
    color: #00907e;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}


.comilla2{
	
	font-size: 20pt !important;
    color:#00907e !important;
   
}



.vc_custom_1556078280647 {
    background-image: url(/wp-content/uploads/2019/04/tratamiento-psicologico.jpg?id=100) !important;}


@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'feathericons';
	src:url('../fonts/feathericons/feathericons.eot?-8is7zf');
	src:url('../fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'),
		url('../fonts/feathericons/feathericons.woff?-8is7zf') format('woff'),
		url('../fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'),
		url('../fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');
}

.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}


/*---------------*/
/***** Honey *****/
/*---------------*/

figure.effect-honey {
	background: #4a3753;
}

figure.effect-honey img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-honey:hover img {
	opacity: 0.5;
}

figure.effect-honey figcaption::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: #fff;
	content: '';
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-honey h2 {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1em 1.5em;
	width: 100%;
	text-align: left;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-honey h2 i {
	font-style: normal;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-layla img {
    height: 310px;
}

/**** cuadro terapia online ***/

.col.colum {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #009cde24;}


p.time,.parr {
    font-size: var(--md-text);
    font-weight: bold;
}


p.desc {
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
}

.container {
    padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: var(--blue-medium);
    border-radius: 13px;
}


.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 60px !important;
    padding-right: 60px !important;
    width: 100%;
}



/*** bton formulario ***/


input#ecw_left-btn {
    background: #ff8986 !important;
    border-radius: 30px !important;
}




.esg-center.eg-tupsico-element-1, .eg-psicoyterapi-element-1 {
    text-shadow: 1px 1px 2px #636363;
}


.wpb_text_column.wpb_content_element.price-plan, .plans .price-two .price-plan {
    background-color: #f5f5f5 !important;
    color: #6a6a6a !important;
}

i.fab.fa-whatsapp, i.icon-phone, .icon-mobile {
      color:#6a6a6a;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 15pt;
    line-height: 1;
	vertical-align: middle;
    -webkit-font-smoothing: antialiased;
}


.plans .price-two .head-plan, .plans .price-two .price-plan {
    background-color: #ff8986;
    color: var(--white);
}


span.vc_icon_element-icon.fa.fa-phone {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}


/*******BOTONES INFO*******/
.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	    max-width: 1405px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
    min-width: 320px;
       min-width: 320px;
    max-width: 436px;
    width: 31%;
	background:#2a2a2a;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	 font-weight: bold;
    font-size: 38px;
    text-shadow: 2px 2px 4px #000000;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
    line-height: 30px;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 13pt;
	text-transform: initial;
    line-height: 21px;
}

/*---------------*/
/***** Chico *****/
/*---------------*/

figure.effect-chico img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

figure.effect-chico:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-chico figcaption {
	padding: 3em;
}

figure.effect-chico figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

figure.effect-chico figcaption::before,
figure.effect-chico p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-chico h2 {
	    padding: 1% 0 16px 0;
	margin: 31% 0;
}

figure.effect-chico p {
	margin: 0 auto;
	max-width: 200px;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

@media screen and (max-width: 50em) {
	.grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}

/***********************/

	
	/***************/
	
	
.text-center{   text-align: center;}
	
.text-left{ text-align: left;}
	
	

/*** bton formulario ***/


input#ecw_left-btn {
    background: #ff8986 !important;
    border-radius: 30px !important;
}


.botonW2 {
    position: fixed !important;
    left: 0;
    top: 436px !important;
    z-index: 2000 !important;
    margin-left: 0px;
}

.botonW2 a {
    color: #6c757d;
    font-size: 14px;
    text-decoration: none;
    font-weight: 300;

}

.esg-center.eg-tupsico-element-1, .eg-psicoyterapi-element-1 {
    text-shadow: 1px 1px 2px #636363;
}


.wpb_text_column.wpb_content_element.price-plan, .plans .price-two .price-plan {
    background-color: #f5f5f5 !important;
    color: #6a6a6a !important;
}

i.fab.fa-whatsapp, i.icon-phone, .icon-mobile {
      color:#6a6a6a;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 15pt;
    line-height: 1;
	vertical-align: middle;
    -webkit-font-smoothing: antialiased;
}


.plans .price-two .head-plan, .plans .price-two .price-plan {
    background-color: #ff8986;
    color: var(--white);
}
	
	

	.vc_tta-color-black.vc_tta-style-modern .vc_tta-tab.vc_active>a {
    border-color: #08bae3 !important;
    background-color: #18abc3 !important;
    color: #ffffff !important;
}