/* Import */
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: 'DINbold';
    src: url('../font/din_condensed_bold-webfont.woff2') format('woff2'),
         url('../font/din_condensed_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'DINextralight';
    src: url('../font/din-2014_extra-light-webfont.woff2') format('woff2'),
         url('../font/din-2014_extra-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: "Work Sans", sans-serif;
  	font-optical-sizing: auto;
	font-style: normal;
	color: #353535;
}
ol, ul {
	padding-left:20px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong, b {
    font-weight: 600;
}
.din-light {
	font-family: "DINextralight", sans-serif!important;
}
.din-bold {
	font-family: "DINbold", sans-serif!important;
}
.titulos-home h2 {
	font-family: "DINbold", sans-serif!important;
	font-size:2.5em;
	color:#000;
	text-align:center;
}
.titulo-home {
	font-size:2,5em;
}
/**************** Header ****************/
.navbar-home {
    background: rgba(123, 165, 66, .7);
    backdrop-filter: blur(10px) saturate(2.5);
}
/* Logo */
.navbar-brand img {
    max-width: 250px;
}
/* Nav */
#navegacion .nav-link {
	text-transform: uppercase;
    color: #FFF;
    font-size: 1em;
    font-weight: 400!important;
	font-family: "DINextralight", sans-serif;
}
#navegacion-int .nav-link {
/*    text-transform: uppercase; */
    color: #FFF;
    font-size: 1em;
    font-weight: 500;
}
#navegacion .nav-link:hover, #navegacion .nav-link.active {
    color: rgba(255, 255, 255, 0.9);
}
#navegacion-int .nav-link:hover, #navegacion-int .nav-link.active {
    color: rgba(255, 255, 255, 0.9);
}
.dropdown-menu {
    background-color: #FFFFFF;
	border:0;
    border-radius: 20px;
    padding-top: 25px;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 5px;
    margin-top: 20px!important;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
a.dropdown-item {
    color: #0049ac;
	font-size:1em;
	padding:10px 0;
	font-weight: 600;
}
a.dropdown-item:hover {
   color: #666666;
	background:none;
}
.dropdown-menu .description {
    color: #666666;
    font-size: .8em;
    padding-top: 8px;
    padding-bottom: 25px;
    display: block;
}
/* Menu Moviles */ 
.navbar-toggler {
	border:none;
	margin:0 auto;
}
.navbar-home {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler:focus {
	box-shadow:none;
}
@media only screen and (max-width: 600px) {
.navbar {
	max-width:100%;
}
#navegacion .menu-item {
    text-align: right;
	padding-right:10px;
	font-size:1.3em;
}
.dropdown-menu {
	border:0;
    border-radius: 0;
    padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
    margin-top: 0!important;
	box-shadow: none;
}
a.dropdown-item {
	font-size:.8em;
	padding:0;
	word-wrap: normal !important;
    white-space: normal;
}
.dropdown-menu .description {
	font-size: .6em;
}
}
/**************** Titulos Cabecera ****************/
.page-header {
    height:350px;
	background-size: cover !important;
	background-position: center center !important;
}
.entry-title {
	font-size:3.5em;
	color:#FFFFFF;
	text-align:center;
	font-family: "DINbold", sans-serif;
	text-transform:uppercase;
}
.entry-subtitle {
	font-size:1.4em;
  	font-weight: 400;
	color:#FFF;
	text-align:center;
	max-width: 60%;
    margin: 0 auto;
    margin-top: 20px;
	line-height:1.3;
}
/**************** Footer ****************/
.bg-footer {
	background-color: #000000;
}
footer li {
    font-size: .75em;
    list-style-type: none;
    line-height: 1;
}
footer .footer-logo h3 {
	font-weight:800;
	font-size:1.4em;
}
footer .footer-logo span {
	color:#FFFFFF;
}
footer .footer-logo img {
	display: block;
	padding:0 20px 20px 20px;
}
ul.social-footer {
    padding-left: 0;
}
footer .social-footer li {
	padding: .5rem 0;
}
footer h5 {
	color:#FFFFFF;
	font-size: 1.2em;
	font-weight: 700;
	padding-bottom: 10px;
}
footer .txt-direccion {
    font-size: .85em;
    line-height: 1.5;
}
footer .nav-item a {
    color: #ffffff;
    padding-left: 0;
}
footer .nav-item a:hover {
	opacity: .8;
	color:#FFFFFF;
}
footer .creditos {
    font-size: .75em;
    line-height: 1.5;
}
footer .social-footer a {
	color:#FFFFFF;
	font-size:1.1em;
}
footer .social-footer a:hover {
	opacity:.8;
	color:#FFFFFF;
}
/* Slick */
.slick-prev, .slick-next {
height:50px;
z-index: 1;
}

.slick-prev:before, .slick-next:before {
 font-family: 'base';
 font-size:45px;
  color:#5C1117;
 }
 
 .slick-prev:before {
    content: '\f104';
}
 .slick-next:before {
    content: '\f105';
}
.slick-prev {
    left: -5px;
}
.slick-next {
    right: -5px;
}
/* Paginador */
.pagination .nav-links {
    text-align: center;
    margin: 0 auto;
}
.pagination a {
    color: #001026;
    background-color: #f0f0f0;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 5px;
	text-decoration: none;
}
.pagination .current {
    font-weight: bold;
    background-color: #494D53;
    color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
}
.pagination .next, .pagination .prev {
    color: #494D53;
    background-color: #f0f0f0;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 5px;
	text-decoration: none;
}
/**************** Shortcodes ****************/
/* noticias */
.card-noticias {
	text-align:center;
	border: none;
}
.card-noticias .card-title {
	color: #001025;
	font-weight: 600;
	font-size: 1.2em;
	
}
.card-noticias .card-title a {
	color: #001025;
	text-decoration: none;
}
.card-noticias .card-body a:hover {
	color:#0049ac;
}
/* Carrusel principal */
.slider-full h1 {
	font-size: 1.8em;
	color: #001026;
	text-align: left;
	font-weight: 800;
	line-height:1.3;
}
.slider-full p {
	font-size: .8em;
	text-align: left;
	line-height: 1.4;
}
.slider-full .btn {
	max-width: 50%;
	border:0;
}
.slider-full .superior-slider span {
	padding: 5px 10px;
	border-radius: 5px;
	text-align: left;
	font-size: .8em;
	font-weight: 400;
	color: #ffffff;
	max-width: 50%;
	text-transform: uppercase;

}
/* Slider Clientes */
.slider-clientes .slick-slide {
    padding: 0 5px;
}
.slider-clientes .slick-list {
    margin: 0 -5px;
}
/* Pestañas principal */
.slider-pestanas {
	padding: 20px 0;
}
.slider-pestanas h2 {
	font-size: 3em;
	text-align: left;
	line-height:1.3;
	font-family: 'DINbold', sans-serif;
	text-transform: uppercase;
}
.slider-pestanas h3 {
	font-size: 1.8em;
	text-align: left;
	line-height:1.3;
	font-family: 'DINextralight', sans-serif;
}
.slider-pestanas p {
	font-size: 1em;
	text-align: left;
	line-height: 1.6;
	color:#353535;
}
.slider-pestanas li {
	font-size: 1em;
	color:#353535;
	line-height: 1.5;
	
}
.slider-pestanas .btn {
	border:0;
	padding: 10px 15px;
	background-color: #F5F8EA;
	color:#353535;
	border-radius: 0;
	font-size:1.1em;
	text-transform:uppercase;
}
.slider-pestanas-nav h3 {
	padding: 20px;
	background-color: #F5F8EA;
	border: 0;
	color:#353535;
	font-size: 1.3em;
	margin:0 10px;
	height: 80px;
	display: flex;
    justify-content: center;
    align-items: center;
	font-family: 'DINbold', sans-serif;
	text-transform: uppercase;
}
/**************** Blog ****************/

/* Listado Blog */
.listado-blog {
	border-radius:0;
	border:none;
}
.listado-blog .card-img-top {
	border-radius:0;
}
.listado-blog .card-body {
	padding:20px 0;	
}
a.card-category {
    background-color: #0049ac;
    padding: 5px 10px;
	border-radius:3px;
    font-size: .7em;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
	text-decoration:none;
	display: inline-block;
	margin-bottom: 15px;
}
a:hover.card-category {
	background-color: #3f76c2;
}
.caja-blog .card-title a {
	color:#494D53;
	text-decoration:none;
	font-weight:400;
}
.caja-blog .card-title a:hover {
	color:#666666;
	text-decoration:underline;
}
.caja-blog .tituloh2 {
	font-size: 2.5em;
}
.caja-blog .tituloh5 {
	font-size: 1.3em;
}
/* Contenido Blog */
.contenidos-blog .page-content {
	padding: 0 10%;
}
.contenidos-blog .entry-title {
	font-size: 2.6em;
    padding: 20px 0;
    color: #001025;
    font-weight: 700;
	text-align:center;
	font-family: "DINbold", sans-serif;
}
.contenidos-blog .page-content h1, 
.contenidos-blog .page-content h2, 
.contenidos-blog .page-content h3, 
.contenidos-blog .page-content h4, 
.contenidos-blog .page-content h5, 
.contenidos-blog .page-content h6 {
	font-weight:600;
	line-height: 2;
}
.contenidos-blog .page-content p {
	line-height: 2;
	font-size:.9em;
}
.contenidos-blog .page-content ul, .contenidos-blog .page-content ol {
	line-height: 2;
	font-size:.85em;
	margin-left:30px;
	padding-top:20px;
	padding-bottom:20px;
}
.contenidos-blog .page-content b {
	font-weight:600;
}

/* contact Form 7 */
.wpcf7 {
	padding: 0;
}
.wpcf7 label {
    font-size: 1em;
    margin: 10px 10px 10px 0;
	min-width:100%;
	color:#353535;
}
span.wpcf7-list-item.first {
    margin-left: -5px;
}
.wpcf7-list-item  {
	margin:0;
}
.wpcf7 label span {
	color:#353535;
	font-weight:600;
	text-transform:uppercase;
}
.wpcf7 .wpcf7-form-control {
	padding:5px;
	margin-top:10px;
	width:100%;
}
.wpcf7-not-valid-tip {
	margin-top:5px;
	font-size:.9em;
	color:#891817!important;
}
.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 textarea {
	border-radius:0;
	padding: 10px;
	border:1px solid #F5F8EA;
}
.wpcf7 .wpcf7-select {
	border:1px solid #F5F8EA;
	padding: 10px;
	text-transform:uppercase;
}
.wpcf7 input[type=submit] {
	max-width:250px;
	padding: 10px 25px;
	color: #FFF;
	text-transform: uppercase;
	font-size:1.2em;
}
.wpcf7 input[type=submit] {
    background-color: #F5F8EA;
    color: #353535;
    border:none;
    border-radius:0;
}
.wpcf7 form .wpcf7-response-output {
    padding: 10px 20px;
    color: #353535;
	border-radius:0;
	margin:15px 0;
}
/* Responsive */
@media only screen and (max-width: 600px) {
.entry-subtitle {
	max-width: 85%;
	}
}
@media only screen and (min-width: 768px) {
.slider-pestanas h1 {
	font-size: 2em;
}
}
@media only screen and (min-width: 992px) {

}