a, a:hover, a:visited, a:focus, a:active {
	text-decoration: none !important;
}

.wpcf7-form .container{
	width:100% !important;
	max-width:970px;
}

h4.vc_tta-panel-title{
    text-transform: initial;
    font-weight: 600;
    padding: 10px;
    line-height: 25px;
}
.hind{
font-family: Hind, sans-serif !important;
}
@media (min-width: 992px) {

.hoofdmenu ul li {
	margin-right: 30px;
}
.small-banner {
margin: 0;
}
.home-main-slideshows {
    margin: 30px 0 0 0;
}
.home-bg-banner {
    height: 200px;
}
.slideshow-home-wrap {
    margin: 0;
}
.page-cta{
	padding: 30px 0;
    margin-top: 30px;
}
.about-home{
    margin-top: 30px;
}
.news-item:first-child{
	margin: 150px 0 30px 0;
}
.news-item {
	margin: 30px 0;
	display: flex;
}
.news-item time{
	display: none;
}
.header .container {
    transition: all 300ms;
}
/*.scrolled .header .container {
    width: 100%;
    padding: 0;
    margin: 0;
}*/
}
.scrolled p#breadcrumbs {
    opacity: 0;
}

p#breadcrumbs {
    transition: opacity 300ms;
    padding: 6px 0 6px 15px;
    background-color: rgba(255,255,255,0.6);
}
p#breadcrumbs a {
 color: rgb(49, 49, 48);
}
p#breadcrumbs .breadcrumb_last {
 color: #77716e;
}

@media (max-width: 767px) {
.slideshow-home-wrap {
    margin: 0;
}
.home-main-slideshows {
    margin: 0;
}
.home-bg-banner {
    height: 70px;
}
.mobile-nav {
top: 75px;
}
.logged-in .mobile-nav {
top: 120px;
}
.footer .widget {
    min-height: 235px;
}
.small-banners-wrap {
margin-top: 1em;
}
.small-banners-wrap:last-child {
margin-bottom: 1em;
}
.news-item {
margin: 60px 0 30px 0;
}
}
				.categoria-producto{
					display: flex;
					flex-direction: column;	
				}
				.categoria-producto h3{
					margin-left: 2%;
					color: black;
					border-bottom: 2px solid #77716e;
					max-width: 280px;
				}
				.grupo-producto{
					display: flex;
					flex-wrap: wrap;
				}
				.single-producto{
					width: 25%;
					padding: 2%;	
					transition: all 300ms;
				}
				@media (min-width: 768px){ .single-producto.peque{
					width: 50%;
				}}
				.single-producto:hover{
					padding: 2% 1%;
				}
				.single-producto img{
					max-height: 150px;
    				object-fit: cover;	
				}
				.single-producto h5{
					color: black;
					text-transform: initial;
					padding: 1em 0;
				}
                            @media (max-width: 768px) {
                                .grupo-producto { flex-direction: column; }
                                .single-producto {
                                     width: 100%;
                                     max-width: 500px;
                                }
                            }

.bloque_gtti {
	padding: 1em;
}
.gtti_inner {
    display: flex;
    align-items: center;
    padding: 1em 1em 1em 0;
}

.gtti_inner h2 {
    font-size: 32px;
}

.imagen_gtti {
    position: relative;
    max-width: 60%;
    margin-right: -10%;
}

.imagen_gtti img {
    max-height: 300px;
    width: 100%;
    object-fit: cover;
}

.textos_gtti {
    position: relative;
    width: 50%;
    padding-right: 1em;
    background-color: white;
}

.imagen_gtti:before {
    border: 2px solid #77716e;
    width: 100%;
    height: 200px;
    position: absolute;
    top: -20px;
    left: -40%;
    content: "";
    z-index: -1;
}

.textos_gtti strong {
    color: #77716e;
}

    .caracteristicas h2 {
        padding-bottom: 10px;
    }
    .caracteristica {
        display: flex;
        align-items: flex-start;
        padding: 10px 10px 10px 0;
    }
    .caracteristica img.icono {
        max-width: 50px;
        object-fit: contain;
        margin-right: 10px;
    }

@media (max-width: 992px) {
    .gtti_inner {
        flex-direction: column;
        display: flex;
    }
    .imagen_gtti {
        max-width: 90%;
        max-height: 350px;
        margin-right: initial;
    }
    .gtti_inner h2 {
        font-size: 24px;
    }
    .textos_gtti {
        padding: 1em 0;
        width: 90%;
    }
    .imagen_gtti:before {
        border: none;
    }
    .textos_gtti:before {
        border: 2px solid #77716e;
        width: 50%;
        min-height: 200px;
        height: 50%;
        position: absolute;
        top: -15px;
        right: -3%;
        content: "";
        z-index: -1;
    }
}

.post-template-default p{
	font-size: 18px;
    line-height: 32px;
    padding-bottom: 2em;
}
.post-template-default li{
	font-size: 18px;
    line-height: 32px;
    padding-bottom: 2em;
}
.post-template-default ul {
	font-size: 18px;
	padding-bottom: 2em;
	padding-left: 20px;
	margin-top: -1em !important;
}

.post-template-default h1,.post-template-default h2,.post-template-default h3,.post-template-default h4,.post-template-default h5,.post-template-default h6{
    padding-bottom: 1em;
}
.post-template-default p, .post-template-default h1, .post-template-default h2, .post-template-default h3, .post-template-default h4, .post-template-default h5, .post-template-default h6, .post-template-default ul, .post-template-default ol, .post-template-default li, .post-template-default small, .post-template-default strong,
.post-template-default table{
    max-width: 900px;
    margin: 0 auto;
}

table
{
    border-collapse: collapse; /* Los bordes de la tabla se pegarán (mejor aspecto) */
}
td
{
    border-bottom: 1px solid black;
}

.wpcf7-form-control.wpcf7-acceptance {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.6rem;
}

.wpcf7-form-control.wpcf7-submit {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 745px) {
	.wpcf7-form-control.wpcf7-submit {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
}


