@charset "UTF-8";
/***************************************
Theme Name: Batallas Guerra Civil
Theme URI: http://www.cambiator.es
Description: Theme Buscador Cambiator
Author: Santos Molano
Author URI: http://www.snatos.es
Version: 1.0
License: Snatos
License URI: http://www.snatos.es

Tags: two-columns, fixed-width, custom-background, threaded-comments, translation-ready, custom-menu
****************************************************/
  
@font-face {
	font-display: swap;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans Regular'), local('OpenSans-Regular'), url(fuentes/OpenSans-Regular.ttf) format('ttf');
}
@font-face {
	font-display: swap;
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 500;
	src: local('Raleway Medium'), local('Raleway-Medium'), url(/fuentes/Raleway-Medium.ttf) format('ttf');
}

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

  html { margin-top: 0px !important; }
  @media screen and ( max-width: 782px ) {
  html { margin-top: 0px !important; }
  }
  
 
   
  body {
	background: #fff none repeat scroll 0 0;
	color: #444;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-align: left;
	overflow-x: hidden;
	line-height: 22px;
  }
  

  
  h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	margin: 0 0 15px;
	color: #444;
	font-weight: 500;
  }
  
  h1 {
	font-size: 35px;
	line-height: 37px;
  }
  
  h2 {
	font-size: 27px;
	line-height: 29px;
  }
  
  h3 {
	font-size: 21px;
	line-height: 23px;
  }
  
  h4 {
	font-size: 18px;
	line-height: 20px;
  }
  
  h5 {
	font-size: 17px;
	line-height: 19px;
  }
  
  h6 {
	font-size: 16px;
	line-height: 20px;
  }
  
  a {
	transition: all 0.3s ease 0s;
	text-decoration: none;
	color: #444;
  }
  
  a:hover {
	color: #3EC1D5;
	text-decoration: none;
  }
  
  a:active, a:hover {
	outline: 0 none;
  }
  
  label {
	  display: inline-block;
	  max-width: 100%;
	  margin-bottom: 5px;
	  font-weight: 700;
	  font-size: 16px;
  }
  

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

  .contenedor {
    width: 100%;
    max-width: 1200px;
    /* height: 100%;*/ 
    margin: 0 auto;
    padding: 0 15px;
  }


  /********************
*
*   breadcrumb
*
******************************/
.banner__breadcrumb{
    padding:20px 0;
  }
  
  ol.breadcrumb {
    background-color: #fff;
    margin:0;
    list-style: none;
  }
  
  .breadcrumb {
    padding: .75rem 1rem .75rem 0;
  }
  
  ol.breadcrumb li{
      padding-right:10px;
      display: inline-block;
 
    }
  
  ol.breadcrumb li a {
      text-decoration:none;
  }
  
  ol.breadcrumb li a span{
    color: #318d05;
    font-size: 16px;
       line-height: 20px;
  }
  
  ol.breadcrumb li a:hover span{
    color: #40058d;
  }
  
  @media (max-width: 767px) {
	  ol.breadcrumb li a span {
    	font-size: 15px;
    	line-height: 24px;
		}
	}



	




/***************
banner oficina
****************/
	.banner-blog{
		margin: 30px 0; 
		padding:0;
		background-image: 
		linear-gradient(135deg,#00b704,#505488,#2f3f80,#161569,#5a4894,#a950a1,#ff7cae);
		background-size: 300%;
		animation: fanimacion 10s infinite;
	}
	.comparar1ofi {
		display: flex;
		flex-direction: row;
		padding: 10px 0;
	}
	.comparar1ofi1{
		display: flex;
		flex-direction: row;
		background-image: linear-gradient(135deg,#00b704,#505488,#2f3f80,#161569,#5a4894,#a950a1,#ff7cae);
		background-size: 300%;
		animation: fanimacion 10s infinite;
		padding:30px;
		gap:20px;
	}

	.comparar1ofi2{
		display: flex;
		flex-direction: row;
		padding:30px;
		gap:20px;
	}
	.oficinas {
		width: 60%;
		text-align: left;
		margin: auto 0;
		padding-left:10px;
	}
	h4.listaoficina {
		font-size: 20px;
		padding-left:10px;
		text-align:left;
	}
	h4.listaonline {
		font-size: 25px;
		color: #fff;
		margin: 0;
		line-height: 35px;
	}
	.oficinas1{
		width: 70%;
	}
	.oficinab {
		display: flex;
		width: 40%;
	}
	.oficinab1{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 0 10px;
	}
	.verlista{
		width: 50%;
		display: flex;
		flex-direction: column;
		text-align: center;
		align-content: center;
		align-items: center;
	}
	.verlista span {
		font-size: 13px;
		line-height: 15px;
		color: #777;
	}	
	.ocultarmivil{
		display:block;
		margin:0 auto;
	}
	@media screen and ( max-width: 782px ) { 
		.comparar1ofi,.comparar1ofi1,.comparar1ofi2 {
			flex-direction: column;
			padding:30px 10px
		}
		h4.listaonline{
			font-size:18px;
			line-height: 25px;
			text-align: center;
			margin:0;
		}
		h4.listaoficina {
			margin: 0;
			text-align: center;
			line-height: 35px;
			padding: 20px 0;
		}
		.oficinas {
			width: 100%;
			padding: 0;
			text-align:center;
		}
		.oficinas1{
			width: 100%;
		}
		.ocultarmivil{
			display:none;
		}
		.oficinab{
			width: 100%;
			gap:10px;
		}
	}

/**********************
wordpress post
**********************/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

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

	Home:  Listado de articulos Home, pagina blog y categorias

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

	h1.blogh1 {
		text-align: center;
  		color: #fff;
  		font-size: 35px;
  		line-height: 35px;
	}

	p.blogp {
	  	color: #fff;
  		text-align: center;
		font-size: 20px;
  		line-height: 20px;
	}

	.blog-area{
		background-color:#fff;
		padding:0;
	}	

	.cardse{
		/*width: 90%;
		max-width: 1200px;
		margin: 0 auto; */
		padding: 60px 20px;
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
		gap: 2em;
	}

	.carde{
		background-color:#fff;
		padding-bottom: 2.5em;
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	
	.card__img{
		height: auto;
		max-width: 100%;
	}

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

	.card__meta{
		margin: 10px 0 5px 0;
		display: flex;
		flex-direction: row;
	}
	.card__meta span a{
		font-size:14px;
		text-decoration:none;
		color: #666666;
	}

	.card__titulo {
		padding: 10px 0;
		height: auto;
	}

	.card__titulo h4 a{
		color:#000000;
		font-size:22px;
		font-weight: bold;	
		line-height:25px;
		text-decoration:none;
	}

	.card__cta {
		display: inline-block;
		font-size: 15px;		
		font-weight: 400;
		padding: 5px 15px;
		margin-left: 1em;
		background: #618264;
		border: 1px solid #618264;
		border-radius: 5px;
		color: #fff;
		text-decoration: none;
		padding: 0.5em 1.5em;
		width: 150px;
		text-align: center;
		margin: 0 auto;
		margin-top: auto;
	}

	.card__cta:hover {
		background: #fff;
		color: #618264;
	}
	
	span.metadatos {
	  color: #333;
  		letter-spacing: 1px;
  		margin-right: 10px;
		padding-right: 10px;
	}
	
	.imgautor, .imgcomentario, .imgcategoria {
		background-repeat: no-repeat;
		padding: 0;
		background-position: 50%,50%;
		background-color: #fff;
		text-align: center;
		margin: 0 5px 0 0;
		height: 14px;
		width: 14px;
		display: inline-block;
	}

	.imgautor {
  		background-image: url("imagenes/user-solid.svg");
	}

	.imgcomentario {
  		background-image: url("imagenes/comment-regular.svg");
	}

	.imgcategoria {
  		background-image: url("imagenes/folder-regular.svg");
	}

	.entry-content ul{
		margin-left:20px;
	}

	.entry-content ul li{
		margin-bottom:5px;
	}

	#mi_widget_personalizado-2 ul{
		margin-left:20px;
	}

	#mi_widget_personalizado-2 ul li{
		margin-bottom:5px;
	}


        .blogp p { color: #ffffff; }
        .search-header-form {
          margin-top: 20px;
          display: flex;
          justify-content: center;
          align-items: center;
          gap: 10px;
        }
        .search-header-form input[type="search"], #s {
          width: 300px;
          padding: 10px 15px;
          border-radius: 25px;
          border: none;
          outline: none;
          font-size: 16px;
        }

		#s {
			border:1px solid #444;
         width: 200px;
 
		}
        .search-header-form input[type="submit"],#searchsubmit {
          padding: 10px 20px;
          border-radius: 25px;
          border: none;
          background-color: #ffcc00;
          color: #333;
          font-weight: bold;
          cursor: pointer;
          transition: all 0.3s ease;
        }
        .search-header-form input[type="submit"]:hover,#searchsubmit:hover {
          background-color: #ffaa00;
        }
		#search-2{
			margin-bottom: 20px;
		}