@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,700|Open+Sans:300,500,700');


/* -----------------------------------
    01. General
    -------------------------------------*/
    html{
        scroll-behavior: smooth;
    }

    html,
    body {
    	font-size: 15px;
    	color: #797979;
    	font-family: 'Montserrat', sans-serif;
    	vertical-align: baseline;
    	line-height: 27px;
    	font-weight: 500;
    	background: #FCF6EA;
    	overflow-x: hidden;
    }

    img {
    	max-width: 100%;
    	height: auto;
    }

    p {
    	margin: 0 0 26px;
    	font-size: 15px;
    	color: #214051;;
    	font-family: 'Montserrat', sans-serif;
    	line-height: 27px;
    	font-weight: 400;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
    	font-family: 'Montserrat', sans-serif;
    	font-weight: 700;
    	color: #214051;
    	margin: 0 0 26px;
    	letter-spacing: -0.02em;
    }

    h1 {
    	font-size: 42px;
    	line-height: 54px;
    	font-weight: 600;
    }

    h2 {
    	font-size: 36px;
    	line-height: 46px;
    	font-weight: 600;
    }

    h3 {
    	font-size: 26px;
    	line-height: 36px;
    	font-weight: 500;
    }

    h4 {
    	font-size: 20px;
    	line-height: 30px;
    	font-weight: 500;
    }

    h5 {
    	font-size: 18px;
    	line-height: 28px;
    	font-weight: 500;
    }

    h6 {
    	font-size: 16px;
    	line-height: 26px;
    	font-weight: 600;
    }

    ul {
    	margin: 0;
    	padding: 0;
    	list-style: none;
    }

    a {
    	color: #214051;
    	outline: none !important;
    	font-family: "Montserrat", sans-serif;
    }

    a:active,
    a:hover {
    	text-decoration: none;
    	outline: 0 none;
    	color: #009FE3;
    }

    ul, ol, li{
    	list-style-type: none;
    }
    .fix {
    	overflow: hidden;
    }

    .no-marg {
    	margin: 0;
    }

    pre {
    	display: block;
    	margin: 0 0 30px;
    	padding: 9.5px;
    	word-wrap: break-word;
    	word-break: break-all;
    	color: #333;
    	border: 1px solid #ededed;
    	border-radius: 0;
    	background-color: #f9f9f9;
    	font-size: 13px;
    	line-height: 1.42857143;
    }

    blockquote {
    	padding: 25px 35px;
    	margin-left: 30px;
    	background: #f5f5f5;
    	margin: 30px 0 30px 30px;
    	box-shadow: -5px 0 #232323;
    }

    blockquote p:last-child {
    	font-weight: 600;
    	margin-bottom: 0;
    }

    ::-moz-selection {
    	background: #655F42;
    	text-shadow: none;
    	color: #ffffff;
    }

    ::selection {
    	background: #007DB2;
    	text-shadow: none;
    	color: #ffffff;
    }

    @-webkit-keyframes autofill {
    	to {
    		color: inherit;
    		background: transparent;
    	}

    }

    input:-webkit-autofill {
    	-webkit-animation-name: autofill;
    	-webkit-animation-fill-mode: both;
    }

    .pt-100 {
    	padding-top: 100px !important;
    }

    .pb-170 {
    	padding-bottom: 170px !important;
    }

    .mt-20{
    	margin-top: 20px !important;
    }

    .mt-25 {
    	margin-top: 25px !important;
    }

    .mt-40 {
    	margin-top: 40px !important;
    }

    .mt-60 {
    	margin-top: 60px !important;
    }

    .mt-80 {
    	margin-top: 80px !important;
    }

    .mt-100 {
    	margin-top: 100px !important;
    }

    .mb20 {
    	margin-bottom: 20px;
    }

    .mb50 {
    	margin-bottom: 50px !important;
    }

    .mb70 {
    	margin-bottom: 70px !important;
    }

    .mt-100 {
    	margin-top: 100px;
    }

    .display-table {
    	display: table;
    	height: 100%;
    	width: 100%;
    }

    .display-table-cell {
    	display: table-cell;
    	vertical-align: middle;
    }

    .white-color {
    	color: #fff;
    }

    .spacer5 {
    	height: 5px;
    }

    .capitalize {
    	text-transform: capitalize;
    }

    .lowercase {
    	text-transform: lowercase;
    }

    .uppercase {
    	text-transform: uppercase;
    }

    .pointer {
    	cursor: pointer !important;
    }

    .default {
    	cursor: default !important;
    }

    .bg-snow {
        background-color: #F9F9F9;
    }

    .color-red {
        color: #C1272C;
    }

    .color-bluedark {
        color: #4D5263;
    }

/*--------------------------------------------------------------
2.1 Text
--------------------------------------------------------------*/
p {
	/*font-size: 0.92em;
	line-height: 1.75em;
	letter-spacing: -0.01em;*/

    font-size: 18px;
    line-height: 28px;
    white-space: wrap;
    word-wrap: break-word;
}

.pm0 {
	padding: 0 !important;
	margin: 0 !important;
}

.pm5 {
	padding: 0;
	margin: 0 5px;
}

.pm10 {
	padding: 0 10px;
}

.m0 {
	margin: 0 !important;
}

.p0 {
	padding: 0 !important;
}

.p20 {
	padding: 0 20px;
}

.m5 {
	margin: 0 5px;
}

.m10 {
	margin: 0 10px;
}

.space-xy {
	padding: 1rem 2rem !important;
}

.space-y {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.space-x {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}

.space-xs {
	margin: 15px 0;
}

.space {
	margin: 25px 0;
}

.space-sm {
	margin: 50px 0;
}

.space-md {
	margin: 100px 0;
}

.space-lg {
	margin: 200px 0;
}

.icon-margin {
	padding: 0 6px 0 0;
}

.rotate-45 {
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
}

.rotate-90 {
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
	transform: rotate(90deg);
}

.rotate-120 {
	-ms-transform: rotate(120deg); /* IE 9 */
	-webkit-transform: rotate(120deg); /* Chrome, Safari, Opera */
	transform: rotate(120deg);
}

.rotate-180 {
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	transform: rotate(180deg);
}

.embed-responsive-item {
	width: 100%;
	height: auto;
}

.embed-responsive-item img {
	width: 100%;
	height: auto;
}

img.embed-responsive-item {
	width: 100%;
	height: auto;
}

.col-centered {
	float: none;
	margin: 0 auto;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.valign {
	display: flex;
	flex-direction: row;
}

.valign>[class^="col-"],
.valign>[class*=" col-"] {
	display: flex;
	align-items: center; /* Align the flex-items vertically */
	justify-content: center; /* Optional, to align inner flex-items horizontally within the column  */
}

.marca {
	display: block;
	position: relative;
	max-width: 600px;
	margin: 0 auto;
}

.marca .pitako img {
	height: 50px;
	margin: 15px 20px 0;
}

.marca .adora img {
	height: 80px;
	margin: 0 20px;
}

.marca .cabomar img {
	height: 60px;
	margin: 5px 20px;
}

/* ------------------------------------
    02. Global Class
    ---------------------------------------*/

    .right{
        text-align: right;
    }

    .left{
        text-align: left;
    }

    .center{
        text-align: center;
    }

    .primary-btn {
    	color: #ffffff;
    	background: #ffffff;
    }

    .primary-btn:before {
    	background: #655F42;
    }

    .primary-btn:hover {
    	color: #655F42;
    }

    .global-btn {
    	display: inline-block;
    	padding: 9px 26px;
    	color: #fff;
    	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    	border-radius: 30px;
    	text-transform: uppercase;
    	font-size: 13px;
    	font-weight: 600;
    	background: #655F42;
    	-webkit-transition: 0.3s ease all;
    	transition: 0.3s ease all;
    }

    .global-btn:hover {
    	background: #51a829;
    	color: #fff;
    }

    .sec-spacer {
    	padding: 110px 0;
    }

    .sec-spacer-sm {
    	padding: 80px 0;
    }

    .sec-spacer-xs {
    	padding: 30px 0;
    }

    .tcd-title {
    	margin-bottom: 30px;
    }

    .tcd-title h2 {
    	position: relative;
    	padding-bottom: 15px;
    	font-weight: 400;
    	font-size: 40px;
    	color: #000;
    }

    .tcd-title h2 span {
    	color: #655F42;
    }

    .tcd-title h4 {
    	text-transform: uppercase;
    	font-size: 14px;
    	font-weight: 700;
    	color: #655F42;
    	margin: 0 0 10px;
    }

    .tcd-title p {
    	font-family: 'Montserrat', sans-serif;
    	margin: 0 0 5px;
    	font-weight: 300;
        font-size: 16px;
        display: inline;
    }

    .tcd-title.white-text h2 {
    	color: #ffffff;
    }

    .tcd-title.white-text h2 span {
    	color: #655F42;
    }

    .tcd-title.white-text p {
    	color: #e1e1e1;
    }

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

    .tcd-title.tcd-title-center h2:after {
    	left: 50%;
    	-webkit-transform: translateX(-50%);
    	transform: translateX(-50%);
    }

    .overlay-bg {
    	position: absolute;
    	width: 100%;
    	top: 0;
    	left: 0;
    	height: 100%;
    	background: rgba(0, 0, 0, 0.6);
    }

    .tcd-header-1 .logo img,
    .count-icon {
    	-webkit-transition: 0.4s;
    	-ms-transition: 0.4s;
    	-0-transition: 0.4s;
    	transition: 0.4s;
    }

    /*Image Background */
    .bg1 {
    	background: url(../images/bg/bg1.jpg);
    	background-size: cover;
    	background-attachment: fixed;
    }

    .bg2 {
    	background: url(../images/bg/bg2.jpg);
    	background-size: cover;
    	background-attachment: fixed;
    }

    .bg3 {
    	background: url(../images/bg/bg3.jpg);
    	background-size: cover;
    	background-attachment: fixed;
    }

    .tcd-contact-form .cover {
    	background-size: cover;
    }

    .cover.date-news {
    	width: 100%;
    	display: block;
    	min-height: 300px;
    	padding: 5px 12px;
    	font-weight: 500;
    	font-size: 12px;
    	margin-bottom: 20px;
    }

    .tcd-message {
    	position: relative;
    	padding: 160px 25px;
    }

    .tcd-message h1 {
    	font-size: 39px;
    	font-weight: 200;
    }

    .tcd-message h1 span {
    	font-weight: 500;
    }

    .tcd-message h4 {
    	font-size: 14px;
    	text-transform: uppercase;
    	font-weight: 600;
    }

    .modal-backdrop {
    	background-color: #fff;
    }

    .modal-backdrop.show {
    	opacity: .9;
    }

    .modal .modal-dialog {
    	max-width: 1050px;
    	margin: 0 auto;
    	position: absolute;
    	top: 50%;
    	left: 50%;
    	transform: translate(-50%, -50%) !important;
    	-webkit-transform: translate(-50%, -50%) !important;
    	-ms-transform: translate(-50%, -50%) !important;
    	-o-transform: translate(-50%, -50%) !important;
    	width: 100%;
    }

    .modal .modal-dialog .modal-content {
    	border: none;
    	background: none;
    }

    .modal .modal-dialog .modal-header h3 {
    	width: 100%;
    	text-align: center;
    	font-weight: 500;
    	font-size: 22px;
    	text-transform: uppercase;
    	margin: 15px 0 0px;
    }

    .modal .modal-dialog .modal-body input[type="search"] {
    	border: none;
    	width: 100%;
    	font-size: 60px;
    	color: #797979;
    	outline: none;
    	background: none;
    	text-align: center;
    	border: 2px solid #797979;
    	border-radius: 50px;
    }

/* ---------------------------
03. Header Section 
------------------------------*/
.wrapper {
	position: relative;
	max-width: 1440px;
	margin: 0 auto;
	background: white; 
    box-shadow: 0 0 50px rgba(0,0,0,0.02);
}

.mainmenu li.current_page_item.active {
    background: rgba(252,246,234,0.7)
}

.tcd-header-1 {
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	min-height: 85px;
	background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px 10px 0;
}

@media (min-width: 531px) and (max-width: 991px) {
    .content-phone {
        margin-right: 50px;
    }
}

@media (max-width: 530px) {
    .tcd-header-1 {
        flex-direction: column;
        align-items: flex-start; 
    }
}
.tcd-header-1 .textwidget{
  display: block;
  float: right;
}

.tcd-header-1 .logo {
	padding: 10px 0;
	height: 60px;
	line-height: 60px;
	-webkit-transition: 0.25s all ease-in-out;
	transition: 0.25s all ease-in-out;
}

.tcd-header-1 .logo img {
	width: 100%;  /*height: 45px;*/
    max-width: 228px;
    max-height: 108px;
}

.tcd-header-1 .mainmenu {
	text-align: left;  /*display: inline-block;*/
	display: inline-flex; /* margin-top: 47px;*/
}

.tcd-header-1 .mainmenu ul.nav-menu, .tcd-header-1 .mainmenu ul.menu {
	display: inline-block;
}

.tcd-header-1 .mainmenu ul.nav-menu > li,  .tcd-header-1 .mainmenu ul.menu > li{
	display: inline-block;
	margin-right: 22px;
}

.tcd-header-1 .mainmenu ul.nav-menu > li:last-child, .tcd-header-1 .mainmenu ul.menu > li:last-child {
	margin-right: 0;
}

.tcd-header-1 .mainmenu ul.nav-menu > li > a, .tcd-header-1 .mainmenu ul.menu > li > a {
	display: block;
	font-family: "Montserrat", sans-serif;
	position: relative;
	font-size: 14px;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	padding: 12px 8px 12px 8px;
	color: #504243;
}

.tcd-header-1 .mainmenu ul.nav-menu > li > a:hover, .tcd-header-1 .mainmenu ul.menu > li > a:hover {
    background: rgba(252,246,234,0.6);
}

.tcd-header-1 .mainmenu ul > li a:before,
.tcd-header-1 .mainmenu ul > li.active > a:before {
	content: '';
	position: absolute;
	height: 0px; /* 2PX */
	width: 100%;
	background-color: #655F42;
	left: 0;
	bottom: 0;
	transform-origin: right;
	transform: scale(0, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.tcd-header-1 .mainmenu ul > li > a:before,
.tcd-header-1 .mainmenu ul > li.active > a:before {
	background-color: #655F42;
}

.tcd-header-1 .mainmenu ul > li.active > a:before,
.tcd-header-1 .mainmenu ul > li:hover a:before {
	transform-origin: left;
	transform: scale(1);
}

.tcd-header-1 .mainmenu span #nav-expander {
	transition: 0.3s;
}

.tcd-header-1 .mainmenu .hire-me-btn {
	display: inline-block;
	margin-left: 22px;
}

.tcd-header-1 .mainmenu .hire-me-btn a {
	display: inline-block;
	padding: 7px 26px;
	color: #fff;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 500;
	background: #655F42;
	-webkit-transition: 0.3s ease all;
	transition: 0.3s ease all;
}

.tcd-header-1 .mainmenu .hire-me-btn a:hover {
	background: #494949;
}

.tcd-header-1.sticky {
	background: #fff;
}

.tcd-header-1.sticky .logo {
	height: 75px;
	line-height: 75px;
}

.tcd-header-1.sticky .logo img {
	max-width: 170px;
}

.tcd-header-1.sticky .mainmenu ul.nav-menu > li > a {
	height: 75px;
	line-height: 75px;
}

.tcd-header-1.header-transparent {
	position: absolute;
	background: transparent;
}

.tcd-header-1.header-transparent .mainmenu ul.nav-menu > li > a {
	color: #fff;
}

.tcd-header-1.header-transparent.sticky {
	background: rgba(0, 0, 0, 0.9);
}

.tcd-header-1.header-transparent .nav-expander {
	color: #fff;
}

a.nav-expander {
	background: #F0E9DC;
	color: #4D5263;
	display: block;
	font-size: 20px;
	font-weight: 400;
	height: auto;
	margin-right: 0;
	padding: 15px;
	position: absolute;
	right: 0;
	text-decoration: none;
	text-transform: uppercase;
	top: 15px;
	width: auto;
    border-radius: 5px;
	z-index: 12;
	-webkit-transition: right 0.3s ease-in-out 0s;
	transition: right 0.3s ease-in-out 0s;
}

a.nav-expander:hover {
	cursor: pointer;
}

nav.canvas-menu-area {
	display: block;
	height: 100%;
	overflow: auto;
	position: fixed;
	right: -20em;
	font-size: 15px;
	top: 0;
	width: 20em;
	z-index: 99999;
	transition: right 0.3s ease-in-out 0s;
	-webkit-transition: right 0.3s ease-in-out 0s;
	-moz-transition: right 0.3s ease-in-out 0s;
	-o-transition: right 0.3s ease-in-out 0s;
	background: #4D5263;
}

.nav-expanded nav {
	right: 0;
}

body.nav-expanded {
	margin-left: 0em;
	transition: right 0.4s ease-in-out 0s;
	-webkit-transition: right 0.4s ease-in-out 0s;
	-moz-transition: right 0.4s ease-in-out 0s;
	-o-transition: right 0.4s ease-in-out 0s;
	position: relative;
}

body.nav-expanded:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 9999;
}

.canvas-menu-area {
	padding: 0 30px;
}

.canvas-menu-area .canvas-logo {
	margin-bottom: 15%;
}

.canvas-menu-area .canvas-logo img {
	max-width: 180px;
}

.canvas-menu-area .close-btn {
	overflow: hidden;
	padding: 5px 10px;
}

.canvas-menu-area .find-post {
	margin-top: 40px;
}

.canvas-menu-area .find-post span {
	color: #fff;
	margin-bottom: 6px;
	display: block;
}

.canvas-menu-area .find-post input {
	width: 100%;
	border: none;
	padding: 5px 10px;
}

.canvas-menu-area .social-link {
	margin-top: 40px;
}

.canvas-menu-area .social-link ul li {
	display: inline-block;
	padding-right: 10px;
}

.canvas-menu-area .social-link ul li:last-child {
	padding-right: 0;
}

.canvas-menu-area .social-link ul li a {
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	background: #FCF6EA;
	line-height: 40px;
	font-size: 20px;
}

.canvas-menu-area .social-link ul li a:hover {
	color: #fff;
}

.canvas-menu-area .social-link ul li.facebook a:hover {
	background: #3B5998;
}

.canvas-menu-area .social-link ul li.twitter a:hover {
	background: #00B2FF;
}

.canvas-menu-area .social-link ul li.google-plus a:hover {
	background: #DD4B39;
}

.canvas-menu-area .social-link ul li.linkedin a:hover {
	background: #0077B5;
}

.canvas-menu-area .copy-right {
	color: #ffffff;
	margin-top: 40px;
}

.canvas-menu-area .nav-menu {
	margin-top: 72px;
}

.canvas-menu-area .nav-menu > li a {
	color: #FCF6EA;
	font-size: 14px;
	font-weight: 500;
	padding: 12px 0;
	display: block;
	text-transform: uppercase;
    border-bottom: 1px solid rgba(255,255,255,0.2)!important;
}

.canvas-menu-area .nav-menu > li a:hover {
	color: #fff;
}

@media (max-width: 991px) {
  .menu-container .mainmenu .nav-menu{
    display: none;
  }
}

span#nav-close {
	font-size: 0;
	cursor: pointer;
	border-radius: 50%;
	position: absolute;
	top: 20px;
	right: 25px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-ms-transition: 0.4s;
}

span#nav-close:after {
	content: '\f00d';
	font-family: fontAwesome;
	font-size: 28px;
}

span#nav-close:hover {
	color: #fff;
}

.menu-sticky.sticky {
	position: fixed;
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-ms-transition: 0.7s;
	z-index: 99;
	width: 100%;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
}

.owl-carousel {
	position: relative;
}

.owl-carousel .owl-nav [class*="owl-"] {
	position: absolute;
	top: 40%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 26px;
	background: #232323;
	color: #ffffff;
	width: 46px;
	height: 46px;
	line-height: 44px;
	border-radius: 50%;
	text-align: center;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	opacity: 0;
}

.owl-carousel .owl-nav [class*="owl-"] i {
	line-height: 0;
}

.owl-carousel .owl-nav [class*="owl-"]:hover {
	background: #655F42;
	border-color: #655F42;
	color: #ffffff;
}

.owl-carousel .owl-nav .owl-prev {
	left: 70px;
}

.owl-carousel .owl-nav .owl-next {
	right: 70px;
	text-indent: 2px;
}

.owl-carousel:hover .owl-nav .owl-prev {
	left: 40px;
	opacity: 1;
}

.owl-carousel:hover .owl-nav .owl-next {
	right: 40px;
	opacity: 1;
}

/*--------------------------
04. Masthead
---------------------------*/
.tcd-masthead {
	padding: 110px 0;
	text-align: center;
}

.tcd-masthead .head-title {
	margin-bottom: 10px;
	word-break: break-word;
}

.tcd-breadcrumb {
	color: #797979;
	padding-left: 0;
	margin: 0;
	font-size: 15px;
	text-transform: capitalize;
}

.tcd-breadcrumb li {
	display: inline-block;
	list-style-type: none;
	position: relative;
}

.tcd-breadcrumb li + li {
	padding-left: 12px;
	margin-left: 5px;
}

.tcd-breadcrumb li + li:before {
	content: "\f105";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: FontAwesome;
}

.tcd-breadcrumb li a {
	color: #797979;
}

/* --------------------------------
05. Slider & Banner Section
-----------------------------------*/
.tcd-banner {
	position: relative;
	width: 100%;
	height: calc(80vh - 90px);
}

.tcd-banner .banner-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	z-index: 1;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.tcd-banner .banner-wrapper .banner-content h4 {
	margin-bottom: 13px;
}

.tcd-banner .banner-wrapper .banner-content h3 {
	color: #797979;
	margin: 0 0 30px;
}

.tcd-banner .banner-wrapper .banner-content h1 {
	font-size: 46px;
	line-height: 1.2;
	margin: 0 0 12px;
	color: white;
	font-weight: 500;
}

.tcd-banner .banner-wrapper .banner-content h1 .before-text {
	display: inline-block;
}

.tcd-banner .banner-wrapper .banner-content .cd-headline.clip .cd-headline {
	font-size: 32px;
}

.tcd-banner .banner-wrapper .banner-content .cd-headline.clip .cd-words-wrapper:after {
	display: none;
}

.tcd-banner .banner-wrapper .banner-content .cd-headline.clip .cd-words-wrapper {
	padding: 0;
}

.tcd-banner .banner-wrapper .banner-content ul li {
	display: inline-block;
}

.tcd-banner .banner-wrapper .banner-content ul li a {
	display: block;
	width: 40px;
	height: 40px;
	background: rgba(0, 0, 0, 0.1);
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	color: #ffffff;
}

.tcd-banner .banner-wrapper .banner-content ul li.facebook a:hover {
	background: #3B5998;
}

.tcd-banner .banner-wrapper .banner-content ul li.twitter a:hover {
	background: #00B2FF;
}

.tcd-banner .banner-wrapper .banner-content ul li.google-plus a:hover {
	background: #DD4B39;
}

.tcd-banner .banner-wrapper .banner-content ul li.linkedin a:hover {
	background: #0077B5;
}

.tcd-banner .banner-wrapper .banner-content ul li.instagram a:hover {
	background: #BF3288;
}

.tcd-banner .banner-wrapper .banner-content .banner-btn {
	color: #fff;
	font-weight: 500;
	background: #655F42;
	display: inline-block;
	padding: 10px 25px;
	border-radius: 5px;
	-webkit-transition: 0.3s ease all;
	transition: 0.3s ease all;
	margin-top: 10px;
}

.tcd-banner .banner-wrapper .banner-content .banner-btn:hover {
	background: #494949;
}

.tcd-banner.solisplant {
	background: url(../images/cover1.jpg) no-repeat right top;
	background-size: cover;
}

.tcd-banner.solisplant-two {
	background: url(../images/cover1.jpg) no-repeat right top;
	background-size: cover;
	min-height: 640px;
}

@media (max-width:768px) {
	.tcd-banner.solisplant-two {
		background: url(../images/cover1.jpg) no-repeat center center;
		background-size: cover;
	}

}

.tcd-banner .btn-play {
	position: relative;
	display: block;
	padding: 25px 0;
	font-size: 14px;
	font-weight: 500;
}

.tcd-banner .btn-play span {
	display: block;
}

.tcd-banner .btn-play span small {
	font-weight: 300;
}

.tcd-banner .btn-play img {
	margin-top: -5px;
	margin-right: 30px;
	float: left;
}

#tcd-slider .slide-item {
	position: relative;
}

#tcd-slider .owl-carousel {
	height: auto;
}

#tcd-slider .slide-content {
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	width: 100%;
	height: 100%;
	z-index: 8;
}

#tcd-slider .sl-title {
	font-size: 62px;
	line-height: 1.2;
	margin-bottom: 12px;
}

#tcd-slider a.sl-btn {
	display: inline-block;
	border-bottom: 1px solid;
}

#tcd-slider video {
	width: 100%;
}

.lightbox {
	background-color: rgba(0, 0, 0, 0.8);
	overflow: scroll;
	position: fixed;
	display: none;
	z-index: 999;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

.lightbox-container {
	position: relative;
	max-width: 960px;
	margin: 7% auto;
	display: block;
	padding: 0 3%;
	height: auto;
	z-index: 10;
}

@media screen and (max-width:768px) {
	.lightbox-container {
		margin-top: 10%;
	}

}

@media screen and (max-width:414px) {
	.lightbox-container {
		margin-top: 13%;
	}

}

.lightbox-content {
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
}

.lightbox-close {
	text-transform: uppercase;
	background: transparent;
	position: absolute;
	font-weight: 300;
	font-size: 12px;
	display: block;
	border: none;
	color: white;
	top: -22px;
	right: 3%;
}

.video-container {
	padding-bottom: 56.25%;
	position: relative;
	padding-top: 30px;
	overflow: hidden;
	height: 0;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

/* ---------------------------
06. About Area
------------------------------*/
.tcd-about .tcd-tabs .nav-tabs {
	border-bottom: 0;
	margin-bottom: 20px;
}

.tcd-about .tcd-tabs .nav-tabs li a {
	line-height: normal;
	font-size: 13px;
	color: #494949;
	font-weight: 600;
	padding: 14px 20px;
	margin-right: 18px;
	margin-bottom: 20px;
	background: #fff;
	z-index: 10;
	box-shadow: 0 1px 4px rgba(221, 221, 221, 0.53);
	display: block;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
}

.tcd-about .tcd-tabs .nav-tabs li a i {
	margin-right: 8px;
}

.tcd-about .tcd-tabs .nav-tabs li a:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 0;
	width: 100%;
	background-color: #655F42;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	z-index: -1;
}

.tcd-about .tcd-tabs .nav-tabs li a:hover {
	color: #655F42;
}

.tcd-about .tcd-tabs .nav-tabs li a:hover:after {
	height: 4px;
}

.tcd-about .tcd-tabs .nav-tabs li a.active {
	color: #fff !important;
}

.tcd-about .tcd-tabs .nav-tabs li a.active:after {
	height: 100%;
}

.tcd-about .tcd-tabs .nav-tabs.nav-center {
	align-items: center;
	justify-content: center;
}

.tcd-about .tcd-tabs .tab-content {
	padding: 35px;
	background: #fff;
	box-shadow: 0 1px 4px rgba(221, 221, 221, 0.53);
}

.tcd-about .tcd-tabs.tc-tabs-right .nav-tabs li a {
	margin-bottom: 25px;
	margin-left: 20px;
}

.tcd-about .about-bio .lead-text {
	font-size: 22px;
	line-height: 32px;
	font-weight: 600;
	color: #494949;
}

.tcd-about .about-bio p:last-child {
	margin-bottom: 0;
}

.tcd-about .about-edu .edu-item .degree {
	margin-bottom: 3px;
	font-size: 22px;
	line-height: 32px;
}

.tcd-about .about-edu .edu-item .campus {
	position: relative;
	display: block;
	margin-bottom: 15px;
	color: #999;
}

.tcd-about .about-edu .edu-item .date {
	position: absolute;
	right: 0;
}

.tcd-about .about-edu .edu-item + .edu-item {
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #f0f0f0;
}

.tcd-about .about-exprnc .exprnc-item .title {
	margin-bottom: 3px;
	font-size: 22px;
	line-height: 32px;
}

.tcd-about .about-exprnc .exprnc-item .company {
	position: relative;
	display: block;
	margin-bottom: 15px;
	color: #999;
}

.tcd-about .about-exprnc .exprnc-item .date {
	position: absolute;
	right: 0;
}

.tcd-about .about-exprnc .exprnc-item + .exprnc-item {
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #f0f0f0;
}

.tcd-about .about-skills .progress {
	overflow: visible;
	margin-top: 30px;
	box-shadow: none;
	background: #f5f5f5;
	padding: 0px;
	height: 12px;
	border-radius: 6px;
}

.tcd-about .about-skills .progress + .progress {
	margin-top: 60px;
}

.tcd-about .about-skills .progress .progress-bar {
	position: relative;
	text-align: left;
	border-radius: 10px;
	line-height: 30px;
	margin-left: -1px;
	box-shadow: none;
	background-color: #655F42;
}

.tcd-about .about-skills .progress .pb-label {
	position: absolute;
	left: 2px;
	top: -35px;
	color: #494949;
	font-size: 16px;
	font-weight: 600;
}

.tcd-about .about-skills .progress .pb-percent {
	position: absolute;
	width: 36px;
	height: 36px;
	line-height: 32px;
	background: #fff;
	color: #655F42;
	font-size: 10px;
	top: 50%;
	z-index: 10;
	right: -1px;
	font-weight: 600;
	transform: translateY(-50%);
	border: 2px solid #655F42;
	border-radius: 50%;
	text-align: center;
	text-indent: 3px;
}

.tcd-about-right .about-img {
	position: relative;
	padding-right: 35px;
}

.tcd-about-right .about-img img {
	border-radius: 4px;
	width: 100%;
}

.tcd-about-right h3 .exp {
	display: inline-block;
	padding: 18px;
	border: 4px solid #e5e5e5;
	margin-bottom: 40px;
	font-weight: 600;
	border-radius: 4px;
}

.tcd-about-right h3 .exp span {
	font-size: 52px;
	font-weight: 700;
	color: #655F42;
}

.tcd-about-right h3 .sample {
	display: block;
	font-weight: 600;
}

/* ---------------------------
07. Services Section
------------------------------*/
.tcd-services {
	padding-bottom: 80px;
}

.tcd-services .service-item {
	transition: all 0.3s ease 0s;
	margin-bottom: 30px;
	padding: 35px 30px 30px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.14);
	text-align: center;
}

.tcd-services .service-item .service-icon {
	margin-bottom: 30px;
	color: #655F42;
	transition: all 0.5s ease-in 0s;
}

.tcd-services .service-item .service-icon i {
	height: 84px;
	width: 84px;
	line-height: 84px;
	font-size: 34px;
	text-align: center;/*  background: rgba(91, 188, 46, 0.25);
	border-radius: 50%;*/
}

.tcd-services .service-item p {
	transition: all 0.3s ease-in 0s;
}

.tcd-services .service-item .title {
	margin-bottom: 15px;
}

.tcd-services .service-item .title a {
	color: #494949;
	font-size: 18px;
	font-weight: 600;
	transition: all 0.3s ease-in 0s;
}

.tcd-services .service-item .title a:hover,
.tcd-services .service-item:hover a,
.tcd-services .service-item:hover p,
.tcd-services .service-item:hover i {
	color: white !important;
}

.tcd-services .service-item .description {
	margin-bottom: 0;
	min-height: 100px;
	letter-spacing: -0.013em;
}

.tcd-services .service-item:hover {
	background: rgba(39, 84, 41, 1);
	box-shadow: 0 30px 60px rgba(39, 84, 41, 0.2);
	color: white !important;
}

.tcd-services .service-item:hover .service-icon {
	opacity: 1;
}

.idiomas {
	position: relative;
}

.idiomas img {
	display: inline-block;
	float: left;
	margin: 10px 15px 10px 0;
}

#equipo .tcd-title {
	padding: 0 25px 0 35px;
}

#equipo p {
	font-size: 15px;
	max-width: 430px;
}

#clientes .cover {
	background: url('../images/ipad.png') no-repeat center right;
	background-size: contain;
}

#compra .tcd-title,
#venta .tcd-title,
#logistica .tcd-title {
	padding: 0 25px 0 35px;
}

#compra h1,
#venta h1,
#logistica h1 {
	font-size: 46px;
	color: #6f9171;
	font-weight: 100;
}

#compra h2,
#venta h2,
#logistica h2 {
	font-size: 48px;
	font-weight: 500;
	color: #FFCC00;
}

#compra p,
#venta p,
#logistica p {
	font-size: 15px;
	max-width: 430px;
}

#clientes img {
	position: relative;
	display: block;
	margin: 0 auto 15px;
}

#clientes h2 {
	font-weight: 200;
	line-height: 60px;
}

#clientes h5 {
	display: block;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: -0.02em;
	min-height: 40px;
	text-align: center;
	overflow: hidden;
}

#clientes .hire-me-btn {
	display: block;
	margin: 0 auto 25px;
	width: 234px;
}

#clientes .hire-me-btn i {
	display: inline-block;
	margin: 10px 15px 10px 0;
	float: left;
}

#clientes .hire-me-btn a {
	display: inline-block;
	padding: 7px 30px 7px 26px;
	color: #fff;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 48px;
	max-height: 59px;
	font-weight: 500;
	background: #655F42;
	-webkit-transition: 0.3s ease all;
	transition: 0.3s ease all;
}

#clientes .hire-me-btn a:hover {
	background: #494949;
}

.main-content-novedad {
    max-width: 1280px;
    margin: 0 auto;
}

.content-novedad {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    grid-gap: 5vw;
}

.content-novedad-text h1 {
    font-size: 2rem;
    line-height: 1.4;
}
.content-novedad-text .text-content p {
    font-size: 1.1rem;
    letter-spacing: -0.01em;
    line-height: 1.5;
}

@media (max-width: 1199px) {
    .main-content-novedad {
        max-width: 1024px;
    }
    .content-novedad {
        display: flex;
        flex-direction: row-reverse;
        padding: 80px 15px;
        grid-gap: 15px;
    }
    .content-novedad-text {
        max-width: 60%;
    }
    .content-novedad-photo img {
        min-height: 400px;
        width: auto;
        object-fit: cover;
    }
}

@media (max-width: 1024px) {
    .main-content-novedad {
        max-width: 900px;
    }
    .content-novedad-text {
        max-width: 40%;
    }
    .content-novedad-text h1 {
        font-size: 1.7rem;
        line-height: 1.2;
    }
    .content-novedad-text .text-content p {
        font-size: 1rem;
        letter-spacing: 0em;
    }
}

@media (max-width: 990px) {
    .main-content-novedad {
        max-width: 768px;
    }
    .content-novedad {
        display: flex;
        flex-direction: column;
        padding: 15px;
        grid-gap: 0px;
    }
    .content-novedad-text {
        max-width: 100%;
    }
    .content-novedad-text .text-content p {
        font-size: 1rem;
        letter-spacing: 0em;
    }
    .content-novedad-photo img {
        max-height: 400px;
        width: auto;
        object-fit: cover;
    }
}

/*------------------------------
12. Class Schedule
------------------------------*/
.tcd-class-schedule .tcd-tabs .nav-tabs {
	border-bottom: 0;
	margin-bottom: 20px;
	align-items: center;
	justify-content: center;
}

.tcd-class-schedule .tcd-tabs .nav-tabs li a {
	line-height: normal;
	font-size: 13px;
	color: #494949;
	font-weight: 600;
	padding: 14px 20px;
	margin-right: 18px;
	margin-bottom: 20px;
	background: #fff;
	z-index: 10;
	box-shadow: 0 1px 4px rgba(221, 221, 221, 0.53);
	display: block;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
}

.tcd-class-schedule .tcd-tabs .nav-tabs li a i {
	margin-right: 8px;
}

.tcd-class-schedule .tcd-tabs .nav-tabs li a:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 0;
	width: 100%;
	background-color: #655F42;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	z-index: -1;
}

.tcd-class-schedule .tcd-tabs .nav-tabs li a:hover {
	color: #655F42;
}

.tcd-class-schedule .tcd-tabs .nav-tabs li a:hover:after {
	height: 4px;
}

.tcd-class-schedule .tcd-tabs .nav-tabs li a.active {
	color: #fff !important;
}

.tcd-class-schedule .tcd-tabs .nav-tabs li a.active:after {
	height: 100%;
}

.tcd-class-schedule .tcd-tabs .tab-content {
	padding: 35px;
	background: #fff;
	box-shadow: 0 1px 4px rgba(221, 221, 221, 0.53);
}

.tcd-class-schedule .tcd-tabs.tc-tabs-right .nav-tabs li a {
	margin-bottom: 25px;
	margin-left: 20px;
}

.tcd-class-schedule .schedule-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.tcd-class-schedule .schedule-item + .schedule-item {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #f5f5f5;
}

.tcd-class-schedule .schedule-item > div {
	max-width: 25%;
	flex: 0 0 25%;
	text-align: center;
}

.tcd-class-schedule .schedule-item > div:first-child {
	text-align: left;
}

.tcd-class-schedule .schedule-item > div:last-child {
	text-align: right;
}

.tcd-class-schedule .schedule-item h5 {
	margin-bottom: 0;
}

.tcd-class-schedule .schedule-item .join-btn a {
	display: inline-block;
	padding: 7px 26px;
	color: #fff;
	border-radius: 30px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	background: #655F42;
	-webkit-transition: 0.3s ease all;
	transition: 0.3s ease all;
}

.tcd-class-schedule .schedule-item .join-btn a:hover {
	background: #494949;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

/*------------------------------
13. Blog section
------------------------------*/
.breadcrumbs {
	font-family: "Open Sans", sans-serif;
	position: relative;
	background: #655F42;
	color: #ececec;
	font-size: 12px;
	padding: 10px 25px;
	box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.16);
}

.breadcrumbs a {
	color: white;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 11px;
}

/*
Navigation
*/
.content-navigation-post {
	position: relative;
	background: linear-gradient(to bottom, #eeeeee 0, #dddddd 7px, #ececec 100%);
	height: 90px;
	width: 100%;
	overflow: hidden;
	z-index: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.content-navigation-footer {
	width: 100%;
	position: relative;
}

.content-navigation-footer:after {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 30%;
	margin: 0 auto;
	height: 0;
	border-top: 13px solid #ececec;
	border-right: 300px solid rgba(255, 255, 255, 0);
	border-bottom: 0 solid rgba(255, 255, 255, 0);
	border-left: 300px solid rgba(255, 255, 255, 0);
}

.navigation-post {
	position: relative;
	overflow: hidden;
	padding: 0 10px;
	height: 90px;
	margin: 0 auto;
}

.navigation-post a:hover {
	text-decoration: none;
}

.navigation-post .navigation-post-left,
.navigation-post .navigation-post-right {
	overflow: hidden;
	font-size: 1em;
	font-weight: 500;
	letter-spacing: -0.04em;
}

.navigation-post .navigation-post-left a,
.navigation-post .navigation-post-right a {
	color: #655F42;
}

.navigation-post .navigation-post-left a:hover,
.navigation-post .navigation-post-right a:hover {
	text-decoration: none;
	color: rgba(0, 0, 0, 0.7);
}

.navigation-post .navigation-post-left .title-left {
	display: block;
	padding: 25px 15px 18px 95px;
	line-height: 18px;
	overflow: hidden;
}

.navigation-post .navigation-post-right .title-right {
	display: block;
	padding: 25px 95px 18px 15px;
	line-height: 18px;
	overflow: hidden;
	text-align: right;
}

.navigation-post.navigation-post-left img,
.navigation-post .navigation-post-right img {
	position: relative;
	z-index: 300;
	-webkit-transform: scale(.9);
	-moz-transform: scale(.9);
	-ms-transform: scale(.9);
	-o-transform: scale(.9);
	transform: scale(.9);
	opacity: 1;
	-webkit-transition: all 600ms;
	-moz-transition: all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
	transition: all 600ms;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}

.navigation-post .navigation-post-left img:hover,
.navigation-post .navigation-post-right img:hover {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.navigation-post .navigation-post-left img,
.navigation-post .navigation-post-right img {
	display: block;
	width: 80px;
	height: 80px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 5px;
}

.navigation-post .navigation-post-left img {
}

.navigation-post .navigation-post-right img {
	right: 15px;
}

.navigation-post .navigation-post-left h4 {
	padding: 28px 0 24px 90px;
}

.navigation-post .navigation-post-right h4 {
	padding: 28px 90px 24px 0px;
}

@media (max-width:768px) {
	.navigation-post .navigation-post-left {
		min-height: 90px;
	}

	.navigation-post .navigation-post-right {
		padding: 20px 0px 0px 0;
		min-height: 90px;
	}

}

@media (max-width:560px) {
	.navigation-post {
		height: auto;
	}

	.navigation-post .navigation-post-left .fade-way-black,
	.navigation-post .navigation-post-right .fade-way-black {
		display: none !important;
	}

	.navigation-post .navigation-post-left h4,
	.navigation-post .navigation-post-right h4 {
		display: none;
	}

}

.navigation-current {
	position: relative;
	margin-top: 5px;
	padding: 5px 20px;
	border-left: 1px solid #655F42;
	border-right: 1px solid #655F42;
	max-height: 80px;
	height: 80px;
	overflow: hidden;
	text-align: center;
}

.navigation-current small {
	display: block;
	font-size: 0.6em;
	text-transform: uppercase;
	height: 20px;
}

.navigation-current h4,
.navigation-current h2 {
	color: rgba(255, 255, 255, 0.8);
	font-weight: 500;
	line-height: 24px;
	overflow: hidden;
	max-height: 50px;
}

.navigation-current h2 {
	margin: 10px 0 0 0;
	padding: 6px 0 10px 0;
}

/* Social */
.social-share {
	display: block;
	height: 35px;
	width: 100%;
	padding: 0px;
	margin: 0 0 25px 0;
	overflow: hidden;
}

.content-twitter {
	padding: 10px 0px 0px;
	width: 74px;
	float: left;
	height: 35px;
	font-size: 1px;
}

.content-linkedin {
	padding: 2.5px 0px 0px;
	width: 91px;
	height: 31px;
	float: left;
	overflow: hidden;
}

.content-google {
	position: relative;
	padding: 0;
	width: 38px;
	float: left;
	overflow: hidden;
	height: 50px;
	margin: 10px 0 0 3px;
}

.content-google>div {
	position: absolute;
	max-height: 20px;
	margin: 0;
}

.content-facebook {
	position: relative;
	float: left;
	width: 160px;
	height: 20px;
	top: 10px;
	overflow: hidden;
}

.content-facebook iframe {
	position: absolute;
	max-height: 20px;
}

.content-whatsapp {
	padding: 0 5px 0 6px;
	width: 100%;
	display: inline-block;
	border: 1px solid #34bf49;
	color: #34bf49;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #34bf49;
	margin: 10px 6px 10px 0;
	max-width: 24px;
	font-size: .65em;
	line-height: 19px;
	letter-spacing: -0.013em;
	overflow: hidden;
	height: 20px;
	float: left;
}

.content-whatsapp a {
	color: white;
	margin-left: 15px;
	float: left;
}

.content-whatsapp a:before {
	content: "\f232";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	position: absolute;
	margin-left: -15px;
	font-weight: 400;
	font-size: 1.3em;
	text-decoration: none;
}

.content-whatsapp a:hover,
.content-whatsapp a:focus {
	color: white;
	text-decoration: underline;
}

.content-telegram {
	padding: 0 5px 0 6px;
	width: 100%;
	display: inline-block;
	border: 1px solid #0077b3;
	color: #34bf49;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #0088cc;
	margin: 10px 0;
	max-width: 24px;
	font-size: .65em;
	line-height: 19px;
	letter-spacing: -0.013em;
	overflow: hidden;
	height: 20px;
	float: left;
	margin-right: 7px;
}

.content-telegram a {
	color: white;
	margin-left: 15px;
	float: left;
}

.content-telegram a:before {
	content: "\f1d9";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	position: absolute;
	margin-left: -15px;
	font-weight: 400;
	font-size: 1em;
	text-decoration: none;
}

.content-telegram a:hover,
.content-telegram a:focus {
	color: white;
	text-decoration: underline;
}

/* End of Social */
.tcd-blog {
	position: relative;
}

.tcd-blog .single-blog {
	overflow: hidden;
	position: relative;
	transition: 0.4s;
}

.tcd-blog .single-blog img {
	border-radius: 4px;
	padding-bottom: 26px;
}

.tcd-blog .single-blog .blog-content {
	background: #fff;
	z-index: 111;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}

.tcd-blog .single-blog .post-title {
	margin: 0 0 12px;
}

.tcd-blog .single-blog .post-title a {
	color: #494949;
}

.tcd-blog .single-blog .post-title a:hover {
	color: #51a829;
}

.tcd-blog .single-blog .description {
	font-size: 14px;
	margin: 0 0 28px 0;
}

.tcd-blog .single-blog .meta {
	margin-bottom: 4px;
}

.tcd-blog .single-blog a.read-more {
	background: rgba(0, 0, 0, 0.05);
	display: inline-block;
	color: #797979;
	border-radius: 50%;
	height: 42px;
	width: 42px;
	text-align: center;
	line-height: 42px;
	text-indent: 1px;
}

.tcd-blog .single-blog a.read-more:hover {
	background: #655F42;
	color: #fff;
}

/* --------------------
14. Contact Form
---------------------- */
.content-contacto {
    display: grid;
    grid-gap: 5vw;
    grid-template-columns: 1fr 1fr;
    padding: 5vw 5vw 0;
}

@media (max-width: 768px) {
    .content-contacto {
        display: flex;
        grid-gap: 0;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        padding: 25px;
    }
}

.tcd-contact-info .contact-info-item {
	text-align: left;
	border-right: 1px solid #f6f6f6;
}

.tcd-contact-info .contact-info-item h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 100;
	font-size: 28px;
	color: #000;
}

.tcd-contact-info .info-details h5 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 26px;
	text-transform: capitalize;
	margin-bottom: 15px;
	color: #655F42;
}

.tcd-contact-info .info-details a,
.tcd-contact-info .info-details p,
.tcd-contact-info .info-details h4 {
	color: #655F42;
}

.tcd-contact-info .info-details p {
	font-size: 15px;
	margin-bottom: 0;
}

.tcd-contact-info .info-details a:hover {
	color: #655F42;
}

.tcd-contact-form {
	position: relative;
}

.tcd-contact-form .contact-form {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	/*padding: 25px 35px;*/
    padding: 21px 35px;
}

.tcd-contact-form .contact-form p {
	margin-bottom: 0;
}

.tcd-contact-form .contact-form p label {
	display: block;
	padding: 5px 5px 5px 5px;
	overflow: hidden;
	margin-bottom: 10px;
	line-height: 20px;
	font-size: 12px;
	letter-spacing: -0.02em;
}

.tcd-contact-form .contact-form a {
	color: #214051;
}

.tcd-contact-form i{
    font-size: 24px;
    width: 28px;
    vertical-align: sub;
    padding-right: 8px;
    display: inline-block;
    color: #214051;
}

.tcd-contact-form li{
    margin-bottom: 12px;
}

.tcd-contact-form h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 48px;
    color: #214051;
    margin-bottom: 12px
}

.acceptance {
	display: inline-block;
	float: left;
	padding: 0px 5px 5px 0px;
	margin-bottom: 10px;
}

.copy {
	line-height: 14px;
	padding: 20px 5px 20px;
	font-size: 10px;
	display: block;
}

.tcd-contact-form .contact-form .form-field {
	position: relative;
	margin-top: 20px;
}

.tcd-contact-form .contact-form .form-field i {
	position: absolute;
	top: 50%;
	left: 16px;
	transform: translateY(-50%);
}

.tcd-contact-form .contact-form .form-field input {
	height: 45px;
	padding: 5px 15px;
}

.tcd-contact-form .contact-form .form-field textarea {
	padding: 10px 20px;
	height: 173px;
}

.tcd-contact-form .contact-form .form-field input,
.tcd-contact-form .contact-form .form-field textarea {
	width: 100%;
	background-color: #f9f9f9;
	border: 1px solid #21405147;
	border-radius: 0px;
	font-size: 16px;
    line-height: 24px;
    letter-spacing: 0em;
    font-weight: 500;
}

.tcd-contact-form .contact-form .form-field input:focus,
.tcd-contact-form .contact-form .form-field textarea:focus {
	border-color: #21405199;
	outline: none;
	font-weight: 500;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 32px;
	left: 6px;
	color: #f00;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	display: block;
	padding: 0 10px;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	position: absolute;
	top: -15px;
	background: rgba(255, 255, 255, 0.8);
	color: white;
	left: 30px;
	right: 30px;
	min-height: 99%;
	text-align: center;
	overflow: hidden;
	padding: 25% 10%;
	font-size: 24px;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	transition: 0.5s ease all;
	opacity: 1;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #f7e700;
	background: rgba(247, 231, 0, 0.8);
	min-height: auto;
	color: #474846;
	opacity: 0;
	display: none !important;
}

div.wpcf7-mail-sent-ok {
	background: #009FE3;
	border: 2px solid #007DB2;
}

div.wpcf7 span.ajax-loader {
	position: relative;
	top: -36px;
	left: 20px;
	background-image: url(../images/ajax-loader.gif) !important;
	border-radius: 50%;
	border: 1px solid #f7e700;
}

.tcd-contact-form .contact-form .form-button {
	text-align: left;
}

.tcd-contact-form .contact-form .form-button .button {
	border: 0;
    border-bottom: solid 4px #392F30;
    outline: none;
    cursor: pointer;
    display: inline-block;
    /*padding: 8px 54px;*/
    color: white;
    max-width: 300px;
	/*box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	background: #4D5263;*/
	-webkit-transition: 0.3s ease all;
	transition: 0.3s ease all;
	width: 100%;
}

.tcd-contact-form .contact-form .form-button .button:hover {
	background: #3d404d;
    color: #ffffff;
    border-bottom: solid 4px #392F30;
}

input[type=submit]:disabled,
button:disabled {
	opacity: 0.5;
	filter: grayscale(90%);
}

span.wpcf7-list-item {
	margin: 0 0 0 3px;
}

/*.tcd-footer {
	background: #fef9f4;
	padding: 60px 0;
	position: relative;
}

.tcd-footer .footer-title {
	color: #fff;
	text-transform: uppercase;
	font-size: 17px;
	letter-spacing: 0.8px;
}

.tcd-footer .footer-widget {
	position: relative;
	z-index: 11;
}

.footer-logo {
	display: inline-block;
	padding: 15px 0;
}

.tcd-footer .footer-widget .footer-logo {
	padding: 35px;
}

.tcd-footer .footer-widget .footer-menu li + li {
	margin-top: 8px;
}

.tcd-footer .footer-widget .footer-menu li a {
	color: #999;
	font-weight: 400;
	font-size: 14px;
}

.tcd-footer .footer-widget .footer-menu li a:hover {
	color: #fff;
}
*/
.tcd-copyright {
	background: #655F42;
	padding: 25px 0 16px;
	overflow: hidden;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.tcd-copyright .copyright-text p {
	color: #ececec;
	margin: 0;
	font-weight: 400;
	font-size: 12px !important;
}

.tcd-copyright .copyright-text a {
	color: white;
}

.tcd-copyright .copyright-text a:hover {
	color: #fff;
	text-decoration: underline;
}

.social-link li.instagram:before,
.social-link li.facebook:before,
.social-link li.twitter:before,
.social-link li.youtube:before {
	position: relative;
	font-family: FontAwesome;
	content: "\f16d";
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	display: inline-block;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
	font-size: 24px;
	color: #323232;
	z-index: 0;
}

.social-link li.instagram:before {
	font-family: FontAwesome;
	content: "\f16d";
}

.social-link li.facebook:before {
	font-family: FontAwesome;
	content: "\f082";
}

.social-link li.twitter:before {
	font-family: FontAwesome;
	content: "\f081";
}

.social-link li.youtube:before {
	font-family: FontAwesome;
	content: "\f166";
}

.social-link {
	position: relative;
	display: inline-block;
	overflow: hidden;
	line-height: 40px;
}

.social-link li {
	position: relative;
	display: inline-block;
	padding: 0 10px;
	margin: 0 5px;
	list-style: none;
	font-size: 0px;
	border-radius: 8px;
	opacity: 0.6;
}

.social-link a {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	color: rgba(44, 44, 44, 1);
	margin: 0;
	text-indent: 0999px;
	z-index: 1;
}

.social-link li:hover {
	opacity: 0.8;
}

.tcd-copyright .footer-share {
	text-align: right;
}

.tcd-copyright .footer-share li {
	display: inline-block;
	margin: 0 8px;
}

.tcd-copyright .footer-share li a {
	color: #ececec;
	font-size: 12px;
	font-weight: 300;
}

.tcd-copyright .footer-share li a:hover {
	color: #fff;
}

/* ------------------------------------
15. ScrollUp
---------------------------------------*/
#toTop {
	text-align: center;
	bottom: 22px;
	cursor: pointer;
	display: none;
	position: fixed;
	right: 22px;
	z-index: 999;
}

#toTop i {
	font-size: 18px;
	color: #FFF;
	background: #AD9C72;
	height: 48px;
	width: 48px;
	line-height: 48px;
	border-radius: 50%;
}

#toTop i:hover {
	background: #77663A;
}

/* ------------------------------------
16. Portfolio Details
---------------------------------------*/
.portfolio-details {
	padding: 100px 0;
}

.portfolio-details .portfolio-img {
	text-align: center;
	margin-bottom: 40px;
}

.portfolio-details .portfolio-img img {
	border-radius: 4px;
}

.portfolio-details .portfolio-content p:last-child {
	margin-bottom: 0;
}

.portfolio-details .portfolio-meta {
	padding: 0;
	list-style: none;
	margin-bottom: 35px;
}

.portfolio-details .portfolio-meta li {
	margin: 15px 0;
	color: #777;
}

.portfolio-details .portfolio-meta li span {
	display: inline-block;
	width: 130px;
	text-transform: uppercase;
	color: #222;
	font-size: 12px;
	font-weight: 700;
}

.portfolio-details .portfolio-meta li a {
	color: #777;
}

.portfolio-details .portfolio-meta li a i {
	margin-right: 6px;
}

.portfolio-details .portfolio-meta li a:hover {
	color: #655F42;
}

/* -----------------------
   17. Blog Details
   -------------------------- */
   .blog-details {
   	padding: 100px 0;
   }

   .blog-details .blog-img {
   	margin-bottom: 25px;
   }

   .blog-details .blog-img img {
   	border-radius: 6px;
   }

   .blog-details .bs-title {
   	margin-bottom: 10px;
   	position: relative;
   	padding-bottom: 8px;
   }

   .blog-details .bs-title:before {
   	content: '';
   	position: absolute;
   	left: 0;
   	bottom: 0;
   	height: 1px;
   	width: 100%;
   	background: rgba(0, 0, 0, 0.06);
   }

   .blog-details .post-meta {
   	list-style: none;
   	padding: 0;
   	margin-bottom: 20px;
   }

   .blog-details .post-meta li {
   	display: inline-block;
   	margin-right: 10px;
   	font-size: 14px;
   	text-transform: capitalize;
   	color: #999;
   }

   .blog-details .post-meta li a {
   	color: #999;
   }

   .blog-details .post-meta li a:hover {
   	color: #655F42;
   }

   .blog-details .post-meta li i {
   	margin-right: 6px;
   }

   .blog-details .c-title {
   	margin-top: 50px;
   	padding-top: 50px;
   	margin-bottom: 46px;
   	border-top: 1px solid #eee;
   }

   body.single article h2.title-post {
   	margin-top: 12px;
   	font-weight: 600;
   }

   body.single article h3.title-post {
   	margin-top: 12px;
   	font-size: 32px;
   	font-weight: 600;
   }

   .blog-details article.comment {
   	border-bottom: 1px solid #f5f5f5;
   	padding-bottom: 22px;
   	margin-bottom: 25px;
   }

   .blog-details article.comment .comment-reply {
   	margin-top: 10px;
   }

   .blog-details article.comment .comment-reply a {
   	color: #797979;
   }

   .blog-details article.comment .comment-reply a:hover {
   	color: #655F42;
   }

   .blog-details .children {
   	margin-left: 45px;
   }

   .blog-details .comment-header img {
   	width: 80px;
   	height: 80px;
   	float: left;
   	border-radius: 4px;
   }

   .blog-details .comment-header .desc-wrap {
   	padding-left: 100px;
   }

   .blog-details .comment-header .comment-title {
   	margin-bottom: 5px;
   	font-size: 20px;
   }

   .blog-details .comment-body p {
   	margin-bottom: 0;
   }

   .blog-details .comment-contact .cform-title {
   	margin-top: 70px;
   	margin-bottom: 40px;
   }

   .blog-details .comment-contact .form-field {
   	margin-bottom: 30px;
   }

   .blog-details .comment-contact .form-field input {
   	width: 100%;
   	height: 45px;
   	padding: 8px 15px;
   	box-sizing: border-box;
   	font-size: 13px;
   	border: 1px solid #f1f1f1;
   	color: #777;
   	border-radius: 4px;
   }

   .blog-details .comment-contact .form-field input:focus {
   	border-color: #655F42;
   	outline: none;
   }

   .blog-details .comment-contact .form-field textarea {
   	width: 100%;
   	min-height: 140px;
   	padding: 10px 15px;
   	font-size: 13px;
   	border: 1px solid #f1f1f1;
   	color: #777;
   	border-radius: 4px;
   }

   .blog-details .comment-contact .form-field textarea:focus {
   	border-color: #655F42;
   	outline: none;
   }

   .blog-details .comment-contact .form-button button {
   	background: #655F42;
   	border: 0;
   	cursor: pointer;
   	padding: 10px 25px 8px;
   	text-transform: uppercase;
   	color: #fff;
   	font-size: 14px;
   	border-radius: 30px;
   }

   .blog-details .comment-contact .form-button button:hover {
   	opacity: 0.9;
   }

/* ---------------------------
18. Sidebar Widgets
------------------------------ */
.widget {
	margin-bottom: 45px;
}

.search-widget form {
	position: relative;
}

.search-widget form .search-btn {
	position: absolute;
	top: 50%;
	right: 1px;
	overflow: hidden;
	width: 40px;
	height: 40px;
	transform: translateY(-50%);
	color: #ccc;
	border: none;
	outline: none;
	background: transparent;
	font-size: 16px;
	-webkit-appearance: button;
	cursor: pointer;
}

.search-widget form input[type="text"] {
	border-color: #f0f0f0;
	border-radius: 5px;
	height: 46px;
	padding: 0 16px;
}

.search-widget form input[type="text"]:focus {
	border-color: #655F42;
	outline: none;
	box-shadow: none;
}

.author-widget .author-img {
	margin-bottom: 55px;
	position: relative;
}

.author-widget .author-img img {
	border-radius: 4px;
}

.author-widget .author-img .author-info {
	position: absolute;
	bottom: -30px;
	width: calc(100% - 40px);
	text-align: center;
	padding: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #fff;
	border-radius: 4px;
}

.author-widget .author-img .author-info h4 {
	margin-bottom: 0;
	font-size: 18px;
	line-height: normal;
}

.author-widget .author-img .author-info span.designation {
	font-size: 13px;
	color: #777;
}

.author-widget .author-img .author-info span.designation a {
	color: #777;
}

.latest-post-widget .post-item .post-img img {
	border-radius: 4px;
}

.category-widget ul li + li {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.category-widget ul li a {
	color: #777;
}

.category-widget ul li a:hover {
	color: #655F42;
}

.latest-post-widget .post-desc {
	padding: 12px;
}

.latest-post-widget .post-desc .title {
	display: block;
	font-size: 18px;
	color: #444;
	line-height: 1.2;
	margin-bottom: 3px;
}

.tags-widget a {
	display: inline-block;
	margin: 0 3px 7px 0;
	line-height: 20px;
	padding: 5px 12px;
	font-size: 13px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-decoration: none;
	background: #f5f5f5;
	color: #797979;
	border-radius: 3px;
}

.tags-widget a:hover {
	background: #655F42;
	color: #fff;
}

/* ------------------------
19. Pagination
--------------------------- */
.tcd-pagination {
	font-size: 15px;
	margin-top: 50px;
}

.tcd-pagination .prev {
	float: left;
}

.tcd-pagination .next {
	float: right;
}

.tcd-pagination a {
	color: #777;
}

.tcd-pagination a:hover {
	color: #655F42;
}

.tcd-pagination a span {
	display: inline-block;
}

.tcd-pagination a i {
	font-size: 25px;
	top: 3px;
	position: relative;
}

/* ------------------------
 20. CSS Helpers
 --------------------------- */

 /**! heights **/
 .height-100,
 .height-90,
 .height-80,
 .height-70,
 .height-60,
 .height-50,
 .height-40,
 .height-30,
 .height-20,
 .height-10 {
 	height: auto;
 	padding: 5em 0;
 }

 @media all and (max-width:991px) {
 	.height-100,
 	.height-90,
 	.height-80,
 	.height-70,
 	.height-60,
 	.height-50,
 	.height-40,
 	.height-30,
 	.height-20,
 	.height-10 {
 		height: auto;
 		padding: 4em 0;
 	}

 }

 @media all and (min-height:600px) and (min-width:991px) {
 	.height-10 {
 		height: 10vh;
 	}

 	.height-20 {
 		height: 20vh;
 	}

 	.height-30 {
 		height: 30vh;
 	}

 	.height-40 {
 		height: 40vh;
 	}

 	.height-50 {
 		height: 50vh;
 	}

 	.height-60 {
 		height: 60vh;
 	}

 	.height-70 {
 		height: 70vh;
 	}

 	.height-80 {
 		height: 80vh;
 	}

 	.height-90 {
 		height: 90vh;
 	}

 	.height-100 {
 		height: 100vh;
 	}

 }

 section.height-auto {
 	height: auto;
 }

 section.height-auto .pos-vertical-center {
 	top: 0;
 	position: relative;
 	transform: none;
 }

 @media all and (max-width:991px) {
 	div[class*='col-'][class*='height-'] {
 		padding-top: 5.57142857em !important;
 		padding-bottom: 5.57142857em !important;
 	}

 }

 /*! - visible/hidden - */
 .hidden {
 	display: none !important;
 	visibility: hidden !important;
 }

 .visible-xs,
 .visible-sm,
 .visible-md,
 .visible-lg {
 	display: none !important;
 }

 .visible-xs-block,
 .visible-xs-inline,
 .visible-xs-inline-block,
 .visible-sm-block,
 .visible-sm-inline,
 .visible-sm-inline-block,
 .visible-md-block,
 .visible-md-inline,
 .visible-md-inline-block,
 .visible-lg-block,
 .visible-lg-inline,
 .visible-lg-inline-block {
 	display: none !important;
 }

 @media (max-width:768px) {
 	.visible-xs {
 		display: block !important;
 	}

 	table.visible-xs {
 		display: table;
 	}

 	tr.visible-xs {
 		display: table-row !important;
 	}

 	th.visible-xs,
 	td.visible-xs {
 		display: table-cell !important;
 	}

 }

 @media (max-width:768px) {
 	.visible-xs-block {
 		display: block !important;
 	}

 }

 @media (max-width:768px) {
 	.visible-xs-inline {
 		display: inline !important;
 	}

 }

 @media (max-width:768px) {
 	.visible-xs-inline-block {
 		display: inline-block !important;
 	}

 }

 @media (min-width:769px) and (max-width:991px) {
 	.visible-sm {
 		display: block !important;
 	}

 	table.visible-sm {
 		display: table;
 	}

 	tr.visible-sm {
 		display: table-row !important;
 	}

 	th.visible-sm,
 	td.visible-sm {
 		display: table-cell !important;
 	}

 }

 @media (min-width:769px) and (max-width:991px) {
 	.visible-sm-block {
 		display: block !important;
 	}

 }

 @media (min-width:769px) and (max-width:991px) {
 	.visible-sm-inline {
 		display: inline !important;
 	}

 }

 @media (min-width:769px) and (max-width:991px) {
 	.visible-sm-inline-block {
 		display: inline-block !important;
 	}

 }

 @media (min-width:992px) and (max-width:1199px) {
 	.visible-md {
 		display: block !important;
 	}

 	table.visible-md {
 		display: table;
 	}

 	tr.visible-md {
 		display: table-row !important;
 	}

 	th.visible-md,
 	td.visible-md {
 		display: table-cell !important;
 	}

 }

 @media (min-width:992px) and (max-width:1199px) {
 	.visible-md-block {
 		display: block !important;
 	}

 }

 @media (min-width:992px) and (max-width:1199px) {
 	.visible-md-inline {
 		display: inline !important;
 	}

 }

 @media (min-width:992px) and (max-width:1199px) {
 	.visible-md-inline-block {
 		display: inline-block !important;
 	}

 }

 @media (min-width:1200px) {
 	.visible-lg {
 		display: block !important;
 	}

 	table.visible-lg {
 		display: table;
 	}

 	tr.visible-lg {
 		display: table-row !important;
 	}

 	th.visible-lg,
 	td.visible-lg {
 		display: table-cell !important;
 	}

 }

 @media (min-width:1200px) {
 	.visible-lg-block {
 		display: block !important;
 	}

 }

 @media (min-width:1200px) {
 	.visible-lg-inline {
 		display: inline !important;
 	}

 }

 @media (min-width:1200px) {
 	.visible-lg-inline-block {
 		display: inline-block !important;
 	}

 }

 @media (max-width:768px) {
 	.hidden-xs {
 		display: none !important;
 	}

 }

 @media (min-width:769px) and (max-width:991px) {
 	.hidden-sm {
 		display: none !important;
 	}

 }

 @media (min-width:992px) and (max-width:1199px) {
 	.hidden-md {
 		display: none !important;
 	}

 }

 @media (min-width:1200px) {
 	.hidden-lg {
 		display: none !important;
 	}

 }

 .visible-print {
 	display: none !important;
 }

 @media print {
 	.visible-print {
 		display: block !important;
 	}

 	table.visible-print {
 		display: table;
 	}

 	tr.visible-print {
 		display: table-row !important;
 	}

 	th.visible-print,
 	td.visible-print {
 		display: table-cell !important;
 	}

 }

 .visible-print-block {
 	display: none !important;
 }

 @media print {
 	.visible-print-block {
 		display: block !important;
 	}

 }

 .visible-print-inline {
 	display: none !important;
 }

 @media print {
 	.visible-print-inline {
 		display: inline !important;
 	}

 }

 .visible-print-inline-block {
 	display: none !important;
 }

 @media print {
 	.visible-print-inline-block {
 		display: inline-block !important;
 	}

 }

 @media print {
 	.hidden-print {
 		display: none !important;
 	}

 }

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

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

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

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

 @media all and (min-width:769px) and (max-width:990px) {
 	.text-left-sm {
 		text-align: left;
 	}

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

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

 }

 @media all and (max-width:768px) {
 	.text-left-xs {
 		text-align: left;
 	}

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

 	.text-center-xs {
 		text-align: center !important;
 	}

 }

 /**! covers **/
 .imagebg {
 	position: relative;
 }

 .imagebg .container {
 	z-index: 2;
 }

 .imagebg .container:not(.pos-absolute) {
 	position: relative;
 }

 .imagebg:not(.image-light) h1,
 .imagebg:not(.image-light) h2,
 .imagebg:not(.image-light) h3,
 .imagebg:not(.image-light) h4,
 .imagebg:not(.image-light) h5,
 .imagebg:not(.image-light) h6,
 .imagebg:not(.image-light) p,
 .imagebg:not(.image-light) ul,
 .imagebg:not(.image-light) blockquote {
 	color: #fff;
 }

 .imagebg:not(.image-light) .bg-white h1,
 .imagebg:not(.image-light) .bg-white h2,
 .imagebg:not(.image-light) .bg-white h3,
 .imagebg:not(.image-light) .bg-white h4,
 .imagebg:not(.image-light) .bg-white h5,
 .imagebg:not(.image-light) .bg-white h6 {
 	color: #2c2e36;
 }

 .imagebg:not(.image-light) .bg-white p,
 .imagebg:not(.image-light) .bg-white ul {
 	color: #666666;
 }

 .page-cover {
 	min-height: 400px !important;
 }

 @media (max-width:768px) {
 	.page-cover {
 		min-height: 240px !important;
 	}

 }

 .cover .typed-headline {
 	margin-bottom: 3.71428571em;
 }

 .cover .typed-headline .type-bold {
 	font-weight: 400;
 }

 .cover .triptych {
 	margin-top: 3.71428571em;
 }

 .cover .btn + .modal-instance {
 	margin-top: 1.85714286em;
 }

 .cover h3 + form,
 .cover .h3 + form {
 	margin-top: 2.78571429em;
 }

 .cover .lead + .boxed {
 	margin-top: 3.71428571em;
 }

 .cover.unpad-bottom {
 	overflow: hidden;
 }

 .cover .modal-instance.block:not(:first-child):not(:last-child) {
 	margin: 2.78571429em 0;
 }

 .cover .pos-bottom {
 	margin-bottom: 1.85714286em;
 }

 @media all and (min-width:991px) {
 	.cover .row .row:last-child {
 		margin-top: 5.57142857em;
 	}

 }

 @media all and (max-width:991px) {
 	.cover .pos-bottom.pos-absolute {
 		position: relative;
 		margin-top: 1.85714286em;
 	}

 }

 @media all and (max-width:990px) {
 	.cover .mt-3 {
 		margin-top: 0;
 	}

 }

 @media all and (min-width:991px) {
 	.cover .triptych {
 		margin-top: 7.42857143em;
 	}

 }

 .cover-fullscreen {
 	min-height: 100vh;
 }

 .cover-fullscreen.slider[data-paging="true"] .slides .flickity-slider > li {
 	height: 100vh;
 }

 .cover-fullscreen.slider[data-paging="true"] .pos-bottom {
 	bottom: 5.57142857em;
 	width: 100%;
 }

 .cover-fullscreen.slider[data-paging="true"] h4 {
 	margin: 0;
 }

 .cover-slider {
 	overflow: hidden;
 }

 .cover-slider .slider {
 	position: relative;
 	width: 100%;
 	pointer-events: none;
 }

 .cover-slider .slider:nth-child(1) {
 	transform: translateY(-30%);
 }

 .cover-slider .slider:nth-child(2) {
 	transform: translateY(-25%);
 }

 .cover-slider .slider:nth-child(3) {
 	transform: translateY(-20%);
 }

 .cover-slider .slider .slide {
 	opacity: .05;
 }

 .cover-slider .typed-headline {
 	margin: 0;
 }

 .cover-slider .typed-headline + .btn {
 	margin-top: 0.92857143em;
 }

 .cover-slider .slider-container {
 	transform: rotateZ(-30deg) translateY(-10%);
 	-webkit-transform: rotateZ(-30deg) translateY(-10%);
 	position: absolute;
 	width: 100%;
 	height: 100%;
 	top: 0;
 }

 @media all and (min-width:991px) {
 	.cover-slider + .cta-4 {
 		position: absolute;
 		background: none;
 		color: #fff;
 		border-bottom: none !important;
 		width: 100%;
 		transform: translate3d(0, -100%, 0);
 		-webkit-transform: translate3d(0, -100%, 0);
 	}

 	.cover-slider + .cta-4 a {
 		color: #fff;
 		font-weight: 600;
 	}

 }

 .cover-features.space-lg {
 	padding-bottom: 3.71428571em;
 }

 .cover-features .row:nth-child(2) {
 	margin-top: 11.14285714em;
 }

 @media all and (max-width:991px) {
 	.cover-features.space-lg {
 		padding-bottom: 1.85714286em;
 	}

 	.cover-features .row:nth-child(2) {
 		margin-top: 3.71428571em;
 	}

 }

/* ------------------------
Theme
--------------------------- */
.white {
	color: #ffffff;
}

.dark-blue-color{
  color:#4D5263;
}

.dark-red-color{
  color: #C1272C;
}

.green-color, .green-color * {
	color: #044D51;
}

.light-blue-color, .light-blue-color * {
	color: #9ED6EB;
}

.bg-light-blue {
	background: #009FE3;
}

.bg-dark-blue{
  background: #4D5263;
}

.bg-blue{
	background: #A5C2C7;
}

.bg-gray{
  background: #F0E9DC;
}

.bg-light-gray {
	background: #f5f5f5;
}

.gray-color {
	background: #e0e0e0;
}


.gold {
	color: #AE975B !important;
}

.cream {
	color: #AD9C72 !important;
}

.brown {
	color: #77663A !important;
}

.wood {
	color: #8A784A !important;
}

.lightgray {
	color: #F4F3F2 !important;
}

.gray {
	color: #8B8F9E !important;
}

.green {
	color: #547002 !important;
}

.olive {
	color: #6F9171 !important;
}

.back-green {
	background: #655F42 !important;
}

.back-brown {
	background: #77663A !important;
}

.back-gray {
	background: #F9F9F9 !important;
}


.propiedades ul li {
	display: block;
	font-size: 14px !important;
}

.box {
	position: relative;
	padding-left: 40px;
    z-index: 3;
}

.box-inverse {
	position: relative;
	padding-right: 40px;
    z-index: 3;
}

.box h5 {
	font-size: 30px;
	letter-spacing: -0.02em;
	line-height: 40px;
}

.gourmet {
	position: relative;
	background-image: linear-gradient(#fbf4eb, #fbf4eb);
	padding: 120px 25px;
}

.gourmet-1 {
	text-align: right;
	margin: 50px 0 20px 0;
}

section.unirse {
	background-size: contain !important;
}

@media all and (max-width:991px) {
	section.unirse {
		background-size: 45% !important;
	}

}

.unirse {
	position: relative;
	margin-top: -30px;
}

.unirse h4 {
	position: relative;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}

.unirse .Garantia,
.unirse .Mayor.sabor {
	text-align: right !important;
}

.unirse .Rentabilidad p {
	max-width: 200px;
}

.unirse .Garantia p {
	max-width: 200px;
	float: right;
}

section.inicio .title {
	display: block;
	margin: 0 auto;
}

section.sustain .box {
	padding: 40px 40px 40px 40px !important;
	margin: 0px 0px 0px 0px !important;
}

section.calidad ul {
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
}

section.calidad li {
	font-family: 'Montserrat', sans-serif;
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
	text-align: left;
	line-height: 2.50em;
	font-size: 0.85em;
	font-weight: 400;
	color: #ffffff;
}

section.calibrado {
	position: relative;
	max-height: 500px;
}

section.calibrado .box {
	padding: 40px 40px 40px 40px !important;
	margin: 0px 0px 0px 0px !important;
}

section.calibrado ul {
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
}

section.calibrado li {
	font-family: 'Montserrat', sans-serif;
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
	text-align: left;
	line-height: 1.00em;
	font-size: 1.05em;
	font-weight: 300;
	color: #ffffff;
}

section.calibrado li span {
	font-family: 'Montserrat', sans-serif;
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
	text-align: left;
	line-height: 1.80em;
	font-size: 1.05em;
	font-weight: 500;
	color: #ffffff;
	min-width: 120px;
	display: inline-block;
}

.catalogo {
	position: relative;
	max-height: 700px;
	padding-top: 450px;
	padding-bottom: 100px;
}

section.catalogo .bottom {
	display: inline-block;
	height: 75%;
	vertical-align: bottom;
	width: 0px;
}

section.catalogo .box {
	display: block;
	text-align: left;
}

section.catalogo .box p {
	display: block;
}

section.catalogo .box a,
a.btn {
	font-family: 'Montserrat', sans-serif;
	padding: 12px 25px !important;
	margin: 0px 0px 0px 0px !important;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	background: #77663A;
	border-radius: 6px;
	display: inline-block;
	max-width: auto;
}

a.btn {
	background: #AD9C72;
}

a:hover.btn {
	background: #77663A;
}

section.catalogo .box a:hover {
	background: #AD9C72;
}

@media all and (max-width:768px) {
	.box {
    padding: 50px 5px 20px 5px!important;
	}
  .box h2{
    font-size: 15px!important;
    margin: 0;
  }

	.lead {
		margin-bottom: 0px;
	}

	section.unirsealt h4 {
		margin-bottom: 10px;
	}

}

/* ------------------------
Catalogo
--------------------------- */
.box-producto {
	position: relative;
	background: white;
	border: 1px solid #ececec;
	padding: 20px;
	margin-bottom: 50px;
	border-radius: 4px;
	text-align: center;
}

.box-producto h2 {
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 6px;
}

.box-producto .lead {
	margin: 10px 0 0 0;
	position: relative;
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	color: #eb0329;
}

.lead strong {
	font-weight: 600;
}

.header-toamto a {
	display: inline-block;
	color: #AD9C72;
	padding: 1px 4px 2px;
	border-radius: 30px;
}

.header-toamto a:hover {
	background-color: #AD9C72;
	padding: 2px 6px;
	color: white;
}

.box-producto .formato {
	display: block;
	margin: 0 10px;
	padding: 3px;
	font-size: 16px;
	line-height: 22px;
}

.box-producto .pale-num {
	display: inline-block;
	color: #777;
	font-size: 14px;
	line-height: 18px;
	padding: 3px 6px;
}

.box-producto .pale-num small {
	font-size: 12px;
}

.certificados {
	background: #ececec;
	position: relative;
	padding: 100px 20px 120px;
	min-height: 500px;
	margin-top: 0px;
}

.certificados h3 {
	font-weight: 500;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 2);
}

.certificaciones {
	display: block;
	margin-bottom: 75px;
}

.certificaciones img {
	position: relative;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
	border-radius: 3px;
	border: 1px solid #f9f9f9;
}

.content-meses {
	position: relative;
	border: 1px solid #ececec;
	border-radius: 50px;
	padding: 0px 15px;
	width: auto;
	float: left;
}

.content-meses div {
	position: relative;
	display: inline-block;
	margin: 3px 0;
	padding: 0 8px;
	float: left;
	border-right: 1px solid #ececec;
}

.content-meses div:nth-child(1) {
}

.content-meses div:nth-child(2) {
}

.content-meses div:nth-child(3) {
}

.content-meses div:nth-child(4) {
}

.content-meses div:nth-child(5) {
}

.content-meses div:nth-child(6) {
}

.content-meses div:nth-child(7) {
}

.content-meses div:nth-child(8) {
}

.content-meses div:nth-child(9) {
}

.content-meses div:nth-child(10) {
}

.content-meses div:nth-child(11) {
}

.content-meses div:nth-child(12) {
	border: 0;
}

.mes.off {
	color: #999;
}

.mes.on {
	color: #7db922;
	font-weight: 600;
}

.mes.var {
	color: #ff8c00;
	font-weight: 500;
}

.content-leyend {
	position: relative;
	display: block;
	font-size: 14px;
	color: #777;
	line-height: 20px;
}

.leyend {
	position: relative;
	float: left;
	padding: 5px;
	text-align: left;
}

.leyend .mes.on,
.leyend .mes.off,
.leyend .mes.var {
	background-color: #7db922;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	float: left;
	margin: 4px 8px;
}

.leyend .mes.off {
	background-color: #999;
}

.leyend .mes.var {
	background-color: #ff8c00;
}

.leyend .on {
	color: #7db922;
}

.leyend .off {
	color: #999;
}

.leyend .var {
	color: #ff8c00;
}

.sup {
	font-size: 16px;
	margin: 0 0 0 3px;
}

/*End of menu*/

/*CUSTOM*/

.menu-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .phone-container {
    /* margin: 5px 0 0 40px;*/
    margin: -20px 0 0 40px;
    display: inline-block;
}

i#phone {
   font-size: 28px;
}

.phone {
   font-weight: bold;
   font-size: 21px;
   line-height: 32px;
   color: #C1272C;
   opacity: 0.8;
   display: flex;
   align-items: center;
}
.phone:hover{
  color: #C1272C;
  text-decoration: underline;
}

.phone small {
   font-size: 16px;
   line-height: 22px;
   color: #000000;
   opacity: 0.8;
} 

.phone img {
    margin: 0 8px;
}

@media (max-width: 990px) {
    .phone {
        margin: 20px 0 0 0;
        zoom: 0.7;
    }
    .content-logo {
        zoom: 0.8;
    }
}

@media (max-width: 768px) {
    .content-logo {
        zoom: 0.7;
    }
}

.cover-servicios {
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

/*Product style*/
.product-title {
   font-weight: bold;
   font-size: 44px;
   line-height: 54px;
   letter-spacing: -1px;
   color: #214051;
}

.product-title-2 {
   font-weight: 600;
   font-size: 28px;
   line-height: 42px;
   letter-spacing: -1px;
   color: #214051;
}

.product-pretitle{
   font-weight: 600;
   font-size: 36px;
   line-height: 48px;
   margin-bottom: 12px
}

.product-list li::before {
   display: inline-block;
   font: normal normal normal 14px/1 FontAwesome;
   content: "\f00c";
   color: #9ED6EB;
   font-size: 18px;
   padding-right: 8px;
}

.product-list li {
   margin-bottom: 20px;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   color: #007DB2;
}

.product-desc p {
   font-size: 18px;
   line-height: 28px;
   color: #214051;
}

@media (max-width: 768px) {
    .product-desc p {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 15px;
    }
}

.box .product-sub-info, .box-inverse .product-sub-info {
   margin-top: 30px;
}

.product-sub-info {
   font-weight: bold;
   font-size: 16px;
   line-height: 24px;
   color: #214051;
}

.product-image {
   border-radius: 12px;
}

/*Quality*/
.quality-title {
   font-weight: bold;
   font-size: 36px;
   line-height: 50px;
   color: #009FE3;
}

.quality-desc p {
   font-size: 16px;
   line-height: 28px;
   color: #214051;
   opacity: 0.8;
}

.quality-image {
   max-height: 263px;
}

/*Button style*/
.button {
   font-family: 'Montserrat', sans-serif;
   padding: 14px 20px;
   margin: 20px 0px 0px 0px;
   text-align: center;
   line-height: 30px;
   font-size: 14px;
   font-weight: 500;
   color: #ffffff;
   background: #4D5263;
   border-radius: 4px;
   border-bottom: solid 4px #392F30;
   display: inline-block;
   width: auto;
}

.button:hover {
   background: #3f4350;
   color: #ffffff;
   border-bottom: solid 4px #292223;
}

.button.bg-dark-blue{
    background: #007DB2;
    border-bottom: solid 4px #006E9C; 
}

.button.bg-dark-blue:hover{
    background: #009FE3;
    color: #ffffff;
    border-bottom: solid 4px #007DB2;
}

.button i {
	font-size: 19px;
	vertical-align: middle;
}

.button i.right-icon {
	padding-left: 55px;
}

.button i.left-icon {
    padding-right: 25px;
}

.material .product-image {
	min-height: 200px;
	margin-bottom: 34px;
}

.image-container {
	width: 100%;
	max-height: 360px;
	margin-bottom: 34px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	border-radius: 12px;
}

.image-container img {
	width: 100%;
	height: 100%;
	min-height: 200px;
	object-fit: cover
}

.title {
	font-weight: bold;
	font-size: 36px;
	line-height: 48px;
	text-align: center;
	letter-spacing: -1px;
	color: #044D51;
}

.sustain {
	padding: 320px 0 120px 0;
}

.box-sustain {
	padding: 33px 57px;
	border-radius: 12px;
}

.box-sustain .sustain-title {
	font-weight: bold;
	font-size: 30px;
	line-height: 39px;
	letter-spacing: -0.309524px;
}

@media (max-width: 767px) {
  .box-sustain{
    padding: 18px 30px;
    border-radius: 7px;
  }
  .box-sustain h2{
    font-size: 18px!important;
    line-height: 23px!important;
    margin-bottom: 10px;
  }
  .box-sustain .box-desc{
    font-size: 12px;
    line-height: 16px;
  }
  .text-asesoramiento{
    margin-top: -40px;
  }
}

.box-desc p {
	text-align: left;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 1px;
}

.property-title{
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #044D51;
}

.property-desc{
	font-size: 17px;
	line-height: 24px;
	color: #8B8F9E;
}

.certificado{
	margin: 13px 0 27px 0;
}

.certificado img{
	max-width: 24px;
}

.certificado a{
	padding-left: 9px;
}

.link-certificado{
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: -0.5px;
	color: #214051;
	margin-bottom: 27px
}

.link-container{
	column-count: 3;
}

.link-container img{
    vertical-align: top;
    margin-right: 8px;
}

.link-container li{
	margin-bottom: 30px;
	-webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.link-driver{
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	padding: 16px 16px 16px 0;
	line-height: 24px;
	color: #214051;
}

#soporte {
	position: relative;
}

#soporte a.button{
    margin-right: 15px;
}

#printer{
    position: absolute;
    top: -60px;
    right: 0;
    z-index: 1;
}

#printer img{
    max-width: 850px;
}

.title-img{
    max-width: 300px;
    margin-bottom: 24px;
}


#info-films{
	background-size: 400px !important;
	background-position: top center !important;
}

#info-films img{
    display: none;
    width:auto;
    max-height: 350px;
    margin: 0 auto;
}

.footer{
    background-color: #C1272C;
    padding: 68px 0 0 0;
    color: #FFFFFF;
}

.footer .logo{
    max-width: 137px;
    margin-bottom: 27px;
}

.footer h4{
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.footer li{
    margin-bottom: 12px;
}

.footer li a, .footer p{
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    opacity: 1;
    text-decoration: none;
}
.footer li a:hover{
  text-decoration: underline;
}

.footer p strong{
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    opacity: 0.8;
}

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

.footer .social li{
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .footer .social{
    display: flex;
    justify-content: space-around;
  }
}

.footer .social img{
    width: 24px;
    display: inline-block;
    margin-right: 9px;
}

.footer .social p{
    font-size: 18px;
    line-height: 32px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: inline-block;
    opacity: 1;
    margin-bottom: 15px;
}

.footer .social p small{
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 1
}

.footer .social .mail{
    font-weight: 500;
    font-size: 15px;
    line-height: 32px;
    text-transform: lowercase;
    display: inline-block;
    color: #FFFFFF;
    opacity: 1
}

.footer .copyright-container{
  margin-top: 56px;
  background-color: rgba(0,0,0,0.2);
  padding: 25px 0;
}
.footer .copyright-container p{
  margin: 0;
}

/**********/
/* ELIMED */
/**********/
.page-conocenos {
    position: relative;
    padding: 50px 15px;
    max-width: 1280px;
    margin: auto;
}

.content-photo-cover {
    display: flex;
    align-items: center;
}

.box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid #F0E9DC;
    border-radius: 6px;
    padding: 80px 25px 0;
}

.box:hover {
    background: rgba(252,246,234,0.5);
}

.box h2 {
    font-size: 18px;
    line-height: 1.3;
    color: #C1272C;
}

.box p {
    font-size: 15px;
    color: #8B8F9E;
    margin: 0;
}

.cabecera{
  height: 610px;
}
@media (max-width: 575px) {
  .cabecera{
    height: 275px;
  }
  .cover-mobile {
    max-height: 275px;
    object-fit: cover;
    width: 100%;
  }
  .box {
    align-items: center;
  }
  h3.titulo_conocenos {
    font-size: 24px;
    line-height: 1.5;      
  }
}
@media (min-width:576px) and (max-width: 767px) {
  .cabecera{
    height: 380px;
  }
}



.content-services-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;
    margin-top: -80px;

}
.content-services-list-item{
  background-color: #C1272C;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  padding: 15px;
  text-align: center;
  width: 14%;
  min-width: 14%;
  min-height: 170px;
  margin: 1%;
}
.content-services-list-item img{
  width: 72px;
  height: 72px;
}
.content-services-list-item h3{
  color: #F0E9DC;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  margin: 25px 10px 0;
}
@media (max-width: 990px) {
    .content-services-list-item{
        min-width: 25%!important;
    }
    .content-services-list{
        flex-direction: row;
        margin-top: -80px;
    } 
}
@media (max-width: 575px) {
  .content-services-list{
    margin-top: -60px;
  }
  .content-services-list-item{
    margin: 6px;
    max-width: 25%;
    min-height: 120px;
  }
  .content-services-list-item img{
    width: 40px;
    height: 40px;
  }
  .content-services-list-item h3{
    font-size: 12px;
    font-weight: 500;
    line-height: 13px;
    margin: 10px 0 0;
  }
}

.content-description h2{
  color: #C1272C;
}
.content-description p{
  color: #392F30;
}

.content-marcas .row{
  align-items: center;
}
.content-marcas a img{
  max-width: 100%!important;
  max-height: 55px;
  width: auto;
  margin-bottom: 30px;
}

.content-services h3{
  color: #4D5263;
  font-size: 28px;
}
.content-services ul{
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.content-services ul li{
  color: #4D5263;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  padding-bottom: 25px;
}
.content-services ul li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f00c";
  color: #EBB09E;
  font-size: 18px;
  padding-right: 8px;
}

@media (max-width: 991px) {
  .content-services ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .content-services ul li{
    font-size: 13px;
    width: 33%;
  }
}
@media (max-width: 767px) {
  .content-services ul{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
  }
  .content-services ul li{
    font-size: 13px;
    width: 50%;
  }
}
@media (max-width: 530px) {
  .content-services ul{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .content-services ul li{
    font-size: 13px;
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content-services ul li{
    font-size: 14px;
  }
}
.content-bloque-soluciones {
    padding: 80px 15px 120px;
}

.content-bloque-soluciones h2{
  font-size: 32px;
}
.content-bloque-soluciones__solucion div:first-child p{
  margin-bottom: 50px;
}
.content-bloque-soluciones__solucion img{
  height: 48px;
  width: 48px;
  margin-bottom: 20px;
}
.content-bloque-soluciones__solucion p{
  line-height: 22px;
  font-size: 16px;
  margin: 0;
  color: #8B8F9E;
}
.content-bloque-soluciones__solucion h4{
  line-height: 1;
  margin-bottom: 20px;
  color: #392F30;
}

@media (max-width: 767px) {
  .content-bloque-soluciones h2{
    font-weight: 600;
    font-size: 20px;
  }
  .content-bloque-soluciones__solucion >div{
    text-align: center;
    padding: 38px 20px 20px 20px;
    border: 1px solid #ECECEC;
    background: white;
    border-radius: 12px;
  }
  .content-bloque-soluciones__solucion >div:first-child{
    margin-bottom: 30px;
  }
  .content-bloque-soluciones__solucion h4{
    font-weight: 600;
    font-size: 20px;
  }
  .content-bloque-soluciones__solucion p{
    margin-bottom: 0!important;
  }

  .content-bloque-soluciones__solucion img{
    height: 40px;
    width: 40px;
    margin-bottom: 24px;
  }
}

.carousel-cell{
  width: 224px;
  text-align: center;
  margin: 0 5px;
}

.content-formulario{
  padding: 25px;
  background: #ffffff;
  box-shadow:    0 2.8px 2.2px rgba(0, 0, 0, 0.034),    0 6.7px 5.3px rgba(0, 0, 0, 0.048),    0 5px 5px rgba(0, 0, 0, 0.06),    0 5px 5px rgba(0, 0, 0, 0.072),    0 5px 5px rgba(0, 0, 0, 0.086),    0 5px 5px rgba(0, 0, 0, 0.12);
  border-radius: 0 0 12px 12px;
  -webkit-border-radius: 0 0 12px 12px;
  -moz-border-radius: 0 0 12px 12px;
  -ms-border-radius: 0 0 12px 12px;
  -o-border-radius: 0 0 12px 12px;
  border-top: 6px solid #c1272C;
}

@media (max-width: 768px) {
    .content-formulario {
        box-shadow: 0 0 1px rgba(0,0,0,0.2);
    }
}

.content-footer-top{
  background-color: #C1272C;
  margin-top: 60px;
}
.content-footer-top h3{
  font-size: 28px;
  color: #FFFFFF;
  font-style: italic;
  letter-spacing: -1px;
  max-width: 40%;
  margin-left: 50%;
}

@media (max-width: 768px) {
    .content-footer-top h3 {
        margin-left: 0;
        max-width: 100%;
        text-align: center;
    }
}

.wpforms-container-full .wpforms-form ul li {
    line-height: 1;
}

.wpforms-container-full .wpforms-form button[type=submit] {
    min-width: 220px;
    background: #4D5263!important;
    border: 1px solid #4D5263!important;
    color: white!important;
    border-radius: 4px!important;
    border-bottom: solid 4px #392F30!important;
}

.wpforms-container-full .wpforms-form input[type=email],
.wpforms-container-full .wpforms-form input[type=text],
.wpforms-container-full .wpforms-form textarea {
    background: #F9F9F9!important;
}

.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
    font-size: 14px!important;
}
.wpforms-field-description{
  font-size: 11px!important;
  font-weight: 300;
  letter-spacing: -0.02em;
  text-align: justify;
}
.wpforms-field-label-inline a{
  color: #EBB09E;
}
.wpforms-field-label-inline a:hover{
  text-decoration: underline!important;
}

@media (min-width: 769px) {
  .content-footer-top{
    margin-top: -120px;
  }
}

@media (max-width: 768px) {
  .content-footer-top{
    margin-top: 0px;
  } 
}

.content-bloque-imagen-2 img{
  height: 430px;
  object-fit: cover;
}
.content-bloque-imagen-2 .col-6:first-child{
  padding-right: 5px!important;
}
.content-bloque-imagen-2 .col-6:nth-child(2){
  padding-left: 5px!important;
}
@media (max-width: 575px) {
  .content-bloque-imagen-2 img{
    height: 200px;
  }
  .content-bloque-imagen-2 .col-6:first-child{
    padding-right: 1px!important;
  }
  .content-bloque-imagen-2 .col-6:nth-child(2){
    padding-left: 1px!important;
  }
}

.wt-cli-ckyes-footer-section{
  display: none;
}