.empresavideo h3{
	letter-spacing: 10px;
}

.empresavideo h3 strong {
  display: block;
}

.owl-marcas .item img {
  width: 180px;
}

.contentCardServicio img.fondoimgservicio {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cardServicio {
  overflow: hidden;
}

.cardServicio, .cardServicio .contentCardServicio, .cardServicio .cardServicio_icon, .cardServicio .cardServicio__title, .cardServicio_informacion {
  position: relative;
}

.cardServicio img.fondoimgservicio {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cardServicio--verde .contentCardServicio::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(20,102,107,0.8) 0%, rgba(2,58,60,0.8) 100%);
  top: 0;
  left: 0;
}

.cardServicio--naranja .contentCardServicio::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255,144,0,0.8) 0%, rgba(216,104,0,0.8) 100%);
  top: 0;
  left: 0;
}

p{
	color: #484848 !important;
}

.sectionSingleBlog .singleblog__header{
	margin-bottom: 1.8rem;
}

.posttitle {
  color: #14666b;
  font-size: 30px !important;
  font-weight: 600 !important;
}

.blog-info h2 {
  font-size: 22px !important;
  color: #14666b;
}

.blog-info p{
	text-align: justify;
}

.singleblog__informacion {
  margin-top: 1.5rem;
  display: inline-block;
  margin-bottom: 1rem;
}

.wpc-filter-search-wrapper button.wpc-search-clear, .wpc-search-field-wrapper .wpc-search-clear-icon-wrapper{
	opacity: 1 !important;
}

.wpc-search-field-wrapper .wpc-search-clear-icon-wrapper{
	width: 50px !important;
}

.singleblog__header a{
	padding: 9px 22px !important;
}

.wpc-search-clear-icon{
	font-size: 32px !important;
}

.form-footer input::placeholder {
  color: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #35c642;
  border: none !important;
  color: #fff;
  padding: 12px 0px;
  text-align: center;
  border-radius: 5px;
}

.cardServicio_icon img {
  width: 80px;
}

.iconpolitica img {
  width: 60px !important;
}

/*=================*/
/*
*
    MODAL
*
*/
.modal {
  background-color: rgba(0, 0, 0, 0.85) !important;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  z-index: 500;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(24, 37, 62, 0.78);
  display: grid;
  align-items: center;
  justify-items: center;
  pointer-events: none;
  overflow: hidden;
}

.modal__contenido {
  /*background-color: #ffffff;*/
  background-size: cover;
  background-position: center;
  max-width: 1130px;
  margin: 0 20px;
  position: relative;
  border-radius: 2px;
  display: grid;
  grid-template-columns: auto 1fr;
  overflow: hidden;
}

.modal__figura {
  display: block; 
}
.modal__figura img {
  width: 100%;
  height: 100%;
  display: block;
}

.modal__bloque {
  padding: 0px;
  display: grid;
	background: #fff;
  border-radius: 10px;
	overflow: hidden;
}

.modal__head {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 15px 30px;
}

.modal__head h2 {
  margin: 0;
  font-size: 18px;
  color: #676767;
}

.modal__close {
  font-size: 15px;
  color: #ffffff;
	background: #14666b;
  padding: 0.5rem;
  border-radius: 100%;
}

.modal__close i{
  font-size: 30px;
}

.modal__img img {
  max-width: 100%;
}

.modal__body h2 {
  font-size: 28px !important;
  margin-bottom: 15px;
}
.modal__body h2 strong {
  font-size: 28px !important;
}
.modal__body p {
  margin-bottom: 12px;
}
.modal__body ul li {
  /*display: grid;
  grid-template-columns: auto 1fr;*/
  padding-left: 0;
}
.modal__body ul li img {
  margin-right: 8px;
  margin-top: 4px;
}
.modal__body ul li p {
  margin: 0;
}
.modal__body ul li:before {
  content: initial;
}

.modal__action {
  display: grid;
}
.modal__action__item--fila {
  display: grid;
  column-gap: 12px;
  grid-template-columns: repeat(2, 1fr);
  align-items: end;
}


/*#modal-bateria:target {
  opacity: 1;
  pointer-events: auto;
}*/

.modal__web {
  max-width: 620px;
}

.modal__editar {
  padding-right: 20px;
  max-height: 300px;
  overflow-x: auto;
}

/* width */
.modal__editar::-webkit-scrollbar {
  width: 4px;
}

/* Handle */
.modal__editar::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.modal__editar > p strong {
  color: red;
  display: block;
}

.modal__editar h3 {
  color: #676767;
  font-size: 18px;
  margin-bottom: 18px;
}

.modal__editar.editar ul li {
  padding-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.modal__editar.editar ul li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #676767;
  border-radius: 50%;
  top: 5px;
  left: 10px;
}

.modal__editar--tienda strong {
  color: #676767 !important;
  /*margin-top: 25px;*/
  padding-bottom: 8px !important;
}

.modal__editar--tienda p {
  margin-bottom: 5px !important;
  display: flex !important;
}

.modal__editar--tienda p a {
  padding-left: 5px;
  color: red;
}

.img-modal img {
  margin: auto;
  display: block;
  width: 100%;
}

.modal__listacodigos img {
  width: 100%;
}

.singleproducto__description {
  font-size: 18px;
  color: #484848 !important;
}

.singleproducto__header h3 {
  font-size: 30px;
}

.singleproducto__description ul {
  margin-left: 1rem;
}

.singleproducto__description ul li {
  list-style: disc;
}

.singleproducto__description h2 {
  color: #14666b;
  font-size: 25px;
}

.singleproducto__ficha {
  margin-top: 0.8rem;
}

.modal__listacodigos {
  overflow: auto;
  white-space: nowrap;
  max-height: 520px;
}

/*=====================*/

/*====== PAGINACION =======*/
.pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
	margin-top: 2.5rem;
}

.pagination li {
    margin: 0 5px;
}

.pagination .page-numbers {
  color: #89939E;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 5px;
  background: #F5F7FA;
    background-color: rgb(245, 247, 250);
  font-weight: bold;
	box-shadow: 0px 4px 4px rgba(171, 190, 209, 0.3);
}

.pagination a:hover {
    background-color: #f0f0f0;
}

.pagination .current {
  background-color: #F99716;
  color: #fff;
}

.nav-links {
  display: flex;
  gap: 0.5rem;
}

.pagination .next, .pagination .prev {
  background: #ABBED1;
  color: #fff;
}

.pagination .next:hover, .pagination .prev:hover {
  background: #ABBED1;
}

/*=====================*/

@media (max-width: 720px) {
	.infolistaph__2 {
	  padding: 0 !important;
	  border-left: none !important;
	  border-right: none !important;
	  margin: 2rem 0;
	}
	
	.infolistaph__3 {
  padding-left: 0 !important;
}
	
	.convierteteimg {
  margin: 2.5rem 0;
}
	
	.conviertetelista ul li {
  margin: 1.2rem 0;
}
	
	.fixed-redes a {
  padding: 0.7rem 0 !important;
}
	
	.fixed-redes a i {
  font-size: 25px !important;
}
	
	.modal__listacodigos {
  overflow: auto;
  white-space: nowrap;
  max-width: 450px;
}
	
	.modal__listacodigos img {
  width: auto !important;
}
	
}

@media (max-width: 525px) {
	.modal__listacodigos {
    max-width: 320px;
  }
}

@media (max-width: 420px) {
	.empresavideo h3 {
	  font-size: 45px !important;
	}
	.empresavideo h3 {
	  letter-spacing: 6px !important;
	}
	
	.carac-item img {
	  width: 45px;
	}
	
	.info-carac h2 strong {
  font-size: 27px !important;
}
	
	.modal__listacodigos {
    max-width: 280px;
  }
	
	
}